/*
Theme Name: GD_MaggieWP v2
Theme URI: http://maggiegracefan.com/
Description: Wordpress theme coded exclusively for Maggiegracefan.com
Version: 1.0
Author: Gratrix Designs
*/





/* WELCOME */

#welcome {
	display: table;
	width: 100%;
	max-width: 1200px;
	min-height: 80px;
	margin: 0 auto;
}

#banner {
	margin: 0 auto;
	display: table-cell;
	width: 380px;
	background-image: url("images/wlogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: middle;
}

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

#message {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 30px 0px;
	line-height: 18px;
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	text-align: justify;
	letter-spacing: 0.1em;
	display: block;
}

#welcome b { 
	color: #739f95;
}

#welcome strong { 
	color: #ffc000; 
}

#welcome i { 
	color:#739f95; 
}

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

#welcome u { 
	color: #ffc000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #739f95;
	letter-spacing: 2px;
}




/* NAVIGATION */

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

#navigation { 
	max-width: 100%;
    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: #739f94;
	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: #ffc000!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: #595959;
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
	background-color: #FFF;
	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-top: 0px;
	margin-top: 20px;
	width:1080px; 
}





/* SIDEBAR */

#side {
	margin-top:0px;
	float:right;
	width:350px; 
}

.side { 
	margin-bottom: 80px;
	margin-top: 20px;
	padding: 20px 10px;
	border-top: solid 1px #739f94;
	border-right: solid 1px #ffc000;
	border-left: solid 1px #ffc000;
	border-bottom: solid 1px #739f94;
	background: #f4f4f4;
}

.side .title {	
	font-family: Gidugu;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    margin-top: -28px;
    text-align: right;
}

.sideb {
	line-height: 15px;
    padding: 4px 12px 4px 12px;
    color: #FFF;
    background: #739f94;
}

.side .border {
	margin-top: -12px;
	border-bottom: 2px solid #535150;
}

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

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

.side b { 
	color:#ffc000; 
}

.side strong { 
	color:#739f95; 
}

.side i { 
	color:#739f95; 
}

.side em { 
	color:#FFF;
	background: #739f95; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.side u { 
	color:#ffc000; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #ffc000; 
	letter-spacing:0px; 
}

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

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

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

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

.side img {
	opacity: 1;
	padding: 2px;
	border: 1px solid #D0D0D0; 
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.side img:hover {
	opacity: 0.8;
	padding: 2px;
	border: 1px solid #ffc000;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

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

#noborderimg .mainimg {
	background-size: cover;
	text-align: center;
	height: 103px;
    width: 294px;
	box-sizing: content-box;
}





/* PROJECTS */

.proj9 {
	width: 100%;
	margin: 0 auto 8px auto;
	position: relative;
	z-index: 20;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.proj9 img {
	float: left;
	width: 80px; height: 100px;
	margin: 0 6px 0 0;
	padding: 0;
	border: none;
	opacity: 1;
	position: relative;
	z-index: 30;
}

.proj9 img:hover { 
	float: left;
	width: 80px; height: 100px;
	margin: 0 6px 0 0;
	padding: 0;
	border: none;
	opacity: 1;
	position: relative;
	z-index: 30;
}

.proj_title {
	font-family: Gidugu;
    color: #FFF;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    margin: 0;
    padding: 0px 5px;
    text-shadow: none;
    word-wrap: break-word;
    letter-spacing: 0.10em;
    display: inline-block;
    z-index: 20;
    background-color: #030303;
}

.proj_title2 {
	position: relative;
	margin: 0;
	padding: 3px 5px;
	color: #FFF;
	font-family: 'Roboto Mono', monospace;	
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	word-wrap: break-word;
	letter-spacing: 0.15em;
	display: inline;
	z-index: 20;
	background-color: #739f94;
}

.proj_links {
	line-height: 100%;
    font-family: 'Roboto Mono', monospace;
    font-size: 9px;
    color: #FFF;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 700;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 25;
    display: block;
	background-color: #ffc000;
}

.proj_links a {
	line-height: 100%;
	color: #FFF;
	margin: 0 7px;	
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.proj_links a:hover {
	color: #FFF;
	text-decoration: underline !important;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.proj_links span { 
	margin: 0 auto; 
	padding: 5px 8px; 
	display: inline-block; 
	position: relative; 
	z-index: 25; 
}





/* POSTS */

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

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

.odd .post_title a { 
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Abril Fatface', cursive;
	color:#FFF;	
	background: #ffc000;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: 0.15em;
}

.odd .post_title a:hover { 
	color:#FFF; 
	background: #739f95; 
}

.even .post_title a { 
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Abril Fatface', cursive;
	color:#FFF;	
	background: #739f95;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: 0.15em;
}

.even .post_title a:hover { 
	color:#FFF; 
	background: #ffc000; 
}

.date span {
	padding: 4px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: solid 1px #739f95;
    font-family: Gidugu;
    letter-spacing: 0.15em;
}

.cats {
	font-family: Gidugu;
	margin: 0 auto;
	display: block;
	width: 94%;
	line-height: 100%;
	background-color: transparent;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.15em;
	position: relative;
	color: #030303;
}

.odd .cats hr {
	position: absolute;
	background-color: #739f95;
	border: none;
	width: 100%;
	height: 1px;
	top: 0; left: 0;
	margin: 5px 0 0 0;
	z-index: 15;
}

.even .cats hr {
	position: absolute;
	background-color: #ffc000;
	border: none;
	width: 100%;
	height: 1px;
	top: 0; left: 0;
	margin: 5px 0 0 0;
	z-index: 15;
}

.cats span {
	background-color: #FFF;
	padding: 0 8px;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.odd .cats a {
	color: #ffc000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.odd .cats a:hover {
	color: #739f95;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.even .cats a {
	color: #739f95;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.even .cats a:hover {
	color: #ffc000;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#div {
    width: 300px;
    height: 1px;
    margin: 10px;
    background-color: #ffc000;
}

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

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

.post b { 
	color: #739f95;
}

.post strong { 
	color: #ffc000; 
}

.post i { 
	color: #739f95; 
	padding-right: 4px; 
}

.post em { 
	color:#FFF;
	background: #739f95; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.post u { 
	color:#ffc000; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #ffc000; 
	letter-spacing:0px; 
}

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

.post a:hover { 
	color:#739f95; 
}





/* POST IMAGES */

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

.post img {
	background-color: transparent;
    padding: 4px;
    margin: 1px;
    opacity: 1;
    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 #739f95;
	opacity: 0.8;
}





/* HEADER TAGS */

.post h1 { 
	font-size: 14px;
    font-weight: 900;
    color: #ffc000;
    text-transform: uppercase;
    padding-top: 20px;
}

.post h2 { 
	font-size: 12px;
    font-weight: 900;
    color: #739f95;
    text-transform: uppercase;
    padding-top: 20px; 
}

.post h3 { 
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	text-transform: uppercase;
	padding-top: 20px;
}





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

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

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





/* POST BLOCKQUOTE */

blockquote  {
	width: 96%;
	max-width: 100%;
	margin: 12px auto;
	padding: 1% 2%;
	background-color: transparent;
	border: 1px solid #739f95;
	position: relative;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content: '\201C';
	font-size: 38px;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
	height: 1px;
	margin: -1px 0 0 8px;
	padding: 0 5px;
	color: #ffc000;
	text-align: center;
	display: inline-block;
	z-index: 25;
	background: #FFF;
}

blockquote:after {
	content: '\201D';
    font-size: 38px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 8px -20px 0;
    padding: 0 5px;
    color: #ffc000;
    text-align: center;
    display: inline-block;
    z-index: 25;
    background-color: #FFF;
}





/* FEATURED IMAGE */

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

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

.post .crop { 
	max-width:720px;
	max-height:320px;
	overflow: hidden; }

.post .crop img {  
	border-bottom-left-radius:0px;
	max-width:720px;
	max-height:320px;
}





/* SUBMIT */

.searchform input { 
	padding-top: 5px;
	padding-bottom: 5px;
	border:0px; 
	width:100%; 
	color:#ffc000; 
}

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

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 #739f95;
	background: #739f95;
}

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





/* HIDDEN POST CONTENT */

.hidcon { 
	margin: 20px 0px; 
}

.hidcon a { 
	color:#ffc000;
	font-weight: 900;
	text-transform:uppercase;
	font-size:11px; 
}

.hidcon a:hover { 
	color:#739f95; 
}

.hidcon:first-letter {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 10px;
	font-weight: 400;
	color: #FFF;
	background: #739f95;
	margin-top: -10px;
}





/* 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: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Roboto Mono', monospace;
	color: #FFF;
	background: #ffc000;
	text-transform: uppercase;
	padding: 2px;
	text-decoration: none;
}

.breadcrumb a:hover { 
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Roboto Mono', monospace;
	color: #FFF;
	background: #739f95;
	text-transform: uppercase;
	padding: 2px;
}





/* HIGHLIGHT */

::selection {
	background: #ffc000;
	color: #ffffff;
}

::-moz-selection {
	background: #739f95;
	color: #ffffff;
}





/* TOOL TIP */

#qTip { 
	display: none;
	color: #FFF; 
	border: 0px solid #739f95;
	position: absolute;
	text-transform: uppercase;
	background-color:#ffc000;
	z-index: 1000;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80; 
	font-family: Gidugu;
	padding: 4px;
    font-size: 14px;
    letter-spacing: 0.15em;
}





/* TOP AFFIE DROPDOWN */

select{
	margin-top:10px;
	width:220px;
	border:solid 1px #ffc000;
	font-family: Gidugu;
	padding: 4px;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 0.15em;
}




/* FOOTER */

#footer i {
    color: #ffc000;
}

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

#footer .fa{ 
	font-size: 14px;
	color: #ffc000;
}

#footer { 
	max-width: 100%;
	color: #739f94;
	font-size: 18px;
	background-color: #030303;
	padding: 8px;
}

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

#footer a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #739f94;
	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;
}

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





/* SCROLLBAR */

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

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 6px;
}

/* Track */
	::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #739f95;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

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





/* PAGINATION */

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

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

.pagination .current, .pagination span, .pagination a {
	background-color: #FFF;
	color: #ffc000;
	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: #739f95;
	color: #FFF;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}





/* RESPONSIVE */

@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%; }
	.latimg { display: none; }
	#imgftr { display: none; }
	#header {display: none;}
	#welcome {display: none;}
	#footerbanner {display: none;}
	#logo { display: block; }
	#banner { display: none; }
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	#entry { max-width: 100%; border: 1; float: none; }
	.post .featured img {display: none; }
	.bar { display: none; }
	.bar .welcome { display: none; }
	.post .title a { font-size: 24px;}
	#playerposition { display: none; }

	}