/*
Theme Name: 7thVision Theme 2017
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2017
*/

/*________ HEADER ________*/

.header {
	border-top: 8px solid #DA3832;
    border-top: 0.5rem solid #DA3832;
    padding: 0;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
.header .sliderContainer {
	width: 100%;
	clear: both;
}
.header .sliderContainer .slider {
	position: relative;
}
.header .sliderContainer .slider .slide img {
	width: 100%;
	height: auto;
	display: none;
	left: 50%;
	margin-left: -420px;
	margin-left: -26.25rem;
	position: relative;
	width: 840px;
	width: 52.5rem;
}
.header .sliderContainer .slider .slide.side-1 img,
.header .sliderContainer .slider .slide.slick-slide img {
	display: block;
}
.header .sliderContainer .slider .slide .logoContainer {
	display: block;
    position: relative;
    width: 132px;
    width: 8.25rem;
    height: 132px;
    height: 8.25rem;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
}
.header .sliderContainer .slider .slide .centerVertical {
	padding: 0 20px;
	padding: 0 1.25rem;
    width: 100%;
    max-width: 540px;
    max-width: 33.75rem;
    margin: 0 auto;
}
.header .sliderContainer .slider .slide h2 {
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}


/*________ NAVIGATION ________*/

.navContainer {
	border-bottom: none;
	margin-bottom: 0;
	height: 48px;
	height: 3rem;
}
.navToggle {
	margin: 10px 0 0;
	margin: 0.625rem 0 0;
}
.mainNav {
	top: 72px;
	top: 4.5rem;
}


/*________ ABOUT CONTAINER ________*/

.aboutContainer .half.img {
	display: none;
}
.aboutContainer .half.about {
	background-color: #ee1c25; 
	color: #fff;
	padding: 48px 20px;
	padding: 3rem 1.25rem;
}
.aboutContainer .half.about .inner {
	max-width: 460px;
	max-width: 28.75rem;
}


/*________ LATEST PROJECTS CONTAINER ________*/

.projectsContainer {
	background-color: #f3f3f4;
	padding-top: 48px;
	padding-top: 3rem;
}
.projectsContainer .wrapper {
	max-width: 1040px;
	max-width: 65rem;
}
.projectsContainer h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.projectsContainer h2:after {
    content: '';
    display: block;
    width: 174px;
    width: 10.875rem;
    height: 12px;
    height: 0.75rem;
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
    background-color: #ed1c24;
}
.projectsContainer .projects {
	margin: 0 -10px 32px;
	margin: 0 -0.625rem 2rem;
}
.projectsContainer .projects .project {
    background-color: #fff;
    box-shadow: 0 0 4px 2px #ddd;
    box-shadow: 0 0 0.25rem 0.125rem #ddd;
    margin: 4px 10px;
    margin: 0.25rem 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
}
.projectsContainer .projects .project .excerpt a {
	color: #ed1c24;
	text-decoration: none;
}
.projectsContainer .projects .project .excerpt a:hover {
	color: #a90707;
}
.projectsContainer .projects .project .thumb {
	display: block;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.projectsContainer .projects .project .thumb img {
	width: 100%;
}
.projectsContainer .projects .project .inner {
    padding: 20px 28px 40px;
    padding: 1.25rem 1.75rem 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
}
.projectsContainer .projects .project .inner .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    display: inline-block;
}
.projectsContainer .projects .project .inner .excerpt {
	margin-bottom: auto;
}
.projectsContainer .projects .project .inner .button {
	text-align: center;
}
.projectsContainer .slick-dots {
	width: 100%;
	padding: 40px 0;
	padding: 2.5rem 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
.projectsContainer .slick-dots li {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	margin: 0 4px 10px;
	margin: 0 0.25rem 0.625rem;
	list-style: none;
}
.projectsContainer .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #939598;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.15s linear;
}
.projectsContainer .slick-dots li.slick-active button,
.projectsContainer .slick-dots li button:hover,
.projectsContainer .slick-dots li button:focus {
	background-color: #939598;
}

.projectsContainer .button.red {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 260px;
    width: 16.25rem;
    background-color: #ee1c25;
    color: #fff;
}
.projectsContainer .button:after {
    border-top-color: #fff;
}
.projectsContainer .button.red:hover {
    background-color: #fff;
    color: #ee1c25;
}


/*________ CONTENT ________*/

.contentContainer {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}
.content .entryContent {
	max-width: 940px;
	max-width: 58.75rem;
	margin: 0 auto;
}
.content .entryContent:after {
	content: '';
	display: block;
	width: 140px;
	width: 8.75rem;
	height: 8px;
	height: 0.5rem;
	background-color: #DA3832;
	margin: 0 auto;
}

/*________ MISC ________*/

.section {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {

}

/* 440px */
@media (min-width: 27.5em) {

}

/* 540px */
@media (min-width: 33.75em) {


}

/* 640px */
@media (min-width: 40em) {

}


/* 740px */
@media (min-width: 46.25em) {

	.header .sliderContainer .slider .slide img {
		width: 1240px;
		width: 77.5rem;
	    margin-left: -620px;
	    margin-left: -38.75rem;
	}
	.header .sliderContainer .slider .slide .centerVertical {
		max-width: 640px;
		max-width: 40rem;
	}
	.header .sliderContainer .slider .slide .logoContainer {
		width: 180px;
		width: 11.25rem;
		height: 180px;
		height: 11.25rem;
		margin: 0 auto 48px;
		margin: 0 auto 3rem;
	}
	.header .sliderContainer .slider .slide h2 {
		font-size: 32px;
		font-size: 2rem;
	}

	/*________ ABOUT SECTION ________*/

	.aboutContainer .half.about {
		padding: 80px;
		padding: 5rem;
	}

}


/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {

}


/* 840px */
@media (min-width: 52.5em) {

	/*________ PROJECTS ________*/

	.projectsContainer h2 {
		padding-bottom: 58px;
		padding-bottom: 3.625rem;
	}
	.projectsContainer .slick-dots {
		padding: 40px 0 72px;
		padding: 2.5rem 0 4.5rem;
	}

	/*________ HEADER ________*/

	.header {
		margin-bottom: 64px;
		margin-bottom: 4rem;
	}

	/*________ CONTENT ________*/

	.contentContainer {
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}

	/*________ NAVIGATION ________*/

	.navContainer {
		margin-bottom: 0;
		height: auto;
	}
	.navContainer.stuck {
	    border-bottom: 8px solid #DA3832;
	    border-bottom: 0.5rem solid #DA3832;
	}
	.mainNav {
		top: 0;
	}

}


/* 940px */
@media (min-width: 58.75em) {

	/*________ ABOUT SECTION ________*/

	.aboutContainer .half.about {
		padding: 128px;
		padding: 8rem;
	}

}


/* 1040px */
@media (min-width: 65em) {

	/*________ ABOUT SECTION ________*/

	.aboutContainer {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    align-items: stretch;
	}
	.aboutContainer .half {
		flex-basis: 50%;
	}
	.aboutContainer .half.img {
		display: block;
		position: relative; 
	}
	.aboutContainer .half.img > span {
		display: block;
		width: 100%;
		height: 100%;
	}
	.aboutContainer .half.img .centerVertical {
		align-items: center;
	}
	.aboutContainer .half.img .logo {
		position: relative;
		width: 276px;
		width: 17.25rem;
		height: 276px;
		height: 17.25rem;
	}
}


/* 1140px */
@media (min-width: 71.25em) {

	.header .sliderContainer .slider .slide img {
        width: 100%;
	    margin-left: 0;
	    left: 0;
	}
	.header .sliderContainer .slider .slide .centerVertical {
		max-width: 840px;
		max-width: 52.5rem;
	}
	.header .sliderContainer .slider .slide h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}

}


/* 1240px */
@media (min-width: 77.5em) {

}


/* 1340px */
@media (min-width: 83.75em) {

}


/* 1440px */
@media (min-width: 90em) {

}


/* 1540px */
@media (min-width: 96.25em) {

	.header .sliderContainer .slider .slide .logoContainer {
	    width: 248px;
	    width: 15.5rem;
	    height: 248px;
	    height: 15.5rem;
	}
}




/* HEIGHT */

/* 640px */
@media (min-height: 40em) {


}




/* MIXED */

@media (min-height: 40em) and (min-width: 58.75em) {


}
