@charset "UTF-8";
/*
Theme Name: Think Reviews
Author: Think Webstore (Chris Boudreaux)
Version: 9.9.9.9
*/

html {
	height: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	background-color: #fff;
	font-family: "myriad-pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #373737;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

a, a:active, a:visited, a:focus {
	color: #f18221;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	color: #f18221;
	font-weight: 700;
	text-decoration: underline;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
}

body,
button,
input,
select,
textarea {
	color: #373737;
	font-family: "myriad-pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
}

h1 {
	font-size: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

h3 {
	/*font-size: 24px;*/
	font-size: 16px;
	font-weight: 700;
	/*font-style: italic;*/
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

em,
i {
	font-style: italic;
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em;
	padding: 0;
	line-height: 1.5;
	margin-left: 15px;
	text-indent: -5px;
}

ul {
	list-style: disc;
	list-style-position: outside;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/* Generic Special Stylings */
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.no-padding {
    margin: 0;
    padding: 0;
}

.row.no-padding > [class*='col-'] {
    margin: 0;
    padding: 0;
}

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

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

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 115px;
    left: 50%;
    top: 50%;
    opacity: 0.75;
    margin-left: -56px;
    margin-top: -36px;
    position: absolute;
    background: url("images/YoutubePlayIcon.png") no-repeat;
    cursor: pointer;
}

.youtube-box {
	width: 560px;
	height: 315px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Reviews Styles */
.sitewrap {
	min-height: 100%;
	width: 100%;
}
.header, .footer {
	background-color: #bb201b;
	padding: 15px 30px;
}
.container {
	display: block;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}
.header .container {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color:  #fff;
}
.footer .container {
	color:  #fff;
}
.page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 45px 30px;
}
.interior-content {
	display: block;
	width: 100%;
	max-width: 768px;
}
.logo-area {
	margin-bottom: 30px;
	text-align: center;
}
h1.client-name {
	font-size: 45px;
	text-align: center;
	margin-bottom: 30px;
}
.logo-link {
	display: inline-block;
}
.logo {
	max-width: 300px;
}
.lead-in {
	text-align: center;
	margin-bottom: 30px;
}
.experience-emojis {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.emoji-link {
	border: 2px solid transparent;
	border-radius: 2.5px;
	padding: 5px;
	margin: 30px 0;
	flex-shrink: 0;
	text-align: center;
	color: #373737 !important;
	text-decoration: none !important;
}
.emoji-link.active {
	border: 2px solid #bb201b;
}
.einstein-emoji {
	margin-bottom: 15px;
}
.emoji-icon {
	line-height: 1;
	color: #feca49;
	text-align: center;
	margin-bottom: 5px;
	font-size: 100px;
}
.next-btn-area {
	margin-top: 20px;
	text-align: center;
	height: 51px;
}
.next-btn, .next-btn:link, .next-btn:visited {
	display: none;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	padding: 5px 15px;
	background-color: #bb201b;
	transition: transform 0.3s linear;
}
.next-btn:hover, .next-btn:focus, .next-btn:active {
	transform: scale(1.2);
	text-decoration: none;
}
.next-btn.visible {
	display: inline-block;
}
.feedback-form {
	margin-top: 30px;
}
.social-links {
	text-align: center;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.social-link {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	background-color: #f10000;
	width: 200px;
	color: #fff !important;
	text-decoration: none !important;
	margin: 10px 0;
}

@media (max-width: 768px) {
	.logo {
		max-width: 200px;
	}
	.logo-area {
		margin-bottom: 15px;
	}
	.header .container {
		font-size: 25px;
	}
	h1.client-name {
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.lead-in {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.emoji-link {
		font-size: 14px;
		line-height: 1.4;
	}
	.emoji-icon {
		font-size: 80px;
	}
	.social-link {
		font-size: 16px;
		padding: 8px 16px;
	}
	.next-btn {
		font-size: 20px !important;
	}
}

@media (max-width: 400px) {
	.emoji-icon {
		font-size: 70px;
	}
}

@media (max-width: 370px) {
	.emoji-icon {
		font-size: 60px;
	}
}