/*
Theme Name: Mundoo Island Station
Theme URI: http://mundooisland.com.au
Author: Mundoo Island
Author URI: http://mundooisland.com.au
Version: 1.1.0
Description: Exclusive theme for Mundoo Island Station.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mundoo-station

It is recommended that you install SiteOrigin page builder if like me, you don't like using Shortcodes.
*/

@import url('fonts/fonts.css');
* {
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 1.4em 'Muli Regular', 'Helvetica Neue', Arial, sans-serif;

	line-height: 1.6;
	color: #3a3a3a;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
 font-size: 1.1em;
}

h1,
h2,
h3,
strong {
	font-family: 'Muli Bold', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
}

h4 {
	font-family: 'Muli Bold', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 200;
}

a {
	color: #6683e8;

	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, opacity 0.3s ease;
		-moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, opacity 0.3s ease;
			  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, opacity 0.3s ease;
}

a:hover {
	color: #fa7b4b;
	text-decoration: none;
}

footer {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, .6);
	background: #36404e;
	padding: 30px 20px 20px;
	margin: 40px -30px -25px;
}

footer a {
	color: #fa7b4b;
}

footer a:hover {
	border-bottom: 1px solid #fa7b4b;
	padding-bottom: 5px;
}

footer .list-inline li {
	margin-right: 30px;
}

footer .list-inline a:hover {
	opacity: .8;
}

.woocommerce .footer-widgets {
      display: none !important;
}

.container {
	background: #fff;
	padding: 40px 30px 0;
	width: 90%;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .5);
		-moz-box-shadow: 0 0 5px rgba(0,0,0, .5);
			  box-shadow: 0 0 5px rgba(0,0,0, .5);
}

table {
	border: none;
}

table tr td {
	padding: .5em;
}

table tr {
	-webkit-transition: .4s;
		-moz-transition: .4s;
			  transition: .4s;
}

table tr:hover {
	background: #ebebeb;
}

p img {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.logo { width: 200px; }


/* WordPress Backend Styles
---------------------------------*/

.admin-bar .navbar-fixed-top {
	margin-top: 32px;
}


/* Header Styles
---------------------------------*/

.main-header {
	text-shadow: 1px 3px 3px rgba(0,0,0, .5);
	background: no-repeat center/100% url('images/header.jpg');
	border-top: 5px solid #fa7b4b;
	color: #fff;
	padding: 60px 20px 60px;
	margin-right: -30px;
	margin-left: -30px;
	margin-top: -40px;
	margin-bottom: 20px;
}

.main-header h1,
.main-header h2 {
	font-family: 'Stardos Stencil Bold', Georgia, serif;
}

.main-header h1 {
	font-size: 3em;
}

.main-header h2 {
	font-size: 1.9em;
}

h2 {
	margin: 0;
	padding-bottom: 20px;
}


/* Header Menu Styles
---------------------------------*/

.navbar-default {
	width: 100%;
}

.navbar {
  	z-index: 1000;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #fff;
		border: 1px solid #bdbdbf;
		padding: 10px 15px;
		width: 200px;

		-webkit-border-bottom-right-radius: 5px;
			-moz-border-bottom-right-radius: 5px;
				  border-bottom-right-radius: 5px;

		-webkit-border-bottom-left-radius: 5px;
			-moz-border-bottom-left-radius: 5px;
				  border-bottom-left-radius: 5px;

		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
			-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				  box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	li:hover .sub-menu {
		display: block;
	}

	.sub-menu a:hover {
		color: #555;
	}

	table {
		width: 70%;
	}

	table tr td {
		padding: .5em;
	}

	table tr {
		-webkit-transition: .4s;
			-moz-transition: .4s;
			  	  transition: .4s;
	}

	table tr:hover {
		background: #ebebeb;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #555;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #333;
}

.current-menu-item > a,
.current-menu-parent > a,
.current-menu-item:hover {
	color: #fa7b4b !important;
	font-family: 'Muli Bold', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
}
.current-menu-parent li a {
	background: inherit;
	color: #555;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: 600;
}


/* Weather Forecast Styles
---------------------------------*/

.weather .entypo {
	font-size: 80px;
	color: inherit;
}

.weather li.current {
	display: inline-block;
}

#weatherForecast {
	margin: 0 auto;
	text-align: center;
}

#weatherForecast ul {
	margin: 0;
	padding: 0;
}

#weatherForecast li {
	text-align: center;
	color: #5fcf80;
	list-style: none;
	margin: 0;
	padding: 0;
}

p.days {
	color: #428bca;
	display: inline-block;
	text-transform: uppercase;
	margin: 40px 20px 0;
}

.temp {
	font-size: 28px;
	font-weight: 300;
	color: #3a4350;
}

span.glyphicon-map-marker {
	font-size: 2em;
}


/* Sidebar Styles
---------------------------------*/

.sidebar {
	margin-top: 40px;
	color: #444;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li {
	list-style: none;
}

.sidebar h4 {
	color: #888;
}

.widget {
	margin: 10px 0 30px;
}

.comment {
	border-top: 1px solid #eee;
	border-bottom: 2px solid #eee;
	margin: 1em 0;
}

.commentlist,
.commentlist ol,
.commentlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* Scroll to Top Styles
---------------------------------*/
.scroll-to-top {
	text-align: center;
   text-shadow: 1px 2px #4058BD;
   background: #6084eb;
   border: 1px solid #4058BD;
   border-bottom: 2px solid #4058BD;
   color: #fff;
   text-decoration: none;
   padding: 10px 10px;
   z-index: 999999px;
   position:fixed;
   right:0px;
   bottom: 124px;
   display:none;
}

.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
	color: #fff;
}

.scroll-to-top:hover {
	background: #4761D7;
}


/* Blog Styles
---------------------------------*/

.modal {
	z-index: 2000;
}


/* Blog Styles
---------------------------------*/

article.post {
	margin: 20px 0 40px;
}

#comment {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;

	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			  border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


/* Media Queries
---------------------------------*/

@media (max-width: 768px) {
	.logo {
		text-align: center !important;
	}

	.container {
		width: 100%;
	}

	footer {
		text-align: center;
	}

	.list-inline {
		text-align: center;
	}
	.list-inline img {
		border: none !important;
	}
}


/* Weather Styles
---------------------------------*/
.loading {
	margin: 65px 0 0;
}

@font-face {
	font-family: 'artill_clean_weather_iconsRg';
	src: url('/fonts/artill_clean_icons-webfont.woff2') format('woff2'),
		  url('/fonts/artill_clean_icons-webfont.woff') format('woff'),
		  url('/fonts/artill_clean_icons-webfont.ttf') format('truetype'),
		  url('/fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
