/*
Theme Name: Writer
Theme URI: http://themewizz.com/themes/writer
Author: ThemeWizz
Author URI: http://themewizz.com/
Description: Bold WordPress Bloggin Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, responsive-layout, custom-menu, featured-images, sticky-post, translation-ready
Text Domain: writer 
*/

/**
 * Fonts
 */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,400italic,700,700italic);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

/**
 * General
 */
body {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

a {
  text-decoration: none;
}

button, input, textarea {
  font-family: 'Lato';
  border: 1px solid;
  font-size: 100%;
  padding: 5px 9px;
  padding: 0.5rem 0.9rem;
  max-width: 570px;
  vertical-align: baseline;
  outline: none;
  -webkit-appearance: none;
}

/**
 * Clearfix
 */
html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#wrapper {
  left: 0;
  overflow: hidden;
  position: relative;

  -webkit-transition: left 0.3s ease-in-out;
     -moz-transition: left 0.3s ease-in-out;
       -o-transition: left 0.3s ease-in-out;
          transition: left 0.3s ease-in-out;
}

/**
 * Header
 */
.header {
	font-family: 'Lato';
	font-weight: 400;
	position: absolute;
	overflow: hidden;
  left: 0px;
}

.header .content {
	padding: 5% 9%;
  height: 90%;
	position: absolute;
	top: 0px;
	z-index: 4;
}

.header #background {
  position: relative;
}

.header #background img.bg-image {
  position: absolute;
  z-index: 1;
}

.header #background img.bg-image.active {
  z-index: 3;
}

.header .content .search-trigger,
.header .content .menu-trigger {
  float: left;
  display: block;
  font-size: 28px;
  line-height: 57px;
}

.header .content .logo {
  float: left;
  display: block;
  margin: 0 0 0 20px;
  font-size: 42px;
  font-weight: 400;
}

.header .content .description {
	font-weight: 300;
	font-size: 24px;
	margin: 10px 0 0;
}

.header .social_profile {
  float: right;
  line-height: 57px;
}

.header .social_profile a {
  margin: 0 10px;
  font-size: 18px;
}

.header .widge_area {
  position: absolute;
  bottom: 30px;
  width: 80%;
}

.header .widge_area .widget {
  margin-bottom: 30px;
}

.header .widge_area #searchform {
  width: 100%;
}

.header .widge_area #searchform #s {
  width: 90%;
  background: none;
  border: none;
  font-size: 22px;
  border-bottom: 1px solid;
}

/**
 * Menu
 */
.main-menu {
  font-family: 'Lato';
  font-weight: 400;
}

.main-menu-container .social_profile {
  margin: 30px 10px;
  display: none;
}

.main-menu-container .social_profile a {
  margin: 0 10px;
  font-size: 16px;
}


/**
 * Menu Slide
 */
.menu-slide {
  font-size: 15px;
  width: 20%;
  position: fixed;
  left: -20%;
  overflow-x: hidden;
  overflow-y: scroll;

  -webkit-transition: left 0.3s ease-in-out;
     -moz-transition: left 0.3s ease-in-out;
       -o-transition: left 0.3s ease-in-out;
          transition: left 0.3s ease-in-out;
}

.menu-slide ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 10px;
}

.menu-slide ul li {
  font-weight: 600;
  padding: 7px 20px;
}

.menu-slide ul li .sub-menu {
  margin: 7px 0 0;
}

.menu-slide ul li.menu-item-has-children {
  padding-bottom: 0;
}

.menu-slide ul li ul.children {
  margin: 10px 0 0px 0 !important;
}

body.menu-slide-show {
  overflow: hidden;
}

body.menu-slide-show .menu-slide {
  left: 0px;
}

body.menu-slide-show #wrapper {
  left: 20%;
}

/**
 * Menu Full
 */
.menu-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 5;
  text-align: center;
  font-size: 18px;

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.menu-full .main-menu-container {
  display: table-cell;
  vertical-align: middle;
}

.menu-full ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.menu-full ul li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}

.menu-full ul li a {
  font-weight: 700;
  padding-bottom: 5px;
}

.menu-full ul li:hover ul.sub-menu {
  display: block;
}

.menu-full ul.sub-menu {
  width: 100%;
  position: absolute;
  display: none;
  text-align: center;
  left: 0px;
  padding-top: 10px;
}

.menu-full ul.sub-menu:hover {
  display: block;
}

.menu-full ul.sub-menu li {
  margin: 10px;
  font-size: 15px;
}

body.menu-full-show {
  overflow: hidden;
}

body.menu-full-show .menu-full {
  display: table;
  opacity: 1;
}

/**
 * Container
 */
.container {
  overflow-x: hidden;
  overflow-y: scroll;
}

.container .content {
  max-width: 600px;
	font-family: 'Merriweather';
	line-height: 1.7;
	padding: 7%;
	letter-spacing: .01em;
}

.container a {
  font-weight: bold;
}

/**
 * Post
 */
.content .content-header {
  border-bottom: 1px solid;
  margin: 5px 0 10%;
  padding-bottom: 10px;
}
.content h1.page-title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.content ul.posts {
	margin: 0;
	padding: 0;
}

.content ul.posts li.post-item {
	list-style: none;
	margin: 0 0 10%;
	padding: 0 0 10%;
  border-bottom: 1px solid;
}

.content ul.posts li.post-item .title {
	font-size: 28px;
	line-height: 1.5;
	margin: 5px 0;
}

.content ul.posts li.post-item .post-content {
  display: block;
}

.content ul.posts li.post-item img {
	max-width: 100%;
	height: auto;
}

.content ul.posts li.post-item .wp-caption {
  margin: 1em 15px;
  max-width: 100%;
}

.content ul.posts li.post-item .gallery-caption {
  font-style: italic;
}

.content ul.posts li.post-item .details {
	font-family: 'Lato';
	font-size: 14px;
}

.content ul.posts li.post-item .details i {
	margin-right: 5px;
}

.content ul.posts li.post-item .details span {
	margin-right: 10px;
}

.content ul.posts li.post-item .details a {
	font-weight: normal;
}

.content ul.posts li.post-item .bottom-details {
  margin-top: 30px;
  font-family: 'Lato';
  font-size: 14px;
}

.content ul.posts li.post-item .bottom-details .category {
  float: left;
}

.content ul.posts li.post-item .bottom-details ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content ul.posts li.post-item .bottom-details ul li {
  display: inline-block;
  margin: 0 7px;
}

.content ul.posts li.post-item .bottom-details ul li a.pinterest:hover {
  color: #910101;
}

.content ul.posts li.post-item .bottom-details ul li a.twitter:hover {
  color: #00A0D1;
}

.content ul.posts li.post-item .bottom-details ul li a.facebook:hover {
  color: #3B5998;
}

.content ul.posts li.post-item .bottom-details ul li a.facebook:hover {
  color: #3B5998;
}

.content ul.posts li.post-item .bottom-details ul li a.googleplus:hover {
  color: #D34836;
}

/**
 * Comment and Ping
 */
.pinglist,
.children,
.commentlist {
  list-style: none;
}

.pinglist,
.commentlist {
  margin: 0;
  padding: 0;
}

.children .comment,
.commentlist .comment {
  margin: 20px 0;
}

.comment-body {
  display: block;
  margin: 5px 0;
  border-bottom: 1px solid;
}

.children {
  margin-top: 40px;
}

.commentlist .comment .comment-author,
.commentlist .comment .comment-meta,
.commentlist .comment .comment-meta a {
  font-family: 'Lato';
  font-weight: 400;
}

.commentlist .comment .comment-author {
  font-weight: bold;
}

.commentlist .comment .comment-meta {
  font-size: 15px;
}

.commentlist .comment .avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 25px 0 0;
}

.comment-form label {
  display: block;
}

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}


/**********
 * Tablet
 *********/
@media only screen and (min-width : 768px)and (max-width : 1024px) {
  .sections.header {
    position: relative;
    width: 100%;
  }

  .sections.header .bg-image {
    width: 100%;
    height: auto !important;
  }

  .sections.container {
    width: 100%;
    margin-left: 0%;
    height: auto !important;
  }

  .sections.container .content {
    margin: 0 auto;
  }

  .menu-slide {
    width: 40%;
    left: -40%;
  }

  body.menu-slide-show .header {
    left: 40%;
  }

  body.menu-slide-show .container.sections {
    margin-left: 40%;
  }

  .comment-form input[type="text"],
  .comment-form textarea {
    width: 90%;
  }

  .header .widge_area {
    display: none;
  }

  .menu-full ul,
  .menu-full ul li {
    margin: 5px 0;
    display: block;
  }
}

/**********
 * Mobile
 *********/
@media only screen  and (min-width : 320px) and (max-width : 767px) {
  .sections.header {
    position: relative;
    width: 100%;
  }

  .sections.header .bg-image {
    width: 100%;
    height: auto !important;
  }

  .header .content .logo img {
    height: 35px;
    margin: 11px 0;
  }

  .sections.container {
    width: 100%;
    margin-left: 0%;
    height: auto !important;
  }

  .sections.container .content {
    margin: 0 auto;
  }

  .menu-slide {
    width: 80%;
    left: -80%;
  }

  body.menu-slide-show #wrapper {
    left: 80%;
  }
  
  .header .content .logo {
    font-size: 35px;
    line-height: 57px;
  }

  .header .content .description {
    font-weight: 300;
    font-size: 25px;
    margin: 0;
  }

  .main-menu-container .social_profile {
    display: block;
  }

  .header .social_profile {
    display: none;
  }

  .comment-form input[type="text"],
  .comment-form textarea {
    width: 90%;
  }

  .header .widge_area {
    display: none;
  }

  .menu-full ul,
  .menu-full ul li {
    margin: 5px 0;
    display: block;
  }
}

/**
 * Pagination
 */
.pagination {
  display: block;
}

.pagination .nav-next {
  float: right;
}

.pagination .nav-previous {
  float: left;
}

.sticky {}

.bypostauthor {}

/**
 * Post Content Formating
 */
.format .alignleft {
  float: left;
  margin-right: 15px;
}
.format .aligncenter {
  margin: 0 auto;
}
.format .alignright {
  float: right;
  margin-left: 15px;
}
.format .wp-caption-text {
  text-align: center;
  font-size: .8em;
}
.format h1,
.format h2,
.format h3,
.format h4,
.format h5,
.format h6 {
  font-weight: 300;
}
.format h1 {
  font-size: 2em;
}
.format h2 {
  font-size: 1.8em;
}
.format h3 {
  font-size: 1.6em;
}
.format h4 {
  font-size: 1.4em;
}
.format h5 {
  font-size: 1.2em;
}
.format h6 {
  font-size: 1em;
}
.format p {
  margin: 1.7em 0;
}
.format blockquote {
  padding: 0px 15px;
  margin-left: 2%;
  border-left: 3px solid;
}
.format table {
  width: 100%;
  margin: 15px 0;
}
.format table thead th {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid;
}
.format table tbody th {
  font-weight: bold;
}
.format table tbody td,
.format table tbody th {
  padding: 6px 8px;
  border-bottom: 1px solid;
}
.format dl dt {
  font-weight: bold;
}
.format dl dd {
  margin-left: 2%;
}
.format ul,
.format ol {
  margin-left: 15px;
}
.format ul li,
.format ol li  {
  margin-left: 5px;
}
.format ul li {
  list-style-type: disc;
}
.format ol li {
  list-style-type: decimal;
}
.format abbr,
.format acronym {
  border-bottom: 1px dotted;
}
.format big {
  font-size: 1.2em;
}
.format code,
.format pre {
  padding: 0 5px;
  border: 1px solid;
  border-radius: 3px;
  font-size: .95em;
}
.format pre {
  padding: 10px;
  overflow: scroll;
  margin-bottom: 15px;
}
.format q {
  quotes: initial;
}
.format q::before {
  content: open-quote;
}
.format q::after {
  content: close-quote;
}