/*! Theme Name: AllRounder News Theme URI: Author: AllRounder Themes Author URI: https://allrounderthemes.com Description: AllRounder News is a responsive news magazine free WordPress theme with a clean & modern design. The theme is perfect for all blog magazines and newspaper websites. AllRounder News is SEO friendly with optimized code and it is very easy to use and customize with live preview. The theme comes with several custom widgets that can be used on various widget areas. Version: 1.0.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: allrounder-news Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar, grid-layout, custom-header, footer-widgets, rtl-language-support, theme-options, education, blog, news 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. AllRounder News is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ .skip-link { position: absolute; top:-100px; /* Styled to match the default WordPress screen reader text */ background-color: #f1f1f1; -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6); box-shadow:0 0 2px 2px rgba(0,0,0,.6); color: #21759b; display: block; font-family: "Open Sans",sans-serif; font-size: 14px; font-weight: 700; height: auto; left:6px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; width: auto; z-index: 100000; /* Above WP toolbar */ -webkit-transition: top .75s ease-out; transition: top .75s ease-out; } .skip-link:focus { color: #21759b; top: 7px; -webkit-transition: top 0s; transition: top 0s; } hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; font-size: 16px; font-size: 1rem; line-height: 1.5; } 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: 15px; font-size: 0.9375rem; 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: 15px; font-size: 0.9375rem; } 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 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"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } 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; padding: 3px; } 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; } select { border: 1px solid #ccc; } textarea { width: 100%; } body { background: #fff; color: #333; } body, p { font-family: 'Open Sans', sans-serif; line-height: 24px; font-size: 14px; text-rendering: optimizeLegibility; color: #222; } h1, h2, h3, h4, h5, h6 { color: #1c1c1c; font-weight: 700; font-family: 'Arimo', sans-serif; } h1 { font-size: 36px; line-height: 48px; } h2 { font-size: 28px; line-height: 36px; font-weight: bold; } h3 { font-size: 24px; margin-bottom: 20px; } h4 { font-size: 18px; line-height: 28px; } h5 { font-size: 14px; line-height: 24px; } h6 { font-size: 12px; line-height: 24px; } .entry-content li > ul, .entry-content li > ol { margin-bottom: 0; margin-left: 1.5em; } td, th { padding: 0; text-align: left; border: 1px solid #b1b1b1; padding: 10px; text-align: center; } /* Global styles ================================================== */ html { overflow-x: hidden !important; width: 100%; height: 100%; position: relative; } body { border: 0; margin: 0; padding: 0; } a:link, a:visited { text-decoration: none; } a:hover { text-decoration: none; color: #005e65; } a:focus { outline: 0; } ol, ul { margin-bottom: 20px; list-style: none; padding: 0; } section { padding: 0 0; position: relative; } figure { margin: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; background: #005e65; position: relative; } nav#site-navigation .container { display: flex; display: -ms-flexbox; display: -webkit-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } ul#primary-menu { display: flex; display: -ms-flexbox; display: -webkit-box; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } li.menu-item-has-children:after { content: ""; position: absolute; border-top: .3em solid #fff; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; top: 48%; right: -10px; } li.menu-item-has-children li:after { right: 10px; transform: rotate(-90deg); } .main-navigation ul ul { background: #005e65; box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; display: none; visibility: hidden; opacity: 0; } .main-navigation ul ul li { padding: 0.5em; } .main-navigation ul ul li a{ font-size: 0.9rem; } .main-navigation ul ul ul { left: -999em; top: 50% !important; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul li:hover > a { color: #005e65; } .main-navigation ul ul li:hover { background: #fff; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; display: block; visibility: visible; opacity: 1; } .main-navigation li { float: left; position: relative; padding: 20px 0; } .main-navigation a { display: block; text-decoration: none; padding-right: .5rem; padding-left: .5rem; font-size: 1.1em; margin-left: 1em; color: #FFF; } .main-menu-wrap { width: 80%; } .ar-header-search { width: 20%; padding: 10px 0; } @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%; } input.search-field::placeholder { color: #fff; font-size: 1rem; line-height: 1.5; } .ar-header-search input.search-field { border: 0; border-radius: 50px; padding: 0.1em 1em; background: #337e84; height: 40px; width: 100%; color: #fff; } .ar-header-search input.search-field:focus { background: #fff; outline: none; color: #005e65; } form.search-form { position: relative; } input.search-submit { background: url(assets/images/search.png) no-repeat; width: 16px; height: 16px; font-size: 0; border: none; position: absolute; top: 53%; transform: translateY(-50%); right: 15px; cursor: pointer; } form.search-form label { margin: 0; width: 100%; } .widget input.search-field { border: 0; padding: 0.1em 1em; background: #337e84; height: 45px; width: 100%; color: #fff; padding: 0 20px; border-radius: 0; } .widget.widget_search { margin-bottom: 20px; } .widget.widget_search form.search-form { border: solid 1px #e6e6e6; padding: 10px; } .widget.widget_search input.search-submit{ right: 20px; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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; clip-path: none; 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; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .post, .page { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .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%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## 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-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; } /** AllRounder News Style Start Here **/ .clearfix:after{ clear: both; content: ""; display: table; } .allrounder-col-advertisement { margin-top: 1em; } .no-sidebar > .container { max-width: 850px; margin: 0 auto; } .mega-post figure { height: 140px; } .mega-post .block-post-title { margin-top: 1em; } .mega-post .block-post-title h2 { font-size: 0.9em; margin-bottom: 0; } .post-thumb { overflow: hidden; } .post-thumb a { margin-left: 0 !important; } .post-thumb img { -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; } .post-thumb img:hover { -moz-transform: rotate(4deg) scale(1.2); -webkit-transform: rotate(4deg) scale(1.2); transform: rotate(4deg) scale(1.2); } .inner-content { margin: 1em auto; } div#toggle span { width: 31px; margin-bottom: 5px; height: 4px; background: #fff; display: block; } div#toggle span:last-child { margin: 0; } div#toggle { display: none; width: 31px; } .block-post { background: #FFFFFF; box-shadow: 0 0px 0px rgba(0,0,0,0.05), 0 0px 3px rgba(0,0,0,0.10); } .border-btm { border-bottom: 1px solid #d3d3d3; padding-bottom: 1em; margin-bottom: 1em; } .lg-thumb { width: 100%; height: 400px; } .sm-thumb { width: 100px; height: 100px; } .post-thumb img { width: 100%; height: 100%; object-fit: cover; } .relative-post-content { position: relative; } .h1-category-content { padding: 1em; margin-bottom: 1em; } .h1-category-title { border-left: 7px solid #005e65; margin-left: -0.9em; font-weight: bold; font-size: 1.1em; text-transform: uppercase; padding: 0.3em 0em 0.3em 0.7em; } .h1-category-head { margin-bottom: 1em; } .h1-category-head .more-post { color: #222; float: right; } .h2-category-head { display: flex; flex-direction: row; align-items: center; justify-content: space-between; background: #005e65; padding: 0 0.8em; font-size: inherit; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; } .h2-category-title { color: #FFF; padding: 0.8rem; width: auto; background: #AFB42B; -ms-transform: skewX(-20deg); /* IE 9 */ -webkit-transform: skewX(-20deg); /* Safari */ transform: skewX(-20deg); } .h2-category-title span { display: inline-block; -ms-transform: skewX(20deg); /* IE 9 */ -webkit-transform: skewX(20deg); /* Safari */ transform: skewX(20deg); } .more-post { color: #FFF; } .more-post a { color: #FFF; } .category-content { padding: 1em; } .h2-cat-block-post-five .category-content { padding: 1em 0; } .post-content { padding: 0.3em; } .most-viewed-post-list li a h4 { font-weight: bold; } .block-post-title a h2 { font-weight: bold; } .title-lg { font-size: 2rem; font-weight: bold; line-height: 1.4; } .block-post-title a h2:hover, .block-post-title a h3:hover { color: #005e65; } .most-viewed-post-list li a h4:hover { color: #005e65; } .title-lg:hover, .title-md:hover, .title-sm:hover, .title-xs:hover { color: #005e65; } .h3-trending-post .block-post-title a h2:hover { color: #FFF; } .block-post-meta span { color: #a3a3a3; } .block-post-meta a span:hover { color: #a3a3a3; } .h1-sm-cat-block-slider-one .title-sm:hover { color: #dfdfdf; } div#home-banner-section { margin-top: 15px; } .h1-slider-abs-content .title-md:hover, .h1-cat-post-slider-two .title-md:hover { color: #FFF; } .title-md { font-size: 1.5rem; font-weight: bold; line-height: 1.5; } .title-sm { font-size: 15px; font-weight: bold; line-height: 1.6; } .title-xs { font-size: 0.95rem; font-weight: bold; line-height: normal; } .xs-meta span { font-size: 0.7rem; } .allrounder-dtisement { margin-bottom: 1em; } .ad-thumb { width: 100%; height: auto; display: block; text-align: center; } .img-border { border-bottom: 10px solid #005e65; } .allrounder-news-content { position: relative; margin: 0 auto; } .gap-2 { padding: 1em 0; } .h3-cat-block-post-one .nav-tabs { border: 0; position: absolute; top: 0; right: 0; padding-right: 1em; } .h3-cat-title { border-bottom: 2px solid #005e65; font-size: 14px; line-height: 100%; margin: 0 0 40px; text-transform: uppercase; letter-spacing: 1px; } .h3-cat-title span { background: #005e65; color: #fff; height: 30px; line-height: 30px; padding: 8px 15px; position: relative; } .h3-category-content .sm-thumb { height: 75px; } .h3-category-content h2 { margin-top: 15px; font-weight: bold; font-size: 18px; } .h3-category-content h2.title-sm { font-size: 15px; } .h3-category-content .block-post-meta span { font-size: 12px; color: #a3a3a3; margin-right: 8px; line-height: 12px; } .h3-category-content .block-post-excerpt p { font-size: 13px; } .block-post-review ul li { display: inline-block; } .single-post-breadcrumb .single-post-active-nav a { color: #005e65; } .single-post-breadcrumb span { color: #757575; } .h1-social-login span { margin-right: 10px; } .h1-social-login span i { font-size: 1.5em; } .h3-popular-post .h3-lg-cat-block-two .block-post-title h2:hover { color: #FFF; } .allrounder-news-footer { background: #f6f6f6; } .border-btm:last-of-type { border: 0; } /* Top Navigation ================================================== */ #top-navigation { background: #263238; color: #FFF; padding: 0.5em 0; } .social-meta { text-align: right; } .social-meta ul { margin: 0; } .top-social-icon li { list-style: none; display: inline-block; margin-right: 1em; } .top-social-icon li a { color: #FFF; } /* Header ================================================== */ /* Navbar */ .navbar { background: #005e65; padding: 0; } .allrounder-news-header-one { margin: 1em 0; } .allrounder-news-header-one .nav-brand { text-align: center; } .navbar-style-one { padding: 0.8em; } .navbar a { color: #FFF; } .navbar-brand { font-size: 2em; } .site-title { font-family: 'Lobster', cursive; letter-spacing: 2px; display: inline; font-size: 36px; line-height: 48px; font-weight: 700; } .site-title a { color: #222; } p.site-description { display: inline; font-size: 36px; line-height: 48px; font-weight: 700; color: #005e65; font-family: 'Lobster', cursive; } .header-style-tw { border-bottom: 4px solid #AFB42B; } .navbar-style-tw a.navbar-brand { font-size: 1.3em; background: #AFB42B; padding: 1em; } .nav-item a { font-size: 1.1em; margin-left: 1em; } /* Search */ .allroundernews-search { border: 0; background: rgba(255,255,255,0.2); color: #FFF; border-radius: 50px; padding: 0.1em 1em; } .search-bar { position: relative; } .allroundernews-search-icon { position: absolute; top: 0.4em; right: 1em; color: #FFF; } input.allroundernews-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #FFF; } input.allroundernews-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #FFF; opacity: 1; } input.allroundernews-search::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #FFF; opacity: 1; } input.allroundernews-search:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFF; } input.allroundernews-search::-ms-input-placeholder { /* Microsoft Edge */ color: #FFF; } input.allroundernews-search::placeholder { /* Most modern browsers support this now. */ color: #FFF; } /*Home Pages ================================================== */ /* Home page one - Featured post ================================================== */ .h1-featured-post { margin-bottom: 1em; } .h1-featured-post .post-thumb { height: 550px; } .h1-featured-post .post-content { margin: 1em 0; } .h1-featured-post .block-post-title h2 { color: #494949; } .h1-featured-post .block-post-meta span { margin: 0 0.3em; color: #b1b1b1; } /* Home page one - Category block style one ================================================== */ .h1-sm-cat-block-one { margin-bottom: 1em; } .h1-sm-cat-block-one figure { float: left; margin-right: 10px; } /* Home page one - Category block slider style one ================================================== */ .h1-cat-block-post-slider-one { background: #005e65; height: 400px; margin-bottom: 1em; } .slider-left { float: left; width: 60%; } .slider-right { float: right; width: 40%; height: 100%; overflow-y: scroll; } .slider-right .nav-tabs { border: 0; } .slider-right .nav-tabs .nav-item { margin-bottom: 0; width: 100%; } .slider-right .nav-tabs .nav-item a { font-size: inherit; margin: 0; } .slider-right .nav-tabs .nav-link { border: 0; padding: 0; transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; } .slider-right .nav-tabs .nav-link.active { background: rgba(0,0,0,0.3); } .h1-lg-cat-block-slider-one figure { height: 400px; } .h1-slider-abs-content { position: absolute; background: rgba(0,0,0,0.5); bottom: 0; left: 0; padding: 1em; } .h1-slider-abs-content h2, .h1-slider-abs-content span { color: #FFF; } .h1-sm-cat-block-slider-one { padding: 0.5em; margin-bottom: 0.5em; } .h1-cat-one-active { background: rgba(0,0,0,0.3); } .h1-sm-cat-block-slider-one figure { float: left; width: 80px; height: 80px; margin-right: 10px; } .h1-sm-cat-block-slider-one h2, .h1-sm-cat-block-slider-one span { color: #DFDFDF; } /* Home page one - Category block style two ================================================== */ .h1-cat-block-post-two { margin-bottom: 1em; } .h1-lg-cat-block-two.border-btm { padding-bottom: 0; } .h1-lg-cat-block-two h2 { font-weight: bold; } .h1-sm-cat-block-two figure { float: left; margin-right: 10px; } .h1-sm-cat-block-two .block-post-meta span { margin-right: 1em; font-size: 0.9em; } .h1-sm-cat-block-two .block-post-meta i { margin-right: 0.3em; } .h1-sm-cat-block-two .block-post-meta span a { color: #b1b1b1; } /* Home page one - Category block style three ================================================== */ .h1-cat-relative { margin-bottom: 2em; } .h1-lg-cat-block-three.border-btm { padding-bottom: 0; margin-bottom: 0; } .h1-lg-cat-block-three figure { height: 250px; width: calc(100% + 2em); margin-left: -1em; } .h1-lg-cat-block-three h2, .h1-sm-cat-block-three h2 { margin-bottom: 0; } .h1-lg-cat-block-three p { margin-bottom: 0; } .h1-lg-cat-block-three .block-post-meta span, .h1-sm-cat-block-three .block-post-meta span { margin-right: 1em; font-size: 0.9em; } .h1-lg-cat-block-three .block-post-meta i, .h1-sm-cat-block-three .block-post-meta i { margin-right: 0.3em; } .h1-lg-cat-block-three .block-post-meta span a, .h1-sm-cat-block-three .block-post-meta span a { color: #b1b1b1; } .h1-sm-cat-block-three.border-btm { padding-bottom: 0; margin-bottom: 0; } .h1-sm-cat-block-three h2 { font-weight: bold; } .h1-lg-cat-block-three-relative { position: relative; } .h1-lg-cat-block-three-relative figure { height: 350px; } .h1-lg-cat-three-left.col-md-6 { padding-right: 0px; } .h1-lg-cat-three-right.col-md-6 { padding-left: 0px; } .h1-lg-cat-three-absolute { position: absolute; top: 50%; transform: translateY(-50%); text-align: center; padding: 1em; } .h1-lg-cat-three-absolute h2 { color: #FFF; font-size: 1.4em; } .bg-overlay { position: absolute; top: 0; content: ''; background: rgba(0,0,0,0.3); width: 95%; height: 100%; } .h1-sm-relative { margin-top: 1em; } .h1-sm-cat-block-three-relative figure { float: left; margin-right: 10px; } /* Home page one - Category block slider style two ================================================== */ .h1-cat-block-post-slider-two { margin-top: 1em; margin-bottom: 1em; background: #005e65; padding: 3em; } .h1-cat-post-slider-two img { height: 400px; } .h1-cat-post-slider-two .post-content { color: #FFF; } .h1-cat-post-slider-two h2 { color: #FFF; } /* Home page one - Category block style four ================================================== */ .h1-cat-block-post-four { margin-bottom: 1em; } .h1-lg-four, .h1-sm-thumb-four { border-right: 1px solid #d3d3d3; } .h1-lg-cat-block-four { margin-bottom: 2em; } .h1-sm-cat-block-four { margin-bottom: 1em; } .h1-sm-cat-block-four .post-content { float: left; width: 60%; } .h1-sm-cat-block-four h2 { font-weight: bold; line-height: normal; margin-bottom: 0; } .h1-sm-cat-block-four p { line-height: normal; margin-bottom: 0; } .h1-sm-cat-block-four .block-post-meta { margin-top: 0; font-size: 0.7rem; } .h1-sm-cat-block-four .post-thumb { float: right; width: 40%; height: 130px; } .h1-sm-cat-block-title-four h2 { font-weight: bold; } /* Home page one - Category block style five ================================================== */ .h1-cat-block-post-five { margin-bottom: 1em; } .h1-lg-cat-block-five .block-post-title h2 { font-weight: bold; font-size: 1.5em; margin-bottom: 0; } .h1-lg-cat-block-five .block-post-meta span { margin-right: 1em; font-size: 0.9em; } .h1-lg-cat-block-five .block-post-meta span a { color: #b1b1b1; } /* Home page one - Category block style six ================================================== */ .h1-cat-block-post-six { margin-bottom: 1em; } .h1-block-six-post { margin-bottom: 1em; } .h1-block-six-post .block-post-title h2 { font-weight: bold; margin-bottom: 0; } .h1-block-six-post .block-post-meta span { margin-right: 1em; font-size: 0.9em; } .h1-block-six-post .block-post-meta span a { color: #b1b1b1; } /* Home page two - Featured post ================================================== */ .abs-ft-meta { position: absolute; bottom: 0; left: 0; padding-left: 20px; padding-bottom: 1em; } .abs-ft-meta span { color: #a3a3a3; } /* Home page two - Category block style one ================================================== */ .h2-sm-cat-block-one { margin-bottom: 1em; } .h2-sm-cat-block-one figure { float: left; margin-right: 10px; } /* Home page two - Category block style two ================================================== */ .h2-cat-block-post-two { margin-bottom: 1em; } .h2-lg-cat-block-two figure { float: left; margin-right: 10px; width: 300px; height: 230px; } /* Home page two - Category block style three ================================================== */ .h2-cat-block-post-three { margin-bottom: 1em; } /* Home page two - Category block style four ================================================== */ .h2-cat-block-post-four { margin-bottom: 1em; } .h2-sm-cat-block-four .post-content { float: left; margin-right: 10px; width: 67%; } .h2-sm-cat-block-four figure { float: right; } /* Home page two - Category block style five ================================================== */ .h2-cat-block-post-five { margin-bottom: -1em; } /* Home page two - Category block style six ================================================== */ .h2-cat-block-post-six { margin-bottom: 1em; } .h2-lg-cat-block-six .post-content { } /* Home page three - Featured post ================================================== */ .h3-lg-slider-featured { width: 50%; float: left; height: 100%; } .h3-sm-featured { width: 50%; height: 100%; float: right; } .h3-sm-ft-post { width: 50%; float: left; } .h3-lg-featured-post { position: relative; margin-right: 1px; } .h3-lg-featured-post img { height: 465px; } .h3-sm-ft-post img { height: 231.5px; } .h3-overlay { position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.2); width: 100%; height: 100%; } .h3-lg-featured-post .post-content { position: absolute; top: 0; padding: 1em 2em; color: #FFF; } .h3-lg-featured-post h2 { color: #FFF; font-weight: bold; } .h3-meta-cat { background: #FFF; color: #222; font-weight: bold; font-size: 0.7rem; padding: 0.1em 0.5em; margin-right: 1em; text-transform: uppercase; } .h3-sm-featured-post { position: relative; margin-left: 1px; margin-right: 1px; margin-bottom: 2px; } .h3-sm-featured-post .post-content { position: absolute; top: 0; padding: 1em; color: #FFF; } .h3-sm-featured-post h2 { color: #FFF; font-weight: bold; } .carousel-control-next, .carousel-control-prev { top: 46%; bottom: 46%; background: #005e65; width: 6%; margin-right: 1px; opacity: 1; } .h1-c-tw.carousel-control-next, .h1-c-tw.carousel-control-prev { background: transparent; } .h1-c-tw.carousel-control-prev { margin-left: -5em; } .h1-c-tw.carousel-control-next { margin-right: -5em; } /* Home page three - Category block style one ================================================== */ .h3-sm-cat-block-one { margin-bottom: 2em; } .h3-sm-cat-block-one .post-thumb { float: left; margin-right: 15px; } .h3-cat-block-post-one .nav-tabs > li > a { color: #005e65; text-shadow: none; font-weight: 700; text-transform: uppercase; font-size: 12px; border-radius: 0; margin: 0 1px 0; padding: 0 0 0 15px; border: 0 !important; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .h3-cat-block-post-one .nav-tabs > li > a.active { color: #1e88e5; } /* Home page three - Category block style two ================================================== */ .h3-lg-cat-block-two { position: relative; margin-bottom: 2em; } .h3-sm-cat-block-two { margin-bottom: 2em; } .h3-lg-cat-block-two .post-content { position: absolute; bottom: 10px; left: 0; padding: 2em; width: 100%; padding-bottom: 10px; } .h3-lg-cat-block-two h2, .h3-lg-cat-block-two .block-post-meta span { color: #FFFFFF; line-height: 1.6; } .h3-sm-cat-block-two figure { float: left; margin-right: 15px; } /* Home page three - Category block style three ================================================== */ .h3-cat-block-three .block-post-title h2 { margin-bottom: 0; } /* Home page three - Category 3 col block post ================================================== */ .h3-3-col-block-post .h3-lg-cat-block-two h2 { font-size: 18px; } .h3-3-col-block-post .h3-sm-cat-block-two h2 { font-size: 15px; font-weight: bold; } .h3-3-col-block-post .sm-thumb { height: 75px; } /* Home page three - video block ================================================== */ .h3-video-block-slider { background: #333333; padding: 2em; } .video-overlay { margin-bottom: 1em; } .h3-video-block .nav-tabs { border: 0; } .h3-video-block-title { margin-bottom: 2em; } .h3-video-block-title h2 { font-size: 1.2rem; } .h3-video-block-title h2 span { color: #333333; background: #F0FFF0; padding: 0.5em 1em; } .h3-video-block-item.nav-item { margin-bottom: 2em; } .h3-video-block-item figure { float: left; margin-right: 15px; } .h3-video-block-item .nav-link { border: 0; border-radius: 0; padding: 1em; transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; } .h3-video-block-item .nav-link.active { background: #222222; } .h3-video-block-item .block-post-title h2 { font-weight: bold; color: #d3d3d3; } /* Home page three - Category block style four ================================================== */ .h3-cat-block-post-four .block-post-title h2 { margin-top: 0; margin-bottom: 0; } .h3-cat-block-four { margin-bottom: 40px; } /* Home page three - Review post ================================================== */ .h3-review-post { margin-bottom: 30px; } .h3-review-post figure { float: left; margin-right: 15px; } .h3-review-post .block-post-title h2 { margin-top: 0; margin-bottom: 0; } /* Top Weekly Post Widgets ================================================== */ .top-weekly-post { background: #FFFFFF; } .weekly-post-head { text-align: center; text-transform: uppercase; margin-bottom: 1em; } .weekly-post-head span { border-top: 5px solid #005e65; padding-top: 0.4em; } .weekly-post { position: relative; margin-bottom: 2em; box-shadow: 0 0px 0px rgba(0,0,0,0.05), 0 0px 3px rgba(0,0,0,0.10); } .weekly-post .post-content { padding: 1em; } .weekly-post .block-post-title h2 { font-weight: bold; margin-bottom: 0; } .weekly-post .block-post-meta span { margin-right: 1em; font-size: 0.9em; } .weekly-post .block-post-meta span a { color: #b1b1b1; } .weekly-read-more { background: #eeeeee; padding: 0.2em 1em; } .weekly-read-more a span { color: #222; } .rd-more-icon { float: right; } /* Sidebar Widgets ================================================== */ .sidebar-widget-title { text-align: center; background: #005e65; } .sidebar-widget-title h3 { color: #FFF; padding: 0.5em; margin-bottom: 0; } .sidebar-widget-content { padding-top: 1em; background: #FFF; } /* Most viewed widget */ ul.most-viewed-post-list { margin-bottom: 0px; } .most-viewed-post-list { padding: 0 10px; padding-bottom: 1em; } .most-viewed-post-list li h4 { font-size: 1.1em; font-weight: normal; line-height: 1.6; } .most-viewed-post-list li { border-bottom: 1px solid #d3d3d3; margin-bottom: 0.5em; } .allrounder-advertisement { margin-bottom: 1em; } /* Dummy leaderboard ad */ .leaderboard-ad { content: ''; background: #CFD8DC; height: 90px; width: 100%; line-height: 90px; text-align: center; color: #eeeeee; } /* Dummy 790x200 ad */ .dummy-790x200 { content: ''; background: #CFD8DC; height: 200px; width: 100%; line-height: 200px; text-align: center; color: #eeeeee; } /* Dummy 400 ad*/ .dummy-400 { content: ''; background: #CFD8DC; height: 350px; width: 100%; line-height: 350px; text-align: center; color: #eeeeee; } /* Dummy rectangle ad */ .rectangle-ad { content: ''; background: #CFD8DC; height: 300px; width: 100%; line-height: 300px; text-align: center; color: #eeeeee; } /* Dummy ad */ .dummy-ad { content: ''; background: #CFD8DC; height: 152px; width: 100%; text-align: center; font-size: 1rem; line-height: 152px; color: #eeeeee; } /* Must read widget */ .must-read-post { padding-left: 1em; padding-right: 1em; text-align: center; } .must-read-post figure { margin-bottom: 0.5em; } .must-read-title h2 { font-size: 1.1em; line-height: normal; font-weight: normal; line-height: 1.6; } /* Dummy skyscraper ad */ .skyscraper-ad { content: ''; background: #CFD8DC; height: 600px; width: 100%; line-height: 600px; color: #eeeeee; text-align: center; } /* Facebook page widget */ .facebook-page { width: 100%; } /* Homepage 3 Social widget */ .social-icons ul li { display: inline-block; font-size: 1.5rem; margin-right: 0.2em; margin-bottom: 0.2em; background: #005e65; color: #FFF; width: 40px; height: 40px; text-align: center; line-height: 40px; } .social-icons ul li a { color: #FFF; } /* Homepage 3 popular post */ .h3-popular-post .h3-lg-cat-block-two h2 { font-size: 18px; } .h3-popular-post .h3-sm-cat-block-two h2 { font-size: 15px; font-weight: bold; } .h3-popular-post .sm-thumb { height: 75px; } /* Homepage 3 trending */ .h3-trending-post .h3-lg-cat-block-two { text-align: center; } .h3-trending-post .h3-lg-cat-block-two h2 { font-size: 18px; } /* Homepage 1 - Single post ================================================== */ .h1-single-trending-post-slide { margin: 1em 0; border-bottom: 1px solid #d3d3d3; padding-bottom: 1em; } .trending-slide-list { position: relative; } .owl-nav { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); left: 0; font-size: 2em; } .owl-nav .owl-prev { margin-left: -1em; outline: 0; } .owl-nav .owl-next { position: absolute; right: 0; margin-right: -1em; outline: 0; } .owl-dots { display: none; } .trending-slide-item figure { float: left; margin-right: 15px; height: 75px; width: 75px; } .trending-slide-item .title-sm { font-size: 16px; margin-bottom: 0; } .trending-slide-item .block-post-meta span { font-size: 12px; } /* Similar post ================================================== */ .h1-similar-post-widget { margin-bottom: 2em; } .similar-post-item:last-of-type { border: 0; } .similar-post-item.border-btm { padding-bottom: 0; } .similar-post-item h2 { margin-bottom: 0; font-weight: bold; } .similar-post-item .block-post-meta span { font-size: 12px; margin-right: 8px; line-height: 12px; } .similar-post-item .block-post-meta span a { color: #a3a3a3; } .similar-post-item .block-post-excerpt p { font-size: 13px; } /* Related post ================================================== */ .h1-related-post-widget { margin-bottom: 2em; } .related-post-item:last-of-type { border: 0; } .related-post-item figure { float: left; margin-right: 15px; } .related-post-item .post-content { padding: 0; } .related-post-item h2 { font-weight: bold; font-size: 1.1em; margin-bottom: 0; } .related-post-item span { font-size: 12px; color: #a3a3a3; } /* Homepage 2 - Single post ================================================== */ .allrounder-single-content-one .entry-title { margin-bottom: 1em; } .entry-title h1 { font-size: 2rem; letter-spacing: 1px; word-spacing: 2px; color: #005e65; } .entry-meta { margin: 1em 0; } .post-categories ul li { display: inline-block; background: #005e65; padding: 0.2em 1em; margin-right: 1em; color: #FFF; } .single-thumb { width: 100%; height: 600px; margin-bottom: 2em; } figcaption { font-style: italic; color: #546E7A; } .entry-content p { font-size: 1rem; letter-spacing: 1px; line-height: 1.9; word-spacing: 2px; } .post-author { text-align: center; } .author-image { width: 150px; height: 150px; margin: 1em auto; } .author-image img { border-radius: 150px; } .author-post-date { padding-bottom: 1em; } .author-social-link { border-top: 1px solid #d3d3d3; } .author-social-link ul li { display: inline-block; margin: 0.5em; } /* Recommended post ================================================== */ .allrounder-recommended-post { margin-top: 2em; border-top: 1px solid #d3d3d3; padding-top: 1em; } .recommended-post-title h3 { text-transform: uppercase; font-size: 2em; } /* Single category ================================================== */ /* Homepage 3 - category */ .allrounder-category-one { padding: 0; } .single-category-title-one { background: #056e76; padding: 3em 0; text-align: center; } .cat-title-one h2 { color: #FFFFFF; text-transform: uppercase; letter-spacing: 1px; } .single-category-one-archive { margin: 2em 0; } .category-archive-one-list { margin-bottom: 2em; } .category-archive-one-list figure { position: relative; } .category-archive-one-list .block-post-meta { position: absolute; right: 0; bottom: 0; } .category-archive-one-list .block-post-meta span { font-size: 0.9em; margin-right: 1em; } .category-archive-one-list .block-post-meta span a { color: #FFFFFF; } .cat-one-title-bg { background: #ebebeb; padding: 0.2em 0.5em; } .cat-one-title-bg h2 { color: #222; font-weight: bold; } .cat-one-content-bg { background: #FFF; padding: 0.2em 0.5em; } .cat-one-content-bg p { font-size: 0.9em; } .h1-category-trending { background: #e1dfdf; padding: 1em; } .h1-category-most-viewed { padding: 1em; } .h1-category-most-recent { background: #e1dfdf; padding: 1em; } .h1-category-trending .category-archive-one-list, .h1-category-most-viewed .category-archive-one-list, .h1-category-most-recent .category-archive-one-list { margin-bottom: 0; } .h1-category-trending-title { text-align: center; text-transform: uppercase; } .h1-category-trending-title h2 { font-size: 1.6em; } .h1-category-trending .cat-one-content-bg p { margin-bottom: 0; } /* Homepage 2 - category */ .allrounder-category-two { padding: 0; margin-bottom: 2em; } .single-category-title-two { background: #005e65; padding: 2em 0; } .cat-title-two h2 { color: #FFF; font-size: 2.5em; } .single-category-post-two { margin: 2em 0; } .h2-cat-child-thumb { width: 90px; height: auto; float: left; margin-right: 10px; } .h2-cat-title h3 { margin-bottom: 0.2em; line-height: normal; } .h2-cat-child-title h3 { font-size: 0.95rem; } .h2-cat-pagination-list li { display: inline-block; margin: 0 0.5em; } .h3-sub-category ul li { display: inline-block; margin-right: 15px; background: #222222; padding: 0em 1em; font-size: 10px; cursor: pointer; text-transform: uppercase; } .h3-sub-category ul li:hover { background: #005e65; } .h3-sub-category ul li a { color: #FFF; } .h3-category-item .block-post-title h2 { font-size: 1.5em; line-height: 1.5; } /* Homepage 3 - Single post ================================================== */ .h3-single-post { margin-top: 2em; } .h3-single-post .entry-category span { background: #005e65; padding: 0.1em 0.7em; color: #FFF; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; } .h3-single-post .entry-title h1 { line-height: normal; } .h3-single-post .entry-meta span strong { color: #222222; } .h3-single-post .entry-meta span { font-size: 12px; color: #a3a3a3; margin-right: 8px; } .h3-single-post .entry-tags ul li { display: inline-block; margin-right: 8px; } .h3-single-post .entry-tags ul li a { background: #78909C; border-radius: 50px; color: #FFF; padding: 0.5em 1em; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; } .h3-single-post .entry-tags ul li a:hover { background: #333; } .h3-single-post-navigation { color: #a3a3a3; } .h3-single-post-navigation .text-left { border-right: 1px solid #d3d3d3; } .h3-single-post-navigation nav { margin-bottom: 0.5em; } .previous-post h3, .next-post h3 { font-size: 1.2em; } .h3-post-author { border: 1px solid #d3d3d3; padding: 1em; } .h3-author-thumb { width: 120px; height: 120px; margin: 0 auto; } .h3-author-thumb img { border-radius: 150px; } /* Comments ================================================== */ .comment-avatar { width: 100px; height: 100px; float: left; margin-right: 15px; } .comment-avatar img { border-radius: 150px; } .comment-meta { position: relative; margin-bottom: 0.4em; } .comment-author { font-weight: bold; } .comment-date { color: #a3a3a3; font-size: 12px; position: absolute; right: 0; } .comment-reply a { color: #a3a3a3; } .comments-reply { margin-left: 5em; } .h1-comments-form { margin-bottom: 1em; } .comments-form .form-control { box-shadow: none; border: 1px solid #dadada; padding: 5px 20px; background: none; color: #959595; font-size: 14px; border-radius: 0; } .comments-form .form-control:focus { box-shadow: none; border: 1px solid #005e65; } .comments-btn { background: #005e65; text-transform: uppercase; letter-spacing: 1px; border-radius: 0; color: #FFF; padding-left: 1em; padding-right: 1em; font-size: 14px; } ol.comment-list > li { border-bottom: 1px solid #d3d3d3; padding-bottom: 1em; margin-bottom: 1em; } .comment-author.vcard img { border-radius: 100%; border: solid 1px #c5c5c5; } .comment-body { display: flex; display: -ms-flexbox; display: -webkit-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .comment-author.vcard { width: 100px; } footer.comment-meta { width: calc(100% - 100px); padding-left: 20px; } .comment-metadata.commentmetadata a.date-time-comment { width: 50%; float: left; text-align: right; color: #a3a3a3; font-size: 12px; } .comment-metadata.commentmetadata b.fn { width: 50%; float: left; } .comment-metadata.commentmetadata b.fn a { font-weight: bold; color: #212121; } .comment-content p { margin-bottom: 10px; } .reply.comment-reply-link a { color: #a3a3a3; } .comments-area ol.children { margin-left: 50px; padding: 20px 0; } h3#reply-title { font-size: 20px; margin-top: 20px; } h3#reply-title small a { font-size: 12px; color: #d02323; } form#commentform input#submit:hover { color: #509572; background: #fff; } form#commentform input#submit { background: #005e65; color: #fff; border-radius: 0; padding: 12px; text-transform: uppercase; border: solid 1px #005e65; cursor: pointer; } p.logged-in-as a { color: #005e65; } p.comment-form-comment textarea { border-radius: 0; } .comment-form input[type="text"] { width: 100%; box-shadow: none; border: 1px solid #dadada; padding: 5px 20px; background: none; color: #959595; font-size: 14px; border-radius: 0; height: 40px; } .rmp-main { text-align: left; border: solid 1px #f1f1f1; padding: 10px; } p.rmp-main-subtitle { line-height: 1; font-size: 13px; margin: 0; margin-top: 10px; } h2.rmp-main-title { margin: 0; font-size: 15px; line-height: 1; } ul#rmp-stars { margin: 0; margin-top: 10px; } /* Contact ================================================== */ .contact-body input { border-radius: 0; } .contact-body .form-control { box-shadow: none; border: 1px solid #dadada; padding: 5px 20px; background: none; color: #959595; font-size: 14px; border-radius: 0; } .contact-body .form-control:focus { box-shadow: none; border: 1px solid #005e65; } .contact-btn { background: #005e65; text-transform: uppercase; letter-spacing: 1px; border-radius: 0; color: #FFF; padding-left: 1em; padding-right: 1em; font-size: 14px; } /* Footer ================================================== */ /* Footer Head */ .footer-head { background: #005e65; padding-top: 0.5em; padding-bottom: 0.5em; } .footer-brand h2 { color: #FFF; margin-bottom: 0px; } .footer-social { display: flex; justify-content: flex-end; color: #FFF; font-size: 1.2em; } .footer-social span { margin-right: 1em; } ul.footer-social-icon { margin-bottom: 0px; } .footer-social-icon li { display: inline-block; margin-right: 1em; } .footer-social-icon li a { color: #FFF; } /* Footer Body */ .footer-body { padding: 1em 0; } .footer-widget-title h4 { color: #546E7A; } .footer-links li { margin-bottom: 0.8em; } .footer-links li a { color: #a3a3a3; } .footer-info-title h3 { color: #546E7A; margin-bottom: 0.5em; } .footer-info-contact { margin: 1em 0; } .footer-info-contact p { margin-bottom: 0; } .footer-info-download h5 { color: #546E7A; margin-bottom: 0.3em; } .footer-download-icons li { display: inline-block; font-size: 2em; margin-right: 1em; color: #546E7A; } .footer-sub-title h5 { color: #546E7A; } .footer-sub-form .form-inline { flex-flow: nowrap; } .footer-sub-form .form-group { margin-bottom: 0; } .footer-sub-form input { border: 2px solid #005e65; border-top-left-radius: 50px; border-bottom-left-radius: 50px; background: transparent; padding: 1.2em 1em; } .footer-sub-form button { background: #005e65; border-top-right-radius: 50px; border-bottom-right-radius: 50px; color: #f9f9f9; text-transform: uppercase; font-weight: bold; font-size: 1em; padding: 0.7em 1em; } /* Footer */ .footer { font-size: 0.9em; color: #546E7A; border-top: 1px solid #d3d3d3; padding-top: 1rem; } .footer-menu > li { display: inline-block; margin: 0 0.5em; } .footer-menu li a { color: #a3a3a3; } /* Scroll bar ================================================== */ .slider-right::-webkit-scrollbar { width: 10px; } /* Track */ .slider-right::-webkit-scrollbar-track { background: rgba(0,0,0,0.2); } /* Handle */ .slider-right::-webkit-scrollbar-thumb { background: #222; border-radius: 150px; } /* Handle on hover */ .slider-right::-webkit-scrollbar-thumb:hover { background: #555; } /* Media queries ================================================== */ @media(min-width: 1366px) { .container, .h3-category-post .widget.widget_media_image { width: 100%; max-width: 1228px; margin: 0 auto; } } @media (min-width: 1900px) { .container, .h3-category-post .widget.widget_media_image { max-width: 1600px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ .footer-brand { text-align: center; } .footer-social { margin: 0.5em 0; justify-content: center; } } @media only screen and (max-width: 768px) { #top-navigation .date-meta { text-align: center; padding-bottom: 1em; } #top-navigation .social-meta { text-align: center; } .h1-featured-post .post-thumb { height: 275px; } .h1-featured-post .block-post-title h2 { font-size: 1.5em; } .h1-lg-cat-block-one { margin-bottom: 2em; } .h1-cat-block-post-slider-one { height: auto; } .slider-left { width: 100%; } .slider-right { float: none; width: 100%; height: 300px; } .h1-lg-cat-three-left.col-md-6 { padding-left: 0; } .h1-lg-cat-three-right.col-md-6 { padding-right: 0px; padding-left: 0px; } .h1-lg-cat-block-three-relative figure { height: auto; } .h1-lg-cat-block-three-relative .bg-overlay { width: 100%; } .h1-cat-post-slider-two img { height: auto; } .abs-ft-meta { padding-bottom: 0; } .relative-post-content .block-post-excerpt { margin-bottom: 2em; } .relative-post-content .post-thumb { height: auto; } .h1-slider-abs-content { padding: 0.5em; } .h1-slider-abs-content h2 { font-size: 1.3em; } .h3-lg-slider-featured { width: 100%; margin-bottom: 2px; } .h3-sm-featured { width: 100%; } .h3-popular-post .h3-lg-cat-block-two .post-content { padding: 0 1em; } .h3-trending-post-sidebar-widget.sidebar-widget { margin-bottom: 0; } .allrounder-single-content-one .entry-title h1 { font-size: 2em; line-height: normal; } .single-post figure { height: auto; } .owl-nav { font-size: 2em; } .trending-slide-item figure { margin-left: 30px; } .owl-nav .owl-prev { margin-left: 0em; } .owl-nav .owl-next { margin-right: 0em; } .footer-brand { text-align: center; } .footer-social { margin: 0.5em 0; justify-content: center; } .h1-c-tw.carousel-control-prev { margin-left: -3em; } .h1-c-tw.carousel-control-next { margin-right: -3em; } } .widget-title-one { border-bottom: solid 2px #005e65; margin-bottom: 40px; } .widget-title-one h2.widget-title, .sidebar h2.widget-title { background: #005e65; display: inline-block; padding: 3px 10px 1px 10px; color: #fff; margin: 0; line-height: 2; font-size: 14px; text-transform: uppercase; } span.slider-date { color: white; } div#featuredCarousel figure.post-thumb, .h3-sm-featured figure.post-thumb{ position: relative; } div#featuredCarousel figure.post-thumb:after, .h3-sm-featured figure.post-thumb:after{ position: absolute; content: ""; background: rgba(0,0,0,0.4); top: 0; left: 0; width: 100%; height: 100%; } .h3-video-block-title h2.widget-title { color: #333333; background: #F0FFF0; display: inline-block; padding: 0 20px; } .bm-yvpl { width: 100%; padding: 0 16px; } .h3-cat-block-3-col-post { margin-top: 10px; } .h3-category-post .widget.widget_media_image { padding: 0 15px; } footer.allrounder-news-footer h2.widget-title { color: #546E7A; font-size: 18px; line-height: 28px; } footer.allrounder-news-footer .footer-widget-four h2.widget-title { font-size: 25px; margin-bottom: 15px; } .footer-widget-four svg { margin-right: 5px; } footer.allrounder-news-footer .widget_newsletterwidgetminimal h2.widget-title { color: #546E7A; font-size: 14px; margin-bottom: 5px; } .tnp-widget-minimal input.tnp-submit{ width: 30%; height: 45px; background: #005e65; border: solid 1px #005e65; border-radius: 0 30px 30px 0; cursor: pointer; } .tnp-widget-minimal input.tnp-email { width: 70%; height: 45px; border-radius: 30px 0 0 30px; border: solid 2px #005e65; } .tnp-widget-minimal input.tnp-email:focus { outline: none; } .widget.widget_nav_menu ul li { margin-bottom: 0.8em; } .widget.widget_nav_menu ul li a { color: #a3a3a3; } .widget-area ul li a { font-size: 16px; color: #a3a3a3; } .widget-area ul li a:hover { color: #005e65; } .widget-area ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid 1px #e8e8e8; } .widget-area section.widget { padding-top: 20px; } .tagcloud a { color: #005e65; } .single-post-breadcrumb { padding: 10px 0 30px 0; } body.single .single-post-breadcrumb { padding: 5px 0 0px 0; } div#allrounder-news-breadcrumb a:first-child { color: #005e65; } footer#colophon { margin-top: 30px; } .pages-search-form form.search-form label { display: inline; } .pages-search-form input.search-field { width: 300px; height: 45px; border-radius: 0; padding-left: 10px; } .pages-search-form input.search-field::placeholder { color: #005e65; } input.search-field:focus::placeholder { color: #005e65; } .widget input.search-field:focus { background: #fff; color: #005e65; } .pages-search-form input.search-submit { background: #005e65; font-size: 15px; width: 10px; line-height: 1; width: 100px; height: 45px; position: relative; display: inline; transform: none; right: 0; padding: 0; border-radius: 0; border: solid 1px #005e65; color: #fff; text-transform: uppercase; } .pages-search-form input.search-submit:hover { background: #fff; color: #005e65; } nav#footer-navigation ul ul { display: none; visibility: hidden; opacity: 0; position: absolute; bottom: 100%; left: -7px; box-shadow: 0 0 3px 0 #84848463; } nav#footer-navigation li { position: relative; } nav#footer-navigation ul li:hover > ul { display: block; visibility: visible; opacity: 1; } nav#footer-navigation ul.sub-menu li { width: 200px; background: white; padding: 10px; } nav#footer-navigation ul ul ul { bottom: 50%; left: 100%; } .widget.widget_nav_menu ul.sub-menu { padding-top: 10px; } aside.widget-area .widget.widget_nav_menu ul li { border: none; } aside.widget-area .widget.widget_nav_menu ul li.menu-item-has-children { margin-bottom: 0; padding-bottom: 0; } aside.widget-area .widget.widget_nav_menu ul.sub-menu { padding-top: 20px; } .site-info a { color: #005e65; } .nav-links a, .nav-links span { border: solid 1px #005e65; padding: 12px 10px 10px 10px; min-width: 40px; min-height: 40px; display: inline-block; text-align: center; line-height: 1; color: #fff; background: #005e65; font-size: 15px; text-transform: uppercase; -webkit-transition: all ease 0.4s; -ms-transition: all ease 0.4s; -moz-transition: all ease 0.4s; transition: all ease 0.4s; margin-right: 5px; } .nav-links a:hover, .nav-links span { background: #fff; color: #005e65; cursor: pointer; } .nav-links span:hover { background: #005e65; color: #fff; } span.ar-submenu { display: none; position: absolute; right: 10px; top: 11px; border: solid 1px white; height: 25px; width: 25px; font-size: 15px; line-height: 25px; } .ar-submenu.ar-submenu-open { transform: rotate(90deg); } .nav-links, .pages-search-form { margin-bottom: 50px; } .widget.widget_nav_menu span.ar-submenu { display: none; } #footer-menu span.ar-submenu { display: none; } .ratings { position: relative; vertical-align: middle; display: inline-block; color: #fff; overflow: hidden; } .full-stars{ position: absolute; left: 0; top: 0; white-space: nowrap; overflow: hidden; color: #222; } .empty-stars:before, .full-stars:before { content: "\2605\ \2605\ \2605\ \2605\ \2605"; font-size: 14pt; } .empty-stars:before { -webkit-text-stroke: 1px #222; } .full-stars:before { -webkit-text-stroke: 1px #222; } /* Webkit-text-stroke is not supported on firefox or IE */ /* Firefox */ @-moz-document url-prefix() { .full-stars{ color: #222; } } /* IE */ /* Desktops and laptops ----------- */ @media only screen and (min-width : 1224px) { /* Styles */ } /* Large screens ----------- */ @media only screen and (min-width : 1824px) { /* Styles */ } @media (min-width: 992px){ button.navbar-toggler { display: none; } } @media (max-width: 992px){ span.ar-submenu { display: block; } div#toggle{ display: block; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { display: none; left: 0 !important; } .main-navigation ul ul li { padding: 0; } .main-navigation ul ul li a { font-size: 1.1em; } .main-navigation ul ul li:hover > a { color: #ffffff; } .main-navigation ul ul li:hover { background: none; } .main-navigation ul ul{ float: none; box-shadow: none; visibility: visible; opacity: 1; } .main-navigation ul#primary-menu { z-index: 999; top: 100%; background: #005e65; width: 80%; left: 50%; transform: translatex(-50%); } li.menu-item-has-children:after{ display: none; } ul#primary-menu { display: none; position: absolute; } .main-navigation li a { border-top: solid 1px #fff; margin: 0; padding: 10px 0; } .main-navigation li { display: block; float: none; text-align: center; padding: 0; } .main-navigation ul ul { position: relative; width: 100%; } .main-navigation ul ul a { width: 100%; } .main-navigation ul ul ul { left: 0; } .main-menu-wrap { width: 50%; } .ar-header-search { width: 50%; } } @media ( max-width: 500px ){ .main-navigation ul#primary-menu { z-index: 999; top: 100%; background: #005e65; width: 100%; left: 50%; transform: translatex(-50%); } }