/*
	Theme Name: ThatTutorGuy
	Theme URI: https://www.thattutorguy.com/
	Description: ThatTutorGuy Redesign
	Version: 0.0.1
	Author: Mitchell Gamelin
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
	font-family: "Karla",serif;
	color: #252F47;
}

textarea, select, input, button { outline: none; }

a:hover {
	color: none;
	transition: all 0.3s ease;
	color: #45C6DC;
}

a {
	transition: all 0.2s ease;
}

h1 {
	font-family: 'Montserrat';
	color: #252F47;
	font-size: 45px;
}

h2 {
	font-size: 38px;
	font-family: 'Montserrat';
}

h3 {
	font-size: 74px;
	font-family: 'Montserrat';
}

h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #ffa101;
}

h5 {
	font-size: 19px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

header {
	height: 60px;
}

.search-wrap {
	box-shadow: 0 0 15px #ece8e8;
}

.logo { }
img#ttgLogo {width: 300px !important; height: 60px !important;}

.dollar {
	font-size: 30px;
	color: #121724;
	vertical-align: top;
	line-height: 50px;
	margin-right: 5px;
}

.separation-line {
	width: 50px;
	height: 3px;
	background-color: rgb(222, 222, 235);
	border-radius: 20px;
	margin: 10px auto;
}

input {
	border: 0px;
}

.search-icon {
	width: 25px;
}

#search-input::placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: #dddddd;
	font-size: 16px;
	letter-spacing: 1px;
}

#search-input {
	font-weight: 400;
	overflow: hidden;
}

#search-submit {
	min-width: 90px;
	border-radius: 0px 4px 4px 0px;
	background: #FFA200;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

#search-submit:hover {
	background: #FFB330;
	transition: all 0.2s ease;
}

.search-wrap {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}

.log-in, .log-in-nav {
	color: #252F47;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.0em;
}

.sign-up, .sign-up-nav {
	color: #FFA200;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.0em;
}

nav {
	display: none !important;
	background: #F5F5F9;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
}

.navbar-toggler:hover {
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
  }

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 7px;
}

#nav-icon3 span:nth-child(4) {
top: 14px;
}

#nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}

#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}

#nav-icon3 {
	width: 27px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #252F47;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#search-form-nav {
	margin: 10px 0px;
}

#search-form-nav #search-input {
	width: 100%;
}
button {background-color: #ffffff;}
.nav-link {
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px;
}

.get-started, .learn-more, .cta-button-main {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 700;
}

.get-started, .cta-button-main {
	background: #FFA200;
	color: white;
	line-height: 26px;
}

.get-started:hover, .cta-button-main:hover {
	background: #FFB636;
	color: white;
}

.learn-more {
	border: 2px solid #45C6DC;
	color: #45C6DC;
}

.learn-more:hover {
	background: #45C6DC;
	color: white;
}

.classes-section {
	background: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.pb-4 {padding-bottom: .8rem !important;}

.class-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #252F47;
	font-weight: 700;
	margin-top: 5px;
	display: block;
}

.class-chapters {
	background: #45C6DC;
	padding: 1px 10px;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin-top: 7px;
	border-radius: 4px;
}

.class-chapters:hover {
	color: white;
	background: rgb(80, 213, 236);
}

.video-count {
	color: #FCBA48;
	font-weight: 700;
}

.pricing {
	background: #ffffff;
	border-radius: 12px;
	margin: 20px;
	text-align: center;
	padding: 20px;
	color: inherit;
	border: 4px solid #e9e9e9;
	transition: all 0.3s ease;
	box-shadow: 5px 10px 20px rgba(0,0,50,0.2);
}

.pricing h3 {
	font-weight: 700;
}

.pricing:hover {
	border: 4px solid #FFA200;
	color: inherit;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 30px rgba(0,0,50,0.1);
	text-decoration: none;
}

.pricing-btn {
	display: inline-block;
	background: white;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	color: #FFA200;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 15px;
	margin-top: 10px;
}

.pricing-btn:hover {
	background-color: #FFA200;
	color: white;
	border: 1px solid #FFA200;
}

.special {
	margin-top: -35px;
}

.pricing-tiles {
	margin-top: 0px;
}

.footer {
	background: #f8f9fb;
	padding: 75px 0;
}

footer div ul {
	list-style-type: none;
	padding: 0;
}

.quick-links {
	font-size: 17px;
}

.quick-links a {
	color: #252F47;
}

.quick-links a:hover {
	color: #FFA200;
}

.classes-svg {
	max-width: 120px;
	max-height: 120px;
}

.pre-footer {
	background: #252F47;
	color: white;
}

.cartoon {
	height: 280px;
}
.cta-buttons a { }



/*------------------------------------*\
    PAGES
\*------------------------------------*/

.bold {
	font-weight: 700;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 1200px) {
	.sign-up, .log-in {
		font-size: 15px;
	}
	h1 {
		font-size: 30px;
	}
	h5 {
		font-size: 14px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
	}
	.class-title {
		font-size: 16px;
	}
	h2 {
		font-size: 27px;
	}
	.quick-links {
		font-size: 14px;
	}
	.map-section h2 {
		font-size: 25px;
	}
	iframe {
		height: 300px !important;
	}
	.classes-section {
	}
	.class-chapters  {font-size: 16px !important;}

}

@media (max-width: 992px) {
	.sign-up, .log-in {
		font-size: 10px;
	}
	.cta-buttons a {}

	#search-form {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#search-form {
		display: none !important;
	}
	nav {
		display: flex !important;
	}
	.sign-up, .log-in {
		display: none;
	}
	h1 {
		font-size: 34px;
	}
	p {
		font-size: 13px;
	}
	.learn-more, .get-started {
		width: 100%;
		padding: 8px;
		text-align: center;
	}
	.learn-more a, .get-started a {margin: 10px 20px !important;}
	.testimonials-btn {
		width: 100%;
		text-align: center;
	}
	.cta-text {
		padding-top: 0px !important;
	}
	.special {
		margin-top: 20px;
	}
	.pricing-tiles {
		margin-top: 20px;
	}
	iframe {
		height: 250px !important;
	}
	.cta-buttons {
		margin-bottom: 0px;
	}
	.cartoon {
		display: none !important;
	}
	.class-chapters {font-size: 12px !important;}
	.classes-svg {width: 80px; height: 80px;}
}

@media (max-width: 768px) {
	.quick-links {
		margin-top: 10px;
	}
	.class-chapters {
		font-size: 12px;
	}
	.class-title {
		font-size: 12px !important;
	}
	.classes-section {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
	}
	iframe {
		height: 200px !important;
	}
	.get-started, .learn-more, .cta-button-main {
		padding: 5px 10px;
	}
	.pricing {
		margin: 6px;
		padding: 10px;
	}
	.pricing h4 {
		font-size: 14px;
	}
	.separtion-line {
		height: 3px;
	}
	.pricing h3 {
		font-size: 40px;
	}
	.dollar {
		font-size: 20px;
	}
	p {
	  font-size: 16px;
	  line-height: 1.2;
  	}
}

@media (max-width: 576px) {
	.quick-links ul {
		font-size: 12px;
		line-height: 25px;
	}
	body {
	  font-size: 18px;
  	}
}
