/*
Theme Name: Toronto AES Theme
Theme URI: http://www.blueorchard.ca
Version: 1
Author: Blue Orchard Communications & Web Design
Author URI: http://www.blueorchard.ca
Template: Divi
*/

@import url("../Divi/style.css");

	/* Color Layouts 
	 .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container,.et_pb_bg_layout_light p.et_pb_title_meta_container a { color: #000; }*/
	 
sup { font-size: 60%; }

/* Add padding to fullwidth post title meta START */
.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
    padding-bottom: 15px;
}
/* Add padding to fullwidth post title meta END */

/* Make posts images blog list smaller and to the left START */
@media all and (min-width: 400px) {
.et_pb_post > a img {
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	width: 30% ;
}

#page-container .et_pb_post {
	clear: both !important;
	float: none !important;
	margin: 0 !important;
}

/* Make Read More link inline, not blocked and uppercase. 
.et_pb_posts a.more-link {
    display: block;
    max-width: 88px;
    text-transform: uppercase;
    color: #006699;
    border: 1px solid #006699;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 3px;
}*/
}
/* Make posts images blog list smaller and to the left END*/

/* Make posts images on post page smaller and to the left START */
@media all and (min-width: 400px) {
.et_post_meta_wrapper > img {
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	width: 30% ;
}
#page-container .et_post_meta_wrapper {
	clear: both !important;
	float: none !important;
}

}
/* Make posts images on post page smaller and to the left END */


/* Post Navigation Previous Next Spacing START */
div.wp-post-navigation {margin-top: 50px; }
div.wp-post-navigation-pre a, div.wp-post-navigation-next a {height: 36px; }
.wp-post-navigation-pre { padding-left: 60px; padding-bottom: 16px; }
.wp-post-navigation-next { padding-right: 60px; }
/* Post Navigation Previous Next Spacing END */


/* Make blog grid items separate with margin START */
#page-container .et_pb_post {
    margin-bottom: 15px !important;
}
/* Make blog grid items separate with margin END */

.center {
    text-align: center;
}

/* Begin - Contact Form 7 Styling */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #006699 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}
/* End - Contact Form 7 Styling */