/*
 Theme Name:   Victory Square Technologies
 Theme URI:    
 Description:  Infinite Child Theme
 Author:       Freshworks Web Design
 Author URI:   http://freshworks.ca
 Template:     infinite
 Version:      2.0.1
*/


.pdf img {
	width: 20px;
	height: auto;
}

.flex {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  	display: flex;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.social img {
	opacity: 0.8;
	max-width: 40px;
	height: auto;
}

.social img:hover {
	opacity: 1;
}

.links-disabled .gdlr-core-media-image a {
	cursor: default;
    pointer-events: none;
}

/* Image Caption */
.gdlr-core-image-item .gdlr-core-image-item-caption {
	font-size: 12px;
	color: #999;
}

/* Tables */
table {
	text-align: left;
}

table tr td {
	padding: 10px;
}

table tr td p {
	margin-bottom: 0 !important;
	color: #060D17;
}

/* Header */
.infinite-top-bar-right-text a {
	padding-left: 15px;
}

.infinite-top-bar .social {
	display: inline-block;
	margin-left: 15px;
}

.infinite-top-bar .social a {
	padding: 0;
}

.infinite-top-bar .social img {
	max-width: 20px;
	opacity: 1;
}

/* Navigation */
.infinite-navigation .sf-menu > .infinite-normal-menu .sub-menu {
	border: 1px solid #10afe6;
}

/******* HOME ******* */
.gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
	right: -90px;
}

.gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
	left:  -90px;
}

.gdlr-core-flexslider .flex-direction-nav li a {
	border-radius: 0;
}


/* Counters */
.counter .gdlr-core-title-font {
	margin-bottom: 0;
}

/* Testimonials */
.ares .tp-bullet.selected {
	background: #10afe6;
}

.portfolio-logo img {
	width: auto;
	/* max-height: 50px; */
	filter: grayscale(100%);
} 


/* About */
.team-member .gdlr-core-title-item-caption {
	color: #10afe6 !important;
}

.our-process .gdlr-core-title-item-left-image img {
	width: 45px;
}

.our-process .gdlr-core-column-10 {
	width: 80px;
}

.team-profiles .linkedin-logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 6%;
	height: 19%;
	width: 19%;
	z-index: 10;
}

.team-profiles h3 {
	font-size: 22px !important;
}

/* Timeline */
.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
	color: #999;
	font-weight: 600;
	padding-right: 40px;
}

.gdlr-core-timeline-item-title {
	color: #9B8141;
}
.gdlr-core-timeline-item-title img {
	width: 40px;
	margin-right: 10px;
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-content {
	margin-top: 0;
	margin-left: 58px;
	font-size: 18px;

}

/* Portfolio */
.portfolio-items img {
	transition: all 0.5s;
}

.portfolio-items img:hover {
	transform: scale(1.1);
}

/* Formidable Forms */
.frm_form_field {
	margin-bottom: 10px;
}
.frm_form_field input,
.frm_form_field textarea,
.frm_submit input {
	font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    display: block;
    border-width: 1px;
}
.frm_form_field input[type="checkbox"] {
	display: inline;
	width: auto;
}
.frm_submit {
	margin-top: 15px;
}
.frm_submit input {
	width: auto;
	border: none;
}
.frm_hidden,
.frm_screen_reader {
	display: none;
}

/* Exit Intent Modal */
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}

.exit-intent-popup .newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    padding: 40px 60px;
}

.exit-intent-popup .newsletter .close {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.exit-intent-popup .newsletter img {
	display: block;
	width: 275px;
	margin: 0 auto 20px auto;
}

.exit-intent-popup .newsletter input[type="text"],
.exit-intent-popup .newsletter input[type="email"] {
	padding: 10px;
	width: 100%;
}

.exit-intent-popup .newsletter input[type="submit"] {
	padding: 20px;
	width: 100%;
	background-color: #10afe6;
}

/* Footer */
.muted {
	color: #757575;
	font-style: normal;
	font-size: 12px;
}

footer .social {
	justify-content: flex-end;
}

/* Desktop Only */
@media (min-width: 768px) {

	.gdlr-core-gallery-list.gdlr-core-media-image {
		height: 61px;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {

	.gdlr-core-timeline-item .gdlr-core-timeline-item-list {
		padding-bottom: 10px;
	}

	.exit-intent-popup .newsletter {
		padding: 25px;
		width: 90%;
	}

}
