/*
Theme Name: PR Matters
Author: Kitka Hiltula
Author URI: http://kitka.com.au/
Description:
Version: 1.0
Text Domain: 

CSS Document */

*, *::after, *::before
{
  box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	background-color: #626162;
}
img.tgpheader {
	max-width: 740px;
	width: 100%;
	height: auto;
}
#headertext {
	padding: 50px 0 0 0;
	margin: 0;
}
#headertext img, #logo img {
	width: 95%;
	height: auto;
}
#galleryOuter {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #626162;
	z-index: 2;
	position: relative;
	clear: both;
}
.tp-tabs, .tp-thumbs, .tp-bullets {
	background-color: rgba(0,0,0,0.3);
}
#logo {
	margin: 1% 0% 0% 30%;
	max-width: 440px;
}


#page {
	width: 95%;
	clear: both;
	margin: 0 auto;
	padding: 2.5%;
	max-width: 740px;
	text-align: justify;
}
#page:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
#sidebar {
	float: right;
	width: 25%;
	padding-top: 35px;
	border-left: 1px solid #efefef;
}
#sidebar h3 {
	padding-left: 25px;
}
footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	color: #ccc;
	clear: both;
	font-style: 75%;
}

h1 {
	font-size: 200%;
	font-weight: 300;
}
h2 {
	font-size: 150%;
	font-weight: 300;
}
h3 {
	font-size: 120%;
	font-weight: 300;
}

p, li {
	font-size: 90%;
	line-height: 140%;
}
hr {
	background-color: #efefef;
	border: none;
	height: 1px;
	clear: both;
}
a:link, a:visited {
	color: #F7A258;
	text-decoration: none;
}
a:hover, a:active {
	color: #C5050E;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

/* menu */

#navOuter {
	padding: 30px 0 0 0;
	width: 100%;
	clear: both;
}
#main-menu {
	display: none;
}
#menu {
	width: 100%;
	height: 44px;
	background-color: #F9A451;
}
/* menu icon */
#menu-icon {
	height: 44px;
	line-height: 44px;
	background-color: #F9A451;
	padding: 0px 20px 0 50px;
	cursor: pointer;
	display: block; /* show menu icon */
	color: #ffffff;
	font-size: 140%;
	border: none;
	text-align: left;
}
#menu-icon:hover {
	background-color: #C5050E;
}
#menu-icon.active {
	background-color: #C5050E;
}


#navOuter, #mobile-menu, #menu, #mobile-menu ul {
	position: relative;
	z-index: 20;
}

/* mobile nav */

#mobile-menu ul {
	clear: both;
	top: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #F9A451;
	display: none;
	border-bottom: 1px solid #E5E5E5;
}
#mobile-menu li {
	clear: both;
	float: none;
	margin: 0px;
	list-style: none;
	padding: 0px;
	text-align: left;
	font-size: 80%;
	border-top: 1px solid #E5E5E5;
	text-indent: 20px;
}
#mobile-menu a, #mobile-menu ul a {
	background: none;
	display: block;
	padding: 0;
	border: none;
	line-height: 42px;
	font-size: 140%;
	text-decoration: none;
}
#mobile-menu a:link, #mobile-menu ul a:link {
	background: none;
	color: #ffffff;
}
#mobile-menu a:visited, #mobile-menu ul a:visited {
	background: none;
	color: #ffffff;
}
#mobile-menu a:hover, #mobile-menu ul a:hover {
	background: none;
	color: #efefef;
	background-color: #C5050E;
}
#mobile-menu a:active, #mobile-menu ul a:active {
	background: none;
	color: #efefef;
	background-color: #C5050E;
}
/* dropdown */
#mobile-menu ul ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#mobile-menu ul ul {
	margin: 0px;
	padding: 0px;
}
#mobile-menu .indent a {
	padding-left: 40px;
}

h1, h2, h3, h4, h5, h6, a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Masonry container */
#page.masonrypage {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0.5em;
	-webkit-column-gap: 0.5em;
	column-gap: 0.5em;
}
/* Masonry bricks or child elements */
div.masonryposts {
	display: block;
	border: solid 1px #999999;
	background-color: #555255;
	text-align: left;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	margin-bottom: 10px;
}
div.masonryposts img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
div.masonryposts h2, div.masonryposts p {
	padding: 0 10px 0 10px;
}