/*
Theme Name: Modality Child
Template: modality
*/


/* Remove "Face the Flames" button */
div#get-started {
	display: none;
}

/* Vertical centering of the menu */
ul#menu-top-navigation-menu {
	margin-top: 10px;
}

/* Changing background of Services section to wood texture */
div#features {
	/*
	background-image: url("../modality-lws-child/Icons%20Banner%20Smaller.jpg");
	background-image: url("../modality-lws-child/Full%20Wood.jpg");
	background-image: url("../modality-lws-child/Wall%20Top.jpg");
	background-image: url("../modality-lws-child/Wall%20Full.jpg");
	background-image: url("../modality-lws-child/Wall%20with%20Fade.jpg");*/
	background-image: url("../modality-lws-child/Full%20Wood.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-bottom: 2px solid white; /* Border added to bottom off services section to match the top */
}

/* REMOVE Heading from the services section */
h2.section-title {
	display: none;
}

/* Remove a heading () section that was pushing the services down */
h4.sub-title {
	display: none;
}

/* Vertically center the services */
div.feature.wow.bounceIn {
	vertical-align: top;
}

/* Removing default social media icons as we'll be using different ones.  */
div.social {
	display: none;
} 

/* Changing color of the Latest News Section's title "Recent Events" to white */
h2.boxtitle.wow.bounceInLeft::after {
	color: white;
	background-color: white;
}

/* overriding YouTube video width by modifying footer-v4.sidebar-footer code */
.footer-v4 .sidebar-footer {
    width: 60%;
}


/* Reshaping Footer Widget area to be our Thank you guitar message */
div#footer {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 	
	background-image: url('./BackgroundScroll.jpg');
	width: 100%;
	height: 1772px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}


/*  */
div#feature h3 {
	font-size: 4em;
	font-weight: 700;
}

div.feature h3 {
	font-size: 1.4em;
	font-weight: 700;
}

/* 1st Service Title */
div.feature:nth-child(3) > h3:nth-child(1) {
	font-size: 1.4em;
	font-weight: 700;
}

/* 1st Service Sub-Title*/
div.feature:nth-child(3) > p:nth-child(2) {
	font-size: 1.4em;
	font-weight: 500;
}

/* 2nd Service Title */
div.feature:nth-child(4) > h3:nth-child(1) {
	font-size: 1.4em;
	font-weight: 700;
}

/* 2nd Service Sub-Title*/
div.feature:nth-child(4) > p:nth-child(2) {
	font-size: 1.4em;
	font-weight: 500;
}

/* 3rd Service Title */
div.feature:nth-child(5) > h3:nth-child(1) {
	font-size: 1.4em;
	font-weight: 700;
}

/* 3rd Service Sub-Title*/
div.feature:nth-child(5) > p:nth-child(2) {
	font-size: 1.4em;
	font-weight: 500;
}

/* 4th Service Title */
div.feature:nth-child(6) > h3:nth-child(1) {
	font-size: 1.4em;
	font-weight: 700;
}

/* 4th Service Sub-Title*/
div.feature:nth-child(6) > p:nth-child(2) {
	font-size: 1.4em;
	font-weight: 500;
}