/*
Theme Name: GD_RPAUWP v1
Theme URI: http://robertpattinsonau.com
Description: Wordpress theme coded exclusively for Robertpattinsonau.com
Version: 1.0
Author: Gratrix Designs
*/





/* BANNER */

#headerbanner { 
	width:100%; 
	height:80px; 
	background:URL("images/headerbanner.png") 
	top center no-repeat;
}

#logo {
	display: none;
	width:100%;
	height:145px;
	background:URL("images/wlogo.png")
	top center no-repeat;
}





/* NAVIGATION */

#navigation .fa{ 
	font-size: 14px;
	color: #1a2634;
}

#navigation { 
	max-width: 100%;
	color: #1a2634;
	font-size: 18px;
	background-color: #030303;
}

#navigation a {	
	font-family: 'Abril Fatface', cursive;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 0.25em;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

#navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #015d4c;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#navigation a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.menu-link {
	color: #ebd04b!important; 
  	float: right;
	display: block;
	padding: 10px 5px; 
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}

.js nav[role=navigation] { 
	overflow: hidden;
	 max-height: 0; 
}

nav[role=navigation].active { 
	max-height: 400em; 
}

nav[role=navigation] ul { 
	margin: 0; padding: 0; 
}

nav[role=navigation] li { 
	padding: 0px 5px; 
}

nav[role=navigation] li a { 
	font-family: 'Abril Fatface', cursive;
	font-size: 11px;
	letter-spacing: 0.25em;
	display: block; 
	padding: 5px; 
	margin: 0px 0px 0px 5px;
}





/* HEADER & BODY */

#header { 
	width: 100%; 
	height: 440px; 
	background: URL("images/header.png") top center no-repeat;
	margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #535150;
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
	background-color: #ebebeb;
	line-height: 20px;
}

body, html { 
	text-rendering: optimizeLegibility !important; 
	-webkit-font-smoothing: antialiased !important; 
}





/* WRAPPER/CONTAINER */

#container, .wrapper { 
	margin: 0 auto; 
	overflow: hidden;
	max-width: 100%; 
}

#container {
	overflow: hidden;
	background: URL("") top center repeat;
	padding: 0px;
	margin: 0 auto;
	width: 1120px; 
}







/* WELCOME */

#welcome {
	width: 1100px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	letter-spacing: 0.11em;
	color: #535150;
	line-height: 20px;
    padding-top: 55px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
	background: URL("images/welcome.png");
    background-repeat: no-repeat;
    background-position: left top;
}

#welcome b, #welcome strong {
	color: #015d4c;
}

#welcome em {
	font-family: "Playfair Display", Serif;
	color: #FFF;
	text-transform: capitalize;
	font-size: 12px;
	background: #1a2634;
}

#welcome i {
	font-family: "Playfair Display", Serif;
	color: #015d4c;
	text-transform: capitalize;
	font-size: 12px;
}

#welcome u {
    color: #1a2634;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #015d4c;
    letter-spacing: 0px;
    font-size: 12px;
}





/* POSTS */

.post .svg-inline--fa { 
	color: #1a2634;
}

#entry { 
	margin-right: 0px;
	margin-top: 20px;
	width: 720px;
	float: left; 
}

.post {
	padding: 10px;
	margin-bottom: 30px;
	background: #ebebeb;
}

.post .title a { 
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	color: #181818;
}

.post .title a:hover { 
	color: #181818; 
	padding-bottom: 2px; 
}

.post .meta{ 
	font-weight: 700;
    font-size: 12px;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 2px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    line-height: 0.75em;
    display: inline-block;
    width: 600px;
    background-image: url(images/div.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 90px;
}

.post .cats {
	display: block;
	text-align: left;
	text-transform: uppercase;
}

.post .cats a {
	font-weight: 700;
    font-size: 12px;
    font-family: 'BenchNine', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 2px;
    background-color: #015d4c;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    line-height: 0.75em;
    display: inline-block;
}

.post .cats a:hover {
	background-color: #1a2634;
	color: #FFF;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.post .cats span { 
	margin: 0 0 0 0.2%; 
}





/* POST IMGS */

.post img { 
	max-width: 90%;
}

.post img, post a img {
	border: 1px solid #1a2634;
	margin: 2px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
	outline: 1px solid #F5F5F5;
	outline-offset: -6px;
}

.post a img:hover {
	border: 1px solid #015d4c;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
	outline: 1px solid #F5F5F5;
	outline-offset: -6px;
}





/* GALLERY LINK */

.gal-links {
    background-image: url(images/gallink.png);
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 18px;
    margin-right: 10px;
    margin-left: 10px;
}

.gal-links a {
    color: #015d4c;
    text-decoration: none;
    line-height: 0.75em;
    padding: 2px;
    display: inline-block;
}

.gal-links a:hover {
    color: #1a2634;
    text-decoration: none;
    line-height: 0.75em;
    padding: 2px;
    display: inline-block;
}





/* HEADER TAGS */

h1	{
	color: #1a2634;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}


.post h2 { 
	color: #015d4c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post h3 { 
	color: #363636;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}






/* POST QUOTE */

.post blockquote {
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #015d4c;
	padding: 1.5em 0 1.5em;
	margin: 1.5em 0;
	position: relative;
}

.post blockquote:before {
	content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #ebebeb; 
    height: 1rem;
    font: 8em/0.8em 'Playfair Display',serif;
    color: #1a2634; 
    text-align: center;
}





/* FEATURED IMAGE */

.post .featured {
	padding-top: 0px;
	border:0px solid #fff!important; 
}

.post .featured img { 
	width:700px;
	min-width:700px;
	max-width:700px;
	height:auto;
	padding:0px!important;
	border:0px!important;
	margin:0px; 
}





/* MISC TEXT */

a {
	color: #015d4c;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

a:hover {
	color: #1a2634; 
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

b { 
	color:#1a2634; 
}

strong { 
	color:#015d4c; 
}

i { 
	color:#535150; 
}

em { 
	color:#FFF;
	background: #1a2634; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

u { 
	color:#1a2634; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #015d4c; 
	letter-spacing:0px; 
}





/* SIDEBAR */

#side {
	float: right;
	width: 360px;
	margin-top: 20px;
	font-size: 12px;
}

.side { 
	margin-bottom: 40px;
	padding: 20px 10px 20px 10px;
}

.side .title {
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	color: #181818;
	line-height: 1;
	margin-bottom: 20px;
}

.side .title:after {
	position: relative;
	display: block;
	content: ' ';
	width: 85px;
	height: 3px;
	background: #1a2634;
	margin: 0 auto;
	top: 8px;
}

.sideb {
	line-height: 15px;
    display: inline-block;
    padding: 4px 12px 4px 12px;
}

.side .svg-inline--fa { 
	color: #1a2634;
}

.side a { 
	color:#015d4c; 
}

.side a:hover { 
	color:#1a2634; 
}

.side ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	padding:5px; 
	list-style:none; 
	border-bottom: 1px solid #f1f1f1; 
}

.side li:hover { 
	background: #f1f1f1; 
}

hr {
	border: 0.5px solid #f1f1f1;
}




/* SIDE BLOCKQUOTE */

.side blockquote {
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #015d4c;
	padding: 1.5em 0 1.5em;
	margin: 1.5em 0;
	position: relative;
}

.side blockquote:before {
	content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #ebebeb; 
    height: 1rem;
    font: 8em/0.8em 'Playfair Display',serif;
    color: #1a2634; 
    text-align: center;
}




/* SIDE IMGS */

.side img { 
	max-width: 335px;
}

.side img, side a img {
	border: 1px solid #1a2634;
	margin: 2px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
	outline: 1px solid #F5F5F5;
	outline-offset: -6px;
}

.side a img:hover {
	border: 1px solid #015d4c;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
	outline: 1px solid #F5F5F5;
	outline-offset: -6px;
}




/* PROJECTS */

#project8 .mainimg {
    height: 160px;
}

#project8 span.maintitle {
	font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background: #015d4c;
    letter-spacing: 0.15em;
    padding: 4px;
}

#project8 span.info {
	font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.15em;
    font-size: 10px;
    font-weight: 700;
    background: #1d1d1d;
    color: #FFF;
    padding: 4px;
}

.proj-text {
	background: #f1f1f1;
    padding: 10px;
    text-align: justify;
    color: #8b8b8b;
    font-size: 11px;
    line-height: 20px;
}

.proj-links { 
	font-family: 'Noto Sans', sans-serif;
    font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.25em;
	display: inline-block;
    padding: 0px 8px;
    margin-right: 5px;
    background: #f1f1f1;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}





/* SUBMIT */

.searchform .screen-reader-text {
    display:none;
}

.searchform input{
    padding: 8px 30px;
    background: #015d4c;
    border: 0 none;
	color: #232323;
}





/* HIDDEN POST CONTENT */

.hidcon {	
	padding: 10px 20px;
	border: 1px solid #1a2634;
	color: #015d4c;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
}

.hidcon:hover {
	padding: 10px 20px;
	border: 1px solid #015d4c;
	color: #1a2634;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
}





/* IMAGE/TEXT ALIGN */

img.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

img.alignright { 
	float: right; 
	margin: 5px 0 5px 10px; 
}

img.aligncenter { 
	margin-top: 8px; 
	margin-bottom: 2px; 
	text-align: center; 
	display: block; 
}

.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

.alignright { 
	float: right; 
	margin: 5px 0 5px 10px; 
}

.aligncenter { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
}

.hidden { 
	display: none; 
}

.post .alignleft, .side .alignleft { 
	margin-right: 10px; 
	float: left; 
}

.post .alignright, .side alignright { 
	margin-left: 10px; 
	float: right; 
}
.post .aligncenter, .side aligncenter { 
	margin: 0 auto; 
}





/* HIGHLIGHT */

::selection {
	background: #1a2634;
	color: #FFF;
}

::-moz-selection {
	background: #1a2634;
	color: #FFF;
}






/* TOOL TIP */

#qTip { 
	font-weight: 700;
	font-size: 12px;
	font-family: 'BenchNine', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 2px;
	background-color: #015d4c;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	line-height: 0.75em;
	display: none;
	position: absolute;
}





/* TOP AFFIE DROPDOWN */

select{
	padding: 4px;
	margin-top: 10px;
	width: 220px;
	background: #1a2634;
	border: solid 1px #015d4c;
	font-family: 'Lato', sans-serif;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}






/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

#footer a {
	color: #015d4c;
	text-decoration: none;
}

#footer a:hover {
	color: #1a2634;
	text-decoration: none;
}

#footer .inner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    text-align: justify;
}

#footer .credit {
	font-weight: 700;
    font-size: 12px;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 2px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    text-align: center;
    color: #FFF;
    background: #202020;
}

#footer .svg-inline--fa {
	color: #1a2634;
}




/* LATEST IMAGES */

.latimg img {
	margin: 0px 0px -3px -4px;
}






/* SCROLLBAR */

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 12px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #015d4c;
	border: 1px solid #f9f9f9;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}





/* COMMENTS */

.comments {
	background: #FFF;
    padding: 10px;
    color: #535150;
}

.comments li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
}

.comments-avatar { 
	float: left;
	background-color: transparent;
	padding: 5px;
	margin: 0 5px 0 0;
}

.comments img {
	opacity: 1;
	padding: 6px;
	border: 1px solid #015d4c;
	margin: 6px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments img:hover {
	opacity: 1;
	border: 1px solid #1a2634;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments-author, .comments-link { 
    color: #015d4c;
}

.comments-date { 
	font-size: 14px;
	color:#9fb6c7; 
}

.comments .border {
    margin-bottom: 15px;
    margin-top: 5px;
    border-bottom: 1px dashed #015d4c;
}





/* PAGINATION */

.pagination {
	font-family: 'Assistant', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
}

.pagination::before { 
	display: none; 
}

.pagination span {
	color: #015d4c;
	margin: 0 !important;
	padding: 2px 6px !important;
	display: inline;
	border-bottom: 2px solid #015d4c;
}

.pagination .current {
	background-color: #015d4c;
	color: #FFF;
	padding: 2px 6px;
	border: none !important;
	display: inline;
}

.pagination .extend {
	color: #535150;
	border: none !important;
	display: inline;
}

.pagination .pages {
	color: #FFF;
	border: none !important;
	display: inline;
	background: #015d4c;
}

.pagination a {
	color: #015d4c;	
	border: none !important;
	padding: 2px 6px !important;
	margin: 0 !important;
	text-decoration: none;
	display: inline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.pagination a:hover {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}






@media screen and (min-width: 980px) {
	a.menu-link { display: none; }
	.js nav[role=navigation] { max-height: none; }
	nav[role=navigation] ul { margin: 0; border: 0; }
	nav[role=navigation] li { display: inline-block; padding: 5px; }
	nav[role=navigation] li a { border: 0; } 
	}

@media screen and (max-width: 980px) { 
	body { padding: 20px; }
	#container { max-width: 100%; background: #f9f9f9; }
	#header { display: none; } 
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	.post .featured { display: none; }
	#entry { max-width: 100%; border: 1; float: none; }
	.post .featured { display: none; }
	#logo { display: block; }
	.latimg { display: none; }
	#headerbanner { display: none; }
	}