/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Applies to the row – must set Extra Class: subject-row */
.subject-row .vc_column-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Uniform image size for alignment */
.subject-row img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Heading/text styling */
.subject-row h3 {
  max-width: 170px;
}

/* Quiz Headings */

.up-heading-hover a:hover {
	color: #9883E5 !important;
}

/* */
.header_hor:not(.rtl) .w-nav.type_desktop .menu-item:nth-last-child(2)>a.w-btn {
    margin-right: 0;
    margin-left: 0;
}
.w-nav-anchor.w-btn>.w-nav-title,
#page-header .w-btn .w-btn-label {
  height: 22px;
  display: block;
}
.header_hor .ush_menu_1.type_desktop .u11p-login-button.menu-item.level_1>a.w-btn,
.u11p-login-button a.w-btn {
  margin-right: 0;
}
#page-header .fas.fa-star {
  color: #ffbb00;
}
.l-header {
  box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.2);
}
.logged-out .u11p-user-menu {
  display: none;
}
.u11p .l-subheader.at_top,
.u11p .l-header.sticky .l-subheader.at_top {
  background: #9883e5;
  /* height: 64px; */
}
/* Memberpress styling */
.mp-form-row.mepr_bold.mepr_price,
.mp_price_str {
  font-size: 24px;
  font-weight: 800;
  font-family tablet-gothic;
}
.u11p .qmn_btn, 
.u11p .qsm-quiz-container.qmn_quiz_container .qmn_btn, 
.u11p .qsm-quiz-container.qmn_quiz_container .btn {
  font-family: tablet-gothic;
  font-size: 1.2rem;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: .5rem;
  padding: 1em 2em;
  background: #9883e5;
  border-color: transparent;
  color: #f7f1e9 !important;
}
.u11p .quiz_section .qmn_image_option {
    width: 19%;
}
.u11p-download-quiz-btn,
.logged-out .u11p-download-quiz-btn,
.logged-in .u11p-logged-out-menu {
  display: none;
}
.logged-in.mp-sub-yearly .u11p-download-quiz-btn,
.logged-in.mp-sub-monthly .u11p-download-quiz-btn {
  display: inline-block;
}
/* Hidden Words 1 */
.logged-in.postid-7671 .u11p-download-quiz-btn {
  display: inline-block;
}
/* Word Classes */
.logged-in.postid-7674 .u11p-download-quiz-btn {
  display: inline-block;
}

/* Non-Verbal Reasoning */ 
.u11p .quiz_section .qmn_image_option {
    width: 10%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 600px) { 
  .u11p .l-subheader .us-btn-style_1,
  .u11p .l-subheader .us-btn-style_5 {
      padding: 8px 30px;
      border-radius: 0;
  }
  .u11p .quiz_section .qmn_image_option {
      width: 48%;
      height: auto;
  }
  .u11p #quizForm15 .quiz_section .qmn_image_option {
      width: 48%;
      height: auto;
  }
}