/*

Theme Name: Aaron's Portfolio Child Theme
Description: Aaron's Child Theme
Author: Aaron
Version: 1
Template: philomina

*/

@import url('../philomina/style.css');

/* mobile first styles ************************************************************************/


/******************* Typography **************************/
/* Paragraph Styling */
p {
	color: #494949 !important;
	color: #5f5f5f !important;
	font-size: 16px;
	padding-right: 0%;
	margin-bottom: 50px !important;
}

h1, h2, h3{
	color: #494949 !important;
	color: #5f5f5f !important;
}


/* Styling for all H1 in .section_head */
.section_head h1{
	text-transform: uppercase !important;
	font-style: normal !important;
	color: rgba(240,236,116,1) !important;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
	font-size: 48px !important;
}

/* Styling for H1s in section post containers */
.post_container.c_align h1 {
	margin-top: 50px !important;
}

/* Styling for all H1s */
h1{
	font-family: 'Roboto' !important;
	font-weight: 500 !important;	
	font-size: 24px !important;
}

/* H1 in About Section */
h1.full {	
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
	font-size: 48px !important;
	color: #F0EC74 !important;
}

/* Applies Text Styling to Site Name in Small Text */
small{
	font-family: 'Roboto' !important;
	font-weight: 100 !important;	
	font-size: 14px !important;
	color: #F0EC74 !important; 
}

/* Applies styling to footer text */
footer p {
	color: #F0EC74 !important;
	font-size: 12px;
}



/******************* About Page Typography **************************/

#title_1 {
	margin-left: -2px;
	line-height: 100%;
	font-size: 350% !important;
	/*text-shadow: 5px 5px 10px rgba(240,236,116, .8);*/
}

#title_2 {
	margin-top: -55px;
	margin-left: 0px;
	font-size: 220% !important;
}

#title_3 {
	margin-top: -10px;
	margin-left: 0%;
	font-size: 100% !important;
}

#title_4 {
	margin-top: -10px !important;
	margin-left: 0%;
	line-height: 100%;
	width: 100%;
	font-size: 150% !important;
}

#title_5 {
	color: #5f5f5f !important;
	font-size: 16px;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
}

#title_6 {
	color: #5f5f5f !important;
	font-size: 14px;
	font-family: 'Roboto' !important;
	font-weight: 100 !important;
}

#title_7 {
	color: #5f5f5f !important;
	font-size: 16px;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
}

#title_8 {
	color: #5f5f5f !important;
	font-size: 14px;
	font-family: 'Roboto' !important;
	font-weight: 100 !important;
}

#title_emphasis {
	color: #494949;
	font-size: 200%;
	margin-left: -5px;
}

#about_paragraph {
	margin-top: 30px !important;
	margin-bottom: 80px !important;
}

/* Emphasizes the first few words in about paragraph */ 
#emphasize {
	color: #494949;
	font-size: 200%;
	/*text-shadow: 2px 2px 4px rgba(240,236,116, .8);*/
}

/* Styling for the about paragraph */
#about_paragraph {
	margin-top: 60px;
	margin-bottom: 150px;
}



/******************* Subdivides Text and Images Within About Section and Hides Title **************************/
/* Image pushes left */
.about_left {
	float: left;
	width: 49%;
}

/* Image pushes right */
.about_right {
	float: right;
	width: 49%;
}

/* hides top title */
#top_title {
	display: none;
}

/* hides top side title */ 
#top_side_title {
	display: none;
}




/******************* Styling of All Links **************************/

/* Link styling */
a {
	color: #494949 !important;
	font-family: 'Roboto' !important;
	font-weight: 100 !important;	
}

/* Colors links when user hovers over it */
a:hover {
	color: #EEE !important;
}

/* Applies Color to Menu Link item */
.fa.fa-bars {
	color: #F0EC74 !important;
}

/* Applies color to menu link item when user hovers over it */
.fa.fa-bars:hover {
	color: #EEE !important;
}

/* Applies Color to Menu Link */
.open-menu{
	color: #494949 !important;
}

/* More Link at Bottom */
.pagination.c_align a {
	background-color: #F0EC74 !important;
}

/* Hover effect applied to more link at bottom */
.pagination.c_align a:hover {
	color: rgba(73,73,73,.5) !important;
	background-color: rgba(240,236,116,.5) !important;
}

/* Styles Video Link in Post Container */
#internal .content .post_container a {
	border-bottom: none !important;
	font-size: 14px;
}

/* Video Link Margins */
.video_link {
	margin-top: -20px !important;
	margin-bottom: 35px !important;
}

/* Applies font-weight to Capsaicin Video Link */
.video_link a {
	font-weight: 500 !important;
}




/******************* Hidden Menu **************************/
/* Color of hidden menu */
nav.hidden-menu > div {
	background: rgba(240,236,116,.85) !important;
	border-left: 1px solid #fff;
}

/* Gets rid of border bottom on menu list item */
nav.hidden-menu li {
	border-bottom: none !important;
	text-transform: uppercase !important;
}

/* Hover effect over about link */
.menu a:hover {
	color: #F0EC74 !important;
}

/* Styles about link */
.menu a {
	color: white !important;
	font-size: 36px !important;
	margin-top: -10px !important;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
	text-align: left !important;
}

/* Hover effect over close link */
a.close-menu:hover {
	color: #F0EC74 !important;
}

/* Styles close menu link */
a.close-menu {
	color: #fff !important;
	font-family: 'Roboto' !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	margin-top: 0px !important;
}

/* Hides close box */
.fa.fa-close {
	display: none !important;
}

/* Positions Project Link */
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-345 a {
	font-size: 36px !important;
	margin-top: -17px !important;
	margin-bottom: 5px;
}



/******************* Header **************************/
/* Gets Rid of Background Stripes in Header */
.section_head{
	background-size: 0px !important;
}

/* Adds Border to Header */
#internal .content .section_head{
	border-bottom: 10px solid #F0EC74;
	border-top: 5px solid #494949;
}




/******************* Image Borders **************************/
/* Applies border around images */
.left img {
	border: 1px solid #fff;
}

.right img {
	border: 1px solid #fff;
}

.width_100 img {
	border: 1px solid #fff;
}

.left_41 img {
	border: 1px solid #fff;
}

.right_57 img {
	border: 1px solid #fff;
}

.no_border img {
	border: none !important;
}




/******************* Aligns Images on Page **************************/
/* Interactive Cube */
.alignleft.size-full.wp-image-237 {
	margin-top: 40px;
	margin-left: -3%;
}

/* About Costume Image */
#sm {
	margin-top: -40px;
}




/******************* Posts Section **************************/
/* Post #12 forces images and text to span across the page a certain width */
.post-59.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #11 forces images and text to span across the page a certain width */
.post-62.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #10 forces images and text to span across the page a certain width */
.post-65.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #9 forces images and text to span across the page a certain width */
.post-68.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #8 forces images and text to span across the page a certain width */
.post-71.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #7 forces images and text to span across the page a certain width */
.post-74.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #6 forces images and text to span across the page a certain width */
.post-78.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #5 forces images and text to span across the page a certain width */
.post-81.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #4 forces images and text to span across the page a certain width */
.post-84.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #3 forces images and text to span across the page a certain width */
.post-89.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #2 forces images and text to span across the page a certain width */
.post-92.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #1 forces images and text to span across the page a certain width */
.post-96.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}

/* Post #0 forces images and text to span across the page a certain width */
.post-102.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 75% !important;
}



/******************* Sizes Images Within Posts **************************/
/* Pushes Images Left */
.left {
	float: left;
	width: 49.45%;
}

/* Pushes Images Right */
.right {
	float: right;
	width: 49.45%;
}

/* Image spans 100 percent */
.width_100 {
	float: left;
	width: 100%;
}

/* Image spans 41 percent */
.left_41 {
	float: left;
	width: 41%;
}

/* Image spans 57 percent */
.right_57 {
	float: right;
	width: 57%;
}



/******************* Hides **************************/

/* Hides line within pages content section */
article.full hr{
	display: none !important;
}

/* Hides Aside */
aside {
	display: none !important;
}

/* Hides Tags */
.tags{
	display: none !important;
}

#post_container c_align p{
	width: 100% !important;
}

/* Hides Comments */
a.go_to_comments{
	display: none !important;
}

/* Hides Post Info */
.post-info{
	display: none !important;
}

/* Hides Comment Form */
#comment-form {
	display: none !important;
}

/* Hides Search */
.open-search {
	display: none !important;
}




/******************* Post Background Image **************************/
/* Post #12 Background Image */
.block.w4.post-59.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/lr.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #11 Background Image */
.block.w4.post-62.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/c_1.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}

/* Post #10 Background Image */
.block.w4.post-65.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/cs_one.png") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #9 Background Image */
.block.w4.post-68.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/cc_2_aspect.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}

/* Post #8 Background Image */
.block.w4.post-71.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/si_1.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #7 Background Image */
.block.w4.post-74.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/ac_1.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}

/* Post #6 Background Image */
.block.w4.post-78.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/cg_3_01.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #5 Background Image */
.block.w4.post-81.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/ma.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}

/* Post #4 Background Image */
.block.w4.post-84.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/p_1_02.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #3 Background Image */
.block.w4.post-89.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/b_01.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}

/* Post #2 Background Image */
.block.w4.post-92.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/pd_2.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Post #1 Background Image */
.block.w4.post-96.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/pd_ac_1.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-left: 2px solid #eeeeee;
	border-right: 5px solid #eeeeee;
}


/* Post #0 Background Image */
.block.w4.post-102.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	background-image: url("http://www.asfdesigned.com/wp-content/uploads/2016/04/pd_hs_1.jpg") !important;
	text-align: center;
	margin-top: 5px;
	height: 30% !important;
	width: 50% !important;
	border-right: 3px solid #eeeeee;
	border-left: 5px solid #eeeeee;
}

/* Continue Link Within Post Section Opacity 0 */
a.continue {
	opacity: 0 !important;
	color: #494949 !important;
	background-color: #F0EC74 !important;
	border-radius: 0px !important;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	position: relative !important;
	margin-top: -100px !important;
}

/* H1 Element when you hover over it in post section */
.inside_block h1 {
	margin-top: 15px !important;
	color: rgba(255,255,255, .5) !important;
	text-transform: uppercase !important;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
}




/******************* image bottom margin **************************/
/* Applies margin bottom to spot illustration post */
#spot_illustration {
	margin-bottom: 100px !important;
}

/* Applies bottom margin to all posts */
#margin_bottom img {
	margin-bottom: 75px !important;
}



/******************* Footer **************************/
/* Forces footer into normal flow */
footer {
	clear: both;
	background-color: #494949 !important;
	border-top: 10px solid #F0EC74 !important;

/* Footer paragraph widened */
.copy {
	width: 100% !important;
}

}




/* max-width: 770px styles ********************************************************************/

@media screen and (max-width: 770px) {

/******************* Typography **************************/
p {
	font-size: 13px;
	padding-right: 0%;
}

/* Styles Video Link in Post Container */
#internal .content .post_container a {
	font-size: 13px;
}

/* Makes section headings have a thinner thickness */
.section_head h1{
	font-weight: 300 !important;
}

/* H1 in About Section */
h1.full {	
	font-weight: 500 !important;
}




/******************* About Page Typography **************************/

#title_1 {
	margin-top: 0px !important;
	font-size: 280% !important;
}

#title_2 {
	margin-top: -45px;
	font-size: 176% !important;
}

#title_3 {
	margin-top: -15px;
	font-size: 80% !important;
}

#title_4 {
	margin-top: -10px;
	font-size: 120% !important;
	margin-bottom: 80px;
}

#title_contact {
	color: #5f5f5f !important;
	margin-top: -115px !important;
	font-size: 13px !important;
	font-family: 'Roboto' !important;
	font-weight: 500 !important;
}

#title_5 {
	font-size: 13px !important;
	font-weight: 300 !important;
}

#title_7 {
	font-size: 13px !important;
	font-weight: 300 !important;
	margin-bottom: 70px !important;
}

#about_paragraph {
	margin-bottom: 145px !important;
}



/******************* Aligns Images on Page **************************/
/* Interactive Cube */
.alignleft.size-full.wp-image-237 {
	margin-top: 25px;
	margin-left: 0%;
}



/******************* Subdivides Text and Images Within About Section and Shows and Hides Title **************************/

/* Image and text spans 100 percent in about section */
.about_left {
	width: 100%;
}

/* Image and text spans 100 percent in about section */
.about_right {
	width: 100%;
}

/* shows top title */
#top_title {
	display: initial;
}

/* hides side title */
#side_title {
	display: none;
}

/* shows top side title */
#top_side_title {
	display: initial;
}

/* hides bottom side title */
#bottom_side_title {
	display: none;
}



/******************* Posts Section **************************/
/* Post #12 forces images and text to span across the page a certain width */
.post-59.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #11 forces images and text to span across the page a certain width */
.post-62.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #10 forces images and text to span across the page a certain width */
.post-65.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #9 forces images and text to span across the page a certain width */
.post-68.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #8 forces images and text to span across the page a certain width */
.post-71.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #7 forces images and text to span across the page a certain width */
.post-74.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #6 forces images and text to span across the page a certain width */
.post-78.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #5 forces images and text to span across the page a certain width */
.post-81.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #4 forces images and text to span across the page a certain width */
.post-84.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #3 forces images and text to span across the page a certain width */
.post-89.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #2 forces images and text to span across the page a certain width */
.post-92.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #1 forces images and text to span across the page a certain width */
.post-96.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}

/* Post #0 forces images and text to span across the page a certain width */
.post-102.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 100% !important;
}




/******************* Post Background Image **************************/
/* Post #12 Background Image */
.block.w4.post-59.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #11 Background Image */
.block.w4.post-62.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #10 Background Image */
.block.w4.post-65.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #9 Background Image */
.block.w4.post-68.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #8 Background Image */
.block.w4.post-71.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #7 Background Image */
.block.w4.post-74.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #6 Background Image */
.block.w4.post-78.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #5 Background Image */
.block.w4.post-81.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #4 Background Image */
.block.w4.post-84.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #3 Background Image */
.block.w4.post-89.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #2 Background Image */
.block.w4.post-92.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #1 Background Image */
.block.w4.post-96.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}


/* Post #0 Background Image */
.block.w4.post-102.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

}


/* max-width: 400px styles ********************************************************************/

@media screen and (max-width: 400px) {

/******************* Typography **************************/

/* Styling for h1 section headers */
.section_head h1 {
	font-size: 30px !important;
	text-align: left !important;
}

/* H1 in About Section */
h1.full {	
	font-size: 48px !important;
	font-weight: 500 !important;
}

/* Adjust size of footer text */
footer p {
	font-size: 9px;
}




/******************* About Page Typography **************************/

#title_1 {
	margin-top: -20px !important;
	font-size: 220% !important;
}

#title_2 {
	margin-top: -35px;
	font-size: 138% !important;
}

#title_3 {
	font-size: 62% !important;
}

#title_4 {
	font-size: 94% !important;
	margin-bottom: 65px;
}




/******************* Aligns Images on Page **************************/
/* Interactive Cube */
.alignleft.size-full.wp-image-237 {
	margin-left: 1.2%;
}



/******************* Hides **************************/
/* Hides Cover of Crystal Goblet */ 
img.alignleft.size-full.wp-image-221 {
	display: none !important;
}



/******************* Sizes Images Within Posts **************************/
/* Pushes Images Left */
.left {
	width: 100%;
}

/* Pushes Images Right */
.right {
	width: 100%;
}

/* Image spans 41 percent */
.left_41 {
	width: 100%;
}

/* Image spans 57 percent */
.right_57 {
	width: 100%;
}



/******************* Post Background Image **************************/
/* Post #12 Background Image */
.block.w4.post-59.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.34% !important;
}

/* Post #11 Background Image */
.block.w4.post-62.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.2% !important;
	margin-left: .8%;
}

/* Post #10 Background Image */
.block.w4.post-65.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #9 Background Image */
.block.w4.post-68.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #8 Background Image */
.block.w4.post-71.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #7 Background Image */
.block.w4.post-74.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #6 Background Image */
.block.w4.post-78.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #5 Background Image */
.block.w4.post-81.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #4 Background Image */
.block.w4.post-84.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #3 Background Image */
.block.w4.post-89.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}

/* Post #2 Background Image */
.block.w4.post-92.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

/* Post #1 Background Image */
.block.w4.post-96.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.45% !important;
	margin-left: .4%;
}


/* Post #0 Background Image */
.block.w4.post-102.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	width: 99.65% !important;
}

}