/*
Theme Name: ZacharyDavid
Theme URI: http://www.zealopers.com/
Author: Anjan Phukan
Author URI: http://www.zealopers.com/
Description: Just another wordpress child theme.
Template: shamrock
Version: 1.0.0
Text Domain:  shamrock
*/

@font-face{
	font-family:'CMS';
	src:url('fonts/Serif/cmunrm.eot');
	src:url('fonts/Serif/cmunrm.eot?#iefix') format('embedded-opentype'), 
		url('fonts/Serif/cmunrm.woff') format('woff'),
		url('fonts/Serif/cmunrm.ttf') format('truetype'),
		url('fonts/Serif/cmunrm.svg#cmunrm') format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:'CMS';
	src:url('fonts/Serif/cmunbx.eot');
	src:url('fonts/Serif/cmunbx.eot?#iefix') format('embedded-opentype'),
		url('fonts/Serif/cmunbx.woff') format('woff'),
		url('fonts/Serif/cmunbx.ttf') format('truetype'),
		url('fonts/Serif/cmunbx.svg#cmunbx') format('svg');
	font-weight:bold;
	font-style:normal
}

@font-face{
	font-family:'CMS';
	src:url('fonts/Serif/cmunti.eot');
	src:url('fonts/Serif/cmunti.eot?#iefix') format('embedded-opentype'),
		url('fonts/Serif/cmunti.woff') format('woff'),
		url('fonts/Serif/cmunti.ttf') format('truetype'),
		url('fonts/Serif/cmunti.svg#cmunti') format('svg');
	font-weight:normal;
	font-style:italic
}

@font-face{
	font-family:'CMS';
	src:url('fonts/Serif/cmunbi.eot');
	src:url('fonts/Serif/cmunbi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Serif/cmunbi.woff') format('woff'),
		url('fonts/Serif/cmunbi.ttf') format('truetype'),
		url('fonts/Serif/cmunbi.svg#cmunbi') format('svg');
	font-weight:bold;
	font-style:italic
}


@font-face {
	font-family: 'CMSS';
	src: url('fonts/Serif-Slanted/cmunsl.eot');
	src: url('fonts/Serif-Slanted/cmunsl.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif-Slanted/cmunsl.woff') format('woff'),
		 url('fonts/Serif-Slanted/cmunsl.ttf') format('truetype'),
		 url('fonts/Serif-Slanted/cmunsl.svg#cmunsl') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'CMSS';
	src: url('fonts/Serif-Slanted/cmunbl.eot');
	src: url('fonts/Serif-Slanted/cmunbl.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif-Slanted/cmunbl.woff') format('woff'),
		 url('fonts/Serif-Slanted/cmunbl.ttf') format('truetype'),
		 url('fonts/Serif-Slanted/cmunbl.svg#cmunbl') format('svg');
	font-weight: bold;
	font-style: normal;
}
body{
	background: #f7f7f7;
  	font-size: 16px;
  	line-height: 27px;
}

blockquote{
	font-size: 16px;
  	line-height: 27px;
}

.site-navigation-wrapper{
	border: none;
}

.site-header{
	background-color: #222;
}

.site-header .site-title, .site-header .site-description{
	font-weight: 400;
	color:#999;
	text-transform: none;
}

.site-header .site-title{
	font-size: 30px;
	font-family: "CMS", "PT Sans Narrow",sans-serif;
}

.site-header .site-description{
	font-size: 16px;
	font-family: "PT Serif", serif;
}

.site-header a{
	color:#999 !important;
	font-family: "CMS", "PT Sans Narrow",sans-serif;
	font-weight: 400;
	text-transform: none;
}
.site-header a:hover,
.site-header a:active,
.site-header a:focus{
	color:#fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.entry-title,
.widget-title{
	font-family: "CMS", "PT Sans Narrow",sans-serif;
	text-transform: none !important;
}
.widget-title{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}

.sidebar .widget > ul {
    border-top: 1px solid #ddd;
	padding-top: 8px;
}

.sidebar li {
    line-height: 21px;
}

.sidebar, .sidebar a{
	font-size: 14px;
}

.entry-title{
	font-weight: normal;
}

.entry-content h1{
	font-size: 36px;
}
.entry-content h2{
	font-size: 27px;
}
.entry-content h3{
	font-size: 24px;
}
.entry-content h4{
	font-size: 21px;
}
.entry-content h5{
	font-size: 18px;
}
.entry-content h6{
	font-size: 16px;
}
.entry-header,
.entry-content,
.entry-footer{
	padding-left: 0;
}
.sidebar{
	background: #f2f2f2;
    padding-top: 30px;
}

.smr-photo-caption, .wp-caption-text{
	position: relative;
	top: initial;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.entry-content .wp-caption-text a{
	text-shadow: none;
    color: #fff;
    background: transparent;
}
.widget_links li:before {
    content: "\f10c";
    color: #d34836;
    font-size: 10px;
    margin: 0 10px 0 0;
    float: left;
    font-family: "FontAwesome";
}

.site-footer{
	background: #e5e5e5;
	color: #333;
	font-family: "CMS", "PT Sans Narrow", sans-serif;
	text-transform: none;
}
.site-footer a {
    color: #333;
}

.site-footer .site-info {
    width: 100%;
}


@media all and (min-width: 992px)
{
	.site-header .site-branding.branding_bigger{
		float:left;
		padding: 10px 0;
	}
	.site-header .site-branding.branding_bigger .site-title{
		float: left;
	}
	.site-header .site-branding.branding_bigger .site-description{
		float: right;
		margin-top: 7px;
		margin-left: 30px;
	}
	.main-navigation {
		margin-right: 0;
		text-align: right;
	}
	
	.main-navigation > ul{
		margin-top: 5px;
	}
}


@media all and (max-width: 991px){
	
	.site-header .site-branding{
		padding: 10px 0;
	}
	
	.smr-hamburger{
		color: #999;
	}
}

@media all and (max-width: 480px){
	body{
		overflow-x: hidden;
	}
}