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

body {
	font-size: 17px;
	line-height: 22px!important;
}

h1, h2, h3, h4, h5 {
	font-optical-sizing: auto;
	font-family: "obviously", sans-serif!important;
	font-weight: 700;
	line-height: 1.35em;
}

h5 {
	font-family: obviously-wide,sans-serif!important;
		text-transform: uppercase;
    font-size: 15px!important;
    letter-spacing: 1px;
}

h4, h5 {
	font-weight: 500;
}

/* Links */
a {
	text-decoration: none;
	font-weight: 600;
	transition: .3s ease;
}

.et_pb_bg_layout_dark a{
  color: #fff!important; 
}


.et_pb_bg_layout_dark .et_pb_text_inner a:hover {
  color: #ffffff!important; 
}

a.txtlink {
  font-weight: 600;
  color: #111111;
	border-bottom:1px solid #ccc;
}

a.txtlink:hover {
  font-weight: 600;
  color: #111111;
	border-bottom:1px solid #444;
}

a:hover {
  text-decoration: none; }


a.circlink {
	z-index: 100;
    font-weight: 600;
	color: #222!important;
	transition: .3s ease;
	cursor: pointer;
}

a.circlink:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\3d";
    padding-right: 5px;
    font-size: 13px;
    color: #222;
}

a.circlink:hover {
    margin-left: 5px;
}


h1, h2.wide {font-family: obviously-wide,sans-serif!important;}


/* --------- BUTTON ------------*/


.btn-header {
    display: inline-block;
    padding: 8px 20px 8px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s ease;
    background: #1A70B7;
    line-height: 20px;
    margin-left: 6px;
    vertical-align: middle;
	margin-bottom: 6px;
}

.btn-header:hover {
  background: #1263a0;
}


@media (max-width: 767px) {
	.btn-header {
		margin-left: 0px;
		padding: 8px 10px 8px;
	}
}

.et_pb_text_inner a.btn-header:after  {
	display: block!important;
}

.et_pb_button, .et_pb_button:hover {
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 8px;
    transition-duration: .2s;
    transition-property: all !important;
    cursor: pointer;
    background-color: rgb(255, 255, 255, 0.2);
}

.et_pb_button:after, .et_pb_button:before {
	    font-family: ETmodules!important;
	 content: "\3d"!important;
}

.et_pb_button:hover {
    border-radius: 8px;
	border: 1px solid transparent!important;
    background-color: rgb(255, 255, 255, 0.1);
}

.et_pb_bg_layout_light.et_pb_button, .et_pb_bg_layout_light .et_pb_button {
	background-color: rgba(0, 0, 0, .05);
}


.et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover {
    background-color: rgba(0, 0, 0, .1);
}


.btn-red {
      background: #e11d1d!important;
      color: #ffffff!important;
    }

.btn-red:hover {
      background: #db192c!important;
    }

.btn-dark {
      background: #1a334b!important;
      color: #ffffff!important;
    }

.btn-dark:hover {
      background: #082033!important;
    }


.btn-primary {
      background: #ffffff!important;
    }

.btn-primary:hover {
      background: rgba(255,255,255,0.8)!important;
    }

.btn-outline {
      border: 1px solid #ffffff;
      color: #ffffff;
    }

.btn-outline:hover {
      background: rgba(255,255,255,0.1);
    }



@media (max-width: 767px) {
    .et_pb_more_button {
        display: inline-block !important;
        margin-bottom: 10px;
    }
	
	.et_pb_button, .et_pb_button:hover {
    font-size: 16px;
	}
}

.et_pb_fullwidth_header_0_tb_header .et_pb_button_one.et_pb_button, .et_pb_fullwidth_header_0_tb_header .et_pb_button_two.et_pb_button {
	padding-left: 20px!important;
}


/* --------- HEADER ------------*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 96%!important;
}


/* --------- FOOTER ------------*/


footer .sml {
	color: #babdc0;
	font-size: 12px;
	line-height: 10px;
}

footer li {
	width: 100%;    	
	list-style: none;
    margin-left: -16px;
}

footer li a {
	border-bottom: 1px solid #2f3840;
	color: #babdc0;
	opacity: 0.8;
	font-size: 15px;
	line-height: 30px;
    padding-bottom: 2px;
}


footer li a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}


/* --------- LISTS ------------*/

ul.featlist {
	list-style-type: none;
    padding: .7em 0 .3em 0em;
    line-height: 1.7em;
}

ul.featlist li {
	border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

ul.featlist li:last-child {
	border-bottom:none;
}

ul.featlist li:before{
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\3d";
    padding-right: 5px;
    font-size: 10px;
	color: #1d71b9;
}

/* Forms */

label {
    font-size: 14px;
	letter-spacing: 0.5px;
	margin-left: 6px;
	text-transform: uppercase;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
	background-color: #ffffff;
    border: 1px solid #eee;
    color: #4e4e4e;
    padding: 16px;
    width: 100%;
    font-size: 16px;
	border-radius: 8px;
}

textarea {
    height: 60px;
}


input[type="submit"] {
	padding: 6px 12px;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid transparent;
	background: #e11d1d!important;
	color: #ffffff!important;
	border-radius: 8px;
    }

input[type="submit"]:hover {
	background: #db192c!important;
}
