/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com
 Description:    Child theme for the Divi theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.1.5
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/*@font-face {
  font-family: "Gotham Book";
  src: url("https://www.webbybat.com/wp-content/themes/divi-child/fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Black";
  src:  url("https://www.webbybat.com/wp-content/themes/divi-child/fonts/Gotham-Black.woff") format("woff");
  font-weight: normal;
  font-display: swap;
} */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Global */

.test-author {
	font-size: 0.8em;
	font-weight: 700;
}

.et_pb_toggle_title::before,
.et-db #et-boc .et-l .et_pb_toggle_title::before {
	content: "\25bc";
	font-size: 0.6em !important;
	left: 0 !important;
	right: auto !important;
	cursor: pointer;
}

.et_pb_toggle_open .et_pb_toggle_title::before,
.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\25b2";
	font-size: 0.6em !important;
	left: 0 !important;
	right: auto !important;
	cursor: pointer;
	position: absolute !important;
	display: block !important;
	top: 50%;
	margin-top: -.5em;
}

.et_pb_toggle_title,
.et-db #et-boc .et-l .et_pb_toggle_title {
	padding: 0 0 0 20px !important;
}

.li-tick ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: url('/wp-content/uploads/2021/07/green-tick.png');
	padding-left: 0px;
}

.li-tick li {
	padding-left: 10px;
}

a.center-btn {
	text-align: center;
}

#descriptions-top h4 {
	margin-top: 25px;
	font-size: 1.2em;
}

#descriptions-top h4:first-of-type {
	margin-top: 0px;
}

.list ul {
	line-height: 1.3em;
}

.list li {
	padding-bottom: 10px;
}

a.et_pb_button {
	text-decoration: none !important;
}

table {
	border: none !important;
}

th {
	color: #000000 !important;
    padding: 10px !important;
}

td {
	background: #ffffff;
	border: 5px solid #EEF3F6;
	padding: 9px;
}

.custom-btn .et_pb_button,
.custom-btn .et_pb_button:hover {
	display: inline-block;
	width: 150px;
	font-size: 14px;
	padding: 10px 20px !important;
}

.custom-btn a.et_pb_button,
.custom-btn a.et_pb_button:hover {
	text-align: center;
}

.et_pb_db_show_hide_button {
	margin-bottom: 0px !important;
}

.et_pb_db_show_hide_button a.et_pb_button {
	padding: 0px !important;
}

/* Templated pages */

.vresp-tab-item {
	padding-bottom: 0px !important;
	font-weight: 700 !important;
	font-weight: 1.2em !important;
}
.vresp-tab-content {
    border: none !important;
}

.vresp-tab-content  p {
	margin-bottom: 15px !important;
}

.vresp-tab-content  h4 {
	font-size: 1.2em;
	color: #000000;
}

/* Header */
#header-2 .et_pb_social_media_follow li a {
    margin-right: 0px;
}

#header-2 .et_pb_social_media_follow li {
    margin-bottom: 0px;
}

#header-3 .et_pb_menu__wrap {
	justify-content: flex-end !important;
}

#header-3 .et_pb_menu__menu > nav > ul > li {
	margin-top: 14px;
	padding-bottom: 2px;
}

#header-3 .enroll-button {
	background: #f15d35;
	margin-top: 0px !important;
	padding-top: 12px;
	padding-bottom: 2px;
}

#header-3 .et_pb_menu__search-button {
	background: #554e50 !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

#header-3 .et_pb_menu__search-input {
	color: #ffffff;
	opacity: 1;
}

#header-3 button.et_pb_menu__icon {
	margin-right: 0px;
}

#header-3 li.current-menu-item a {
	font-weight: 600 !important;
}

#header-3 li.current-menu-item {
	margin-top: 0px !important;
	padding-top: 14px;
	background: #33449b;
}

#header-4 .et_pb_menu__wrap {
	justify-content: flex-end;
}

#header-4 .et-menu li li a {
    padding: 6px 0px;
	width: 250px;
	line-height: 1.3em;
}

#header-4 .nav li li {
    padding: 0 15px;
}

#header-4 .nav ul li a:hover {
    background-color: transparent;
}

#sticky-header.et_pb_sticky {
	-moz-box-shadow:    0px 1px 6px -2px #eee;
  	-webkit-box-shadow: 0px 1px 6px -2px #eee;
  	box-shadow:         0px 1px 6px -2px #eee;
}

/* Home Page */

.course-search,
.searchandfilter ul {
	display: flex;
}

.searchandfilter ul {
	padding-left: 0px;
}

.searchandfilter li:nth-of-type(3) {
	width: 20% !important;
}

.course-search-row .cvp-dropdown,
.searchandfilter li:nth-of-type(1),
.searchandfilter li:nth-of-type(2) {
	flex: 1 1 40%;
}

.course-search-row .pt-cv-wrapper button, 
.course-search-row .pt-cv-wrapper select,
.course-search-row .pt-cv-wrapper input,
.searchandfilter input,
.searchandfilter select {
	width: 100%;
	border: 1px solid #9f9ea6;
	color: #000000;
	font-size: 13px;
}

.searchandfilter select {
	padding: 10px 2px;
}

.course-search-row .pt-cv-wrapper input,
.searchandfilter input {
	padding: 20px 10px;
	border-radius: 15px;
	border: 1px solid #9f9ea6;
	margin-top: 30px;
}

.searchandfilter input[type=text] {
	padding: 20px 10px;
	border-radius: 15px 0 0 15px;
	border: 1px solid #9f9ea6;
	margin-top: 30px;
	width: 100%;
}

.searchandfilter input[type=submit] {
	border-radius: 0;
	padding: 10px;
	border: 1px solid #6A2C91;
	width: 100%;
	background: #6A2C91;
	color: #ffffff;
	cursor: pointer;
	margin-top: 0px;
	font-weight: 600;
}

.searchandfilter input[type=submit]:after {
	content: "\55";
position: relative;
	width: 40px;
	height: 40px;
}

.course-search-row .pt-cv-no-post {
	display: none;
}

.course-search-row .pt-cv-collapsible .panel {
	box-shadow: none;
	border: none;
}

.course-search-row .pt-cv-read-more .btn,
.course-search-row .pt-cv-wrapper .btn-success {
	background: transparent !important;
	background: none !important;
}

.home-news .pt-cv-page {
	display: flex;
	flex-wrap: wrap;
	height: auto !important;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(1) {
    position: relative !important;
	top: 0px !important;
	width: 40%;
	margin-bottom: 30px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(2) {
    position: relative !important;
	top: 0px !important;
	width: 60%;
	margin-bottom: 30px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(3),
.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(4),
.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(5) {
    position: relative !important;
	top: 0px !important;
	left: 0px !important;
	width: 33.33%;
	margin-bottom: 30px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(6) {
    position: relative !important;
	top: 0px !important;
	left: 0px !important;
	width: 100%;
	margin-bottom: 30px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(6) .pt-cv-thumbnail {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(7),
.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(8) {
    position: relative !important;
	top: 0px !important;
	left: 0px !important;
	width: 50%;
	margin-bottom: 30px;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(8) .pt-cv-pinmas {
	display: flex;
	flex-direction: column;
}

.home-news .pt-cv-page .pt-cv-content-item:nth-of-type(8) .pt-cv-pinmas a {
	order: 3;
}

.home-news .cvp-label {
	display: none;
}

.home-news .pt-cv-readmore {
	padding-left: 0px; 
}

.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas>* {
	border-bottom: none;
}

/* History */

#timeline .et_pb_tab_content {
	border-left: 1px solid #9f9ea6;
}

#timeline .et_pb_tab_content ul {
	padding-left: 0px;
	margin-left: -13px;
}

#timeline .et_pb_tab_content li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 45px;
	background: url('/wp-content/uploads/2021/07/disc.png') no-repeat;
	background-size: 25px 25px;
	background-position: left top;
}

#timeline ul.et_pb_tabs_controls::after {
	border: none;
}

#timeline ul.et_pb_tabs_controls {
    background-color: transparent;
	width: 1100px;
	margin-bottom: 30px;
	overflow: visible;
}

#timeline .et_pb_tabs_controls li {
	border: none;
}

#timeline-gallery .et_pb_slide_content::after {
	content: 'Take a trip down memory lane. Load more images.';
	font-size: 15px;
	color: #9F9EA6;
	font-weight: 700;
	display: block;
	padding-top: 20px;
	font-style: normal;
	max-width: 250px;
}

/* Course Pages */

.course-pages .searchandfilter ul,
.course-pages .searchandfilter li:nth-of-type(1){
	padding-left: 0px;
}

.course-pages .searchandfilter li:nth-of-type(1) {
	width: 82%;
	padding-right: 0px;
}

.course-pages .searchandfilter li:nth-of-type(2) {
	width: 18%;
    flex-basis: auto;
	flex-grow: unset;
}

.course-pages .searchandfilter ul {
	flex-wrap: nowrap;
}

.course-pages .searchandfilter input[type="text"],
.course-pages .searchandfilter input[type="submit"] {
	margin-top: 0px;
}

#courses-menu .et_pb_menu__menu > nav > ul > li,
#funding-menu .et_pb_menu__menu > nav > ul > li,
#about-menu .et_pb_menu__menu > nav > ul > li,
#locations-menu .et_pb_menu__menu > nav > ul > li,
#int-menu .et_pb_menu__menu > nav > ul > li,
#options-menu .et_pb_menu__menu > nav > ul > li {
	margin-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#courses-menu .et-menu,
#funding-menu .et-menu,
#about-menu .et-menu,
#locations-menu .et-menu,
#int-menu .et-menu,
#options-menu .et-menu {
    margin-left: 0px;
    margin-right: 0px;
}

#about-mob-menu .et_mobile_nav_menu::before {
	display: block;
	content: "About Menu ";
	margin-right: 10px;
}

#courses-menu .et_mobile_nav_menu::before {
	display: block;
	content: "Course Menu ";
	margin-right: 10px;
}

#funding-menu .et_mobile_nav_menu::before {
	display: block;
	content: "Funding Menu ";
	margin-right: 10px;
}

#about-menu .et_mobile_nav_menu::before {
	display: block;
	content: "About Menu ";
	margin-right: 10px;
}

#locations-menu .et_mobile_nav_menu::before {
	display: block;
	content: "Locations Menu ";
	margin-right: 10px;
}

#int-menu .et_mobile_nav_menu::before {
	display: block;
	content: "International Menu ";
	margin-right: 10px;
}

#options-menu .et_mobile_nav_menu::before {
	display: block;
	content: "Study Options Menu ";
	margin-right: 10px;
}

#menu-course-menu .sub-menu li a,
#menu-course-menu .sub-menu li.current-menu-item a,
#menu-course-menu .sub-menu li a:hover {
    background-color: #F15D35 !important;
    border-color: #F15D35;
}

#menu-course-menu .current-menu-parent a,
#menu-course-menu .current-menu-parent a:hover {
    background-color: #f58220 !important;
    border-color: #f58220;
}

#menu-course-menu .sub-menu li a {
	line-height: 1.3em;
	padding: 15px 0px;
}

#menu-course-menu .menu-item-has-children > a:first-child::after {
	display: none;
}

#footer-course-list .funding-lists .pt-cv-title,
#footer-course-list .funding-lists .pt-cv-title a,
#footer-course-list .funding-lists .pt-cv-title:hover,
#footer-course-list .funding-lists .pt-cv-title a:hover {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

/* How to apply */
.apply-btn .et_pb_button,
.apply-btn .et_pb_button:hover {
	display: inline-block;
	width: 160px;
	font-size: 14px;
	padding: 10px 20px !important;
}

.apply-btn a.et_pb_button,
.apply-btn a.et_pb_button:hover {
	text-align: center;
}

#apply {
	border-left: 1px solid #9f9ea6;
}

#apply .et_pb_tab_content ul {
	padding-left: 0px;
	margin-left: -13px;
}

#apply .et_pb_tab_content li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 45px;
	background: url('/wp-content/uploads/2021/07/disc.png') no-repeat;
	background-size: 25px 25px;
	background-position: left top;
}

/* PD Courses */
.u-title h3 {
	border-bottom: 1px solid #f15d35;
	margin-top: 20px;
	margin-bottom: 15px;
}

.single-project .entry-content a {
	text-decoration: underline;
}

.single-project ul {
	padding-left: 30px;
	padding-bottom: 0px;
}

.pd-btn .et_pb_button,
.pd-btn .et_pb_button:hover {
	display: inline-block;
	width: 160px;
	font-size: 14px;
	padding: 10px 20px !important;
}

.pd-btn a.et_pb_button,
.pd-btn a.et_pb_button:hover {
	text-align: center;
}

.orange-btn {
	background: #f15d35 !important;
}

.orange-btn:hover {
	background: #6a2c91 !important;
}

.pd-courses .pt-cv-page {
	display: flex;
	flex-wrap: wrap;
}

.pd-courses .pt-cv-content-item {
	display: flex;
	align-items: stretch;
	width: 25%;
	padding-bottom: 30px;
}

.pd-courses .pt-cv-ifield {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 3px solid #6a2c91;
}

.pd-courses .pt-cv-title,
.pd-courses .pt-cv-content {
	padding-left: 12px;
	padding-right: 12px;
}

.pd-courses .pt-cv-title {
	height: auto !important;
}

.pd-courses img {
	width: 100% !important;
}

.pd-courses .pt-cv-readmore {
	padding-left: 0px !important;
}

/* In Schools Courses */
.single-project .et-menu-nav li a {
  text-decoration: none;
}

/* Student Information */
.custom-btn-2 .et_pb_button,
.custom-btn-2 .et_pb_button:hover {
	display: inline-block;
	width: 150px;
	font-size: 14px;
	padding: 5px 10px !important;
}

.custom-btn-2 a.et_pb_button,
.custom-btn-2 a.et_pb_button:hover {
	text-align: center;
}

.fee-boxes .et_pt_column {
	min-height: 120px;
}

/* International Students */
#brisbane_slide p {
	font-size: 12px;
	padding-bottom: 5px;
	color: #000000;
}

/* Careers */

.job-listing .pt-cv-title {
    margin-bottom: 0px;
	padding-bottom: 5px;
}

.upload-file-label {
	display: none;
}

span.upload-label::before {
 	position: relative;
	display: inline-block;
	content: '';
	width: 40px;
	height: 41px;
	background: url('/wp-content/uploads/2021/10/upload.png');
	background-size: contain;
	margin-right: 10px;
}

.et_pb_contact_field_7 {
	margin-bottom: 0px !important;
}

.et_pb_contact_form_9 .et_contact_bottom_container {
    margin-top: -50px;
}

/* Fees and Funding */

#fees-details .et_pb_module {
	margin-bottom: 0px !important;
}

.funding-lists .pt-cv-title a {
	font-weight: 700;
}

.funding-lists .pt-cv-title {
	margin-bottom: 0px;
}


/* Testimonials */
.testimonial {
	background: url('/wp-content/uploads/2021/07/quote-l-grey.png'), url('/wp-content/uploads/2021/07/quote-r-grey.png');
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 3% auto;
}


/* Forms */

.wpforms-form input,
.wpforms-form select,
.wpforms-form textarea,
.wpforms-form .choices,
.wpforms-form .choices__inner {
	border-color: #000 !important;
}

.wpforms-form button[type="submit"] {
	background: #6A2C91 !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	float: right !important;
}

/* Enrolment Form */
.enrolment h2 {
	font-weight: 800 !important;
	font-size: 2.1em !important;
	padding-bottom: 20px !important;
}

.enrolment h3 {
	font-weight: 800 !important;
	font-size: 1.2em !important;
}

.enrolment p {
	padding-bottom: 15px !important;
}

.enrolment label.wpforms-error {
    font-weight: 700 !important;
    font-size: 13px !important;
    background: yellow !important;
}

.enrolment .form-margin-top {
	margin-top: 20px !important;
}

.enrolment .form-margin-bottom {
	margin-bottom: 20px !important;
}

.form-float-right {
	float: right !important;
}

.sm-textarea textarea {
	width: 50% !important;
}

.tooltip {
	font-size: 12px !important;
}

.enrolment .wpforms-field-container {
	background: #f3f3f3 !important;
}

.enrolment .wpforms-field {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.enrolment .wpforms-field-label,
.enrolment .alt-label-2 {
	color: #000000 !important;
	/*border-bottom: 2px solid #554E50 !important;*/
	font-size: 1.1em !important;
	font-weight: 700 !important;
	padding-bottom: 20px !important;
	margin-bottom: 0px !important;
}

.enrolment .alt-label .wpforms-field-label {
	border-bottom: none !important;
	margin-bottom: 0px !important;
	font-weight: 500 !important;
}

.enrolment .no-bg-form,
.enrolment .wpforms-field-pagebreak {
	background: #ffffff !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.enrolment .wpforms-field-divider {
	padding: 15px 0 !important;
}

.enrolment .wpforms-page-button {
	background: #F15D35 !important;
	color: #ffffff !important;
	border: none !important;
	font-weight: 600 !important;
	font-size: 1em !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 10px 15px !important;
}

.enrolment button[type="submit"] {
	border: none !important;
	font-size: 1em !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 10px 15px !important;
}
   
.wpforms-save-resume-button {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}

.enrolment .form-privacy h3 {
	color: #000000 !important;
	padding-bottom: 15px !important;	
}

.enrolment .form-privacy ul {
	padding-left: 15px !important;	
	list-style-type: disc !important;
}

.enrolment .form-dec label {
	width: 94% !important;
	display: inline-block !important;
	float: left !important;
}

.enrolment .form-dec input[type="checkbox"] {
	float: left !important;
	margin-top: 5px !important;
}

.enrolment .form-dec .wpforms-field-description {
	padding-left: 30px !important;
}

.enrolment .form-uploads {
	display: flex !important;
	flex-direction: column !important;
}

.enrolment .form-uploads label {
	order: 0 !important;
}

.enrolment .form-uploads div.wpforms-uploader {
	order: 2 !important;
}

.enrolment .form-uploads .wpforms-field-description {
	order: 1 !important;
	padding-bottom: 20px !important;
}

.job-form .wpforms-field-label,
.contact-form .wpforms-field-label {
	font-weight: 400 !important;
	font-size: 13px !important;
	color: #000 !important;
}

.wpforms-page-indicator.progress {
	font-size: 15px !important;
}

.next-btn button {
	background: #f15d35 !important;
	color: #ffffff !important;
	font-size: 1em !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	border: none !important;
}

/* Footer */
#footer-info {
	font-size: 12px;
}

/* Responsive */

@media screen and (max-width: 1300px) {
	#header-4,
	#header-3 .et_pb_row {
		width: 96%;
		max-width: 96%;
	}	
}	

@media screen and (max-width: 979px) {
	
	#header-4 .et_pb_menu__wrap {
		justify-content: flex-end;
	}
	
	#header-4 .et_pb_menu__search-input {
		background: #ffffff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header-4 .et_mobile_menu {
		margin-top: 15px;
	}
	
	.searchandfilter li:nth-of-type(3) {
		width: 80%;
	}

	.searchandfilter li:nth-of-type(4) {
		width: 20%;
	}
	
	.pd-courses .pt-cv-content-item {
		width: 50%;
	}
	
	/* Forms */
	.sm-textarea textarea {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.searchandfilter ul {
    	display: block;
	}
	
	.searchandfilter li:nth-of-type(3) {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	
	.enquiry-form .wpforms-one-half,
	.job-form .wpforms-one-half,
	.contact-form .wpforms-one-half,
	.enrolment .wpforms-one-half,
	.enrolment .wpforms-one-third,
	.enrolment .wpforms-two-thirds {
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	.course-search-row .cvp-dropdown,
	.searchandfilter li:nth-of-type(1),
	.searchandfilter li:nth-of-type(2) {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	
	.home-news .pt-cv-page .pt-cv-content-item {
		width: 100% !important;
		padding-right: 0px !important;
	}
	
	#timeline-gallery .et_pb_slide_image {
		display: block !important;
	}
	
	.course-pages .searchandfilter li:nth-of-type(1) {
		width: 70%;
		padding-right: 0px;
	}

	.course-pages .searchandfilter li:nth-of-type(2) {
		width: 30%;
 	}
	
	.et_pb_contact_form_0 .et_contact_bottom_container {
    	margin-top: 30px;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.pd-courses .pt-cv-content-item {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.full-width .et_pb_column {
		width: 100% !important;
	} 
}