body { font-family: Open Sans; } body h1, body h2, body h3, body h4, body h5, body h6 { font-family: "Open Sans", Helvetica; } a, a:visited, a:focus, a:active { color: #939393; text-decoration: none; } a:hover { text-decoration: none; color: #acacac; } ::selection { color: white; background: #b3e582; } ::-moz-selection { color: white; background: #b3e582; } #content { background: rgba(200, 200, 200, 0.1); font-size: 13px; line-height: 1.8em; margin-bottom: 30px; } /*----Navigation Bar----*/ .main-navigation { z-index: 3; font-size: 13px; background: rgba(0, 0, 0, 0.4); font-weight: 400; } .main-navigation a { /* text-transform: uppercase; */ color: #fff; font-family: "Aleo", "Sans-Serif"; text-transform: uppercase; } .main-navigation ul { transition: opacity ease-in-out 0.2s; } .main-navigation ul li { margin: 0px 15px; padding: 15px 0px; } .main-navigation ul li ul { background: transparent; box-shadow: none; margin-top: 29px; border-top: solid 1px transparent; opacity: 0; font-weight: 200; font-size: 12px; } .main-navigation ul li ul a { width: auto; } .main-navigation ul li ul li { width: 150px; margin: 0px; padding: 8px 10px; background: rgba(0, 0, 0, 0.4); } .main-navigation ul li ul li ul { margin-top: -1px; margin-left: 1px; } .main-navigation li:hover > ul { opacity: 1; } .main-navigation { background: url(../../images/noise.png) #aaaaaa; border-bottom: solid 1px #797979; box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1); } .site-branding { margin: 20px 0; } .site-branding .site-title { font-family: Aleo, Helvetica; font-weight: 200; color: #99dc58; font-size: 50px; } .site-branding .site-title a:visited { color: #99dc58; } .site-branding .site-title a:hover { text-decoration: none; } .site-description { font-family: "Aleo", Helvetica; font-size: 15px; font-weight: 200; color: #797979; } .social-icons { position: relative; text-align: right; padding: 35px 0 35px 0px; } .social-icons img { width: 32px; margin: 4px 0; transform: scale(1, 1); transition: transform 0.2s ease-in-out; } .social-icons img:hover { transform: scale(1.2, 1.2); } /*--Homepage--*/ .grid2, .grid3, .grid4 { padding: 0px; } .homepage-article { margin-bottom: 2px; } .home #content { margin: 0px; min-width: 100%; } #primary-home #page-title { font-family: "Noto Sans", Sans-Serif; font-size: x-large; text-transform: uppercase; font-weight: 200; padding: 10px 0; text-align: center; margin: 20px 0; color: #99dc58; width: 100%; } @media screen and (min-width: 1200px) { #primary-home .grid2 { padding: 0px; } #primary-home .grid2 .featured-image { margin-bottom: 2px; height: 500px; } #primary-home .grid2 .featured-image img { width: 100%; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.15); transform: scale(1.15); bottom: 0px; } #primary-home .grid2 .featured-image:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } #primary-home .grid2 .entry-title a { font-size: x-large; line-height: 35px; text-align: center; } #primary-home .grid3 { padding: 0px; margin-bottom: px; width: 370px; } #primary-home .grid3 .featured-wrapper { overflow: hidden; } #primary-home .grid3 .entry-title a { font-size: large; } #primary-home .grid4 { margin-bottom: 2px; background: none; z-index: 99; overflow: hidden; margin: 0px; padding: 0px; word-wrap: break-word; -ms-word-wrap: break-word; } #primary-home .grid4 .featured-image { height: 250px; } } #primary-home .featured-image { width: 99%; margin: 0 auto; overflow: hidden; z-index: 999; background-color: #000; position: relative; background-size: cover; height: 320px; } #primary-home .featured-image img { width: 100%; opacity: .8; overflow: hidden; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; -moz-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); bottom: 0px; } #primary-home .featured-image:hover img { opacity: 1; overflow: hidden; -webkit-transform: scale(1.15); -moz-transform: scale(1.15); transform: scale(1.15); } #primary-home .entry-title { position: absolute; text-align: center; top: 0px; left: 0; right: 0; line-height: 22px; margin-top: 20px; padding-left: 10px; padding-right: 10px; font-weight: 400; -webkit-transition: -webkit-transform 0.35s, margin-top 0.35s; transition: transform 0.35s, margin-top 0.35s; -webkit-transform: scale(0.9); transform: scale(0.9); } #primary-home .entry-title a { font-size: 20px; color: #fff; opacity: 0; -webkit-transition: opacity .35s; font-family: "Aleo", Helvetica; } #primary-home .featured-image:hover .entry-title { -webkit-transform: scale(1); transform: scale(1); margin-top: 20px; } #primary-home .featured-image:hover .entry-title a { font-family: "Aleo", Helvetica; text-align: center; opacity: 1; } @media screen and (min-width: 992px) and (max-width: 1200px) { #primary-home .grid3 .featured-image { width: 99%; height: 250px; } #primary-home .grid4 .featured-image { width: 99%; height: 180px; } #primary-home .grid2 .featured-image { width: 99%; height: 380px; } } @media screen and (max-width: 768px) { .article-wrapper { height: 250px; margin: 10px 0; } .site-title { text-align: center; } .site-description { text-align: center; } .social-icons { text-align: center; } } .pagination { display: block; clear: both; text-align: center; } .pagination li { list-style: none; float: left; color: #ddd; } .pagination li span { background: #797979; padding: 10px; margin-right: 1px; } .pagination li .next { font-family: "Aleo"; background: #99dc58; color: #464646; } .pagination li .next:hover { background: #7fd32e; transition: all .3s ease; padding: 10px; } .pagination li .prev { font-family: "Aleo"; background: #99dc58; color: #464646; } .pagination li .prev:hover { background: #7fd32e; transition: all .3s ease; padding: 10px; } .pagination ul { float: none; display: inline-block; } .pagination a { color: #ddd; background: #797979; padding: 10px; margin-left: 1px; text-decoration: none; } .pagination .dots { background: none; border: none; } .pagination .current { background: #606060; color: #99dc58; border-right: none; margin: 0; margin-left: 1px; } .pagination a:hover { background: #939393; color: #5e5e5e; padding: 12px; transition: all .3s ease; } #colophon { background: #ebebeb; border-top: solid 5px #9f9f9f; box-shadow: inset 0px 5px 10px -5px #000000; } #footer-sidebar .widget .widget-title { font-family: "Aleo", Sans-Serif; text-transform: uppercase; font-size: large; color: #797979; } #footer-sidebar .widget ul { margin-left: 20px; font-size: 12px; line-height: 1.8em; } #footer-sidebar .widget li { list-style: none; } #footer-sidebar .widget_search { margin-top: 1.5em; } #footer-sidebar .widget_search input[type="search"] { font-size: 12px; width: 280px; } #footer-sidebar .widget_calendar { margin-top: 1.5em; } table caption { font-family: "Aleo"; font-weight: 600; color: #7fd32e; text-align: center; margin: 5px 0; } table th { text-align: center; } table td { text-align: center; } .site-info { margin: 10px auto; } #primary .wp-post-image { max-width: 500px; display: block; margin: 0 auto; } #primary h1 { font-family: "Aleo"; text-transform: uppercase; font-size: x-large; color: #99dc58; overflow: hidden; text-align: center; } #primary .entry-meta { margin: 30px 0; padding: 10px 0; font-size: 12px; } #primary .entry-meta .byline { float: right; } #primary .navigation { padding: 20px 5px; border: solid 1px #99dc58; } #primary table { border: solid 1px #99dc58; } #primary table caption { font-family: "Aleo"; font-weight: 600; color: #7fd32e; text-align: center; margin: 5px 0; } #primary table thead { border-bottom: solid 1px #99dc58; } #primary table thead th { padding: 10px 0px; } #primary table th { text-align: center; padding: 5px 0px; } #primary table td { text-align: center; } /*----Secondary----*/ #secondary { padding-left: 30px; } #secondary h1 { font-family: "Aleo", Sans-Serif; font-size: large; text-transform: uppercase; font-weight: 200; color: #acacac; padding: 10px 20px; border-top: solid 2px #99dc58; border-bottom: solid 2px #99dc58; } #secondary ul { margin: 0; padding: 5px 20px; } #secondary li { list-style: none; margin: 10px 0; } #secondary .widget_search { margin-top: 1.5em; } #secondary .widget_search input[type=search] { width: 280px; outline: none; } /*----Slider----*/ .bx-wrapper { margin-top: 30px !important; position: relative !important; overflow: hidden; border-top: solid 4px #888; border-bottom: solid 4px #888; } .bx-wrapper ul { margin: 0px; } .bx-wrapper img { width: 100%; } .bx-wrapper .bx-pager { background: rgba(0, 0, 0, 0.5); padding: 20px 0px; } .bx-wrapper .slide-desc { position: absolute; top: 80px; color: black; padding: 5px 30px; font-size: 17px; background: rgba(255, 255, 255, 0.3); left: 5%; border-left: solid 3px #99dc58; } /*----Comment----*/ #comments { margin-top: 40px; } #comments .comment-body { list-style: none; margin: 50px 0; border-bottom: solid 1px #99dc58; } #comments code { display: none; } #comments .comments-title { font-family: "Aleo", "Open Sans", Helvetica; font-size: x-large; color: #99dc58; } #comments .comment-list { list-style: none; } #comments .comment-list .children { list-style: none; } #comments .comment-meta { font-size: 13px; } #comments .comment-meta .vcard img { float: left; height: 100%; } #comments .comment-meta .vcard .says { display: none; } #comments .comment-meta .vcard .fn { font-family: "Open Sans", Helvetica; font-weight: 400; padding-left: 10px; } #comments .comment-meta .vcard .fn a { color: #99dc58; } #comments .comment-meta .comment-metadata { margin: 20px 10px; }