/*****************************************
Table Of Contents:

- General Styles
- Navigation
- Header
- Templates
- Features
- Testimonials
- Big Bundle
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- 404 Page
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f5f5f8
- Buttons, bullets, links - blue #007bff
- Headings text - black #202124
- Body text - gray #454a4d
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #454a4d; 
	font: 400 16px/24px "Roboto", sans-serif;
}

h1 {
	color: #202124;
	font: 700 40px/48px "Roboto", sans-serif;
}

h2 {
	color: #202124;
	font: 700 32px/40px "Roboto", sans-serif;
}

h3 {
	color: #202124;
	font: 700 28px/36px "Roboto", sans-serif;
}

h4 {
	color: #202124;
	font: 700 24px/32px "Roboto", sans-serif;
}

h5 {
	color: #202124;
	font: 700 20px/26px "Roboto", sans-serif;
}

h6 {
	color: #202124;
	font: 700 16px/22px "Roboto", sans-serif;
}

.h1-small {
	font-size: 2rem;
	line-height: 2.625rem;
}

.p-large {
	font: 400 18px/26px "Roboto", sans-serif;
}

.p-small {
	font: 400 14px/22px "Roboto", sans-serif;
}

.p-heading {
	margin-bottom: 4.25rem;
	text-align: center;
}

.testimonial-author {
	font-weight: 500;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #454a4d;
	text-decoration: underline;
}

a:hover {
	color: #202124;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.blue,
a.blue:hover {
	color: #007bff;
}

.bg-gray {
	background-color: #f5f5f8;
}

.pt-6 {
	padding-top: 6rem;
}

.pb-6 {
	padding-bottom: 6rem;
}

.read {
	color: #007bff;
	font-weight: 500;
}

.template-price {
	position: absolute;
	top: 2rem;
	right: 0;
	padding: 0.25rem 1rem;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #0cd470;
	color: #ffffff;
	font-weight: 500;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.25rem 2.125rem 1.25rem 2.125rem;
	border: 1px solid #007bff;
	border-radius: 2rem;
	background-color: #007bff;
	color: #ffffff;
	font: 400 1rem/0 "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #007bff;
	background-color: transparent;
	color: #007bff;
	text-decoration: none;
}

a.gumroad-button.btn-solid-reg {
	padding: 1.375rem 2.5rem 1.375rem 2.5rem !important;
	border: 1px solid #007bff;
	border-radius: 2rem !important;
	background-image: none !important; 
	background-color: #007bff !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font: 400 1rem/0 "Roboto", sans-serif !important;
}

a.gumroad-button.btn-solid-reg span.gumroad-button-logo {
	display: none !important;
}

a.gumroad-button.btn-solid-reg:hover {
	border: 1px solid #007bff;
	background-color: transparent !important;
	color: #007bff !important;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.5rem 2.5rem 1.5rem 2.5rem;
	border: 1px solid #007bff;
	border-radius: 2rem;
	background-color: #007bff;
	color: #ffffff;
	font: 400 1rem/0 "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #007bff;
	background-color: transparent;
	color: #007bff;
	text-decoration: none;
}

a.gumroad-button.btn-solid-lg {
	padding: 1.5rem 2.5rem 1.5rem 2.5rem !important;
	border: 1px solid #ffffff;
	border-radius: 2rem !important;
	background-image: none !important; 
	background-color: transparent !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font: 400 1rem/0 "Roboto", sans-serif !important;
}

a.gumroad-button.btn-solid-lg span.gumroad-button-logo {
	display: none !important;
}

a.gumroad-button.btn-solid-lg:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff !important;
	color: #007bff !important;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.25rem 2.125rem 1.25rem 2.125rem;
	border: 1px solid #202124;
	border-radius: 2rem;
	background-color: transparent;
	color: #202124;
	font: 400 1rem/0 "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	border: 1px solid #202124;
	background-color: #202124;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.5rem 2.5rem 1.5rem 2.5rem;
	border: 1px solid #202124;
	border-radius: 2rem;
	background-color: transparent;
	color: #202124;
	font: 400 1rem/0 "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	border: 1px solid #202124;
	background-color: #202124;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 1rem 1.625rem;
	border: 1px solid #202124;
	border-radius: 2rem;
	background-color: transparent;
	color: #202124;
	font: 400 0.875rem/0 "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	border: 0.125rem solid #202124;
	background-color: #202124;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #454a4d;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Roboto", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #202124;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 500;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.0625rem;
	padding-bottom: 0.0625rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.125rem;
	background-color: #fff;
	color: #454a4d;
	font: 400 0.875rem/1.875rem "Roboto", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0;
	background-color: #fff;
	color: #454a4d;
	font: 400 0.875rem/1.75rem "Roboto", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.125rem solid #007bff;
	border-radius: 1.5rem;
	background-color: #007bff;
	color: #fff;
	font: 500 1rem/0 "Roboto", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 0.125rem solid #007bff;
	background-color: transparent;
	color: #007bff;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #ffffff;
	font: 500 1rem/1rem "Roboto", sans-serif;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.03);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 92px;
	height: 22px;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar.navbar-light .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #454a4d;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item.active .nav-link {
	color: #007bff;
}

.navbar .nav-item.social-icons  {
	display: block;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
.header {
	padding-top: 4rem;
	text-align: center;
}

.header .h1-small {
	margin-bottom: 1.125rem;
	width: 100%;
}

.header .btn-solid-reg,
.header .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
	margin-left: 0.375rem;
}


/********************/
/*    Templates     */
/********************/
.basic-1 .latest {
	margin-bottom: 1.75rem;
	color: #007bff;
	font: 500 20px/28px "Roboto", sans-serif;
}

.basic-1 .template-cover {
	max-width: 532px;
	margin-right: auto;
	margin-bottom: 7rem;
	margin-left: auto;
	border-radius: 10px;
	vertical-align: top;
}

.basic-1 .template-cover a {
	text-decoration: none;
}

.basic-1 .template-cover .image-container {
	position: relative;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.basic-1 .template-cover .image-container img {
	border-radius: 0.25rem;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* Hover Animation */
.basic-1 .template-cover.float {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.basic-1 .template-cover.float:hover, 
.basic-1 .template-cover.float:focus, 
.basic-1 .template-cover.float:active {
	-webkit-transform: translateY(-0.75rem);
	transform: translateY(-0.75rem);
}
/* end of hover animation */

.basic-1 .template-details {
	padding: 1.5rem;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ffffff;
	text-align: left;
}

.basic-1 .template-name {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
}

.basic-1 .template-description {
	margin-bottom: 0;
}

.basic-1 .btn-solid-lg {
	margin-top: -1rem;
}

.basic-1 .template-details-image img {
	border-radius: 10px;
}

.basic-1 .list-unstyled .fas {
	color: #454a4d;
	font-size: 0.375rem;
	line-height: 1.375rem;
}

.basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.basic-1 .about-image {
	border-radius: 10px;
}


/********************/
/*     Features     */
/********************/
.cards-1 {
	text-align: center;
}

.cards-1 h2 {
	margin-bottom: 3.5rem;
}

.cards-1 .card {
	max-width: 20rem;
	margin-right: auto;
	margin-bottom: 2.75rem;
	margin-left: auto;
	border: none;
	background: transparent;
}

.cards-1 .card-image {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 0.375rem;
}

.cards-1 .card-body p {
	margin-bottom: 1.375rem;
}


/************************/
/*     Testimonials     */
/************************/
.cards-2 h2 {
	margin-bottom: 3.5rem;
	text-align: center;
}

.cards-2 .card {
	margin-bottom: 3rem;
	padding: 2.5rem 1.5rem 2.125rem 1.5rem;
	border: 1px solid #d4dde2;
	border-radius: 10px;
}

.cards-2 .card-image {
	margin-bottom: 0.5rem;
	text-align: center;
}

.cards-2 .card-body {
	padding: 0;
}

.cards-2 .fa-star {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	color: #007bff;
	font-size: 1.25rem;
}

.cards-2 .testimonial-text {
	margin-bottom: 0.875rem;
}

.cards-2 .testimonial-author {
	text-align: center;
}

.cards-2 h5 {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	text-align: center;
}

.cards-2 .image-container {
	text-align: center;
}

.cards-2 .image-container img {
	margin-right: 0.375rem;
	margin-bottom: 1.75rem;
	margin-left: 0.375rem;
}


/**********************/
/*     Big Bundle     */
/**********************/
.basic-2 {
	background-color: #0e76e6;
}

.basic-2 h2,
.basic-2 a,
.basic-2 p {
	color: #ffffff;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6rem;
	padding-bottom: 4rem;
	background-color: #202124;
	text-align: center;
}

.footer h5,
.footer a {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #202124;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #989898;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #444444 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #007bff; 
}


/********************/
/*     404 Page     */
/********************/
.basic-404 {
	display: flex;
	justify-content: center;
	height: 90%;
}
  
.basic-404 .error {
	align-self: center;
	text-align: center;
}  

.basic-404 h1 {
	margin-bottom: 3rem;
	font-size: 5rem;
}

.basic-404 h2 {
	margin-bottom: 1.75rem;
}

 

/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 5.75rem;
		padding-bottom: 1.25rem;
	}

	.header h1 {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of header */


	/* Features */
	.cards-1 .card {
		display: inline-block;
		max-width: 18rem;
		margin-right: 1.75rem;
		margin-left: 1.75rem;
		vertical-align: top;
	}
	/* end of features */


	/* Footer */
	.footer h5 {
		width: 27rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of footer */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	h1.template-title {
		font-size: 2.25rem;
		line-height: 4rem;
	}

	.p-heading {
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		background-color: #ffffff;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		background-color: #ffffff;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
	
	.navbar .nav-item.social-icons {
		display: block;
	}

	.navbar .nav-item.social-icons .fab {
		color: #007bff;
		font-size: 1rem;
	}
	/* end of navigation */


	/* Testimonials */
	.cards-2 .card {
		display: inline-block;
		width: 25.875rem;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		padding-right: 2.25rem;
		padding-left: 2.25rem;
		vertical-align: top;
	}
	/* end of testimonials */


	/* 404 Page */
	.basic-404 .error {
		width: 700px;
	}  
	/* end of 404 Page */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar .container {
		max-width: 100%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	/* end of avigation */


	/* Templates */
	.basic-1 .template-cover:nth-of-type(2n+1) {
		margin-right: 1.25rem;
	}

	.basic-1 .template-cover:nth-of-type(2n+2) {
		margin-left: 1.25rem;
	}
	/* end of templates */


	/* Features */
	.cards-1 .card {
		width: 13.25rem;
		max-width: 100%;
	}
	/* end of features */


	/* Testimonials */
	.cards-2 .card {
		width: 21.25rem;
		margin-right: 0;
		margin-left: 0;
	}
	
	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}

	.cards-2 .image-container img:first-of-type {
		margin-left: 0;
	}

	.cards-2 .image-container img:last-of-type {
		margin-right: 0;
	}
	/* end of testimonials */


	/* Big Bundle */
	.basic-2 .p-large {
		width: 768px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of big bundle */

}
/* end of min-width 1200px */