/*
 Theme Name:   Mitchwords
 Theme URI:    http://mitchwords.com
 Description:  Julie Mitchell Mitchwords
 Author:       Caroline Benn
 Author URI:   http://www.carolinebenn.co.uk
 Template:     ample
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ample-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
/* 
article,aside,details,figcaption,figure,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

 */



html, body {
background-color: white ;
height: 100%;
color: #333;
}

p {
color: #444;
font-weight: 500;
}

h4 {
color: #333;
}

.row {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}

.main-navigation a {
color: #444;
font-weight: 300;
}

.post-title-wrapper {
display: inline;
}

.header-post-title-container {
padding: 0;
background-color: #117FC3 !important;
}
.post-title-wrapper img {
/*display: block; */
margin: 0 auto;
padding: 10px;
width: 20%;
}

@media (max-width: 640px) {
	.post-title-wrapper img {
	/*display: block; */
	margin: 0 auto;
	padding: 10px;
	width: initial;
	}
}

/*   H O M E   P A G E    */

h1#site-title a {
color: #117fc3 !important;
font-size: 29px !important;
}

@media (max-width: 720px ) {
	h1#site-title a {
	color: #117fc3 !important;
	font-size: 20px !important;
	margin-bottom: 20px;
	}
}

@media (max-width: 503px) {
	h1#site-title a {
	font-size: 18px !important;
	}
}


h1#site-title a:hover {
color: #4098cf !important;
}

.big-slider-wrapper {
margin: 0px;
max-width: 100%;
}

.big-slider-wrapper img {
width: 110%;
}



#primary {
float: none;
width: 100%;
}

.custompage {
margin-top: 50px;
margin-bottom: 50px;
padding-left: 15px;
padding-right: 15px;
}

#secondary {
float: none;
width: 100%;
}

footer#colophon {
padding-top: 30px;
padding-bottom: 30px;
}

.footer {
background-color: white;
}

.big-slider h3.entry-title {
padding: 20px;
text-align: center;
}

.big-slider h3.entry-title a {
color: white;
text-shadow: 2px 2px #333;
}

.slider-entry-container {
margin: 10px;
background-color: rgba(63, 144, 198, 0.5);
padding-top: 50px;
padding-bottom: 50px;
border-radius: 3px;
}

@media (max-width: 580px) {
	.slider-entry-container {
	padding: 12px;
	}
}

.slider-link-btn a {
background-color: rgba(63, 144, 198, 0.7);
color: white;
}

.slider-link-btn a:hover {
background-color: rgba(63, 144, 198, 0.9);
color: white;
}



/*   P A G E   T E M P L A T E S   */

#portfolio-page, #services-page, #about-page  .row  {
max-width: 1000px;
margin: 0 auto;
}

#front-page {
text-align: justify;
}

#front-page h3 {
margin-bottom: 25px;
}

#services-page {
text-align: justify;
}

#services-page h3 {
margin-bottom: 25px;
}

#services-page hr {
margin: 4em 0;
}

#services-page p i.fa {
color: #666;
font-size: 80px;
text-align: center;
margin-top: 20px;
}

@media (max-width: 640px) {
	#services-page img {
	margin: 0 auto;
	}
	
	#services-page h3 {
	text-align: center;
	}
}

#services-page-header img {
margin-left: 25px;
}

#about-page {
text-align: justify;
max-width: 1100px;
margin: 0 auto;

}


#about-page img {
border-radius: 5px;
}

#portfolio-page {
margin-bottom: 3em;
}

#portfolio-page blockquote {
background-color: white;
border: none;
display: inline-block;
}

#portfolio-page blockquote > .content-column div {
background-color: #117FC3 !important;
margin: 5px;
border-radius: 5px;
}

#portfolio-page blockquote {
 font-style: normal;
padding: 0px;
 }

#portfolio-page blockquote p {
 font-style: normal;
 font-weight: 500;
 color: white;
 text-align: center;
 text-shadow: 2px 1px #444;
}

#portfolio-page .row  {
max-width: 1000px;
}

#portfolio-page h3 {
text-align: center;
}


.testing {
margin: 12px;
}

#portfolio-page p.webcopyp {
text-align: center;
}

#portfolio-page .medium-3.columns {
background-color: orange; 
margin: 2px;

}

@media (max-width: 640px) {
	#portfolio-page {
	text-align: justify;
	}

	#portfolio-page img {
	display: block; 
	margin-left: auto; 
	margin-right: auto 
	}

}

.post-title-wrapper {
float: none !important;
}

h1.header-post-title-class.entry-title {
ttext-align: center;
}

/*   N E W   C O L U M N   L A Y O U T   */

/*
#portfolio-page .content-column {
padding: 15px;
}
*/

.bluebox {
margin-top: 3em;
margin-bottom: 2em;
}

.bluebox > .content-column div {
background-color: #117FC3;
box-shadow: 2px 2px 2px #ccc;
border-radius: 5px;
margin: 5px;
}

.bluebox p {
color: white;
text-align: center;
text-shadow: 2px 1px #444;
letter-spacing: 1px;
}

.content-column h4 {
padding-top: 15px; 
color: white;
text-align: center;
letter-spacing: 1px;
text-shadow: 2px 2px 2px #444;
}

.content-column h4 a {
color: #f5f5f5;
}

.content-column h4 a:hover {
color: #ffffff;
text-shadow: 2px 2px #4098cf ;
}

.content-column img {
padding: 0 15px 0px 15px;
margin-bottom: 3px;
} 

#portfolio-page .content-column.one_half h3 {
margin-top: 20%;
border-bottom: 1px solid #eee;
}

@media (max-width: 640px) {
	#portfolio-page  .content-column.one_half h3 {
	margin-top: 0PX;
	border-bottom: 1px solid #eee;
	}
}

#portfolio-page hr {
margin-top: 4em;
margin-bottom: 4em;
}



/* CONTACT PAGE  TEST based on Jeannie's site */



#contactheader p {
text-align: center;
color: #4d4d4d;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.5em;
margin-bottom: 0px;
}

#contactheader i {
color: #4d4d4d;
font-size: 2em;
text-align: center;
display: block;
margin: 1em;
}

hr.contact-header {
margin: 4em 7em;
border: 0;
height: 1px;
background: #aaa;
background-image: -webkit-linear-gradient(left, white, #aaa, white);
background-image:    -moz-linear-gradient(left, white, #aaa, white);
background-image:     -ms-linear-gradient(left, white, #aaa, white);
background-image:      -o-linear-gradient(left, white, #aaa, white);
}

label {
  font-size: 0.875rem;
  color: #117FC3;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.form.contact-form.commentsblock > div {
text-align: center;
margin-left: 50px;
}

@media only screen and (min-width:768px) and (max-width: 958px)  {
	#header-right-section {
	float: none;
	}
	
	.main-navigation {
	float: none;
	}
}

@media only screen and (min-width:958px) and (max-width: 1141px)  {
	#header-right-section {
	float: none;
	}
	
	.main-head-wrap {
	padding-bottom: 0px;
	}
	
	.main-navigation {
	float: none;
	}
}

/*.  testimonials */

.testimonial {
background-color: gray;
padding: 30px 15px 30px 15px;
w//idth: 100%;
border-top: 2px solid #bbb;
border-bottom: 2px solid #555;
}

.testimonial blockquote {
text-align: justify !important;
color: #fafafa;
border: none;
margin-bottom: 0px;
padding: 5px;
}

.testimonials-widget-testimonials {
margin: 0 auto;
max-width: 650px;
}

.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
margin-top: 1.2em;
color: #222;
}


#header-left-section {
width: 25%;
}

[class*="column"] + [class*="column"]:last-child {
float: none;
}