<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:     Australian Writers' Centre Theme
 * Author:         Australian Writers' Centre
 * Template:       hello-elementor
 * Text Domain:    australian-writers-centre-theme
 * Description:    A plain-vanilla &amp;amp; lightweight theme for Elementor page builder
 * Version:        2.0
 */
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC");
/***** GENERAL STYLE *****/
body {
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #231f20;
}
b, strong {
	font-weight: bold !important;
}
p, ul, ol {
	margin: 20px 0px;
}
.font-blue {
	color: #11A3BD !important;
}
h5.font-blue {
	margin-top: 20px !important;
	margin-bottom: 5px !important;
}
h1.entry-title {
	text-align: center;
}
.furious-fiction-heading {
	font-family: 'Amatic SC', cursive, sans-serif;
	font-size: 120px;
}
body.category-furious-fiction h1.page-title,.single-post #content .category-furious-fiction .entry-header .entry-title {
	font-family: 'Amatic SC', cursive, sans-serif;
	font-size: 3em;
	margin: 24px 0;
	line-height: 1;
}
input[type="checkbox"] {
	height: 20px;
	width: 20px;
}
/***** BUTTONS STYLE *****/
#green-btn {
	background-color: #7aae37;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin: auto;
	padding: 20px 0;
	display: block;
	font-weight: 400;
	text-align: center;
	width: 100%;
	max-width: 400px;
	font-size: 20px;
	border: solid 1px #7aae37;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#green-btn:hover {
	background-color: white;
	color: #7aae37;
	border: solid 1px #7aae37;
}
#book-now {
	padding: 15px 40px;
	border: 1px solid #fe2f4b;
}
#book-now:hover {
	border: 1px solid #fe2f4b;
	background: white;
	color: #ff3981;
}
#download-pdf {
	padding: 15px 40px;
	border: 1px solid #11A3BD;
	background: #11A3BD;
}
#download-pdf:hover {
	border: 1px solid #11A3BD;
	background: white;
	color: #11A3BD;
}
#course-outline-btn, #big-blue-btn, #gform_submit_button_8, #course-outline-inverse-btn:hover, #course-outline-inverse-btn2:hover {
	padding: 20px 40px;
	border: 1px solid #11A3BD;
	background: #11A3BD;
	margin-bottom: 10px;
	color: white;
}
#big-blue-btn{
	margin-bottom: 0px;
}
#course-outline-btn:hover, #big-blue-btn:hover, #gform_submit_button_8:hover, #course-outline-inverse-btn, #course-outline-inverse-btn2 {
	border: 1px solid #11A3BD;
	background: white;
	color: #11A3BD;
	box-shadow: 0 0 6px #000;
}

#course-outline-inverse-btn, #course-outline-inverse-btn2{
	margin-bottom: 30px;
	padding: 20px 40px;
	height: 60px !important;
	box-shadow: none;
}

#course-outline-inverse-btn2, #course-outline-inverse-btn2:hover{
	padding: 12px 40px;
}

#big-green-btn {
	padding: 20px 40px;
	border: 1px solid #33CC9D;
	background: #33CC9D;
	padding: 40px 64px;
}
#big-green-btn:hover {
	border: 1px solid #33CC9D;
	background: white;
	color: #33CC9D;
	box-shadow: 0 0 6px #000;
}
#big-orange-btn {
	padding: 20px 40px;
	border: 1px solid #E67F1C;
	background: #E67F1C;
	padding: 30px 135px;
}
#big-orange-btn:hover {
	border: 1px solid #E67F1C;
	background: white;
	color: #E67F1C;
	box-shadow: 0 0 6px #000;
}
#big-blue-btn-reverse {
	border: 2px solid #11A3BD;
	background: white;
	color: #11A3BD;
	padding: 30px 45px;
}
#big-blue-btn-reverse:hover {
	border: 2px solid #11A3BD;
	background: #11A3BD;
	color: white;
}
#request-invoice-btn {
	padding: 20px 40px;
	border: 1px solid #272727;
	background: #272727;
	margin-bottom: 30px;
}
#request-invoice-btn:hover {
	border: 1px solid #272727;
	background: white;
	color: #272727;
	box-shadow: 0 0 6px #000;
}
#more-success-stories {
	padding: 20px 60px;
	border: 1px solid #11A3BD;
	background: #D0E5ED;
	color: #11A3BD;
	margin-bottom: 30px;
}
#more-success-stories:hover {
	border: 1px solid #11A3BD;
	background: #11A3BD;
	box-shadow: 0 0 6px #000;
	color: white !important;
}
a.red-btn {
	background-color: #ff394e;
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 20px 5%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#big-red-btn {
	padding: 20px 40px;
	border: 1px solid #ff394e;
	background: #ff394e;
	margin-bottom: 30px;
}
#big-red-btn:hover {
	border: 1px solid #ff394e;
	background: white;
	color: #ff394e;
	box-shadow: 0 0 6px #000;
}
.orange-btn {
	font-size: 20px;
	line-height: 20px;
	border: 1px solid #ee770b;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.infusion-submit .infusion-recaptcha, .infusion-submit submit {
	background-color: #ff394e;
	color: #fff;
	padding: 23px 11%;
	text-transform: uppercase;
	box-shadow: unset;
	border: none;
	font-size: 23px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whyawc-top-btns a {
	padding: 30px 50px !important;
	font-weight: 700 !important;
	text-align: center;
	line-height: 1.3 !important;
	width: 100%;
}
.whyawc-top-btn-1 a {
	border-bottom: 5px solid #d38d2f !important;
}
.whyawc-top-btn-2 a {
	border-bottom: 5px solid #176864 !important;
}
.whyawc-top-btn-3 a {
	border-bottom: 5px solid #c65260 !important;
}
.whyawc-top-btn-4 a {
	padding: 42px 55px !important;
	border-bottom: 5px solid #586a80 !important;
}
#hcwh-panel .hwch-circles .hwch-circle {
	width: 230px;
	height: 230px;
	border-radius: 50%;
	padding: 30px;
	margin: 0 auto 20px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/***** INFS *****/
/******************************************* ## NEWSLETTER SUBSCRIPTION FORM PANEL ********************************************/
.page-id-144 #newsletter-form-panel,.page-id-174 #newsletter-form-panel,.page-id-189 #newsletter-form-panel,.page-id-255 #newsletter-form-panel,.page-id-19168 #newsletter-form-panel,.page-id-19340 #newsletter-form-panel,.page-id-19924 #newsletter-form-panel,.page-template-default #newsletter-form-panel {
	display: none;
	/* HIDE NEWSLETTER FOOTER FROM SPECIFIC PAGES */
}
.home.page-template-default #newsletter-form-panel,.page-id-25695 #newsletter-form-panel {
	display: block;
}
#newsletter-form-panel {
	background-image: url("https://www.writerscentre.com.au/wp-content/uploads/images/newsletter-bg-2019.jpg");
	background-color: rgba(249, 243, 232, 0.8);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	/*background-position: bottom center;
	*/
	/*background-image: url('img/newsletter-bg.jpg');
	*/
	/*background-attachment: fixed;
	*/
}
#newsletter-form-panel .ns-overlay {
	display: block;
	background: rgba(249, 243, 232, 0.7);
	width: 100%;
}
#newsletter-form-panel .ns-overlay .container {
	padding: 50px 0 60px;
}
#newsletter-form-panel h3 {
	margin: 0 auto 30px;
	font-size: 40px;
}
#newsletter-form-panel p {
	color: #231f20;
	line-height: 1.3;
	font-weight: 400;
}
.newsletter-form-wrapper, .infusion-form {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.infusion-field, .newsletter-form-wrapper .infusion-field {
	padding: 6px;
}
.newsletter-form-wrapper .infusion-submit {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.newsletter-form-wrapper input[type="text"],.infusion-field input[type="text"],.newsletter-form-wrapper select,.infusion-field select {
	width: 100%;
	background-color: white;
	padding: 15px;
	border: 1px solid #bbbcbb;
	color: #58595b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.newsletter-form-wrapper input[type="text"]:hover,.infusion-field input[type="text"]:hover {
	box-shadow: 0 0 10px #f5e23f;
	border: 1px solid #FFF;
}
.newsletter-form-wrapper input[type="text"]:focus,.infusion-field input[type="text"]:focus {
	box-shadow: none;
}
.newsletter-form-wrapper .infusion-submit input[type="submit"],.newsletter-form-wrapper .infusion-submit button,.infusion-form .infusion-submit input[type="submit"],.white-popup .infusion-submit button {
	margin: 40px auto 0;
	background-color: #ff394e;
	color: #fff;
	padding: 23px 11%;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.newsletter-form-wrapper .infusion-submit input[type="submit"]:hover,.newsletter-form-wrapper .infusion-submit button:hover,.infusion-form .infusion-submit input[type="submit"]:hover,.white-popup .infusion-submit button:hover {
	background-color: #ff4a5d;
}
.newsletter-form-wrapper .infusion-submit input[type="submit"],.newsletter-form-wrapper .infusion-submit button, 
.infusion-form .infusion-submit input[type="submit"]:hover,.infusion-form .infusion-submit button:hover {
	color: #fff;
	margin: 10px auto;
	background-color: #11a3bd;
	border: 1px solid #11a3bd;
}
.newsletter-form-wrapper .infusion-submit input[type="submit"]:hover, .newsletter-form-wrapper .infusion-submit button:hover,
.infusion-form .infusion-submit input[type="submit"],.infusion-form .infusion-submit button {
	margin: 10px auto;
	background-color: #fff;
	color: #11a3bd;
	border: 1px solid #11a3bd;
}
.newsletter-form-wrapper .newsletter-privacy {
	font-size: .9em;
	color: #333;
}
.white-popup .infusion-submit button {
	width: 100%;
	margin: 20px auto;
}
.awc-newsletter-form-wrapper {
	border: 1px solid #d1d3d4;
}
.awc-newsletter-form-wrapper {
	background: #ffffff;
	box-shadow: 0 0 30px 0px rgba(153, 153, 153, 0.5);
}

.awc-newsletter-form-header {
	background-color: #11a3bd;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 20px 20px 22px;
	font-size: 16px;
}
.awc-newsletter-form-header p {
	margin: 0;
}
.awc-newsletter-form-fields {
	padding: 30px 25px;
}
.awc-newsletter-form-fields select {
	width: 100%;
	border: 1px solid #d1d3d4;
	background-color: #FFFFFF;
	font-style: italic;
	margin-bottom: 10px;
	border-radius: 0;
	padding: 11px 15px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/* end newsletters */
/**Infusionsoft pop up form*/
.white-popup .infusion-submit button,.white-popup .infusion-submit input[type="submit"] {
	background-color: #3bc039;
}
.white-popup .infusion-submit button:hover {
	background: #4bcc49;
	box-shadow: 0 0 6px #000;
}
.white-popup .infusion-submit button {
	width: 100%;
	margin: 20px auto;
	background: #3bc039;
	color: #fff;
	padding: 23px 11%;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 10px !important;
	width: auto;
	max-width: 600px;
	border-radius: 6px;
}
.white-popup h3 {
	margin-bottom: 10px;
	color: #00b8da;
	font-size: 24px;
}
.white-popup .text h4 {
	margin: 0;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #000;
}
.white-popup .infusion-field input, #respond input[type=text], #respond input[type=email], #respond textarea, .infusion-field select {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 8px 10px;
}
.white-popup .infusion-field {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
}
.white-popup .infusion-field .infusion-option input {
	width: auto;
}
.lessons-include ol li {
	position: relative;
	margin: 10px 0;
	padding: 20px 10px 20px 65px;
	border: 1px solid #11A3BD;
}
.lessons-include ol li:before {
	position: absolute;
	top: 18px !important;
	left: 18px;
	color: #11A3BD;
	font-weight: 700;
}
.lessons-include ol li:nth-child(1):before {
	content: '1';
	font-size: 40px;
}
.lessons-include ol li:nth-child(2):before {
	content: '2';
	font-size: 40px;
}
.lessons-include ol li:nth-child(3):before {
	content: '3';
	font-size: 40px;
}
.lessons-include ol li:nth-child(4):before {
	content: '4';
	font-size: 40px;
}
.lessons-include ol li:nth-child(5):before {
	content: '5';
	font-size: 40px;
}

.lessons-include ol li:nth-child(6):before {
    content: '6';
    font-size: 40px;
}

.lessons-include ol li:nth-child(7):before {
    content: '7';
    font-size: 40px;
}

.lessons-include ol li:nth-child(8):before {
    content: '8';
    font-size: 40px;
}

.lessons-include ol li:nth-child(9):before {
    content: '9';
    font-size: 40px;
}

.lessons-include ol li:nth-child(10):before {
    content: '10';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(11):before {
    content: '11';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(12):before {
    content: '12';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(13):before {
    content: '13';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(14):before {
    content: '14';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(15):before {
    content: '15';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(16):before {
    content: '16';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(17):before {
    content: '17';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(18):before {
    content: '18';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(19):before {
    content: '19';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol li:nth-child(20):before {
    content: '20';
    font-size: 40px;
	margin-left:-10px!important;
}

.lessons-include ol {
	list-style: none;
}
/***** END INFS *****/
/***** FOOTER *****/
.t-photo-wrap {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: auto;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-decoration: none;
}
.fa.fa-facebook, .fa.fa-twitter {
	/*font-family: "Font Awesome 5 Brands";*/
	font-weight: 400;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa, .fas {
	font-weight: 900;
}
#searchbox {
	color: #555555 !important;
}
.ysm-search-widget .search-submit:hover {
	background-color: #11A3BD;
}
#footerwidget-wrapper ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 20px;
}
#footerwidget-wrapper, #footerwidget-wrapper p, #footerwidget-wrapper ul, #footerwidget-wrapper a {
	color: #FFF;
	font-size: 16px;
}
#footerwidget-wrapper h2 {
	font-size: 20px;
}
#footerwidget-wrapper a:hover {
	text-decoration: underline;
}
#footerwidget-wrapper li {
	margin: 0 0 5px;
}
/* Social Media footer */
.soc-med-footer {
}
.soc-med-footer-container {
	display: flex;
	flex-flow: column;
	padding: 10px 20px;
}
.soc-med-footer-container &gt; .soc-med-row {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.soc-med-footer-container &gt; .soc-med-row a {
	font-size: 23px !important;
	margin-right: 20px;
}
.soc-med-footer .fa-circle:before {
	color: #fff;
}
.soc-med-footer .fa-colorblue:before {
	color: #0E93AB;
}
/***** END Footer *****/
/***** Product Pages *****/
.enjoy-benefits li {
	margin-bottom: 10px;
}
.end-of-course table tr td:nth-child(1) {
	padding-right: 10px;
	color: #11A3BD;
	font-size: 19px;
	font-weight: 700;
}
.end-of-course table tr td {
	padding: 5px 0;
	vertical-align: top;
	border: none;
	background: none !important;
	font-size: 16px;
}
.review-white-box {
	padding: 0px 15px;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 18px;
	min-height: 400px;
}
.custom-testimonial {
	padding: 28px 28px 10px 20px !important;
	margin: 0px auto;
	background-color: #D0E5ED;
	padding: 28px;
	position: relative;
	font-weight: 600 !important;
	text-align: right;
}
.courses_faq, .courses-faq {
	padding: 20px !important;
	margin: 0px auto;
	background-color: #E4F0F5 !important;
}
/*8 checkbox image for the products page top part */
.fa.fa-check-square-o:before {
	content: "\f14a";
}
i.fa.fa-check-square-o, p.course-header-song-title i {
	color: #0e93ab !important;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #090;
}
.graduate-name {
	font-weight: 700;
	margin-top: 20px;
}
@media screen and (min-width: 1366px) {
	.review-box-text::before {
		content: "â€œ";
		position: absolute;
		top: 0px !important;
		left: -100px;
		font-family: serif;
		font-size: 200px;
		color: rgb(0, 175, 204);
	}
	@media screen and (min-width: 1366px) {
		img.review-book {
			display: block;
			position: absolute;
			top: 20px;
			left: -140px;
			max-width: 120px !important;
			transform: rotate(-5deg);
		}
	}
}
/***** END Product Pages *****/
/***** Course Outline *****/
blockquote.orange-quote {
	line-height: 1.4;
	position: relative;
	margin-left: 20px;
	margin-top: 50px;
	padding-left: 40px;
	margin-bottom: 50px;
}
/**blockquote.orange-quote:before{
	position: absolute;
	color: orange;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}
blockquote.orange-quote:before {
	content: 'Î“Ã²Â¼â”œâ”¤Î“Ã¶Â£Î“Ã»Ã´Î“Ã¶Â¼Î“Ã²Â¥â•¬Ã´â”œâ•¢â”¬Ãºâ•¬Ã´â”œâ•¢â”œâ–’Î“Ã²Â¼â”œâ”¤Î“Ã¶Â£Î“Ã²Ã³Î“Ã¶Â¼â”œâ•‘â•¬Ã´â”œâ•¢â”¬ÃºÎ“Ã¶Â¼Î“Ã²Ã¦Î“Ã²Â¼â”œâ”¤Î“Ã¶Â£Î“Ã²Ã³Î“Ã¶Â¼Î“Ã²Â¥â•¬Ã´â”œâ•¢â”¬Ãºâ•¬Ã´â”œâ–“â”œÂª';
	left: -20px;
	top: -40px;
}
**/
.outline-featured-image {
	max-width: 500px;
	text-align: center;
}
/***** END Course Outline *****/
/***** Infusionsoft pop up form *****/
.white-popup .infusion-submit button,.white-popup .infusion-submit input[type="submit"] {
	background-color: #3bc039;
}
.white-popup .infusion-submit button:hover {
	background: #4bcc49;
	box-shadow: 0 0 6px #000;
}
.white-popup .infusion-submit button {
	width: 100%;
	margin: 20px auto;
	background: #3bc039;
	color: #fff;
	padding: 23px 11%;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 10px !important;
	width: auto;
	max-width: 600px;
	border-radius: 6px;
}
.white-popup h3 {
	margin-bottom: 10px;
	color: #00b8da;
	font-size: 24px;
}
.white-popup .text h4 {
	margin: 0;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #000;
}
.white-popup .infusion-field input, #respond input[type=text], #respond input[type=email], #respond textarea, .infusion-field select {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 8px 10px;
}
.white-popup .infusion-field {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
}
.white-popup .infusion-field .infusion-option input {
	width: auto;
}
/***** END Infusionsoft pop up form *****/
.featured-course-box-side-blue a {
	color: #000 !important;
}
.featured-course-box-side-blue a:hover {
	color: #fff !important;
}
/* Main Menu CSS */
/****************************** MAIN MENU CONTAINER CSS* - mainly for applying the structure* of the main menu*****************************/
.elementor-element.elementor-element-7e2eef85 {
	position: fixed;
	background: #fff;
	z-index: 999;
	padding: 15px 30px;
	transition: all 0.3s;
}
.elementor-element.elementor-element-7e2eef85.add-shadow {
	/*box-shadow: 0 0 5px 2px rgba(153, 153, 153, 0.5);*/
	box-shadow: -2px 5px 5px 2px rgba(153, 153, 153, 18%);
}
.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container {
	max-width: 1280px;
}
.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container &gt; .elementor-row {
	display: flex;
	align-items: flex-end;
}
.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column:first-child {
	width: 20%;
}
.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column:last-child {
	width: 80%;
}
/* END MAIN MENU CONTAINER CSS */
/*************************** MAIN MENU ELEMENTS*************************/
/* logo */
.site-logo img {
	height: 60px !important;
	width: auto !important;
}
.elementor-element.elementor-element-220abaf0.site-logo.dce_masking-none.elementor-widget.elementor-widget-image img {
	width: 100% !important;
	height: auto !important;
}
/* */
.elementor-nav-menu {
}
.elementor-nav-menu li {
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: #555555;
	font-size: 0.72em;
	padding: 7px 12px;
	height: 50px;
	border: 1px solid #fff;
	border-bottom: none;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
	color: #fff;
	background-color: #11a3bd;
	padding: 7px 10px;
}
.elementor-item.elementor-item-active {
	color: #555 !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	content: none;
}
.elementor-nav-menu--main #menu-1-66c52a30 a, .elementor-nav-menu--main #menu-1-66c52a30 a.highlighted, .elementor-nav-menu--main #menu-1-66c52a30 a:focus, .elementor-nav-menu--main #menu-1-66c52a30 a:hover {
	padding: 7px 10px !important;
}

.elementor-nav-menu--main #menu-1-509f3c00 a, .elementor-nav-menu--main #menu-1-509f3c00 a.highlighted, .elementor-nav-menu--main #menu-1-509f3c00 a:focus, .elementor-nav-menu--main #menu-1-509f3c00 a:hover {
	padding: 7px 8px !important;
}

/* Top Navigation */
.main-top-nav {
	margin-bottom: 0px !important;
}
.main-top-nav .elementor-nav-menu {
	display: flex !important;
	justify-content: flex-end !important;
	width: 100%;
	margin-top:15px;
}
.main-top-nav .elementor-nav-menu .elementor-item {
	color: #fff;
	background-color: #11a3bd;
	border: 1px solid #11a3bd;
	margin-right: 10px;
	border-radius: 2px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 7px;
	height: auto;
	border: 1px solid #fff;
}
.menu-logo a{
    background-color:none !important;
    border: none !important;

}
.main-top-nav .elementor-nav-menu .menu-item:last-child .elementor-item {
	margin-right: 0px;
}
.main-top-nav .elementor-nav-menu .elementor-item:hover {
	color: #11a3bd;
	background: #fff;
	border: 1px solid #11a3bd;
}
section.elementor-sticky--active {
	margin-top: 0px !important;
}
/* MAIN MENU */
.elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item {
	font-weight: 700;
	border-radius: 3px;
	/* margin-right: 5px;
	*/
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item.menu-link-home {
	margin-right: 10px;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item i:before {
	color: #555;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item:hover i:before {
	color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.elementor-item-active i:before {
	color: #555;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item.menu-link-last .elementor-item {
	font-weight: 700;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
	color: #555;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item ul {
	background-color: #11A3BD;
	border: 1px solid #fff;
	border-top: none;
	margin-top: 50px;
	transition: 0.3s margin-top;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item:hover ul {
	margin-top: 0;
}
.elementor-nav-menu--main .elementor-nav-menu .menu-item ul a {
	color: #fff;
}
.menu-link-last &gt; a {
	border-top: 1px solid #fff;
	font-weight: 700 !important;
}
/* Search Form */
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	height: 50px;
}
/* elementor cart preview */
.elementor-512 .elementor-element.elementor-element-a5266c5 .elementor-button--checkout {
	display: none;
}
.elementor-512 .elementor-element.elementor-element-a5266c5 .elementor-button--view-cart {
	width: 100%;
	display: block;
}
.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr !important;
}
/* MAIN MENU RESPONSIVENESS */
@media (max-width: 768px) {
	#awc-main-menu-navigation &gt; .elementor-container &gt; .elementor-row {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: row;
		width: 100%;
		margin-left: 30px;
	}
	#awc-main-menu-navigation &gt; .elementor-container &gt; .elementor-row &gt; .elementor-element:first-child {
		width: 12%;
	}
	.elementor-menu-toggle ~ .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute;
		top: 40px;
		left: -655%;
		width: 100vw;
		border-top: 2px solid #00afcc;
		box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
	}
	.elementor-menu-toggle ~ .elementor-nav-menu--dropdown.elementor-nav-menu__container a.elementor-item br {
		display: none;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
		background-color: transparent !important;
	}
	.elementor-element.elementor-element-7e2eef85.add-shadow {
		box-shadow: none;
	}
}
/* Hubs */
.flash-sale-box {
	background: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.flash-sale-box h2 {
	margin-top: 0;
	margin-bottom: 0 !important;
	padding: 20px 10px;
	color: #444 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	text-align: center;
	/*background: #eefbfd;
	*/
}
.flash-sale-box-desc {
	display: table;
	min-height: 240px;
	padding: 0 10px;
	font-size: 16px;
}
.flash-sale-box-desc p {
	color: #555;
}
.flash-sale-box-desc .alignMiddle {
	display: table-cell;
	vertical-align: top;
}
.flash-sale-box-link {
	padding: 0 10px 10px;
	text-align: center;
}
.flash-sale-box-link a {
	display: inline-block;
	padding: 10px 10px;
	width: 100%;
	background: #11A3BD;
	color: #FFF !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #11A3BD;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.flash-sale-box-link a:hover {
	background: white;
	color: #11A3BD !important;
	border: 1px solid #11A3BD;
}
.awc-mag-box-caption-wrapper {
	color: #000;
}
/*a-z listing*/
.all-courses-table thead tr {
	background: #11A3BD;
}
.all-courses-table tr.row-letter {
	background: #daeef3;
}
.all-courses-table tr.row-letter td {
	padding: 10px;
	font-weight: 700;
}
.all-courses-table a {
	color: #111111 !important;
}
.all-courses-table a:hover {
	background: #11A3BD !important;
}
/*.all-courses-table a {
	display: block;
	padding: 6px 4px;
	color: #11A3BD;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #11A3BD;
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
}
*/
.all-courses-table th, .all-courses-table td {
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #ccc !important;
}
.all-courses-table tr th:nth-child(1), .all-courses-table tr td:nth-child(1) {
	text-align: left;
	vertical-align: middle;
}
.all-courses-table tr th:nth-child(2), .all-courses-table tr td:nth-child(2) {
	text-align: left;
	border-left: none !important;
}
.all-courses-table tr td:nth-child(3) {
	vertical-align: middle;
}
.all-courses-table tr.row-letter td:nth-child(2) {
	border-right: 1px solid #ccc !important;
}
.all-courses-table tr.row-letter td:nth-child(1) {
	border: 1px solid #ccc !important;
}
.all-courses-table tr.row-letter {
	background: #daeef3;
}
/*woo**/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #fe2f4b;
	color: #fff;
	text-transform: uppercase;
	border: solid 1px #fe2f4b;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #fff;
	color: #fe2f4b;
	border: solid 1px #fe2f4b;
	-webkit-font-smoothing: antialiased;
}
.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
/**************** CART PAGE***************/
.woocommerce-cart table tbody &gt; tr:nth-child(odd) &gt; td, table tbody &gt; tr:nth-child(odd) &gt; th {
	background-color: #f6f6f6 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 470px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #FE2F4B;
	text-transform: uppercase;
}
.woocommerce a.remove {
	color: #FE2F4B !important;
	font-size: 15px;
	height: 1em;
	width: 2em;
}
.woocommerce-cart .product-enrolment-condition {
	font-size: 13px;
	margin-top: 10px;
}
.woocommerce-page .product-enrolment-condition h3 {
	font-size: 14px;
}
.woocommerce-cart.woocommerce-page .woocommerce &gt; .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info {
	display: none !important;
}
/*.woocommerce a.remove {
	*/
	/*width:auto;
	*/
	/*
}
*/
/**************** CHECKOUT PAGE***************/
.woocommerce-checkout #coupon_code {
	width: 265px;
	margin-right: 10px;
}
.woocommerce-checkout #apply_coupon {
	padding-top: 13px;
	padding-bottom: 13px;
}
.woocommerce-form-login button[type="submit"] {
	color: #fff;
	background-color: #11A3BD;
	width: 300px;
	margin-top: 20px;
}
.woocommerce-checkout table.shop_table td {
	vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
	display: none;
}
.woocommerce-checkout .woocommerce-form-login {
	display: block !important;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
	float: none !important;
}
.woocommerce-checkout .woocommerce-form-login p.form-row:nth-child(5) {
	text-align: center !important;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
	text-align: center;
}
.woocommerce-checkout table.shop_table {
	border: none !important;
}
div.coupon:not(.under-proceed) {
	display: none !important;
}
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}
@media (min-width: 769px) {
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 400px;
		font-size: 110%;
		line-height: 1.5em;
	}
}
/* END WOOCOMMERCE CHEKCKOUT*/
.contact-video {
	float: right;
	width: 40%;
	padding-left: 40px;
	padding-bottom: 40px;
}
.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #0e93ab !important;
}
/* REVIEWS CONTAINER*/
.awc-page-container {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.awc-page-row {
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex-flow: row wrap;
	width: 75%;
}
.awc-page-row &gt; .awc-page-col {
	padding: 0 30px;
	width: 100%;
}
.awc-page-row &gt; .awc-page-col-full {
	flex-basis: 100%;
}
.awc-page-row &gt; .awc-page-col-third {
	/* flex-basis: 33%;
	*/
	max-width: 380px;
}
.awc-page-row &gt; .awc-page-col-half {
	flex-basis: 50%;
}
.awc-page-row &gt; .reviews-view-more {
	flex-basis: 100%;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.awc-page-container {
		width: 100%;
		padding: 15px;
	}
	.awc-page-row {
		margin: 0;
	}
}
@media (max-width: 576px) {
	.awc-page-container h2 {
		font-size: 22px;
	}
}
/* REVIEW FILTER*/
.awc-page-review-filter {
	width: 75%;
	margin: auto;
}
.awc-review-filter {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 0;
	margin: 0 0 60px;
}
.awc-page-review-filter form {
	width: 100%;
}
.awc-review-filter &gt; span {
	flex-basis: 9%;
	font-weight: 700;
}
.awc-review-filter &gt; .awc-filter-col--widget {
	flex-basis: 42%;
}
.awc-review-filter &gt; .awc-filter-col--btn {
	flex-basis: 9%;
}
.awc-reviews__quote p {
	margin: 20px 0px;
}
.awc-review-filter__widget {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
}
.awc-review-filter__widget label {
	margin-right: 10px;
}
.awc-review-filter__widget__select {
	width: 100%;
}
/* REVIEW VALUES*/
.awc-reviews {
	padding: 0;
	/*padding-bottom: 20px;
	*/
	/*border-bottom: 1px solid #a9a9a9;
	*/
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.awc-reviews .awc-reviews__avatar {
	flex-basis: 12%;
	padding-right: 15px;
}
.awc-reviews .awc-reviews_info {
	flex-basis: 88%;
}
.awc-reviews .awc-reviews__quote {
	font-family: "Open Sans", Sans-serif;
}
.awc-reviews .awc-reviews__author {
	/*font-weight: bold;
	*/
	font-family: "Roboto Slab", "Open Sans", Sans-serif;
	font-size: 18px;
	color: #000;
}
.awc-reviews .awc-reviews__author .review-date {
	margin-left: 15px;
	color: #888888;
	font-size: 14px;
	font-family: "Open Sans", Sans-serif;
	font-weight: normal;
}
.awc-reviews .awc-reviews__course {
	margin-top: 5px;
}
.awc-reviews .awc-reviews__course a{
	font-weight: bold;
	font-family: "Roboto Slab", "Open Sans", Sans-serif;
	font-size: 16px;
	color: #11A3BD;
}
@media(max-width: 820px){
	.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column:first-child {
	width: 0%;
}
.elementor-element.elementor-element-7e2eef85 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column:last-child {
	width: 100%;
}
}

/* this is for the ipad portrait */
@media(max-width: 820px) and (min-width:810px){
	.logo-for-ipad{
		top: 60px;
		position: fixed;
		left: 10px;
	}
	
	#awc-main-menu-navigation&gt;.elementor-container&gt;.elementor-row {
    	justify-content: flex-start !important;
	}

	#content, .type-product{
        margin-top: 50px;
    }

	.elementor-512 .elementor-element.elementor-element-7e2eef85{
		margin-top: 0px;
	}

}
@media(max-width: 768px){
	.awc-reviews .awc-reviews__course {
		margin-bottom: 20px;
	}
	.awc-page-review-filter {
		width: 100%;
	}
	.awc-reviews__avatar{
		display: none;
	}
}
h2.entry-title {
	text-align: center;
}
.ocw1-step-wrapper a.step-2-nwe {
	left: 33.33%;
}
.ocw1-step-wrapper a {
	display: block;
	position: absolute;
	top: 0;
	width: 33.33%;
	height: 100%;
}
.ocw1-step-wrapper a.step-3-wyn {
	right: 0;
}
/***/
/* CUSTOM SEARCH */
#custom-search-form {
	display: flex;
}
#custom-search-form #custom-search {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0px;
}
#custom-search-form #search-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#custom-search-form #search-button span {
	color: #fff;
}
.search-result-item {
	margin-bottom: 60px;
	display: flex;
	/*align-items: center;
	*/
}
.search-result-item .search-result-image {
	margin-right: 10px;
}
.search-result-item .search-result-content {
	word-wrap: break-word;
}
.search-result-item .search-result-content .search-result-item__title {
	/*color: #000 !important;
	*/
	font-size: 21px;
}
.search-result-item .search-result-item__link {
	word-wrap: break-word;
	color: #3bc039 !important;
	font-size: 16px;
}
@media (max-width: 576px) {
	.search-result-item {
		flex-flow: column;
	}
	.search-result-item .search-result-image {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.boom_bar .boom_bar-inner-container {
		padding: 0 20px;
	}
}
.sywtba-review {
	padding: 1px 10px;
	background: #FFF;
	border: 2px solid #11A3BD;
	border-radius: 4px;
}
.home-presenter-thumb {
	margin-top: -70px;
}
/*ORDER PAY TABLE*/
.order-pay-table {
	background-color: transparent;
}
.order-pay-table thead:first-child tr:first-child td {
	padding: 0;
}
.order-pay-table tr td {
	background: #fff !important;
}
.order-pay-table .order-pay-table--info {
}
.order-pay-table .order-pay-table--info .title {
	color: #11A3BD;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px !important;
}
.order-pay-table .order-pay-table--price {
}
.order-pay-table .order-pay-table--sale-price .regular-price {
	text-decoration: line-through;
}
.order-pay-table .order-pay-table--sale-price .sale-price {
	font-weight: bold;
	color: #FE2F4B;
}
.hide-link-on-desktop {
	display: none !important;
}
#live-timer-container, #start-timer-container, #next-start-timer-container, #next-live-timer-container {
	display: none;
}
.elementor-editor-active #live-timer-container, .elementor-editor-active #start-timer-container, .elementor-editor-active #next-live-timer-container, .elementor-editor-active #next-start-timer-container {
	display: block !important;
}
/*AWC blog-sidebar*/
.awc-blog-sidebar {
}
.awc-blog-sidebar .awc-blog-sidebar__widget {
	box-shadow: 0 0 1px #00b1cd, 0 6px 14px -6px rgba(0, 0, 0, 0.2);
	border: 1px solid #00b1cd;
	border-top-width: 5px;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 15px;
	transition: 0.3s;
	display: flex;
	/*added 8-7 JP */
	justify-content: center;
	align-items: center;
}
.awc-blog-sidebar .awc-blog-sidebar__widget:hover {
	box-shadow: 0 0 10px #00b1cd;
	border: 1px solid #00b1cd;
	border-top: 5px solid #00b1cd;
}
.awc-blog-sidebar .awc-blog-sidebar__widget:last-child {
	margin-bottom: 0;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__image {
	flex-basis: 30%;
	background-size: cover !important;
	/*margin-bottom: 20px;
	*/
	/*padding-right: 15px;
	*/
}
.awc-blog-sidebar .awc-blog-sodebar__widget__image img {
	height: auto;
	width: 100%;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__content {
	flex-basis: 70%;
	padding-left: 10px;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__content .details {
	flex-basis: 75%;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__content .details .title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__content p {
	color: #000 !important;
	margin-bottom: 0;
	font-size: 16px;
}
.awc-blog-sidebar .awc-blog-sidebar__widget__content p.short-status{
	margin: 0;
	text-align: left;
	color: #fe2f4b !important;
}
/*blogs*/
.elementor-card-shadow-yes .elementor-post__card {
	box-shadow: unset;
	border-bottom: solid 1px #ccc;
}
.elementor-element.elementor-element-3345727 {
	box-shadow: -2px 0px 20px 15px #fded9e;
	background-color: #fded9e;
}
/*Graduate Success Stories*/
#elementor-tab-title-7751.elementor-active, #elementor-tab-title-7752.elementor-active{
	background: #11A3BD;
}
#elementor-tab-title-7751.elementor-active a, #elementor-tab-title-7752.elementor-active a{
	color: white !important;
}
.graduate-excerpt{
	padding-top:15px;
}
/*Additional Css*/
.post-154 .page-header .entry-title {
	margin-bottom: 0px;
	margin-top: -20px;
	border-bottom: solid 5px #11A3BD;
	width: 18%;
	margin: auto;
}
.hwch-circles .hwch-circle a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
.hwch-circle-first {
	background-color: #fbb040;
}
.hwch-circle-second {
	background-color: #259997;
}
.hwch-circle-third {
	background-color: #fd6e7a;
}
.hwch-circle-fourth {
	background-color: #0e93ab;
}
.col {
	display: block;
	float: left;
	width: 100%;
}
.span_6 {
	width: 25%;
}
.elementor-512 .elementor-element.elementor-element-a5266c5 .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	color: #fff;
	background-color: #FE2F4B;
	font-size: 11px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 40%;
}
.woocommerce .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals th {
	/* width: 50% !important;
	*/
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .course-btn {
	padding: 10px 22px;
	border: 1px solid #11A3BD;
	background: #11A3BD;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .course-btn:hover {
	background: white;
	color: #11A3BD;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	width: auto;
	margin: 0 !important;
	margin-left: 10px !important;
}
.woocommerce a.button.alt {
	font-size: 15px;
}
.woocommerce a.remove-cart-item, .woocommerce a.remove-small {
	color: #FE2F4B !important;
	font-size: 12px;
	height: 1em;
	width: 2.3em;
	font-weight: normal;
}
.woocommerce a.remove:hover, .woocommerce a.remove-small:hover {
	color: #FE2F4B !important;
	font-weight: normal;
	background: none;
}
.woocommerce a.remove-small, .woocommerce a.remove-small:hover {
	font-size: 10px;
}
.select2-container .select2-selection--single {
	border: 1px solid #ccc;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	font-size: 16px !important;
	color: black !important;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
#order_review_desktop {
	display: block;
	margin-bottom: 30px;
}
#order_review_mobile {
	display: none;
}
.elementor-location-popup {
	top: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection--single {
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0px;
	border-bottom: solid 2px #ccc;
}
.woocommerce-billing-fields .form-row {
	margin-bottom: 7px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, .woocommerce-checkout #payment div.payment_box {
	background: unset;
	border-radius: 3px;
}
.woocommerce-checkout #payment ul.payment_methods {
	background: #D0E5EC;
	margin-bottom: 15px;
	border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box {
	border-bottom: solid 1px #ccc;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 0px;
}
.woocommerce-checkout #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.woocommerce table.shop_table td, tr.cart-subtotal td, .woocommerce table.shop_table tbody th {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: white !important;
}
td.product-remove, td.product-name, td.product-total {
	background-color: white !important;
}
.woocommerce-checkout #payment div.payment_box::before, #stripe-payment-data p, #billing_address_2_field {
	display: none !important;
}
label[for=payment_method_stripe] {
	width: 250px;
}
.fa-trash-alt:before {
	content: "\f2ed";
	color: red;
}
.woocommerce a.remove {
	width: 4em;
	text-align: right;
	padding-top: 10px;
}
.product-description {
	font-size: 14px;
}
#wc-stripe-cc-form .form-row-first {
	width: 30%;
}
#wc-stripe-cc-form .form-row-first #stripe-exp-element {
	width: 100%;
}
#wc-stripe-cc-form .form-row-last {
	width: 65%;
}
#order_review_heading {
	visibility: hidden;
	display: none;
}
.custom-coupon-form{
	margin-top: 20px;
}

/*added this for the cart and checkout header JP 08182022 */
.post-154 .page-content{
	margin-top: 10px;
}

.post-153 .page-content{
	margin-top: 30px;
}
/*TEMPORARILY HIDE SUBTOTAL*/
.cart-subtotal {
	display: none;
}
#iw-extra-fields-1::-webkit-input-placeholder, #iw-extra-fields-2::-webkit-input-placeholder, #iw-extra-fields-3::-webkit-input-placeholder, #iw-extra-fields-4::-webkit-input-placeholder, #iw-extra-fields-5::-webkit-input-placeholder, #iw-extra-fields-6::-webkit-input-placeholder, #iw-extra-fields-7::-webkit-input-placeholder, #iw-extra-fields-8::-webkit-input-placeholder, #iw-extra-fields-9::-webkit-input-placeholder, #iw-extra-fields-10::-webkit-input-placeholder {
	color: black;
}
#iw-extra-fields-1_field label, #iw-extra-fields-2_field label, #iw-extra-fields-3_field label, #iw-extra-fields-4_field label, #iw-extra-fields-5_field label, #iw-extra-fields-6_field label, #iw-extra-fields-7_field label, #iw-extra-fields-8_field label, #iw-extra-fields-9_field label, #iw-extra-fields-10_field label {
	display: none;
}
a.anchor {
	display: block;
	position: relative;
	top: -320px;
	visibility: hidden;
}
.woocommerce-notices-wrapper {
	/*display: none !important;*/
}
.elementor-menu-cart__subtotal {
	display: none !important;
}
.boom_bar {
	z-index: 1000;
}
.awc-sale-product-list .awc-product-list__info .awc-product-list__info__title {
	margin-bottom: 5px;
}
.elementor-element-29c2e696 div div div div.cross-sells {
	display: none;
}
/*hiding uncategorized link*/
li.cat-item.cat-item-199, li.cat-item.cat-item-1 {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods::before {
	content: 'Choose your payment method';
	font-weight: 600;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-weight: 600;
}
input.submit.buy.button {
	text-transform: uppercase;
}
#EWAY_TEMPCARDNUMBER, #EWAY_EXPIRY, #EWAY_CARDCVN {
	border: 1px solid #ccc;
	border-radius: 3px;
}
/*July 8 */
#iw-extra-fields-1::placeholder, #iw-extra-fields-2::placeholder, #iw-extra-fields-3::placeholder, #iw-extra-fields-9::placeholder, #iw-extra-fields-10::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #231F20 !important;
}
#iw-extra-fields-8::placeholder, #iw-extra-fields-1::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #231F20 !important;
}
.elementor-posts .elementor-post__card {
	border-radius: 0px;
}
.elementor-element.elementor-element-819db70 p {
	margin-top: 20px;
}
/*July 17 - JP */
.review-photo-round{
	border-radius: 50% !important;
}
.elementor-sub-item.elementor-item-active{
	color: #fff !important;
}
.breadcrumbs span{
	font-weight: normal;
	font-size: 13px;
}
.breadcrumbs i{
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
	color: #999;
}
/*July 28 - for grad success stories - JP */
#white-btn {
	border: 2px solid #11A3BD;
	background: white;
	color: #11A3BD;
	padding: 15px 15px;
}
#white-btn:hover {
	border: 2px solid #11A3BD;
	background: #11A3BD;
	color: white;
}
/*Aug 5 2020 - update on the menu */
.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
/* JP added for button consistency 8/27 */
.awc-product-variation .product-variation-row&gt;.product-variation-addtocart&gt;.product-var-add-to-cart, .awc-product-variation .product-variation-row&gt;.product-variation-addtocart&gt;.product-var-add-to-cart-link{
	width:170px;
	/*margin: 0 0 20px auto !important;
	*/
}
/* JP added for button consistency 9/1/2020 */
.woocommerce button.button{
	margin-top: 15px;
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
#interest-list-btn {
	padding: 20px 40px;
	border: 1px solid #FFB80E;
	background: #FFB80E;
	margin-bottom: 30px;
}
#interest-list-btn:hover {
	border: 1px solid #FFB80E;
	background: white;
	color: #FFB80E;
	box-shadow: 0 0 6px #000;
}
/*jp 10/14 */
.awc-product-list__info ul{
	padding-inline-start: 20px;
}
.awc-product-list__info ul li{
	font-size: 16px;
	margin-bottom: 20px;
}
/* May 31, 2021 */
.awc_login_checkout_fields .awc_checkout_login,.awc_login_checkout_fields .awc_checkout_lost_password {
	display: none;
}
.awc_login_checkout_fields .awc_checkout_login.show,.awc_login_checkout_fields .awc_checkout_lost_password.show {
	display: block;
}
#billing_email.hide {
	display: none;
}
.woocommerce form .awc_login_checkout_fields {
	background: #f5f5f5;
	padding: .5rem 1rem 1.5rem;
	border-radius: 10px;
}
.woocommerce form .awc_login_checkout_fields input[type=email],.woocommerce form .awc_login_checkout_fields input[type=password] {
	background: #f5f5f5;
	padding: .5rem 0;
}
.woocommerce form .awc_login_checkout_fields:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.woocommerce form .awc_login_checkout_fields span {
	font-size: .75rem;
	margin: .75rem 0;
	color: gray;
}
.woocommerce form .awc_login_checkout_fields #awc_billing_password,.woocommerce form .awc_login_checkout_fields #awc_checkout_lost_password_email {
	width: 60%;
	float: left;
}
.woocommerce form .awc_login_checkout_fields #awc_checkout_sign_in {
	float: left;
	background: #81d645;
	text-transform: uppercase;
	border: none;
	padding: .3rem 3rem;
	margin-top: 8px;
	margin-left: 30px
}
.woocommerce form .awc_login_checkout_fields #awc_checkout_lost_password {
	float: left;
	background: #81d645;
	text-transform: uppercase;
	border: none;
	padding: .3rem 1rem;
	margin-top: 8px;
	margin-left: 20px;
}
.woocommerce form .awc_login_checkout_fields #awc_checkout_lost_password_link {
	font-size: .9rem;
	float: right;
	margin-top: 10px;
	margin-right: calc(50% - 220px);
}
.woocommerce form .awc_login_checkout_fields .awc_checkout_login_error {
	color: red;
	font-size: .9rem;
	float: left;
	margin-top: 10px;
}
/* End May 31, 2021 */

@media screen and (max-width: 768px) and (min-width:620px){
	.post-153 .entry-title{
    	margin-top: 100px !important;
}
}

@media screen and (max-width: 600){
	.post-153 .entry-title{
    	margin-top: 50px !important;
}

  .to-fixed {
		  margin-top: 0px!important;

}</pre></body></html>