/*Theme Name: Virtual Integrity Theme
Description: Theme for Virtual Integrity
Version: 1.0
Author: Virtual Integrity
Author URI: http://virtualintegrity.com.au/
*/

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Medium.woff') format('woff'),
		url('fonts/Gotham-Medium.ttf')  format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot');
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Book.woff') format('woff'),
		url('fonts/Gotham-Book.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
}

.text-align-center {
	text-align: center;
}

.nav-bar-wrapper {
	background: #FFFFFF;
	border-bottom: 1px solid #e2e2e2;
}

.top-bar {
	background: transparent;
	max-width: 71rem;
	margin: 0 auto;
	height: 107px;
	-o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.top-bar.expanded .title-area {
    background: #FFFFFF;
}

.top-bar-section {
	margin-top: 50px;
	-o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.top-bar-section ul li > a {
	font-family: 'Open Sans';
}

.top-bar-section ul li {
	background: transparent;
}

.top-bar-section ul li a {
	background: transparent !important;
	color: #555555;
	font-size: 18px;
}

.top-bar-section ul li a:hover {
	color: #26BDEF !important;
}

.header-logo {
	margin-top: 20px;
	width: auto;
	height: 75px;
	-o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav-bar-small .top-bar {
	height: 53px;
}

.nav-bar-small .header-logo {
	margin-top: 6px;
	height: 40px;
}

.nav-bar-small .top-bar-section {
	margin-top: 7px;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #000000;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
}

.gray-content-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F9F9F9;
    border-bottom: 1px solid #E7E7E7;
}

.white-content-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
}

.footer-bar {
	background: #272727;
	min-height: 100px;
	padding: 90px 0 32px;
	width: 100%;
	color: #9D9D9D;
	font-size: 13px;
    line-height: 22px;
}

.footer-bar h4 {
	font-size: 14px;
	font-weight: 600;
	color: #CCCCCC;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-bar p {
	font-size: 13px;
    line-height: 22px;
}

.footer-bar input, .footer-bar textarea {
	margin: 0;
}

.footer-bar input[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    padding: 7px 30px 7px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    height: auto;
    cursor: pointer;
    color: #EEE;
    text-shadow: none!important;
    font-size: 14px;
    line-height: 22px !important;
    letter-spacing: 1px;
    background-color: #26BDEF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-transition: all 0.12s ease-in;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
}

.footer-bar input[type="submit"]:hover {
	background-color: #444444;
}

.footer-nav-wrapper {
	border-top: 4px solid #323232;
    margin-top: 40px;
    padding-top: 22px;
    color: #666;
    font-size: 13px;
}

#footer-menu {
	padding: 0;
    margin: 0;
    list-style: none;
}

#footer-menu > li {
    float: left;
    display: block;
}

#footer-menu > li > a {
    padding: 0px 16px 0px;
    padding-left: 0;
    margin-right: 11px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
}

.service-item {
    text-align: center;
    color: #333333;
}

.service-title {
    font-size: 15px;
    margin-top: 25px;
    line-height: 22px;
    margin-bottom: 6px;
    font-weight: 600;
}

.service-item p {
	font-size: 13px;
    line-height: 22px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
	font-weight: 600;
	font-size: 21px;
    color: #000;
}

.section-description {
	text-align: center;
	margin: 0 auto;
    margin-bottom: 40px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    max-width: 900px;
}

.highlight-color {
	color: #26BDEF;
}

ul.logos-list {
	padding: 0px;
	margin: -40px 0px 0px 0px;
	list-style: none;
	display: block;
	text-align: center;
}

ul.logos-list li {
	display: inline-block;
    margin: 40px 20px 0px 20px;
}

.portfolio-row-separator {
	margin-top: 30px;
	clear: both;
}

.portfolio-item {
	height: 253px;
    width: auto;
	overflow: hidden;
    margin: 0;
    position: relative;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    z-index: 1;
}

.portfolio-item img {
	height: 100%;
	width: 100%;
}

.portfolio-item-information-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFFFFF;
    margin: 0;
    display: block;
    font-size: 12px;
    padding: 15px;
    opacity: 0.0;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.portfolio-item:hover .portfolio-item-information-overlay {
	opacity: 1.0;
}

.portfolio-item-overlay-orange {
	background-color: #E8883B;
}

.portfolio-item-overlay-violet {
	background-color: #743D9E;
}

.portfolio-item-overlay-blue {
	background-color: #37C1E2;
}

.portfolio-item-label {
	display: block;
}

.portfolio-item-content {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 15px;
	font-size: 13px;
}

.portfolio-item-button {
	font-size: 18px;
	display: block;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
	padding: 7px 0px 7px 0px;
}

.portfolio-item-overlay-orange .portfolio-item-button {
	color: #E8883B;
}

.portfolio-item-overlay-violet .portfolio-item-button {
	color: #743D9E;
}

.portfolio-item-overlay-blue .portfolio-item-button {
	color: #37C1E2;
}

.portfoli-item-button-view-project {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 150px;
}

.portfoli-item-button-view-site {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 150px;
}

.portfolio-item-url-link {
	color: #FFFFFF;
	text-decoration: underline;
}

.portfolio-item-url-link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.vi-button {
	background-color: #26BDEF;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #26BDEF;
    padding: 11px 31px;
    font-size: 14px;
    letter-spacing: 1.5px;
    display: inline-block;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -o-transition: all 0.10s ease-in;
    -webkit-transition: all 0.10s ease-in;
    -moz-transition: all 0.10s ease-in;
    transition: all 0.10s ease-in;
}

.vi-button:hover {
	opacity: 0.9;
	color: #FFFFFF;
}

.testimonial-text {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #444444;
	font-size: 13px;
    font-style: italic;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid #D3D3D3;
    padding: 35px 40px 30px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    position: relative;
}

.testimonial-text:before {
    content: '"';
    font-size: 41px;
    color: #F1F1F1;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: -21px;
    letter-spacing: 12px;
}

.testimonial-text:after {
    content: '"';
    font-size: 34px;
    color: #F1F1F1;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    margin-left: 3px;
    letter-spacing: 12px;
}

.testimonial-arrow {
	border-color: #FFFFFF;
}

.testimonial-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #D3D3D3;
    bottom: -16px;
    left: 26px;
    position: absolute;
}

.testimonial-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: inherit;
    bottom: -15px;
    left: 26px;
    position: absolute;
}

.testimonial-author {
    display: inline-block;
    float: left;
    margin-top: 8px;
    margin-left: 18px;
}

.testimonial-avatar {
    float: left;
    margin-right: 12px;
}

.testimonial-avatar > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-info {
    color: #444444;
    float: left;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.testimonial-author-name {
    display: block;
    line-height: 28px;
    margin-top: -2px;
    font-weight: 600;
    font-weight: 700;
    font-size: 13px;
}

.testimonial-author-position {
    display: block;
    font-size: 11px;
    color: #B4B4B4;
    line-height: 10px;
}


/* Slider Styles */

#vi-slider {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1649px;
	height: 499px;
	overflow: hidden;
}

.vi-slider-loading-overlay {
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: #000000;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vi-slider-loading-spinner {
	position: absolute;
	display: block;
	background: url('images/slider/loading.gif') no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vi-slider-slides-container {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1649px;
	height: 499px;
	overflow: hidden;
}

.vi-slider-slide-title-container {
	position: absolute;
	top: 142px;
	left: 870px;
	width: 700px;
	height: auto;
}

.vi-slider-slide-title {
	font-family: 'ff-dax-web-pro';
	color: #FFFFFF;
	font-weight: bold;
	font-size: 65px;
	letter-spacing: -3px;
	line-height: 57px;
	padding: 0px;
	margin: 0px;
}

.vi-slider-slide-description-container {
	position: absolute;
	top: 267px;
	left: 870px;
	width: 700px;
	height: auto;
}

.vi-slider-slide-description {
	font-family: 'Gotham-Book';
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 28px;
}

.vi-slider-slide-button-container {
	position: absolute;
	top: 90px;
	left: 870px;
	width: 350px;
	height: auto;
}

.vi-slider-button {
	padding: 5px 17px 1px 17px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	display: inline-block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 19px;
	margin: 0px;
}

.vi-slider-button:hover {
	color: #FFFFFF;
}

.vi-slider-button-blue {
	background-color: #4EC3CF;
}

.vi-slider-button-orange {
	background-color: #DA5A00;
}

/* slider bullet navigator css */
/*
.vi-slider-bullet-navigation div           (normal)
.vi-slider-bullet-navigation div:hover     (normal mouseover)
.vi-slider-bullet-navigation .av           (active)
.vi-slider-bullet-navigation .av:hover     (active mouseover)
.vi-slider-bullet-navigation .dn           (mousedown)
*/
.vi-slider-bullet-navigation {
	position: absolute;
	top: 450px;
}
.vi-slider-bullet-navigation div, .vi-slider-bullet-navigation div:hover, .vi-slider-bullet-navigation .av {
	position: absolute;
	/* size of bullet elment */
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.3);
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.vi-slider-bullet-navigation div {  }
.vi-slider-bullet-navigation div:hover, .vi-slider-bullet-navigation .av:hover { background-color: rgba(255, 255, 255, 0.7); }
.vi-slider-bullet-navigation .av { background-color: rgba(255, 255, 255, 1.0); }
.vi-slider-bullet-navigation .dn, .vi-slider-bullet-navigation .dn:hover { background-color: rgba(255, 255, 255, 1.0); }

/* slider arrow navigator css */
/*
.vi-slider-turn-left-arrow  				(normal)
.vi-slider-turn-right-arrow                 (normal)
.vi-slider-turn-left-arrow:hover            (normal mouseover)
.vi-slider-turn-right-arrow:hover           (normal mouseover)
.vi-slider-turn-left-arrow.jssora22ldn      (mousedown)
.vi-slider-turn-right-arrow.jssora22rdn     (mousedown)
*/
.vi-slider-turn-left-arrow, .vi-slider-turn-right-arrow {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('images/slider/slider-arrow.png') center center no-repeat;
	overflow: hidden;
}

.vi-slider-turn-left-arrow {
	top: 223px;
	left: 12px;
}

.vi-slider-turn-right-arrow {
	top: 223px;
	right: 12px;
}

.vi-slider-turn-left-arrow { background-position: -10px -31px; }
.vi-slider-turn-right-arrow { background-position: -70px -31px; }
.vi-slider-turn-left-arrow:hover { background-position: -130px -31px; }
.vi-slider-turn-right-arrow:hover { background-position: -190px -31px; }
.vi-slider-turn-left-arrow.jssora22ldn { background-position: -250px -31px; }
.vi-slider-turn-right-arrow.jssora22rdn { background-position: -310px -31px; }


.article-content {
	padding: 20px 0px 20px 0px;
	background: #F1F1F1;
}

.circles-wrapper {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.circles {
	width: 265px;
	height: 260px;
	color: #f4893e;
	text-transform: uppercase;
}

div.circle1 {
	background: url('images/circles/circle-bg1.png') no-repeat;
}

div.circle2 {
	background: url('images/circles/circle-bg2.png') no-repeat;
}

div.circle3 {
	background: url('images/circles/circle-bg3.png') no-repeat;
}

.circles span.circle-content {
	margin: 60px 0px 0px 40px;
    width: 190px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.single-jobs .article-content input[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    padding: 7px 30px 7px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    height: auto;
    cursor: pointer;
    color: #eee;
    text-shadow: none!important;
    /*font-size: 14px;
    line-height: 22px !important;*/
    letter-spacing: 1px;
    background-color: #26BDEF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-transition: all 0.12s ease-in;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
}

.single-jobs .article-content input[type="submit"]:hover {
	background-color: #444;
}


@media screen and (max-width: 1024px) {

	.portfolio-item {
		height: 253px;
		width: 348px;
		overflow: hidden;
		margin-bottom: 20px;
		position: relative;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		z-index: 1;
	}

	.portfolio-row-separator {
		display: none;
	}

	.portfolio-row {
		
	}

	.portfolio-column {
		width: 370px;
		float: none !important;
		margin: 0 auto;
	}

	.testimonial-column {
		margin-bottom: 35px;
	}

	.testimonial-column:last-child {
		margin-bottom: 0px;
	}

	.top-bar {
		height: 53px;
	}

	.header-logo {
		margin-top: 6px;
		height: 40px;
	}

	.top-bar-section {
		margin-top: 20px;
	}

	.top-bar .toggle-topbar.menu-icon {
		margin-top: -13px;
		top: 50%;
	}
	
}
