h2 {
  font-weight: 500;
  font-size: 22px;
}

.container-fluid {
  text-indent: 2px;
}

p {
  color: #636363;
  font-size: 14px;
}

div {
  font-size: 14px;
}

.chained-quiz-question img {
  display: block;
  width: 60%;
  height: auto;
  float: right;
  bottom: 10%;
  position: absolute;
  right: 10px;
  z-index: -1;
}

/*.chained-quiz-question img {
  display: block;
  width: 30%;
  height: auto;
  float: left;
  margin-bottom: 100%;
}

#chained-quiz-question-2 img,
#chained-quiz-question-4 img {
  margin-bottom: 24%;
}

#chained-quiz-question-3 img {
  margin-bottom: 39%;
}

#chained-quiz-question-5 img {
  margin-bottom: 74%;
}

#chained-quiz-div-1 img {
  margin-bottom: 42%;
}

.chained-quiz-choices {
  padding-left: 30%;
}
*/

.chained-quiz-action,
.sidebar,
.post-detail {
  display: none;
}

.to-top.fixed {
  left: 30px;
}

.content {
  padding: 30px 0;
}

.spacing40 {
  height: 40px;
}

.home .header {
  padding-top: 40px;
}

.header {
  padding-top: 0;
}

.footer {
  padding: 40px 0;
  visibility: visible;
}

/*------ Link pop-up ------*/

.popup-link {
  position: relative;
}

.popup-link::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ff4317;
  border-bottom-style: dotted;
  padding-bottom: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
}

h2 {
  position: relative;
}

/*------ Divider Sub Titlu ------*/

h2::after,
.blog-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 5px;
  width: 70px;
  background-color: #ff4317;
}

.blog-gallery div {
  width: 100%;
}

.blog-gallery img,
.blog-post img {
  max-width: 100%;
  height: auto;
  display: block;
}

.buttonizer_head img {
  width: 100% !important;
}

/*.chained-quiz-radio {
  display: none;
}
.chained-quiz-label {
    background:Red;
    border:1px solid green;
    padding:2px 10px;
    position:relative;
}
.chained-quiz-label::after{
content:"";
  display:block;
  width:25px;
  height: 25px;
  position: absolute;
  left: 0;
  top:0;
  background:pink;
}
.chained-quiz-radio:checked ~ .chained-quiz-label::after{ 
    background:blue !important;
}*/

/*adi
.content.blog-wrapper {
  background-color: #fffefd;
}
.page-content-wrapper {
  background: #faf8f5;
}
*/

#cat.postform {
  font-size: 22px;
  color: #fe4318;
}

.box-with-icon h3 {
  font-size: 23px;
}

.box-sub-title {
  font-size: 18px;
}

.fa.fa-graduation-cap {
  font-size: 32px;
}

.panel-grid-cell .widget-title {
  font-size: 18px;
}





.share-box {
  display: none;
}


/* radio */

.chained-quiz-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}

/* Hide the browser's default radio button */
.chained-quiz-label .chained-quiz-frontend {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid #ccc;
    margin-top: 4px;
}


.chained-quiz-label .chained-quiz-frontend:checked ~ .checkmark {
  background-color: transparent;
}


label.chained-quiz-label span.checkmark::after {
  content: '';
  position: absolute;
  display: none;
}


.chained-quiz-label .chained-quiz-frontend:checked ~ .checkmark::after {
  display: block;
}


.chained-quiz-label .checkmark:after {
top: 5.5px;
    left: 5.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(255,67,23);
}