/*
 Theme Name:   DIVI Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  DIVI Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divichild
*/
/* Hide the header */
/* #main-header { display:none; }
#page-container {
	padding-top:0px !important;
	margin-top:-1px !important
} */

/* Adjust padding for transparent headers */
/* .et_transparent_nav #main-content .container {
    padding-top: 58px !important;
} */
body{
  font-weight:300!important;
  color: rgba(0,0,0,0.96)!important;
}

.showOtherReviews {
  cursor: pointer;
}

.randomQuote {
  background:rgba(0,0,0,0.6);
  color:white!important;
  margin-top:20px;
  padding:10px;
  line-height:1.4em;
  display:inline-block;
  font-weight: 300;
}
.showAnotherQuoteHeader {
  color:white!important;
}
.showAnotherQuote {
  padding-top:10px;
  display:block;
  cursor: pointer;

}
#item-header-avatar img{
  width:150px;
  height:150px;
}
.cp-box-footer {
  background:#dd3333!important;
  color:white;
}

.showAnotherQuote {
  color:white;
  font-weight: bold;
  text-decoration: underline;
}

.tml-label {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;

}
.tml input[type=submit] {
  color:#ffffff !important;
border-radius: 0px;
font-size: 14px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
font-weight: 500 !important;
text-transform: uppercase !important;
background-color:#dd3333;
min-width:220px;
height:40px;
text-align: center;
border-width:0px!important;
}

.tml-links {
  margin-top:10px;
  padding-left:0px!important;

}
.tml-links a {
  color:#ffffff !important;
  border-radius: 0px;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color:#dd3333;
  min-width:220px;
  height:40px;
  display:inline-block;
  line-height:40px;
  margin:4px;
  text-align: center;
}



/* Full-width inputs */
input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size:1.4em;
}

.tml-links {
  list-style-type: none!important;
}


/* Set a style for all buttons */
button {
  background-color: #dd3333;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}



/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
