/*
Theme Name: FijiTimes
Author: Philippe Bailey
Description: FijiTimes wordpress theme developed by PageSuite
Version: 0.0.1
*/

/* Start of browser reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of browser reset */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
	font-family: 'Libre Franklin', sans-serif;
}

img {
	display: block;
}

input {
	-webkit-appearance: none;
	border-radius: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.full-site-container {
	margin-top: 40px;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

body.search.search-results {
    margin-bottom: 0px;
}

.four-oh-four-area h1 {
	font-size: 45px;
	line-height: normal;
	margin: 0px auto 25px auto;
	text-align: center;
}

.four-oh-four-area p {
	font-size: 18px;
	line-height: normal;
	text-align: center;
	margin-bottom: 25px;
}

.four-oh-four-area a {
	font-weight: bold;
	color: #000;
}

.four-oh-four-area a:active, .four-oh-four-area a:focus, .four-oh-four-area a:hover {
	text-decoration: underline;
	color: #000;
}

.archive-search-form p {
	display: none;
	position: absolute;
	bottom: 12px;
}

.search-archives {
	position: relative;
}

.single-cat-full {
	float: left;
	width: 100%;
}

.archive-row {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 25px;
}

.archive-post-container {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	margin-right: -4px;
	flex: 1;
}

.archive-post {
	width: calc(100% - 25px);
	display: inline-block;
	border-bottom: 1px solid #929292;
	margin-right: 25px;
	flex: 1;
	position: relative;
}

.archive-post h2 {
	margin-bottom: 30px;
}

.archive-post h2 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 15px;
	display: block;
}

.archive-post p {
	display: block;
	position: absolute;
	bottom: 15px;
	font-size: 14px;
	color: #929292;
}

.archive-post p span {
	font-weight: bold;
}

.archive-search-form form {
	width: 100%;
	display: block;
	position: relative;
}

.archive-search-form form input[type="text"] {
	height: 40px;
	border: 0;
	width: 100%;
	padding-right: 60px;
	padding-left: 10px;
	font-size: 18px;
}

.archive-search-form form button {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	float: right;
	border: 0;
	outline: 0;
	padding: 0px;
	background-image: url('https://www.fijitimes.com/wp-content/uploads/2019/03/Search1.png');
	background-color: #0db4fb;
	cursor: pointer;
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 3px;
}

.search-archives {
	background-color:#eaeaea;
	padding: 20px 10px;
	margin-bottom: 25px;
	position: relative;
}

.archive-search-form p {
	display: none;
	position: absolute;
	bottom: 14px;
	font-size: 14px;
}

.archive-search-form {
	display: inline-block;
	margin-left: 15px;
	width: calc(100% - 175px);
}

.archive-cats {
	display: inline-block;
}

.archive-cats select {
	border: 0;
    height: 40px;
    width: 150px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 4px;
}

.top-menu {
	background-color: #3c3c3b;
	position: fixed;
	height: 40px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
}

.top-menu-left {
	display: inline-block;
}

.sections-btn a:after {
	content: "All Sections";
}

.search-btn a:after {
	content: "Search";
}

.top-menu-left .sections-btn, .top-menu-left .search-btn {
	display: inline-block;
	margin-right: 5px;
}

.sections-btn img, .search-btn img {
	display: inline-block;
	margin: 2px 7px -1px 0px;
}

.sections-btn img {
	height: 15px;
	width: 18px;
}

.search-btn img {
	height: 18px;
	width: 18px;
}

.top-menu-right .e-edition-btn, .top-menu-right .sign-in-btn, .top-menu-right .subscribe-btn {
	display: inline-block;
	margin-right: 5px;
}

.top-menu-right {
	float: right;
}

.top-menu a {
	color: #fff;
	font-size: 16px;
	padding: 7px 5px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
}

.top-menu-right .subscribe-btn a {
	background-color: #9c1006;
	padding: 12px 10px;
}

.top-menu a:hover, .top-menu a:active, .top-menu a:focus {
	text-decoration: underline;
	color: #fff;
}

.container {
	width: 991px;
	margin: auto;
}

.mobile-menu .menu-primary-navigation-container {
	border: 0px;
	height: calc(100% - 146px);
}

.menu-primary-navigation-container {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	text-align: center;
}

.navigation .menu {
	margin: 0px auto 4px auto;
	display: inline-block;
}

.navigation .menu li {
	display: inline-block;
	margin: 0px 5px;
}

.navigation .menu li a {
	display: block;
	padding: 5px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.fiji-logo {
	margin: 10px auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.fiji-logo img {
	margin: auto;
	display: inline-block;
}

.fiji-logo a {
	display: inline-block;
}

.banner-google-728, .banner-google-728-bottom {
	width: 100%;
	display: inline-block;
	margin: 15px auto 25px auto;
	text-align: center;
	position: relative;
	z-index: 100;
}

.banner-google-728 img, .banner-google-728-bottom img {
	margin: auto;
	display: block;
	width: 728px;
	height: 90px;
}

.header-title {
	font-size: 20px;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.section-cat {
	color: #00bff2;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

.section-date {
	font-size: 12px;
	color: #616161;
	padding-bottom: 12px;
}

.latest-news, .homepage-section2 {
	width: 671px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.e-edition-sidebar {
	width: 300px;
	float: right;
}

.latest-news-top, .latest-news-bottom, .homepage-section2-top {
	width: 100%;
	display: inline-block;
}

.latest-news-bottom-block {
	width: 100%;
}

.latest-news-main {
	float: left;
	width: 66.66%;
}

.latest-news-sidebar {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 20px;
}

.latest-news-sidebar h2 a, .latest-news-bottom-block h2 a, .trending-sidebar h2 a, .trending-sidebar-mobile h2 a, .homepage-section2-bottom-block h2 a, .homepage-section2-sidebar h2 a {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 8px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}

.latest-news-sidebar .news-article {
	margin-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	max-height: 125px;
}

.headline-title {
	font-size: 24px;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #000;
	text-transform: capitalize;
}

.relatedposts .headline-title {
	position: absolute;
	top: -10px;
}

.inverted-headline-title {
	font-size: 24px;
	border-bottom: 1px solid #535353;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #fff;
}

.latest-news-main .news-article {
	margin-right: 20px;
	max-height: 545px;
}

.latest-news-main .news-article img {
	margin-bottom: 15px;
}

.latest-news-main .news-article h1 {
	margin-bottom: 15px;
}

.latest-news-main .news-article h1 a {
	font-size: 33px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.homepage-section2-main .news-content h1 a {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.homepage-section2-main .news-content p, .homepage-section2-bottom-block .news-article p, .no-img-excerpt {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.latest-news-bottom .news-article {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	position: relative;
}

.latest-news-bottom-block .section-cat {
	margin-top: 10px;
}

.todays-edition {
	background-color: #eaf7fd;
	padding: 10px;
	display: inline-block;
	border-bottom: 10px solid #0ab7ef;
	margin-bottom: 20px;
}

.edition-img {
	padding: 5px;
	width: 131px;
	float: left;
}

.subscribe-box {
	padding: 15px 10px;
	float: right;
	width: 146px;
}

.subscribe-box h4 {
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    color: #3c3c3b;
}

.todays-paper, .more-articles-btn {
	background-color: #fff;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 15px;
}

.subscribe-today {
	background-color: #9c1006;
	color: #fff;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 15px;
}

.app-download {
	display: inline-block;
	width: 100%;
}

.app-download img {
	width: 131px;
	height: 40px;
}

.ios-dl {
	display: inline-block;
	margin: 5px 7px 0px 0px;
}

.android-dl {
	display: inline-block;
	margin: 5px 0px 0px 7px;
}

.newspaper-subscribe {
	margin-bottom: 20px;
}

.newspaper-subscribe a {
	display: inline-block;
}

.newspaper-subscribe img {
	width: 300px;
	height: 89px;
}

.motor-read a {
	display: inline-block;
}

.motor-read {
	margin-bottom: 20px;
}

.excahnge-calc a {
	display: inline-block;
}

.exchange-calc, .exchange-calc-mobile {
	margin-bottom: 20px;
	position: relative;
	border-bottom: 10px solid #0ab7ef;
}

.exchange-calc-mobile img {
	width: 100%;
}

.exchange-calc img {
	width: 300px;
	height: 211px;
}

.exchange-calc form, .exchange-calc-mobile form {
	position: absolute;
	top: 0px;
	margin: 86px 5px 5px 5px;
	background-color: #eaeaea;
}

.exchange-calc form label, .exchange-calc-mobile form label {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	padding: 10px 8px 0px 8px;
	font-size: 14px;
}

.exchange-calc form label input, .exchange-calc form label select, .exchange-calc-mobile form label input, .exchange-calc-mobile form label select {
	width: 100%;
	background-color: transparent;
	border: 2px solid #ff0024;
	border-radius: 4px;
	padding: 6px 4px;
	margin-top: 2px;
}

.exchange-calc form label .calc-submit, .exchange-calc-mobile form label .calc-submit {
	background-color: #ff0024;
	color: #fff;
	font-weight: 600;
	outline: 0;
	cursor: pointer;
}

.exchange-calc form .ec-bottom-inputs label, .exchange-calc-mobile form .ec-bottom-inputs label {
    padding: 4px 8px 10px 8px;
}

.banner-google-300 {
	margin-bottom: 20px;
}

.trending-sidebar .news-article {
	border-bottom: 1px solid #d4d4d4;
}

.trending-sidebar h2 {
	padding-left: 45px;
}

.trending-sidebar ol li {
	position: relative;
	counter-increment: step-counter;
}

.trending-sidebar ol li:before {
	position: absolute;
	top: 15px;
	left: 0px;
	content: counter(step-counter);
	font-size: 28px;
	color: #7f7f7f;
	font-weight: bold;
}

.trending-sidebar .headline-title {
	margin-bottom: 0px;
}

.trending-sidebar .news-article {
	padding: 15px 0px;
}

.homepage-section2-main {
	width: 100%;
	float: left;
}

.homepage-section2-main .news-img {
	float: left;
	width: calc(66.66% - 20px);
	margin-right: 20px;
}

.homepage-section2-main .news-content {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	height: 285px;
	overflow: hidden;
}

.homepage-section2-main .news-article {
	display: inline-block;
	width: 100%;
}

.latest-news-bottom-block, .homepage-section2-sidebar, .homepage-section2-bottom .homepage-section2-bottom-block {
	display: inline-block;
}

.homepage-section2-bottom-block {
	width: calc(66.66% - 20px);
	margin-right: 20px;
}

.homepage-section2-bottom-block .news-article {
	width: calc(50% - 10px);
	float: left;
	margin-right: 20px;
}

.homepage-section2-bottom-block .news-article-box1 {
	margin-right: 0px;
}

.homepage-section2-bottom-block .news-article img {
	margin-bottom: 10px;
}

.homepage-section2-bottom-block {
	width: calc(66.66% - 20px);
	margin-right: 20px;
	float: left;
}

.homepage-section2-sidebar {
	width: calc(33.33% - 20px);
	margin-right: 20px;
	float: left;
}

.homepage-section2-sidebar .news-article {
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.video-gallery, .image-gallery {
	display: inline-block;
	background-color: #313131;
	width: 66.66%;
	margin-right: 20px;
	margin-bottom: 32px;
	position: relative;
}

.video-gallery {
	padding-bottom: 20px;
}

.video-article, .image-article {
	width: calc(33.33% - 30px);
	float: left;
	margin: 15px;
}

.video-article-all {
	width: calc(33.33% - 10px);
	float: left;
	margin-bottom: 15px;
}

.img-box-wrapper {
	display: block;
}

.img-box-wrapper a {
	display: block;
}

.img-box-wrapper-all {
	display: block;
}

.img-box-wrapper img {
	width: 190px;
	height: 143px;
}

.img-box-wrapper-all img {
	width: 209px;
	height: 157px;
}

.img-box-wrapper-all a {
	display: block;
}

.latest-videos .img-box-wrapper-all img {
	width: 214px;
	height: 160px;
}

.image-gallery {
	margin-bottom: 12px;
}

.video-article h2, .image-article h2, .video-article-all h2 {
	margin-top: 12px;
	display: block;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
}

.video-article h2 a, .image-article h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.video-article-all h2 a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.video-gallery .inverted-headline-title, .image-gallery .inverted-headline-title {
	padding: 15px 5px 8px 15px;
}

.see-all-videos, .see-all-images {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 18px;
	right: 15px;
	text-decoration: none;
	font-weight: 600;
}

.see-all-videos:hover, .see-all-videos:focus, .see-all-videos:active, .see-all-images:hover, .see-all-images:focus, .see-all-images:active {
	text-decoration: underline;
	color: #fff;
}

.trending-sidebar {
	margin-bottom: 20px;
}

.footer-top {
	background-color: #434343;
	height: 45px;
	width: 100%;
}

.footer-bottom {
	background-color: #313131;
	height: auto;
	width: 100%;
}

.footer-fiji-logo {
	padding: 9px 0px 6px 0px;
	display: inline-block;
}

.footer-fiji-logo img {
	width: 167px;
	height: 30px;
}

.footer-signups {
	padding: 14px 0px 15px 0px;
	float: right;
}

.footer-signups ul .footer-extras ul {
	list-style-type: none;
}

.footer-signups ul li, .footer-extras ul li {
	display: inline-block;
	padding: 0px 10px;
}

.footer-extras ul li {
	border-left: 1px solid #fff;
	text-align: right;
}

.footer-signups ul li a, .footer-extras ul li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
}

.footer-signups ul li a:hover, .footer-signups ul li a:active, .footer-signups ul li a:focus, .footer-extras ul li a:hover, .footer-extras ul li a:active, .footer-extras ul li a:focus {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom {
	padding: 20px 0px;
}

.footer-social {
	width: 290px;
	float: left;
	margin-right: 15px;
}

.footer-social p, .footer-app-download p, .footer-copyright {
	color: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.footer-social a {
	display: inline-block;
	margin-right: 5px;
}

.footer-app-download {
	width: 255px;
	float: left;
}

.footer-app-download a {
	display: inline-block;
}

.footer-app-download img {
	width: 120px;
	height: 40px;
}

.footer-extras {
	float: right;
	width: 400px;

}

.footer-extras ul {
	text-align: right;
	margin-bottom: 30px;
	margin-top: 5px;
}

.footer-bottom-left {
	width: 590px;
	display: inline-block;
}

.footer-extras .footer-first-btn {
	border: 0px;
}

.footer-extras .footer-last-btn {
	padding: 0px 0px 0px 10px;
}

.footer-extras .footer-first-btn {
	padding: 0px 10px 0px 0px;
}

.footer-copyright {
	text-align: right;
}

.footer-signups .last-btn {
	padding: 0px 0px 0px 10px;
}

.mobile-menu {
	position: fixed;
	top: 0px;
	left: -500px;
	width: 400px;
	height: 100%;
	background-color: #434343;
	z-index: 1000;
}

.mobile-menu a {
	display: inline-block;
}

.navigation .menu .sub-menu-open {
	display: none;
}

.main-menu a {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	width: calc(100% - 46px);
	float: left;
}

.main-menu .sub-menu-open {
	width: 30px;
	height: 30px;
	border: 1px solid #595959;
	border-radius: 8px;
	padding: 8px;
	margin: 8px 0px 8px 4px;
}

.main-menu .sub-menu .sub-menu-open {
	display: none;
}

.sub-menu {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease-out;
	float: left;
	width: 100%;
}

.mobile-menu .sub-menu li {
	width: 80%;
	border-bottom: 0px;
	border-top: 1px solid #595959;
}

.main-menu .sub-menu a {
	color: #7a7a7a;
	text-decoration: none;
	width: 100%;
}

.mobile-menu .menu-primary-navigation-container .main-menu {
	height: 100%;
	overflow: auto;
}

.main-menu {
	margin-left: 25px;
}

.main-menu li {
	position: relative;
	display:inline-block;
	width: 100%;
	border-bottom: 1px solid #595959;
}

.subscribe-btn-menu {
	width: 340px;
    margin: 0px 30px 20px 30px;
    background-color: #9c1006;
    display: block;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.fiji-logo-menu {
	margin: 20px 0px 30px 30px;
}

.close-btn-menu {
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	z-index: 900;
	cursor: pointer;
}

.single-cat, .contact-info-area {
	display: inline-block;
	width: 671px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.single-cat-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.single-cat-top .news-img {
	float: left;
	width: calc(66.66% - 20px);
	margin-right: 20px;
}

.single-cat-top .news-content {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 20px;
}

.single-cat-top .full-news-content {
	float: left;
	width: calc(100% - 20px);
	margin-right: 20px;
}

.single-cat-top .news-content p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

.single-cat-top .full-news-content p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

.single-cat-top .news-content h1 {
	margin-bottom: 10px;
}

.single-cat-top .full-news-content h1 {
	margin-bottom: 10px;
}

.single-cat-top .news-content h1 a {
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.single-cat-top .full-news-content h1 a {
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.single-cat-article {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 10px;
}

.contact-info-area h1 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.single-cat-article h2 {
	padding-bottom: 8px;
}

.single-cat-article h2 a {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #000;
}

.single-cat-article p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.single-cat-article img {
	float: right;
	height: 200px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.single-cat-article .news-article-img-box {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.single-cat-article .section-cat {
	margin-bottom: 5px;
}

.contact-find-us {
	border: 1px solid #d4d4d4;
	display: inline-block;
	width: 100%;
}

.social-icons img {
	width: 40px;
	height: 40px;
	padding: 2px;
}

.find-us-content {
	display: inline-block;
	width: auto;
	padding: 15px;
}

.find-us-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.find-us-content p {
	margin-bottom: 10px;
	font-size: 16px;
}

.find-us-content a {
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}

.find-us-content a img {
	display: inline-block;
	margin-bottom: -12px;
	margin-right: 10px;
}

.find-us-map {
	float: right;
	width: calc(100% - 200px);
}

.find-us-map iframe {
	float: right;
}

.contact-info-box {
	background-color: #eaf7fd;
	padding: 15px;
	float: left;
	width: calc(50% - 12px);
	margin: 0px;
	height: 150px;
	margin: 24px 0px 0px 0px;
}

.contact-info-area .left-box {
	margin: 24px 24px 0px 0px;
}

.contact-info-box h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}

.contact-info-box span {
	font-weight: 600;
}

.contact-info-box p {
	margin-bottom: 10px;
}

.footer {
	display: inline-block;
	width: 100%;
}

.contact-info-box .second-number {
	font-weight: normal;
	margin-left: 58px;
}

.breadcrumbs ul li {
	color: #00bff2;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.single-cat-header h1 {
	font-size: 34px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 40px;
}

.single-cat-header .header-extras {
	border-bottom: 1px solid #d4d4d4;
	margin: 15px 0px;
}

.single-cat-header .header-extras p {
	display: inline-block;
	color: #8a8a8a;
}

.single-cat-header .header-extras .byline {
	text-transform: uppercase;
	position: relative;
	margin-right: 15px;
}

.single-cat-header .header-extras .byline:after {
	content: "|";
	position: absolute;
	right: -17px;
	top: 0px;
	width: 12px;
	height: 12px;
	margin-left: 10px;
}

.single-cat-header .header-extras .header-social {
	float: right;
	margin-top: -10px;
}

.single-cat-header .header-extras .header-social a {
	float: left;
	margin-right: 4px;
}

.single-cat-header .header-extras .header-social div {
	float: left;
	margin-right: 4px;
	cursor: pointer;
}

.single-post-article {
	width: 671px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	min-height: 570px;
}

.single-cat-image {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.single-cat-image img {
	width: 100%;
}

.img-caption {
	position: absolute;
    bottom: 0px;
    background-color: #eaeaea;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
	border: 1px solid #d4d4d4;
}

.single-cat-content {
	padding: 0px 0px 15px 0px;
}

.single-cat-content p {
	font-size: 16px;
	line-height: 24px;
}

.single-cat-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.single-cat-content .wp-caption {
	width: 100% !important;
}

.single-cat-content iframe {
	width: 100%;
}

.single-cat-content table {
	width: 100%;
}

.content-footer-social {
	display: inline-block;
	margin-bottom: 25px;
}

.content-footer-social div {
	display: inline-block;
	cursor: pointer;
}

.single-cat-extras .jp-relatedposts-headline {
	width: 100%;
}

.single-cat-extras .jp-relatedposts-headline em {
	font-size: 24px;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #000;
	text-transform: capitalize;
	font-weight: normal !important;
	margin-bottom: 0px !important;
	display: inline-block;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #000;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 22px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #000;
	text-decoration: none !important;
}

.cat-related {
	color: #00bff2;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	opacity: 1 !important;
	position: relative;
	margin-right: 10px;
}

.more-stories .story-list li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0px;
	font-size: 14px;
	display: inline-block;
}

.more-stories .story-list li {
	border-bottom: 1px solid #d4d4d4;
}

.more-stories .story-list {
	margin-bottom: 25px;
}

.more-stories {
	margin-top: -10px;
}

.news-article a {
	display: block;
}

.todays-edition-mobile {
	background-color: #eaf7fd;
	padding: 10px;
	display: none;
	border-bottom: 10px solid #0ab7ef;
	margin-bottom: 20px;
	position: relative;
}

.newspaper-subscribe-mobile {
	display: none;
}

.newspaper-subscribe-mobile img {
	width: 100%;
}

.exchange-calc-mobile {
	display: none;
}

.banner-google-300-mobile {
	display: none;
}

.homepage-section2-main .news-content .section-cat, .homepage-section2-bottom-block .news-article .section-cat {
	font-size: 10px;
}

.image-article img {
	width: 100%;
}

.mobile-footer {
	display: none;
}

.mobile-social-follow a, .mobile-download-app a {
	padding: 0px !important;
	margin: 2px 5px 0px 10px;
	float: left;
}

.signup-area {
	width: 600px;
	margin: 0px auto 20px auto;
	background-color: #d4d4d4;
	padding: 50px;
}

.signup-box {
	display: inline-block;
	width: 100%;
}

.signup-box h1, .forgot-pw-box {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	margin: 5px 0px 15px 0px;
}

.feup-pure-form-aligned .feup-pure-control-group label {
	padding: 10px 0px;
}

.feup-pure-form input[type=text], .feup-pure-form input[type=password], .feup-pure-form input[type=email], .feup-pure-form input[type=date], .feup-pure-form input[type=datetime-local], .feup-pure-form input[type=number], .feup-pure-form input[type=file], .feup-pure-form select, .feup-pure-form textarea {
	width: 320px !important;
}

.banner-google-300-mobile iframe {
	margin: auto;
	display: block;
}

.trending-sidebar-mobile {
	display: none;
	float: left;
	padding: 0px 10px;
}

.trending-sidebar-mobile ol {
	float: left;
}

.forgotten-area {
	width: 600px;
	margin: 0px auto 20px auto;
	background-color: #d4d4d4;
	padding: 50px;
}

.forgotten-box {
	display: inline-block;
	width: 100%;
}

.signup-box img {
	margin: auto;
}

.forgotten-box img {
	margin: auto;
}

.forgotten-box p, .forgotten-box ul {
	font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    list-style: disc;
}


.signup-box .register-now {
	display: inline-block;
	margin-top: 36px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}

.signup-top {
	float: left;
	padding-bottom: 15px;
	border-bottom: 2px solid #bfbfbf;
	position: relative;
	width: 100%;
}

.ewd-feup-login-form-div {
	float: left;
	width: 100%;
}

.forgot-pw {
	position: absolute;
	bottom: 25px;
	right: 10px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.ewd-feup-submit {
	position: absolute;
	left: 10px;
	bottom: 25px;
	background-color: #00bff2 !important;
	border: 0px;
	outline: 0;
	font-size: 16px !important;
	padding: 15px 35px !important;
	border-radius: 6px !important;
}

.register-btn {
	background-color: #9c1006;
	padding: 15px 35px;
	border-radius: 6px;
	font-size: 16px;
	border: 0px;
	outline: 0;
	display: inline-block;
	margin-top: 35px;
	margin-left: 55px;
	color: #fff;
	text-decoration: none;
}

.signup-bottom-left {
	float: left;
	width: 300px;
}

.signup-bottom-right {
	float: left;
	width: 200px;
}

.feup-pure-control-group {
	width: 100%;
}

.fiji-signin-form, .fiji-forgotten-form {
	float: left;
	width: 100%;
}

.fiji-signin-form input, .fiji-forgotten-form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0px 5px 5px;
	outline: 0px;
	font-weight: 600;
	height: 40px;
	font-size: 15px;
}

.fiji-signin-form input::placeholder, .fiji-forgotten-form input::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

.fiji-signin-form input:-ms-input-placeholder, .fiji-forgotten-form input:-ms-input-placeholder {
	color: #a8a8a8;
}

.fiji-signin-form input::-ms-input-placeholder, .fiji-forgotten-form input::ms-input-placeholder {
    color: #a8a8a8;
}

#signinSubmit, #forgottenSubmit, #changePWSubmit, #registerSubmit {
	width: 130px;
	background-color: #00bff2;
	border-radius: 8px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

#fijiRegisterForm #registerSubmit {
	color: #fff;
}

.latest-videos {
	display: inline-block;
	width: 100%;
}

.latest-video-row {
	display: flex;
	display: -webkit-flex;
}

.video-article, .video-article-all {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.video-article-single {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

.video-gallery-all .video-article-single {
	max-width: 214px;
}

.video-gallery-all .video-article-single:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}

.video-area, .image-area {
	width: 671px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.video-gallery-all {
	width: 100%;
	display: inline-block;
}

.image-area .ngg-album-compact {
	padding: 0px !important;
	position: relative;
	width: calc(33.33% - 10px);
	margin-bottom: 15px !important;
}

.image-area .ngg-album-compactbox {
	padding: 0px !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.image-area .ngg-album-compactbox:after, .ngg-album-compactbox:before {
	content: none !important;
}

.image-area .ngg-album-compactbox img {
	border: 0px !important;
	width: 100%;
}

.image-area .ngg-album-compact h4 .ngg-album-desc {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 600;
	max-width: 100% !important;
}

.image-area .ngg-album-compact h4 {
	margin-top: 12px;
	height: 40px;
}

.image-area .ngg-album-gallery-image-counter {
    width: 75px;
    height: 30px;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 100px;
    right: 10px;
    z-index: 100;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    font-size: 13px;
    text-align: center;
}

.search-box {
	width: 991px;
	height: 115px;
	background-color: #eeeeee;
	margin: auto;
	position: fixed;
	top: 50px;
	left: 0px;
	right: 0px;
	z-index: 950;
	display: none;
}

#searchform {
	width: 400px;
	margin: 15px auto 0px auto;
}

#searchform label {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}

#searchform input[type="search"] {
	width: 360px;
	display: inline-block;
	margin: 10px 0px;
	border: 0px;
	height: 40px;
	padding: 8px;
	outline: 0;
}

#searchform input[type="submit"] {
	width: 40px;
	height: 40px;
	float: right;
	margin: 10px 0px 10px -4px;
	border: 0;
	outline: 0;
	padding: 0px;
	background-image: url('https://www.fijitimes.com/wp-content/uploads/2019/03/Search1.png');
	background-color: #0db4fb;
	cursor: pointer;
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 3px;
}

.close-search-box {
	display: block;
}

.close-search-box img {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

.search-results {
	margin-bottom: 25px;
}

.search-article {
	border-bottom: 1px solid #d4d4d4;
	float: left;
	width: 100%;
}

.search-article h2 {
	margin-top: 15px;
}

.search-article h2 a {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.search-article p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	width: calc(100% - 151px);/*840px;*/
	float: left;
	vertical-align: top;
	padding: 5px 20px 0px 0px;
}

.search-results-img {
	float: right;
	width: 151px;
}

.search-results .headline-title {
	margin-bottom: 5px;
}

.search-article .search-excerpt-no-img {
	width: 100%;
}

#failureMsg, #successMsg {
    display: none;
    background-color: #d4d4d4;
    height: auto;
    width: 600px;
    margin: 0px auto 25px auto;
    padding: 15px;
    position: relative;
}

#failureMsg p, #successMsg p {
    text-align: center;
    font-size: 15px;
    color: #00bff2;
    display: inline-block;

    padding-left: 10px;
    width: 100%;
    font-weight: 600;
    flex: 1;
    margin: auto 0;
}

#failureMsg img, #successMsg img {
    flex-basis: 50px;
    display: flex;
    height: 50px;
    margin: auto;
}


.article-not-loggedin {
	background: -moz-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(153,153,153,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(153,153,153,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 750px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fiji-subscribe {
	position: absolute;
    bottom: 0;
    padding: 50px;
    background-color: #aaaaaa;
    width: 100%;
	margin-bottom: 15px;
}

.fiji-subscribe-box {
	width: 450px;
	margin: 40px auto 0px auto;
}

.fiji-subscribe img {
	margin: auto;
}

.fiji-subscribe p {
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin-top: 25px;
	width: 450px;
	margin: 25px auto 0px auto;
}

.fiji-subscribe .subs-btn {
	display: inline-block;
	margin: 0px 50px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
	background-color: #9c1006;
	color: #fff;
	width: 120px;
	text-decoration: none;
}

.fiji-subscribe .sign-btn {
	display: inline-block;
	margin: 0px 50px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
	background-color: #fff;
	color: #000;
	width: 120px;
	text-decoration: none;
}

.news-article-img-box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 132px;
	background-color: #eaeaea;
	-webkit-print-color-adjust: exact;
}

.news-article-img-box-single {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 500px;
	background-color: #eaeaea;
	-webkit-print-color-adjust: exact;
}

.news-article-img-box-main {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 285px;
	background-color: #eaeaea;
	margin-bottom: 15px;
	-webkit-print-color-adjust: exact;
}

.news-article-img-box-cat {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 285px;
	background-color: #eaeaea;
	-webkit-print-color-adjust: exact;
}

.news-article-single-cat-img-box {
	float: right;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 132px;
	background-color: #aaaaaa;
	-webkit-print-color-adjust: exact;
}

.news-article-single-cat-img-container {
	float: right;

	width: 200px;
	overflow: hidden;
	height: 132px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.news-article-single-cat-img-container img {
	height: auto;
	margin-left: -25%;
	width: 150%;
	float: none;
	padding-bottom: 0px;
	padding-left: 0px;
}

.article-img-link {
	display: inline-block;
	float: right;
}

.subs-iframe {
	width: 100%;
	overflow-y: hidden !important;
}
.iframe-container {
	margin-bottom: 50px;
}

.WYSIWYG-content-area {
	width: 100%;
	margin: 25px 0px;
}

.WYSIWYG-content-area h1, .single-cat-content h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.WYSIWYG-content-area h2, .single-cat-content h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.WYSIWYG-content-area h3, .single-cat-content h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.WYSIWYG-content-area h4, .single-cat-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.WYSIWYG-content-area h5, .single-cat-content h5 {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.WYSIWYG-content-area h6, .single-cat-content h6 {
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.WYSIWYG-content-area p, .WYSIWYG-content-area ul li, .single-cat-content p, .single-cat-content ul li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.WYSIWYG-content-area iframe {
	width: 100%;
}

.WYSIWYG-content-area a {
	display: inline-block;
}

.WYSIWYG-content-area ul, .single-cat-content ul {
	padding-left: 20px;
	list-style-type: disc;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none !important;
}

.homepage-section2-bottom-block .news-article .section-cat {
	margin-top: 5px;
}

.main-nav {
	position: relative;
	z-index: 100;
}

.navigation .menu-primary-navigation-container .sub-menu {
	display: none;
}

.mobile-menu .menu-primary-navigation-container .main-menu li {
	float: left;
}

.menu-primary-navigation-container .main-menu li a:not([class]) + a {
	display: none;
}

.no-img-main-article {
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 350px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

.homepage-section2-bottom-block .news-article {
	margin-right: 0px;
}

.homepage-section2-bottom-block .news-article1, .homepage-section2-bottom-block .news-article3, .homepage-section2-bottom-block .news-article5 {
	margin-left: 19.99px;
}

.homepage-section2-main .news-content-no-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
	margin-bottom: 10px;
	height: 240px;
}

.image-gallery .image-article .ngg-galleryoverview {
	margin-top: 0px;
}

.image-gallery .image-article .ngg-gallery-thumbnail {
	background-color: transparent;
	border: 0px;
	margin: 0px;
}

.image-gallery .image-article .ngg-gallery-thumbnail a {
	margin: 0px;
}

.image-area .ngg-albumoverview {
	margin-top: 0px;
}

.image-area .ngg-album-compact h4 .ngg-album-desc {
	height: auto;
}

.relatedposts {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding-top: 20px;
}

.relatedposts .relatedThumb {
	flex: 1;
}

.relatedThumb h4 {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #00bff2;
    background: -moz-linear-gradient(left, #00bff2 10%, rgba(0,191,242, 0) 42%);
    background: -webkit-linear-gradient(left, #00bff2 10%, rgba(0,191,242, 0) 42%);
    background: -o-linear-gradient(left, #00bff2 10%, rgba(0,191,242, 0) 42%);
    background: -ms-linear-gradient(left, #00bff2 10%, rgba(0,191,242, 0) 42%);
    background: linear-gradient(to right, #00bff2 10%, rgba(0,191,242, 0) 42%);
    position: relative;
    -webkit-animation: load3 0.8s infinite linear;
    animation: load3 0.8s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height ease-in-out 0.5s;
    -ms-transition: height ease-in-out 0.5s;
    transition: height ease-in-out 0.5s;
}

.loader::before {
    width: 50%;
    height: 50%;
    clear:both;
    background: #d4d4d4;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: -1px;
    content: '';
}

.loader::after {
    background: #d4d4d4;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ensure-hidden {
    overflow: hidden;
    height: 0;
    padding: 0 !important;
}

.image-area .ngg-gallery-thumbnail {
    margin: 0px;
    border: 0px;
}

.image-area .ngg-gallery-thumbnail a {
    margin: 0px;
}

.image-area .ngg-gallery-thumbnail-box {
    width: calc(33.33% - 10px);
    float: left;
    margin: 15px 15px 0px 0px;
}

.image-area .ngg-galleryoverview {
    width: 100%;
}

.btg-btn {
	font-size: 11px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	float: right;
}

#ngg-image-2, #ngg-image-5, #ngg-image-8, #ngg-image-11, #ngg-image-14, #ngg-image-17, #ngg-image-20, #ngg-image-23, #ngg-image-26, #ngg-image-29, #ngg-image-32, #ngg-image-35, #ngg-image-38, #ngg-image-41, #ngg-image-44, #ngg-image-47, #ngg-image-50, #ngg-image-53, #ngg-image-56, #ngg-image-59, #ngg-image-62, #ngg-image-65, #ngg-image-68, #ngg-image-71, #ngg-image-74, #ngg-image-77, #ngg-image-80, #ngg-image-83, #ngg-image-86, #ngg-image-89, #ngg-image-92, #ngg-image-95, #ngg-image-98, #ngg-image-101, #ngg-image-104, #ngg-image-107, #ngg-image-110, #ngg-image-113, #ngg-image-116, #ngg-image-119 {
	margin-right: 0px;
}

#loading img {
	margin: 20px auto 0px auto;
}

.image-area .ngg-galleryoverview, .image-area .ngg-albumoverview {
	padding-bottom: 25px;
}

.image-area .ngg-album-compact:nth-child(3n+2) {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.ngg-album-compact a {
	display: block;
}

.ab-img {
	display: none !important;
}

#menu-primary-navigation .sidemenu {
	display: none;
}

#menu-primary-navigation-1 .mainmenu {
	display: none;
}

.no-results {
	padding-bottom: 10px;
	line-height: 20px;
}

#fancybox-left, #fancybox-right {
	display: block;
	visibility: visible;
}

#fancybox-left-ico {
	right: auto !important;
	left: 20px !important;
}

#fancybox-right-ico {
	left: auto !important;
	right: 20px !important;
}

.relatedThumb {
	width: 33.33%;
}

.relatedThumbContent {
	margin: 0px 10px 0px 0px;
	border-bottom: 1px solid #d4d4d4;
	height: 100%;
}

.relatedThumbContent .img-box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 132px;
	background-color: #eaeaea;
	margin-bottom: 15px;
	-webkit-print-color-adjust: exact;
}

.relatedThumbContent a {
	display: block;
	padding: 10px 0px;
	text-decoration: none;
}

.relatedThumbContent .wp-post-image {
	height: auto;
	max-width: 100%;
	display: block;
}

.single-cat .news-img img {
	max-height: 500px;
	width: 100%;
}

.day-title-seperator {
	font-size: 18px;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #fff;
	text-transform: capitalize;
	background-color: #3c3c3b;
	font-weight: 600;
	display: inline-block;
}

.end-of-articles {
	font-size: 16px;
	line-height: normal;
	margin-top: 10px;
	font-weight: bold;
}

.end-of-articles a {
	color: #00bff2;
	text-decoration: none;
}

.end-of-articles a:hover, .end-of-articles a:focus, .end-of-articles a:active {
	color: #00bff2;
	text-decoration: underline;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.marquee-banner {
    width: 100%;
	height: 50px;
	line-height: 50px;
	color: black;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-banner p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}

.image-area .envira-album-title {
	color: #000 !important;
}

.image-area .envira-gallery-item {
	position: relative;
}

.image-area .envira-album-image-count {
    width: auto;
    height: 30px;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 100px;
    right: 10px;
    z-index: 95;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    font-size: 13px;
    text-align: center;
}

.envira-album-title {
	color: #fff !important;
	font-family: 'Libre Franklin', sans-serif !important;
}

.homepage-section2-bottom-block .news-article:first-child {
	margin-right: 19.99px;
}

.single-envira .envira-gallery-wrap {
	margin: 40px auto 0px auto !important
}

.latest-images .envira-gallery-item {
	padding: 0px 8px 4px 8px !important;
}

.fiji-subscribe .fiji-subscribe-box .singular-subs {
	width: 100%;
	margin: auto;
}

.subscribe-container {
	width: 991px;
	margin: auto;
}

.subscribe-container-content {
	width: 50%;
	display: inline-block;
	padding-right: 25px;
}

.subscribe-container-img {
	width: 50%;
	margin-left: -4px;
	display: inline-block;
}

.subscribe-container-content h1 {
	color: #9D1006;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}

.subscribe-container-content .sub-title {
	font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subscribe-container-content .sub-title-sm {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subscribe-container-content ul {
	padding-left: 20px;
}

.subscribe-container-content ul li {
	line-height: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.subscribe-container-login {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin: 25px 0px 25px 120px;
	border: 1px solid #000;
	padding: 15px;
	height: 100px;
}

.subscribe-container-login p {
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: top;
	margin: 14px 0px 0px 0px;
	line-height: 20px;
}

.subscribe-container-login img {
	display: inline-block;
	margin-top: 6px;
}

.subscribe-container-register {
	width: 350px;
	display: inline-block;
	margin: 25px 0px 25px 25px;
	vertical-align: top;
	border: 1px solid #000;
	padding: 15px;
	height: 100px;
}

.subscribe-container-register a {
	padding: 8px;
	margin: 18px auto 0 auto;
	text-align: center;
	font-weight: normal;
	background-color: #9D1006;
	color: white;
	border-radius: 6px;
	text-decoration: none;
	display: block;
}

.subscribe-container-signup p {
	text-align: center;
}

.subscribe-container-signup .sub-length {
	font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.subscribe-container-signup .sub-price {
    font-size: 20px;
    line-height: 26px;
    color: #9D1006;
}

.subscribe-container-signup a {
	padding: 8px;
	margin: 18px auto 0 auto;
	text-align: center;
	font-weight: normal;
	background-color: #9D1006;
	color: white;
	border-radius: 6px;
	text-decoration: none;
	display: block;
}

.subscribe-container-boxes {
	margin-bottom: 10px;
}

.subscribe-container-membership {
	margin: 10px 0px 15px 0px;
	width: 100%;
	border: 1px solid #000;
	padding: 15px;
}

.subscribe-container-membership .subs-type {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.subscribe-container-membership .subs-type-length {
    font-size: 20px;
    line-height: 26px;
    color: #9D1006;
    text-align: center;
}

.subscribe-container-1 {
	width: 33.33%;
	display: inline-block;
	border: 1px solid #000;
	padding: 15px;
}

.subscribe-container-2 {
	width: 33.33%;
	display: inline-block;
	margin-left: -4px;
	border: 1px solid #000;
	padding: 15px;
}

.subscribe-container-3 {
	width: 33.33%;
	display: inline-block;
	margin-left: -4px;
	border: 1px solid #000;
	padding: 15px;
}

#fijiRegisterForm input, #fijiRegisterForm select {
	width: 100%;
    height: 40px;
    padding: 10px 10px 6px 8px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
	margin-bottom: 20px;
}

#fijiRegisterForm #EmailOptOut {
	width: 15px;
	height: 15px;
	-webkit-appearance: checkbox;
}

#fijiRegisterForm #required-field-notice {
	margin-bottom: 15px;
}

#fijiRegisterForm #signinSubmit {
	margin-top: 10px;
	color: #fff;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@media only screen and (max-width: 1023px) {
	.subscribe-container-membership {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.subscribe-container-1 {
		border-left: none;
	}
	.subscribe-container-3 {
		border-right: none;
	}
	.subscribe-container {
		width: 100%;
	}
	.subscribe-container-content {
		padding: 20px;
	}
	.subscribe-container-login, .subscribe-container-register {
		margin: 0px 20px 15px 20px;
		width: calc(100% - 40px);
	}
	.footer-social {
		width: 150px;
	}
	#instagram-ic {
		margin-left: 20px;
	}
	.single-cat-extras {
		margin-bottom: 10px;
	}
	.page-template-single-cat .mobile-extras-bottom .newspaper-subscribe-mobile {
		margin: 15px 15px 0px 15px;
		width: 300px;
		float: left;
	}
	.trending-sidebar-mobile h2 a {
		height: 45px;
	}
	.single-post-article {
		margin-right: 0px;
		width: 100%;
	}
	.single-cat {
		margin-bottom: 0px;
	}
	.page-template-single-cat .trending-sidebar-mobile {
		margin-top: 20px;
	}
	.page-template-single-cat .mobile-extras-ad {
		margin: 0px;
	}
	.page-template-single-cat .todays-edition-mobile {
		width: calc(100% - 325px);
		padding-bottom: 50px;
		float: left;
	}
	.trending-sidebar-mobile {
		padding: 0px;
	}
	.single-cat, .contact-info-area {
		width: 728px;
		margin-right: 0px;
		margin-bottom: 25px;
	}
	.latest-video-row .img-box-wrapper img {
		width: 100%;
		height: auto;
	}
	.latest-video-row .video-article-single {
		max-width: 100%;
	}
	.latest-video-row .video-article-all {
		margin-bottom: 25px;
	}
	.latest-videos .img-box-wrapper-all img {
		width: 100%;
		height: auto;
	}
	.video-area, .image-area {
		width: 100%;
		margin-right: 0px;
		padding: 0px 15px;
	}
	.homepage-section2-bottom-block {
		margin-top: 10px;
	}
	.no-img-main-article {
		padding: 0px 0px 15px 0px;
		height: auto;
	}
	.latest-news-bottom .news-article0 {
		margin-right: 20px;
	}
	.latest-news-bottom .news-article1 {
		margin: 0px 10px;
	}
	.latest-news-bottom .news-article2 {
		margin-right: 0px;
		margin-left: 20px;
	}
	.e-edition-sidebar {
		display: none;
	}
	.image-gallery {
		margin-bottom: 32px;
	}
	.trending-sidebar-mobile {
		display: block;
	}
	.trending-sidebar-mobile li {
		width: 50%;
		display: inline-block;
		margin-right: -4px;
		vertical-align: top;
	}
	.container {
		width: 728px;
	}
	.newspaper-subscribe-mobile {
		display: block;
		margin: 0px auto 20px auto;
		width: 300px;
	}
	.newspaper-subscribe-mobile a {
		display: block;
		text-align: center;
		margin: auto;
		width: 300px;
	}
	.newspaper-subscribe-mobile img {
		margin: auto;
	}
	.exchange-calc-mobile {
		display: block;
		margin: 0px auto 0px auto;
		width: 300px;
	}
	.exchange-calc-mobile a {
		display: block;
	}
	.exchange-calc-mobile img {
		margin: auto;
	}
	.banner-google-300-mobile {
		display: block;
		margin: 35px auto 35px auto;
		width: 300px;
	}
	.banner-google-300-mobile a {
		display: block;
	}
	.banner-google-300-mobile img {
		margin: auto;
	}
	.todays-edition-mobile {
		display: inline-block;
		width: 100%;
	}
	.todays-edition-mobile .subscribe-box {
		width: calc(100% - 131px);
	}
	.todays-edition-mobile .todays-paper {
		width: 50%;
	}
	.todays-edition-mobile .subscribe-today {
		width: 50%;
	}
	.todays-edition-mobile .app-download {
		position: absolute;
		bottom: 50px;
		right: 42px;
		width: 140px;
	}
	.todays-edition-mobile .ios-dl {
		width: 100%;
	}
	.latest-news-sidebar {
		width: 100%;
		float: none;
		display: inline-block;
		margin-right: 0px;
	}
	.todays-edition-mobile .android-dl {
		margin: 0px;
	}
	.mobile-extras {
		float: left;
		margin: 0px 0px 0px 25px;
	}
	.mobile-extras-ad {
		float: right;
		margin: 0px 25px 0px 0px;
	}
	.latest-news, .homepage-section2 {
		width: 100%;
		margin-right: 0px;
	}
	.latest-news-main {
		width: 100%;
	}
	.latest-news-main .news-article {
		margin-right: 0px;
	}
	.news-article a img {
		width: 100%;
	}
	.video-gallery, .image-gallery {
		width: 100%;
		margin-right: 0px;
	}
	.latest-news-main .news-article {
		max-height: none;
	}
	.homepage-section2-main .news-img {
		width: 100%;
	}
	.homepage-section2-main .news-content {
		width: 100%;
		height: auto;
	}
	.trending-sidebar-mobile .news-article {
		border-bottom: 1px solid #d4d4d4;
	}
	.trending-sidebar-mobile h2 {
		padding-left: 45px;
		padding-right: 20px;
	}
	.trending-sidebar-mobile ol li {
		position: relative;
		counter-increment: step-counter;
	}
	.trending-sidebar-mobile ol li:before {
		position: absolute;
		top: 15px;
		left: 0px;
		content: counter(step-counter);
		font-size: 28px;
		color: #7f7f7f;
		font-weight: bold;
	}
	.trending-sidebar-mobile .headline-title {
		margin-bottom: 0px;
	}
	.trending-sidebar-mobile .news-article {
		padding: 15px 0px;
		height: 100%;
	}
	.mobile-extras-bottom {
		float: left;
		width: 100%;
		margin: 0px;
	}
	.mobile-extras-bottom .newspaper-subscribe-mobile {
		margin: 15px auto 0px auto;
		width: 100%;
	}
	.mobile-extras-bottom .exchange-calc-mobile {
		margin: 15px 15px 0px 15px;
		float: right;
	}
	.footer-app-download {
		width: 135px;
	}
	.footer-bottom-left {
		width: 300px;
	}
	.footer-extras {
		width: 400px;
	}
	.footer-extras ul {
		margin-top: 25px;
	}
	.search-box {
		width: 100%;
	}
	.page-template-single-cat .todays-edition-mobile .app-download {
		width: 100%;
		bottom: 5px;
		right: 0px;
		text-align: center;
	}
	.page-template-single-cat .todays-edition-mobile .todays-paper {
		width: 100%;
	}
	.page-template-single-cat .todays-edition-mobile .subscribe-today {
		width: 100%;
	}
	.page-template-single-cat .todays-edition-mobile .ios-dl {
		width: 130px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.image-area .ngg-album-gallery-image-counter {
		top: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-download-app img {
		width: 120px;
		height: 40px;
		margin-top: 2px;
	}
	.mobile-social-follow img {
	    width: 40px;
	    height: 40px;
	    padding: 2px;
	}
	.banner-google-728 img, .banner-google-728-bottom img {
		width: 100%;
		height: auto;
	}
	.subscribe-container-img, .subscribe-container-content {
		width: 100%;
		margin: 0px;
	}
	.subscribe-container-img img {
		padding: 0px 15px 15px 15px;
		margin: auto;
	}
	.image-area .envira-album-image-count {
		top: 0px;
	}
	.archive-row {
		display: block;
		padding-bottom: 0px;
	}
	.archive-post-container {
		width: 100%;
		padding: 10px 0px;
	}
	.archive-post {
		width: 100%;
		margin: 0px 15px;
	}
	.mobile-social-follow a, .mobile-download-app a {		
		margin: 2px 2px 0px 2px;		
	}
	.news-article-img-box-single {
		height: 350px;
	}
	.footer-bottom {
		padding: 0px 0px 15% 0px;
	}
	.terms-info-area {
		padding: 0px 15px;	
	}
	.privacy-info-area {
		padding: 0px 15px;
	}
	.page-template-homepage .mobile-extras-bottom .newspaper-subscribe-mobile {
		margin: 15px 0px;
	}
	.advertise-info-area {
		padding: 0px 15px;
	}
	.trending-sidebar-mobile {
		padding: 0px 10px;
	}
	.image-area .ngg-album-gallery-image-counter {
		top: 10px;
	}
	.video-area {
		padding: 0px 15px;
	}
	.mobile-extras-bottom .newspaper-subscribe-mobile {
		margin: 15px 0px;
	}
	.page-template-single-cat .mobile-extras-bottom .newspaper-subscribe-mobile {
		margin: 15px auto 0px auto;
	}
	.homepage-section2-bottom-block .news-article1, .homepage-section2-bottom-block .news-article3, .homepage-section2-bottom-block .news-article5 {
		margin-left: 0px;
		margin-top: 15px;
	}
	.single-cat-article .news-article-single-cat-img-container img {
		width: 150%;
	}
	.single-cat-extras {
		padding: 0px 10px;
	}
	.trending-sidebar-mobile li {
		width: 100%;
	}
	.latest-news, .homepage-section2  {
		padding: 0px 10px;
	}
	.mobile-footer {
		display: block;
	}
	.mobile-footer li {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #535353;
	}
	.mobile-footer li a, .mobile-footer li p {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		padding: 15px 0px 15px 15px;
		display: block;
		font-weight: 600;
	}
	.mobile-social-follow p, .mobile-download-app p {
		float: left;
		margin-right: 10px;
	}
	.footer-fiji-logo {
		padding: 9px 0px 6px 12px;
	}
	.footer-signups {
		display: none;
	}
	.footer-bottom-left {
		display: none;
	}
	.footer-extras {
		display: none;
	}
	.container {
		width: 100%;
	}
	.top-menu-right .e-edition-btn {
		display: none;
	}
	.top-menu-right .subscribe-btn {
		margin-right: 0px;
	}
	.top-menu-left {
		margin-left: 10px;
	}
	.sections-btn {
		margin-right: 10px;
	}
	.subscribe-btn a {
		font-weight: bold;
	}
	.sections-btn img, .search-btn img {
		margin: 2px 0px 0px 0px;
	}
	.sections-btn a:after {
		content: "";
	}
	.search-btn a:after {
		content: "";
	}
	.navigation {
		display: none;
	}
	.banner-google-728, .banner-google-728-bottom {
		position: fixed;
		bottom: 0;
		margin: 0px;
		z-index: 100;
	}
	.banner-google-728-bottom {
		display: none;
	}
	.latest-news-sidebar {
		width: 100%;
		margin-right: 0px;
	}
	.latest-news-main .news-article h1 a {
		float: left;
		width: 100%;
	}
	.latest-news-main .news-article h1 {
		float: left;
	}
	.latest-news-main .news-article .section-date {
		float: left;
		width: 100%;
	}
	.homepage-section2-main .news-img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.homepage-section2-main .news-content {
		width: 100%;
		margin-right: 0px;
	}
	.homepage-section2-main .section-cat {
		display: block !important;
	}
	.homepage-section2-main .news-content p {
		display: none;
	}
	.homepage-section2-bottom-block {
		width: 100%;
		margin-right: 0px;
	}
	.homepage-section2-sidebar {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	}
	.homepage-section2-bottom-block .section-cat {
		display: block !important;
	}
	.homepage-section2-bottom-block p {
		display: none;
	}
	.homepage-section2-bottom-block img {
		display: none;
	}
	.homepage-section2-bottom-block .news-article {
		width: 100%;
		margin-right: 0px;
	}
	.homepage-section2-bottom-block .news-article h2 {
		border-bottom: 1px solid #d4d4d4;
	}
	.mobile-footer-extras {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 15px 0px;
	}
	.mobile-footer-extras ul {
		display: inline-block;
		margin: 0px auto 4px auto;
		width: 280px;
	}
	.mobile-footer-extras li {
		display: inline-block;
		margin: 2px 5px;
		width: auto;
		border-bottom: none;
		position: relative;
	}
	.mobile-footer-extras .bar:after {
		content: "|";
		position: absolute;
		top: 5px;
		right: -9px;
		color: #fff;
	}
	.mobile-footer-extras li a {
		display: block;
		padding: 5px;
		color: #fff;
		text-decoration: none;
	}
	.footer-copyright {
		text-align: center;
	}
	.single-cat-top .news-img {
		width: 100%;
		margin-right: 0px;
	}
	.single-cat-top .news-img img {
		width: 100%;
		margin-right: 0px;
	}
	.single-cat-top .news-content {
		width: 100%;
		margin-right: 0px;
	}
	.single-cat {
		width: 100%;
		margin-right: 0px;
		padding: 0px 15px;
	}
	.single-cat-top .news-content h1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.single-cat-article img {
		padding: 0px;
		width: 100%;
		float: none;
	}
	.single-cat-article h2 {
		padding-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.single-post-article {
		width: 100%;
		margin-right: 0px;
	}
	.single-cat-image {
		padding: 0px 10px;
	}
	.single-cat-content {
		padding: 15px 10px;
	}
	.single-cat-header {
		padding: 0px 10px;
	}
	.img-caption {
		position: relative;
	}
	.single-cat-header .header-extras {
		border-bottom: 0px;
	}
	.single-cat-header .header-extras .header-social {
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.top-menu-right .subscribe-btn a {
		padding: 13px 10px 12px 10px;
	}
	.top-menu a {
		font-size: 15px;
	}
	.jp-relatedposts-post {
		width: 100% !important;
		border-bottom: 1px solid #d4d4d4;
	}
	.contact-info-area {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.contact-info-box {
		width: 100%;
		margin: 5px 0px !important;
	}
	.contact-find-us {
		border-top: 0px;
	}
	.forgotten-area, .signup-area {
		width: 100%;
		padding: 50px 25px;
	}
	.forgotten-area img, .signup-area img {
		display: none;
	}
	.signup-box h1, .forgot-pw-box {
		padding: 0px 0px 10px 0px;
	  margin: 0px 0px 15px 0px;
	}
	.subscribeBox-dual {
    width: 100%;
		margin: 15px 0px;
  }
	.signup-bottom-left, .signup-bottom-right {
		width: 50%;
		float: left;
	}
	.forgot-pw {
		bottom: 16px;
	}
	.signup-top {
		padding-bottom: 30px;
	}
	.register-btn {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.search-result-items {
		padding: 0 15px;
	}
	#failureMsg, #successMsg {
	    width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.banner-google-300-mobile {
		margin: 0px auto 0px auto;
	}
	.page-template-single-cat .mobile-extras-bottom .newspaper-subscribe-mobile {
		width: 100%;
	}
	.page-template-single-cat .todays-edition-mobile {
		width: 100%;
	}
	.img-box-wrapper img {
		width: 100%;
		height: auto;
	}
	.mobile-extras {
		float: left;
		width: 100%;
		margin: 15px 0px 0px 0px;
	}
	.mobile-extras-ad {
		float: left;
		width: 100%;
		margin: 0px;
	}
	.newspaper-subscribe-mobile {
		margin: 0px auto 15px auto;
	}
	.exchange-calc-mobile {
		margin: 0px auto 15px auto;
	}
	.mobile-extras-bottom .newspaper-subscribe-mobile {
		float: left;
		width: 100%;
		margin: 15px 0px;
	}
	.mobile-extras-bottom .exchange-calc-mobile {
		float: left;
		width: 100%;
		margin: 15px 0px;
	}
}

@media only screen and (max-width: 600px) {
	.subscribe-container-1 {
		width: 100%;
		border-top: 1px solid #000;
		border-right: none;
		border-bottom: 1px solid #000;
	}
	.subscribe-container-2 {
		width: 100%;
		margin-left: 0px;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #000;
	}
	.subscribe-container-3 {
		width: 100%;
		margin-left: 0px;
		border-top: none;
		border-left: none;
		border-bottom: 1px solid #000;
	}
}

@media only screen and (max-width: 550px) {
	.relatedThumb {
		width: 100%;
		margin-left: 0px;
	}
	.news-article-img-box-single {
		height: 300px;
	}
	.latest-news-bottom .news-article {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.fiji-subscribe-box {
		width: 100%;
		text-align: center;
	}
	.fiji-subscribe .fiji-subscribe-box .singular-subs {
		margin: auto;
	}
	.fiji-subscribe .subs-btn {
		margin: 0px 10px;
	}
	.fiji-subscribe .sign-btn {
		margin: 0px 10px;
	}
	.fiji-subscribe p {
		width: 100%;
	}
	.fiji-subscribe {
		padding: 50px 25px;
	}
	.find-us-content {
		width: 100%;
	}
	.find-us-map {
		width: 100%;
	}
	#google-dl-img {
		margin-bottom: 5px;
	}
	.search-box {
		top: 0px;
	}
	.edition-img {
		float: none;
		margin: auto;
	}
	.todays-edition-mobile .subscribe-box {
		width: 100%;
	}
	.todays-edition-mobile .app-download {
		bottom: 30px;
	}
	#signinSubmit, .register-btn {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.signup-bottom-left, .signup-bottom-right {
		width: 100% !important;
		float: none !important;
	}
	.image-area .ngg-album-gallery-image-counter {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.archive-cats {
		width: 100%;
		margin-bottom: 15px;
	}
	.archive-cats select {
		width: 100%;
	}
	.archive-search-form {
		margin-left: 0px;
		width: 100%;
	}
	.mobile-menu {
		width: 100%;
	}
	.subscribe-btn-menu {
		width: calc(100% - 60px);
	}
	.image-area .ngg-album-compact:nth-child(3n+2) {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.image-area .ngg-album-compact:nth-child(2n) {
		margin-left: 20px !important;
	}
	.image-area .ngg-album-compact {
		width: calc(50% - 10px) !important;
	}
	.video-gallery-all .latest-video-row {
		display: block;
	}
	.video-gallery-all .video-article-single {
		max-width: 100%;
	}
	.latest-videos .video-gallery-all {
		margin-bottom: 25px;
	}
	.video-gallery-all .video-article-single:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.single-cat-article .news-article-img-box {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.single-cat-article .article-img-link {
		width: 100%;
		float: none;
	}
	.single-cat-article .news-article-single-cat-img-container img {
		width: 100%;
		margin: 0px;
	}
	.single-cat-article .news-article-single-cat-img-container {
		width: 100%;
	}
	#signinSubmit, .register-btn {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 460px) {
	.latest-images .envira-lazy {
		padding: 0px !important;
		height: auto !important;
	}
	.latest-images .envira-gallery-item {
		width: 100% !important;
	}
}

@media only screen and (max-width: 450px) {
	.news-article-img-box-single {
		height: 250px;
	}
	#searchform input[type="search"] {
		width: 100%;
		margin: 10px 0px 5px 0px;
	}
	#searchform input[type="submit"] {
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		margin: 5px 0px 10px 0px;
	}
	.search-box {
		height: 158px;
	}
	#searchform {
		width: 100%;
		padding: 10px;
		margin: 0px;
	}
	.latest-video-row {
		display: inline-block;
	}
	.video-article, .image-article {
		width: calc(100% - 30px);
		margin: 15px 15px 10px 15px;
	}
	.image-gallery .latest-images .ngg-gallery-thumbnail-box {
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
	.todays-edition-mobile .app-download {
		right: 10px;
	}
	.todays-edition-mobile .todays-paper {
		width: 135px;
	}
	.todays-edition-mobile .subscribe-today {
		width: 135px;
	}
}

@media only screen and (max-width: 400px) {
	.relatedposts {
		display: block !important;
	}
	.newspaper-subscribe-mobile a {
		width: auto;
	}
	.image-area .ngg-album-compact {
		width: 100% !important;
	}
	.image-area .ngg-album-compact:nth-child(2n) {
		margin-left: 0px !important;
	}
	.mobile-extras-bottom {
		padding: 0px 10px;
	}
	.search-article {
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.search-article p {
		width: 100%;
	}
	.search-results-img {
		width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	.video-article-single {
		display: block;
	}
}

@media only screen and (max-width: 350px) {
	.fiji-subscribe-box {
		width: 100%;
	}
	.fiji-subscribe .subs-btn {
		margin: 0px 10px 10px 10px;
	}
	.todays-edition-mobile .todays-paper {
		width: 100%;
	}
	.todays-edition-mobile .subscribe-today {
		width: 100%;
	}
	.todays-edition-mobile .subscribe-box {
		padding: 15px 10px 90px 10px;
	}
	.todays-edition-mobile .app-download {
		position: absolute;
		width: 131px;
		margin: auto;
		left: 0px;
		right: 0px;
		text-align: center;
		bottom: 10px;
	}
	.todays-edition-mobile .android-dl {
		display: inline-block;
		width: 50%;
		margin-top: 10px;
	}
	.todays-edition-mobile .ios-dl {
		display: block;
	}
	.todays-edition-mobile .ios-dl {
		display: inline-block;
		margin: 0px;
		width: 100% !important;
	}
	.todays-edition-mobile .ios-dl img {
		margin: auto;
	}
	.todays-edition-mobile .android-dl {
		display: inline-block;
		margin: 0px;
		width: 100%;
	}
	.todays-edition-mobile .android-dl img {
		margin: auto;
	}
	.page-template-single-cat .todays-edition-mobile .subscribe-box {
		padding: 15px 10px 40px 10px;
	}
	.banner-google-300-mobile {
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	.exchange-calc-mobile {
		width: 100%;
	}
	.exchange-calc-mobile img {
		width: 100%;
	}
	.newspaper-subscribe-mobile {
		width: 100%;
	}
	.newspaper-subscribe-mobile img {
		width: 100%;
	}
}

@media print {
	.top-menu, .main-nav, .banner-google-728, .e-edition-sidebar, .trending-sidebar-mobile, .single-cat-extras, .header-social, .banner-google-728-bottom, .footer {
		display: none;
	}
	.single-post-article {
		width: 100%;
	}
}