 /*
   Theme Name: Bloggez
   Theme URI: author
   Description:  Bloggez is a clean and wonderful wordpress theme for blogging websites. 
   A responsive Wordpress theme with a proffesional design and coding.
   Author:  author
   Author URI: author
   Version: 1.0.2
   Text Domain: blogger
   Domain Path: /languages/
   License: GNU General Public License v2 or later
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
   Tags: right-sidebar, translation-ready, custom-background,  custom-menu, threaded-comments, theme-options
*/

/* Reset Css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers. */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table, th, td {
	border: 1px solid #f8f8f8;
	padding: 5px;
	margin: 5px 0 5px 0;
}

/* Css Styles */

body{
	background-color: #dddddd;
	font-family: arial, georgia, serif;
	font-size: 13px;
	line-height: 160%;
	color: #666666;
	font-size: 14px;
	word-break: break-word;
}

a{
	color: #bc360a;
}

a, a:visited, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
  background: #f8f8f8;
  margin: 5px 5px;
  padding: 15px 15px;
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  quotes: "\201C""\201D""\2018""\2019";
  clear: both;
}

blockquote:before {
  color: #cccccc;
  font-size: 4em;
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, georgia, serif;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
}

h2 {
	font-size:24px;
	font-weight:600;
	line-height:150%;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
}

h6 {
	font-size: 12px;
	font-weight: 200;
	line-height: 150%;
}

p {
	font-family: arial, georgia, serif;
}

/* Default image size for responsive design. */

img {
	max-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

img:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

/* Iframe responsive design. */

iframe {
	width: 100%;
	height: auto;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/**
* Wrapper
*/

#wrapper {
	background-color: transparent;
	
}

#clear { 
	clear: both; /*When using float, use this for clearing div. */
}

/***************************************************
* Header
*/

#navigation-full-wrapper {
	width: 100%; 
	background-color: #ffffff; /* Change the background-color same as #content-wrapper when fullwidth. */
} 


#navigation-wrapper {
	background-color: #ffffff;
	max-width: 940px; /* Change max-width for boxlayout size "px". */
	margin: 0 auto; 
	padding-top: .0em;
	padding-bottom: .0em;
	/* Dont add any additional margin here. */
	/* For additional margin, just make the background transparent or set color same as #content-full-wrapper. */
}

#navigation-wrap {
	background-color: transparent;
	margin-left: .0em; /* Remove if whole content dont have margin in mobile view. */
	margin-right: .0em;
	padding: .0em;
	border: 0px solid #cccccc;
	word-wrap: break-word;
	text-align: center;
	padding-top: 25px;
}

/* Page Content */

#navigation {
	background-color: transparent;
	/* Dont add margin or padding here. */
}

#navigation-container {
	background-color: transparent;
	padding: 0px; /* Padding Adjusment */
}

/* Responsive content and sidebar. */

@media only screen and (max-width: 700px)
{
	#navigation {
		width: 100%;
		float: none;
	}
}

/*******************************************************
* Content
*/

#content-full-wrapper {
	width: 100%;
	background-color: #ffffff; /* Change the background-color same as #content-wrapper when fullwidth. */
	background-size: auto;
	background-repeat: no-repeat;
}


#content-wrapper {
	background-color: #fff;
	max-width: 940px; /* Change max-width for boxlayout size "px". */
	margin: 0 auto; 
	padding-top: .5em;
	padding-bottom: .5em;
	/* Dont add any additional margin here. */
	/* For additional margin, just make the background transparent or set color same as #content-full-wrapper. */
}

#content-wrap {
	background-color: #fff;
	margin-left: .5em; /* Remove when whole content dont have margin in mobile view. */
	margin-right: .5em;
	padding: .5em;
	border: 0px solid #e1e1e1;
	word-wrap: break-word;
	text-align: center;
}

/* Page Content */

#content {
	background-color: #f8f8f8;
	/* Dont add margin or padding here */
}

#content-container {
	background-color: #ffffff;
	padding: 10px; /* Padding Adjusment */
}

/* Sidebar */

#sidebar {
	background-color: #ffffff;
	/* Dont add margin or padding here. */
}

#sidebar-container {
	padding: 10px; /* Padding Adjusment */
}

/* Responsive content and sidebar. */

@media only screen and (max-width: 700px)
{
	#content {
		width: 100%;
		float: none;
	}
	
	#sidebar {
		width: 100%;
		float: none;
	}
}

/******************************************
* Footer
*/

#footer-full-wrapper {
	width: 100%;
	background-color: #f8f8f8; /* Change the background-color same as #footer-wrapper when fullwidth. */
	color: #ffffff;
}

#footer-wrapper {
	background-color: #ffffff;
	max-width: 940px; /* Change max-width for boxlayout size "px". */
	margin: 0 auto; 
	padding-top: .0em;
	padding-bottom: .0em;
	/* Dont add any additional margin here. */
	/* For additional margin, just make the background transparent or set color same as #footer-full-wrapper. */
}

#footer-wrap {
	background-color: #ffffff;
	margin-left: .0em; /* Remove when whole content dont have margin in mobile view. */
	margin-right: .0em;/* Remove if whole content dont have margin in mobile view. */
	padding: .0em;
	border: 0px solid #ffffff;
	word-wrap: break-word;
	text-align: center;
}

#footer {
	border: 0px solid #ffffff;
	background-color: #f8f8f8;
	color: #666666;
	/* Dont add borders, margin or padding here. */
}

#footer-container {
	padding: 10px; /* Padding Adjusment */
}

/* Css may vary depends on numbers of footer sidebar */

/* Three Sidebars */

#footer-sidebar-first {
	width: 33.33333%;
	float: left;
	/* Dont add borders, margin or padding here. */
}

#footer-sidebar-second {
	width: 33.33333%;
	float: left;
	/* Dont add borders, margin or padding here. */
}

#footer-sidebar-third {
	width: 33.33333%;
	float: left;
	/* Font add borders, margin or padding here. */
}

/* Responsive footer sidebar */

@media only screen and (max-width: 700px)
{
	#footer-sidebar-first,#footer-sidebar-second {
		width: 50%;
	}
	
	#footer-sidebar-third {
		width: 70%;
		margin: 0 auto;
		float: none;
	}
}

/* Responsive footer sidebar */

@media only screen and (max-width: 500px)
{
	#footer-sidebar-first,#footer-sidebar-second,#footer-sidebar-third {
		width: 100%;
		float: none;
	}
}

/**
* Footer Copyright
*/

#footer-copyright-full-wrapper {
	width: 100%;
	background-color: #000000; /* Change the background-color same as #footer-copyright-wrapper when fullwidth. */
}

#footer-copyright-wrapper {
	background-color: #000000;
	max-width: 940px; /* Change max-width for boxlayout size "px". */ 
	margin: 0 auto; 
	padding-top: .4em;
	padding-bottom: .0em;
	/* Dont add any additional margin here. */
	/* For additional margin, just make the background transparent or set color same as #footer-full-wrapper. */
}

#footer-copyright-wrap {
	margin-left: .0em; /* Remove when whole content dont have margin in mobile view */
	margin-right: .0em;
	padding: .0em;
	border: 0px solid #ffffff;
	word-wrap: break-word;
	text-align: center;
}

/* Footer Copyright */

#footer-copyright {
	border: 0px solid #ffffff;
	/* Font add borders, margin or padding here. */
}

#footer-copyright-container {
	padding: 0px; /* Padding adjusment */
}

#copyright {
	padding: 10px;
}

/* Etc */

/* =WordPress Core
-------------------------------------------------------------- */
.sticky {
	background: transparent;
}

.gallery-caption {
	width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 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 20px 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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}