/*
Theme Name: Norwood Theme
Theme URI: http://www.crazyxhtml.com
Author: <a href="http://www.crazyxhtml.com">CrazyXhtml</a>
Author URI: http://www.crazyxhtml.com
Description: Designed by <a href="http://www.crazyxhtml.com">CrazyXhtml</a>.
Version: 3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 98%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
	width:100%;
	line-height:23px;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 17px 0;
}
.entry h1{ font-size: 30px;}  .entry h2{font-size: 28px;}  .entry h3{font-size: 24px;}  .entry h4{font-size: 22px;}  .entry h5{font-size: 19px;}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
	display: block;
	border: none;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0; display: none;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #302f2f;
	background:#fff;
	position:relative;
	width:100%;
	min-height: 100%;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
a{color: #302f2f;}

#wrapper{
	width: 100%;
	margin: 0;
	position: relative;
	min-height: 100%;
}
/*Header
------------------------------------------------------------------------------*/
#header{
	width: 100%;
	position: relative;
	background: #fff;
}
.header_holder{
	width: 100%;
	position: relative;
	background: #fe0000;
}
#logo{
	width: 397px;
	height: 99px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
}
#nav{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: 65px;
	position: relative;
}
#nav,
#nav ul{
	margin:0 auto;
	list-style:none;
	background-color:#fff;
}
#nav ul{
	display:none;
	position:absolute;
	left:20px;
	top:100%;
	border: 1px solid #e6e5e5;
	background-color:#fff;
	padding:0 10px 10px;
	text-align: left;
}
#nav li:hover>*{
	display:block;}
#nav li{
	position:relative;
	display:inline-block;
	white-space:nowrap;
}
#nav li:hover{
	z-index:1;}
#nav ul ul{
	position:absolute;
	left:100%;
	top:0;}
#nav{
	z-index:999;
	position:relative;
	zoom:1;
	*display:inline;}
#nav ul li{
	display:block;
}
* html #nav li a{
	display:inline-block;}
#nav>li{
	margin:0;}
#nav a:active, #nav a:focus{
	outline-style:none;}
#nav a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	padding: 23px 18px 20px;
	background-color:#fff;
	border:none;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	
}
#nav ul li{
	float:none;
	margin:10px 0 0;}
#nav ul a{
	padding:4px;
	background-color:#fff;
	background-image:none;
	border-width:0;
	text-decoration:none;}
#nav li:hover>a,#nav li a.pressed{
	color:#000000;
	text-decoration:underline;}
#nav ul li:hover>a,#nav ul li a.pressed{
	background-color:#fff;
	text-decoration:underline;}

/* main
------------------------------------------------------------------------------*/
.clear{clear: both;}
#main{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e6e5e5;
	border-top: 1px solid #e6e5e5;
	margin: 0 0 15px;
}
section#content_block{
	width:950px;
	margin: 0 auto 33px;
	position: relative;
	
}
section#content_block #content{
	float: left;
	width: 520px;
	padding: 10px 0 0 2px;
}
#sidebar{
	float: right;
	width: 282px;
	background: #f9e8a5;
	padding: 12px;
	margin: 46px 0 0 0;
}
.widget{
	overflow: hidden;
	margin: 0 0 0px;
}
.widget.last{margin: 0;}
/* footer
 ----------------------------------------------------------------------*/
.footer_holder{
	width: 100%;
	position: relative;
	background: #fe0000;
	padding: 30px 0;
}
#footer{
	width:950px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
#footer .entry{
	float: left;
	width: 456px;
}
#footer .entry p{margin: 0 0 35px;}
#footer .entry strong{font-weight: bold;}
.map{float: right;width: 427px;}

/* Google Map */
.acf-map {
	width: 427px; float: right;
	height: 173px;
	border: #ccc solid 1px;
	margin: 0px 0;
}

/*---BLOG STYLES---*/
.postmetadata { font-size: 14px; color: #777;}
.postmetadata p { margin: 2px 0 2px 0;}
.post.type-post .title h2 a:hover { text-decoration: none;}
.post.type-post .title h1 { font-size: 29px;}

/*---Breadcrumbs---*/
.breadcrumb { display: none;}
.breadcrumb-trail { font-size: 13px;}

/*---Sidebar widget styles---*/
.widget_wp_editor_widget p { margin: 0 0 15px 0;}
.widget_wp_editor_widget p:last-child {margin: 0 0 0px 0;}
.page .title h1 { display: none;}
#content .page .entry { padding: 82px 0 0 0;}
#footer a { color: #fff;}


@media screen and (max-width: 769px) {
	#nav:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	*{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
	*:before,*:after{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
    ul#nav li { width: 50%; float: left;}
    #nav { width: 100%; height: auto}
    #nav a { text-align: center; border:1px solid #fe0000;}
    #nav a:hover { background: #fe0000; color: #fff !important}
    ul#nav li:last-child { width: 100%;}
    section#content_block { width: 100%; padding: 20px;}
    section#content_block #content { float: none; width: 100%;}
    #sidebar { width: 100%; float: none;}
    #content .page .entry { clear: both;}

    #footer { width: 100%; padding:0 30px}
    #footer .entry, .acf-map { width: 100%;}
    .widget_inner p { width: 32%; margin: 0.5%; float: left;}
	.widget_inner p img { width: 100%;}
}


@media (max-width: 480px) {
	#logo { width: 100%; -webkit-background-size: 70% 70%; background-position: center center;
	background-size: 70% 70%;}
	#content .page .entry { padding: 0}
	ul#nav li { width: 100%; float: none;}
    .widget_inner p { width: 100%;}
}


