/*
Theme Name: GD_DGJul
Theme URI: https://danai-gurira.com
Description: Theme designed exclusively for danai-gurira.com
Version: 1.0
Author: Gratrix Designs
*/




@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}

@font-face {
	font-family: "Citizen_Brush";
	src: url("./fonts/Citizen_Brush.otf");
}






/* NAVIGATION */

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

.nav a {
	display: inline-block;
	color: #101010;
	padding: 2px 28px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'DM Serif Display', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.12em;
	-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;
	margin: 10px;
}

.nav a:hover {
	color: #7e2ea3;
}

.nav .icon {
	display: none;
}


@media screen and (max-width: 820px) {
.nav a {display: none;}
.nav a.icon {
	float: right;
	display: block;
	width: 60px;
  }
}

@media screen and (max-width: 820px) {
.nav.responsive {
	position: relative; 
	top: 0;
}

.nav.responsive .icon {
	position: fixed;
	right: 0;
	top: 0;
}
	
.nav.responsive a {
	float: none;
	display: block;
	text-align: center;
}

}





/* HEADER & BODY */

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

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

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






/* WRAPPER/CONTAINER */

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

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




/* WELCOME */

#welcome {
	width: 1200px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 2px;
	color: #535150;
	line-height: 20px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background:URL("images/welcome.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#welcome b {
	color: #e71b6d; 
}

#welcome strong {
	color: #7e2ea3;
}

#welcome em {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	text-transform: capitalize;
	font-size: 12px;
	background: #e71b6d;
}

#welcome i {
	font-family: 'DM Serif Display', serif;
	color: #7e2ea3;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}

#welcome u {
	color: #e71b6d; 
	text-decoration: none; 
	padding-bottom: 1px; 
	border-bottom: 1px dashed #1d6068; 
	letter-spacing: 2px;
	font-weight: 600;
}




/* POSTS */

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

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

.post_text {
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;
	border: solid 1px #E6E6E6;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	text-align:justify;
	color: #575757;
	border-radius: 0 10px;
}

.post_title {
	margin: 0 auto;
}

.post_title a {
	font-size: 30px;
	font-weight: 400;
	font-family: "Citizen_Brush";
	letter-spacing: 1px;
	line-height: 40px;
	color: #383838;
	text-decoration: none;
}

.post_title a:hover {
	color: #383838;
}






/* DATE/CATS */

.date_cats { 
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #535150;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #e71b6d;	
}

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

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








/* FEATURED IMAGE */

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

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

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




/* POST IMAGES */

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

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






/* HEADER TAGS */

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

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

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

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 #7e2ea3;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #e71b6d;
	font-family: 'Poppins', sans-serif;
}

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






/* GALLERY LINK */

.odd .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; 
}

.odd .gal-links a{
	font-size: 14px;
	line-height: 16px;
	color: #7e2ea3;
}

.odd .gal-links a: link{
	font-size: 14px;
	line-height: 16px;
	color: #7e2ea3;
}

.odd .gal-links a, .ext-links a:visited {
	text-decoration: none; 
	color: #7e2ea3; 
}

.odd .gal-links a:hover {
	text-decoration: none;
	color: #e71b6d; 
}

.even .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; 
}

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

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

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

.even .gal-links a:hover {
	text-decoration: none;
	color: #7e2ea3; 
}






/* BLOCKQUOTE */

blockquote {
	font-size: 13px;
	font-style: italic;
	width: 90%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #535150;
	border-left: 3px dashed #7e2ea3;
	background: #f4f4f4;
}






/* MISC CODE */

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #7e2ea3;	
}

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;
    font-weight: 400;
    text-decoration: none;
    color: #e71b6d;
}

a:hover {
    text-decoration: none;
    color: #7e2ea3;
}

b, bold {
    color: #7e2ea3;
}

strong {
    color: #e71b6d;
}

i, italic {
    color: #7e2ea3;
}

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

u, underline {
	border-bottom: 1px solid #7e2ea3; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #e71b6d;
}

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

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

.side li { 
	border-bottom: 1px solid #fff;
	padding: 10px;
	background: #f2f2f2;
	list-style: none;
}

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

.post-edit-link {
    padding: 25px 0;
}

a.post-edit-link{
	display: inline-block;
	margin: 10px 0 0 0;
	border: 1px solid #7e2ea3;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #e71b6d;
}

a.post-edit-link:hover{
	display: inline-block;
	border: 1px solid #e71b6d;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #7e2ea3;
}

.mejs-container *, .mejs-container .mejs-controls div {
	font-size: 14px!important;
}

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






/* SIDEBAR */

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

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

.side .title {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-top: -10px;
	background-image: url(images/sidebg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.sideb {
	background: #7e2ea3;
	line-height: 1em;
	padding: 4px;
	display: inline-block;
}

.side .border {
	margin-top: -13px;
	border-bottom: 2px solid #7e2ea3;
}

.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;
	font-weight: 400;
	text-decoration: none;
	color: #e71b6d;
}

.side a:hover {
	text-decoration: none;
	color: #7e2ea3;
}

.side b, bold {
	color: #7e2ea3;
}

.side strong {
	color: #e71b6d;
}

.side i, italic {
	color: #7e2ea3;
}

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

.side u, underline {
	border-bottom: 1px solid #7e2ea3; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #e71b6d;
}






/* SIDE IMAGES */

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

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






/* PROJECTS */

.proj15 {
	width: 100%;
	margin: 0 auto 10px 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;
}

.proj15 .proj_img {
	border: none;
	margin: 0;
	padding: 0;
}

.proj15 .proj_img:hover {
	border: none;
	margin: 0;
	padding: 0;
}

.projtitle {
	position: relative;
    	margin-bottom: 5px;
	margin-top: -15px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	z-index: 30;
	background: -webkit-linear-gradient(left, #e71b6d, #7e2ea3);
	background: -o-linear-gradient(right, #e71b6d, #7e2ea3);
	background: -moz-linear-gradient(right, #e71b6d, #7e2ea3);
	background: linear-gradient(to right, #e71b6d , #7e2ea3);
}

.projtitle span { 
	position: relative; 
	z-index: 35; 
}

.projinfo {
	margin: 0 0 10px 0;
    	padding: 0px 10px 15px 10px;
}

.projlink {
	width: 100%;
	text-align: center;
	background-color: transparent;
	color: #FFF;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: -12px auto 0 auto;
	display: table;
	position: relative;
	z-index: 25;
}

.projlink span {
	margin: 0 auto;
	background-color: #7e2ea3;
	color: #FFF;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 5px;
}

.projlink a {
	background-color: transparent;
	color: #FFF !important;
	margin: 0 20px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projlink a:hover {
	background-color: transparent;
	color: #FFF !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}






/* SUBMIT */

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

.searchform input{
	border: 0 none;
	padding: 8px 20px;
	background: #e71b6d;
	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: #7e2ea3;
	color: #fff;
}

::-moz-selection {
	background: #7e2ea3;
	color: #fff;
}






/* DROPDOWN */

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






/* TOOL TIP */

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






/* FOOTER */

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

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

#footer a {
	font-weight: 400;
	color: #e71b6d;
	text-decoration: none;
}

#footer a:hover {
	font-weight: 400;
	color: #7e2ea3;
	text-decoration: none;
}

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

#footer .credit {
	color: #fafafa;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 400;
	text-align: center;
	background: #101010;
}







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

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






/* 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: #f5f5f5;
	color: #e71b6d;
}

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

.commentlist .children {
	padding: 0 0 0 20px;
	border-left: 1px dotted #f5f5f5;
	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: #e71b6d;
}

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

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

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

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

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






/* PAGINATION */

.pagination {
	font-family: 'Poppins', sans-serif;
	margin: 0 0 80px 0;
	font-size: 10px;
	font-weight: 700;
	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 2px;	
	padding: 15px;
	background-color: #fff;
	text-decoration: none;
	color: #575757;
	border: solid 1px #f2f2f2;
}

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

.pagination span.current {
	cursor: default;
}