/* 
***** body  *****
*/
body {
  background-color: #eae8e7;
  color: #767270;
}




.resumelist li {margin:0 0 4px 20px; font-size:12px;}
.resumelist li::before {content: "•"; color: #00A1E0;
  display: inline-block; width: 1em;
  margin-left: -1em}

/* 
***** Sidebar  *****
*/
.sidebar {
  color: #ffffff;
  background-color: #212831;
}

.sidebar .heading nav .button-collapse i {
  background-color: #00A1E0;
}
.sidebar .heading nav .side-nav h3 {
  color: #00A1E0;
}
.sidebar .heading nav .side-nav li a:hover {
  color: #00A1E0;
}


.sidebar .info {
  border-bottom: 1px solid #3a4e66;
}


.sidebar .skill-line .progress {
  background-color: #00A1E0;
}
.sidebar .skill-line .determinate {
  background-color: #ffffff;
}

/*
***** Sections *****
*/

.section .section-wrapper {
  background-color: #ffffff;
}

/*
***** Work Experience  *****
*/

.custom-content-wrapper {
  border-bottom: 1px solid #bdbdbd;
}

.custom-content-wrapper span {
  color: #00A1E0;
}
  
/*
*****  Interests  *****
*/

.interests ul li .fa {
  color: #00A1E0;
}
/* 
***** Portfolio website  *****
*/
.website span a {
  color: #00A1E0;
}

/* ***** Contact  *****
*  
*/

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #6dbe45;
}
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #6dbe45;
}
.waves-me:focus {
  background-color: #00A1E0;
  color: #fff;
}
.btn {
  margin-left: 10px;
  background-color: #00A1E0;
}
.btn:hover,
.btn:focus {
  background-color: #00A1E0;
}

.btn.disabled {
    background-color: #00A1E0;
    color: #fff;
    cursor: default;
}
.btn.disabled:focus {
    background-color: #00A1E0;
    color: #fff;
    cursor: default;
}
.btn.disabled:hover {
    background-color: #00A1E0;
    color: #fff;
    cursor: default;
}
