/* 
D. Christine Design -  LARGE // Responsive Stylesheet, max width of 1024px
-
© 2017 D. Christine, dchristinedesign.com - all rights reserved
-
Palette: 

Light Gray - #EAEAEA
Dark Gray - #666666
-
Hot Pink - #CF2A90
Mauve - #781060
-
Bright Purple - #793A93 
Deep Purple - #421452
-
Midnight Blue - #0B1335
-
Turquoise - #66D8CA
Dk. Turquoise - #43ADAA
*/


/* GLOBAL & TYPE */

@media only screen and (min-width: 768px) and (max-width: 959px) {


body {
	font-size: 16px;
	line-height: 36px;
}

h1 {
	font-size: 30px;

}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}


p {
	
	font-size: 18px;
	line-height: 30px;	
}

strong {
	color: #793A93;
}

ul {
	list-style-type: none;
}

/* Structure */

header {
	background-color: #fff;
	width: 100%;
	height: 160px;
}


#head-wrapper {
    width: 90%;
}
	
#head-wrapper .pink-cta-btn {
    margin-top: 10%;
}

.logo {
    display: block;
    float: none;
    margin-top: 20px
}

/*** NAVIGATION ***/

#navigation {
    /*margin: 2% auto 2%;*/
    position: relative;
    width: 90%;
}

#navigation ul {
	background: url('../images/menu-icon.png') no-repeat 8px 8px;
	float: right;
	border: 1px solid #43ADAA;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 10;
	width: 96%;

}

#navigation li {
display: none;  /*hide the li */
margin: 0;
}

#navigation  li.current {
	display: block; /* only show current item */
}
	
	#navigation li.current a {
		color: #793A93  !important;
	}

	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}

#navigation .current a {
	background: none;
	color: #666;
}

/* on nav hover */
	#navigation ul:hover {
		background: url('../images/menu-icon.png') no-repeat 8px 8px;
	}
	#navigation ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	#navigation ul:hover .current {
		background: url('../images/pink-asterisk.png') no-repeat 8px 15px;
	}

	.navigation .right ul {
		left: auto;
		right: 0;
		}


/**/

#feat-img {
	width: 100%;
}

#feat-img h1 {
	line-height: 40px;
	width: 100%;
	font-size: 30px;
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto;
}


.subtitle {
     width: 75%;
     padding: 15px 0px;
}

.section h2 {
    text-align: center;
    margin: 5% auto 10%;
}


#aside {
    float: none;
    display: block;
    width: 90%;
    margin: 10% auto 10%;
}

#resume-aside {
    float: none;
    margin: 10% auto 10%;
    width: 90%;
    padding: 0px 15px;
    background: #43ADAA;
}


#resume-aside h2 {
    color: #43ADAA;
    margin: 10% auto 10% !important;
    width: 80%;
}

#main-content {
    display: block;
    width: 100%;
    float: none;
}


/** SUBPAGE **/

#subpage .subtitle h1 {
   font-size: 46px;
    text-transform: uppercase;
   text-align: center;
   margin-top: 5%;
}

#subpage #feat-img {
    background: url('../images/header-pattern-subpage-medium.jpg') no-repeat;
    background-size: cover;
    min-height: 125px;
    height: 100%;
}

.me {
    width: 100%;
    margin-top: 60px;
    height: auto;
    text-align: center;
}


/** PORTFOLIO **/


.portfolio-intro {
    width: 90%;
    display: block;
   }

#portfoliolist .portfolio {
	width: 90%;
	margin: 1%;
}		


#portfoliolist {
	margin-top: 30px;
}


#filters {
    margin: 10% 1% 0%;
    width: 100%;
    border-radius: 5px;
}

	#filters li {
		float:none;
	}



#portfolio-item .subtitle {
    width: 60%;
    height: 100%;
    margin: 10% auto 10%;
    padding: 0px;
}


#portfolio-item #feat-img {
    min-height: 125px;
    height: 100%;
}

#portfolio-item #aside {
    width: 100%;
}

#portfolio-item #main-content {
    width: 90%;
    margin: 0px auto;
}


#aside .pink-cta-btn {
    float: none;
    margin: 5% auto 5%;
    width: 30%;
    text-align: center;
}

.portfolio-thumbs {
    margin: 0;
    width: 100%;
   }

.recent-item {
    width: 100%;
}


#recent-works .purple-cta-btn {
    float: none;
    width: 90%;
    padding: 5% 5%;
    margin-top: 10%;
    text-align: center;
}



.service-type {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15%;
}

.service-type .purple-cta-btn {
    background-color: #793A93;
    padding: 5%;
    width: 90%;
    margin-top: 10%;
   }


.service-type img {
    width: 40%;
    height: auto;
}



/** SERVICES **/

.full-pink, .full-blue, .full-purple {
	margin-top: 0%;
}

.full-pink h2, .full-blue h2, .full-purple h2 {
     width: 90%;
}

.left-col {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}

.right-col {
    display: block;
    float: none;
    width: 100%;
    margin: 15% auto 0%;
}

/** CONTACT FORM **/

.contact_form textarea {
    width: 90%;
 
 }

 .contact_form input:focus, .contact_form textarea:focus {
    padding-right: 40px;
}

 /** FOOTER **/


.footwrap {
    width: 90%;
}

.footwrap p {
    width: 90%;
    text-align: center;
}

.footwrap ul {
    float: none;
    margin: 0px auto;
    overflow-y: auto;
    padding: 0px;
    width: 90%;
    display: block;
}

.footwrap li {
    float: left;
    margin-left: 20px;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-bottom: 21px;
}


#footer-cta h2 {
    float: left;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    margin: 0px auto;
}

#footer-cta h2 {
    float: none;
    font-size: 24px;
    width: 90%;
}

#footer-cta .blue-cta-btn {
    float: none;
    width: 90%;
    text-align: center;
    padding: 3%;
    margin-top: 20px;
}


} /* end stylesheet */