/*
Theme Name: Intervision Design
Version: 999.0
Description: Custom website by Intervsiion
Author: FazeDesigns
Author URI: https://intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/






/************************************/
/************ START CSS *************/

body {
	background: #fff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
	min-height: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
a {
	color: #4A90E2;
	font-weight: 400;
}
a:hover,
a:active {
	color: #4A90E2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: 500;
}

/************************************/
/*************** MAIN ***************/

/* Colors
	#1F3792 = Colour
	#F3F6FA = Light Blue
	#353A40 = Dark Blue
*/

.fa { font-style: normal !important;}


/************************************/
/* Main */

header { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255,255,255,0.95); height: 60px; border-bottom: 1px solid #f1f1f1; box-shadow: 0px 0px 20px rgba(53, 85, 125, 0.2); z-index: 99;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
	header h1 { margin: 0 5px 0 15px; line-height: 1em;}
	header h1 img { max-height: 60px;}
	header .view { position: absolute; top: 0; left: 50%; margin-left: -180px; width: 360px; display: inline-block; height: 60px;
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	}
	header .view li { border: 1px solid #DBE9F9; background: #fff; color: #000; font-size: 13px; font-weight: 600; padding: 10px 15px; border-radius: 3px; transition:.5s; cursor: pointer; line-height: 1em; margin: 5px;
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-around;
	    align-items: center;
	}
	header .view li.current { color: #4A90E2; border-color: #4A90E2;}
	header .view li:hover { border-color: #4A90E2;}
	header .view li.current:hover { color: #4A90E2;}
	header .view li img { height: 16px; vertical-align: top;}
	/*header .view li.current img { filter: invert(1);}*/
	header .view li i { padding-right: 10px;}
	
	header .select span.alt { display: none;}
	@media (max-width: 1099px) {
		header .select span.alt { display: inline-block;}
	}
	@media (max-width: 767px) {
		header .select span.alt .pho { display: none;}
	}
	
	header .select { display: inline-block; margin: 0 15px 0 5px; height: 60px;
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-around;
	    align-items: center;
	}
	header .select > li { position: relative; display: inline-block; border: 1px solid #DBE9F9; background: #fff; border-radius: 3px; font-size: 13px; color: #000; font-weight: 600; transition:.5s; cursor: pointer; padding: 5px 15px; margin: 0 5px;}
	header .select > li:hover,
	header .select > li.hover { border-color: #4A90E2; color: #4A90E2;}
	
	header .select > li.prev,
	header .select > li.next { border: none; padding: 0; margin: 0;}
	header .select > li #prev,
	header .select > li #next { font-size: 18px; background: #fff; color: #4A90E2; border-radius: 50%; width: 28px; height: 28px; line-height: 1em; padding: 0; margin: 0; padding-top: 4px; text-align: center; border: 1px solid #DBE9F9; transition:.5s;}
	header .select > li #prev { padding-right: 2px;}
	header .select > li #next { padding-left: 2px;}
	header .select > li #prev:hover,
	header .select > li #next:hover { border-color: #4A90E2; background: #4A90E2; color: #fff;}
	
	header .select > li i { padding-left: 5px;}
	header .select > li > ul { display: none; position: absolute; right: 0; background: #fff; width: 300px; top: 40px; z-index: 999; box-shadow: 0px 15px 40px rgba(0,0,0,0.3); border-radius: 5px;}
	header .select > li > ul > li { display: block; padding: 10px 15px; color: #000;}
	header .select > li > ul > li:hover { background: rgba(220, 234, 250, 0.5); box-shadow: none; color: #000;}
	header .select > li > ul > li.current { background: #4A90E2; color: #fff;}
	header .select > li > ul > li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px;}
	header .select > li > ul > li:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}

#content { position: relative; height: 100%; width: 100%; display: block;}
	#content .gap { height: 60px;}
	.preview_content { display: none; text-align: center; height: 100%;
		/*display: flex;*/
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: stretch;
	}
	.preview_content.current { display: flex;}
	.preview_img { display: block; position: relative; width: 100%; background: no-repeat center top;}
	.preview_img img {  margin: 0 auto;}
	.preview_img.view_cover { background-size: auto 100%;}
	.preview_img.view_cover img { width: 100%;}
	.preview_img.view_fit img { width: 1440px !important; max-width: 1440px;}
	.preview_img.view_fit { background-size: contain;}
	.preview_img.view_device { background-image: none !important; max-width: 1000px; height: 666px !important; background-attachment: scroll; border: 30px solid #1F2123; border-radius: 20px; box-shadow: 0 0 60px rgba(53, 85, 125, 0.6); margin-bottom: 60px; overflow-y: scroll;}
	.preview_img.view_device img { display: block;}
	
	.preview_img.view_device::-webkit-scrollbar { width: 5px; height: 5px; border: none;}
	.preview_img.view_device::-webkit-scrollbar-track { background: rgba(0,0,0,0.1);}
	.preview_img.view_device::-webkit-scrollbar-thumb { background: #1F2123;}

.intro { max-width: 600px; margin: 0 auto; text-align: center; padding: 30px;}

#password_box { position: relative; z-index: 9; max-width: 600px; margin: 0 auto; background: #fff; padding: 50px; box-shadow: 0 0 40px rgba(53, 85, 125, 0.2);}
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(_assets/img/bg.jpg) repeat; opacity: 0.5; z-index: -1;}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #4A90E2;
	font-size: 16px ;
	padding: 12px !important;
	-webkit-appearance: none;
	border-radius: 5px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background: #fff;
	border-color: #4A90E2;
	color: #4A90E2;
	outline: none !important;
	box-shadow: 0 0 5px #4A90E2;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none !important;
	background: #4A90E2;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0 0 2px #4A90E2;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #4A90E2;
	box-shadow: 0 0 10px #4A90E2;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:18px;}
.text h5 { font-size:24px;}
.text h4 { font-size:30px;}
.text h3 { font-size:40px;}
.text h2 { font-size:50px;}
.text h1 { font-size:60px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding: 1em 0 1em 0;
}
.text dt, .text strong, .text b { }


/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px; padding: 0 30px;}
	
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	body { font-size: 15px; line-height: 1.5em;}
	.container { width: 768px; padding: 0 30px;}
	
	.preview_img.view_device { max-width: 600px; height: 400px !important; border: 20px solid #1F2123; border-radius: 20px;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	body { font-size: 15px; line-height: 1.5em}
	.container { width: 100%; padding: 0 30px;}
	
	.preview_img.view_device { max-width: 300px; height: 200px !important; border: 15px solid #1F2123; border-radius: 10px;}
	header .view { width: auto; margin-left: 15px; position: relative; left: auto;}
	header .view li i { padding: 0;}
	header .select > li { padding: 7px 15px; margin: 0;}
		
}

/* LAPTOPS */
@media (max-height: 786px), (max-width: 1099px) {
	.preview_img.view_device { max-width: 750px; height: 500px !important; border: 20px solid #1F2123; border-radius: 20px;}
}
@media (max-height: 620px), (max-width: 1099px) {
	.preview_img.view_device { max-width: 600px; height: 400px !important; border: 20px solid #1F2123; border-radius: 20px;}
}



/************************************/
/************* END CSS! *************/