/*
 Theme Name:     Letsdo Divi Child
 Theme URI:      https://letsdo-accounting.co.za/wp-content/themes/Divi
 Description:    Divi Child Theme
 Author:         Ferox Creative
 Author URI:     https://letsdo-accounting.co.za/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("https://use.typekit.net/oah7rpv.css");


body {
    font-family: "mundial", Arial, sans-serif;
	font-style: normal;
    font-size: 15px;
    color: #444;
    background-color: #fff;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	max-width: 1280px;
}

p {
    font-family: "mundial", Arial, sans-serif;
    font-size: 15px;
}

sup {
  vertical-align: super;
  font-size: 60%;
	bottom:0;
}

h1, h2, h3 {
	line-height: 1.25em!important;
}

h1, h2, h3 {
	font-weight: 700;
}

h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5em!important;
}

h5 {
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	font-size: 26px;
}

.pagetitle h1 {
	font-family: "filmotype-lacrosse", sans-serif;
	font-weight: 400;
	font-size: 5rem;
}

.bigone h2 {
	font-family: "filmotype-lacrosse", sans-serif;
	font-weight: 400;
	font-size: 3rem;
}

a {
	font-weight: 600;
	 color: #aedcf0;
}

p.big {
    font-size: 16px;
    line-height: 1.5em;
}

.entry-content ol {
	list-style-position: outside;
    padding: 6px 0 23px 20px;
}

ul.textlist {
    list-style-type: circle;
    padding: 0 0 23px 1em;
}

.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button {
    color: #233869;
}


.et_pb_button, .loginlink {
    font-size: 18px;
    font-weight: 600;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.6em 1.2em 0.8em;
    background-color: #e32e06;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: 0!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.et_pb_module .et_pb_button:hover, .et_pb_button:hover {
    background-color: #e32e06!important;
	padding: 0.6em 1.7em 0.8em 0.7em!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}


.et_pb_button:hover:after {
    opacity: 1;
    margin-left: -5px;
}

.et_pb_button.readmore-btn {
    padding: 0em!important;
    background-color: #fff!important;
    color: #000000!important;
    box-shadow: 0px 0px 0px;
    margin-top: 0px;
	font-size: 15px;
}

.et_pb_button.readmore-btn:before, .et_pb_button.readmore-btn:after {
	display: none;
}

.et_pb_button.readmore-btn:hover {
    padding: 0em!important;
    background-color:#fff!important;
	color: #000000!important;
	padding-left: 2px!important;
}

.et_fixed_nav #top-header, #top-header, #et-secondary-nav li ul {
    background-color: #e32e06;
}

.et_pb_fullwidth_header .header-image img {
	max-width: 80%;
}

.et_pb_fullwidth_header_subhead {
	font-size: 2rem;
	margin-bottom: 30px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    max-width: 1280px;
}

.et_pb_fullwidth_header.homebanner .header-image img {
	
}

#top-menu a, .et_mobile_menu li a {
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


ul.pillist {
	list-style-type: none;
	padding: 10px 0px;
}

ul.pillist li {
	padding: 0.6em 2em 0.8em;
    background-color: #7d2615;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	float: initial;
	margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 981px) {
	.et-fixed-header#main-header, .et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
		background-color: #092739!important;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width:100%;
	}
	
	.pagetitle h1 {
		font-size: 4rem;
		line-height: 3.5rem!important;
	}
	
	.et_pb_fullwidth_header_subhead {
		font-size: 2.5rem;
		margin-bottom: 30px;
		line-height: 2.75rem;
	}
}