@charset "UTF-8";
/**
Theme Name: Jófogás
Theme URI: http://dev6.jofogas/git/?p=wordpress.git
Author: the Jófogás team
Author URI: http://www.jofogas.hu/
Description: Theme for Jófogás static pages
Version: 0.1
*/
/*COLORS*/
/*--guiz colors*/
/*FONTS*/
/*BREAKPOINTS*/
.cta {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  background-color: #f9723b;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 1em;
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.cta:hover, .cta:visited, .cta:active {
  color: #fff;
}

.full_box {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.full_box::after {
  clear: both;
}
.full_box.apps {
  background: white;
}
.full_box.apps .app-suggestor-footer {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.full_box.apps .app-suggestor-footer__title {
  font-size: 22px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0 0 5px;
  line-height: 22px;
}
.full_box.apps .app-suggestor-footer__wrapper {
  background: #f5f5f5;
  color: #676767;
  text-align: center;
  padding: 30px;
  width: 100%;
}
.full_box.apps .app-suggestor-footer__badge {
  margin: 0px 10px;
}
@media only screen and (max-width: 600px) {
  .full_box.apps .app-suggestor-footer__badge {
    margin: 10px;
    display: block;
  }
}
.full_box.apps .app-suggestor-footer__badge img {
  height: 40px;
}
.full_box.apps .app-suggestor-footer .qr-code {
  background-color: #f07330;
  padding: 10px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full_box.apps .app-suggestor-footer .qr-code img {
  width: 106px;
  height: 106px;
  border: 8px solid white;
  background-color: white;
}
.full_box.apps .app-suggestor-footer .qr-code p {
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin: 8px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .full_box.apps .app-suggestor-footer .qr-code {
    display: none;
  }
}
.full_box .container::after {
  clear: both;
}

.footer_container {
  background-color: #213345;
  color: #6C8FB1;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
}
.footer_container .container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .footer_container .container {
    max-width: 970px;
  }
}
.footer_container #f_services {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer_container #f_services {
    padding: 20px 15px;
  }
}
.footer_container .sepa {
  margin: 20px 0 0 0;
  border-top: 1px solid #2B4156;
  padding-bottom: 20px;
}
.footer_container .footer_services a, .footer_container .footer_services a:link, .footer_container .footer_services a:visited, .footer_container .footer_services a:hover {
  line-height: 190%;
  font-weight: bold;
  font-size: 12px;
  color: #6C8FB1;
  display: block;
}
.footer_container .footer_services #footer_barion_card {
  width: 100%;
  display: none;
}
@media all and (min-width: 992px) {
  .footer_container .footer_services #footer_barion_card {
    display: block;
  }
}
.footer_container .footer_services .m3, .footer_container .footer_services .m2, .footer_container .footer_services .m4 {
  width: 100%;
  background: #e2e2e2;
  display: none;
  border: none;
  float: none;
}
.footer_container .footer_services .m3 a, .footer_container .footer_services .m2 a, .footer_container .footer_services .m4 a {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #2b4156;
}
@media all and (min-width: 992px) {
  .footer_container .footer_services .m3 a, .footer_container .footer_services .m2 a, .footer_container .footer_services .m4 a {
    padding: 0;
    border: none;
    text-align: left;
  }
}
@media all and (min-width: 992px) {
  .footer_container .footer_services .m3, .footer_container .footer_services .m2, .footer_container .footer_services .m4 {
    background: transparent;
    padding-left: 20px;
    display: block;
    float: left;
  }
}
@media all and (min-width: 992px) {
  .footer_container .footer_services .m2 {
    width: 16.66%;
  }
}
.footer_container .footer_services .m3:first-of-type {
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .footer_container .footer_services .m3 {
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .footer_container .footer_services .m4 {
    width: 33.33%;
  }
}
.footer_container #footer_services, .footer_container #footer_us {
  color: #6C8FB1;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #2B4156;
  padding: 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer_container #footer_services, .footer_container #footer_us {
    border: none;
    display: none;
  }
}
.footer_container .footer_menu, .footer_container .footer_menu2 {
  width: calc(100% - 40px);
  padding: 20px;
  overflow: hidden;
  height: 60px;
  text-align: center;
  display: none;
}
.footer_container .footer_menu > :nth-child(1), .footer_container .footer_menu2 > :nth-child(1) {
  height: 29px;
}
@media screen and (max-width: 945px) {
  .footer_container .footer_menu > :nth-child(1), .footer_container .footer_menu2 > :nth-child(1) {
    height: 61px;
    line-height: 61px;
  }
}
.footer_container .footer_menu.footer_menu_change, .footer_container .footer_menu2.footer_menu_change {
  height: 100% !important;
}
.footer_container .footer_menu p, .footer_container .footer_menu2 p {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 945px) {
  .footer_container .footer_menu p, .footer_container .footer_menu2 p {
    padding: 0;
  }
}
.footer_container .footer_menu a, .footer_container .footer_menu2 a {
  color: #6C8FB1;
}
@media screen and (max-width: 945px) {
  .footer_container .footer_menu a p, .footer_container .footer_menu2 a p {
    font-size: 12px;
    padding: 15px;
    border-bottom: solid 1px #2B4156;
    font-weight: normal;
    background: #e2e2e2;
  }
}
@media screen and (max-width: 945px) {
  .footer_container .footer_menu, .footer_container .footer_menu2 {
    display: block;
    padding: 0;
    width: 100%;
    height: 61px;
  }
}
.footer_container .footer_menu2 {
  margin-bottom: 20px;
}
.footer_container .copyright_box {
  font-size: 10px;
  line-height: 140%;
  padding: 20px 15px;
}
.footer_container .copyright_box .jofogas_logo_footer {
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 945px) {
  .footer_container .copyright_box .jofogas_logo_footer {
    height: 28px;
    margin-right: 0;
  }
}
.footer_container .copyright_box #jofogas_copyright {
  width: 100px;
  margin-right: 155px;
  float: left;
  display: none;
}
@media screen and (min-width: 992px) {
  .footer_container .copyright_box #jofogas_copyright {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .footer_container .copyright_box img {
    display: block;
  }
}
.footer_container .sc_sites a, .footer_container .sc_sites p {
  font-size: 10px;
  margin: 0;
}
.footer_container .sc_sites a, .footer_container .sc_sites a:link, .footer_container .sc_sites a:visited, .footer_container .sc_sites a:hover {
  color: #6C8FB1;
  line-height: 140%;
  text-align: justify;
  padding-top: 0;
  padding-bottom: 0;
}

.copyright:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 940px;
  margin: 0 auto;
}

.container:after {
  clear: both;
}

.grid > :first-child {
  border-left: 0;
}

.grid:before,
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.m1, .m2, .m3, .m4, .m5, .m6, .m7, .m8, .m9, .m10 .m11, .m12 {
  float: left;
  margin-left: auto;
  left: auto;
  right: auto;
  border-left: 20px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.m-hidden {
  display: none;
}

.m1 {
  width: 8.33333333%;
}

.m2 {
  width: 16.66666667%;
}

.m3 {
  width: 25%;
}

.m4 {
  width: 33.33333333%;
}

.m5 {
  width: 41.66666667%;
}

.m6 {
  width: 50%;
}

.m7 {
  width: 58.33333333%;
}

.m8 {
  width: 66.66666667%;
}

.m9 {
  width: 75%;
}

.m10 {
  width: 83.33333333%;
}

.m11 {
  width: 91.66666667%;
}

.m12 {
  width: 100%;
  border-left: 0;
}

@media screen and (max-width: 800px) {
  .sm1, .sm2, .sm3, .sm4, .sm5, .sm6, .sm7, .sm8, .sm9, .sm10 .sm11, .sm12 {
    border-left: 20px solid rgba(0, 0, 0, 0);
  }
  .sm-hidden {
    display: none;
  }
  .sm1 {
    width: 8.33333333%;
  }
  .sm2 {
    width: 16.66666667%;
  }
  .sm3 {
    width: 25%;
  }
  .sm4 {
    width: 33.33333333%;
  }
  .sm5 {
    width: 41.66666667%;
  }
  .sm6 {
    width: 50%;
  }
  .sm7 {
    width: 58.33333333%;
  }
  .sm8 {
    width: 66.66666667%;
  }
  .sm9 {
    width: 75%;
  }
  .sm10 {
    width: 83.33333333%;
  }
  .sm11 {
    width: 91.66666667%;
  }
  .sm12 {
    width: 100%;
    border-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .xsm1, .xsm2, .xsm3, .xsm4, .xsm5, .xsm6, .xsm7, .xsm8, .xsm9, .xsm10 .xsm11, .xsm12 {
    border-left: 10px solid rgba(0, 0, 0, 0);
  }
  .xsm-hidden {
    display: none;
  }
  .xsm1 {
    width: 8.33333333%;
  }
  .xsm2 {
    width: 16.66666667%;
  }
  .xsm3 {
    width: 25%;
  }
  .xsm4 {
    width: 33.33333333%;
  }
  .xsm5 {
    width: 41.66666667%;
  }
  .xsm6 {
    width: 50%;
  }
  .xsm7 {
    width: 58.33333333%;
  }
  .xsm8 {
    width: 66.66666667%;
  }
  .xsm9 {
    width: 75%;
  }
  .xsm10 {
    width: 83.33333333%;
  }
  .xsm11 {
    width: 91.66666667%;
  }
  .xsm12 {
    width: 100%;
    border-left: 0;
  }
}
.wp-block-columns {
  display: flex;
}
@media all and (max-width: 640px) {
  .wp-block-columns {
    display: block;
  }
}
.wp-block-columns .wp-block-column {
  vertical-align: top;
}

.has-2-columns .wp-block-column {
  width: calc(50% - 10px);
  display: inline-block;
}
@media all and (max-width: 640px) {
  .has-2-columns .wp-block-column {
    width: 100%;
  }
}

.has-3-columns .wp-block-column {
  width: calc(33.33% - 10px);
  display: inline-block;
}
@media all and (max-width: 640px) {
  .has-3-columns .wp-block-column {
    width: 100%;
  }
}

.has-4-columns .wp-block-column {
  width: calc(25% - 10px);
  display: inline-block;
}
@media all and (max-width: 640px) {
  .has-4-columns .wp-block-column {
    width: 100%;
  }
}

.has-5-columns .wp-block-column {
  width: calc(20% - 10px);
  display: inline-block;
}
@media all and (max-width: 640px) {
  .has-5-columns .wp-block-column {
    width: 100%;
  }
}

.has-6-columns .wp-block-column {
  width: calc(16.66% - 10px);
  display: inline-block;
}
@media all and (max-width: 640px) {
  .has-6-columns .wp-block-column {
    width: 100%;
  }
}

#main.basic {
  width: 980px;
  margin: 0 auto;
  margin-top: 37px;
  font-family: Arial, Helvetica, sans-serif;
  color: #676767;
  overflow: hidden;
}
#main.basic h1 {
  font-weight: bold;
  margin: 1em 0;
}
#main.basic p {
  font-size: 18px;
  line-height: 30px;
}
#main.basic a:visited,
#main.basic a:hover {
  text-decoration: none;
  color: #296697;
}
#main.basic .container {
  max-width: 940px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

#jofogas_logo {
  padding-top: 13px;
  width: 125px;
}

.wp-block-image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.wp-block-image .alignleft img {
  margin-left: 0;
}
.wp-block-image .alignright img {
  margin-right: 0;
}
.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.jtp-container {
  margin: 0 50px;
}
.jtp-container .jtp-top-header {
  background-image: url("img/jtp-img-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  height: 280px;
}
.jtp-container .jtp-top-header .header-subject {
  font-size: 34px;
  text-transform: uppercase;
  padding-top: 30px;
}
.jtp-container .jtp-top-header .header-body {
  width: 594px;
  font-size: 23px;
}
.jtp-container .jtp-top-header .header-image-text-container {
  background-image: url("img/jtp-img-left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 112px;
  float: left;
  width: 100%;
  color: white;
  font-size: 22px;
}
.jtp-container .jtp-top-header .header-image-text-container .left-text {
  float: left;
  margin-top: 55px;
  padding-left: 10px;
  width: 420px;
}
.jtp-container .jtp-top-header .header-image-text-container .right-text {
  float: left;
  margin-top: 65px;
  font-size: 18px;
  padding-left: 30px;
}
.jtp-container .jtp-main-content {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}
.jtp-container .jtp-main-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.jtp-container .jtp-main-content .jtp-content-left {
  float: left;
  width: 420px;
}
.jtp-container .jtp-main-content .jtp-content-left > ul {
  list-style-type: disc;
}
.jtp-container .jtp-main-content .jtp-content-left > ul > li {
  margin-bottom: 20px;
  color: #2f699e;
}
.jtp-container .jtp-main-content .jtp-content-left > ul > li > span {
  color: black;
}
.jtp-container .jtp-main-content .jtp-content-right {
  float: left;
  width: 420px;
  margin-left: 15px;
  margin-top: -20px;
  border: 2px #e67817 dashed;
  padding: 5px;
  font-size: 12px;
  padding-top: 10px;
}
.jtp-container .jtp-main-content .jtp-content-right .jtp-action-top {
  font-size: 15px;
}
.jtp-container .jtp-main-content .jtp-content-right .jtp-action-top .big-text {
  font-size: 18px;
}
.jtp-container .jtp-main-content .jtp-content-right p {
  font-weight: normal;
}
.jtp-container .separator {
  border: 2px solid silver;
  margin: 20px 15px;
}
.jtp-container .separator.small {
  border: 1px solid silver;
  margin: 10px 0;
}
.jtp-container .jtp-shops {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.jtp-container .jtp-shops .shop-container {
  float: left;
  width: 33%;
  margin-bottom: 2em;
}
.jtp-container .jtp-shops .shop-container .shop-details {
  margin: 0 15px;
}
.jtp-container .jtp-shops .shop-container .shop-details .shop-open {
  color: #676767;
  background-color: #efefd0;
  font-weight: bold;
  padding: 10px;
  width: 260px;
  min-height: 54px;
}
.jtp-container .jtp-shops .shop-container .shop-details .shop-address {
  padding: 10px;
  min-height: 55px;
}
.jtp-container .jtp-shops .shop-container .shop-details .buttons {
  float: left;
  text-transform: uppercase;
  color: white;
  width: 100%;
}
.jtp-container .jtp-shops .shop-container .shop-details .buttons .more {
  float: left;
  background-color: #e67817;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 2px 3px silver;
}
.jtp-container .jtp-shops .shop-container .shop-details .buttons .visit {
  font-family: verdana !important;
  font-weight: normal !important;
  color: white !important;
  float: right;
  background-color: #2f699e;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  color: white;
  box-shadow: 2px 2px 3px silver;
}

.shop-image-container {
  border: 2px solid #efefd0;
  width: 260px;
  max-height: 148px;
  overflow: hidden;
}

.shop-image-container .shop-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.popup-details-container {
  float: left;
  width: 100%;
  display: none;
}

.popup-details-container .popup-details {
  width: 80%;
  margin: auto auto;
  background-color: #FFFFEB;
  padding: 15px;
  overflow: auto;
  position: relative;
}
.popup-details-container .popup-details em {
  font-style: normal;
  font-weight: bold;
  color: #2f699e;
}
.popup-details-container .popup-details strong {
  font-style: normal;
  font-weight: bold;
  color: #e67817;
}
.popup-details-container .popup-details hr {
  border: 1px solid silver;
  margin: 10px 0;
}
.popup-details-container .popup-details h3 {
  clear: both;
}
.popup-details-container .popup-details .shop-meta {
  float: left;
  margin: 2em;
  margin-top: 0;
}

.popup-details-container .popup-details .shopname {
  float: left;
  background-image: url("img/jtp-details-shopname.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 257px;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #676767;
  padding-left: 20px;
  padding-top: 9px;
  line-height: 26px;
}

.popup-details-container .popup-details .shop-open {
  float: left;
  color: #e67817;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}

.popup-details-container .popup-details .close-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("img/btn_close.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.popup-details-container .popup-details .shop-image-container {
  float: left;
  border: 1px solid #e67817;
}

.popup-details-container .popup-details .shop-informations {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  margin-left: 20px;
  width: 70%;
}

.popup-details-container .popup-details .shop-informations .open-time-container {
  margin-top: 10px;
}

.popup-details-container .popup-details .shop-informations .open-time-container .open-left {
  float: left;
}

.popup-details-container .popup-details .shop-informations .open-time-container .open-right {
  float: left;
  background-color: #e67817;
  color: white;
  text-align: center;
  width: 150px;
  border: 3px solid #d86116;
  padding: 5px;
  margin-left: 30px;
  margin-top: 20px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 2px 3px silver;
}

.popup-details-container .popup-details .shop-informations .approach {
  margin-top: 10px;
}

.popup-details-container .popup-details .actual-actions {
  color: #363636;
}
.popup-details-container .popup-details .actual-actions b, .popup-details-container .popup-details .actual-actions strong {
  color: #e67817;
}

.popup-details-container .popup-details .actual-actions > ul {
  font-size: 14px;
}

.popup-details-container .popup-details .bottom-photo {
  color: #363636;
}

.popup-details-container .popup-details .bottom-photo .photo-info {
  background-color: #e5e5cf;
  background-image: url("img/jtp-zsozso-photo.png");
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 18px;
  font-weight: bold;
  height: 100px;
}

.popup-details-container .popup-details .bottom-photo .photo-info > p {
  margin-left: 110px;
  padding-top: 15px;
}

.popup-details-container .popup-details .bottom-photo .photo-info > p .small-font {
  font-weight: normal;
  font-size: 14px;
}

.popup-details-container .popup-details .bottom-photo .photo-info > p .small-font .big-font {
  font-weight: bold;
  font-size: 15px;
}

.site-title {
  color: #e67817;
  font-weight: bold;
}

.orange {
  color: #e67817;
}

.blue-text {
  color: #2f699e;
  font-weight: bold;
}

.grey-text {
  color: #bdbcbc;
}

.normal-weight-text {
  font-weight: normal;
}

.clear {
  clear: both;
}

#main.services {
  width: 980px;
  margin: 0 auto;
  margin-top: 37px;
  font-family: Arial, Helvetica, sans-serif;
  color: #676767;
  overflow: auto;
}
#main.services h1 {
  font-weight: bold;
  margin: 1em 0;
}
#main.services p {
  font-size: 18px;
  line-height: 30px;
}
#main.services a:visited,
#main.services a:hover {
  text-decoration: none;
  color: #296697;
}
#main.services .highlight_header {
  width: 980px;
  height: auto;
  min-height: 200px;
  overflow: auto;
  padding-bottom: 20px;
  position: relative;
}
#main.services .highlight_header .zsozso-with-money {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main.services .blue_header {
  width: 980px;
  background-color: #296697;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e1e1c3;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: auto;
  /* when accordion is open */
}
#main.services .blue_header .title_text {
  width: 867px;
  float: left;
  padding: 15px 0px;
  font-size: 24px;
  color: #fff;
}
#main.services .blue_header.ui-accordion-header-active {
  background-color: #fff;
}
#main.services .blue_header.ui-accordion-header-active .title_text {
  color: #296697;
}
#main.services .blue_header.ui-accordion-header-active .icon {
  background-position: 0 100%;
}
#main.services .blue_header:focus {
  outline: 0;
}
#main.services .blue_header .icon {
  float: left;
  padding: 0px;
  margin: 20px;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background-position: 0 0;
}
#main.services .blue_header .icon.ribbon {
  background-image: url("img/icon_ribbon.png");
}
#main.services .blue_header .icon.multibump {
  background-image: url("img/icon_multibump.png");
}
#main.services .blue_header .icon.bump {
  background-image: url("img/icon_bump.png");
}
#main.services .blue_header .icon.gallery {
  background-image: url("img/icon_gallery.png");
}
#main.services .blue_header .icon.dropdown {
  width: 36px;
  height: 36px;
  float: right;
  margin: 15px 15px 0 0;
  background-image: url("img/icon_dropdown.png");
}
#main.services .service {
  width: 980px;
  background-color: #fff;
  border: 1px solid #e1e1c3;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  overflow: auto;
}
#main.services .service p {
  font-size: 14px;
}
#main.services .service .first_row {
  font-weight: bold;
  color: #fc7030;
}
#main.services .service .box {
  width: 30%;
  float: left;
  padding: 10px;
}
#main.services .service .box ul > li {
  list-style-image: url("img/tick.png");
  margin-bottom: 15px;
}
#main.services .service .box.left {
  text-align: center;
  padding-right: 0;
}
#main.services .service .box.left img {
  width: 100%;
  height: auto;
}
#main.services .service .box.middle {
  width: 40%;
}
#main.services .service .box.right {
  float: left;
  position: relative;
  text-align: center;
  font-size: 18px;
  padding-left: 0;
}
#main.services .service .box.right .price {
  padding: 10px;
}
#main.services .service .box.right .price .value {
  font-weight: bold;
  font-size: 30px;
}
#main.services .service .box.right .price .ft {
  font-weight: bold;
  font-size: 24px;
}
#main.services .service .box.right .button {
  padding: 2%;
  margin: 0.5em;
}
#main.services .service .box.right .testimonial {
  text-align: center;
  width: 100%;
}
#main.services .service .box.right .testimonial .avatar {
  padding-bottom: 10px;
}
#main.services .service .box.right .testimonial .avatar img {
  width: 50px;
  height: 50px;
}
#main.services .service .box.right .testimonial .text {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
#main.services .featurebox {
  width: auto;
  height: auto;
  float: left;
  font-size: 15px;
  margin: 0;
  margin-left: 14px;
  margin-bottom: 14px;
  padding: 1em;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e1e1c3;
}
#main.services .featurebox.halfwidth {
  width: 48%;
}
#main.services .featurebox.fullwidth {
  width: 97.4%;
}
#main.services .featurebox .aligncenter {
  margin: 1.5em auto;
}
#main.services .featurebox .alignleft {
  float: left;
}
#main.services .featurebox .alignright {
  float: right;
}
#main.services .featurebox .alignnone {
  display: block;
}
#main.services .featurebox img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inherit;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#main.services .featurebox h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
#main.services .featurebox h4 {
  font-size: 16px;
  font-weight: 200;
}
#main.services .featurebox ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
#main.services .featurebox ul > li {
  list-style-image: url("img/tick.png");
  margin-bottom: 0.5em;
}
#main.services .featurebox table {
  text-align: center;
  color: #676767;
  font-size: 15px;
}
#main.services .featurebox table th {
  color: #fff;
  text-align: center;
}
#main.services .featurebox table th, #main.services .featurebox table td {
  border: 1px solid #dbdbb4;
}
#main.services .featurebox em {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #2f699e;
}
#main.services .featurebox strong {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #2f699e;
}
#main.services .featurebox a {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  color: #e67817;
}
#main.services .featurebox hr {
  margin-left: -1em;
  margin-right: -1em;
  border-top: 1px solid #e1e1c3;
}
#main.services .featurebox p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 1.7em;
}
#main.services .featurebox .cta {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  background-color: #f9723b;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 1em;
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
#main.services .featurebox .cta:hover, #main.services .featurebox .cta:visited, #main.services .featurebox .cta:active {
  color: #fff;
}

body.page-template-starwars {
  background-color: #000;
  background-image: url("img/galaxy.jpg");
}

#main.starwars {
  color: #fff;
  width: 100%;
}

.wp-caption-text.gallery-caption {
  font-weight: bold;
}

body.page-parent .gallery-icon img {
  border: 0 !important;
}

.jfgQuiz {
  color: white;
  background-image: url("img/quiz-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #755af4;
}
.jfgQuiz a {
  color: white;
  text-decoration: underline;
}
.jfgQuiz h1, .jfgQuiz h2 {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
.jfgQuiz h1 {
  margin-top: 70px !important;
  text-shadow: 1px 2px 0 #2D97FB;
}
.jfgQuiz h1 span {
  color: #76F9FB;
}
.jfgQuiz p {
  line-height: 24px;
  color: white;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .jfgQuiz p {
    font-size: 18px;
  }
}
.jfgQuiz iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jfgQuiz strong {
  color: #76F9FB;
}
.jfgQuiz .full_box.apps {
  background: transparent;
}
.jfgQuiz .full_box.apps .app-suggestor-footer__wrapper {
  background: #664fd5;
}
.jfgQuiz .jfgQuizLogo {
  max-width: 320px;
  margin-top: 60px;
}
@media all and (max-width: 640px) {
  .jfgQuiz .jfgQuizLogo {
    margin: 30px auto;
  }
}

/*SECTIONS*/
.headerSection {
  height: 54px;
  background: white;
}
.headerSection object {
  height: 32px;
  margin: 10px 0;
}

.heroSection {
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .heroSection {
    margin-bottom: 90px;
  }
}
.heroSection p:nth-of-type(2) {
  color: #76F9FB;
  font-weight: 700;
}
@media all and (max-width: 540px) {
  .heroSection .col-md-6:nth-of-type(1) {
    order: 2;
  }
}
.heroSection .hero-image {
  margin-top: 70px;
}
@media all and (max-width: 992px) {
  .heroSection .hero-image {
    margin-top: 40px;
  }
}
@media all and (max-width: 540px) {
  .heroSection .hero-image {
    margin-top: 0;
  }
}

.contentSection .jfg-game-nav {
  margin-bottom: 60px;
}
.contentSection .jfg-game-nav .nav .nav-item {
  width: 20%;
  position: relative;
}
.contentSection .jfg-game-nav .nav .nav-item:last-of-type::after {
  display: none;
}
.contentSection .jfg-game-nav .nav .nav-item::after {
  content: "";
  display: block;
  width: calc(100% - 125px);
  border: dashed 4px #77f9fb;
  top: 50%;
  position: absolute;
  margin-top: -3px;
  right: -31px;
}
@media all and (max-width: 992px) {
  .contentSection .jfg-game-nav .nav .nav-item::after {
    right: -25px;
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 540px) {
  .contentSection .jfg-game-nav .nav .nav-item::after {
    display: none;
  }
}
.contentSection .jfg-game-nav .nav .nav-item .nav-link {
  margin: 0 auto;
  text-align: center;
  width: 118px;
  border-color: #76F9FB;
  font-size: 18px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.contentSection .jfg-game-nav .nav .nav-item .nav-link.disabled {
  border-color: rgba(118, 249, 251, 0.3);
}
@media all and (max-width: 992px) {
  .contentSection .jfg-game-nav .nav .nav-item .nav-link {
    width: 90px;
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 540px) {
  .contentSection .jfg-game-nav .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 5px 0;
    border-radius: 11px !important;
    border-width: 2px !important;
    width: 54px;
  }
}

.winningsSection {
  background: url("img/bg_b.svg") no-repeat top center;
  background-size: contain;
  padding-bottom: 40px;
  margin: 0 auto;
}
.winningsSection h2 {
  text-transform: uppercase;
}
.winningsSection .element {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 540px) {
  .winningsSection .element {
    width: 20%;
  }
}
.winningsSection .element:nth-child(odd) .element-inner {
  margin: 0 auto;
}
@media (min-width: 540px) {
  .winningsSection .element:nth-child(odd) .element-inner {
    margin: 0 0 0 auto;
  }
}
.winningsSection .element:nth-child(even) .element-inner {
  margin: 0 auto;
}
@media (min-width: 540px) {
  .winningsSection .element:nth-child(even) .element-inner {
    margin: 0 auto 0 0;
  }
}
.winningsSection .element .element-inner {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 540px) {
  .winningsSection .element .element-inner {
    height: 158px;
  }
}
.winningsSection .element .element-inner img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.winningsSection .game-rules {
  margin-top: 45px;
}
.winningsSection a {
  font-size: 18px;
}

.copyright:after {
  content: "";
  display: table;
  clear: both;
}

.quizSection #jfgQuiz .hdq_quiz {
  max-width: 100%;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_question {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  border: none;
  box-shadow: none;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_question.hdq_results_wrapper {
  padding: 0 !important;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_question h3 {
  color: white !important;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 5px 0;
}
@media (min-width: 540px) {
  .quizSection #jfgQuiz .hdq_quiz .hdq_row {
    width: calc(50% - 22px);
    margin: 10px;
  }
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer {
  color: white !important;
  text-decoration: none;
  border: solid 2px #76F9FB;
  padding: 8px;
  border-radius: 4px;
  display: block;
  margin: 0;
  font-size: 16px;
  position: relative;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer.hdq_wrong .hdq-options-check input[type=checkbox]:checked + label::before, .quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer.hdq_correct .hdq-options-check input[type=checkbox]:checked + label::before {
  background: transparent;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer .hdq-options-check {
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  border-radius: 0;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer .hdq-options-check input[type=checkbox]:checked + label::before {
  background: rgba(118, 249, 251, 0.4);
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer .hdq-options-check label {
  width: 100%;
  height: 100%;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer .hdq-options-check label::before {
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row .hdq_label_answer .hdq-options-check label::after {
  display: none;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_wrong {
  border: none;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_wrong .hdq_label_answer {
  border: solid 2px #ffb5b5;
  background-color: #da4d4d;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_correct {
  border: none;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_correct .hdq_label_answer {
  border: solid 2px #73d073;
  background-color: #4caf4c;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_correct input[type=checkbox]:checked + label::before, .quizSection #jfgQuiz .hdq_quiz .hdq_row.hdq_wrong input[type=checkbox]:checked + label::before {
  background: transparent !important;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_finsh_button,
.quizSection #jfgQuiz .hdq_quiz .hdq_quiz_start {
  border: solid 2px #76F9FB;
  color: #755af4;
  background: #76F9FB;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 32px;
  border-radius: 30px;
  margin: 20px auto 120px;
  display: table;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_results_wrapper {
  background: transparent;
  border: none;
  padding: 0;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_results_wrapper .hdq_results_inner {
  text-align: center;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_results_wrapper .hdq_results_inner h2 {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}
.quizSection #jfgQuiz .hdq_quiz .hdq_results_wrapper .hdq_results_inner .hdq_result {
  font-size: 22px;
}

.hdq_timer {
  background: #76F9FB;
  color: #755af4;
}

.winningsSection {
  margin-top: 30px;
}
.winningsSection .wp-block-image img {
  max-width: 170px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  background: white;
}
.winningsSection .wp-block-image.dr_zsozso {
  margin-top: 30px;
}
