/*
Theme Name: Child of Esteem Pro
Version: 1.0
Description: A child theme of Esteem Pro
Template: esteem-pro
*/

@import url("../esteem-pro/style.css");
body, button, input, select, textarea,.widget ul li a, #slider-content {color:#333;}
.header-info {padding-top:15px;}
.instructions {color:#258FB7;}
.swcopyright {float: right;}
	.in-page-menu {
  	text-align: left;
  	margin: -20px 0 20px 40px; 
	}
  a.btn {
    background-color: #C63D0F;
    color: #FFF !important;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 10px; 
	}
a:hover.btn {background-color: #000; color:#FFF;}
.page .entry-content ul.sub-ul {margin-bottom: 0;}
li {padding: 10px 0 0;}
li ul li {padding: 5px 0 0;}

.wp_pp_button_amount_section input[name="amount"] {width:200px;}

#header-marquee {
  width: 100%;
  line-height: 20px;
  background-color: red;
  color: Black;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
#header-marquee p {
    display: inline-block;
    padding: 6px 0 0 100%;
    animation: marquee 40s linear infinite;
    color: white;
    font-size: 18px;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

#menu-item-516.client-login a {
  background: #75b94a;
  color: #FFF;
  height: 24px;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 5px;
  margin-top: 8px;
}

.wpcf7-checkbox .wpcf7-list-item {display: block;}
.quiz-735 input {width: 200px;}
.wpcf7-submit {margin-top: 10px;}

/* Footer */
#colophon .textwidget {color:#ccc;}

ul#menu-footer {float: right;}