#main-wrap { background: #202020; width: 1000px; margin: 0 auto; } /* Prevents fontAwesome override */ .fa { font-family: FontAwesome!important; } /* #Top head */ #tophead-wrap { min-height: 34px; background: #000; } .tophead { display: inline-block; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; } .tophead .search-form { width: 25%; right: -75%; margin: 0; } .tophead .search-form .search-field { background: transparent; padding-right: 25px; width: 100%; } .tophead .search-form .search-field:focus { background-color: #b99128; } /* #Header */ #header { position: relative; padding: 40px 0; background: rgba(0, 0, 0, 0.3); } /* Logo */ #logo { padding: 0 20px; text-align: center; max-width: 100%; } #logo .site-title { color: #ccc; font-size: 45px; text-transform: uppercase; font-weight: normal; line-height: 130%; margin: 0; } /* Tagline */ #tagline { color: #999; font-size: 16px; line-height: 160%; margin-top: 20px; text-align: center; padding: 0 20%; } /* #Menu */ /* CSS Hack: remove whitespaces between html items causing known positioning issues */ #navbar, #navbar ul { font-size: 1px; letter-spacing: -1px; } #navbar > *, #navbar ul > * { font-size: 12px; letter-spacing: normal; word-spacing: normal; } #nav-wrap { border-bottom: 1px solid rgba(255, 255, 255, 0.05); background: #191919; width: 100%; width: auto; padding: 0 20px; } #navbar { text-transform: uppercase; text-align: center; } #navbar > .menu-container { width: 720px; float: left; } #navbar ul { margin-bottom: 0; clear: both; } #navbar ul li { display: inline-block; margin: 0; min-height: 30px; line-height: 30px; position: relative; text-align: left; border-bottom: 2px solid transparent; } #navbar .current-menu-item, #navbar ul li:hover, #navbar ul li:focus { border-bottom-color: #b99128; } #navbar ul li a, #navbar ul li a:visited { display: block; color: #ccc; width: 100%; height: 100%; padding: 5px 10px 3px; box-sizing: border-box; } #navbar ul li:hover a, #navbar ul li:hover a:visited, #navbar ul li:focus a, #navbar ul li:focus a:visited, #navbar .current-menu-item a, #navbar .current-menu-item a:visited { color: #fff; } /* Submenu */ #navbar ul li ul { display: none; position: absolute; width: 250px; top: 100%; left: 0; padding: 2px 0 0 0; margin: 0; z-index: 9999; } #navbar ul li:hover ul, #navbar ul li ul li { display: block; } #navbar ul li ul li { background: #222; } #navbar ul li ul li a, #navbar ul li ul li a:visited { color: #fff; } /* Third-level and more sub menus */ #navbar ul li:hover ul li ul { display: none; } #navbar ul li ul li:hover ul { display: block; } #navbar ul li ul li ul { left: 100%; top: 0; } /* #Responsive Menu */ #navbar select { color: #333; display: none; margin: auto; } /* Header Image */ #header-image { margin: 0 auto; width: 100%; } /* Page title */ #page-title { position: relative; margin: 0; background: rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.08); } #page-title h1 { margin: 0; padding: 30px 20px; color: #ccc; font-size: 30px; font-weight: normal; } /* Breadcrumbs */ #breadcrumbs { box-sizing: border-box; font-size: 10px; font-weight: normal; margin-bottom: -30px; padding: 0 20px; position: relative; text-align: right; width: 100%; } #breadcrumbs, #breadcrumbs a { color: #ccc; } #breadcrumbs, #breadcrumbs * { line-height: 30px; } /* #Page */ #main-content { margin-top: 40px; } #page-container > hgroup:first-child, #page-container > h1:first-child, #page-container > h2:first-child, #page-container > h3:first-child, #page-container > h4:first-child, #page-container > h5:first-child, #page-container > h6:first-child { margin-top: 0; } .type-page .thumbnail { max-width: 100%; text-align: center; } .type-page.with-sidebar .thumbnail { width: 680px; } /* #Index */ .post-content { overflow: auto; } .post.sticky { float: none; background: rgba(0, 0, 0, 0.3); padding: 20px; width: auto; margin-bottom: 0px; overflow: auto; } .thumbnail { width: 100%; height: auto; margin-bottom: 1px; max-width: 100%; } h3.entry-title { text-transform: uppercase; font-size: 24px; margin-bottom: 10px; } /* Postmetadata */ .postmetadata { display: block; font-size: 0; width: 100%; margin-right: 0px; margin-bottom: 10px; } .postmetadata .hatom-feed-info { display: none; } .single-portfolio .single-post .postmetadata { margin-bottom: 20px; } .postmetadata span { display: inline-block; font-size: 10px; font-weight: normal; background: rgba(255, 255, 255, 0.05); box-sizing: border-box; padding-right: 5px; margin: 0px 1px 1px 0px; line-height: 25px; } .postmetadata span:hover { background: #b99128; } .postmetadata span:hover a { color: #fff; } .postmetadata span:hover i { color: #000; } .postmetadata span i { color: #b99128; vertical-align: baseline; padding: 0 5px; } .postmetadata a, .postmetadata a:visited { color: #ccc; } .meta-category, .meta-tags { display: inline; } .meta-category span, .meta-tags span { width: auto; margin-right: 1px; padding-right: 0; } .meta-category a, .meta-category a:visited, .meta-category span, .meta-tags a, .meta-tags a:visited { display: inline-block; font-size: 10px; font-weight: normal; padding: 0 5px; background: rgba(255, 255, 255, 0.05); margin: 0 1px 1px 0; line-height: 25px; } .postmetadata span:hover, .meta-category a:hover, .meta-category a:focus, .meta-tags a:hover, .meta-tags a:focus { color: #fff; background: #b99128; } .editlink { width: auto; padding-right: 5px; } /* Tags */ .tags { margin-top: 20px; } .the-tags { padding: 2px 5px 2px 0; margin: 1px 5px 1px 0; display: inline-block; } .tags a { background: #333; color: #eee; display: inline-block; font-size: 11px; padding: 2px 5px; margin: 1px; } /* NavButtons */ .navbutton { text-transform: uppercase; font-size: 10px; } .navbutton a, .navbutton a:visited, #sidebar .read-more a, #sidebar .read-more a:visited { background: #000; color: #ccc; display: block; font-weight: bold; box-sizing: border-box; padding: 5px 15px; } .navbutton i { vertical-align: baseline; font-weight: bold; } .navbutton a:hover, .navbutton a:focus { background-color: #b99128; color: #fff; } /* Navbuttons with arrows on the right */ .read-more i, .next i, .contactinfo-widget-form i { padding: 5px 0 5px 5px; } /* Navbuttons with arrows on the left */ .previous i { padding: 5px 5px 5px 0; } .read-more, .page_nav .previous, .article_nav .previous, .comments_nav .previous { float: left; } .page_nav .next, .article_nav .next, .comments_nav .next { float: right; } /* #Single Post */ .single-post .post-contents { } .single-post .thumbnail { margin-bottom: 20px; } #page-container .paged_nav { font-size: 1px; letter-spacing: -1px; } #page-container .paged_nav * { font-size: 10px; letter-spacing: normal; word-spacing: normal; } #page-container .paged_nav { margin-bottom: 20px; line-height: 30px; } .paged_nav > span:nth-child(n+2), .paged_nav a, .paged_nav a:visited { display: inline-block; width: 30px; height: 30px; margin: 0 1px 1px 0; text-align: center; } .paged_nav > span:first-child { font-size: 12px; margin-right: 5px; } .paged_nav > span:nth-child(n+2) { background: rgba(255, 255, 255, 0.05); color: white; } .paged_nav a span, .paged_nav a:visited span { color: white; } .paged_nav a { background-color: #000; } .paged_nav a:hover, .paged_nav a:focus { background: #B99128; } /* #Comments */ #page-container .comments li, .commentlist { margin-left: 0; text-indent: 0; list-style: none; } .commentlist .comment { background: rgba(255, 255, 255, 0.05); padding: 20px; } .commentlist .comment .comment-body { position: relative; overflow: auto; } .commentlist .comment-author { line-height: 25px; font-size: 16px; } .commentlist .comment .comment-body .comment-author img { float: left; margin-right: 10px; margin-bottom: 15px; } .commentlist .comment-author .fn { font-weight: bold; font-style: normal; } .commentlist .fn::before, .commentlist .fn::after { content: ''; } .commentlist .commentmetadata { font-size: 12px; } .commentlist .commentmetadata a, .commentlist .comment .comment-body p { clear: both; color: #ccc; } .commentlist .comment.bypostauthor { background: #111; } .commentlist .comment.bypostauthor .comment-body p { font-weight: bold; } /* Reply button */ .comment-reply-link, .comment-reply-link:visited { float: right; text-transform: uppercase; font-size: 10px; background: #000; color: #ccc; display: block; font-weight: bold; box-sizing: border-box; padding: 5px 15px; } .comment-reply-link:hover, .comment-reply-link:focus { background-color: #b99128; color: #fff; } /* Nested comments */ .commentlist .comment ul.children { margin-left: 20px; margin-top: 20px; } .commentlist .comment ul.children li { border-top: 1px solid #000; border-radius: 0; padding-right: 0; margin-left: 0; } /* Trackbacks & Pingbacks */ .commentlist .trackback, .commentlist .pingback { background: #111; padding: 10px; } .commentlist .trackback .comment-body, .commentlist .pingback .comment-body { position: relative; } .commentlist .trackback .comment-body .comment-author, .commentlist .pingback .comment-body .comment-author { display: inline-block; margin-right: 10px; } .commentlist .trackback .comment-body .comment-author .fn, .commentlist .pingback .comment-body .comment-author .fn { font-weight: bold; } .commentlist .trackback .comment-body .comment-author .says, .commentlist .pingback .comment-body .comment-author .says { display: none; } .commentlist .trackback .comment-body .commentmetadata, .commentlist .pingback .comment-body .commentmetadata { display: inline-block; font-size: 10px; line-height: 25px; } .commentlist .trackback .comment-body p, .commentlist .pingback .comment-body p { color: #ccc; margin-bottom: 0; font-size: 10px; } .commentlist .trackback .comment-body .reply, .commentlist .pingback .comment-body .reply { display: none; } /* Comments nav (paginated comments) */ .comments_nav { overflow: auto; margin-bottom: 20px; } /* #Comment form */ p.form-allowed-tags { display: none; } p.comment-form-author, p.comment-form-email, p.comment-form-url { margin-bottom: 0; } #respond #commentform label .required { color: red; } #cancel-comment-reply-link { text-decoration: underline; margin-left: 10px; } /* #Sidebar & Widgets */ #sidebar { font-size: 13px; } #sidebar li { margin-bottom: 10px; line-height: 20px; } #sidebar > li { margin-bottom: 30px; } /* Style sidebar widget containers */ #sidebar > li > ul, #sidebar > li > form, #sidebar > li > div { margin: 0 0 5px 0; padding: 10px 0 0 0; clear: both; } /* Sidebar widget contents */ #sidebar > li > * { clear: both; } #sidebar li * a, #sidebar li * a:visited { color: #ccc; } #sidebar li * a:hover, #sidebar li * a:focus { color: #b99128; } #sidebar .button-small, #sidebar .button-medium, #sidebar .button-big { color: #fff; } #sidebar > li > * a:hover { color: #b99128; text-decoration: none; } #sidebar ul ul { margin: 10px 0 10px 15px; } /* Sidebar widget h3 title */ #sidebar .widget-title { float: left; font-size: 16px; color: #ccc; text-transform: uppercase; margin-top: 0; margin-bottom: 10px; line-height: 160%; } #sidebar .widget-title a { color: #CCC; } /* Search */ .search-form { margin: 15px 0; position: relative; } .search-form label { position: relative; } .search-form label:after { position: absolute; top: 8px; right: 8px; color: #FFF; display: inline-block; font-family: FontAwesome; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; content: "\f002"; } .search-form .search-field { width: 100%; margin-bottom: 5px; margin-top: 5px; box-sizing: border-box; } .search-form .search-field::-webkit-input-placeholder { color: #666; } .search-form .search-field::-moz-placeholder { color: #666; } .search-form .search-field:-ms-input-placeholder { color: #666; } .search-form .search-field:-moz-placeholder { color: #666; } .search-form .search-field:focus::-webkit-input-placeholder { color: transparent } .search-form .search-field:focus::-moz-placeholder { color: transparent; } .search-form .search-field:focus:-ms-input-placeholder { color: transparent; } .search-form .search-field:focus:-moz-placeholder { color: transparent; } .search-form .search-submit { display: none; } /* RSS Widget */ #sidebar .rsswidget img { position: relative; top: 5px; } /* Tagcloud widget */ .tagcloud { font-size: 0; } .tagcloud a { font-size: 11px!important; background: #292929; padding: 5px 10px; margin: 0 0 1px 1px; display: inline-block; } .tagcloud a:hover, .tagcloud a:focus { background-color: #b99128; color: #fff!important; } /* Calendar */ #calendar_wrap table { margin-left: auto; margin-right: auto; } #calendar_wrap td { padding: 2px 5px; } #calendar_wrap td#next { text-align: right; } /* Custom Menu */ #sidebar ul.menu { margin-left: 0px; } #sidebar ul.menu ul { margin: 10px 0 10px 15px; } /* #Footer */ #footer { font-size: 13px; background: #111; border-top: 3px solid #333; padding-top: 50px; color: #ccc; clear: both; } #footer .container > ul { margin-bottom: 0; margin-left: 0; } #footer .container ul > * { color: #ccc; } #footer ul ul { margin-left: 0; } #footer ul ul ul { margin: 10px 0 10px 15px; } #footer li { margin-bottom: 10px; line-height: 20px; } #footer > li { margin-bottom: 30px; } #footer .widget { display: inline-block; box-sizing: border-box; padding: 0 20px; margin-bottom: 50px; width: 25%; } #footer .widget-title { font-size: 16px; line-height: 130%; color: #ccc; text-transform: uppercase; margin-top: 0; margin-bottom: 30px; } #footer .widget-title a, #footer .widget-title a:visited { color: #ccc; } #footer .widget a, #footer .widget a:visited { color: #ccc; } #footer .widget a:hover, #footer .widget a:focus { color: #b99128; } /* Footer custom menu */ #footer ul.menu { margin-left: 0px; } #footer ul.menu ul { margin: 10px 0 10px 15px; } /* RSS Widget */ #footer .rsswidget img { position: relative; top: 5px; } /* Tagcloud widget */ #footer .tagcloud a {} /* Sub footer */ #sub-footer { background: #000; font-size: 0; color: #ccc; padding: 20px 0; clear: both; } #sub-footer [class^="sub-footer"] { font-size: 11px; } #sub-footer p { margin-bottom: 0; } #sub-footer .container { overflow: auto; } .sub-footer-left, .sub-footer-right { box-sizing: border-box; display: inline-block; padding: 0 10px; width: 50%; } .sub-footer-right { text-align: right; } #sub-footer .menu, #sub-footer .menu ul { margin-bottom: 0; } #sub-footer .menu li { display: inline-block; line-height: 160%; margin-left: 15px; margin-bottom: 0; } #sub-footer .menu li a { color: #ccc; } #sub-footer .menu li a:hover, #sub-footer .menu li a:focus { color: #b99128; } /* Basic Styles */ body, #page-container > div, #page-container > p, #page-container > table, #page-container > form, #page-container > figure, #page-container > ul, #page-container > ol, #page-container > dl, #page-container > address, #page-container > pre, #footer .container ul > *, #sidebar .textwidget, #sidebar p, #sidebar .widget_rss ul li, #footer p, #footer .widget_rss ul li { font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; font-size: 14px; line-height: 145%; letter-spacing: normal; word-spacing: normal; margin-bottom: 20px; } /* Reset font and white space sizes (Part of the CSS Hack that removes inconsistent white-spaces) */ #page-container > *, #footer .container ul > * { letter-spacing: normal; word-spacing: normal; } body { color: #ccc; font-weight: 300; -webkit-text-size-adjust: 100%; } /* Typography */ h1, h2, h3, h4, h5, h6, #logo .site-title, #tagline, #navbar, .navbutton, #sidebar .widget-title, .comment-author, .commentmetadata, .comment .reply, #footer .widget-title { font-family:'Quicksand', 'Open Sans', Helvetica, Arial, Verdana, sans-serif; } h1, h2, h3, h4, h5, h6 { color: #ccc; font-weight: normal; margin-top: 24px; margin-bottom: 24px; line-height: 160%; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } h1 { font-size: 21px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5 { font-size: 13px; } h6 { font-size: 12px; } #page-container h3.entry-title { font-size: 24px; } #page-container h3.entry-title a, #page-container h3.entry-title a:visited { color: #CCC; } p { margin: 0 0 20px 0; } p img { margin: 0; } p.lead { font-size: 21px; line-height: 27px; color: #ccc; } em { font-style: italic; } strong { font-weight: bold; } small { font-size: 80%; } /* Quotes */ q::before, cite::before { content: '"'; } q::after, cite::after { content: '"'; } q q::before, cite cite::before { content: "'"; } q q::after, cite cite::after { content: "'"; } /* Images */ img { max-width: 100%; height: auto; } /* Prevent image distortion in IE8 */ @media \0screen {img { width: auto }} /* Blockquotes */ blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #888; font-style: italic; } blockquote { margin: 0 40px 20px 40px; padding: 10px 20px; border-left: 3px solid #444; } blockquote p { margin-bottom: 0; } blockquote cite { display: block; font-size: 13px; color: #ccc; } blockquote cite::before { content: "\2014 \0020"; } blockquote cite::after { content: ""; } blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; } blockquote.center { text-align: center; } blockquote.left { text-align: left; } blockquote.right { text-align: right; } hr { border: solid #000; border-width: 1px 0 0; clear: both; margin: 40px 0; height: 0; } /* Tables */ th { text-transform: uppercase; font-size: 11px; font-weight: bold; background: rgba(0,0,0,0.4); text-align: center; } tr { } tr:nth-child(even) { background: rgba(0,0,0,0.3); } tr:nth-child(odd) { background: rgba(255, 255, 255, 0.05); } td { padding: 5px 20px; } /* Lists */ #page-container ul li { margin-left: 3em; text-indent: -1.1em; list-style: disc inside; } #page-container ol li { margin-left: 40px; } #page-container ul ul li, #page-container ul ol li, #page-container ol ul li, #page-container ol ol li { margin-left: 0px; } dl { margin-bottom: 20px; } dl dt { font-weight: bold; margin-bottom: 5px; } dl dd { padding-left: 20px; margin-bottom: 10px; } address { font-family: 'Courier new', Courier, Monospace; padding: 0 0 20px 20px; } cite { font-style: italic; } pre, #page-container > pre { display: block; font-family: 'Courier New', Courier, Monospace; padding: 15px; word-wrap: break-word; } /* Forms */ label { color: #ccc; font-size: 14px; line-height: 160%; } input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea { color: #ccc; background: #292929; border: none; border-radius: 0; box-shadow: none; display: block; font-size: 14px; margin: 0 0 10px 0; padding: 0 5px; } input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { background-color: #b99128; color: #fff; border: none; box-shadow: none; outline: none; } input[type="text"], input[type="search"], input[type="password"], input[type="email"] { height: 30px; } textarea { padding: 5px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; } /* Buttons */ input[type="submit"], input[type="reset"], input[type="button"] { background-color: #b99128; border: none; color: #fff; display: inline-block; text-transform: capitalize; font-size: 14px; text-decoration: none; text-shadow: none; cursor: pointer; margin: 0 0 20px 0; padding: 5px 15px; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color: white; background: #333; } /* #Links */ a, a:visited { color: #b99128; } a, a:visited, a:hover, a:focus { text-decoration: none; outline: 0; } p a, p a:visited { line-height: inherit; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #333; } #page-container h1 a, #page-container h1 a:visited, #page-container h2 a, #page-container h2 a:visited, #page-container h3 a, #page-container h3 a:visited, #page-container h4 a, #page-container h4 a:visited, #page-container h5 a, #page-container h5 a:visited, #page-container h6 a, #page-container h6 a:visited, #page-container h3.entry-title a:hover { color: #b99128; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #page-container h1 a:hover, #page-container h2 a:hover, #page-container h3 a:hover, #page-container h4 a:hover, #page-container h5 a:hover, #page-container h6 a:hover { color: #333; } /* Gallery */ .wp-caption-text { padding-left: 0; } /* Transitions */ a, a:visited, #navbar ul li, #page-container .paged_nav > span, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="submit"], input[type="reset"], input[type="button"], textarea, .postmetadata *, .read-more { -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }