/*  
Theme Name:  Deeziner
Theme URI:   http://www.deeziner.com/
Description: Deeziner is a unique responsive WordPress theme designed for your corporate or creative business. Showcase your portfolio in a beautiful way and remember: there is no I in theme.
Author:      Deeziner
Author URI:  http://www.deeziner.com/
Template:    saya
Version:     1.0
Tags:        responsive-layout, theme-options, custom-menu, light
License:     Creative Market Simple License
License URI: https://creativemarket.com/licenses/simple
Copyright:   (c) Deeziner 2016 
*/

@import "../saya/style.css";

* {
    font-family: "proxima-nova-alt",sans-serif;
}

.single .entry {
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 4px;
}

.entry a img, .entry img {
	width: 100%;
	height: auto;
}

.entry h2, .entry h3 {
	margin-bottom: 30px;
}

.entry p {
	line-height: 24px;
	margin: 0 0 30px;
}

.entry ul {
	margin-bottom: 40px;
}

header .menu-main-menu-container {
	width: 760px;
}

header .menu-main-menu-container li {
  padding:0 10px;
}

header .menu-main-menu-container li>a {
	font-size: 14px;
	font-weight: 500;
}

header #main-navigation ul {
  text-align: right;
}

.masonry-box {
	border-radius: 4px;
}

.masonry-box .meta {
    margin-top:0;
}

.masonry-box .title {
font-size: 16px;
    line-height: 20px;
    padding: 4px 16px 10px;
    font-weight: 400;
}

.download-button {
	color: #fff !important;
}

.saya_pagination {
    text-align: center;
}

.saya_pagination .page_item {
    border-radius:3px;
}

/* Author Info */

.author-bio {
    background: #efefef;
    border-radius:4px;
    padding:10px;
}

.author-bio p {
    font-size:12px;
    margin: 0;
    padding:0;
}

.masonry-box .front-image {
    margin-bottom:15px;
}

.to-top {
    border-radius:3px;
}

/* Sharedaddy */

div.sharedaddy h3.sd-title {
    margin: 0!important;
    display: block!important;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700;
}

.sd-content ul {
    margin:0!important;
    padding:0;
}

.sd-content ul li {
    padding:0;
    margin:0;
    list-style: none;
    background:transparent!important;
}