/*!
Theme Name: Speed Razor
Theme URI: http://underscores.me/
Author: SmartSites
Author URI: https://www.smartsites.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: speedrazor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Speed Razor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 1.7;
	min-width: 320px;
	font-weight: 500;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a {
	transition: all 0.3s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: bold;
}

h1 {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 12px;
}

h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h3 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h4 {
	font-size: 23px;
	line-height: 32px;
}

#page {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

.container {
	width: 100%;
	max-width: 1310px;
}

.top-btm-gutter1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-btm-gutter2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-btm-gutter3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-btm-gutter4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-btm-gutter5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top-btm-gutter6 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-btm-gutter7 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.top-btm-gutter8 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.top-btm-gutter9 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.top-gutter9 {
	padding-top: 90px;
}

.d-t {
	display: table;
	width: 100%;
}

.d-t .d-tc {
	display: table-cell;
	vertical-align: middle;
}

.less-width {
	max-width: 765px;
	margin: 0 auto;
}

.intro-block p {
	margin: 0;
	color: #3cb7ea;
	line-height: 1.8;
}

.gallery-block .img-holder {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.gallery-block .img-holder [data-fancybox="gallery"] {
	width: 100%;
	display: block;
	transition: .2s ease-in-out;
}

.gallery-block .img-holder img {
	width: 100%;
	transition: .2s ease-in-out;
}

.gallery-block .img-holder [data-fancybox="gallery"]:hover img,
.gallery-block .img-holder [data-fancybox="gallery"]:focus img {
	transform: scale(1.1);
}

.video-block {
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	.video-block {
		margin-bottom: 4rem;
	}
}

.video-block video {
	width: 100%;
	background: #000;
	outline: none;
}

.video-block video:focus,
.video-block video:active,
.video-block video:hover {
	outline: none;
}

.contact-block .d-t {
	height: 100%;
}

.contact-block .block-title {
	padding: 35px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}

.contact-block .block-title:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../../../../../../20190118023024im_/http_/www.speedrazor.com/wp-content/themes/images/contact-bg.html") no-repeat center;
	opacity: 0.04;
}

.contact-block .img-holder img {
	width: 100%;
}

.form-holder {
	position: relative;
	padding: 50px 50px 50px 0;
	z-index: 1;
}

.form-holder:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 15%;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.form-holder .contact-form {
	padding: 0 20px;
}


.contact-form .panel-text {
	padding: 20px 0;
}

.contact-form h3 {
	line-height: 1.2;
	margin: 0 0 10px;
}

.contact-form p {
	font-weight: 300;
	font-size: 16px;
	color: #b1b1b1;
	line-height: 1.4;
}

.contact-form .form-wrap {
	background: #fff;
}

.contact-form .gfield,
.contact-form .form-group {
	margin-bottom: 18px;
	list-style: none;
}

.contact-form .gform_fields {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-form input,
.contact-form textarea,
.contact-form .form-control {
	display: block;
	background: #f6f6f8;
	height: 45px;
	font-size: 15px;
	border-radius: 2px;
	border: 0;
	color: #000;
	outline: none;
	box-shadow: none;
	width: 100%;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	line-height: 1.42857143;
}

.contact-form textarea,
.contact-form textarea.form-control {
	height: 120px;
	resize: none;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b5b5b5;
	font-weight: 300;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #b5b5b5;
	font-weight: 300;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #b5b5b5;
	font-weight: 300;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #b5b5b5;
	font-weight: 300;
}

.contact-form input[type=submit],
.contact-form .btn-submit {
	line-height: 1;
	font-size: 24px;
	font-family: 'Lora', sans-serif;
	font-weight: 600;
	box-shadow: 2px 4px 20px rgba(48, 69, 253, 0.4);
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
	outline: none;
	height: 50px;
	width: 100%;
	display: block;
	background: #3045fd;
	border: 2px solid #3045fd;
}

.contact-form input[type=submit]:hover,
.contact-form .btn-submit:hover {
	background: transparent;
	color: #3045fd;
}

.contact-form .gfield_error input,
.contact-form .gfield_error textarea,
.contact-form .form-control.ui-state-error {
	border: 1px solid #FF0000 !important;
}

.validation_error {
	font-size: 14px;
	color: red;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
}

.contact-form .thank-you-message .thank-you-heading,
.contact-form .thank-you-message p {
	color: #000;
}

.instruction.validation_message,
.contact-form .gfield_description.validation_message,
.contact-form label.gfield_label {
	display: none;
}

.gform_confirmation_message {
	font-size: 20px;
	line-height: 1.5;
}

#footer {
	background: #000;
}

#footer .logo-block {
	background: #191920;
	text-align: center;
	padding: 15px;
}

#footer .copyright {
	background: #000;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 16px;
}

@media (max-width: 991px) {

	.contact-block .block-title {
		margin-bottom: 0;
	}

	.contact-block .pull-right {
		float: none !important;
	}

	.contact-block .d-t {
		display: block;
	}

	.form-holder {
		padding: 0;
	}

	.form-holder:after {
		display: none;
	}

	.form-holder .form-wrap {
		padding: 0 0 20px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	body {
		font-size: 18px;
	}

	.top-btm-gutter6,
	.top-btm-gutter7 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top-gutter9 {
		padding-top: 20px;
	}

	.intro-block p {
		line-height: 1.3;
	}

	.form-holder .contact-form {
		padding: 0;
	}
}

/*
     FILE ARCHIVED ON 04:59:32 Oct 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:43:10 Feb 02, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 116.842 (3)
  load_resource: 65.016
  PetaboxLoader3.resolve: 63.297 (2)
  exclusion.robots.policy: 0.203
  captures_list: 157.338
  RedisCDXSource: 0.676
  esindex: 0.014
  CDXLines.iter: 34.888 (3)
  PetaboxLoader3.datanode: 91.81 (4)
  exclusion.robots: 0.217
*/