/*
Theme Name: SuperExam
Author: OSCE Team
Description: SuperExam — standalone theme for the Academy of Smart Lawyers (formerly the Sparkling child theme, now self-contained).
Version: 2.0.0
Text Domain: superexam


*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 *{
    box-sizing: border-box;
 }
 img{
    max-width: 100%;
    height: auto;
 }
a{
    text-decoration: none;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
        font-family: Anton, sans-serif;
    color: var(--body-text) !important;
}
.container{
    margin: 0 auto;
}
h1, .h1, h2, .h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

body {
    color: #6B6B6B;
    background-color: #f7f9ff;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-size: 14px;
}

.page-header {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

#logo img {
    max-width: 80%;
    margin-top: 10px;
}

.side-pull-left #secondary {
    position: sticky;
    top: 0;
    margin-bottom: 30px;
    width: auto;
}


.entry-title a:hover,
.entry-title a:focus {
    color: #cddc29;
}

.btn-yb-sub {
    background-color: #cddc29 !important;
    border-color: #cddc29 !important;
    border-radius: 5px !important;
}
main {
    padding-bottom: 40px;
}
.testimonials-item-meta *{
    text-align: left;
}
.testimonials-card .testimonials-links{
    justify-content: flex-start;
}
.btn-yb-sub:hover {
    background-color: #9291b5 !important;
    border-color: #9291b5 !important;
}

.entry-title {
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
    font-family: "Anton", sans-serif;
}
h2.wp-block-heading{
font-size: 36px;
}
h3.wp-block-heading{
font-size: 32px;
}
h4.wp-block-heading{
font-size: 26px;
}
#secondary .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
    font-weight: 700;
    font-family: "Roboto Slab";
}

.dropdown-menu > li > a {
    text-transform: uppercase;
}


/*custom-style*/
.post-inner-content .entry-meta .posted-on a,
.post-inner-content .entry-meta .byline a {
    pointer-events: none;
    cursor: default;
}

.post-inner-content .entry-meta .comments-link,
.post-inner-content .entry-content .read-more {
    display: none;
    visibility: hidden;
}

.sidebar-box {
    margin-bottom: 2em;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sab-edit-settings,
.sab-profile-edit {
    display: none;
    visibility: hidden;
}

.well .saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 20px;
}

.well .saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}

.well .saboxplugin-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.well .saboxplugin-authorname a,
.well .saboxplugin-gravatar a {
    pointer-events: none;
    cursor: default;
}

.well .saboxplugin-authorname {
    margin: 0 !important;
}

.well .saboxplugin-authorname a {
    color: #cddc29 !important;
}

.saboxplugin-wrap .saboxplugin-socials {
    background: transparent !important;
    border-top: 0 !important;
}

.saboxplugin-socials a {
    color: #cddc29 !important;
    transition: color 0.6s !important;
}

.saboxplugin-socials a:hover {
    color: #9291b5 !important;
}

.bio {
    padding: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-weight: 400;
}

.bio img {
    max-width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}

.btn-custom {
    background-color: #66599a;
}

.breadc {
    font-size: 13px;
    padding-bottom: 16px;
    line-height: 150%;
}

.breadc a {
    color: var(--body-subtext);
}

.breadc a:hover,
.breadc .breadcrumb_last {
    color: var(--main-lavanda);
}

.btn-custom:hover {
    background-color: #cddc29;
}

.bio .bio-title {
    font-size: 20px;
    color: #cddc29;
    font-weight: 700;
    font-family: "Roboto Slab";
}

.widget-top-posts {
    display: flex;
    justify-content: center;
    clear: both;
}

.widget-view-all {
    color: #fff !important;
    background-color: #66599a;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.widget-view-all:hover {
    color: #fff !important;
    background-color: #cddc29;
}

/* form title bg */
table.table tr:first-of-type td {
    background-color: #dad2ea;
}

.clear-table table.table tr:first-of-type td {
    background-color: transparent;
}

/* Accordion styles */
.accordion-title {
    background-color: #cddc29;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #000;
}

.custom-accord .kt-accordion-pane:nth-child(odd) button.kt-blocks-accordion-header,
.custom-accord .kt-accordion-pane:nth-child(odd) .kt-accordion-panel-inner {
    background: #D5DBF5 !important;
}

.custom-accord .kt-blocks-accordion-header.kt-accordion-panel-active {
    border-color: #eeeeee #eeeeee #eeeeee #cddc29 !important;
}

/* Download lite custom css */
.stdl-download-button {
    color: #cddc29;
    background-color: #66599a;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    border-radius: 7px;
    margin: 10px 0;
}

.stdl-popup-trigger {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    text-transform: none !important;
    padding: 0 !important;
    color: #66599a !important;
}

.stdl-popup-innerwrap .stdl-form-wrap {
    background-color: #66599a !important;
}

.stdl-form-wrap.stdl-template-4 .stdl-form-submit {
    color: #66599a !important;
}

.stdl-download-button:hover {
    background-color: #cddc29;
    color: #66599a;
}

.navbar-nav > li > a {
    display: inline-block !important;
    padding: 0 !important;
}

.dropdown-menu > li > a {
    padding: 0;
    display: inline-block;
}

.dropdown-menu {
    font-size: 13px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus-within > a,
.dropdown-menu > li:hover > .caret,
.dropdown-menu > li:focus-within > .caret {
    background-color: transparent;
}

.well {
    background-color: var(--body-text-off);
    box-shadow: none;
    padding: 24px;
    border: none;
    border-radius: 40px;
    overflow: hidden;
    clear: both;
    position: sticky;
    top: 160px;
}

@media screen and (max-width: 767px) {
    .well {
        padding: 48px 32px;
        top: 0;
        border: 4px solid var(--main-lime);
    }
}

#comments {
    background-color: var(--body-text-off);
    border-radius: 40px;
}

@media screen and (max-width: 767px) {
    #comments {
        padding-right: 24px !important;
        padding-left: 24px !important;
        border-radius: 24px !important;
    }
}

.dropdown-menu > .active > a {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
}

.widget-title {
    display: none;
}

.widget.Linked {
    margin-bottom: 0 !important;
}

.sparkling-popular-posts {
    display: none;
    visibility: hidden;

}

#menu-social li a:before {
    font-size: 14px;
}

#menu-social li a {
    font-size: 0;
    color: white;
    padding: 5px 3px;
}

#menu-social li a[href*="youtube.com"]:hover, #menu-social li a[href*="youtube.com"]:focus,
#menu-social li a[href*="linkedin.com"]:hover, #menu-social li a[href*="linkedin.com"]:focus,
#menu-social li a[href*="twitter.com"]:hover, #menu-social li a[href*="twitter.com"]:focus,
#menu-social li a[href*="facebook.com"]:hover, #menu-social li a[href*="facebook.com"]:focus {
    border-bottom: 1px solid;
    text-decoration: none;
    background-color: transparent !important;
}

.share #menu-social {
    padding: 0;
    margin: 0;
}

.footer-header__menu a:hover {
    border-bottom: 2px solid #cbdc2c;
    text-decoration: none;
}

.sidebar-price {
    font-size: 24px;
}

.price {
    text-align: center;
    margin-bottom: 15px;
}

.linkedin-info-widget {
    margin-bottom: 50px;
}

.linkedin-info-widget .lindedin-link {
    font-size: 20px;
    color: #cddc29;
    text-align: center;
}

.linkedin-info-widget .lindedin-link a:hover {
    color: #66599a;
}

.linkedin-info-widget .linked-img {
    width: 75px;
    display: block;
    margin: 0 auto;
}


.tooltips {
    display: block;
    position: fixed;
    bottom: 10%;
    right: -100%;
    opacity: 1;
    transition: all 2s ease;
    z-index: 999;
}

.tooltips.show {
    right: 0px;
}

.tooltips-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #66599a;
}

.tooltips-item {
    padding: 5px;
    border-bottom: 1px solid white;
}

.tooltips-link {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}

.tooltips-link:hover {
    color: #cbdc2c;
}

.tooltips-item:last-child {
    border-bottom: none;
}

a.blog-item-image img {
    max-width: 95%;
}

.post-navigation .nav-next, .pagination .next, .post-navigation .nav-previous, .pagination .prev {
    float: none;
}

.nav-links {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.nav-links span, .nav-links a {
    margin: 0 5px;
}

@media screen and (max-width: 991px) {
    .widget-area {
        padding-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

body.archive .post-inner-content, body.blog .post-inner-content, .post-inner-content:first-child {
    border-top: none;
}

.post-inner-content {
    border: none;
    border-radius: 40px;
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .post-inner-content {
        padding: 24px;
    }
}

/**
 * Redesign Yoast Faq Accordions
 */
.post-inner-content .schema-faq .schema-faq-question {
    background-color: #f2f2f2;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}

.post-inner-content .schema-faq .schema-faq-question:hover,
.post-inner-content .schema-faq .schema-faq-question:focus,
.post-inner-content .schema-faq .schema-faq-question.faq-q-open {
    background-color: #615296;
    color: #FFFFFF;
}

.post-inner-content .schema-faq .schema-faq-question.faq-q-open:after,
.post-inner-content .schema-faq .schema-faq-question:hover:after,
.post-inner-content .schema-faq .schema-faq-question:focus:after {
    color: #FFFFFF;
}

/**
 * Single post video styles
 */
 .wp-block-embed.full-width-video iframe{
    width: 100%!important;
 }

