.mobile-nav-frame {
  background: #666633;
}
.mobile-nav-frame ul {
  background: #666633;
}
.mobile-nav-frame ul li:hover, .mobile-nav-frame ul li:active {
  background: #B7B76E;
}
.mobile-nav-frame ul {
	border-color:#3A3A1D;
}
.mobile-nav-frame .title { background: #666633; }

p { font-size: 115%; }

/* QSM Quiz Pro -------------------------- */

.quiz_section {
    text-align: center;
}

body.qsm_quiz-template-default {
 vertical-align:middle!important; 
}

body.qsm_quiz-template-default, .qsm_questions_answers_section {
    text-align: center;
}

.mlw_qmn_new_question, .mlw_qmn_question  {
 	font-size:24px;
  color:#666633;
  margin-bottom:20px;
  line-height: 1.5em;
}

.qmn_radio_answers   {
  background:#eeeed5;
  border-radius:10px!important;
  border:1px solid #666633!important;
  padding: 15px!important;
  margin-top:35px;
  text-align: center;
}

div.qmn_mc_answer_wrap input.qmn_quiz_radio {
  height: 20px;
  width: 20px;
  position: relative;
  top: -90px;
}
.mlw_qmn_question .qsm-text-correct-option.qsm-text-user-correct-answer:before {
    position: relative;
    top: -90px!important;
}

div.qmn_mc_answer_wrap {
  vertical-align:middle!important; 
}
.qmn_pagination {
  padding:15px!important;
  border-radius:10px!important;
  background:#ffffb4!important;
  border-top:none!important; 
  margin-bottom:65px!important;
}

.home h3.widget-title, .page-id-2907 h3.widget-title {
    background: #173758;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: .15em 0;
    text-align: center;
}

.entry-content a {
    color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entry-content a:hover {
		color: #474747 !important;
}