/*
Theme Name: GD_SophieT
Theme URI: http://sophie-turner.net
Description: Theme coded exclusively for Sophie-turner.net
Version: 1.0
Author: Gratrix Designs
*/






/* WELCOME */

#welcome {
    font-size: 12px;
    line-height: 25px;
    padding: 2%;
    display: block;
    text-align: justify;
    letter-spacing: 0.04em;
    border-bottom: 4px double #d44e39;
}

#welcome b {
	color: #e8a23f; 
}

#welcome strong {
	color: #d44e39;
}

#welcome em {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	background: #d44e39;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

#welcome i {
	font-family: 'Open Sans', sans-serif;
	color: #e8a23f;
	font-size: 12px;
	font-weight: 500;
}

#welcome u {
	color:#d44e39; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #e8a23f; 
	letter-spacing: 2px;
}





/* LATEST IMAGES */

#latimg_title h3 {
	margin: 0 auto 4% auto;
	padding: 0 10px 0 10px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: table;
	position: relative;
}

#latimg_title h3::before {
	content: '';
	background-color: #e8a23f;
	position: absolute;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}

#latimg_title h3 span {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	z-index: 30;
}

.latimg {
	margin: 10px auto 0!important; 
	padding: 10px; 
	width: 100%; 
	display: block; 
	overflow: hidden;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.latimg img {
	padding: 6px;
	border: 1px solid #e8a23f;
	background-color: #fff;
	margin: 1px;
	transition: all 0.3s ease-out;
}

.latimg img:hover {
	border: 1px solid #d44e39;
	background: #d44e39;
}





/* LOGO */

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





/* NAVIGATION */

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

#navigation { 
	padding: 5px;
	max-width: 100%;
	background: #FFF; 
}

#navigation a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #535150;
	letter-spacing: 0.4em;
	text-decoration: none;
	position: relative;
}

#navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background-color: #e8a23f;
	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: #d44e39!important; 
  	float: right;
	display: block;
	padding: 10px 0px; 
}

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: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #535150;
	letter-spacing: 0.2em;
	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: #595959;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 24px;
}

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-top: 0px;
	margin-top: 20px;
	width: 1200px; 
}





/* SIDEBAR */

#side { 
	margin-left: 10px;
	float: left;
	width: 380px; 
}

.side { 
	margin-bottom: 50px;
	padding: 0px 10px;
	margin-top: 20px;
}

.side .title {
	font-style: normal;
	letter-spacing: 0.15em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #181818;
	line-height: 1;
	margin-bottom: 20px;
}

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

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

.side .border {
	margin-top: -20px;
	border-bottom: 2px solid #d44e39;
}

.side a { 
	color: #e8a23f; 
	text-decoration: none; 
}

.side a:hover { 
	color: #d44e39; 
}

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

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

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

.side b { 
	color: #e8a23f;
}

.side strong { 
	color: #282828;
    box-shadow: inset 0 -8px 0 #d44e39;
}

.side i { 
	color: #e8a23f; 
}

.side em { 
	color: #FFF;
	background: #e8a23f; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
}

.side u { 
	color: #d44e39;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #e8a23f;
	letter-spacing: 2px;
}

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

.side img {
	background-color: transparent;
    padding: 4px;
    margin: 2px;
    opacity: 0.9;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.side img:hover {
	border: 1px solid #e8a23f;
	opacity: 1;
}

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





/* POSTS */

#entry {
	float: left;
	width: 800px;
	background: transparent;
}

.post { 
	padding: 0px; 
	margin-bottom: 60px; 
	background: #FFF;
}

.post .title {
	background: #fff;
	margin: -60px 20px 0 20px;
	padding: 20px;
	width: 90%;
	font-family: 'Parisienne', cursive;
	font-size: 32px;
	text-align: center;
	line-height: 36px;
	display: block;
	position: relative;
	color: #535150;
	margin-top: 10px;
}

.post .title a {
	color: #282828;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.post .title a:hover {
	color: #e8a23f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.catsec {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

.catsec .meta {
	background-color: #FFF;
	color: #b5cb7b;
	padding: 0 10px 0 0;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.catsec .meta { 
	color: #e8a23f; 
}

.catsec .comm {
	background-color: #FFF;
	color: #595959;
	padding: 0 10px 0 0;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.catsec hr {
	background-color: #d44e39;
	border: none;
	width: 100%; height: 1px;
	position: absolute;
	top: 0; left: 0; bottom: 0;
	margin: auto;
	z-index: 20;
}

.cats { 
	display: inline-block; 
	position: relative; 
}

.cats a {
	margin: 0 5px;
	padding: 0 10px;
	background-color: #FFF;
	color: #595959 !important;
	display: inline;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.cats a:hover {
	color: #FFF !important;
	box-shadow: inset 0 15px 0 #d44e39;
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

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

.post b { 
	color: #e8a23f;
}

.post strong { 
	color: #282828;
	box-shadow: inset 0 -8px 0 #d44e39;
}

.post i { 
	color: #e8a23f; 
}

.post em { 
	color: #FFF;
	background: #e8a23f; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
}

.post u { 
	color: #d44e39;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #e8a23f;
	letter-spacing: 2px;
}

.post a { 
	color: #d44e39; 
	text-decoration: none; 
}

.post a:hover { 
	color: #e8a23f; 
}




/* POST IMAGES */

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

.post img {
	background-color: transparent;
    padding: 4px;
    margin: 2px;
    opacity: 0.9;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.post img:hover {
	border: 1px solid #e8a23f;
	opacity: 1;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 18px;
	font-weight: 700;
	color: #d44e39;
	text-transform: uppercase;
	padding-bottom: 2px; 
}

.post h2 { 
	font-size: 15px;
	font-weight: 700;
	color: #e8a23f;
	padding-bottom: 2px; 
}

.post h3 { 
	font-size: 13px;
	font-weight: 700;
	color: #535150;
	padding-bottom: 2px; 
}




/* GALLERY LINK */

.gal-links {
	background-image: url(images/gallink.png);
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 65px;
    padding: 10px 0 10px 85px;
    display: table-cell;
    vertical-align: middle;
	font-size: 12px;
}

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

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




/* BLOCKQUOTE */

blockquote  {
	color: #535150;
	width: 90%;
	max-width: 100%;
	font-style: italic;
	margin: 15px auto;
	padding: 4px 2%;
	background-color: transparent;
	position: relative;
	text-align: justify;
}

blockquote:before {
	content: '';
	position: absolute;
	background-color: #d44e39;
	width: 40%;
	height: 2px;
	top: 0;
	left: 0;
	margin: -2px auto 0 auto;
}

blockquote:after {
	content: '';
	position: absolute;
	background-color: #e8a23f;
	width: 40%;
	height: 2px;
	bottom: 0;
	right: 0;
	margin: 0 auto -2px auto;
}

blockquote p { 
	margin: 6px 0 !important; 
}




/* FEATURED IMAGE */

.post .featured {
	border: 0px solid #FFF!important; 
}

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




/* PROJECTS #8 */

#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, #e8a23f, #d44e39);
    background: -o-linear-gradient(90deg, #e8a23f, #d44e39);
    background: -moz-linear-gradient(90deg, #e8a23f, #d44e39);
    background: linear-gradient(90deg, #e8a23f, #d44e39);
}

#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 input {
	padding: 6px;
	border: 0px;
	width: 115px;
	color: #535150;
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #e8a23f; 
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	transition: all .4s ease-in-out;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #e8a23f; 
	background: #e8a23f; 
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	color: #FFF;
	border: 1px solid #d44e39;
	background: #d44e39;
}




/* HIDDEN POST CONTENT */

.hidcon {
	width: 100%;
	line-height: 100%;
	background-color: transparent;
	margin: 2% auto;
	font-size: 10px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
}

.hidcon span {
	padding: 5px 10px;
	background-color: #d44e39;
	color: #FFF;
	display: inline-block;
	border: 4px double #FFF;
	position: relative;
	z-index: 25;
	border-radius: 50px;
}




/* 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; 
}




/* BREADCRUMB */

.breadcrumb a { 
    font-size: 13px;
    color: #FFF;
    background: #e8a23f;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px;
    text-decoration: none;
}

.breadcrumb a:hover { 
    font-size: 13px;
    color: #FFF;
    background: #d44e39;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px;
    text-decoration: none;
}




/* HIGHLIGHT */

::selection {
	background: #e8a23f;
	color: #FFF;
}

::-moz-selection {
	background: #e8a23f;
	color: #FFF;
}




/* TOOL TIP */

#qTip { 
	padding: 4px;
	display: none;
	color: #FFF; 
	position: absolute;
	text-transform: uppercase;
	background-color: #d44e39;
	z-index: 1000;
	-moz-opacity:.80;
	filter: alpha(opacity=80);
	opacity: .80; 
	font-size: 11px;
}




/* TOP AFFIE DROPDOWN */

select{
	padding: 10px;
	margin-top: 20px;
	width: 240px;
	background: #d44e39;
	border: solid 2px #d44e39;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}




/* FOOTER */

#footer {
	width: 100%;
	background-color: transparent;
	color: #535150;
	padding: 18px 0;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 10px;
}

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

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

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




/* SCROLLBAR */

::-webkit-scrollbar {
	width: 11px;
	height: 8px;
	border-width: 1px 5px;
	border-style: solid;
	border-color: #FFF;
	background: #d44e39;
}

::-webkit-scrollbar-thumb {
	height: 40px;
	border: 2px solid #FFF;
	background: #e8a23f;
}




/* PAGINATION */

.pagination {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
}

.pagination .pages {
	background-color: #e8a23f;
	color: #FFF;
	margin: 0 !important;
	padding: 5px 8px !important;
	display: inline-block;
	border: none !important;
}

.pagination span, .pagination a {
	background-color: #FFF;
	color: #d44e39;
	margin: 0 !important;
	padding: 5px 8px !important;
	display: inline-block;
	border: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.pagination .current {
	background-color: #d44e39;
	color: #FFF;
	margin: 0 !important;
	padding: 5px 8px !important;
	display: inline-block;
	border: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.pagination a:hover {
	background-color: #e8a23f;
	color: #FFF;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}