/*!
Theme Name: TheVirtualInstructor
Theme URI: https://mattfussell.com
Author: Matt Fussell
Author URI: https://mattfussell.com
Description: A Theme by a Teacher
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thevirtualinstructor
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.

TheVirtualInstructor is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
    line-height: 180%;
    color: #636363;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
.removep p {display: none;}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.entry-content label {
	font-size:16px;
}
.site-info {
	font-size: .9rem;
	margin-top:2%;
}
.site-info-top a{
	color:#636363;
}
.site-info-top a:visited{
	color:#636363;
}
.site-info-top a:hover{
	text-decoration:underline;
	color:#636363;
}
#wrapper {
	max-width:1000px;
	margin:0 auto;
}
.areyouready {
padding:3%;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #636363;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#242424;
	line-height:1.2;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Montserrat', sans-serif;
    line-height: 180%;
    color: #636363;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #2482bd;
	text-decoration: none;
}

a:visited {
	color: #2482bd;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #2482bd;
	text-decoration: none;
}

a:focus {

}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-radius: 10px;
	background: #242424;
	color: #ffffff;
	line-height: 1;
	padding: 1em 1em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2482bd;
	color: #ffffff;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*Page with Posts*/
.blog-desc {
	padding:10px;
}
.cat-des {
	font-size:12px;
	text-transform: uppercase;
	color:#636363;
}
.customblogheader {
}
#gridcontainer { 
width: 100%; 
max-width:1200px;
margin:3% auto;
display:flex;
flex-wrap: wrap;
justify-content: center;
}
#gridcontainer h2 a {
color: #242424; 
font-size: 18px;
}
#gridcontainer h2 {
margin-block-start: 0.5em;
margin-block-end: 0.5em;
margin:0px;
}
#gridcontainer .griditemleft {
float: left; 
width: 96%; 
margin: 2% 2%;
border:solid 1px #cfcfcf;
border-radius:10px;
overflow:hidden;
}
#gridcontainer .postimage {
margin: 0 0 0px 0;
}
.pagination-container {
margin:2% auto;
width:100%;
padding: 0% 1%;
display: flex;
  justify-content: center;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
margin-block-start: 0em;
   margin-block-end: 0em;
padding-inline-start: 0px;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 8px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 0px solid #ddd;
    color: #ffffff;
background-color:#242424;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #ffffff;
    background-color: #2482bd;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
@media only screen and (min-width: 481px) {
#gridcontainer .griditemleft {
float: left; 
width: 45.5%; 
margin: 2%;
}
}
@media only screen and (min-width: 769px) {
#gridcontainer .griditemleft {
float: left; 
width: 30.7%; 
margin: 2% 1%;
}
}
/*Page with Posts end*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.buttondown:hover{
	color:#ffffff;
}
.buttondown a:visted{
	color:#ffffff;
}
.need-help {
	text-align:center;
	padding:6%;
}
.need-help a{
	color:#ffffff;
}
.need-help a:visited{
	color:#ffffff;
}
buttonupgradenow {
transition: background-color 0.8s ease;
  border-radius: 4px;
background-color:#2482bd;
border: 1px solid #2482bd;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  outline: 0;
 padding: 2% 6%;
  transition: all .1s linear;
margin:1%;
width: 85%;
float:left;
text-align:center;
 }

buttonupgradenow:hover {
  background-color: #e57e38;
  text-decoration: none; 
border: 1px solid #e57e38;
  color: #ffffff;
}
buttonupgradenow:active {
  box-shadow: 0 0px 0 #f8891c;
  transform: translateY(0px);
} 
buttonbuynow {
transition: background-color 0.8s ease;
  border-radius: 4px;
background-color:#e57e38;
border: 1px solid #e57e38;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  outline: 0;
 padding: 2% 6%;
  transition: all .1s linear;
margin:1%;
width: 87%;
float:left;
text-align:center;
 }
buttonbuynow:hover {
  background-color: #2482bd;
  text-decoration: none; 
border: 1px solid #2482bd;
  color: #ffffff;
}
buttonbuynow:active {
  box-shadow: 0 0px 0 #e57e38;
  transform: translateY(0px);
} 
buttonsales {
transition: background-color 0.8s ease;
  border-radius: 4px;
background-color:#ffffff;
border: 2px solid #d2d2d2;
  color: #d2d2d2;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
 padding: 2% 4%;
  transition: all .1s linear;
margin:1%;
width: 30%;
float:left;
text-align:center;
 }
buttonsales:hover {
  background-color: #2482bd;
  text-decoration: none; 
border: 2px solid #2482bd;
  color: #ffffff;
}
buttonsales:active {
  box-shadow: 0 0px 0 #f8891c;
  transform: translateY(0px);
} 

/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Default settings
Header sticky
Center menu
Dark version navigation menu
Header transparent
Hover transitions
Submenu
Submenu transitions
Menu overlay
Menu slide
Mega menu
Fixed sidebar menu
Menu icons
Media queries for responsive design
--------------------------------------------------------------*/


/* =============================================
Default settings
================================================ */
#sale-banner {
      background-color: #ff4757;
      color: white;
      padding: 1rem 2rem;
      text-align: center;
      font-size: 1.1rem;
      position: relative;
      font-family: sans-serif;
    }

    #sale-banner .close-btn {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: white;
      font-size: 1.2rem;
      cursor: pointer;
    }

    #sale-banner a {
      color: #fff;
      font-weight: bold;
      text-decoration: underline;
    }
.navik-header,
.navik-header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header:before,
.navik-header:after,
.navik-header *:before,
.navik-header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header {
	position: relative;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #fff;
	z-index: 99999;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.navik-header ul {
	margin-bottom: inherit;
}

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

.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
	text-decoration: none;
}

.navik-header a:focus,
.navik-header a:active {
	outline: none;
}

.navik-header-container {
	position: relative;
}

.navik-header-overlay .navik-header-container {
	position: inherit;
}

.navik-header .logo {
	text-align: left;
	padding: 20px 30px;
	max-width:80%;
}

.navik-header .logo img {
	max-width: 100%;
	height: 50px;
}

.burger-menu {
	position: absolute;
	top: 35px;
	right: 40px;
	width: 20px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;

	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.line-menu {
	background-color: #111111;
	border-radius: 2px;
	width: 100%;
	height: 3px;
}

.line-menu.line-half {
	width: 50%;
}

.line-menu.first-line {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px);
}

.navik-menu > ul {
	display: none;
	padding: 0 20px 20px;
}

.navik-menu ul li {
	position: relative;
}

.navik-menu ul li > a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #212121;
	padding: 14px 15px;
	text-decoration: none;
	border-bottom: 1px solid #eaeaea;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
	color: #2482bd;
	background-color: #f6f6f6;
}

.navik-menu ul ul li > a {
	font-size: 14px;
	font-style: inherit;
	text-transform: inherit;
	background-color: #efefef;
	padding: 14px 15px 14px 30px;
}

.navik-menu ul ul ul li > a {
	padding: 14px 15px 14px 45px;
}

.navik-menu ul ul li:hover > a {
	background-color: #efefef;
}

.dropdown-plus {
	width: 49px;
	height: 49px;
	line-height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #272727;
}

.dropdown-plus:before,
.dropdown-plus:after {
	position: absolute;
	content: '';
	top: 24px;
	right: 18px;
	width: 13px;
	height: 1px;
	background-color: #ffffff;
}

.dropdown-plus:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navik-menu li > ul,
.dropdown-plus.dropdown-open:after {
	display: none;
}
.header-shadow-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	z-index: -1;
}

.header-shadow-wrapper:after {
	display: block;
	position: relative;
	content: "";
	width: 100%;
	height: 30px;
	top: -30px;
	border-radius: 0%;

	-webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}






.menu-right > ul > li:last-child > a {
		padding: 10px 20px 10px 20px;
		background-color:#e57e38;
		border-radius:0px;
		margin:18px;
		text-align:center;
		color:#ffffff;
	}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 768px) {

	.navik-header .logo {
		float: left;
		padding: 20px 30px;
	}
	.navik-menu {
		clear: both;
	}
	.header-shadow-wrapper:after {
		-webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
		-o-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
	}
	
	.navik-menu > ul {
	display: none;
	padding: 0 40px 20px;
}
	

}

@media (min-width: 1080px) {

	/* =============================================
	Viewport Breakpoint
	================================================ */
	.navik-header-container {
		height: 90px;
	}
	.navik-header-overlay .navik-header-container {
		height: auto;
	}
	.navik-header .logo {
		position: relative;
		padding: 0 0 0 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navik-header .logo img {
		max-width: inherit;
		max-height: 60px;
		width: auto;
	}
	.burger-menu {
		display: none;
	}
	.navik-menu {
		float: left;
		clear: inherit;
		margin-left:40px;
	}
	.navik-menu > ul {
		display: block !important;
		padding: 0;
		font-size: 0;
		padding:15px 0px;
	}
	.navik-menu > ul > li {
		display: inline-block;
		border-bottom: none;
	}
	.navik-menu ul li {
		position: relative;
		border-bottom: none;
	}
	.navik-menu > ul > li > a {
		position: relative;
		height: 60px;
		line-height: 60px;
		box-sizing: border-box;
		white-space: nowrap;
		padding: 0px 20px;
		border-bottom: none;
	}
	.navik-menu > ul > li:last-child > a {
		padding: 0 20px 0 20px;
	}
	.navik-menu.menu-hover-2 > ul > li:last-child > a,
	.navik-menu.menu-hover-3 > ul > li:last-child > a,
	.navik-menu.menu-hover-4 > ul > li:last-child > a,
	.center-menu-1 .navik-menu > ul > li:last-child > a,
	.center-menu-2 .navik-menu > ul > li:last-child > a {
		padding: 0 20px;
	}
	.navik-menu.separate-line.menu-hover-2 > ul > li:last-child > a,
	.navik-menu.separate-line.menu-hover-3 > ul > li:last-child > a,
	.navik-menu.separate-line.menu-hover-4 > ul > li:last-child > a,
	.center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
	.center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
		padding: 0 28px;
	}
	.navik-menu ul li.current-menu > a,
	.navik-menu ul li:hover > a,
	.header-dark .navik-menu ul li.current-menu > a,
	.header-dark .navik-menu ul li:hover > a {
		background-color: inherit;
	}
	.dropdown-plus {
		display: none;
	}
	.navik-menu ul li.dropdown_menu > a > span:before {
		border-style: solid;
		border-width: 2px 2px 0 0;
		border-color: #c1c1c1;
		position: relative;
		content: '';
		display: inline-block;
		height: 4px;
		width: 4px;
		top: -3px;
		margin-left: 8px;
		box-sizing: content-box;

		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.header-dark .navik-menu ul li.dropdown_menu > a > span:before {
		border-color: #a1a1a1;
	}
	.navik-menu li > ul {
		display: block !important;
		position: absolute;
		width: 250px;
		top: 100%;
		left: 0;
		background-color: #fafafa;
		padding: 27px 0;
		visibility: hidden;
		opacity: 0;
		
		-webkit-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
		-o-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
		box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
		
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navik-menu ul li > a {
		border-bottom:none;
	}
	.header-dark .navik-menu li > ul {
		background-color: #111111;
	}
	.navik-menu li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.navik-menu li.submenu-right > ul {
		left: inherit;
		right: 0;
	}
	.navik-menu li > ul ul {
		top: -27px;
		left: 100%;
	}
	.navik-menu li.submenu-right > ul ul {
		left: -100% !important;
	}
	.navik-menu ul ul li.dropdown_menu > a > span:before {
		float: right;
		top: 7px;
		right: -10px;
		margin: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navik-menu ul ul li > a {
		position: relative;
		color: #272727;
		padding: 9px 35px 7px !important;
	}
	.navik-menu ul ul li > a,
	.navik-menu ul ul li:hover > a {
		color: #272727;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li > a {
		color: #a1a1a1;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover > a {
		color: #fff;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover > a .navik-menu-icon {
		color: #fff !important;
	}
	.navik-menu ul ul li:hover > a {
		background-color:#eaeaea;
		color:#2482bd;
	}
	

	.navik-menu ul li.dropdown_menu > a > span {
		display: none;
	}
	.navik-menu.menu-caret ul li.dropdown_menu > a > span {
		display: inline-block;
	}
	.navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
		display: inline;
	}
	.navik-menu.separate-line > ul > li > a {
		position: relative;
	}
	.navik-menu.separate-line > ul > li > a:before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 1px;
		height: 20px;
		background: #eeeeee;

		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	/* =============================================
	Submenu
	================================================ */
	.navik-menu.submenu-top-border li > ul {
		border-top: 3px solid #2482bd;
	}
	.navik-menu.submenu-top-border li > ul ul {
		top: -30px;
	}
	.navik-menu.submenu-list-border li > ul ul {
		top: -20px;
	}
	.navik-menu.submenu-top-border.submenu-list-border li > ul ul {
		top: -23px;
	}
	.navik-menu.submenu-list-border ul ul li > a {
		padding: 15px 35px 14px !important;
	}
	.navik-menu.submenu-list-border ul ul li:first-child > a {
		padding: 8px 35px 14px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:last-child > a {
		padding: 15px 35px 8px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 35px;
		right: 35px;
		height: 1px;
		background: #eeeeee;
	}
	.navik-menu.submenu-list-border ul ul li:last-child:after {
		display: none;
	}
	.navik-menu.submenu-list-border ul ul li:hover > a {
        padding-left: 55px !important;
	}
	.navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a:before {
		top: 24px;
	}
	
	.menu-right {
		float:right;
		margin-right:40px;
	}
	.menu-right > ul > li:last-child > a {
		padding: 0px 20px 0px 20px;
		background-color:#e57e38;
		margin:0px;
		border-radius:10px;
		color:#ffffff;
		font-weight:600;
	}
	.menu-right > ul > li:last-child > a:hover {
		background-color:#2482bd;
		color:#ffffff;
	}

}
/*Navik Raw Code End-------------------------------------------*/
#amemmenucontain {
	z-index:2;
	position: relative;
}
.navik-menu > ul {
    list-style-type: none;
    margin: 0px;
}
.navik-menu > ul li {
    list-style-type: none;
    margin: 0px;
}
.navik-menu li > ul, .dropdown-plus.dropdown-open:after {
    margin-left: 0px;
	padding-left: 0px;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
    flex-flow: column;
    text-align: center;
    max-width: 900px;
    margin: 0% auto 3% auto;
    padding: 0% 6%;
}
@media only screen and (min-width: 481px) {
	.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
    flex-flow: row;
    max-width: 900px;
    padding: 0% 2%;
}
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	margin:2%;
	text-align:center;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous a {
	background-color:#242424;
	color:#ffffff;
	padding:12px;
	border-radius:10px;
	max-width: 300px;
	display:inline-block;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	flex: 1 0 50%;
	margin:2%;
	text-align:center;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next a {
	background-color:#242424;
	color:#ffffff;
	padding:12px;
	border-radius:10px;
	max-width: 300px;
	display:inline-block;
}
@media only screen and (min-width: 481px) {
	.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	margin:0%;
	text-align:left;
}
	.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	flex: 1 0 50%;
	margin:0%;
}
}
.cat-links {
	display:block;
}
.cat-links a {
	background-color:#2482bd;
	color:#ffffff;
	padding:5px;
}
/*Old registration and checkout pages for courses*/
.features1 {
	display:block;
    margin-bottom: 4%;
    margin-left: 8%;
    margin-right: 8%;
    background-color:#fff;
	padding:3%;
}
.messagelight {
    background-color: #f4f0dd;
    padding: 3%;
    text-align: center;
}
ul.checkmark {
    margin-block-start: 1em;
    margin-block-end: 1em;
	padding-inline-start: 0px;
	margin: 0;
}
.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-coupon-div input[type="button"] {
    padding: 10px 5px;
}

/* Posts and pages
--------------------------------------------- */
.card--content img {
	width:100%;
}
.protected {
	background-color:#da8585;
	text-align:center;
	padding:3%;
	font-size:1.2rem;
}
.sorry {
	background-color:#da8585;
	text-align:center;
	padding:3%;
	font-size:1.2rem;
}
.animatedModal {
	z-index:5;
}
.messageimportant {
	background-color: #99d9f7;
	padding:3%;
}
.customblogheader {
background-image: url(//m.elindiollc.com/blog/wp-content/uploads/2019/11/pencil-drawing-header.jpg);
background-repeat: no-repeat;
    text-align: left;
    background-size: cover;
    margin: auto;
    background-position: center center;
padding:2%;
}
.customblogheader h1 {
max-width:1200px;
margin: 2% auto;
text-align:center;
color:#fff !important;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.entry-content
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
	background-color:#ffffff;
}
.page-content {
	margin:0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-footer {
	background-color: #242424;
	padding:3%;
}
.entry-footer {
max-width:900px;
margin:0% auto 2% auto;
padding:0% 2%;
}
.post-edit-link {
	padding:12px;
	display:inline-block;
	border: solid 2px #2482bd;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
#comments {
	max-width:800px;
	margin:auto;
	padding:2%;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*Newsletter Bottom Code Transferred*/
.courseborder {
    border-color: #b2b2b2;
    padding: 2%;
    margin-bottom: 3%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.bottomroll {
    width: 94%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
}
@media (min-width: 768px) {
.bottomroll {
    width: 31%;
	padding-left: 1%;
    padding-right: 1%;
	}
}
/*Sales Page Fix */
button7 {
    transition: background-color 0.8s ease;
    border-radius: 4px;
    border: 1px
    solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 12px 40px;
    transition: all .1s linear;
    margin: 1%;
    width: 100%;
}
.livelinks {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 2%;
}
.columnsu {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 3%;
}
.trustedby {
    background-color: #fff;
    font-size: 18px;
    color: #d3d3d3;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0%;
}
button7 {
    transition: background-color 0.8s ease;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .1s linear;
    margin: 1%;
    width: auto;
    display: block;
}
@media (min-width: 581px) {
.livelinks {
    width: 50%;
    text-align: center;
    float: left;
    padding-bottom: 2%;
}
	.columnsu {
    width: 50%;
    text-align: center;
    float: left;
    padding-bottom: 3%;
}
}
@media (min-width: 769px) {
.livelinks {
    width: 33.3%;
    text-align: center;
    float: left;
    padding-bottom: 2%;
}
	.columnsu {
    width: 25%;
    text-align: center;
    float: left;
    padding-bottom: 4%;
}
button7 {
    transition: background-color 0.8s ease;
    border-radius: 10px;
    border: 1px
    solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 12px 40px;
    transition: all .1s linear;
    margin: 1%;
    width: auto;
	display:inline-block;
}
button7:hover{
    transition: background-color 1s ease;
    border-radius: 10px;
    border: 1px solid #2482bd;
	background-color:#2482bd;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 12px 40px;
    transition: all .1s linear;
    margin: 1%;
    width: auto;
	display:inline-block;
}
button8 {
    transition: background-color 0.8s ease;
    border-radius: 10px;
    background-color: #e57e38;
    border: 1px solid #e57e38;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 12px 60px;
    transition: all .1s linear;
    margin: 1%;
    width: auto;
	display:inline-block;
}
button8:hover{
    transition: background-color 0.8s ease;
    border-radius: 10px;
    background-color: #2482bd;
    border: 1px solid #2482bd;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 12px 60px;
    transition: all .1s linear;
    margin: 1%;
}
}
@media (min-width: 982px) {
button7:hover {
margin: 1% 2% 1% 0%;
}
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

