/*
Theme Name: Flipper Automatisering Theme
Theme URI: http://www.flipper-automatisering.nl
Author: Feddman
Author URI: www.feddman.com
Description: Theme gemaakt voor Flipper Automatisering
Version: 1.0l
*/



/* line 12, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/style.scss */
a:hover {
  color: black;
}

img {
	border: none;
}

/* line 20, ../sass/style.scss */
html {
  overflow-x: hidden;
}

/* line 24, ../sass/style.scss */
body {
  width: 100%;
  overflow-x: hidden;
  background: white;
  color: black;
}

/* line 31, ../sass/style.scss */
#wrapper {
  height: 100%;
  min-height: 100%;
  min-width: 1554px;
  position: relative;
  font-family: lato;
  font-weight: 400;
  background: #00afef;
  width: 85%;
  margin: 0 auto;
}

/* line 43, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 49, ../sass/style.scss */
.logo {
  position: relative;
  padding-left: 30px;
  padding-top: 25px;
}

/* line 55, ../sass/style.scss */
figure {
  width: 15%;
  min-width: 204px;
  margin-top: 70px;
  margin-right: 30px;
  position: relative;
  float: right;
}


/* line 73, ../sass/style.scss */
figure ul {
  margin-top: 25px;
  float: right;
}
/* line 77, ../sass/style.scss */
figure li {
  display: inline;
  margin-right: 10px;
  width: 55px;
  height: 50px;
  text-align: center;
}

/* line 86, ../sass/style.scss */
p {
  line-height: 20px;
}

/* line 91, ../sass/style.scss */
.blue {
  color: #00afef;
}

/* line 95, ../sass/style.scss */
h1 {
  font-size: 6em;
  padding-left: 50px;
  line-height: 0px;
}

/* line 101, ../sass/style.scss */
h2 {
  font-size: 1.2em;
  position: relative;
  left: 230px;
  bottom: 23px;
}

/* line 110, ../sass/style.scss */
h3 {
  font-size: 3em;
  padding-top: 0.4em;
  padding-bottom: 0.7em;
  color: #00afef;
    text-transform: uppercase !important;
}

/* line 117, ../sass/style.scss */
h4 {
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #00afef;
}

/* line 123, ../sass/style.scss */
h5 {
  border-top: 1px solid white;
  margin: 0 auto;
  color: black;
  text-align: center;
  font-size: 0.9em;
  width: 90%;
  clear: both;
}

/* line 135, ../sass/style.scss */
p {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 142, ../sass/style.scss */
header {
  background: black;
  height: 150px;
  z-index: 1;
}
/* line 147, ../sass/style.scss */
header img {
  z-index: 44;
  padding-left: 25px;
}

/* line 153, ../sass/style.scss */
#menu {
  height: 75px;
  position: relative;
  background-image: url("img/spacer.png");
  background-size: cover;
}


/* line 164, ../sass/style.scss */
ul#menuhz {
  position: absolute;
  bottom: 43px;
  right: 360px;
  color: white;
  font-weight: 400;
  font-size: 0.9em;
}

/* line 175, ../sass/style.scss */
ul#menuhz a {
  color: white;
}
/* line 177, ../sass/style.scss */
ul#menuhz a:hover {
  color: #00afef;
}
/* line 181, ../sass/style.scss */
#menuhz .menu li {
  display: inline;
  padding: 10px;
    font-size 2em;
    text-transform: uppercase;
}

nav .menu ul li {
    text-transform: lowercase;
}

/* line 187, ../sass/style.scss */
section {
  background: white;
  min-height: 100%;
  min-width: 1550px;
}

/* line 194, ../sass/style.scss */
#content_container {
  margin-top: 0px;
  background-position: 38px 0px;
    min-height: 550px;
  overflow: hidden;
  padding-bottom: 0px;
  border-left: 1px solid #00afef;
  border-right: 1px solid #00afef;
  position: relative;
}

/* line 205, ../sass/style.scss */
#content {
  margin-top: 30px;
  width: 39%;
  min-width: 450px;
  float: left;
  margin-left: 250px;
}

/* line 218, ../sass/style.scss */
#content p {
  width: 80%;
}

/* line 224, ../sass/style.scss */
aside#thumbs {
  width: 33%;
  float: left;
  margin-top: 60px;
  margin-left: 5%;
  min-width: 550px;
}


/* line 243, ../sass/style.scss */
aside#thumbs ul {
  margin-top: 10px;
  background: red;
}
/* line 247, ../sass/style.scss */
aside#thumbs li {
  display: inline-block;
  float: right;
  width: 239px;
  height: 172px;
  overflow: hidden;
  margin: 15px;
  position: relative;
  color: white;
    &:hover .caption {
        top: 0px;
    }
}

aside#thumbs li:hover .caption {
    top: 0px;
}

/* line 259, ../sass/style.scss */
aside#thumbs li img {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 270, ../sass/style.scss */
aside#thumbs li .caption {
  position: absolute;
  top: 130px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
  background: rgba(0, 173, 240, 0.7);
  height: 100%;
}
/* line 278, ../sass/style.scss */
aside#thumbs li .caption p {
  margin: 10px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 15px;
}
/* line 287, ../sass/style.scss */
aside#thumbs li figcaption {
  padding: 10px;
  display: block;
  height: 23px;
  width: 100%;
  font-weight: bold;
  background: rgba(0, 81, 112, 0.7);
}
/* line 299, ../sass/style.scss */
aside#thumbs li:hover img {
  -webkit-filter: blur(5px) grayscale(100%);
  -moz-filter: blur(5px) grayscale(100%);
  filter: blur(5px) grayscale(100%);
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 311, ../sass/style.scss */
nav {
  background: white;
  float: left;
  display: block;
  width: 30%;
  width: 100px;
  margin-top: 30px;
  margin-left: 40px;
  height: 100px;
  position: absolute;
  z-index: 10000;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px black;
  font-family: lato, sans-serif;
}

/* line 330, ../sass/style.scss */
nav ul {
  margin-top: -20px;
  padding-left: 5%;
  opacity: 0;
}
/* line 337, ../sass/style.scss */
nav li {
  margin: 8px;
}
/* line 340, ../sass/style.scss */
nav li a {
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.1em;
  color: black;
}
/* line 349, ../sass/style.scss */
nav p {
  display: none;
  padding-left: 5%;
  font-size: 0.9em;
  padding-top: 0em;
  padding-bottom: 0em;
}
/* line 355, ../sass/style.scss */
nav p:last-child {
  padding-bottom: 20px;
  padding-top: 5px;
}
/* line 360, ../sass/style.scss */
nav:hover {
  background: black;
  border: 20px ridge gray;
  width: 25%;
  border-radius: 30px;
  font-family: courier;
  height: 470px;
}
/* line 369, ../sass/style.scss */
nav:hover .flipper_console {
  display: none;
}
/* line 373, ../sass/style.scss */
nav:hover ul {
  margin-top: 0px;
  opacity: 1;
}
/* line 377, ../sass/style.scss */
nav:hover li:before {
  content: "/";
  color: white;
  font-size: 2em;
}
/* line 382, ../sass/style.scss */
nav:hover a {
  color: white;
}
/* line 384, ../sass/style.scss */
nav:hover a:hover {
  color: #00afef;
}
/* line 388, ../sass/style.scss */
nav:hover p {
  display: block;
  color: white;
  font-size: 0.8em;
  line-height: 1.2em;
}
/* line 395, ../sass/style.scss */
nav:hover img {
  display: none;
}

/* line 401, ../sass/style.scss */
.flipper_console {
  display: block;
  padding-top: 27px;
  text-align: center;
  font-weight: bold;
  color: black;
}

/* line 409, ../sass/style.scss */
.console_title {
  text-align: center;
  padding-bottom: 1.5em;
  padding-top: 1.3em;
  font-size: 1.1em;
}

/* line 416, ../sass/style.scss */
#cover {
  transition: all 0.2s;
}

/* line 420, ../sass/style.scss */
.cover {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.2s;
}

/* line 431, ../sass/style.scss */
.active {
  color: #00afef !important;
}

/* line 437, ../sass/style.scss */
footer {
  clear: both;
  background: white;
  min-height: 350px;
  border-right: 1px solid #00afef;
  border-left: 1px solid #00afef;
  background: #E7E7E7;
}

footer a {
  color: black;
}


footer h5 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* line 447, ../sass/style.scss */
#quote {
  float: left;
  width: 27%;
  margin-top: 90px;
  position: relative;
  margin-left: 0px;
}
/* line 454, ../sass/style.scss */
#quote blockquote {
  color: #00afef;
  font-size: 2.2em;
}
/* line 457, ../sass/style.scss */
#quote blockquote:before {
  content: url("img/036.png");
  position: relative;
  right: 10px;
}
/* line 463, ../sass/style.scss */
#quote blockquote:after {
  content: url("img/037.png");
  margin-left: 10px;
}
/* line 472, ../sass/style.scss */
#quote .textwidget {
  top: 20px;
  position: relative;
  margin-left: 270px;
  font-size: 1.2em;
}
/* line 477, ../sass/style.scss */
#quote .textwidget:before {
  content: "-";
}

/* line 483, ../sass/style.scss */
#widgets {
  width: 65%;
  margin: 20px auto;
  float: left;
  margin-right: 10px;
}
/* line 489, ../sass/style.scss */
#widgets li {
  float: left;
  margin-left: 48px;
  text-align: left;
  width: 27%;
  min-height: 150px;
  list-style: none;
  display: inline-block;
}

#widgets li ul li {
    width: 100%;
    min-height: 1px;
    margin-left: 0px;
    padding-top: 5px;
}

#widgets img {
    
    padding-top: 10px;
}

#widgets li ul li a {
    color: #00afef;
}

#widgets a:hover, #widgets a:visited {
    color: black;
}

.rsswidget img {
    display: none; 
}

.widget-title {
    padding-bottom: 10px;
}


/* line 495, ../sass/style.scss */
#widgets li:last-child {
  margin-right: 0%;
}

/* line 506, ../sass/style.scss */
.meer {
  color: white;
  position: absolute;
  top: 130px;
  left: 120px;
  font-size: 0.9em !important;
}


.post_title {
    
    font-size: 1.4em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
   
   
}

.post_text {
    padding-top: 0px;
    margin-top: 0px;
}

.current-menu-item a {
    color: #00afef !important;
}

.meta {
    padding-top: 10px;
}

@media all and (max-width: 1549px) {
  /* line 55, ../sass/style.scss */
    figure {
    margin-right: 420px;
    margin-top: 0px;
  }
    #content {
    margin-left: 50px;
    width: 35%;
  }
    
    aside#thumbs {
    margin-left: 0px;
  }
    
    nav {
    display: none;
  }
    
    
}

@media all and (max-width: 1220px) {
  /* line 55, ../sass/style.scss */
    figure {
    margin-right: 700px;
    margin-top: 110px;
    z-index: 10;
  }
    #menu {
    background-position: -110px, 0px;
  }
     ul#menuhz {
    right: 950px;
  }
    
     aside#thumbs {
    margin-left: 25px;
  }
  /* line 235, ../sass/style.scss */
  aside#thumbs ul {
    width: 50%;
  }
    
      footer #widgets  {
    width: 50%;
  }
    
#quote {
        display: none;
    }

footer h5 {
        text-align: left;
    }
}



@media all and (max-width: 850px) {
    wrapper {
        width: 100%;
    }
 
    
    figure {
  width: 15%;
  min-width: 204px;
  margin-top: 70px;
  margin-right: 30px;
  position: relative;
  float: right;
}
    #widgets {
        margin-left: 0px;
        padding-left: 0px;
    }
}
