/*
Theme Name: Maree Thomas
Author: Rich Media Works
Author URI: http://richmediaworks.com.au/
Description: Wordpress Custom Theme
Version: 1.0
*/

/*Wordpress editor styles start*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weght: 300 !important;
}
p {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weght: 300 !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
}
h1 {
	color: #44c7f5 !important;
	margin: 40px 0;
}
a {
    color: #44c7f5;
    text-decoration: none;
}
a:hover {
    color: #44c7f5;
    text-decoration: underline;
}
.txt-footer {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weght: 300 !important;
}
.txt-white {
	color: #fff;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
#header {
	height: 80px;
	text-align:left;
	margin: 10px auto 0 auto !important;
}
.logo {
	width: 62px;
	height: 70px;
}
.footer-copyright {
	text-align: center !important;
	float: left !important;
	width: 100%;
	margin-top: 17px;
	margin-left: 0;
}
#footer-socials {
	display: none;
}
@media only screen and (min-width: 768px) {
#header {
	height: 110px;
	text-align:center;
	margin: 10px auto 0 auto !important;
}
.logo {
	width: 88px;
	height: 100px;
}
.footer-copyright {
	text-align: left !important;
	float: left !important;
	width: 50%;
	margin-top: 17px;
	margin-left: 15px;
}
#footer-socials {
	display: inline;
	text-align: right !important;
	width: 220px;
	clear: none;
	margin: 0 !important;
}
}

#mobile-socials {
	width: 220px;
	margin-left: 10px !important;
}
#mobile-socials ul {
	list-style-type: none;
	float: left;
}
#footer-socials ul {
	list-style-type: none;
	float: left;
}
#mobile-socials li a {
	float: left;
	color: #000 !important;
	font-size: 24px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 15px;
	text-decoration: none;
}
#footer-socials li a {
	float: right;
	color: #000 !important;
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 15px;
	text-decoration: none;
}
#mobile-socials, #footer-socials li a:hover {
	color: #44c7f5 !important;
	text-decoration: none !important;
}
#footer {
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
}
.navbar {
	margin-top: -1px;
	margin-bottom: -2px;
	overflow: visible;
}
.navbar-collapse {
    padding: 0 !important;
}
nav {
	text-align: left;
}
/*.nav>ul {
    text-align: left !important;
	margin-left: auto !important;
	margin-right: auto !important;
}*/
.nav>li>a {
    position: relative;
    padding: 10px 15px;
}
i {
	padding: 0;
	text-decoration: none !important;
}
i:hover {
	color: #44c7f5 !important;
	border-bottom: 1px solid #000;
	text-decoration: none !important;
}
.navbar-nav ul {
	float: left;
}
.navbar-nav li a {
	color: #000 !important;
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.dropdown-menu {
	margin: -1px 0 0 0 !important;
	padding: 10px;
	overflow: visible;
	border-color: #000 !important;
}
.dropdown-menu li a {
	color: #000 !important;
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	overflow: visible !important;
}
@media only screen and (max-width: 767px) {
.navbar-nav li a {
	letter-spacing: 1px !important;
}
}
	
.navbar-nav li a:hover {
	color: #44c7f5 !important;
	border-bottom: 1px solid #000;
}
.navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #44c7f5 !important;
	border-bottom: 1px solid #000;
	background-color: transparent !important;
}
.navbar-nav {
    text-align: center;
	margin-bottom: -2px !important;
}
.container-nav {
	margin-top: -1px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*.navbar-nav > li.navbar-right {
  float: right !important;
}*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    background-color: #44c7f5 !important;
}
.columns {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

/*li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}*/
 
a:link {
   text-decoration: none;
   colour: #44c7f5 !important;
}
a:visited {
   text-decoration: none;
   colour: #44c7f5 !important;
}
a:hover {
   text-decoration: none;
   colour: #44c7f5;
}
a:active {
   text-decoration: none;
   colour: #44c7f5;
}

.fa-2x {
  vertical-align: middle;
}

/* Hamburger Menu */
.navbar-toggle {
	margin-top: 17px !important;
	border-color: transparent !important;
	background-color: #fff;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
	  background-color: #000;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
img {
	width: 100%;
	height: auto;
}
#search input[type="submit"] {
    font-family: FontAwesome;
	border: none !important;
	background-color: transparent !important;
	border-bottom: solid 1px #969696;
    outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#search input[type="submit"]:focus,
#search input[type="submit"].focus {
	color: #44c7f5;
}
input[type="text"] {
  padding: 5px 0;
  border: none;
  border-bottom: solid 1px #ccc;
  transition: border 0.3s;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="text"]:focus,
input[type="text"].focus {
  border-bottom: solid 1px #44c7f5;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#search {
	display: none;
}
#search2 {
	display: inline;
}
.tile-heading {
	height: 40px;
}
.tile-text {
	height: 75px;
}
@media only screen and (min-width: 768px) {
#search2 {
	display: none;
}
.tile-heading {
	height: 75px;
}
.tile-text {
	height: 125px;
}
}
@media only screen and (min-width: 990px) {
#search {
	display: inline;
}
.tile-heading {
	height: 40px;
}
.tile-text {
	height: 100px;
}
}
#main-container .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-nav {
    margin: 0;
}
.search-results-list {
	list-style-type: none;
	margin-left: -40px;
}
.search-results-list li {
	margin: 20px 0;
	border-top: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
}
label {
    font-weight: 300;
}
.wpcf7 input[type="submit"] {
padding: 10px 15px;
border: none;
background-color: #44c7f5 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
color: #fff;
width: auto;
cursor: pointer;
}

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 1px !important;
	padding: 12px 35px !important;
}
.tp-caption.Newspaper-Button, .Newspaper-Button {
    border-color: #fff !important;
}