
	/*
Theme Name: Nora World
Author: MAUU ZETTA.
Author URI: http://mauuzeta.com
Description: 
Version: 
*/
-------------------------------------------------------------- */
    
@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');


div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #000000;
   	color: #ffffff;
   	font-family: 'Arial Narrow', sans-serif;
	font-size: 9px;
   	position: absolute;
   	z-index: 1000;
	letter-spacing: 0.05em;
  	opacity:.80;
   	-moz-opacity:.80;
   	filter:alpha(opacity=80);
	line-height: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

/* MAIN */

body {
	font-family: 'Roboto Mono', monospace;
	font-size: 8.25pt;	 background-attachment: fixed;
	line-height: 18px; color:#000;
	background-color:#000;	image-rendering: pixelated;
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/nrbg.png);
     background-position: center center;
	background-repeat: repeat; 	
	background-color: transparent;
  }

::selection {
	background: #f52d15; 
	color: #000; text-shadow: #f52d15 1px 0px 0px;

}

::-moz-selection {
	background: #f52d15;
	color: #000; text-shadow: #f52d15 1px 0px 0px;

}::-webkit-scrollbar {
	width: 11px;
    height: 8px;
    border-width: 1px 5px;
    border-style: solid;
    border-color: #000;
    background: #000;
}
::-webkit-scrollbar-thumb {
    height: 40px;
    border: 5px solid #000;
    background-color:#f52d15;
}

a{
	text-decoration: none;
	color: #3b4966;
	-moz-transition-property: all;-moz-transition-duration: 1s;
	-webkit-transition-property: all;-webkit-transition-duration: 1s;
	-o-transition-property: all;-o-transition-duration: 1s;
	transition-property: all;transition-duration: 1s;
}
a:hover{
	color: #fff;
}
#navbar {
  background-color: #fff; 
  position: fixed;
  top: -50px;
  width: 100%; 
  transition: top 0.3s;
}

blockquote  {
	width: 95.76%;
	max-width: 100%;
	margin: 20px auto;
	padding: 12px 2%;
	background-color: #fff;
	color: #000;
	border: 1px dotted #f52d15;
	position: relative;	text-shadow: 1px 1px #fff;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content: '\201C';
	font-size: 60px;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
	margin: 12px 0 0 10px;
	padding: 0 2px;
	height: 1px;
	background-color: #fff;
	color: #f52d15;
	text-shadow: 1px 1px #fff;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote:after {
	content: '\201D';
	font-size: 60px;
	font-weight: 700;
	position: absolute;
	bottom: 0; right: 0;
	margin: 0 10px -1px 0;
	padding: 0 2px;
	height: 1px;
	background-color: #fff;
	color: #f52d15;
	text-shadow: 1px 1px #fff;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote p { margin: 0 !important; padding: 6px 0; }


blockquote > p:first-child {
	margin-top: 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

hr {
	height: 1px;
	color: #fff;
	border: 0;
	background-color: #000;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 5px;
	border: 0px solid #dedede;
	background: #fff;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000; border:0px;
	background: #f52d15; margin-left:120px; margin-bottom:10px;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus {
	color: #fff;
	border: 0px;
	background: #212121;
}
/* OPTIONS
-------------------------------------------------------------- */
[data-title] {
  outline: red dotted 1px; /*optional styling*/
  font-size: 30px; /*optional styling*/
  
  position: relative;
  cursor: help;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}
/* SITIO EN GENERAL
-------------------------------------------------------------- */

.site {
	max-width: 1200px; 
 	margin: 0 auto;	
	background-position: center center;
	background-repeat: repeat; 	
	background-color: #e2dfcc;
 
 }

.site-content { 
	background-position: center center;
	background-repeat: repeat; 	
	background-color:transparent;
 }
/* PARTE DEL HEADER 
-------------------------------------------------------------- */

.site-header {
width: 100%; height: 852px; 
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto; padding: 0;
	position: relative; z-index: 30;	image-rendering: pixelated; 
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/nora.png);
}
.news-post{ 
    padding-top:100px;
    margin-left:580px;
}
/*-----------LATEST HEADLINES */
	.nnews {
 font-size: 8.15pt;	  	
 font-weight: 400;
 text-transform: uppercase;	
 background-color: #efefef;
 display: block;
 margin: 3px; letter-spacing: 0px;
color: #000;font-family: 'Roboto Mono', monospace;
 text-align: center;
 text-shadow: #92605c; 1px 0px 0px;
-webkit-transition:  0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
	  text-align:left;
	  width:286px;
	  margin-top:0px;
	  margin-left:7px;
	  padding:3px 0px 3px 10px;
 	border-bottom: 2px solid #000;


}
.nnews:hover{
	background-color: #000;
color: #fff;
text-align: center;
border:1px solid #;
text-shadow: rgba(0,0,0, 0.2) 1px 1px 1px;
	  text-align:left;
 opacity:.70;
	border-bottom: 2px solid #000;

}
/* ENTRY CONTENT AREA
-------------------------------------------------------------- */

.content-area {	
	float: left; 
	margin-left:32px;
	margin-top:0px;
	width: 720px; 
	padding: 0 3%;
	background: transparent;
}


/* POSTS AND STICKY
-------------------------------------------------------------- */

.post {
	margin: 14px 0 0px 0;
}

.sticky {
	position: relative;
}

.sticky-post:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 10px;
	padding: 0 5px;
	content: 'Sticky';
	color: #fff;
	background: #000;
}


/* ENTRY CONTENT
-------------------------------------------------------------- */

.entry-header {
	position: relative;
	margin: 0px 0;
	padding: 0 0 0px 0;
	border-bottom: 0px solid #dedede;
}

.entry-header:after {
	position: absolute;
	bottom: -2px;
	display: block;
	width: 75px;
	height: 3px;

}
/* INFO NEWS CONTENT
-------------------------------------------------------------- */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1px 1px;
  grid-template-areas: "here-data here-data here-cotegory here-cotegory";
}

.here-data { grid-area: here-data; }

.here-cotegory { grid-area: here-cotegory;	text-align: right; }

.entry-info {
font-family: 'Source Code Pro', monospace;	font-size: 8.25pt;	font-weight: 200;
	margin: 0 auto;
	display: block; 	color: #3e3e3e;
	width: 94%; padding-top:5px;
	line-height: 100%;
	background-color: transparent;
	text-align: left;
	text-transform: uppercase;margin-left:-10px;
	letter-spacing: -.0em;
	position: relative;
}
.entry-info a{
	padding: 6px;
	border-left: 0px solid #f52d15;
	color: #000;
text-transform:  uppercase;
                      letter-spacing: 1px;

}.entry-info a:hover{
	padding: 6px;
	color: #fff;
text-transform:  uppercase;
                      letter-spacing: 1px;


}
.entry-sharing{
	font-size: 8.25pt;	font-weight: 200;
	padding: 8px;font-family: 'Roboto Mono', monospace;	
	background-color: #000; float:center;  
	color: #cccccc;  margin-top:-15px;text-transform:  uppercase;  
 text-shadow: #000 1px 0px 0px; border: 1px dotted #000;
text-transform:  uppercase; margin-bottom:8px;
border-bottom:2px solid #3b4966;border-top:2px solid #3b4966;
margin-bottom:19px;
}
.entry-sharing a{
	padding: 6px;
 	color: #3b4966;
text-transform:  uppercase;
                      letter-spacing: 1px;

}.entry-sharing a:hover{
	padding: 6px;
  	color: #3b4966;
text-transform:  uppercase;
  

}.entry-information{
    background-color: #fff;
    border-left:1px solid #000;
    border-right:1px solid #000;
        border-top:1px solid #000;
        border-bottom:1px solid #000;
	font-size: 8.25pt;	
	font-weight: 200;
	padding: 6px;
	font-family: 'Roboto Mono', monospace;	
    color:#000; 
	display: inline-block; 	
	text-transform: uppercase;
	margin-right:0px; 
    margin-bottom:2px;
    margin-top:-2px;

text-transform:  uppercase;
}.entry-information i{
    color:#3b4966;
    border-radius:100px;
    background-color:#000;
    padding:4px;
}
.entry-information a{
	padding: 2px;
 	color: #000; 
 	background-color:#fff;
    text-transform:  uppercase; 
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #f52d15;
    letter-spacing: 1px;

}.entry-information a:hover{
 	background-color: #f52d15;
	color: #000;    border-top: 1px solid #f52d15;
    border-left: 1px solid #f52d15;
    border-right: 1px solid #f52d15;
    border-bottom: 1px solid #f52d15;
    text-transform:  uppercase;
                      letter-spacing: 1px;


}
.newsbottom {
	width: 780px;
    padding: 8px; margin-left:-30px;
	background-image: url("http://mauuzeta.com/wp51/wp-content/themes/mandyrosebymauu/images/hbg.png");
}

.newscat hr {
	background-color: #fff;
	border: none;
	width: 100%; 
	height: 15px;
	position: absolute;
	top: 0; 
	right: 0; 
	bottom: 0;
	margin: auto;
}
.entry-data { 
    line-height:  13px; 
    text-align:center;
	font-size: 18.25pt;	
	font-weight: 800;
	padding-top: 6px;
	text-transform: uppercase; 
    font-weight: 800; 
	font-family: 'Montserrat', sans-serif;
    color:#000;    
    position: relative;
    height:18px;
    text-transform: uppercase; 
    width: 350px; 
	background-color:#transparent;
    margin-bottom:-7px; 	letter-spacing: -3px;

 }


.posted-on:before,
.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 4px 0 0;
}

.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	margin: 0 4px 0 8px;
}

.posted-on:before {
	content: '\f073';
}

.byline:before {
	content: '\f007';
}

.cat-links:before {
	content: '\f07c';
}

.comments-link:before {
	content: '\f075';
}

.edit-link:before {
	content: '\f040';
}

.updated:not(.published) {
	display: none;
}


/* ENTRY CONTENT PAGE */
.entry-title {font-weight: 800;
  	word-spacing: 5px; 
	font-size: 19pt;	  
	text-transform: uppercase; 
font-family: arial; margin-bottom:0px;	display: block;
	width: 106%; 
	margin-bottom:-3px;
	margin-top:-5px;
	line-height: 100%; 
	margin-left:-24px;
	background-color: transparent;
	text-align: center;
 	letter-spacing: -3px;
	position: relative;
}

.entry-title hr {
	position: absolute;
	background: transparent;
    border: none;
	width: 100%;
	height: 3px;
	top: 0; left: 0;
	margin: 14px 0 0 0;
	z-index: 15;
}

.entry-title span { color:#fff; 
	background-color: #000;
	padding-top: 4px;
	padding-bottom:2px;
		padding-right:6px;
	display: inline-block;
	position: relative;
	z-index: 25;    font-weight: 900; 

}

.entry-title a { 
  font-size: 20.15pt;	 	letter-spacing: -3px;
 background: linear-gradient(to left, #f3ed00, #f3ed00);
    -webkit-background-clip: text; padding-right:1px;
    -webkit-text-fill-color: transparent;font-weight: 800;	}

.entry-title a:hover { 
	color: #f52d15;
   position: relative; 
}.entry-title-content{
	  text-align:justify;
	  width:95%;
	  margin-top:4px;font-family: 'PT Sans', sans-serif;
	  margin-left:7px;
	  padding:15px 15px 15px 15px;
  border-bottom: 1px solid #cccccc;
    	    	border-right: 1px solid #cccccc;
    	border-top: 1px solid #cccccc;
    	    	border-left: 1px solid #cccccc;
	border: 1px solid #dedede;
 color: #cccccc;
       font-size: 12px; 
	  background: #000;
 text-shadow: #000000 1px 0px 0px;

}
.entry-content {
 text-align:justify;
	  width:104%;
	  margin-top:4px;	font-family: 'PT Sans', sans-serif;
	  margin-left:-35px;  
	  padding:15px 15px 15px 15px; 
     color: #000;
     border:1px solid #334f41;
       font-size: 13px; 
 background: linear-gradient(to bottom, #fff, #fff );
 text-shadow: #fff 1px 0px 0px;
 word-spacing: 5px;
 

}.entry-content b, .entry-content bold, .entry-content strong{
	color: #f52d15;	 font-weight: 700;font-family: ARIAL;	
}
.newscontent i, italic, em{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; color:#3b4966;
}
.entry-content a{ 
	color: #3b4966; letter-spacing: 0px;font-weight: 600;
	font-family: Arial;
	-moz-transition-property: all;-moz-transition-duration: 1s;
	-webkit-transition-property: all;-webkit-transition-duration: 1s;
	-o-transition-property: all;-o-transition-duration: 1s;
	transition-property: all;transition-duration: 1s;
 
}
.entry-content a:hover{
	color: #000;
}

.entry-content img {  
     margin-right: 0px;
    	margin-left: 0px;
     	-moz-transition-duration: 1s;
    	-webkit-transition-duration: 1s;
    	-o-transition-duration: 1s;
    	transition-duration: 1s;
 		background-color:#000;
	padding: 4px;
    border: 0px solid #;
    border: 1px dotted #cccccc;  word-spacing: 5px;
}

.entry-content img:hover {	 
	opacity: 0.75;

}.entrybottom{    
      background-repeat:repeat-x;
     width:654px;
     height:50px; margin-left:25px;
     background-color:transparent;

 }
.post-edit-link, .post-edit-link a {background:#fff;    border: 1px solid #121212;
	padding: 14px;
	font-size: 8px;
	font-weight: 400;
	margin: 1% 0;  
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;	text-shadow: none;

}
.more-link,
.more-link:hover,
.more-link:focus {
	font-weight: 700;
	display: table;
	margin: 24px 0;
	text-transform: uppercase;
}

.more-link:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 4px;
	content: '\f178';
}

blockquote > .more-link {
	margin: 24px 0 0 0;
}


/* THUMBNAIL CONTENT EDIT STYLE
-------------------------------------------------------------- */

.post-thumbnail {
	display: block;
	overflow: hidden;
	background: linear-gradient(to bottom, #000, #000 );
	width: auto; 
	height: auto;  
	max-height: 600px;	margin: 5px -20px 0px -30px;

}

.post-thumbnail img {
	width: 100%;
	margin: 0;	     
	padding: 0;
     display:  block;transition: all .9s;-webkit-transition: all .9s;-o-transition: all .9s;-moz-transition: all .9s;
}


.post-thumbnail img:hover {
	opacity: .75;
}


/* COMMENTS
-------------------------------------------------------------- */
/* COMMENTS 
-------------------------------------------------------------- */
.comments-area {
	margin: 48px 0 24px 0;
}

.comments-title {
	font-size: 21px;
	margin: 48px 0 24px 0;
	padding: 0 0 10px 0;
	color: #212121;
	border-bottom: 1px solid #dedede;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 24px 0;
}

.comment:last-child {
	margin-bottom: 48px;
}

.comment-body {
	border-bottom: 1px dotted #dedede;
}

.comment-author .avatar {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
}

.comment-author .fn {
	color: #373737;
}

.bypostauthor .comment-author .fn:after {
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	margin: 6px 0 0 4px;
	padding: 0 5px;
	content: 'Post Author';
	vertical-align: top;
	color: #373737;
	background: #f5f5f5;
}

.comment-metadata {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ababab;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #ababab;
}

.comment-list .reply {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-list .reply a {
	padding: 0 0 5px 0;
}

.comment-list .reply a:before {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 400;
	margin: 0 4px 0 0;
	content: '\f112';
}

.comment-list .children {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #dedede;
}

.no-comments {
	margin-top: -24px;
}

.comment-navigation {
	margin: 24px 0;
}

.comment-navigation .nav-previous a:before {
	margin: 0 4px 0 0;
	content: '\2190';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 4px;
	content: '\2192';
}


.comment-respond {
	margin: 48px 0 24px 0;
}

.comment-reply-title {
	font-size: 21px;
	margin: 48px 0 24px 0;
	padding: 0 0 10px 0;
	color: #212121;
	border-bottom: 1px solid #dedede;
}

.comment-form label {	color: #000;
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}

/*----------------------------------------------------------------------------- SOCIAL LINKS */

.social-links{
    padding-top:-670px;
        padding-top:0px;
    margin-left:-300px;
    font-size: 12px;
    margin-top:210px;
}
.social-links a{
    width: 8vw; border: 0.125em solid;
    border: 1px dotted #000;
    border-image-slice: 1;
    max-width: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
    height: auto;
    padding: 0px 6px;
    display: inline-block;
    text-align: center;
    word-break: unset;
    margin: 0 auto;
    margin-top: -8px;
    text-transform: uppercase;
    color: #f52c14;
    background: #fff;
}
.social-links a i{ #f52c14;
    line-height: 30px;
}
.social-links a:hover{
    color: #fff;
    background: #000;
}
/* PAGES
-------------------------------------------------------------- */

.page .entry-title {
	font-size: 2em;
}

/* ARCHIVES
-------------------------------------------------------------- */

.page-header {
	margin: 24px 0;
}

.page-title {
	font-size: 2em;
	line-height: 1;
	margin: 24px 0 32px 0;
	padding: 10px;
	text-align: center;
	color: #212121;
	background: #f5f5f5;
}

.entry-summary {
	margin: 24px 0 48px 0;
}
.previews {
    background-color:#000; padding:6px;	display: inline-block;
 margin-bottom:10px;
}.previews a {
 color:#3b4966;
}.previews:hover {
color:#fff;
}
/* MENU hdr */

.menuhdr { 
    color:#cfa522;
    letter-spacing: -3px;
	margin: 0 auto;	
	padding: 8px 0;
	width: 1200px; 
	top: 0; left: 0; 	
	text-transform: uppercase;
  	font-size: 19pt;	  
	text-transform: uppercase; 
    font-weight: 800; 
font-family: arial;    background-color:#000;
	line-height: 100%;
	text-align: center;
  	display: block;
	z-index: 999;
	 
 }

.menu {
	margin: 0 auto;
	border-width: 0 5px;
	border-style: solid;
	display: table;
	position: relative;
	z-index: 20;
}

.menuhdr ul {
	margin: 0 auto; padding: 10px;
	border: 0px solid;
	display: table;
	position: relative;
	overflow-y: hidden;
}

.menuhdr li, footer li {
	text-align: center;
	letter-spacing: 0.075em;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.menuhdr li a {letter-spacing: -3px;
 background: linear-gradient(to left, #f52c14, #f52c14);
    -webkit-background-clip: text; padding-right:1px;
    -webkit-text-fill-color: transparent;
 	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.menuhdr li a:hover {
 background: linear-gradient(to left, #f52c14, #f52c14);
    -webkit-background-clip: text; padding-right:1px;
    -webkit-text-fill-color: transparent; 	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.menuhdr li::after {
	content: '#';
	margin: 0 1vw;
	display: inline-block;
	z-index: 25;
}

.menuhdr li:last-child::after, footer li:last-child::after, #lu li:last-child::after, .post-categories li:last-child::after, ul.projl li:last-child::after { display: none; }

.menuhdr ul ul { margin: 0; padding: 10px 15px; display: none; position: absolute; border-width: 2px; border-style: solid; }
.menuhdr ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; z-index: 30 !important; border-bottom: 1px solid; }
.menuhdr ul ul li:last-child { border: none; }
.menuhdr li:hover > ul { display: flex; flex-direction: column; }
.menuhdr li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 1px 1px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menuhdr ul ul li::before { content: '//'; margin: 0 1vw 0 0; display: inline-block; z-index: 25; }
.menuhdr ul ul li::after { display: none; }

.menuhdr hr {
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}
.stick {
	position: fixed;
	margin: 0 auto;
	top: 0;	left: 0; right: 0;
	z-index: 99;
	border-width: 4px 0;
	border-style: solid; 
}

.show-menu {
	width: 98%;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 2vw 1%;
	line-height: 100%;
	border: none;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

.menuhdr input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

.menuhdr input[type=checkbox]:checked ~ #navi{
    display: block;
}
/* ERROR
-------------------------------------------------------------- */

.page-content {
	margin: 24px 0;
}

.not-found input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}

/* WIDGET CONTENT 
-------------------------------------------------------------- */

.widget-area {
	float: right;
	width: 335px; 
	margin-right:30px; 
	margin-top:15px;
   	font-family: 'Roboto Mono', monospace;	    
   	font-size: 8.25pt; 
	text-align:justify;
	padding: 0px;  
	background-repeat: repeat;   
	color: #efefef; 
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/wbg.png);
}


.widget-area a {   
  color: #37435f;  
  border-left:1px solid #efefef;  border-right:1px solid #efefef;
    font-weight: bold; 
    padding-left:2px; 
        padding-right:2px; 
  }.elites a {  border-left:1px solid #000;  border-right:1px solid #000;
     	   background-color:#000;  
}
 .widget-area a:hover {color:#fff;}
 .widget-area ul {text-transform:  uppercase;text-align: center; }
 .widget-area .quote {margin:5px 0;padding: 2px;border: 0px solid lightgray;}
 .widget-area li {
    padding: 2px;
    margin: 2px 0;
    color: #cccccc;
    border-bottom:1px dashed #cccccc;
    background: #000;
    float:center;
    transition: all .9s;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    -moz-transition: all .9s;
    overflow: hidden;
    margin-left:-8px;
    letter-spacing: 1px;
          width:90%; 
text-transform:  uppercase;
}.widget-area li a {
    color: #37435f;
    
}
 .widget-area bold, b, strong, .sidebar_thumb b, strong, bold{     color:#f52d15;}

 .widget-area li i {color: inherit;padding: 0 0px;}
  .widget-area li a { }
 .widget-area li:hover {background:#000; color:#fff;
    
}.elites a img { 
	margin: 0px;	background: linear-gradient(to top, #121212, #121212 );
	padding: 3px; 
       
         
    	      
}.search-field{
    background-color: #121212; 
    color:#fff;
    width: 70%; 
    text-align:center;
    float:center;
    border: 0px dotted #000;
 }
.widget-area button,
.widget-area input[type='reset'],
.widget-area input[type='submit'],
.widget-area input[type='button'] {
	line-height: 17px;
}
.screen-reader-text{
background-color:#000;
 color: #efefef;	padding-left: 8px;	padding-right: 8px;	padding-top: 8px;
	font-size: 8.15pt;	  	font-weight: 400;
    margin-top:5px; text-align:center;
    text-transform: uppercase; border-top:1px solid #f52d15;
	letter-spacing: 0.1em; float:center; margin-left:100px;
    display: inline-block;	text-shadow: none;}
.widget-area input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; margin-left:24px;
	width:86%; float: center;
	border-bottom:2px solid #da7481;
	padding: 10px;
}


/*  WIDGETS CONTENT 2.0
-------------------------------------------------------------- */

.widget{                    		background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/wbg.png);
 }
.widgetbottom{    
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/wend.png);
     background-repeat:repeat-x;
     width:335px;
     height:137px;
      background-color:transparent;

 }
.textwidget {
    word-spacing: 5px;
    line-height: 14px; 		
    background-color: transparent;
    color: #fff; 
    background-color:transparent;
    float:center; position:center;
	font-weight: 300;
	width: 86%;	
	margin-top:-5px;
	margin-left:14px; padding:8px;
	margin-bottom:10px;
	font-family: 'Roboto Mono', monospace;	    
	font-size: 8.25pt; 
	text-align:justify;  
  }

.widget-title {    		
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/wtop.png);
    width:325px; 
    height:190px;
    padding:5px;  font-family: ARIAL;
	font-size: 13.15pt;	  
	font-weight: 800;
     text-transform: uppercase;
	letter-spacing: -2px;
    display: inline-block;	
    text-shadow: none; 
    margin-top:0px;  
} 
.widget-title span { 
    color:#000;    
 	background-color: transparent; 
  	border-bottom:1px dashed #93101c;
	padding: 0px;
	margin-left:10px;
	display: inline-block;
	margin-top:152px;
	position: relative;
	z-index: 25; 	
 
}

.widget-area .widget-title:after {
	position: absolute;
	bottom: -2px;
	display: block;
	width: 50px;
	height: 0px;
	content: '';
}
/* -----------------------VIDEOS CONTENT----------------------- */
	.video {
	width: 100%;	display: block;
	max-width: 310px;	position: relative;
	margin: 9px auto 17px auto;
	z-index: 20;
}

.video img {
	width: 100%;	opacity: 1;	z-index: 20;
	position: relative;
}

.video::before {
	content: '';	z-index: 24;
	width: 88%; height: 150px;
	position: absolute;	display: block;
	left: 0; right: 0; top: 10px;
}


.videotop {
	width: 100%;	margin: -10px auto 0 auto;
	color: #f52d15;	text-align: center;
	font-weight: 600;	text-transform: uppercase;
	display: table;
	position: relative; background-color: transparent;
}

.videotop span { max-width: 75%; background-color: #000; border:1px solid #f52d15; padding: 0 1vw; display: inline-block; position: relative; z-index: 25; }
.videotop::before {
	content: '-';
	position: absolute;	top: 0; left: 0; right: 0;
	width: 90%; height: 50%;
	border-width: 0 1px 1px 1px;	border-color: #f52d15;
	border-style: solid;	z-index: 20;
	margin: auto;	display: table-cell;

}

.videolink  {
	margin: 5px;	padding: 5px;	display: block;
	color: #fff;	border:1px dotted #f52d15;
	text-align: center;	text-transform: uppercase;	position: relative;	 
	line-height: 100%;	letter-spacing: 0.01em;	border-width: 1px 0;
}/* -------------------- OTHER PROJECTS ----------------------------- */
.pr_img {
	height: 90px;
	width: 305px; border: 0px dotted #000;
	padding-top: 100px;
	margin-bottom: 10px; float:center;
}
span.pr_title {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #161616; padding:5px;
	background-color: #fff; margin-left:50px;
	letter-spacing: 1px;
	font-weight: bold;
}
span.prrole {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 9px;margin-top:4px;
	text-transform: uppercase; margin-left:50px;
	color: #f5f4f4; padding:4px;
	letter-spacing: 1px;
	background-color: #000;
}
.pr_links {
	text-align: center;
	width: 90%;
	margin-bottom: 20px;
	border: 1px dotted #000;
	padding: 5px 0px;
}
.pr_links a {	text-transform: uppercase;
	margin-right: 10px;
 	font-weight: bold;
	margin-left: 3px;
}
.pr_links a:hover {
	color: #00c3cd;
	background-image: none!important;
}

.pr_links img {
		padding: 0px!important;
	margin: 0px!important;
     border: 0px solid #969695!important; 	
 background-color: none!important; 
	cursor: help!important;
	box-shadow: 0 0 0px #c3c1c1!important;
}
/* -------------------- PROJECTS CONTENT --------------------------- */
 
.projects {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	display: block;
}

.projects img {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: none;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.projectssp {	border-bottom: 1px solid #f52d15;
    	border: 1px dotted #f52d15;
	width: 78%; color:#fff;
	margin: -50px auto 0 auto;
	padding: 4%;
	display: block;
	position: relative;
	z-index: 25;	background-color: #000;
}

.projects-content {	   
  background-color: #f52d15;
	padding: 2px 2PX 2PX 2PX;
	font-size: 11px; color:#000; 
	font-weight: 700;	 
	text-align: CENTER;
	text-transform: uppercase; text-shadow: #f52d15 1px 0px 0px;
	border-bottom: 1px solid #cccccc;
    	border-top: 1px solid #cccccc;
}

.projects-content span {
	display: inline;
	position: relative;
}
/* LATEST NEWS -----------*/
.sitelatestnews {
    padding-top:-605px;
}
.latestnews {	text-transform: uppercase; 
	margin:5px;  
	padding:2;  float:center;
	width:99%; color:#f1419a;
	background-color: transparent;
 	position:relative;font-family: 'Roboto Mono', monospace;	     font-size: 8.25pt; 
	text-align:justify; margin-top:20px;
}
.latestnews-show{
   text-align: justify;overflow: auto;
padding: 10px; background-color:#000;border: 1px dotted #121212;
color: #88091f;
text-align: justify;
 
}
.latestnews-show i{
   color:#efefef;
}
/* FOOTER --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

 .site-footer {
    width: 1100px; height:250px; 
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto; padding: 0;
	position: relative; z-index: 30;	image-rendering: pixelated; 
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/nrft.png);
	margin-top:-5px;
}
.site-footer-title {
	margin-top:0px; margin-bottom:10px;
	display:inline-block;
	padding:5px 15px;
	position:relative;
	top:8px;  
	background:#000;
	color:#efefef;text-transform:  uppercase;  
	font-weight:700; float:center;
	text-transform:uppercase;
	letter-spacing:2px;
	box-shadow: 15px 0 0 #transparent, -15px 0 0 #transparent;
}

.site-footer-title a,
.site-footer-title a:visited {
	color: #f52d15; background-color:#000;
	font-weight:700;
}

.site-footer-title a:hover {
	color:#76468f;
	text-decoration: none;
}
/* Post Pagination
---------------------------- */

.nav-links:before,
.nav-links:after {
	display: table; 
	content: '';
}

.site-area:after, 
.nav-links:after {
	clear: both;
}

.nav-next {
	display: inline-block; 
	float: right; 
	width: 49.5%; 
	text-align: right; 
	vertical-align: top;
}

.nav-previous {
	display: inline-block; 
	float: left; 
	width: 49.5%; 
	vertical-align: top;
}

.posts-pagination {
	margin:0 auto 35px;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.posts-pagination .current {
	background:#000;
}

.page-numbers {
	display:inline-block;
	margin: 1 1 5px; 
	padding: 10px 10px;  border: 1px dotted #000;
	background:#000; 
	color: #f52d15; 
}

.posts-pagination a:hover,
.posts-pagination a:focus,
a.page-numbers:hover {
	color:#f52d15!important; 
	background:#000; 
}

.page-numbers:first-child {
	margin-left:1px;
}

.updated:not(.published) {
	display: none;
}


/* Single Post Pagination
---------------------------- */

.posts-pagination-single h1 {
	margin:0 0 2px; 
	padding:0 0 10px; 
	letter-spacing:-1px; 
	border:0;
}

.posts-pagination-single .pull-left, 
.posts-pagination-single .pull-right {
	display:block; 
	min-height:100px; 
	width:47%; 
	padding: 6px 5px; 
	color:#f52d15; 
	border:0;
}

.posts-pagination-single h2 {
	margin:0;
}

.posts-pagination-single {
	margin:0 auto 35px;
	padding:25px;
	display:block;
	overflow:hidden;
	position:relative;
	background:#000;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

.wp-smiley,
.wp-smiley:hover,
.widget-area .wp-smiley,
.widget-area .wp-smiley:hover {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after {
	display: table;
	content: '';
}

.site-content:after,
.nav-links:after {
	clear: both;
}

.nav-next {
	display: inline-block;
	float: right;
	width: 49.5%;
	text-align: right;
	vertical-align: top;
}

.nav-previous {
	display: inline-block;
	float: left;
	width: 49.5%;
	vertical-align: top;
}

.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;
}

/* MOBIL VERSION CSS EDIT HERE
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 954px) {
    
	  .content-area {	 
	background: #e6e6e6;
}
.site {
 
	background: #e6e6e6;
}

.site-content {
	background: #e6e6e6;
}
.news-post{ 
    padding-top:0px;
    margin-left:0px;
}
/*-----------LATEST HEADLINES */
	.nnews {
 font-size: 0pt;	  	
 font-weight: 400;
 text-transform: uppercase;	
 background-color: #efefef;
 display: block;
 margin: 0px; letter-spacing: 0px;
color: #000;font-family: 'Roboto Mono', monospace;
 text-align: center;
 text-shadow: #92605c; 0px 0px 0px;
-webkit-transition:  0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
	  text-align:left;
	  width:0px;
	  margin-top:0px;
	  margin-left:0px;
	  padding:0px 0px 0px 0px;
 	border-bottom: 0px solid #000;


}
.nnews:hover{
	background-color: #000;
color: #fff;
text-align: center;
border:0px solid #;
text-shadow: rgba(0,0,0, 0.2) 1px 1px 1px;
	  text-align:left;
 opacity:.70;
	border-bottom: 0px solid #000;

}
 /*----------------------------------------------------------------------------- SOCIAL LINKS */

.social-links{
    padding-top:0px;
    margin-left:0px;
    font-size: 0px;
    margin-top:0px;
}
.social-links a{
    width: 0vw; border: 0em solid;
    border: 1px dotted #000;
    border-image-slice: 1;
    max-width: 0px;
    font-size: 0px;
    letter-spacing: 0px;
    height: auto;
    padding: 0px 0px;
    display: inline-block;
    text-align: center;
    word-break: unset;
    margin: 0 auto;
    margin-top:0px;
    text-transform: uppercase;
    color: #f52c14;
    background: #fff;
}
.social-links a i{ #f52c14;
    line-height: 0px;
}
.social-links a:hover{
    color: #fff;
    background: #000;
}
	.site-header {
	height: 608px;
	background-image: url(http://nora-world.org/wp-content/themes/norabymauu/images/nora.png);
	background-repeat: repeat;
	background-position: center;
}

.menuhdr {
    color:#fff;
	margin-top; 3px;	padding: 15px 0;
	width: 100%; top: 0; left: 0;
 	font-family: 'Roboto Mono', monospace;	     font-size: 8.25pt;  
	font-weight: 300; 	background: linear-gradient(to bottom, #000, #000 );
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
 	display: block;
	z-index: 999;
}
	.site-branding {
		letter-spacing: 10;
		text-shadow: none;
		
	}blockquote  {
	width: 90.76%;
	max-width: 100%;
	margin: 20px auto;
	padding: 12px 2%;
	background-color: #efefef;
	color: #000;
	border: 1px dotted #483626;
	position: relative;	text-shadow: 1px 1px #fff;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content: '\201C';
	font-size: 60px;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
	margin: 12px 0 0 10px;
	padding: 0 2px;
	height: 1px;
	background-color: #fff;
	color: #532388;
	text-shadow: 1px 1px #fff;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote:after {
	content: '\201D';
	font-size: 60px;
	font-weight: 700;
	position: absolute;
	bottom: 0; right: 0;
	margin: 0 10px -1px 0;
	padding: 0 2px;
	height: 1px;
	background-color: #fff;
	color: #532388;
	text-shadow: 1px 1px #fff;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote p { margin: 0 !important; padding: 6px 0; }


blockquote > p:first-child {
	margin-top: 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

/* ENTRADAS -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	.entry-information{ 
	font-size: 6.25pt;	font-weight: 200;
text-transform:  uppercase;
}
	.entry-sharing{
	font-size: 6.25pt;	font-weight: 200;
	padding: 4px;font-family: 'Roboto Mono', monospace;	
v  margin-top:-50px;
text-transform:  uppercase;
}
 
	.entry-data { font-size: 6.25pt; 
text-transform:  uppercase;

}
	.entry-title {	width: 94%;	font-size: 11.15pt;	  
     line-height: 19px; padding-top:10px; padding-bottom:10px;
      font-weight: 800;text-transform;	letter-spacing: -2px;
	 	font-family: 'Montserrat', sans-serif;	text-transform:uppercase;
	 	border-bottom: #96c42d 1px solid; 
 padding-left: 5px; padding-right:5px;
     margin-left:0px;	display: block;
	text-align: center;
	position: relative;
}
.entry-title hr {
	position: absolute;
 	border: none;
	width: 0%;
	height: 0px;
	top: 0; left: 0;
	margin: 0px 0 0 0;
	z-index: 15; 
}

.entry-title span { 	
	background-color: #transparent;     	
}

.entry-title:before
{
content: '';
position: absolute;
width:0px;     height: 0px;
padding:0px;
	background-image: url();
display: block;
width: 0;
z-index: 0;
bottom: -24px;
left: -0px;
}
.entry-title a { 	font-size: 14.15pt;	
color: #000;}

.entry-title a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
} 
.content-area {	
	float: left; 
	margin-left:6px;
	width: 98%; 
	padding: 0 0%;
	background: transparent;
}
.post-thumbnail {
	display: block;border-top: 0px solid #000;  border-bottom: 0px solid #000; 
	overflow: hidden;
	width: 98%; margin-left:-5px;
	height: auto; float:center;
	max-height: 300px;	  background: linear-gradient(to bottom, #000, #000 );

}

.post-thumbnail img {	border-top: 0px solid #000;  border-bottom: 0px solid #000; 
	margin-left: 5px;	max-height:200px;	
	padding: 0;	
	opacity: .75;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.post-thumbnail img:hover {
	opacity: .75;
}.entrybottom{    
     background-image: url(http://nora-world.org/wp-content/themes/rrdbymauu/images/entryend.png);
     background-repeat:repeat-x;
     width:0px;
     height:0px;
     background-color:transparent;

 }
/* FOOTER -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

 .site-footer {
    width: 0px; height:0px; 
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto; padding: 0;
	position: relative; z-index: 30;	image-rendering: pixelated; 
	background-image: url(http://nora-world.org/wp-content/themes/rrdbymauu/images/footer.png);
	margin-top:0px;
}
.site-footer-title {
	margin-top:10px;
	display:inline-block;
	padding:5px 15px;
	position:relative;
	top:8px; transform: skew(0deg, 0deg);
	background:#ffd801;
	width:92%;
	color:#000;text-transform:  uppercase;  
	font-weight:700; float:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:9px;
	box-shadow: 15px 0 0 #transparent, -15px 0 0 #transparent;
}

.site-footer-title a,
.site-footer-title a:visited {
	color: #753994; background-color:#000;
	font-weight:700;
}

.site-footer-title a:hover {
	color:#fff;
	text-decoration: none;
}.sitelatestnews {
    margin-left:0px;
    padding-top:0px;
}
.latestnews {
	margin:0px;
	padding:0;  float:center;
	width:0%; color:#000;
	background:#fff;
 	border:0px solid #db52a6;
	position:relative;font-family: 'Roboto Mono', monospace;	     font-size: 0pt; 
	text-align:justify;line-height: 0px; 
}
.latestnews-show{
   text-align: justify;overflow: auto;
padding: 0px; background-color:#fff;border: 0px solid #8845c2;
color: #000;
text-align: justify;
 
}

     .entry-content { background-color:#222222;
text-align:justify;line-height:  18px;  margin-top:0px;
	  width:95%;float:center; margin-top:-10px; margin-bottom:0px;
 font-family: 'PT Sans', sans-serif;
	  margin-left:-5px;
	  padding:5px 5px 5px 5px;
       font-size: 12px; 
}
.widget-area {
	float: lreft;
	width: 335px; margin-right:40px;
   	font-family: 'Roboto Mono', monospace;	     font-size: 7.25pt; 
	text-align:justify;
	padding: 0px; 
 	background-repeat: repeat;   
	color: #cccccc; 
}
}

@media (max-width: 739px) {
	body {
		font-size: 14px;
		line-height: 23px;
	}

	h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    hr,
    form,
    .entry-header,
    .entry-content,
    .more-link,
    .more-link:hover,
    .more-link:focus,
    .tags-links,
    .entry-footer .edit-link,
    .comment,
    .comment-navigation,
    .page-header,
    .page-content {
		margin: 23px 0;
	}

	blockquote {
		padding: 15px;
	}

	button,
    input[type='reset'],
    input[type='submit'],
    input[type='button'] {
		line-height: 18px;
		padding: 5px 15px;
	}

	.post,
    .entry-summary {
		margin: 23px 0 46px 0;
	}

	.entry-header {
		padding: 0 0 8px 0;
	}


	.more-link:after {
		font-size: 12px;
	}

	.post-thumbnail {
		margin: 0 0 0px 0;
	}

	.post-navigation,
    .comments-area,
    .comments-title,
    .comment-respond,
    .comment-reply-title {
		margin: 46px 0 23px 0;
	}

	.post-navigation {
		padding: 0 0 2px 0;
	}

	.post-navigation .meta-nav {
		font-size: 16px;
		line-height: 23px;
	}

	.post-navigation .nav-previous .meta-nav:before,
    .post-navigation .nav-next .meta-nav:after {
		font-size: 14px;
	}

	.nav-next,
    .nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}

	.comments-title,
    .comment-reply-title {
		font-size: 20px;
	}

	.comment:last-child {
		margin-bottom: 46px;
	}

	.comment-list .children {
		padding: 0 0 0 15px;
	}

	.no-comments {
		margin-top: -23px;
	}

	.comment-form input[type='text'],
    .comment-form input[type='email'],
    .comment-form input[type='url'],
    .comment-form textarea,
    .not-found input[type='search'] {
		width: 100%;
	}

	.page-title {
		margin: 23px 0 31px 0;
	}

	.footer {
		padding: 23px 3%;
	}

	.posts-pagination {
		margin: 23px 0 18px 0;
	}

	.page-numbers {
		padding: 5px;
	}
}

@media (max-width: 954px) and (min-width: 740px) {
	.post-thumbnail {
		margin: 0 0 0px 0;
	}
}

@media (max-width: 1119px) and (min-width: 955px) {
	.site {
		margin: 0 10px;
	}

	.content-area {
		width: 61.88%;
		padding: 0 2.68%;
	}

	.post-thumbnail {
		margin: 0 0 24px 0;
	}

	.widget-area {
		width: 27.4%;
		padding: 4px 2.68% 0;
	}
}