/*
theme name: PFKdata_2017
Author: PFKdata
Version: 1.0
*/

@font-face {
  font-family: 'Roboto';
  src: url('./font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./font/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('./font/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('./font/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

html, body{
  margin: 0;
  height: 100%;
  width: 100%;
  display: table;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

/*Global */
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.button_1{
  height: 38px;
  background: #8bc34a;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-radius: 4px;
}

.page-title{
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dark{
  padding: 15px;
  background: #263238;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Header */
header{
  background-color: #263238;
  color: #fff;
  /* padding-top: 30px; */
  min-height: 70px;
  border-bottom: #8bc34a 3px solid;
}

header a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.header__li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

.header__branding{
  float: left;
}

.header__branding h1{
  margin: 0;
  font-size: 60px;
}

header nav{
  float: right;
  /* margin-top: 10px; */
  margin-top: 45px;
}

.header__branding--highlight, header .current{
  margin-right: -15px;
  color: #8bc34a;
  font-weight: bold;
}

.header__branding--highlight--white, header .current{
  color: #fff;
  text-transform: lowercase;
  font-weight: bold;
}

header a:hover{
  color: #ccc;
}

.Showcase{
  min-height: 250px;
  background-color: #455a64;
  /* background: url('#') no-repeat 0 -400; */
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
/* background-color: #607d8b; */

.Showcase__h1{
  margin-top: 35px;
  font-size: 55px;
  margin-bottom: 10px;
}

.Showcase__p {
  font-size: 25px;
}
/* font-size: 20px; */

.newsletter{
  padding: 15px;
  color: #fff;
  background: #263238;
}

.newsletter h1{
  float: left;
}
.newsletter form{
  float: right;
  margin-top: 15px;
}

.newsletter input[type='email']{
  padding: 4px;
  height: 25px;
  width: 250px;
}

.boxes{
  margin-top: 20px;
}

.boxes h1 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.boxes .box{
  float: left;
  width: 29%;
  padding: 10px;
  text-align: center;
}

.boxes .box img{
  width: 90px;
}

/* Sdebar */
aside.sidebar{
  float: right;
  width: 30%;
  margin-top: 10px;
}

/* main-col */
article.main-col{
  float: left;
  width: 65%;
}

/* Services */
ul.services li{
  list-style: none;
  padding: 20px;
  border: #ccc solid 1px;
  margin-bottom: 5px;
  background-color: #e6e6e6;
  border-radius: 4px;
}

aside.sidebar .qoute input, aside.sidebar .qoute textarea{
  width: 90%;
  padding: 5px;
  border-radius: 4px;
}

/* Blog */
ul.post li{
  list-style: none;
  padding: 20px;
  border: #ccc solid 1px;
  margin-bottom: 5px;
  background-color: #e6e6e6;
  border-radius: 4px;
}

article.blog{
  float: left;
  width: 100%;
}

.post--header{
  margin: auto;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: #8bc34a 3px solid;
}

.post--title{
  font-size: 22px;
	float: left;
}

.post--title--a{
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.post--post--meta{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.post--post--meta:hover{
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.post--post--read_more{
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.post--post--read_more:hover{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.post--date {
  margin-top: 10px;
  text-align: right;
}

.post--content__title{
	font-family: "Roboto", Arial;
	font-size: 45px;
	float: left;
	width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
}

.post--content__post-info{
	font-family: "OpenSans", Arial;
	font-size: 16px;
}

.post--content__content{
	font-family: "OpenSans", Arial;
	line-height: 24px;
	font-size: 16px;
	float: left;
	width: 100%;
	
}

.main{
  height: auto;
  margin-bottom: 15px;
}

/* Footer */
.footer{
  padding: 20px;
  margin-top: 20px;
  background-color: #8bc34a;
  text-align: center;
  display: table-row;
  height: 92px;
}
  /* color: #fff; */

.footer a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
  /* color: #fff; */

.footer a:hover{
	color: #FFFFFF;
}
  /* color: #263238; */

/* Media queries 768px */
@media(max-width: 828px) {
  .header__branding, header nav, header nav li,
  .newsletter h1, .newsletter form,
  .boxes .box, article.main-col, aside.sidebar,
  .post--title, .post--date {
    float: none;
    text-align: center;
    width: 100%;
  }

  header{
    padding-bottom: 20px;
  }

	header a{
		font-size: 20px;
	}
	
  header nav{
    margin-top: 10px;
  }

  .Showcase__h1{
    margin-top: 40px;
  }

  .newsletter button, .qoute button{
    display: block;
    width: 100%;
  }

  .newsletter form input[type="email"], .qoute input, .qoute textarea{
    width: 100%;
    margin-bottom: 5px;
  }
	
  .header__li {
    float: left;
    display: inline;
	height: 48px;
    padding: 0 0 0 0;
  }

}
