/* Theme Name: Big Blue Theme URI: http://hostmarks.com/big-blue-theme/ Author: Hostmarks Author URI: http://hostmarks.com/ Description: Big Blue is a classic blogging theme, with a light on dark color scheme. It offers an optional home page slider which can be managed in the customizer. The customizer also provides simple control of the main theme colors, header image, background image, social media links as well as the ability to add your own custom CSS. Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: big-blue Tags: featured-images, custom-menu, custom-background, custom-colors, footer-widgets, blog, full-width-template This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Big Blue is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Head # Slide # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-family: 'Raleway', sans-serif; background: #001627; color:#ffffff; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; -webkit-transition: all 0.8s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; color: #ffd21f; } a:focus, a:active, a:hover { outline: 0 !important; border:none !important; text-decoration: none; color: #fff; } a:hover { text-decoration: none !important; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } a img{ -webkit-transition: all 0.8s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } a img:hover{ -webkit-filter: sepia(50%); filter: sepia(50%); } svg:not(:root) { overflow: hidden; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 16px; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } thead{ background: #343434; color: #fff; } td, th { padding: 10px; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ button, input, select, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; margin-top: 0; } p { margin-bottom: 1.5em; font-size:18px; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 16px; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 16px; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; padding:0; font-size:18px; } .site-content ul li, .site-content ol li{ margin-bottom: 15px; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { background: #ffd21f; box-shadow: none; color: #001627; text-shadow: none; font-size: 18px; text-transform: uppercase; border: solid 2px #ffd21f; border-radius: 0; padding: 2px 15px; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: none; color: #ffd21f; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } select { border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] { padding: 5px; font-size: 15px; } textarea { padding-left: 3px; width: 100%; font-size: 15px; } /*-------------------------------------------------------------- # Head --------------------------------------------------------------*/ .top-bar{ position: relative; margin-bottom: 15px; border-bottom: solid 1px #0e2639; padding-bottom: 20px; } .has_header-image{ height: 200px; display: flex; justify-content: center; } .has_header-image .site-branding{ align-self: center; } .site-header .container, .site-branding{ z-index: 999; position: relative; } .header-image{ position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10; object-fit: cover; height: 350px; } .site-header{ background: #001627; padding: 15px 0; border-bottom: solid 1px #6f808b; } .search-query-title{ padding:0 15px; } .search-form-container{ display:none; text-align: right; padding: 10px 0; background: #043156; } .serch-form-coantainer .search-top{ font-size: 16px; padding: 5px; width: 300px; max-width: 100%; border-radius: 0; } #search-icon .fa-search{ font-size: 14px; color: #cccccc; background: #043156; width: 30px; height: 30px; display: inline-block; text-align: center; border-radius: 100%; padding-top: 7px; } #search-icon .fa-search:hover{ color: #ffd21f; cursor:pointer; } .site-title{ font-size: 60px; text-transform: uppercase; margin: 0; font-weight: 700; } .site-title a{ color: #ffd21f; } .site-title a:hover{ color: #ccc; } .site-description{ font-size: 18px; text-transform: uppercase; margin:0; } .site-info{ text-align: center; } /*-------------------------------------------------------------- # Slide --------------------------------------------------------------*/ #home-slider .carousel.slide .item{ overflow: hidden; background-position: center center; background-color:#e1e1e1; background-repeat: no-repeat; background-size: cover; } .carousel-control.left, .carousel-control.right{ background-image: none; background-image: none; background-image: none; background-image: none; filter: none; } #home-slider .container{ align-self: center; } .carousel-content-bg, .article-header{ display: flex; justify-content: center; position:relative; } .carousel-content-bg{ height:500px; } .slide-post-details{ text-align:center; position: relative; z-index: 11; } .slide-post-details h1{ font-size: 48px; margin: 0 0 10px; } .slide-post-details h1 a, .slide-post-details p{ color: #fff; } .slide-post-details h1 a:hover{ color: #ffd21f; } .slide-post-details p{ margin: 15px 0 30px; } .slide-meta a, .slide-meta{ color: #cccccc; font-size: 16px; font-weight: 400; } #featured-post{ margin-top: 40px; margin-bottom: -30px; } .flexslider .slides > li{ position:relative; } .featured-articles{ margin-bottom: 30px; } .border-style{ border-top: solid 1px #e1e1e1; max-width: 560px; margin: 30px 0; } #featured-post .flex-prev{ width:30px; } .flex-direction-nav a{ top: 30%; } .flex-direction-nav a:before, .flex-direction-nav a.flex-next:before{ color: #898989; } img.full-slide, img.single-post-thumbnail { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; object-fit: cover; height: 800px; } .blue-overlay{ background: rgba(0, 22, 39, 0.5); width: 100%; position: absolute; height: 800px; top: 0; z-index: 10; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul{ display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation li { display: inline-block; position: relative; } .main-navigation a { display: block; text-decoration: none; color: #cccccc; text-transform: uppercase; font-size:16px; font-weight: 600; letter-spacing: 1px; } .main-navigation a:after{ content: ''; border-right: solid 2px #fff; padding: 0 10px; margin-right: 20px; display: inline-block; height: 12px; } .main-navigation a:hover{ color: #ffd21f; } .main-navigation li:last-child a:after{ border-right: none; } .main-navigation ul ul{ box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.3em; left: -999em; z-index: 99999; background: #043156; border-radius: 2px; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { max-width: 270px; width: 270px; padding: 8px 5px; } .main-navigation ul ul a:after{ border: none; } .main-navigation ul ul li { border-bottom: dashed 1px #555; } .main-navigation ul ul li:last-child{ border-bottom: none; } .main-navigation li:hover > a, .main-navigation li.focus > a { } .main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a { } .main-navigation ul ul a:hover, .main-navigation ul ul a.focus { } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { color:#ffd21f; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul, .toggled ul { display: block; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul{ display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .secondary-menu-toggle{ display:none; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets. */ .widget select { width: 100%; font-size: 18px; padding: 5px; } .widget-title{ color: #fff; font-size: 28px; margin-top: 0; margin-bottom: 25px; text-transform: uppercase; font-weight: 600; border-bottom: solid 1px #707070; padding-bottom: 25px; } .widget-area ul{ padding: 0; list-style-type: none; font-size:18px; margin-left:0; margin-bottom: 0; color: #ccc; } .widget-area ul ul{ margin-left:15px; } .widget-area ul ul li:last-child{ margin-bottom: 0; } .widget-area ul li{ margin-bottom: 10px; } .widget-area ul li a{ color: #ffd21f } .widget-area ul li a:hover{ color: #fff; margin-left: 5px; } .widget_tag_cloud a{ font-size: 16px !important; background: #043156; color: #fff; padding: 3px; line-height: 30px; margin: 1px; } .widget_tag_cloud a:hover{ background:#ffd21f; color: #001627; } .footer-widget-container .widget-title{ color: #fff; margin-bottom: 25px; text-transform: uppercase; font-weight: 600; border-bottom: solid 1px #707070; padding-bottom: 25px; } .big-blue-recent-post h5{ font-size: 18px; display: inline; } .big-blue-recent-post .meta-info-date, .big-blue-recent-post .post-author a{ color: #a1a1a1; font-size:12px; margin-left:0 !important; } .big-blue-recent-post .meta-info-comment, .big-blue-recent-post .meta-info-comment a{ color: #666666; font-size: 12px; margin-left:0 !important; } .big-blue-recent-post .meta-info-comment a:hover, .big-blue-recent-post .post-author a:hover{ color: #01a0e1; } .widget-area .big-blue-recent-post li, .footer-widget-container .big-blue-recent-post li{ margin-bottom: 25px; } .big-blue-recent-post li h5 a:hover{ margin-left:0; } .big_blue_post_recent.post-image a:hover{ margin-left: 0; } .widget-area .widget, article, .page-content{ background: rgba(0, 22, 39, 0.7); padding: 20px; margin-bottom: 30px; } .widget-area .widget:last-child{ margin-bottom: 0; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .site-content{ position: relative; z-index: 99; } .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-links { clear: both; margin: 0 0 1.5em; } .inner-wrapper{ background: rgba(4, 49, 86, 0.5); margin: 0 auto 60px; padding: 15px 5px; } .content-area{ margin-top: 30px; } .pagination-count{ position: absolute; bottom: -49px; right: 10px; font-size: 24px; color: #acacac; } .pagination{ color: #ffd21f; } .pagination a{ color: #fff; } .pagination, .pagination a{ font-size: 20px; padding: 0 10px; font-weight: 600; font-family: 'Lato', sans-serif; } .next.page-numbers, .prev.page-numbers{ background: #ffd21f; color: #001627; font-size: 15px; padding: 1px 5px; } .next.page-numbers:hover, .prev.page-numbers:hover{ background: #343434; } .entry-title{ font-size: 28px; margin-top:0; } .entry-title a{ color: #ffd21f; } .entry-title a:hover{ color: #ffffff; } .entry-meta a{ color: #666666; } .entry-meta a:hover{ color: #343434; } .entry-meta{ padding: 10px 0; border-top: solid 1px #707070; border-bottom: solid 1px #707070; margin-bottom: 15px; } .img-container .entry-meta{ position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 22, 39, 0.9); padding: 10px; border: none; margin-bottom: 0; } .has_featured .entry-meta{ display: none; } .has_featured .entry-title{ margin-bottom: 15px; border-bottom: solid 1px #707070; padding-bottom: 15px; } .single .entry-meta { margin-bottom: 25px; } .read_more{ background: #ffd21f; color: #001627; text-transform: uppercase; font-size: 18px; padding: 5px 10px; border: solid 2px #ffd21f; font-weight: 600; } .read_more:hover{ background: none; color: #ffd21f; border: solid 2px #ffd21f !important; } #manson .item{ margin-bottom: 40px; } .featured-articles .article-list{ margin: 0; list-style-type:none; } .featured-articles .article-list li{ width: 48%; display: inline-block; vertical-align: top; margin-right: 25px; } .featured-articles .article-list li:nth-child(2), .featured-articles .article-list li:nth-child(4){ margin-right: 0; } .article-image{ float: left; } .article-excerpt{ width:70%; float: right; } .no-featured.article-excerpt{ width:100%; } .featured-articles .article-excerpt h2{ font-size: 18px; margin-top: 0; } .featured-articles .article-excerpt h2 a{ color: #fff; } .featured-articles .entry-meta{ border: none; margin:0; padding:0; } .featured-articles .meta-info-comment{ display: none; } .entry-meta, .entry-meta a{ font-size: 14px; } #breadcrumbs{ list-style: none; overflow: hidden; margin-left: 0; margin-top: 10px; } #breadcrumbs li { display:inline-block; margin-right: 15px; margin-bottom: 0; } #breadcrumbs, #breadcrumbs li a{ color: #a1a1a1; font-size:12px; } #breadcrumbs li a:hover{ color: #ffd21f; } .nav-previous a, .nav-next a{ font-size:16px; color:#fff; } .nav-previous a:hover, .nav-next a:hover{ color:#ffd21f; } .nav-previous a:before{ content: "\f100"; font-family: FontAwesome; margin-right:3px; } .nav-next a:after{ content: "\f101"; font-family: FontAwesome; margin-left:3px; } .img-header{ margin-bottom: 25px; } body.custom-background{ background-size: cover; } .featured-image{ min-height:400px; } .article-header{ position: relative; width: 100%; overflow: hidden; } .article-header .container{ align-self: center; padding:50px 0; } .entry-detail { text-align: center; position: relative; z-index: 11; } .article-header .entry-meta, .article-header .entry-meta a{ color: #cccccc; font-size: 16px; font-weight: 400; border: none; margin:0; padding: 0; } .article-header .entry-title{ margin-bottom: 10px; font-size: 48px; color:#fff; } .search-icon-wrapper{ margin-right: 7px; } #menu-social, .search-icon-wrapper{ float: right; } .infinite-scroll .pagination { display: none; } #menu-social ul { list-style: none; margin: 0 0 25px; text-align: center; padding-left: 0; margin-bottom: 0; } #menu-social ul li { display: inline-block; position: relative; margin-right: 3px; } #menu-social li a{ background: #043156; width: 30px; display: block; height: 30px; border-radius: 100%; text-align: center; color: #fff; font-size: 16px; padding-top: 3px; } #menu-social li a:hover{ color: #ffd21f; } #menu-social li a::before { display: inline-block; padding: 0 5px; font-family: 'FontAwesome'; font-size: 16px; -webkit-font-smoothing: antialiased; } #menu-social li a[href*="facebook.com"]::before { content: '\f09a'; } #menu-social li a[href*="twitter.com"]::before { content: '\f099'; } #menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; } #menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; } #menu-social li a[href*="tumblr.com"]::before { content: '\f173'; } #menu-social li a[href*="youtube.com"]::before { content: '\f167'; } #menu-social li a[href*="vimeo.com"]::before { content: '\f194'; } #menu-social li a[href*="instagram.com"]::before { content: '\f16d'; } #menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; } #menu-social li a[href*="mailto:"]::before { content: '\f0e0'; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-author.vcard img { float: left; margin-right: 30px; } .comment-list { margin-left: 0; list-style-type: none; margin-top: 50px; padding-left: 0; } .comment-content { margin-left: 16%; } .reply { text-align: right; } .reply a{ color: #01a0e1; } .reply a:hover{ color: #ffffff; } .comment-metadata a{ color: #a1a1a1; font-size: 12px; text-transform: uppercase; } .comment-meta .fn a{ color: #ffd21f; } .comment-meta .fn a:hover{ color: #ffffff; } #comments input[type='text']{ max-width: 100%; } .comments-area textarea, .comments-area #author, .comments-area #email, .comments-area #url{ width: 100%; background: transparent; border-radius: 1px; border: solid 1px #707070; color: #999999; } ol.children{ list-style:none; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ .footer-widget-container{ background: #001627; border-top: 1px solid #6f808b; } .footer-widget-container ul{ font-size: 18px; margin-left:20px; list-style-type:none; padding-left:0; } .footer-widget-container ul li a, .footer-widget-container tbody, .footer-widget-container p, .footer-widget-container ul li{ color: #cccccc; } .footer-widget-container ul li a:hover{ color: #ffd21f; } .footer-widget-container ul li{ margin-bottom:15px; } .footer-widget-container thead{ background: #043156; } .footer-widget .tagcloud a{ font-size: 16px !important; background: #043156; color: #fff; padding: 3px; line-height: 30px; margin: 1px; } .footer-widget .tagcloud a:hover{ background: #ffd21f; color: #001627; } #footer-one, #footer-two, #footer-three{ margin: 50px 0; } .site-footer{ background: #000b13; padding: 15px; border-top: solid 1px #6f808b; } .site-footer, .site-footer a{ color:#fff; } .site-footer a:hover{ color:#ffd21f; } .footer-info{ float:left; } .footer-info, .footer-info a{ font-size:14px; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-item .gallery-icon{ padding: 10px; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; padding:0 10px; } @media (min-width: 768px){ .inner-wrapper { width: 750px; } .container { max-width: 100%; } .img-container{ margin-right: 20px; width: 48%; float: left; position: relative; overflow: hidden; margin-top: -20px; margin-left: -20px; margin-bottom: -20px; } .img-container img{ object-fit: cover; height: 380px; width: 100%; } .has_featured{ float: right; width: 50%; } } @media (min-width: 992px){ .inner-wrapper { width: 970px; } .main-nav-wrapper{ float: left; } } @media (min-width: 1200px){ .inner-wrapper { width: 1170px; } } @media (max-width: 1200px){ .header-widget-wrapper{ text-align: center; } .featured-articles .article-list li{ width: 45%; } .article-excerpt{ width: 60%; } } @media (max-width: 1199px){ .featured-post-thumbnail { height: 160px; } } @media (max-width: 991px){ .featured-post-thumbnail { height: 125px; } .menu-top-menu-container{ text-align: center; float: none; } } @media (max-width: 768px){ .featured-articles .article-list li { width: 100%; } .article-excerpt { width: 80%; } .img-container{ margin-bottom: 15px; } .slide-post-details h1, .article-header .entry-title{ font-size: 28px; } .entry-title, .widget-title{ font-size: 26px; } .site-title { font-size: 48px; } .site-description { font-size: 16px; } #home-slider .carousel.slide .item, .carousel-content-bg, .article-header{ height: 300px; } .site-footer #menu-social, .footer-info{ float: none; text-align: center; } .footer-info{ margin-top:10px; } } @media only screen and (max-width: 599px){ .main-navigation li{ display: block; } .main-navigation ul ul{ padding:0; box-shadow:none; position:inherit; float:none; top:0; left:0 !important; } .main-navigation ul ul{ margin-left: 10px; } .main-navigation li a, .main-navigation ul ul li:last-child a{ border-bottom: dashed 1px #555; } .main-navigation ul ul a{ width:100%; max-width:100%; } .sub-menu li:first-child{ border-bottom:0; } button.menu-toggle{ padding: 0px 9px; } .main-navigation a{ padding: 8px 5px; } .main-navigation a:after{ display: none; } .main-navigation ul ul{ background: none; } #menu-social, .search-icon-wrapper{ margin-bottom: 10px; } } @media (max-width: 480px){ .article-image { float: none; text-align: center; margin-bottom: 15px; } .article-excerpt { width: 100%; text-align: center; float: none; } .featured-articles .article-list li{ margin-bottom: 30px; } .pagination-count{ display:none; } .secondary-menu-toggle{ display:block; } .serch-form-coantainer .search-top{ width: 150px; } .top-bar .container{ padding:0; } body{ word-break:break-all; } .row{ margin: 0; } } @media (max-width: 400px){ .featured-post-thumbnail { height: 100px; } }