
	/*
Theme Name: Jessica Simpsons Media
Author: MAUU ZETTA.
Author URI: https://mauuzeta.com
Description: 
Version: 
*/
-------------------------------------------------------------- */
    
@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');


div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #000000;
   	color: #ffffff;
    font-family: 'PT Sans', 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: 'PT Sans', sans-serif;
	font-size: 8.25pt;	 background-attachment: fixed;
	line-height: 18px; color:#efefef;
	background-color:#cccccc;	 
	     background-position: bottom center;
	background-repeat: repeat; 	
		background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/jbg.png);

   }

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

}

::-moz-selection {
	background: #587caa;
	color: #000; text-shadow: #587caa 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:#587caa;
}

a{
	text-decoration: none;
	color: #587caa;
	-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: #587caa;
}
#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 #9c7957;
	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: #9c7957;
	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: #9c7957;
	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: #587caa; 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: #efefef;

 }

.site-content { 	padding-top:20px;
      padding-bottom:20px;
	background-position: center center;
	background-repeat: repeat; 	
	background-color:transparent;

 }
/* PARTE DEL HEADER 
-------------------------------------------------------------- */
.latestcontent {
    background-color:000;
    color:#efefef;
}
.site-header {
    width: 100%; 
    height: 1172px; 
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;  
	padding: 0;
	position: relative; 
	z-index: 30;	
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/jess.jpg);
}
.site-header-full {
    width: 100%; 
    height: 1172px; 
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;  
	padding: 0;
	position: relative; 
	z-index: 30; 
 }
/* ENTRY CONTENT AREA
-------------------------------------------------------------- */

.content-area {	
	float: left; 
	margin-left:32px;
	width: 720px; 
	padding: 0 3%;
	margin-top:-7px;
	background: transparent;	
	border-right:1px dashed #426376;

}



/* 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 #587caa;
	color: #765cc0;
text-transform:  uppercase;
                      letter-spacing: 1px;

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


}
.entry-sharing{
	font-size: 7.25pt;	font-weight: 200;
	padding: 8px;font-family: 'PT Sans', sans-serif;
	background-color: #000; float:right;  
	color: #688fa8;  margin-top:-15px;text-transform:  uppercase;  
 text-shadow: #000 1px 0px 0px;  
text-transform:  uppercase; margin-bottom:8px;
 
}
.entry-sharing a{
	padding: 6px;
 	color: #fff;
text-transform:  uppercase;
                      letter-spacing: 1px;

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

}.entry-information{
	font-size: 6.25pt;	
	font-weight: 200;
	padding: 6px;
    font-family: 'PT Sans', sans-serif;   
    color:#fff; 
    	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/cat2.png);
	display: inline-block; 	
	text-transform: uppercase;
	margin-right:0px; 
    margin-bottom:2px;
    margin-top:2px;

text-transform:  uppercase;
}.entry-information i{
    color:#688fa8;
}
.entry-information a{
	padding: 2px;
 	color: #688fa8; 
 	background-color:#121212;
    text-transform:  uppercase; 
    border-top: 1px solid #121212;
    border-left: 1px solid #121212;
    border-right: 1px solid #121212;
    border-bottom: 1px solid #121212;
 
}.entry-information a:hover{
 	background-color: #000;
	color: #688fa8;    border-top: 1px solid #688fa8;
    border-left: 1px solid #688fa8;
    border-right: 1px solid #688fa8;
    border-bottom: 1px solid #688fa8;
    text-transform:  uppercase;
 

}
.newsbottom {
	width: 780px;
    padding: 8px; margin-left:-30px;
	background-image: url("https://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: 7.25pt;	
	font-weight: 900;
	padding-top: 6px;
    font-family: 'PT Sans', sans-serif;
    color:#000;     
     height:28px;
    text-transform: uppercase; 
    width: 120px; 
	background-color:transparent;
  }

.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 {
  	word-spacing: 5px; 
	font-size: 16pt;	  
    font-weight: 900; 
	font-family: 'Montserrat', sans-serif;
	margin-bottom:0px;	display: block;
	width: 106%; 
	margin-bottom:9px;
	margin-top:-2px;
	line-height: 100%; 
	margin-left:-10px;
	border-bottom:0px;
	text-align: left;
 	letter-spacing: -4px;
	position: relative;
}

.entry-title span { 
    color:#cccccc;     
	background-color: transparent;	
	border-bottom: 0px;
	padding: 2px;    
	display: inline-block;
	position: relative;
	z-index: 25;
}

.entry-title span a { 
text-transform: uppercase; 
    font-weight: 800; 
    color:#000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -2px;
	     text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15);
    text-decoration:none; 
	padding-right:9px;
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
    padding-top:4px;
    letter-spacing:-3px;

}

.entry-title span a:hover { 
	color: #000;
   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;
        font-size: 13px; 
 background: linear-gradient(to bottom, #ffffff, #ffffff );
 word-spacing: 5px;
 border:1px solid #cccccc;
  
}.entry-content b, .entry-content bold, .entry-content strong{
	color: #426376;	 font-weight: 700;font-family: ARIAL;	
}
.newscontent i, italic, em{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; color:#fff;
}
.entry-content a{ 
	color: #6f563d; 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: #6f563d;
	text-shadow: 0px 0px 5px;
}

.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:550px;
     height:106px; margin-left:75px;
     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 {
}


/* 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{
    margin-top:10px;
    font-size: 12px;

}
.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: #45b40c;
    background: #000;
}
.social-links a i{ #45b40c;
    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;
}

/* MENU hdr */

.menuhdr { 
    color:#fff;
    letter-spacing: 0px;
	margin: 0 auto;	
	padding: 15px;
	width: 74%; 
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/latestphotos.png);
	top: 0; left: 0; 	
	background-position: bottom center;
	text-transform: uppercase;
    font-size: 8pt;	  
    font-weight: 800; 
	font-family: 'Montserrat', sans-serif;
	line-height: 0%;
	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: -1px;
	color: #fff;  
	    font-size: 14pt;	  
 	-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 {
	color: #fff; 
 	-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 
-------------------------------------------------------------- */
.about{
	float: right;
	width: 335px; 
	margin-right:30px; 
	margin-top:5px;
    font-family: 'PT Sans', sans-serif;   	font-size: 8.25pt; 
	text-align:justify;
	padding: 0px;  
	background-repeat: repeat;   
	color: #efefef; padding-top:140px; padding-bottom:10px;
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/j1.png);
	margin-bottom:26px;
	
}.aboutcontent {
    word-spacing: 5px;
    line-height: 14px; 		
    background-color: transparent;
    color: #efefef; 
     background-color:#000;
    float:center; position:center;
	font-weight: 300;
	width: 80%;	
	margin-left:24px; padding:9px;
	font-family: 'PT Sans', sans-serif;
	font-size: 8.25pt; 
	text-align:justify;  
	text-shadow: #000 1px 0px 0px;
 
}
.widget-area {
    background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/cat2.png);
    border:1px solid #15120f;
	float: right;
	width: 335px; 
	margin-right:30px; 
	margin-top:-15px;
    font-family: 'PT Sans', sans-serif;   	
    font-size: 8.25pt; 
	text-align:justify;
	padding: 0px;  
	background-repeat: repeat;   
	color: #000; 
}


.widget-area a {   
  color: #587caa;  
  border-bottom: 1px dotted #efefef;
    font-weight: none; 
    padding:0px; 
    text-shadow: #000 1px 0px 0px;
 }

 .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 solid #9c7957;
    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: #cccccc; font-family:arial;
    border-bottom:1px solid #000;
   
}
 .widget-area bold, b, strong, .sidebar_thumb b, strong, bold{     font-family:arial; color:#9c7957;}

 .widget-area li i {color: inherit;padding: 0 0px;}
  .widget-area li a { }
 .widget-area li:hover {background:#000;
    
}.elites a img { 
	margin: 1px;	background: linear-gradient(to top, #121212, #121212 );
	padding: 2px; transition: all .9s;-webkit-transition: all .9s;-o-transition: all .9s;-moz-transition: all .9s; border:1px solid #7f3a8c;
}
.elites a img:hover {
    -webkit-filter: contrast(1.5) grayscale(5.0) opacity(100) saturate(0.3) sepia(0.0);;
background-color:#000;
-webkit-transition: all 0.5s ease-out;transition: all .9s;-webkit-transition: all .9s;-o-transition: all .9s;-moz-transition: all .9s;

    	      
}.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 #587caa;
	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 #c12a9d;
	padding: 10px;
}


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

.widget{                    
   	padding-top:5px;
 }
.widgetbottom{    
     background-repeat:repeat-x;
     width:0px;
     height:10px;
     background-color:transparent;

 }
.textwidget {
    word-spacing: 5px;
    line-height: 14px; 		
    background-color: transparent;
    color: #efefef; 
    border:1px solid #000;
    background-color:#000;
    float:center; position:center;
	font-weight: 300;
	width: 90%;	
	margin-left:7px; 
	padding:9px;
	font-family: 'PT Sans', sans-serif;
	font-size: 8.25pt; 
	text-align:justify;  
	text-shadow: #000 1px 0px 0px;
 
}
.widget-title {    		
    width:325px; 
    height:1px;
    padding:5px;  
	word-spacing: 5px; 
	font-size: 10pt;	  
	text-transform: uppercase; 
    font-weight: 800; 
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -2px;
    display: inline-block;	
    text-shadow: none; 
    margin-top:0px;   
     text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15);
} 
.widget-title span { 
    color:#000;    
 	background-color: #fff; 
 	border-top:2px solid #fff;
 	border-bottom:2px solid #fff;
	padding-top: 2px; padding-bottom:3px;
	padding-left:4px; padding-right:6px;
	margin-left:6px;
	display: inline-block;
	position: relative;
	z-index: 25; 	
	-webkit-box-shadow: 0px 0px 42px -8px #000; 
    box-shadow: 0px 0px 42px -8px #000;
}

.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: #587caa;	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 #587caa; 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: #587caa;
	border-style: solid;	z-index: 20;
	margin: auto;	display: table-cell;

}

.videolink  {
	margin: 5px;	padding: 5px;	display: block;
	color: #fff;	border:1px dotted #587caa;
	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 #42b013;
    	border: 1px dotted #efefef;
	width: 78%; color:#efefef;
	margin: -50px auto 0 auto;
	padding: 4%;
	display: block;
	position: relative;
	z-index: 25;	background-color: #000;
}

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

.projects-content span {
	display: inline;
	position: relative;
}.latestpictures {
	margin:0px;  		
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/latestphotos.png);
    height:150px;
    float:center;
	width:100%; 
	color:#fff;
    text-transform:uppercase;
 	position:relative; 	    
 	font-size: 7.25pt;
           font-weight: 600; 
           font-family: 'Zilla Slab', serif;
    text-transform: uppercase;  
	text-align:justify;   letter-spacing:1px;

}.latestpictures  a img { 
	transition: all .9s;-webkit-transition: all .9s;-o-transition: all .9s;-moz-transition: all .9s;
}
/* LATEST NEWS -----------*/
.sitelatestnews {
    margin-left:720px;
    padding-top:680px;
}
.latestnews {
	margin:0px;   
    height:54px;
    float:center;
	width:100%; 
	color:#f1419a;
	background-color: #cccccc;
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/latestnews.png);
	text-transform:uppercase;
 	position:relative; 	     
 	font-size: 6.50pt;  
 	letter-spacing:2px;
	text-align:justify;  
	font-family: 'PT Sans', sans-serif;

}
.latestnews-show{
   text-align: justify;overflow: auto;
padding: 10px; 
background-color:#000;
color: #fff;
text-align: justify;
 
}.latestnews-show i{
    color:#3b4e56;
}

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

 .site-footer {
    width: 1200px; 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(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/footer.png);
	margin-top:-2px;
}
.site-footer-title {
	margin-top:0px;
	margin-bottom:10px;
	display:inline-block;
	padding:15px 15px;
	position:relative;
	top:8px;  
	background:#000; 
    font-family: 'PT Sans', sans-serif;   	
    font-size: 8.25pt; 
	text-align:justify;
	color:#efefef;
	font-weight:200; float:center;
	letter-spacing:2px;
	width:97,4%;
	box-shadow: 15px 0 0 #transparent, -15px 0 0 #transparent;
}
.site-footer-title span {
	margin-top:0px;
	margin-bottom:10px;
	display:inline-block;
	padding:5px 15px;
	position:relative;
	top:8px;  
	background:#121212; 
    font-size: 8pt;	  
	text-transform: uppercase; 
    font-weight: 600; 
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -2px;
	color:#efefef;
	 float:center;
	letter-spacing:2px;
	width:97,4%;
	box-shadow: 15px 0 0 #transparent, -15px 0 0 #transparent;
}
.site-footer-title a,
.site-footer-title a:visited {
	color: #587caa; 
	border-bottom:1px solid #9c7957;
	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: #587caa; 
}

.posts-pagination a:hover,
.posts-pagination a:focus,
a.page-numbers:hover {
	color:#587caa!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:#587caa; 
	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 {	 
 }
.site {
 
 }

.site-content {
 }

 
	.site-header {
	height: 330px;
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/hdr.png);
	background-repeat: repeat;
	background-position: center;
}
.about{
	float: center;
	width: 335px; 
	margin-right:78px; 
	margin-top:5px;
    font-family: 'PT Sans', sans-serif;   	
    font-size: 8.25pt; 
	text-align:justify;
	padding: 0px;  
	background-repeat: repeat;   
	color: #efefef; padding-top:140px; padding-bottom:10px;
	background-image: url(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/images/j1.png);
	margin-bottom:26px;
	
}
.latestpictures {
	margin:0px;  			background-image:transparent; 
    height:0px;
        float:center;
	width:0%; color:#f1419a;
	background-color: transparent;text-transform:uppercase;
 	position:relative; 	     font-size: 0pt;
           font-weight: 600; font-family: 'Zilla Slab', serif;
    text-transform: uppercase;  
	text-align:justify;   letter-spacing:1px;

}.latestpictures  a img { width:0px;
	transition: all .9s;-webkit-transition: all .9s;-o-transition: all .9s;-moz-transition: all .9s;
}
.site-header-full {
    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;
 }
.menuhdr {
    color:#fff;
	margin-top; 3px;	
	padding: 15px 0;
	width: 100%; 
	top: 0; left: 0;
 	font-family: 'Roboto Mono', monospace;	    
 		font-size: 7.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;
}.menuhdr li a {letter-spacing: -1px;
 		font-size: 8.25pt; 
 	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

	.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%;	f
	    font-size: 9.15pt;	  
     line-height: 19px; 
     padding-top:10px; 
     padding-bottom:10px;
      font-weight: 800;
      text-transform;	
      letter-spacing: 0px;
	 	font-family: 'Montserrat', sans-serif;	
	 	text-transform:uppercase;
     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 { 	    
    font-size: 12.15pt;	
	background-color: #transparent;         
	letter-spacing:0px;

}

.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: 12.15pt;	
    color: #000;
    letter-spacing:0px;
    
}

.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%; 
	margin-top:-70px;
	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: 600px;	  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:600px;	
	padding: 0;	
	opacity: .75;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.post-thumbnail img:hover {

}.entrybottom{    
      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(https://jessicasimpsonmedia.com/wp-content/themes/jessicabymauu/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);
	width:92%;
    text-transform:  uppercase;  
	font-weight:700; float:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:8px;
	box-shadow: 15px 0 0 #transparent, -15px 0 0 #transparent;
}

.site-footer-title a,
.site-footer-title a:visited {
	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 {
        text-align:justify;
        line-height:  18px;  
        margin-top:0px;
	  width:96%;
	  float:center;
	  margin-top:-10px; 
	  margin-bottom:0px;
      font-family: 'PT Sans', sans-serif;
	  margin-left:-5px;
	  padding:8px 8px 8px 8px;
       font-size: 12px; 
}
.widget-area {
	float: center;
	width: 335px; 
	margin-right:78px;
   	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;
	}
}