@charset "utf-8";
/**
 * Stylesheet file for Venator Search Partners >> Digital Visiting Card.
 * Filename: style.css
 **/

@font-face {
  font-family: 'Holligate Signature';
  src: url('../font/holligate-signature.ttf');
}

html, body {
	background-color: #000;
	height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
	font-weight: 400;
  color: #555;
  line-height: 1.5rem;
	place-items: center;
}

a {
  color: #5b5b5b;
  text-decoration: none;
}

a:hover {
  color: #711b74;
  text-decoration: none;
}

.container {
	margin: 0 auto;
	padding: 30px;
	background-color: #fff !important;
}

.row {
	background-color: #fff !important;
}

.logo {
	height: auto;
	border: none;
	margin: 0 auto;
	vertical-align: baseline !important;
}

.logo img {
	display: block;
	min-height: 100% !important;
	margin: 0 auto;
}

.tag-line {
	display: block;
	margin: 0 auto;
	padding-top: 1rem;
	width: 100%;
	font-family: 'Holligate Signature';
	font-size: 18px;
	text-align: center;
	color: #666;
}

.personal {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	text-align: center;
	vertical-align: baseline !important;
	line-height: 1.25rem;
}

/*
.personal img {
	height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
	visibility: hidden;
}
*/

.personal span {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	word-spacing: 1px;
	letter-spacing: 1px;
	vertical-align: baseline;
	bottom: 20px;
}

hr.divider {
	width: 100%;
	height: 4px;
	margin: 20px auto;
	background-image: linear-gradient(to right, rgba(140,179,255,1) 0%, rgba(113,27,116,1) 100%);
	opacity: 1;
	border: none;
}

.contact {
	display: block;
}

.info {
	display: inline-block;
}

.info .address, .info .icons, .info .li-follow-us {
	display: block;
	clear: both;
}

.info .address i, .info .icons i {
  font-size: 20px;
  color: #711b74;
  float: left;
  width: 36px;
  height: 36px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info .address p {
  padding: 0.4rem 0 0.6rem 3rem;
  margin-bottom: 10px;
  font-size: 14px;
  color: #173b6c;
}

.info .address:hover i, .info .mobile:hover i, .info .phone:hover i, .info .email:hover i, 
.info .wa:hover i, .info .website:hover i, .info .li:hover i, .info .navi:hover i {
  background: #711b74;
  color: #fff;
}

.info .mobile, .info .phone, .info .email, .info .website, 
.info .li, .info .wa, .info .navi {
	display: inline-block;
	float: left;
	margin: 0 1rem 1rem 0;
}

.info .navi {
	margin: 0 0 1rem 0;
}

.info .follow-us {
	clear: left;
}

.follow-us .follow-us-label {
	font-weight: bold;
	float: left;
	margin-right: 15px;
}

.follow-us a {
	display: inline-block;
	float: left;
	margin: 0 1.5rem 0 0;
}

.follow-us a img {
	max-width: 20px;
	border: none;
	text-align: center;
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.follow-us a:hover img {
	border: none;
	filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.qr-code {
	width: 100px;
	height: 100px;
	margin: auto;
}

.save {
	display: block;
	margin: 20px 0 auto;
	width: 100%;
}

.save .button {
	padding: 10px 25px;
	margin: auto;
	background-color: #dff3fc;
	/* text-transform: uppercase; */
  color: #711b74;
	font-size: 1rem;
	font-weight: 700;
  /* border: 2px solid #711b74; */
	border-radius: 8px;
	text-align: center;
}

.save .button a {
  color: #711b74;
}

.save .button a i {
	font-size: 1.2rem;
}

.save .button:hover, .save .button:hover a, .button a:hover {
	background-color: #711b74;
  color: #fff;
}

.social .save .button {
	margin: auto;
}

@media only screen and (min-width: 360px) and (max-width: 800px) {
	.container {
		min-height: 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.row.header {
		height: auto !important;
	}
	
	.personal {
		padding-top: 20px;
	}
	
	.social {
		margin-top: 2rem;
	}
}

@media only screen and (min-width: 800px) {
	html, body {
		background-color: #ededed;
		height: calc(100% - 50px);
	}

	.container {
		margin-top: 50px;
		width: 720px;
		border: #ababab 1px solid;
	}
	
	.personal span {
		padding-top: 45% !important;
	}
}
