/*
Theme Name: GD_SophT
Theme URI: https://sophie-turner.net/
Description: Theme designed exclusively for sophie-turner.net
Version: 1.0
Author: Gratrix Designs
*/






@font-face{ 
	font-family: 'MyWebFont';
	src: url('http://sophie-turner.net/news/wp-content/themes/GD_SophT_WP/WebFont.eot');
	src: url('http://sophie-turner.net/news/wp-content/themes/GD_SophT_WP/WebFont.eot#iefix') format('embedded-opentype'),
	     url('http://sophie-turner.net/news/wp-content/themes/GD_SophT_WP/WebFont.woff') format('woff'),
	     url('http://sophie-turner.net/news/wp-content/themes/GD_SophT_WP/WebFont.ttf') format('truetype'),
	     url('http://sophie-turner.net/news/wp-content/themes/GD_SophT_WP/WebFont.svg#webfont') format('svg');
}






/* NAVIGATION */

.nav {
	overflow: hidden;
	text-align: center;
	z-index: 6;
}

.nav a {
	color: #1c1c16;
	padding: 22px 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.15em;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	z-index: 9;
}

.nav a:hover {
	color: #037e5f;
}

.nav .icon {
	display: none;
}


@media screen and (max-width: 820px) {

.nav a {
	display: none;
	background: #fff;
}

.nav a.icon {
	float: right;
	display: block;
	width: 60px;
  }
}

@media screen and (max-width: 820px) {
.nav.responsive {position: relative; top: 73px;}
.nav.responsive .icon {
	position: fixed;
	right: 0;
	top: 0;
}
	
.nav.responsive a {
	float: none;
	display: block;
	text-align: center;
}

}





/* HEADER & BODY */

#headerbanner {
    height: 127px;
    background: url(images/headerbanner.png) no-repeat center;
}

#header {
    height: 440px;
    background: url(images/header.png) no-repeat center;
}

body {
	margin: 0;
	background-color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Ubuntu', sans-serif;
	color: #575757;
}






/* WRAPPER/CONTAINER */

#container {
	margin: 0 auto;
	max-width: 1366px;
    
}

#wrapper {
	margin: 0 auto;
	max-width: 1220px;
}





/* LATEST IMAGES */

#welcomebanner {
    content: '';
    position: relative;
    z-index: 15;
    display: block;
    margin: 0 auto 15px auto;
    border: none;
    width: 1200px;
    height: 5px;
    background-image: url("images/header.png");
    background-position: center 40%;
    background-repeat: no-repeat;
}

.latest-container {
	margin: 0 auto;
	max-width: 1200px;
}

.latest {
	margin: 15px 0;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0.15em;
}

.lat-icon {
	float: left;
	margin: 0;
}

.lat-icon img {
	margin: 0 20px 0 0;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 0;
}

.latimg {
	margin-top: 10px;
}

.latimg img {
	transition: all 0.3s ease-out;
	border: 1px solid #508f98;
	border-image: initial;
	padding: 5px;
	max-width: 80px;
}

.latimg img:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #037e5f;
	border-image: initial;
}







/* POSTS */

#content {
    float: left;
    margin: 60px 0 0 0;
    width: 820px;
}

#content .post {
    margin: 0 0 20px 0;
}

.post_text {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.10em;
	text-align:justify;
	color: #575757;
	border: solid 1px #dbdbdb;
}

.odd .post_title a { 
	margin: 5px auto;
	text-align: center;
	display: block;
	position: relative;
	z-index: 25;
	font-size: 28px;
	line-height: 100%;
	font-family: 'Old Standard TT', serif;
	padding: 10px 15px;
	color: #1c1c16;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.odd .post_title a:hover { 
	color: #037e5f; 
}

.even .post_title a { 
	margin: 5px auto;
	text-align: center;
	display: block;
	position: relative;
	z-index: 25;
	font-size: 28px;
	line-height: 100%;
	font-family: 'Old Standard TT', serif;
	padding: 10px 15px;
	color: #1c1c16;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.even .post_title a:hover { 
	color: #508f98;
}

.post_title:after {
	margin-bottom: 10px;
	display: block;
	content: '';
	width: 400px;
	height: 2px;
	position: relative;
	z-index: 25;
	border: 0;
	background: rgb(80,143,152);
	background: linear-gradient(90deg, rgba(80,143,152,1) 0%, rgba(3,126,95,1) 50%);
}








/* DATE/CATS */

.auth {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	display: block;
	line-height: 100%;
	background-color: transparent;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	letter-spacing: 0.25em;
	position: relative;
	color: #030303;
}

.auth span {
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.odd .post-cats {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 5px;
	font-family: 'Ubuntu', sans-serif;
	color: #030303;
	font-weight: 700;
}

.odd .post-cats a {
	font-size: 10px; 
	text-transform: uppercase; 
	color: #037e5f; 
	line-height: 2em;
	padding: 2px 4px;
	display: inline-block;
}

.odd .post-cats a:hover,
.odd .post-cats a:focus {
	color: #508f98;
	line-height: 2em;
	padding: 2px 4px;
	display: inline-block;
}

.even .post-cats {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 5px; 
	font-family: 'Ubuntu', sans-serif;
	color: #030303;
	font-weight: 700;
}

.even .post-cats a {
	font-size: 10px; 
	text-transform: uppercase; 
	color: #508f98; 
	line-height: 2em;
	padding: 2px 4px;
	display: inline-block;
}

.even .post-cats a:hover,
.even .post-cats a:focus {
	color: #037e5f;
	line-height: 2em;
	padding: 4px;
	display: inline-block;
}

.odd .svg-inline--fa { 
	color: #101010;
}

.odd .post-meta a {
	color: #037e5f;
	font-weight: 400;
}

.odd .post-meta a:hover {
	color: #508f98;
	font-weight: 400;
}

.even .svg-inline--fa { 
	color: #101010;
}

.even .post-meta a {
	color: #508f98;
	font-weight: 400;
}

.even .post-meta a:hover {
	color: #037e5f;
	font-weight: 400;
}

#div {
	width: 60px;
	height: 1px;
	margin: 10px;
	background-color: #f8f8f8;
}

.border {
	border: 0;
	height: 2px;
	background: rgb(80,143,152);
	background: linear-gradient(90deg, rgba(80,143,152,1) 0%, rgba(3,126,95,1) 50%);
}








/* FEATURED IMAGE */

#content .featured {
	margin: 0;
	border: 0px solid #FFF!important; 
	padding-bottom: 10px;
}

#content .featured img { 
	margin: 0; 
	border: 0!important;
	width: 100%;
	max-width: 820px;
	height: 320px;
	padding: 0px!important;
}

#content .featured img { 
	max-width: 100%;
}






/* POST IMAGES */

#content img,
#content img a {
	transition: all 0.3s ease-out;
	margin: 5px;
	border: 1px solid #037e5f;
	border-image: initial;
	padding: 5px;
}

#content img:hover,
#content img a:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #508f98;
	border-image: initial;
}

#content img { 
	max-width: 90%;
}






/* HEADER TAGS */

h1 {
	display: block;
	margin: 0.67em 0;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #508f98;
}

h2 {
	display: block;
	margin: 0.83em 0;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #037e5f;
}

h3 {
	display: block;
	margin: 1em 0;
	font-size: 1.17em;
	font-weight: bold;
	text-transform: uppercase; 
	color: #037e5f;
}

h4 {
	display: block;
	margin: 1.33em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase; 
}

h5 {
	display: block;
	margin: 1.67em 0;
	font-size: 0.83em;
	font-weight: bold;
	text-transform: uppercase; 
}

h6 {
	display: block;
	margin: 2.33em 0;
	font-size: 0.67em;
	font-weight: bold;
	text-transform: uppercase;
}






/* HIDDEN POST CONTENT */

.more-link {
	display: inline-block;
	border: 1px solid #508f98;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #037e5f;
	font-family: 'Ubuntu', sans-serif;
}

.more-link:hover {
    display: inline-block;
    border: 1px solid #037e5f;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #508f98;
}






/* GALLERY LINK */

.gal-links {
	margin: 10px auto; 
	padding: 40px 20px 40px 100px;
	background: url('images/gallink.png') left center no-repeat; 
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle; 
	font-family: 'Ubuntu', sans-serif;
}

.gal-links a{
	font-size: 14px;
	line-height: 16px;
	color: #508f98;
}

.gal-links a: link{
	font-size: 14px;
	line-height: 16px;
	color: #508f98;
}

.gal-links a, .ext-links a:visited {
	text-decoration: none; 
	color: #508f98; 
}

.gal-links a:hover {
	text-decoration: none;
	color: #037e5f; 
}







/* BLOCKQUOTE */

blockquote  {
	position: relative;
	z-index: 10;
	margin: 20px auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 25px;
	background-color: #f8f8f8;
	color: #535150;   
}

blockquote:before {
	content: '\201C';
	position: absolute;
	z-index: 25;
	top: -15px;
	left: 0;
	right: 0;
	display: inline-block;
	margin: auto;
	border-radius: 20%;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #508f98;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
	color: #fff;  
}






/* MISC CODE */

.svg-inline--fa { 
	color: #037e5f;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
	font-weight: 700;
    color: #508f98;
}

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

b, bold, strong {
    color: #037e5f;
}

i, italic {
    color: #508f98;
}

e, em { 
	display: inline-block;
	padding: 2px;
	background: #508f98; 
	line-height: 0.75em;
	color: #FFF;
}

u, underline {
	border-bottom: 1px solid #508f98; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #037e5f;
}

img {
    max-width: 100%;
    height: auto;
}

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

.post-edit-link {
	padding: 10px 0 0 0;
	text-align: right;
}

a.post-edit-link{
	border-bottom: 2px solid #508f98;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #037e5f;
	font-family: 'Ubuntu', sans-serif;
}

a.post-edit-link:hover{
    border-bottom: 2px solid #037e5f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #508f98;
}

.mejs-container *, .mejs-container .mejs-controls div {
    font-size: 14px!important;
    font-family: 'Ubuntu', sans-serif;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}






/* SIDEBAR */

#side {
	margin-top: 60px;
	float: right;
	width: 385px; 
}

.side { 
	margin-bottom: 80px;
	margin-top: 20px;
	padding: 20px 10px;
	text-align: justify;
}

.side .title {	
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
	color: #1c1c16;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.sideb {
	display: inline-block;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 25;
}

.side .svg-inline--fa { 
	color: #508f98;
}

.side a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
	font-weight: 700;
    color: #037e5f;
}

.side a:hover {
    text-decoration: none;
	color: #508f98;
}

.side li { 
	border-bottom: 1px solid #dbdbdb;
	padding: 15px;
	background: #f8f8f8;
	list-style: none;
}

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






/* SIDE IMAGES */

.side img,
.side img a {
	opacity: 1;
	transition: all 0.3s ease-out;
	margin: 3px;
	border: 1px solid #037e5f;
	border-image: initial;
	padding: 5px;
}

.side img:hover,
.side img a:hover { 
	opacity: 0.8;
	transition: all 0.3s ease-out;
	border: 1px solid #037e5f;
	border-image: initial;
}

.noborder img {
	border: none;
	padding: 0;
}

.noborder img:hover {
	border: none;
	padding: 0;
}






/* PROJECTS */

#project8 .mainimg {
	background-size: cover;
	color: #FFF;
	padding: 80px 10px 0 10px;
	text-align: center;
	height: 100px;
	box-sizing: content-box;
}

#project8 span.maintitle {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background: #FFF;
    letter-spacing: 0.25em;
    padding: 8px;
    background: -webkit-linear-gradient(90deg, #508f98, #037e5f);
    background: -o-linear-gradient(90deg, #508f98, #037e5f);
    background: -moz-linear-gradient(90deg, #508f98, #037e5f);
    background: linear-gradient(90deg, #508f98, #037e5f);
}

#project8 span.info {
	font-style: italic;
    letter-spacing: 0.25em;
    font-size: 10px;
    font-weight: 700;
	background: rgba(16, 16, 16, 0.8);
}

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

.proj-links { 
	font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.25em;
    display: inline-block;
    padding: 2px 8px;
    margin: 5px 5px 5px 5px;
    background: #FFF;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFF;
}





/* SUBMIT */

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

.searchform input{
	border: 0 none;
	padding: 8px 20px;
	background: #037e5f;
	color: #fff;
}






/* IMAGE/TEXT ALIGN */

.right {
    text-align: right;
}

.left {
    text-align: left;
}

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

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}






/* HIGHLIGHT */

::selection {
	background: #508f98;
	color: #FFFFFF;
}

::-moz-selection {
	background: #508f98;
	color: #FFFFFF;
}






/* DROPDOWN */

select{
	margin-top: 10px;
	border: solid 1px #037e5f;
	width: 220px;
	padding: 4px;
	background: #037e5f;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #f8f8f8;
}






/* TOOL TIP */

#qTip { 
	position: absolute;
	z-index: 1000;
	display: none;
	border: 0px solid #f8f8f8;
	padding: 6px;
	background-color: #037e5f;
	text-transform: uppercase;
	color: #f8f8f8; 
}






/* FOOTER */

#footer .svg-inline--fa { 
	color: #508f98;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0;
	position: relative;
	display: block;
	text-align: center;
}

#footer #ftr_links {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	width: 600px;
	height: auto;
	padding: 6px 5px 5px 5px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	z-index: 25;
	background: rgb(80,143,152);
	background: linear-gradient(90deg, rgba(80,143,152,1) 0%, rgba(3,126,95,1) 50%);
	margin: 0 auto;
}

#footer #ftr_links a {
	color: #fff;
	font-weight: 400;
}

#footer #ftr_links a:hover {
	color: #fff;
}

#footer #ftr_links span { 
	margin: 0 1vw; 
}

#ftr_disc {
	margin: -10px auto 0 auto;
	padding: 20px 2% 20px 2%;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	text-align: justify;
	text-transform: none;
	position: relative;
	z-index: 20;
}








/* SCROLLBAR */

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

/* Let's get this party started */
::-webkit-scrollbar { 
	border-width: 2px 5px; 
	border-style: solid;	
	border-color: #fff; 
	width: 11px; 
	height: 5px;	
	background: #037e5f; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	border: 4px solid #fff; 
	height: 10px; 
	background: #508f98; 
}






/* COMMENTS */

li.comment {
    position: relative;
    margin: 0 0 1.625em;
    padding: 5px 0 0 0;
    list-style: none;
}

ol.commentlist {
   padding: 10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background-color: #f8f8f8;
	color: #037e5f;
}

li.comment2 {
	position: relative;
	padding: 1.625em;
	background: #f6f6f6;
	list-style: none;
}

.commentlist .children {
	padding: 0 0 0 20px;
	border-left: 1px dotted #f8f8f8;
	list-style: none;
}

.comment-top {
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
}

#respond {
    padding: 5px 0 0 10px;
    list-style: none;
}

.comment-reply-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #037e5f;
}

.comment-body {
	padding: 10px;
	border-bottom: 1px solid #f8f8f8;
}

.comment-form label {
	display: block;
	padding: 0 0 5px 0;
	line-height: 1;
}

.nocomments {
    padding: 0 0 0 20px;
}

.reply {
    font-size: 14px;
    color: #037e5f;
}

.cancel-comment-reply a {
    font-size: 14px;
}






/* PAGINATION */

.pagination {
	font-family: 'Ubuntu', sans-serif;
	margin: 25px 0;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;	
	letter-spacing: 0.10em;
}

.pagination a,
.pagination span {
	position: relative;
	z-index: 25;	
	display: inline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
	margin: 0 5px;	
	padding: 10px;
	background-color: #fff;
	text-decoration: none;
	color: #508f98;
	border: solid 1px #dbdbdb;
	font-weight: 400;
}

.pagination a:hover,
.pagination span.current {
	background-color: #037e5f;
	color: #fff;
}

.pagination span.current {
	cursor: default;
}







/* ------EXTRA------ */

/* BREADCRUMBS */

#tsh_breadcrumbs .separator{
    font-size:20px;
    color:#ccc;
    font-weight:100;
}
#tsh_breadcrumbs{
    overflow:hidden;
    text-align: center;
    list-style:none;
}
#tsh_breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
}



/* TEXT AFF */

ul#afftextlink li {
    width: 100px;	
	background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px; font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 2px 2px; 
	padding: 10px 2px 10px 2px;
    display: inline-block;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
    list-style-type: none!important;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}

ul#afftextlink li:hover { 
	border-color: #218068; 
}

ul#afftextlink li a { 
	color: #218068; 
	font-weight: 700; 
}

ul#afftextlink li a:hover { 
	color: #76a7aa; 
	font-weight: 400; 
}

ul#afftextlink li strong { 
	color: #76a7aa; 
	font-weight: 400; 
	letter-spacing: 0.15em; 
	display: block; 
	-webkit-transition: all 0.7s ease-out; 
	-moz-transition: all 0.7s ease-out; 
	-o-transition: all 0.7s ease-out; 
}

ul#afftextlink li strong:hover { 
	color: #218068; 
	font-weight: 700; 
	letter-spacing: 0.15em; 
	display: block; 
	-webkit-transition: all 0.7s ease-out; 
	-moz-transition: all 0.7s ease-out; 
	-o-transition: all 0.7s ease-out; 
}