  /* general styles */
body{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  background: #fff;
}
h1,h2,h3,h4,h5,h6, header .page-header-title, .wpex-heading, .vcex-heading, .product_title.single-post-title{
  color: #333;
  font-weight: normal;
}
h1, .product_title.single-post-title {
  font-size: 30px;
	margin: 30px 0 20px;
}
h2 {
  font-size: 25px;
	margin: 20px 0 10px;
}
h3 {
  font-size: 22px;
	margin: 10px 0 5px;
}
h4 {
  font-size: 20px;
	margin: 0;
}
a {
  text-decoration: none;
  color: #2f5797;
}
a:hover,
.vcex-module a:hover .wpex-heading, 
.vcex-icon-box-link-wrap:hover .vcex-module .wpex-heading {
  text-decoration: none;
  color: #a52935;
}
.wpex-accent-color, a.wpex-accent-color, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .entry-title a:hover, .wpex-heading a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}
button, input, select, option, textarea{
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
table th{
  font-weight: normal;
}
.logo img {
	max-width: 220px;
	margin: 10px;
}
/* fix responsive lang header */
#flags {
	justify-content: center;
	align-items: center;
	display: flex;
  max-width: 320px;
  margin: 0 auto;
}
#flags .vc_column-inner{
  padding: 5px;
  min-width: 40px;
}
/* footer */
#footer-builder{
  font-size: 16px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]{
  border-radius: 0;
  padding: 5px 8px !important;
}
.gform_wrapper.gform-theme .ginput_complex label{
  background: #f6f6f6;
  padding: 5px;
  margin-top:  10px;
  font-size: 18px !important;
}
.gfield_radio .gchoice, .gfield_checkbox .gchoice{
  padding: 10px;
}
.gform_wrapper.gform-theme .gfield textarea.large{
  height: 150px !important;
}
/* custom radio */
input[type="radio"] {
  display: none !important;
}
input[type="radio"] label {
  position: relative;
  cursor: pointer;
}
input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	cursor: pointer;
	border-radius: 50%;
	background-color: #eee;
	border: 2px solid #ccc;
  margin-right: 5px;
}
input[type="radio"]:checked + label:before {
  background: #22A753 url(../../../plugins/gravityforms/images/check.svg) no-repeat center center;
  border-color: #22A753;
}
/* custom checkbox */
input[type="checkbox"] {
  display: none !important;
}
input[type="checkbox"] label {
  position: relative;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	cursor: pointer;
	background-color: #eee;
	border: 2px solid #ccc;
  margin-right: 5px;
}
input[type="checkbox"]:checked + label:before {
  background: #22A753 url(../../../plugins/gravityforms/images/check.svg) no-repeat center center;
  border-color: #22A753;
}
/* custom likert */
table.gsurvey-likert td.gsurvey-likert-choice,
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected{
  background-size: 24px 24px !important;
  background-color: transparent !important;
  height: 35px !important;
}
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected{
  background-image: url(../../../plugins/gravityforms/images/icon-check-active.svg) !important;
}
table.gsurvey-likert th.gsurvey-likert-choice-label{
  color: #000;
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1024px){
  .gform_wrapper .gform_fields table.gsurvey-likert td::after {
    margin-left: 3rem !important;
  }
}
#content table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus{
  background-color: #fff !important;
}
/* progress bar */
.gform_wrapper.gform-theme .gf_progressbar_percentage.percentbar_blue{
  background-color: #2f5797 !important;
}
.gform_wrapper.gform-theme .gf_progressbar_percentage{
  height: 40px !important;
}
.gform_wrapper.gform-theme .gf_progressbar,
.gform_wrapper.gform-theme .percentbar_100{
  border-radius: 20px !important;
}
.gform_wrapper.gform-theme .gf_progressbar_percentage:not(.percentbar_100){
  border-radius: 20px 0 0 20px !important;
}
.gform_wrapper.gform-theme .gf_progressbar_percentage span{
  line-height: 40px !important;
  font-size: 20px !important;
  text-align: center;
}
/* fonts */
.gform_heading, .gf_progressbar_title{
  text-align: center;
}
.gform_wrapper.gform-theme .gf_progressbar_title{
  font-size: 16px !important;
  color: #000 !important;
}
.gform_wrapper.gform-theme .gfield_label,
.gform_wrapper.gform-theme .gfield_checkbox label, 
.gform_wrapper.gform-theme .gfield_radio label,
.gform_wrapper.gform-theme input[type="color"], 
.gform_wrapper.gform-theme input[type="date"], 
.gform_wrapper.gform-theme input[type="datetime-local"], 
.gform_wrapper.gform-theme input[type="datetime"], 
.gform_wrapper.gform-theme input[type="email"], 
.gform_wrapper.gform-theme input[type="month"], 
.gform_wrapper.gform-theme input[type="number"], 
.gform_wrapper.gform-theme input[type="password"], 
.gform_wrapper.gform-theme input[type="search"], 
.gform_wrapper.gform-theme input[type="tel"], 
.gform_wrapper.gform-theme input[type="text"], 
.gform_wrapper.gform-theme input[type="time"], 
.gform_wrapper.gform-theme input[type="url"], 
.gform_wrapper.gform-theme input[type="week"], 
.gform_wrapper.gform-theme select, 
.gform_wrapper.gform-theme textarea{
  font-size: 20px !important;  
}

/* adjust custom spinner */
.gform_page_footer .gform_ajax_spinner {
  max-width: 48px;
  vertical-align: middle;
  margin-left: 10px;
}

/* adjust privacy box */
.gform_wrapper.gform-theme .field_description_below .gfield_consent_description, 
.gform_wrapper.gform-theme .gfield_consent_description{
  font-size: 15px !important;
  max-height: 200px !important;
}

/* adjust report text */
.gfchart-Pie_chart text,
.gfchart-Bar_chart text{
  font-size: 14px;
}