/*
Theme Name: Theme Five
Author: El
Author URI: https://www.eliadeluca.me
Version: 5.0
*/



body { font-family: "Courier New", Courier, monospace; font-size:16px; font-style:normal; font-weight:400; color:#000; letter-spacing:1px; margin:0; padding:0; cursor: crosshair;
}

#page {width:100%; margin:0 auto; position:relative;}

h1 {margin:0 0 0 0; padding: 0; font-size: 13px; color:#000; font-family: Helvetica, Arial, sans-serif; text-align:center; font-weight: 700; font-style:normal; line-height: 0; letter-spacing:1px;
}

h2 {font-family: Helvetica, Arial, sans-serif; font-size:0.9em; color:#000; text-transform:uppercase;}

p { font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
	text-align:left;
	text-decoration:none;
	color:#000;
	text-transform: uppercase;
    line-height: 0;
}

a {color: black; text-decoration:none;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

 u {
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 0px solid black;
  }






/* Header */

header {margin: 60px 120px 60px 112px;}



.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

li {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	line-height: 19px;
}



.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}






/* Navigation */

div.nav {
	list-style: none;
	font-size: 11px;
	margin:0;
	padding:0 0px; /* right of 'Contact' */
	text-align:center;
	

}


div.nav li{
    display:inline;
}



div.nav a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
    padding:0 0 0 25px;
    text-transform: uppercase;
}


div.nav a:hover {
  color:#efefef;
  text-decoration:none;
}

div.nav .active {
  background-color: #4CAF50;
  color: white;
}




/* Section - All */



#wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
    padding-top:2%;
}
    #list
    {
        width: 119.125%; /* 990px size of featured image*/ 
        overflow: hidden;
        margin:0 auto;
    }
        .item
        {
            width: 16.303%; /* 300px */
            float: left;
            margin: 0 12.3% 10.900em; /* 15px 30px */
        }
        
        .item img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 
 
div.item h1 {
    margin: 16px 0;
}


div.item h1 a {
    text-transform: uppercase;
	text-align:center;
	text-decoration:none;
}

div.item h1 a:hover {
	color:#efefef;
	text-decoration:none;
}

div.item p {
    font-size:.9em;
	text-align:center;
	line-height: 15px;
}

/* Single */

#post-container {
	margin:0 auto;
	width:85%;
}


#post-container img {
	padding-bottom:5%;

}


div.post-info-single {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 90px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}


div.post-single h1 {
	text-align:center;
	font-size: 70px;
	font-weight: 100;
	line-height: 74px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 2% 0;
}

div.post h1 {
	text-align:left;
	font-size: 70px;
	font-weight: 100;
	line-height: 74px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5% 0;
}


div.post p {
	padding:.1em;
	font-size: 11px;
	text-align:left;
	line-height: 24px;
}


div.post p a {
	text-decoration:underline;
}

div.post p a:hover {
	text-decoration:none;
}

div.post img {
	width:100%;
	height:auto;
}




div.post-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

div.post-single {
    margin-bottom: 80px;
}

div.post-info-single {
    font-size: 11px;
}

div.post {
    margin-bottom: 80px;
}



/* Archive */

.archive h1 {
    padding-bottom: 80px;
	text-transform: uppercase;
	border-bottom: none;
}

.archive_link a {
    border-bottom: 0px solid #000;
}

        .item_archive
        {
            width: 21.303%; /* 300px */
            float: left;
            margin: 0 0.600% 7.900em 8.715%; /* 15px 30px */
        }
        
        .item_archive img
        {
            width: 100%;
	        padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 
 


/* Pagination */

.pagination-container {
    width: 100%; /* 960 px */
	text-align:center;
  	margin: 0 auto;	
	padding-bottom:20px;
	display:inline-block;

}


div.nav-previous a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:700;
	float:right;
	padding-right:6%;
    text-decoration:none;
}

div.nav-previous a:hover {
    text-decoration:none;
	color:#efefef;
}


div.nav-next a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:700;
	float:left;
	padding-left:6%;
	text-decoration:none;
}

div.nav-next a:hover {
    text-decoration:none;
	color:#efefef;

}

/* Footer */

footer {font-size: 11px; margin:0px 140px 70px 140px; color:#000; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;}
footer .content {width:100%; margin:0 auto; text-align:center;}
footer a {margin-left:30px; color:#000; text-decoration:none;}
footer a:visited {color:#000;}
footer a:hover {color:#acacac; text-decoration:none;}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container-one {
    margin: 20px 0px;
}

@media only screen and ( max-width: 70em ) /* 800px - tablet */
{

/* Header */

header {margin: 60px 57px 60px 56px;}



.logo {
	text-align:left;
	display:inline;
	text-decoration:none;
	color:#000;

}






/* Navigation */

div.nav {
	list-style:none;
	float:right;
	margin:0;
	padding:0 0px; /* right of 'Contact' */
	text-align:center;

}

div.nav li{
    display:inline;
}

div.nav a {
    display:inline-block;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
    padding:0 0 0 25px;
}


div.nav a:hover {
  color:#efefef;
  text-decoration:none;
}

div.nav .active {
  background-color: #4CAF50;
  color: white;
}





/* Section - All */



#wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
    padding-top:4%;
}
    #list
    {
        width: 95.125%; /* 990px size of featured image*/ 
        overflow: hidden;
        margin:0 auto;
    }
        .item
        {
            width: 25.303%; /* 300px */
            float: left;
            margin: 0 12% 5.900em; /* 15px 30px */
        }
        
        .item img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 

div.item h1 {
    line-height: 25px;
	margin: 0;
}


div.post-info {
    line-height: 22px;
}

/* Single */

#post-container {
	margin:0 auto;
	width: 85.5%;
}


#post-container img {
	padding-bottom:6%;

}
	
	


div.post h1 {
	padding-top:4px;
	font-size: 50px;
	font-weight: 100;
	line-height: 59px;
	
}

div.post-single h1 {
	font-size: 50px;
	line-height: 59px;
}

div.post-info-single {
    font-size: 11px;
}

div.post-single {
    margin-bottom: 80px;
}


footer {font-size: 11px;}
	
	
}


@media only screen and ( max-width: 40em ) /* 600px - mobile */ 
{



/* Header */

header {margin: 32px 25px 2px 25px;}



.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
	text-decoration:none;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}



/* Navigation */


#wrapper
{
    max-width: 90%; /* 960 px */
    margin: 0 auto;
    padding-top:2em;
}
    .item
    {
        width: 100%; /* 305px */
		padding-bottom: 16%;
		margin:0 auto;



    }
    
        .item img {
        width: 100%; /* 305px */
        height: auto;
    	margin:0 auto;

    }
	
 
div.item h1 {
	font-size: 13px;
    margin-top: 10px;
	text-align:center;
	padding:0em 0.5em;
}


div.item p {
	padding:0 1em;
	font-size:.8em;


}


div.post-info {
    line-height: 24px;
    padding-bottom: 35px;
}
 
	
	#post-container {
		margin:0 auto;
		width:97%;
}

div.post img {
	width:100%;
	height:auto;
}

div.post h1 {
	font-size: 33px;
	line-height: 42px;
}

div.post-single h1 {
	padding-top:4px;
	font-size: 40px;
	font-weight: 100;
	line-height: 46px;
}


div.post-info-single {
    padding-top: 20px;
    padding-bottom: 36px;
    font-size: 11px;
    line-height: 24px;
}

div.post-single {
    margin-bottom: 36px;
}



div.post p {
	padding-top:.7em;
	text-align:left;
	font-size:.7em;
	line-height:23pt;
}

.wp-block-image {
    padding: 0 3px;
}

div.post {
    margin-bottom: 0;
}


footer {margin: 0 0 50px 0;}

  


}
	
