html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0;
font-size: 100%;
margin: 0;
vertical-align: baseline;
}
body {
line-height: 1;
background-color: #151515;
color: #b4b4b4;
font-family: nf_regular, Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 1rem;
text-rendering: optimizeLegibility;
}
body.custom-font-enabled {
font-family: nf_regular, Arial, Helvetica, sans-serif;
}
html {
font-size: 87.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow-y: scroll;
}
ol, ul {
list-style: none;
margin-left: 10px;
margin-left: .71428571428rem;
padding: 0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
font-weight: 400;
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
} .wp-video {
display: block;
margin: 20px auto;
clear: both;
}
.wp-video .mejs-container {
background: #000;
}
.wp-video .mejs-container .mejs-controls {
background: transparent;
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: transparent;
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
background: #61adee;
}
.wp-video .mejs-controls .mejs-time-rail span {
height: 4px;
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-total {
margin: 9px 0;
height: 4px;
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-float {
height: 17px;
}
.wp-video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.mejs-controls .mejs-time-rail .mejs-time-total {
background: rgba(255, 255, 255, 0.8) !important;
}
.wp-video .mejs-time {
font-size: 16px;
font-size: 1rem;
}
.wp-video .mejs-volume-button > .mejs-volume-slider {
background: transparent;
}
.wp-video .mejs-volume-current, .mejs-volume-handle {
background: #61adee;
}
.wp-video .mejs-controls a:focus > .mejs-offscreen {
display: none;
}
.wp-video .mejs-time-handle-content {
border: 7px solid #61adee;
top: -9px;
border-radius: 7px !important;
} .video-poster-link {
position: relative;
display: block;
max-width: 100%;
}
.video-poster-link img {
display: block;
width: 100%;
height: auto;
}
.video-poster-link .video-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px; 
height: 60px;
background: rgba(0,0,0,0.5);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
box-sizing: border-box;
border: 2px solid #fff;
}
.video-poster-link .video-play-button::after {
content: '';
display: block;
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.gallery-poster-link {
position: relative;
display: block;
max-width: 100%;
}
.gallery-poster-link img {
display: block;
width: 100%;
height: auto;
}
.gallery-poster-link .gallery-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px; 
height: 60px;
background: rgba(0,0,0,0.5);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
box-sizing: border-box;
border: none;
}
.gallery-poster-link .gallery-play-button::after {
content: '';
display: block;
width: 50px;
height: 50px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E") no-repeat center;
background-size: contain;
} .read-more-state {
display: none;
}
.read-more-target {
opacity: 1;
max-height: 2rem;
transition: .25s ease;
overflow: hidden;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
opacity: 1;
font-size: inherit;
max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
content: 'Read more \25BC';
display: block;
box-shadow: -.5em -1.5em 2em .5em #202020;
}
.read-more-state:checked ~ .read-more-trigger:before {
content: 'Show less \25B2';
box-shadow: none;
}
.read-more-trigger {
cursor: pointer;
display: inline-block;
padding: 0 .5em;
color: #61adee;
font-size: 16px;
font-size: 1.14285714286rem;
font-weight: 500;
line-height: 2;
margin: 1em 0;
width: 95%;
text-align: right;
} *:focus {
background: transparent;
border: 0; }
audio:not([controls]) {
display: none;
}
del {
color: #333;
}
ins {
background: #fff9c0;
text-decoration: none;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 24px;
margin-bottom: 1.714285714rem;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
small {
font-size: smaller;
}
img {
border: 0;
}
a {
color: #ddd;
}
a:hover {
color: #fff;
} .clear:after, .wrapper:after, .format-status .entry-header:after {
clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
content: "";
display: table;
}
.archive-title, .page-title, .widget h3, .entry-content th {
color: #7e7e7e;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-size: 1.14285714286rem;
font-weight: 500;
line-height: 2.181818182;
text-align: center;
text-transform: uppercase;
}
.page-title span, .archive-title span {
color: #cacaca;
letter-spacing: 1px;
}
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
font-size: 11px;
font-size: .785714286rem;
line-height: 2.181818182;
} button, input, select, textarea {
border: 1px solid #000;
border-radius: 3px;
font-family: inherit;
padding: 6px;
padding: .428571429rem;
width: 100%;
font-size: 16px;
background: #b5b5b5;
color: #000;
}
select {
font-weight: 900;
}
select:focus {
background: #b5b5b5;
}
button, input {
line-height: normal;
}
textarea {
font-size: 100%;
overflow: auto;
vertical-align: top;
}
input[type=checkbox], input[type=radio], input[type=file], input[type=hidden], input[type=image], input[type=color] {
border: 0;
border-radius: 0;
padding: 0;
}
.menu-toggle, input[type=submit], input[type=button], input[type=reset], article.post-password-required input[type=submit], .bypostauthor cite span {
background-color: #e6e6e6;
background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64,64,64,.1);
color: #7c7c7c;
font-size: 11px;
font-size: .785714286rem;
font-weight: 400;
line-height: 1.428571429;
padding: 6px 10px;
padding: .428571429rem .714285714rem;
}
.menu-toggle, button, input[type=submit], input[type=button], input[type=reset] {
cursor: pointer;
}
button[disabled], input[disabled] {
cursor: default;
}
.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, article.post-password-required input[type=submit]:hover {
background-color: #ebebeb;
background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
color: #5e5e5e;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
background-color: #e1e1e1;
background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
border-color: transparent;
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
color: #757575;
}
.bypostauthor cite span {
background-color: #21759b;
background-image: none;
border: 1px solid #1f6f93;
border-radius: 2px;
box-shadow: none;
color: #fff;
padding: 0;
} .entry-content img, .widget img {
max-width: 100%;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
height: auto;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
height: auto;
max-width: 100%;
}
embed, iframe, object, video {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0,0,0,.2);
display: block;
margin: 0 auto;
} .entry-content img {
display: block;
margin: 0 auto;
padding: 10px 0;
padding: .71428571428rem 0;
max-width: 100%;
height: auto;
}
.wp-caption {
max-width: 100%;
padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
color: #757575;
font-size: 12px;
font-size: .857142857rem;
font-style: italic;
line-height: 2;
}
img.wp-smiley, .rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content dl.gallery-item {
margin: 0;
}
.gallery-item a, .gallery-caption {
width: 90%;
}
.gallery-item a {
display: block;
}
.gallery-caption a {
display: inline;
}
.gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.gallery .gallery-icon img {
height: auto;
max-width: 90%;
padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
padding: 3%;
} .site-content nav {
clear: both;
line-height: 2;
overflow: hidden;
}
#nav-above {
padding: 24px 0;
padding: 1.714285714rem 0;
display: none;
}
.paged #nav-above {
display: block;
}
.nav-next, .next-image {
float: right;
text-align: right;
width: 50%;
} .related {
border: 1px solid #444;
border-radius: 4px;
float: left;
font-size: 16px;
font-size: 1rem;
padding-top: 20px;
padding-top: 1.42857142857rem;
width: 100%;
}
.relatedposts {
margin: 0 auto;
max-width: 100%;
padding: 0 2px;
}
.related h3 {
font-size: 20px;
font-size: 1.42857142857rem;
letter-spacing: 1px;
margin: 0 0 1.71429rem 1.71429rem;
}
.relatedthumb {
margin-bottom: 30px;
margin-bottom: 2.14285714286rem;
width: 100%;
height: auto;
margin-left: 0;
margin-right: 0;
padding: 0;
display: inline-block;
vertical-align: top;
text-align: center;
}
.relatedthumb-title {
margin-top: 10px;
margin-top: .71428571428rem;
line-height: 1.3;
}
.relatedthumb img {
height: auto;
max-width: 100%;
padding: 0;
margin: 0 auto;
display: block;
}
.relatedthumb a, .relatedthumb a:hover {
display: block;
padding: 4px;
text-decoration: none;
max-width: 70%;
margin: 0 auto;
} .pagination {
clear: both;
font-size: 16px;
font-size: 1.14285714286rem;
line-height: normal;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.pagination span {
display: none;
margin: 2px;
padding: 3px 10px;
}
.pagination .inactive {
display: none;
}
.pagination a, .pagination .total-pages {
border: 1px solid #333;
color: #b4b4b4;
margin: 2px;
padding: 3px 10px;
text-decoration: none;
display: inline-block;
}
.pagination a:hover {
background: #191919;
border: 1px solid #666;
color: #aaa;
}
.pagination span.first-page {
width: -webkit-calc(50% - 30px);
width: calc(48% - 30px);
display: block;
}
.pagination span.current {
background: #313131;
border: 1px solid #000;
color: #aaa;
display: inline;
} .prev, .next {
display: block;
} .assistive-text, .site .screen-reader-text {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
clip-path: inset(50%) !important;
border: 0 !important;
white-space: nowrap !important;
}
.main-navigation .assistive-text:focus, .site .screen-reader-text:hover, .site .screen-reader-text:active, .site .screen-reader-text:focus {
background: #fff;
border: 2px solid #333;
border-radius: 3px;
clip: auto !important;
clip-path: none !important;
color: #000;
display: block;
font-size: 12px;
height: auto;
left: 5px;
padding: 12px;
position: absolute;
top: 5px;
width: auto;
z-index: 100000;
} .site {
background-color: #151515;
margin: 0 auto;
max-width: 1170px;
max-width: 83.5714285714rem;
overflow: hidden;
padding: 0 10px;
padding: 0 .71428571428rem;
}
.site-content {
margin: 24px 0 0;
margin: 1.71428571429rem 0 0;
width: 100%;
}
.widget-area, .widget-area-2 {
display: none;
}
.site-header {
background: url(//www.nf-models.com/wp-content/themes/nfmodels/images/headerbg.jpg) 0 -20px no-repeat;
height: 120px;
height: 8.57142857143rem;
padding: 0;
text-align: center;
}
.site-header h1, .site-header h2 {
text-align: center;
}
.site-header h1 a, .site-header h2 a {
color: #515151;
display: inline-block;
text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
color: #21759b;
}
.site-header h1 {
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
margin-bottom: 14px;
margin-bottom: .875rem;
}
.site-header h2 {
color: #757575;
font-size: 13px;
font-size: .928571429rem;
font-weight: 400;
line-height: 1.846153846;
}
.header-image {
position: relative;
text-align: center;
top: 40px;
top: 2.85714285714rem;
} .main-navigation {
background: url(//www.nf-models.com/wp-content/themes/nfmodels/images/navgradient.png) repeat-x;
border-bottom: 1px solid #3a3a3a;
left: 0;
margin: 0 auto;
max-width: 1170px;
max-width: 83.5714285714rem;
position: fixed;
right: 0;
top: 0;
z-index: 999;
width: 100%;
box-shadow: 0 3px 10px #4e4d4d;
}
.main-navigation ul {
margin: 0;
text-indent: 0;
width: 100%;
}
.main-navigation li {
display: inline-block;
font-size: 14px;
line-height: 1.42857143;
margin: 0 1%;
position: relative;
text-decoration: none;
}
.main-navigation li a {
border-bottom: 0;
font-size: 14px;
font-size: 1rem;
line-height: 34px;
line-height: 2.42857142857rem;
text-decoration: none;
text-transform: capitalize;
white-space: nowrap;
color: #fff;
}
.main-navigation li a:hover,
.main-navigation a:focus {
color: #cccccc !important;
}
.main-navigation .menu-item-4515 a, 
.main-navigation .menu-item-4515 a:hover {
color: #f880c1 !important;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display: inline-block !important;
max-width: 978px;
max-width: 69.8571428571rem;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
display: inline-block;
}
li.page-item-2836 {
display: none;
}
section[role=banner] {
margin-bottom: 48px;
margin-bottom: 3.428571429rem;
} .widget-area .widget, .widget-area-2 .widget, .widget_recent_entries, .widget_tag_cloud {
background: #202020;
border: 1px solid #353535;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
margin-bottom: 8px;
margin-bottom: .57142857142rem;
padding: 0 10px 15px;
padding: 0 .71428571428rem 1.07142857143rem;
word-wrap: break-word;
}
.widget_recent_entries, .widget_tag_cloud {
display: none;
}
.widget-area .widget h3, .widget-area-2 .widget h3, .widget_recent_entries h3, .widget_tag_cloud h3 {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area-2 .widget p, .widget-area .widget li, .widget_recent_entries li, .widget-area-2 .widget li, .widget-area .widget .textwidget, .widget-area-2 .widget .textwidget {
font-size: 16px;
font-size: 1.14285714286rem;
line-height: 1.3;
list-style-type: square;
margin-bottom: 5px;
margin-bottom: .35714285714rem;
margin-left: 5px;
margin-left: .35714285714rem;
}
.widget-area .widget p, .widget-area-2 .widget p {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul, .widget-area-2 .textwidget ul {
list-style: disc outside;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li, .widget-area-2 .textwidget li {
margin-left: 10px;
margin-left: .71428571428rem;
}
.widget-area .widget a, .widget-area-2 .widget a, .widget_recent_entries a {
color: #aaa;
letter-spacing: 1px;
text-decoration: none;
}
.widget_tag_cloud a {
color: #aaa;
text-decoration: none;
padding: 10px;
padding: .71428571428rem;
line-height: 1.3;
}
.widget-area .widget a:hover, .widget-area-2 .widget a:hover, .widget_recent_entries a:hover, .widget_tag_cloud a:hover {
color: #fff;
}
.widget-area #s, .widget-area-2 #s {
background: #b5b5b5;
border: 1px solid #000;
color: #000;
display: block;
margin: 0 auto;
width: 85%;
}
::placeholder {
color: #000;
font-size: 16px;
} footer[role=contentinfo] {
background: url(//www.nf-models.com/wp-content/themes/nfmodels/images/footerbg.jpg) 0 -20px no-repeat;
border-top: 1px solid #2f2f2f;
clear: both;
font-size: 14px;
font-size: 1rem;
line-height: 2;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
margin-top: 1.714285714rem;
max-width: 1170px;
max-width: 83.5714285714rem;
padding: 43px 0;
padding: 3.07142857143rem 0;
text-align: center;
}
footer[role=contentinfo] a {
color: #b4b4b4;
text-decoration: none;
}
footer[role=contentinfo] a:hover {
color: #b4b4b4;
} .entry-meta {
clear: both;
}
.entry-header {
padding: 1.71429rem;
}
.entry-header img.wp-post-image {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
color: #e8e8e8;
font-weight: 400; line-height: 1.2;
}
h1 {
font-size: 26px;
font-size: 1.85714285714rem;
}
h2 {
font-size: 22px;
font-size: 1.57142857143rem;
}
.entry-header .entry-title a {
text-decoration: none;
}
.entry-header .entry-format {
font-weight: 400;
margin-top: 24px;
margin-top: 1.714285714rem;
}
.entry-header .date {
color: #b4b4b4;
font-size: 14px;
font-size: 1rem;
font-style: italic;
margin: 5px 0;
}
.entry-header .entry-meta {
font-size: 16px;
font-size: 1.14285714286rem;
margin-top: 7px;
margin-top: .5rem;
}
.entry-meta a {
color: #61adee;
font-size: 16px;
font-size: 1.14285714286rem;
letter-spacing: 1px;
text-decoration: none;
}
.entry-meta a:hover {
color: #9fcff8;
}
article.sticky .featured-post {
border-bottom: 4px double #ededed;
border-top: 4px double #ededed;
color: #757575;
font-size: 13px;
font-size: .928571429rem;
line-height: 3.692307692;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
text-align: center;
}
.entry-content, .entry-summary, .mu_register {
line-height: 1.714285714;
padding: 0 5px;
padding: 0 .35714285714rem;
}
.entry-summary img {
margin-bottom: 15px;
margin-bottom: 1.07142857143rem;
}
.entry-summary .view-full-post {
background: #61adee;
clear: both;
color: #000;
display: block;
float: right;
line-height: 1.9;
padding: 1px 10px;
text-align: center;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
line-height: 1.714285714;
margin: 24px 0;
margin: 1.714285714rem 0;
}
.entry-content h1 {
font-size: 21px;
font-size: 1.5rem;
line-height: 1.5;
}
.entry-content h2, .mu_register h2 {
font-size: 18px;
font-size: 1.285714286rem;
line-height: 1.6;
}
.entry-content h3 {
font-size: 14px;
font-size: 1.142857143rem;
line-height: 1.846153846;
}
.entry-content h4 {
font-size: 14px;
font-size: 1rem;
line-height: 1.846153846;
}
.entry-content h5 {
font-size: 13px;
font-size: .928571429rem;
line-height: 1.846153846;
}
.entry-content h6 {
font-size: 12px;
font-size: .857142857rem;
line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .mu_register p {
font-size: 16px;
font-size: 1.14285714286rem;
line-height: 20px;
line-height: 1.42857142857rem;
margin: 0 0 10px;
text-align: justify;
}
.entry-content a:visited {
color: #9f9f9f;
}
.entry-content .more-link {
white-space: nowrap;
}
.entry-content ol, .entry-content ul, .mu_register ul {
line-height: 1.714285714;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
margin-bottom: 0;
}
.entry-content ul, .mu_register ul {
list-style: disc outside;
}
.entry-content ol {
list-style: decimal outside;
}
.entry-content li, .mu_register li {
margin: 0 0 0 36px;
margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote {
font-style: italic;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
padding: 24px;
padding: 1.714285714rem;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
}
.entry-content code {
font-family: Consolas, Monaco, Lucida Console, monospace;
font-size: 12px;
font-size: .857142857rem;
line-height: 2;
}
.entry-content pre {
border: 1px solid #ededed;
color: #666;
font-family: Consolas, Monaco, Lucida Console, monospace;
font-size: 12px;
font-size: .857142857rem;
line-height: 1.714285714;
margin: 24px 0;
margin: 1.714285714rem 0;
overflow: auto;
padding: 24px;
padding: 1.714285714rem;
}
.entry-content pre code {
display: block;
}
.entry-content abbr, .entry-content dfn, .entry-content acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
.entry-content address {
display: block;
line-height: 1.714285714;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
}
.entry-content .downloadlink {
font-size: 22px;
font-size: 1.57142857143rem;
letter-spacing: .1rem;
text-align: center;
}
.entry-content .downloadlink a {
color: #ff76ca;
font-weight: 600;
text-decoration: none;
}
.entry-content .downloadlink a:hover {
color: #ff32b0;
text-decoration: underline;
}
img.alignleft, .wp-caption.alignleft {
margin: 12px 24px 12px 0;
margin: .857142857rem 1.714285714rem .857142857rem 0;
}
img.alignright, .wp-caption.alignright {
margin: 12px 0 12px 24px;
margin: .857142857rem 0 .857142857rem 1.714285714rem;
}
img.aligncenter, .wp-caption.aligncenter {
clear: both;
margin-bottom: 12px;
margin-bottom: .857142857rem;
margin-top: 12px;
margin-top: .857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.entry-content dl {
margin: 0 24px;
margin: 0 1.714285714rem;
}
.entry-content dt {
font-weight: 700;
line-height: 1.714285714;
}
.entry-content dd {
line-height: 1.714285714;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.entry-content table {
border-bottom: 1px solid #ededed;
color: #757575;
font-size: 12px;
font-size: .857142857rem;
line-height: 2;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
width: 100%;
}
.entry-content table caption {
font-size: 14px;
font-size: 1.142857143rem;
margin: 24px 0;
margin: 1.714285714rem 0;
}
.entry-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
.site-content article {
background: #202020;
border: 1px solid #444;
border-radius: 4px;
float: left;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
margin-bottom: 40px;
margin-bottom: 2.85714285714rem;
width: 100%;
word-wrap: break-word;
}
.page-links {
clear: both;
line-height: 1.714285714;
}
footer.entry-meta {
color: #b4b4b4;
font-size: 16px;
font-size: 1.14285714286rem;
line-height: 1.846153846;
margin-top: 24px;
margin-top: 1.714285714rem;
padding: 24px;
padding: 1.71428571429rem;
}
.single-author .entry-meta .by-author {
display: none;
}
.mu_register h2 {
color: #757575;
font-weight: 400;
}
.archive-header, .page-header {
padding-bottom: 22px;
padding-bottom: 1.571428571rem;
}
.archive-meta {
color: #757575;
font-size: 12px;
font-size: .857142857rem;
line-height: 2;
margin-top: 22px;
margin-top: 1.571428571rem;
}
.attachment .entry-content .mejs-audio {
max-width: 400px;
}
.attachment .entry-content .mejs-container {
margin-bottom: 24px;
}
.article.attachment {
overflow: hidden;
}
.image-attachment div.attachment {
text-align: center;
}
.image-attachment div.attachment p {
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
}
.image-attachment .entry-caption {
margin-top: 8px;
margin-top: .571428571rem;
}
.entry-page-image {
margin-bottom: 14px;
margin-bottom: .875rem;
}
.template-front-page .site-content article {
border: 0;
margin-bottom: 0;
}
.template-front-page .widget-area, .template-front-page .widget-area-2 {
border-top: 1px solid #ededed;
clear: both;
float: none;
padding-top: 24px;
padding-top: 1.714285714rem;
width: auto;
}
.template-front-page .widget-area .widget li, .template-front-page .widget-area-2 .widget li {
font-size: 13px;
font-size: .928571429rem;
line-height: 1.714285714;
list-style-position: inside;
list-style-type: square;
margin: 8px 0 0;
margin: .571428571rem 0 0;
}
.template-front-page .widget-area .widget li a, .template-front-page .widget-area-2 .widget li a {
color: #757575;
}
.template-front-page .widget-area .widget li a:hover, .template-front-page .widget-area-2 .widget li a:hover {
color: #21759b;
}
.template-front-page .widget-area .widget_text img, .template-front-page .widget-area-2 .widget_text img {
float: left;
margin: 8px 24px 8px 0;
margin: .571428571rem 1.714285714rem .571428571rem 0;
}
.widget-area .widget ul ul, .widget-area-2 .widget ul ul {
margin-left: 12px;
margin-left: .857142857rem;
}
.widget_rss li {
margin: 12px 0;
margin: .857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
color: #aaa;
font-size: 11px;
font-size: .785714286rem;
margin-left: 12px;
margin-left: .857142857rem;
}
#wp-calendar {
color: #686868;
font-size: 13px;
font-size: .928571429rem;
line-height: 1.846153846;
margin: 0;
width: 100%;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
text-align: left;
}
#wp-calendar #next {
padding-right: 24px;
padding-right: 1.714285714rem;
text-align: right;
}
.widget_search label {
display: block;
font-size: 13px;
font-size: .928571429rem;
line-height: 1.846153846;
}
.widget_twitter li {
list-style-type: none;
}
.widget_twitter .timesince {
display: block;
text-align: right;
}
img#wpstats {
display: block;
margin: 0 auto 24px;
margin: 0 auto 1.714285714rem;
} @media screen and (min-width: 320px) {
.site-header {
background: url(//www.nf-models.com/wp-content/themes/nfmodels/images/headerbg.jpg) 0 -3px no-repeat;
height: 138px;
height: 9.64285714286rem;
}
.main-navigation li a {
font-size: 14px;
font-size: 1rem;
}
.site-content article {
padding-bottom: 20px;
padding-bottom: 1.42857142857rem;
}
}
@media screen and (min-width: 350px) {
.main-navigation li a {
font-size: 1rem;
font-size: 14px;
}
}
@media screen and (min-width: 600px) {
body.template-front-page .site-content, body.attachment .site-content, body.full-width .site-content {
width: 100%;
}
h2 {
font-size: 24px;
font-size: 1.71428571429rem;
}
.site-header {
background: url(//www.nf-models.com/wp-content/themes/nfmodels/images/headerbg.jpg) 0 30px no-repeat;
height: 170px;
}
.header-image {
top: 60px;
top: 4.28571428571rem;
}
.site-header h1, .site-header h2 {
text-align: center;
}
.site-header h1 {
font-size: 26px;
font-size: 1.857142857rem;
line-height: 1.846153846;
margin-bottom: 0;
}
.main-navigation li a, .main-navigation li {
display: inline-block;
text-decoration: none;
margin-top: 0;
}
.main-navigation li a:hover, .main-navigation li a:focus {
color: #fff;
}
.main-navigation li ul {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 100%;
width: 1px;
z-index: 1;
}
.main-navigation li ul ul {
left: 100%;
top: 0;
}
.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation .focus > ul {
border-left: 0;
clip: inherit;
height: inherit;
overflow: inherit;
width: inherit;
}
.main-navigation li ul li a {
background: #efefef;
border-bottom: 1px solid #ededed;
display: block;
font-size: 11px;
font-size: .785714286rem;
line-height: 2.181818182;
padding: 8px 10px;
padding: .571428571rem .714285714rem;
white-space: normal;
width: 180px;
width: 12.85714286rem;
}
.main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
background: #e3e3e3;
color: #444;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #fff;
}
.entry-header .entry-title {
font-size: 30px;
font-size: 2.14285714286rem;
}
.entry-content, .entry-summary, .mu_register {
line-height: 1.714285714;
padding: 0 20px;
padding: 0 1.42857142857rem;
}
.entry-summary img {
float: left;
margin-right: 10px;
margin-right: .71428571428rem;
}
.entry-summary .entry-meta {
clear: none;
float: left;
letter-spacing: .1em;
position: inherit; }
.entry-content .downloadlink {
font-size: 28px;
font-size: 2rem;
}
.relatedthumb {
margin-bottom: 10px;
margin-bottom: .71428571428rem;
width: 33%;
}
.relatedthumb a, .relatedthumb a:hover {
max-width: 100% !important;
display: block;
padding: 4px;
text-decoration: none;
}
.template-front-page .site-content, .template-front-page article {
overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
float: left;
width: 47.916666667%;
}
.entry-page-image {
float: right;
margin-bottom: 0;
width: 47.916666667%;
}
.template-front-page .widget-area .widget, .template-front-page .widget-area-2 .widget, .template-front-page.two-sidebars .widget-area .front-widgets, .template-front-page.two-sidebars .widget-area-2 .front-widgets {
float: left;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
width: 51.875%;
}
.template-front-page .widget-area .widget:nth-child(odd), .template-front-page .widget-area-2 .widget:nth-child(odd) {
clear: right;
}
.template-front-page .widget-area .widget:nth-child(even), .template-front-page .widget-area-2 .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets, .template-front-page.two-sidebars .widget-area-2 .front-widgets + .front-widgets {
float: right;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
width: 39.0625%;
}
.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
float: none;
width: auto;
}
}
@media screen and (min-width: 800px) {
.main-navigation li {
margin: 0 40px 0 0;
margin: 0 2.857142857rem 0 0;
padding: 0 21.5px;
padding: 0 1.53571428571rem;
position: relative;
}
.main-navigation li a {
font-size: 14px;
font-size: 1rem;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
}
.site-content {
float: left;
width: 75%;
margin: 24px 0;
margin: 1.71428571429rem 0;
}
.site-content article {
border: 1px solid #000;
padding-bottom: 20px;
padding-bottom: 1.42857142857rem;
}
.related {
background: #202020;
border: 1px solid #000;
}
.relatedthumb a, .relatedthumb a:hover {
max-width: 70%;
margin: 0 auto;
}
.pagination {
float: left;
margin: 5px 0;
width: 100%;
}
.pagination span {
display: inline;
border: 1px solid #333;
color: #b4b4b4;
float: left;
margin: 2px;
padding: 3px 10px;
text-decoration: none;
}
.pagination .inactive {
display: inline;
float: left;
}
.pagination a, .pagination .total-pages {
float: left;
}
.sidebar {
float: left;
width: 25%;
}
.widget-area {
display: block;
float: left;
margin: 8px 0 0 8px;
margin: .57142857142rem 0 0 .57142857142rem;
width: 97%;
}
.widget-area .widget, .widget-area-2 .widget, .widget_recent_entries, .widget_tag_cloud {
border: 1px solid #000;
border-radius: 4px;
padding-top: 15px;
}
.widget_recent_entries {
display: block;
float: left;
margin: 24px 0 0 8px;
margin: 1.71428571429rem 0 0 .57142857142rem;
}
.widget_tag_cloud {
display: block;
float: left;
margin: 0 .57142857142rem;
margin: 0 8px;
}
#text-14, #linkcat-2 {
display: none;
}
}
@media screen and (min-width: 1080px) {
body .site {
background: #151515;
margin-top: 0;
}
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.site-content {
float: left;
width: 64%;
}
.entry-header .date {
font-style: italic;
margin: 10px 0;
}
.entry-header .entry-meta {
font-size: 18px;
font-size: 1.28571428571rem;
}
.entry-content, .entry-summary, .mu_register {
line-height: 1.714285714;
padding: 0 20px;
padding: 0 1.71428571429rem;
}
.sidebar {
float: left;
width: 36%;
}
.widget_recent_entries {
display: block;
float: none;
margin: 24px 0 0 8px;
margin: 1.71428571429rem .57142857142rem 0;
}
.widget-area-2 {
display: block;
float: left;
width: 47.5%;
margin: 8px 0 0 8px;
margin: .57142857142rem 0 0 .57142857142rem;
}
.widget-area {
display: block;
float: left;
width: 48.2%;
margin: 8px 0 0 8px;
margin: .57142857142rem 0 0 .57142857142rem;
}
#text-14, #linkcat-2 {
display: inherit;
}
} @media print {
body {
background: transparent !important;
color: #000;
font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
content: " [" attr(href) "] ";
}
a {
text-decoration: none;
}
.entry-content img, .author-avatar img, img.wp-post-image {
border-radius: 0;
box-shadow: none;
}
.site {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;
}
.site-header {
margin-bottom: 72px;
margin-bottom: 5.142857143rem;
text-align: left;
}
.site-header h1 {
font-size: 21pt;
line-height: 1;
text-align: left;
}
.site-header h2 {
color: #000;
font-size: 10pt;
text-align: left;
}
.site-header h1 a, .site-header h2 a {
color: #000;
}
.author-avatar, #colophon, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, .widget-area-2, img.header-image, .main-navigation {
display: none;
}
.wrapper {
border-top: 0;
box-shadow: none;
}
.site-content {
margin: 0;
width: auto;
}
.entry-header .entry-title, .entry-title {
font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
color: #444;
font-size: 10pt;
}
.author-description {
float: none;
width: auto;
}
}