  /* 
 Theme Name:     Ò¹À´ÏãÑÐ¾¿Ëù To Aus
 Author:         Studio Seven Agency
 Author URI:     https://studioseven.agency/
 Template:       Divi
 Version:        3.0
 Description:   A Child Theme built for Divi theme.
 Wordpress Version: 4.8.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/*---------------------
 * HEADER FIX
 * --------------------*/
#pta-primary-header__wrapper,
#pta-primary-header__wrapper .et_pb_row{
    padding: 0;
}
#pta-primary-header__wrapper .et_pb_code{
    margin: 0;
}
#pta-primary-header__wrapper .pta-menu-banner__wrapper {
    width: 100%;
    max-width: 100%;
    background-image: linear-gradient(90deg,#333333 50%,#ed9600 50%);
}

/*---------------------
 * PAGE FOOTER
 * --------------------*/
#footer-widgets .footer-widget:nth-child(2) .widget_text{
	margin-bottom: 30px;
}
#footer-bottom a{
	color: #666;
}

/*---------------------
 * Global styles
 * -------------------*/

@media screen and (max-width: 980px){
	.reverse-container-mobile{
		display: flex;
		flex-direction: column-reverse;
	}
}


/*---------------------
 * INTERVIEW PAGES
 * speciality section: .interview-container
 * sidebar menu module: .interviews-sidebar
 * content row: .interview-qa
 * --------------------*/
/* Sidebar navigation */
.interviews-sidebar .menu-item{
    padding: 5px;
}
.interviews-sidebar .current-menu-item{
    border-radius: 0 50px 50px 0;
    padding: 5px 15px
}

ul#menu-interviews li {
    background-color: #f0f0f0;
    padding: 10px;
}
ul#menu-interviews li::before {
    content: "\45";
    font-family: 'ETmodules';
    margin-right: 10px;
}
.interviews-sidebar {
    border: none;
}
.interview-container h2{
  padding: 0;
}
.interview-qa h3{
  padding-top: 10px;
  padding-bottom: 5px !important;
}
@media(max-width: 1300px){
    .interview-container .et_pb_row{
        width: 100% !important;
    }
}
@media(max-width: 980px){
    .interview-container .et_pb_row>.et_pb_column{
        padding: 30px;
    }
	.interview-container .widget_nav_menu{
		width: 100% !important;
		margin-bottom: 0;
	}
}
@media(max-width: 650px){
	.interview-content>.et_pb_row_inner:first-child {
		display: flex;
		flex-flow: column;
	}
	.interview-details {
		display: flex;
		flex-flow: column;
		justify-content: flex-start !important;
		padding: 20px 0;
		width: 100% !important;
	}
	.interview-content,
	.interview-navigation{
		padding: 30px 5% !important;
	}
}

/*
 * COURSE DETAILS  
 **/

/* Course details toggle */
.course-details .et_pb_blurb_container{
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  width: 100%;
}
.course-details .et_pb_module_header{
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: #ed9600 !important;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}
.course-details .et_pb_module_header::before{
  font-family: "ETModules";
  content: '\45';
  font-size: 25px;
  float: left;
}
.course-details .et_pb_blurb_description{
  padding: 0 30px;
}

/*
 * VISA TILES
 **/
.visa-tile .et_pb_blurb_container{
  padding: 20px;
}
.visa-tile .et_pb_main_blurb_image{
  margin-bottom: 0;
}

/*
 * CUSTOM TABS
 **/
.custom-tabs>.et_pb_row{
  width: 100%;
}
.selected-tab{
  background-color: #ed9600 !important;
}
.selected-tab h4,
.selected-tab .et-pb-icon{
  color: #fff !important;
}
.tabs-navigation .et_pb_blurb{
    cursor: pointer;
}
.tabs-navigation .et_pb_blurb_container{
    padding-left: 10px;
    vertical-align: middle;
}
.tabs-navigation h4{
    padding-bottom: 0 !important;
}
.hidden-row{
  display: none !important;
}

/*
 * CUSTOM BLURBS
 **/
.blurb-title--no-padding h4{
	padding: 0;
}
.list__checklist .et_pb_blurb_container{
	padding-left: 0;
}
/*
 * CUSTOM BUTTONS
 **/
.pta-btn--standard{
	-webkit-appearance: none;
	margin: 15px 0;
	padding: 10px 50px;
	box-shadow: 3px 3px 6px #ddd;
	border: none;
	border-radius: 50px;
	background-color: #ed9600;
	color: #fff;
	font-family: "Poppins - Regular", sans-serif;
	font-size: 16px;
	cursor: pointer;
}
.pta-btn--standard:hover{
	background-color: #fff;
	color: #ed9600;
}

/* Orange & green split pill button */
.pta-button--split>div {
	display: flex;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	border-radius: 100vw;
}
.pta-button--split a {
	padding: 8px 30px;
	font-family: "Poppins - Regular", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ed9600;
}
.pta-button--split a:nth-child(1) {
	border-radius: 100vw 0 0 100vw;
	border: 2px solid #ed9600;
	border-right: none;
}
.pta-button--split a:nth-child(2) {
	border-radius: 0 100vw 100vw 0;
	background-color: #25d366;
	border: 2px solid #25d366;
	border-left: none;
}
.pta-button--split a:hover {
	background-color: #ffffff;
	color: #666666;
	border: 2px solid #666666;
}

@media only screen and (max-width: 500px){
    .pta-button--split { width: 100% }
	.pta-button--split a {
		border-radius: 100vw !important;
		width: 100%;
		text-align: center;
	}
	.pta-button--split>div {
		box-shadow: none;
		flex-direction: column;
		gap: 20px;
	}
}

/
 * WHATSAPP
 * ****/
.whatsapp__button .et_pb_blurb_container {
    padding-left: 10px;
    vertical-align: middle;
}
.whatsapp__button:hover {
    box-shadow: 4px 4px 10px #aaa;
    cursor: pointer;
}
.whatsapp__button .et_pb_main_blurb_image img {
    max-width: 30px;
}
.whatsapp__button .et_pb_module_header {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 1220px){
    div#whatsapp__section>.et_pb_row{
        flex-wrap: wrap;
        background-image: none;
    }
    div#whatsapp__section>.et_pb_row>.et_pb_column{
        width: 47%;
    }
}
@media screen and (max-width: 700px){
    div#whatsapp__section>.et_pb_row>.et_pb_column{
        width: 100%;
    }
}

/
 * POPUP MODULE
 * ****/
.blocker{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal{
	display: none;
	z-index: 2;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
	text-align: left;
	top: 22vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal a.close-modal{
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	background-color: #ed9600;
	border-radius: 30px;
}
@media screen and (max-width: 480px){
	.blocker{
		padding: 0px;
	}
	div#course-booklet__modal-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		transform: inherit
	}
	.modal{
		position: absolute;
		padding: 30px 10px 50px 10px;
		width: 100%;
		height: 100%;
		border-radius: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.modal a.close-modal{
		top: 30px;
		right: 10px;
	}
}
.loader {
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #ed9600;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 30px auto;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}



/*------------------------
 * GLOBAL STYLES 
-------------------------*/
.vertical-align{
	display:flex;
	flex-direction:column;
	justify-content:center
}
.reverse-columns-mobile{
	display:flex!important;
	flex-direction:column-reverse!important
}
.word-break-mobile *{
	overflow-wrap:break-word;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto
}
.row--hidden{
	display: none !important;
}

.vertical-align-bottom{ 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end;
} 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vertical-align-bottom{ 
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
  } 
}
.vertical-align-center{ 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vertical-align-center{ 
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: flex-end;
  } 
}

/* Mobile stacking order */
@media all and (max-width: 980px) {
	.stacked-mobile-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
}

/*--------------------------------
- VIDEO POPUP OVERLAY
---------------------------------*/
.mfp-close {
    margin-top: -50px !important;
}
.youtube-popup__container a{
  	color: #fff !important;
}
.youtube-popup__link{
  	color: #fff !important;
}

/* YouTube red play icon overlay*/
.youtube-popup::after{
  font-family: "ETModules";
    content: "\e0a3";
    color: #f00;
    font-size: 70px;
    margin: auto 0;
    position: absolute;
    top: 45%;
    left: 40%;
}

/* YouTube hero section video */
.section-hero-video .youtube-popup::after{
  font-family: "ETModules";
    content: "\e0a3";
    color: #fff;
    font-size: 70px;
    margin: auto 0;
    position: absolute;
    top: 45%;
    left: 45%;
}

/* YouTube video button */
.youtube-button a::before {
    font-family: "ETModules";
    content: "\49";
    margin-right: 10px;
    font-size: 24px;
}
.youtube-button a{
    padding: 0px 10px !important;
    display: flex;
    justify-content: center;
	color: #fff !important;
}

/*--------------------------------
- UNVERIFIED CODE
---------------------------------*/
.page-header{
	padding-top: 170px !important;
}

.footer_logo{
    margin-top: 10px;
}

#main-footer .title{
    color: #ED9600 !important;
    font-weight: bold;
} 

.hidden-content{
  display: none !important;
}

/* TYPOGRAPHY */
.heading-highlight{
    color: #ed9600; 
    font-weight: bold; 
}


.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.standard-header{
    min-height: 400px !important;
    padding-top: 150px !important;
}

.et_pb_toggle_item {
margin-bottom: 2% !important;
}

/* GRAVITY FORMS /
.gform_body .gfield_label, 
.gform_body .name_first label, 
.gform_body .name_last label{
	display: none !important;
}

.gform_body input, .gform_body select, .gform_body textarea{
	padding: 7px 10px !important;
	border: 1px solid #eee !important;
	border-radius: 5px !important;
	color: #4e4e4e !important;
}

.gform_body .chosen-container-single .chosen-single {
	position: relative;
    display: block;
    color: #4e4e4e !important;
    overflow: hidden;
    padding: 5px 0 0 8px !important;
    height: 35px !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 5px;
    background-color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
	background: white !important;
	background-clip: none !important;
	box-shadow: none !important;
}


.gform_footer .gform_button{
	color: #fff !important;
	font-size: 14px;
    font-weight: 400;
    border-color: #ED9600 !important;
    background-color: #ED9600 !important;
    border: none !important;
    padding: 0.3em 1em !important;
    border-radius: 2px !important;
}

.gform_wrapper .gform_footer {
    padding: 5px !important;
    margin: 0px !important;
}

/* Gravity form error handling */
.gform_validation_error .validation_error{
	display: none !important;
}
.gform_wrapper .validation_message{
	display: none !important;
}

.gfield_error .ginput_container{
	margin-top: 0px !important;
}

.gfield_error{
	padding: 0px !important;
	border: none !important;
	background-color: rgba(255,255,255,0) !important;
}

.gfield_error input{
	background: rgba(0, 0, 0, 0);
	border: none !important;
	border-bottom: 1px solid #faa !important;
	color: #DDD !important;
}

/*--------------------------------
- Courses in your city form
---------------------------------*/
.city-form ul#gform_fields_11,
.city-form ul#gform_fields_12{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city-form .gform_fields>li,
.city-form .gform_fields>li.gfield_error{
    width: 49%;
}
.city-form .gfield div.ginput_container {
    margin-top: 0px !important;
}
.city-form ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.city-form .gform_fields>li.gfield_error input,
.city-form .gform_fields>li.gfield_error select{
  box-shadow: 3px 3px 5px #f00 !important;
	background-color: #fff;
}
.city-form li.gfield input,
.city-form li.gfield select{
    width: 100% !important;
}
.city-form .gform_footer.top_label {
    text-align: right;
}
.city-form .gform_footer input[type="submit"]{
    padding: 8px 30px !important;
    border-radius: 30px !important;
    margin: 10px !important; 
  border: 2px solid #fff !important;
    text-transform: uppercase;
    font-family: "Poppins - Regular", sans-serif;
    letter-spacing: 1px;
}

/*--------------------------------
- Hide schema markup
---------------------------------*/
.hatom-extra{
	display: none;
}





/*------------------------------------
 * Custom layout for courses fields
 * ----------------------------------*/
.wp-admin div#acf-group_5e8ab9af98c08>.acf-fields .acf-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*------------------------------------
 * Comments lazy load
 * ----------------------------------*/
#llc_comments {
    margin: 50px;
}
#llc_comments_button{
    border: none;
    border-radius: 50px;
    background-color: #ed9600;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}


/*------------------------------------
 * Easy FAQ Custom Design
 * ----------------------------------*/
.easy-faqs .qe-faqs-filters-container {
    display: none;
}
.easy-faqs h4 {
    padding: 0;
    font-family: "Poppins - Regular", sans-serif;
    font-size: 18px !important;
}
.easy-faqs svg {
    margin-right: 10px;
    color: #ed9600;
}
.easy-faqs .qe-toggle-content {
    padding: 10px 30px;
	font-size: 16px !important;
}
.easy-faqs .qe-faq-toggle,
.easy-faqs .qe-toggle-title,
.easy-faqs .qe-toggle-content {
    border: none;
}
.easy-faqs .qe-toggle-content{
    border-bottom: 1px solid #ed9600;
}

/* Active toggle */
.easy-faqs .active > .qe-toggle-title {
    background-color: #ed9600;
}
.easy-faqs .active > .qe-toggle-title h4{
    color: #fff;
}
.easy-faqs .active svg {
    color: #fff;
}

/*
 * 
 * 
 * */
#course-content__section>.et_pb_row>.et_pb_column:nth-child(2){
  border-radius: 10px 10px 0 0;
  margin-top: -224px;
  padding: 10px !important;
  background-color: #f7f7f7 !important;
}
@media only screen and (max-width: 980px) {
  #course-content__section>.et_pb_row>.et_pb_column:nth-child(2){
	  margin-top: 0px;
	}
}

/* Course details sidebar */
@media only screen and (min-width: 980px) {
  #course-content__details{
  	box-shadow: 5px 2px 10px rgba(50,50,50,0.5)
	}
}

/* Course content tabs */
#course-tabs .et_pb_tabs_controls::after {
    border: none !important;
}

/* Easy FAQ Custom Design */
.easy-faqs .qe-faqs-filters-container {
    display: none;
}
.easy-faqs h4 {
    padding: 0;
    font-family: "Poppins - Regular", sans-serif;
    font-size: 18px !important;
}
.easy-faqs svg {
    margin-right: 10px;
    color: #ed9600;
}
.easy-faqs .qe-toggle-content {
    padding: 10px 30px;
}
.easy-faqs .qe-faq-toggle,
.easy-faqs .qe-toggle-title,
.easy-faqs .qe-toggle-content {
    border: none;
}
.easy-faqs .qe-toggle-content{
    border-bottom: 1px solid #999;
}

/* Active toggle */
.easy-faqs .active > .qe-toggle-title {
    background-color: #999;
}
.easy-faqs .active > .qe-toggle-title h4{
    color: #fff;
}
.easy-faqs .active svg {
    color: #fff;
}

/* Trade courses sidebar */
ul#menu-trade-courses-sidebar li::before {
    content: "\e04a";
    font-family: 'ETmodules';
    margin-right: 10px;
    color: #ed9600
}















/* Courses filter layout */
.grid-col.dmach-grid-item {
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
}