@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&family=Raleway:wght@300;400;600;900&display=swap"); *, *::before, *::after { box-sizing: border-box; }
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, font, 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 {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
}
ol, ul { list-style: none; }
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
:focus { outline: 0; }
:focus-visible { outline: 3px solid #0d6efd; outline-offset: 2px; }
.skip-link:focus {
position: fixed;
top: 10px;
left: 10px;
width: auto;
height: auto;
margin: 0;
padding: 10px 18px;
clip-path: none;
overflow: visible;
white-space: normal;
background: #262626;
color: #ffffff;
z-index: 10000;
border-radius: 3px;
}
input[type=text], input[type=password], input[type=submit], input[type=email], textarea {
-moz-appearance: none; -webkit-appearance: none;
}
.clearfix::after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0; height: 0; }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; } html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; position: relative; }
body {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 22px;
color: #666666;
text-align: left;
position: relative;
background: #fafafa;
height: 100%;
}
::selection { background: #ffe49c; color: #262626; }
::-moz-selection { background: #ffe49c; color: #262626; }
::-webkit-selection { background: #ffe49c; color: #262626; }
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway'; font-weight: 400; color: #262626; }
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }
h1 { font-size: 100px; line-height: 130px; }
h2 { font-size: 40px; line-height: 50px; }
h3 { font-size: 32px; line-height: 48px; }
h4 { font-size: 22px; line-height: 34px; }
h5 { font-size: 18px; line-height: 26px; }
h6 { font-size: 16px; line-height: 22px; }
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; }
div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 20px; }
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child { margin-top: 0; }
.subtitle { margin-top: 5px; font-weight: 300; color: #666666; letter-spacing: 0.05em; }
.text-light .subtitle { opacity: 0.9; } a { text-decoration: none; color: #4da5f5; cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { color: #262626; }
.text-light a:hover { color: #ffffff; } input[type=text], input[type=password], input[type=email], textarea {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 12px;
background: #ffffff;
border: 1px solid #d9d9d9;
line-height: 18px;
height: 18px;
color: #999999;
padding: 10px 4px;
border-radius: 3px;
transition: all 200ms linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { border-color: #262626; }
input[type=text], input[type=password], input[type=email] { width: 340px; max-width: 97%; }
textarea { width: 1100px; height: 150px; max-width: 97%; padding: 11px 4px 8px 4px; line-height: 22px; }
input[type=submit] {
font-family: 'Open Sans';
font-weight: 600;
font-size: 13px;
line-height: 22px;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
display: block;
border: none;
color: #ffffff;
background: #262626;
cursor: pointer;
padding: 15px 40px;
border-radius: 3px;
transition: all 200ms linear;
}
input[type=submit]:hover { background-color: #4da5f5; transform: scale(1.07); }
label { line-height: 26px; width: 100%; display: block; color: #262626; }
form { margin-top: 20px; }
form .form-row { margin-top: 15px; position: relative; }
form .form-submit { margin-top: 30px; } img, object, video { max-width: 100%; height: auto; display: inline-block; margin: 0; vertical-align: top; }
img { width: auto; max-width: 100%; border: 0; }
p img { margin-top: 20px; }
p img:first-child { margin-top: 0; }
img.alignleft { margin: 3px 20px 20px 0; float: left; }
img.alignright { margin: 3px 0px 20px 20px; float: right; }
p { margin-top: 20px; }
div p:first-child { margin-top: 0; }
strong, b, dt { font-weight: bold; }
i, dfn, em { font-style: italic; }
blockquote {
margin-top: 20px;
font-size: 16px;
line-height: 24px;
font-family: 'Raleway';
font-weight: 300;
padding-left: 20px;
margin-left: 20px;
color: #262626;
border-left: 2px solid #d9d9d9;
}
blockquote p { margin: 0; } .aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left; }
.wp-caption { max-width: 100% !important; border: 1px solid #ddd; text-align: center; background-color: #f2f2f2; padding-top: 4px; margin: 10px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; max-width: 100%; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.gallery { width: 100%; padding-top: 20px !important; }
.gallery-item { float: left; }
.gallery-item img { margin: 0 !important; padding: 0 !important; border: none !important; }
.gallery-item a {
float: left;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.gallery-item a:hover img { opacity: 0.8; } #page-content { overflow: hidden; margin: 0; min-width: 1100px; }
.wrapper { width: 1100px; margin: 0 auto; }
.main-content { width: 740px; }
.main-content.no-sidebar { margin: 0 auto; }
aside { width: 300px; }
.left-float { float: left; }
.right-float { float: right; }
.align-center { text-align: center; }
.text-light { color: #ffffff; } header {
background: #ffffff;
box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
width: 100%;
z-index: 10000;
position: relative;
min-height: 80px;
display: flex;
align-items: center;
transition: min-height 0.3s ease, padding 0.3s ease;
}
#logo {
float: left;
padding: 15px 0;
max-width: 100%;
transition: padding 0.3s ease;
}
#logo img {
max-height: 50px;
width: auto;
height: auto;
vertical-align: middle;
transition: max-height 0.3s ease;
} header.header-scrolled {
min-height: 55px;
}
header.header-scrolled #logo {
padding: 8px 0;
}
header.header-scrolled #logo img {
max-height: 36px;
}
header.header-scrolled nav#main-nav > ul > li > a {
line-height: 40px;
padding: 8px 0;
} header.logo-center .header-inner {
text-align: center;
}
header.logo-center #logo {
float: none;
display: inline-block;
}
.fixed-header header { position: fixed; left: 0; top: 0; }
.logged-in .fixed-header header { top: 33px; }
.dark-header { background: #000000; }
.dark-header nav#main-nav > ul > li > a { color: #ffffff; }
.menu { position: relative; float: right; }
nav#main-nav { z-index: 50; }
nav#main-nav ul { position: relative; z-index: 49; margin: 0; padding: 0; list-style: none; }
nav#main-nav ul li { position: relative; z-index: 45; float: left; margin: 0 0 0 30px; padding: 0; min-width: 10px; }
nav#main-nav > ul > li > a {
display: block;
font-family: 'Open Sans';
font-weight: 600;
font-size: 12px;
line-height: 60px;
color: #262626;
text-decoration: none;
text-transform: uppercase;
position: relative;
z-index: 45;
padding: 20px 0;
width: auto;
transition: all 200ms linear;
}
nav#main-nav > ul > li:hover > a { z-index: 48; color: #4da5f5; }
nav#main-nav > ul > li.current-menu-item > a,
nav#main-nav > ul > li.current-menu-ancestor > a { color: #4da5f5; }
nav#main-nav ul li .sub-menu {
position: absolute;
top: 100px;
left: 0;
background: #262626;
width: 200px;
padding: 5px 0;
display: none;
z-index: 47;
}
nav#main-nav ul .sub-menu li { float: none; margin: 0; }
nav#main-nav ul .sub-menu li a {
font-family: 'Open Sans';
font-weight: 400;
color: #999999;
font-size: 12px;
line-height: 20px;
padding: 7px 20px;
display: block;
}
nav#main-nav ul .sub-menu > li:hover > a,
nav#main-nav ul .sub-menu > li.current-menu-item > a { color: #ffffff; } section { position: relative; }
.section-inner { padding-top: 100px; position: relative; z-index: 1; }
.no-padding .section-inner { padding-top: 0; }
.section-title {
text-align: center;
margin-top: -5px;
margin-bottom: 20px;
}
.section-title.not-found { margin-top: 80px; margin-bottom: 240px; }
.section-title h1, .section-title h2 { text-transform: uppercase; letter-spacing: -0.05em; font-weight: 900; font-size: 40px; line-height: 50px; }
.not-found h1 { font-size: 200px; line-height: 230px; }
.widget-title { text-transform: uppercase; margin-bottom: 20px; }
.seperator { width: 100%; height: 4px; line-height: 0; padding: 6px 0; text-align: center; }
.section-title .seperator { padding: 10px 0; }
.seperator span {
height: 2px;
background: #000000;
display: inline-block;
width: 100px;
opacity: 0.15;
}
.text-light .seperator span { background: #ffffff; opacity: 0.2; }
.seperator.size-small span { width: 100px; } footer {
background: #262626;
padding: 50px 0;
}
aside footer {
background: none;
padding: 0;
}
footer p { margin: 0 !important; }
footer p img { margin: 0 !important; }
footer #backtotop {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px auto;
letter-spacing: 0;
}
footer #backtotop i {
position: static;
left: auto;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
transform: translateX(0.5px);
}
footer #backtotop svg path,
footer #backtotop svg polyline {
fill: none !important;
stroke: currentColor;
stroke-width: 1.5;
}
.footer-logo { margin: 0 0 20px 0 !important; }
.footer-logo img { height: 60px; margin: 0 !important; }
footer .copyright { font-family: 'Raleway';
font-size: 13px; color: #cccccc; margin: 0 !important; } .blog-entry {
border-top: 1px solid #d9d9d9;
padding-top: 60px;
margin-top: 60px;
}
.text-light .blog-entry { border-top-color: rgba(255,255,255,0.2); }
div .blog-entry:first-child { border: none; padding: 0; margin: 0; }
.blog-date {
width: 70px;
float: left;
color: #262626;
text-align: center;
}
.text-light .blog-date { color: #dadada; }
.blog-date .date-day {
display: block;
font-family: 'Open Sans';
font-weight: 800;
font-size: 60px;
line-height: 50px;
margin-bottom: 10px;
}
.blog-date .date-month {
display: block;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.blog-content { width: 580px; float: right; }
.page-entry .blog-content { width: 100%; float: none; }
.page-entry-content,
.text-light .page-entry-content p,
.text-light .page-entry-content li,
.text-light .page-entry-content td { color: #dadada; }
.text-light .page-entry-content a { color: #5bb2f6; text-decoration: underline; }
.text-light .page-entry-content a:hover { color: #7bc4ff; }
.text-light .page-entry-content h1,
.text-light .page-entry-content h2,
.text-light .page-entry-content h3,
.text-light .page-entry-content h4 { color: #ffffff; }
.blog-media { margin-bottom: 20px; }
.blog-media .media-list { padding: 0; margin: 0; list-style: none; }
.blog-media .media-list li { padding: 0; margin: 20px 0 0 0; list-style: none; background: none; }
.blog-media .media-list li:first-child { margin: 0; }
.blog-headline .post-name { letter-spacing: 0.02em; font-weight: 800 !important; font-size: 32px; line-height: 48px; }
.blog-headline .post-name a { color: #262626; }
.text-light .blog-headline .post-name a { color: #ffffff; }
.blog-headline .post-name a:hover { color: #4da5f5; }
.blog-headline .post-meta { color: #999999; margin-top: 5px; font-size: 13px; text-transform: uppercase; }
.blog-headline .post-meta a { color: #999999; }
.text-light .blog-headline .post-meta,
.text-light .blog-headline .post-meta a { color: #ffffff; opacity: 0.6; }
.blog-headline .post-meta a:hover { color: #262626; opacity: 1; }
.text-light .blog-headline .post-meta a:hover { color: #ffffff; }
.blog-intro { margin-top: 20px; }
.text-light .blog-intro,
.text-light .blog-intro p { color: #dadada; }
.text-light .blog-intro a { color: #5bb2f6; text-decoration: underline; }
.text-light .blog-intro a:hover { color: #7bc4ff; }
.blog-intro span[style*="color: initial"],
.blog-intro strong[style*="color: initial"],
.blog-intro p[style*="color: initial"] { color: #ffe066 !important; }
.readmore-button {
line-height: 20px;
color: #262626;
text-transform: uppercase;
font-family: 'Raleway';
font-weight: 600;
font-size: 13px;
letter-spacing: 0.1em;
padding-bottom: 2px;
display: inline-block;
border-bottom: 2px solid #262626;
}
.text-light .readmore-button { color: #ffffff; border-color: #ffffff; }
.readmore-button:hover { border-color: #4da5f5; }
#blog-entries,
#blog-single {
padding: 30px;
background-color: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.8);
margin-bottom: 50px;
}
#sidebar {
padding: 30px;
padding-bottom: 80px;
background-color: rgba(0, 0, 0, 1);
background: rgba(0, 0, 0, 1);
margin-bottom: 50px;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}
aside#sidebar.right-float { float: left; }
#sidebar select {
background: #1a1a1a;
border: 1px solid #444444;
color: #ffffff;
height: auto;
padding: 10px 12px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
cursor: pointer;
}
#sidebar select:hover,
#sidebar select:focus { border-color: #666666; outline: none; }
#sidebar select option { background: #1a1a1a; color: #ffffff; padding: 10px; } #sidebar .widget {
margin-bottom: 17px;
padding-bottom: 15px;
}
#sidebar .widget:last-child { margin-bottom: 0; padding-bottom: 0; } #sidebar .widget-title {
display: block;
color: #ffffff !important;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 15px;
} #sidebar .wp-block-search__label { display: none !important; } #sidebar .widget_recent_entries > .wp-block-latest-posts::before {
content: "RECENT POSTS";
display: block;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 15px;
} #sidebar .widget_recent_comments > .wp-block-latest-comments::before {
content: "RECENT COMMENTS";
display: block;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 15px;
} #sidebar .widget_archive > .wp-block-archives::before,
#sidebar .widget_archive > .wp-block-archives-dropdown::before {
content: "ARCHIVES";
display: block;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 15px;
} #sidebar .wp-block-search .wp-block-search__inside-wrapper {
display: flex;
border: none;
padding: 0;
margin-top: 0;
}
#sidebar .wp-block-search .wp-block-search__label { margin-bottom: 15px; }
#sidebar .wp-block-search .wp-block-search__input {
background: #1a1a1a !important;
border: 1px solid #444444 !important;
color: #dadada !important;
padding: 10px 12px;
font-size: 14px;
width: 100%;
flex: 1;
}
#sidebar .wp-block-search .wp-block-search__input::placeholder { color: #666666; }
#sidebar .wp-block-search .wp-block-search__input:focus {
border-color: #666666 !important;
outline: none;
}
#sidebar .wp-block-search .wp-block-search__input {
border-right: none !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
#sidebar .wp-block-search .wp-block-search__button {
background: #262626 !important;
border: 1px solid #444444 !important;
border-left: none !important;
color: #ffffff !important;
padding: 10px 16px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
cursor: pointer;
margin-left: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
#sidebar .wp-block-search .wp-block-search__button:hover {
background: #5bb2f6 !important;
border-color: #5bb2f6 !important;
} #sidebar .wp-block-latest-posts { list-style: none; margin: 0; padding: 0; }
#sidebar .wp-block-latest-posts li {
margin: 0 0 10px 0;
padding: 0;
}
#sidebar .wp-block-latest-posts li:last-child { margin-bottom: 0; }
#sidebar .wp-block-latest-posts a.wp-block-latest-posts__post-title {
color: #5bb2f6 !important;
text-decoration: underline !important;
font-size: 14px;
}
#sidebar .wp-block-latest-posts a:hover { color: #7bc4ff !important; }
#sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date { display: none; } #sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-avatar,
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-date,
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt { display: none !important; }
#sidebar .wp-block-latest-comments { list-style: none; margin: 0; padding: 0; }
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment,
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment article {
margin: 0 0 10px 0 !important;
padding: 0 !important;
min-height: 0 !important;
background: none !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment:last-child { margin-bottom: 0; }
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-meta { margin-left: 0 !important; }
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-author {
color: #dadada !important;
font-size: 14px;
}
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-author a { color: #5bb2f6 !important; text-decoration: underline; }
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-link {
color: #5bb2f6 !important;
text-decoration: underline !important;
font-size: 14px;
}
#sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover { color: #7bc4ff !important; } #sidebar .wp-block-archives-dropdown,
#sidebar .wp-block-archives.wp-block-archives-dropdown { display: block; }
#sidebar .wp-block-archives-dropdown .wp-block-archives__label { display: none; }
#sidebar .wp-block-archives select,
#sidebar .wp-block-archives-dropdown select {
background: #1a1a1a !important;
border: 1px solid #444444 !important;
color: #dadada !important;
padding: 10px 12px;
font-size: 14px;
width: 100%;
cursor: pointer;
}
#sidebar .wp-block-archives select:hover,
#sidebar .wp-block-archives select:focus,
#sidebar .wp-block-archives-dropdown select:hover,
#sidebar .wp-block-archives-dropdown select:focus { border-color: #666666 !important; outline: none; }
#sidebar .wp-block-archives select option,
#sidebar .wp-block-archives-dropdown select option { background: #1a1a1a; color: #ffffff; } #sidebar .wp-block-archives-list { list-style: none; margin: 0; padding: 0; }
#sidebar .wp-block-archives.wp-block-archives-list li,
#sidebar .wp-block-archives-list li {
margin: 0 0 10px 0;
padding: 0;
}
#sidebar .wp-block-archives.wp-block-archives-list li:last-child,
#sidebar .wp-block-archives-list li:last-child { margin-bottom: 0; }
#sidebar .wp-block-archives a {
color: #5bb2f6 !important;
text-decoration: underline !important;
font-size: 14px;
}
#sidebar .wp-block-archives a:hover { color: #7bc4ff !important; } #sidebar .wp-block-categories ul { list-style: none; margin: 0; padding: 0; }
#sidebar .wp-block-categories li { margin: 0 0 10px 0; padding: 0; }
#sidebar .wp-block-categories li:last-child { margin-bottom: 0; }
#sidebar .wp-block-categories a { color: #5bb2f6 !important; text-decoration: underline !important; font-size: 14px; }
#sidebar .wp-block-categories a:hover { color: #7bc4ff !important; } #sidebar .widget_search input[type="search"],
#sidebar .widget_search input[type="text"] {
background: #1a1a1a !important;
border: 1px solid #444444 !important;
color: #dadada !important;
padding: 10px 12px;
font-size: 14px;
width: 100%;
}
#sidebar .widget_recent_entries a,
#sidebar .widget_recent_comments a { color: #5bb2f6 !important; text-decoration: underline !important; }
#sidebar .widget_recent_comments .comment-author-link { color: #dadada; } .blog-tags { margin-top: 40px; }
.blog-tags a {
border: 1px solid #d9d9d9;
display: inline-block;
padding: 4px 8px;
font-size: 11px;
border-radius: 2px;
color: #999999;
text-transform: uppercase;
margin-bottom: 5px;
margin-right: 3px;
}
.blog-tags a:hover { border-color: #262626; color: #ffffff; background: #262626; }
.text-light .blog-tags a { border-color: rgba(255,255,255,0.4); color: #dadada; }
.text-light .blog-tags a:hover { border-color: #ffffff; color: #ffffff; background: rgba(255,255,255,0.2); } .blog-author { margin-top: 40px; padding: 20px; background: #ffffff; }
.text-light .blog-author { background: rgba(0,0,0,0.4); }
.text-light .blog-author .author-bio,
.text-light .blog-author .author-bio p,
.text-light .blog-author .author-bio a { color: #dadada; }
.text-light .blog-author .author-bio a:hover { color: #ffffff; }
.text-light .blog-author .author-bio h5 { color: #ffffff; }
.blog-author .author-image { width: 80px; float: left; }
.blog-author .author-bio { width: 600px; float: right; } #blog-comments { border-top: 1px solid #ffffff; margin-top: 60px; padding-top: 60px; }
#blog-comments ul { background: none; list-style: none; margin: 0; padding: 0; }
#blog-comments .comment-list { margin-top: 40px; }
#blog-comments .comment {
background: none;
padding: 0;
margin-top: 30px;
border-top: 1px solid #d9d9d9;
padding-top: 30px;
overflow: hidden;
}
#blog-comments .comment-list > .comment:first-child { border-top: none; margin-top: 0; padding-top: 0; }
#blog-comments .comment .children { margin-left: 70px; }
#blog-comments .user { float: left; width: 50px; }
#blog-comments .comment-content { margin-left: 70px; position: relative; }
#blog-comments .comment-date { color: #999999; font-size: 13px; font-family: 'Raleway'; font-weight: 300; }
#blog-comments .comment-text { margin-top: 20px; }
#blog-comments #respond { margin-top: 40px; } #blog-leavecomment .comment-form {
display: flex;
flex-wrap: wrap;
gap: 0 20px;
}
#blog-leavecomment .comment-form-comment {
flex: 0 0 100%;
}
#blog-leavecomment .comment-form-author,
#blog-leavecomment .comment-form-email,
#blog-leavecomment .comment-form-url {
flex: 1 1 0;
min-width: 0;
}
@media (max-width: 767px) {
#blog-leavecomment .comment-form-author,
#blog-leavecomment .comment-form-email,
#blog-leavecomment .comment-form-url {
flex: 0 0 100%;
}
}
#blog-leavecomment .form-submit {
flex: 0 0 100%;
}
#blog-leavecomment #respond h3,
#blog-leavecomment .comment-reply-title {
color: #ffffff !important;
margin-bottom: 20px;
}
#blog-comments label,
#blog-leavecomment label,
.text-light #respond label {
color: #ffffff !important;
font-weight: 400;
}
#blog-comments .comment-notes,
#blog-comments .logged-in-as,
#blog-leavecomment .comment-notes,
#blog-leavecomment .logged-in-as,
.text-light #respond .comment-notes,
.text-light #respond .logged-in-as {
color: #dadada !important;
font-size: 13px;
}
#blog-comments .comment-notes a,
#blog-comments .logged-in-as a,
#blog-leavecomment .comment-notes a,
#blog-leavecomment .logged-in-as a,
.text-light #respond .comment-notes a,
.text-light #respond .logged-in-as a {
color: #5bb2f6 !important;
}
#blog-comments input[type="text"],
#blog-comments input[type="email"],
#blog-comments input[type="url"],
#blog-comments textarea,
#blog-leavecomment input[type="text"],
#blog-leavecomment input[type="email"],
#blog-leavecomment input[type="url"],
#blog-leavecomment textarea,
.text-light #respond input[type="text"],
.text-light #respond input[type="email"],
.text-light #respond input[type="url"],
.text-light #respond textarea {
background: #2a2a2a !important;
border: 1px solid #555555 !important;
color: #dadada !important;
padding: 12px 14px !important;
border-radius: 3px;
width: 100% !important;
max-width: 100%;
box-sizing: border-box;
}
#blog-comments input[type="text"],
#blog-comments input[type="email"],
#blog-comments input[type="url"],
#blog-leavecomment input[type="text"],
#blog-leavecomment input[type="email"],
#blog-leavecomment input[type="url"],
.text-light #respond input[type="text"],
.text-light #respond input[type="email"],
.text-light #respond input[type="url"] {
height: 46px !important;
line-height: 22px;
}
#blog-comments textarea,
#blog-leavecomment textarea,
.text-light #respond textarea {
min-height: 150px;
}
#blog-comments input::placeholder,
#blog-comments textarea::placeholder,
#blog-leavecomment input::placeholder,
#blog-leavecomment textarea::placeholder,
.text-light #respond input::placeholder,
.text-light #respond textarea::placeholder {
color: #888888;
}
#blog-comments input:focus,
#blog-comments textarea:focus,
#blog-leavecomment input:focus,
#blog-leavecomment textarea:focus,
.text-light #respond input:focus,
.text-light #respond textarea:focus {
border-color: #5bb2f6 !important;
outline: none;
}
#blog-comments .form-submit input[type="submit"],
#blog-leavecomment .form-submit input[type="submit"],
.text-light #respond .form-submit input[type="submit"] {
background: #ffffff !important;
color: #262626 !important;
border: 1px solid #e0e0e0;
border-radius: 3px;
}
#blog-comments .form-submit input[type="submit"]:hover,
#blog-leavecomment .form-submit input[type="submit"]:hover,
.text-light #respond .form-submit input[type="submit"]:hover {
background: #f0f0f0 !important;
color: #262626 !important;
}
#blog-leavecomment { margin-top: 40px; }
#blog-leavecomment.with-separator { border-top: 1px solid #ffffff; margin-top: 60px; padding-top: 60px; }
#comments-toggle { border-top: 1px solid #ffffff; margin-top: 60px; padding-top: 60px; }
#toggle-comments-btn {
font-family: 'Open Sans';
font-weight: 600;
font-size: 13px;
line-height: 22px;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
display: block;
border: none;
color: #ffffff;
background: #262626;
cursor: pointer;
padding: 15px 40px;
border-radius: 3px;
transition: all 200ms linear;
}
#toggle-comments-btn:hover { background-color: #4da5f5; transform: scale(1.07); } #entries-pagination {
margin: 60px 0 0 0;
padding: 60px 0 0 0;
list-style: none;
border-top: 1px solid #d9d9d9;
}
#entries-pagination li { margin: 0; padding: 0; }
#entries-pagination li.inactive { display: none; }
#entries-pagination li a {
background: url(//yummy-wakame.com/weblog/wp-content/themes/xone-2/assets/images/sprites.png) no-repeat;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
transition: opacity 0.1s ease-in-out;
opacity: 0.3;
}
#entries-pagination li.next { float: right; }
#entries-pagination li.next a { background-position: -220px 0px; }
#entries-pagination li.prev { float: left; }
#entries-pagination li.prev a { background-position: -250px 0px; }
#entries-pagination li a:hover { opacity: 1; } .entry-thumb { position: relative; overflow: hidden; display: block; max-width: 100%; }
.entry-thumb img { transition: all 0.4s ease; }
.entry-thumb:hover img { transform: scale(1.07); }
.entry-thumb .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.entry-thumb:hover .overlay { opacity: 1; }
.entry-thumb .overlaycolor {
width: 100%;
height: 100%;
background: #000000;
position: absolute;
top: 0;
left: 0;
z-index: 0;
opacity: 0.8;
} a.sr-button {
display: inline-block;
font-family: 'Open Sans';
font-weight: 600;
line-height: 22px !important;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
margin-bottom: 5px;
border-radius: 3px;
transition: all 200ms linear;
}
a.sr-button4 {
border: 2px solid #ffffff;
color: #ffffff;
background: transparent;
}
a.sr-button4:hover {
background-color: #ffffff;
color: #262626;
transform: scale(1.07);
}
a.mini-button { font-size: 10px; padding: 5px 10px; border-radius: 2px; }
a.sr-buttonicon {
border-radius: 999px;
text-decoration: none;
}
a.sr-buttonicon i { display: inline-flex; align-items: center; justify-content: center; }
a.sr-buttonicon.mini-button { padding: 8px; width: 36px; height: 36px; line-height: 1; } #section-404 { background: #1a1a1a; } body.page { background: #1d1d1d !important; }
body.page .page-body { background: transparent !important; }
#section-page { background-color: #1d1d1d; }