/* 
 Theme Name:     Divi Child
 Author:         A Team Tuition
 Author URI:     https://www.mattmckinnon.com.au/
 Template:       Divi
 Version:        3.21.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.1.1
*/ 


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

/*FONTS*/
.tick-list ul{
	list-style: none;
}
.tick-list ul li:before {
    content: "2713";
    font-size: 24px;
    color: #c50000;
    position: absolute;
    left: -10px;
}

#pardot-form input {box-sizing: border-box !important}

@media only screen and (max-width: 980px) {
	.mobile p{
		text-align:center;
	}
	.mobile h2{
		text-align:center !important;
	}
}
/*TOP BAR*/
#et-info {
    float: right;
}
#et-secondary-menu {
    margin-right: 20px;
}
@media only screen and (max-width: 980px) {
	#et-info {
    float: none;
		text-align: center;
}
	.menu-item-58{
		display:none;
	}
}
/*MAIN MENU*/
#menu-item-67 {
    border: solid 2px #c50000;
    height: 30px;
    border-radius: 100px;
    padding: 15px 30px 30px 30px !important;
}
#top-menu{
	margin-bottom: 15px;
}
#top-menu li{
	line-height:1.3em;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #f5f5f5;
}
@media only screen and (max-width: 1200px) {
#top-menu li {
    padding-right: 8px;
    font-size: 11px;
}
}
@media only screen and (max-width: 980px) {
	#menu-item-67 {
    border: solid 0px #c50000;
    height: 30px;
    border-radius:0px;
    padding:0px !important;
}
}
/*ARROW HOME*/
.home-arrows{
	position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes example {
  25%  {left:0px; top:0px;}
  50%  {left:0px; top:25px;}
	75%  {left:0px; top:0px;}
}
html {
  scroll-behavior: smooth;
}
/*FOOTER*/
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
    font-size: 13px;
}
/*MOBILE*/
.mobile_menu_bar:before{
	color:#c50000;
}
.et_mobile_menu {
	border-top: 3px solid #c50000;
}
#main-header, #top-header{
	position:fixed !important;
}
#main-header{
box-shadow: 0px 17px 30px -1px rgba(0,0,0,0.1);
} 

.et_pb_text_0 h2.dhead {
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #000000!important;
    line-height: 1.1em;
}
.et_pb_text_4 h2.dhead {
    font-weight: 600;
    font-size: 40px;
    color: #000000!important;
}
.et_pb_text_10 h2.dhead {
    font-weight: 600;
    color: #ffffff!important;
    line-height: 1.2em;
	font-size: 30px !important;
}
.et_pb_text_14 h2.dhead {
    font-weight: 600;
    color: #000000!important;
    line-height: 1.2em;
	font-size: 30px !important;
}
ul.btns li a {
    border-radius: 50px;
    background: #000;
    padding: 12px 55px;
    color: #fff;
}
ul.btns li a:hover {
    background: #c50000;
}
.page-id-1170 .et_pb_tabs {
	display: none;
}
.tleft{
	float: left;
    width: 40%;
}
.tright{
	float: right;
    width: 55%;
}
.clearboth{
	clear: both;
}
h2.rbtn a {
	text-align: center;
    background: #cc0000;
    color: #ffffff;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    display: block;
    font-weight: bold;
}
h2.rbtn a:hover{
	opacity: 0.8;
}
#et-top-navigation {padding-left:50px !important}
#menu-item-67 {display: inline-block !important}
@media only screen and (max-width: 1500px) {
	#top-menu {display:block !important }
	#et_mobile_nav_menu {display:none !important}
}
@media only screen and (max-width: 1300px) {
	#top-menu {display:block !important }
	#top-menu #menu-item-67 {display: inline-block !important}
	#et_mobile_nav_menu {display:none !important}
}
@media only screen and (max-width: 1200px) {
	#top-menu {display:none !important }
	#top-menu #menu-item-67 {display: none !important}
	#et_mobile_nav_menu {display:block !important}
}