/*
Theme Name: mcmxcix_Jennifer Lawrence Web2
Description: N/a
Author: Mirela, mcmxcix
Version: 1.0
*/

::selection {
    background: #6c4c33!important;
    color: #fff!important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #6c4c33!important;
    color: #fff!important; 
    /* Gecko Browsers */
}

/*---------Main---------*/

body {
    margin: 0;
    background: #ffffff;
    color: #323232; 
    line-height: 180%; 
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    word-wrap: break-word;
}

b,
bold,
strong {
    color: #926745;
}

i,
italic,
e,
em {
    color: #6c9a8b;
    font-family: 'Lora', sans-serif;
}

u, 
underline {
    text-decoration: none;
    border-bottom: 2px dashed #595959;
}

u b i {
    color: #222;
}

mark {
    background-color: #000;
    color: #fff;
    font-family: "Cascadia Mono", sans-serif;
}

/*---------Container/Wrapper---------*/

#container {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
}

/*---------Sitebar---------*/

.sitebar {
    max-width: 100%;
    margin: 0 auto;
}

.navigation {
    background: #fff;
    margin: 0;
      font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
    font-size: 13.5px;
    color: #545454;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
    overflow: hidden;
}

.navigation a {
    font-family: inherit;
    color: #545454;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 3px 0 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navigation li:last-child:after {
    content: '';
}

.navigation a:hover {
    border-bottom: 5px solid #000;
    border-image: URL("images/header.png") 12 repeat;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navigation img {
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.navigation li {
	display: inline-block;
}

.navigation li:after {
    display: inline;
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 10px;
    color: #e69136;
}

.show-menu {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #333;
	text-align: left;
	display: none;
	font-size: 14px;
	padding: 10px 0 10px 15px;
}

.navigation .fa-brands {
    color: #545454;
}

/*---------Header---------*/
#header {
    background: #fff URL("images/header.png") no-repeat;
    min-height: 395px !important;
    background-size: cover;
    width: 100%;
    aspect-ratio: 35 / 9;
    image-rendering: pixelated;
}

.sitename {
    font-family: 'Shadows into Light', cursive;
    display: none;
    position: relative;
    font-size: 28px;
    text-align: center;
    top: 250px;
    font-weight: 900;
}

.sitename span {
    color: #6c9a8b;
}

.siteurl {
    display: none;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
}

/*---------Content---------*/

#content {
    float: right;
    width: 68%;
    background: #fff;
}

#content .post {
    margin-bottom: 60px;
}

.contenttext a:not(:has(img)) {
    color: #926745;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contenttext a:hover:not(:has(img)) {
    text-decoration: none;
    border-bottom: 2px solid #000000;
}

#content img,
#content img a {
    background: #fff URL("images/header.png");
    padding: 4px;
    margin: 2px 5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content img:hover,
#content img a:hover {
    opacity: 0.8;
    background-position: bottom;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.contenttitle {
    font-family: "Shadows Into Light", cursive;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #44403d;
    padding: 5px 0;
    margin: 10px 0 0 0;
    line-height: 24px;
    text-align: center;
}

#content .contenttitle a {
    color: #000000;
    text-decoration: none;
    border-bottom: none!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .contenttitle a:hover {
    color: #e69136;
    text-decoration: none;
    border-bottom: none!important;
}

#content .contentextra {
    color: #333333!important;
    font-family: "DM sans", sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}


#content .contentextra a {
    color: #8f8f8f!important;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
}

#content .contentextra a:hover {
    color: #000!important;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}

#content .featured {
    margin: 0 auto;
}

#content .featured img {
    border: none!important;
    box-shadow: none!important;
    background: none!important;
    padding: 0!important;
    width: 100%;
}

.contenttext {
    font-family: "DM Sans", sans-serif;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
    line-height: 22px;
    padding: 2px 7px;
}

#content .categories:before {
    display: block;
    position: absolute;
    content: "";
    border-top: 1px solid #d9d9d9;
    width: 100%;
    top: 50%;
}

#content .categories {
    position: relative;
    font-family: 'Huninn', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: -6px 15px;
}

#content .categories a {
    background-color: #252841;
    padding: 6px 4px;
    color: #fff;
    border-bottom: none!important;
    text-decoration: none !important;
    border-bottom: none!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out!important;
}

#content .categories a:hover {
    background-color: #6c9a8b;
}

.categories span {
    margin-left: 35px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 0 5px;
}

.more-link {
    background-color: #f7f7f7;
    padding: 8px;
    margin: 20px 0 0 0;
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    border-bottom: none!important;
}

.more-link:hover {
    border-bottom: none!important;
    background-color: #e69136;
    color: #fff!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out!important;
}

.page-navi {
    text-align: center;
    font-family: 'Huninn', sans-serif;
}

.border { 
	border-bottom: 1px dashed #d2d2d2; 
	margin-top: 20px; 
	margin-bottom: 20px; 
}

.article {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
    letter-spacing: 1px;
}

.article span {
    text-decoration: underline;
}

.previous {
    max-width: 350px;
    float: left;
    padding-left: 20px;
}

.next {
    float: right;
    max-width: 350px;
    text-align: right;
    padding-right: 20px;
}

/*---------Sidebar---------*/

#sidebar {
    float: left;
    width: 30%;
}

#sidebar .side {
    margin: 0 0 40px 0;
    padding: 4%;
    border: 1px solid #d9d9d9;
}

.sidebartitle {
    font-family: "Shadows Into Light", cursive;
    padding: 15px;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 4px 0;
    line-height: 24px;
    text-transform: lowercase;
    color: #252841;
    position: relative;
    display: inline-block;
    background: #fff URL("images/gallery-links.png") no-repeat;
    background-size: 40px;
}

.sidebartitle span {
    margin: -5px 0 0 29px;
    display: block;
    border-bottom: 5px solid #000;
    border-image: URL("images/header.png") 12 repeat;
}

.sidebartext {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    padding: 10px;
    line-height: 22px;
}

.sidebartext li {
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 0 5px 2px;
}

#sidebar a:not(:has(img)) {
    color: #926745;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sidebar a:hover:not(:has(img)) {
    text-decoration: none;
    border-bottom: 2px solid #000000;
}

#sidebar img,
#sidebar img a {
    background: #fff URL("images/header.png");
    padding: 4px;
    margin: 2px 5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#sidebar img:hover,
#sidebar img a:hover { 
    border-bottom: none!important;
    opacity: 0.8;
    background-position: bottom;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#sidebar blockquote {
    margin: 5px 0 0 0;
}


/*---------H classes---------*/

h1  {
     font-family: 'Lora', sans-serif;
    font-size: 28px;
    color: #555;
}

h2 {
    font-family: 'Lora', sans-serif;
    font-size: 24px;
    text-transform: none;
    color: #555;
}

h3 {
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    text-transform: none;
    color: #555;
}

h4 {
    font-family: 'Lora', sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #555;
}

h5 {
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #555;
}

/*---------Footer---------*/

#footer {
	font-family: 'Cascadia Mono', sans-serif;
    text-decoration: none;
    line-height: 13px;
    color: #606060;
    text-transform: lowercase;
    font-size: 13px;
}

#footerbanner {
    content: '';
    display: block;
    background: #fff url('images/header.png') top;
    height: 15px;
}

#footer span {
    background: linear-gradient(270deg, #252841, #e69136);
    color: #ffffff;
}

#footer a {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #6c9a8b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer a:hover {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #926745;
}

.disclaimer {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #6a6a6a;
    padding: 10px;
    line-height: 25px;
    text-transform: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/*---------WP-Pagenavi---------*/

.wp-pagenavi {
    color: #797979;
    font-family: 'Huninn', sans-serif;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-bottom: 40px;
    text-transform: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 2px;
    color: #797979!important;
    padding: 8px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out!important;
}

.wp-pagenavi a:hover {
    background-color: #e69136;
    color: #ffffff!important;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: inherit;
}

/*---------Comments---------*/

li.comment {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #686767;
    font-family:'Lato', sans-serif;
    list-style: none;
    position: relative;
    margin: 0 0 1.625em;
}

ol.commentlist {
   padding: 10px;
}

.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: 90%;
}

li.comment2 {
    background: #f6f6f6;
	padding: 1.625em;
	position: relative;
	list-style: none;
}

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

.comment-top {
    text-align: right;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
}

#respond {
    padding: 5px 0 0 10px;
    font-size: 14px;
    color: #686767!important;
    font-family:'Lato', sans-serif;
    list-style: none;
    border-top: 1px solid #e6e6e6;
}

.comment-reply-title {
    color: #686767;
    text-transform: uppercase;
    font-size: 18px;
}

.comment-body {
	border-bottom: 1px solid #e6e6e6;
}
.comment-form label {
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.nocomments {
    padding: 0 0 20px 20px;
}

.reply {
    font-size: 14px;
    color: #686767;
    font-family:'Lato', sans-serif;
}

.cancel-comment-reply a {
    font-family:'Lato', serif;
    font-size: 14px;
}

/*---------Miscellaneous---------*/

.coppermine {
    border: 1px solid #d9d9d9;
    padding: 7px 20px 20px 20px;
    margin-bottom: 20px;
}

.coppermine:before {
    content: '';
    display: block;
    background: #fff URL("images/latest-images4.png");
    height: 37px;
    width: 232px;
    background-size: 235px;
}

.coppermine img,
.coopermine img a {
    background: #fff URL("images/header.png");
    padding: 4px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.coppermine img:hover,
.coppermine img a:hover {
    opacity: 0.8;
    background-position: bottom;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

p {
    margin: 20px 0;
}

blockquote {
    font-family: 'Lora', sans-serif;
    font-size: 13px;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    color: #333;
    margin: 5px 0 10px 0;
}

blockquote p {
    margin: 1em 0;
}

blockquote i,
blockquote italic,
blockquote e,
blockquote em {
    color: #000;
}

blockquote a {
    color: #e69136!important;
    font-weight: 600;
}

blockquote a:hover {
    color: #333!important;
}

label.screen-reader-text {
    display: none;
}

#404error {
    float: right;
    width: 650px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mejs-container *, .mejs-container .mejs-controls div {
    font-family: 'Lato', sans-serif!important;
    font-size: 14px!important;
}

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

.wp-video {
    font-family:'Lato', sans-serif;
}

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

input[type="text"],
input[type="select"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
select,
textarea,
option {
    background-color: #fff;
    color: #2c2c2c;
    font-family: 'Huninn', sans-serif!important;
    font-size: 14px!important;
    padding: 8px;
    border: solid 1px #bababa;
}

input[type="submit"] {
    background-color: #252841;
	padding: 9px 22px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Huninn', sans-serif;
    font-size: 14px!important;
}

button,
input[type="button"] {
    background-color: #252841;
	padding: 10px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Huninn', sans-serif!important;
    font-size: 14px!important;
}

div#qTip {  
	background-color: #6c9a8b;
	padding: 5px;
	display: none;
	position: absolute; 
	z-index: 1000;
	font-family: 'Lora', sans-serif;
	color: #ffffff;
    font-size: 11px;
    font-style: italic;
	-moz-opacity: .95;
	filter: alpha(opacity=95);
	opacity: .95; 
}

.contenttext .gallery-links {
    padding: 10px 10px 10px 70px;
    margin: 10px 0px;
    background: #fff URL("images/gallery-links.png") no-repeat;
    background-size: 60px;
}

.contenttext .gallery-links:before {
    content: 'Gallery Links';
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.contenttext .gallery-links a {
    font-weight: 600;
    font-family: "Cascadia Mono", sans-serif;
    font-optical-sizing: auto;
    color: #e69136!important;
    font-style: italic;
}

.contenttext .gallery-links a:hover {
    color: #44403d!important;
}

.wp-caption, .wp-caption img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wp-caption {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    box-shadow: none!important;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption-text {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    font-style: italic;
}

.wp-playlist img {
background-color: #fff!important;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
    padding: 0 0 0 15px;
}

.side ul {
    padding: 0;
    margin: 0;
}

ul ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.post-edit-link {
    padding: 5px 0;
    margin-bottom: 10px;
}

a.post-edit-link {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc!important;
    outline: none;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
    font-size: 12px!important;
    text-transform: uppercase;
    color: #555!important;
    font-weight: 600;
}

a.post-edit-link:hover{
    background-color: #ddd;
}

.advertisement {
  position: relative;
  overflow: hidden;
}
 
.advertisement iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff; 
}

::-webkit-scrollbar-thumb {
  background: #252841; 
}

::-webkit-scrollbar-thumb:hover {
  background: #e69136; 
}