/* Header */
body {
	color: #6A7687;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Muli';
}

#header_main {
  background-color: #fff;
}

#header_main .logo.avia-standard-logo > a {
  display: flex;
  align-items: center;
}

#scroll-top-link {
    bottom: 100px;
}

.menu span {
  border: 0;
}

.holds-the-iframe {
  background:url(images/loading-loading-forever.gif) center center no-repeat;
  background-size: 30px 30px;
}

.general-button .avia-button {
    border-radius: 10px;
    min-width: 170px;
}


.menu .avia-menu-text {
  height: 38px;
  padding: 10px 32px !important;
  border-radius: 10px;
  border: 1px solid #CCC;
  font-size: 14px;
  color: #0F2C52;
  font-weight: bold;
}

.menu  a[title~="lang-menu"] .avia-menu-text {
    border: none;
    border-left-style: none !important;
}

.menu li:nth-child(4) .avia-menu-text {
  background-color: #F2672A;
  border: 0;
  color: #fff;	
}

/** modified by Fred **/
.av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text {
    border-left: solid 1px #CCC;
}

#top #wrap_all .custom-color-heading .av-special-heading-tag {
	font-weight: bold;	
/** modified by Venus **/
	letter-spacing: 0px;
}

/*
.menu li:first-child .avia-menu-text {
  background-color: #F2672A;
  border: 0;
  color: #fff;
}
/** modified by Fred **/

.menu li:nth-child(5) .avia-menu-text {
  padding-left: 30px !important;
  padding-right: 10px !important;
  background-repeat: no-repeat;
  background-position: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.668' height='16.633' xmlns:v='https://vecta.io/nano'%3E%3Cg fill='%2324282d'%3E%3Cpath d='M8.334 16.633A8.347 8.347 0 0 1 0 8.334a8.334 8.334 0 0 1 16.668 0 8.347 8.347 0 0 1-8.334 8.299zm0-16.108a7.791 7.791 0 1 0 7.774 7.809A7.816 7.816 0 0 0 8.334.525z'/%3E%3Cpath d='M8.332 16.633c-2.7 0-4.9-3.747-4.9-8.334S5.638 0 8.332 0s4.9 3.747 4.9 8.334-2.236 8.299-4.9 8.299zm0-16.108c-2.416 0-4.377 3.5-4.377 7.809s1.961 7.774 4.377 7.774 4.377-3.5 4.377-7.809S10.716.525 8.332.525z'/%3E%3Cpath d='M8.334 16.598c-.075.001-.146-.028-.199-.081s-.082-.125-.081-.199V.315c-.001-.075.028-.146.081-.199s.125-.082.199-.081c.076-.007.151.02.205.075s.081.129.075.205v16.038a.3.3 0 0 1-.28.245z'/%3E%3Cpath d='M16.353 8.579H.315C.24 8.58.169 8.551.116 8.498s-.082-.125-.081-.199c0-.175.105-.245.28-.245h16.038c.075-.001.146.028.199.081s.082.125.081.199-.031.139-.085.186-.125.068-.195.059z'/%3E%3Cuse xlink:href='%23B'/%3E%3Cuse xlink:href='%23B' y='8.474'/%3E%3C/g%3E%3Cdefs %3E%3Cpath id='B' d='M14.988 4.342H1.681c-.075.001-.146-.028-.199-.081s-.082-.125-.081-.199c-.007-.076.02-.151.075-.205s.129-.081.205-.075h13.307a.28.28 0 1 1 0 .56z'/%3E%3C/defs%3E%3C/svg%3E");
}

#top .av-main-nav ul a {
  min-height: 21px;
}

/* Lead Space */
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
  background-color: #F2672A;
  border-color: #F2672A;
}

#top .avia-slideshow-button {
  text-transform: capitalize;
  border-radius: 4px;
}

#top .avia-button.avia-color-light {
  border-width: 1px;
}

/* Language Menu */
#top #header .avia_mega_div {
  background-image: url(/wp-content/themes/brokeree/images/language-menu-short-background-9items.png);
  background-repeat: no-repeat;
  width: 137px;
  height: 350px;
  position: absolute;
  top: 70px;
  right: -48px !important;
  border: 0;
  padding-top: 27px;
  box-shadow: none !important;
}

#top #header .avia_mega_div > .sub-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 122px;
  margin-left: 10px;
}

#top #header .avia_mega_div > .sub-menu > li {
  padding-left: 0;
  padding-top: 6px;
  width: 118px;
  margin-left: 5px;
}

#top #header .avia_mega_div > .sub-menu > li:hover {
  background: #eee;
}

#top #header .mega_menu_title a {
  font-size: 12px;
  padding-left: 18px;
  text-decoration: none !important;
}

#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
  padding-top: 0;
}

.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
  background-color: transparent;
}

/* Content */
.content:first-child {
  padding-bottom: 0 !important;
}

.top-provider-header h2 {
  /*text-transform: capitalize !important;*/
  text-transform: none !important;
  margin-bottom: 30px !important;
}

.top-provider-header div {
    max-width: 1080px; /* 780px by Fred */
    margin-left: auto;
    margin-right: auto;
}
#top-providers .entry-content-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px;
}

#top-providers .entry-content-wrapper > div {
  flex: 1 0 18%; 
  margin: 0;
  display: flex;
}

#top-providers .content {
  justify-content: center;
  display: flex;
}

#top-providers .container {
  padding: 0;
}

.top-provider-widget {
  border-radius: 8px;
  border: 1px solid #eee;
  width: 100%;
  position: relative;
}

.top-provider-widget p {
  margin: 0;
}

.top-provider-widget-avator {
  margin: 15px 0 0 10px;
  flex: 1;
  
}

.top-provider-widget-avator img {
	clip-path: circle(27px at center);
}

.top-provider-widget-country {
  left: 0px;
}

.top-provider-widget-header {
  display: flex;
  height: 80px;
}

.top-provider-widget-header img {
  position: absolute;
  top: 15px;
    margin-left: 10px;
}

.top-provider-widget-title {
  margin-left: 15px;
  margin-top: 20px;
  color: #666666;
  flex: 2.8;
}

.top-provider-widget-title h3 {
  margin-bottom: 5px;
  font-size: 1.2em;
}

.top-provider-widget-title br {
  display: none;
}

.top-provider-widget-tag {
  border-radius: 4px;
  font-size: 0.8em;
  padding: 3px 4px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-1 {
  color: #765A15;
  /*background-color: #FEF2D4;*/
  background-color: #EEE;
}

.top-grow  {
  color: #2A6446;
  background-color: #DBEFE4;
}

.top-provider-widget-body {
  display: flex;
  padding: 0 20px 10px 20px;
}

.top-provider-widget-body h4 {
  color: #7D7D7D;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: normal;
}

.top-provider-widget-body span {
  font-weight: bold;
  font-size: 1em;
}

.top-provider-widget-body-left {
    width: 50%;    
}

.top-provider-widget-button {
    width: 90%;
    background-color: #F2672A;
    border: 0;

}

.top-provider-widget-button span {
    color: #fff;        
    display: inline-block;
    width: 86px;
}


.container_wrap {
  border: 0;
}

.avia_textblock  {
   	max-width: 95%;
    margin-bottom: 30px;
}

.avia_textblock ul, .avia_textblock ol {
  list-style: none;
}

.avia_textblock ol {
  counter-reset: li;
  line-height: 14px;
  margin-top: 14px;
}

.avia_textblock ul li::before, .avia_textblock ul ol::before {
  color: #F2672A;
  display: inline-block;
  width: 1em;
  /*margin-left: -1em;*/
}

.avia_textblock ul li::before {
  content: "●";
  font-weight: bold;
}
.avia_textblock ul li > span {
  font-weight: bold;
}

.avia_textblock ol li::before {
  content: counter(li) ".";
}

.avia_textblock ol li {
  counter-increment: li;
}

.avia_textblock, .av-subheading p {
	color: #6A7687;
}

.bottom-section .av-subheading p {
	color: #FFFFFF;
}

.av-subheading.av_custom_color {
    opacity: 1;
}

/* legal document */
.legal-document .av-small-font-size-hidden {
  display: block !important;
  font-size: 1.5vh;
}

.legal-document .slideshow_caption {
  width: 100% !important;
}

/* Term of use */
.term-of-use div .av_one_half {
	margin-left: 0;
}
.term-of-use-head h1 {
	margin-top: 30px;
	margin-bottom: 50px;
}
.term-of-use-head p {
	line-height: 24px;
	margin-top: 70px;
	margin-bottom: 70px;
}
.term-of-use {
	font-size: 16px;
}
.term-of-use img {
	vertical-align: middle;
	margin-right: 5px;
}
.term-of-use hr {
	margin-top: 20px;
}
.term-of-use .block_download {
	width: 100%;
}
.term-of-use a.btn_download:hover {
	text-decoration: none;
}
.term-of-use a.btn_download {
	margin-right: 5px;
	background-color: #EBEBEB;
	color: #333333;
	display: inline-block;
	padding: 8px 24px;
	font-weight: 100;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: thin #AAA solid;
	border-radius: 5px;
	float: right;
	margin-bottom: 10px;
	white-space:nowrap;
	text-align: center;
	min-width: 157px;
	font-weight: 700;
}
.rtl a.btn_download {
	float: left;
}
@media only screen and (max-width: 1280px) {
  /* For desktop: */
	.term-of-use a.btn_download {
		margin-top: 10px;
		width: 100%;
	}
}
.term-of-use a.btn_download:before {
  content: url(/wp-content/themes/brokeree/assets/download_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.svg);
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.term-of-use div.block_download:before {
    background-image: url('/wp-content/themes/brokeree/assets/icon_pdf_file-1-1.svg');
    background-size: 50px 50px;
	background-repeat: no-repeat; 
    display: inline-block;
    width: 55px; 
    height: 50px;
    content: "";
	vertical-align: middle;
}
.rtl div.block_download:before {
	content: none;
}
.rtl div.block_download div {
	display: inline-block;
	float: right;
}
.rtl div.block_download div:after {
	background-image: url('/wp-content/themes/brokeree/assets/icon_pdf_file-1-1.svg');
    background-size: 50px 50px;
	background-repeat: no-repeat; 
    display: inline-block;
    width: 55px; 
    height: 50px;
    content: "";
	vertical-align: middle;

	float: right;
}


/* Footer */
#footer .container .flex_column {
  display: flex;
  flex-wrap: wrap;
}

#footer .container .flex_column > section,
#footer .container .flex_column > div {
  width: 50%;
}

ul[id*="menu-footer-menu"] {
  display: flex;
  gap: 20px;
}

#footer .container .flex_column > section:nth-child(2),
#footer .container .flex_column > div:nth-child(2) {
  display: flex;
  gap: 20px;
  justify-content: right;
}

#footer .container .flex_column > section:nth-child(3),
#footer .container .flex_column > div:nth-child(3) {
  width: 18%;
  padding-right: 10px;
  border-right: 2px solid #F2672A;
}

#footer .container .flex_column > section:nth-child(3) img,
#footer .container .flex_column > div:nth-child(3) img {
  display: block;
  margin-bottom: 90px;
}

#footer .container .flex_column > section:nth-child(4),
#footer .container .flex_column > div:nth-child(4) {
  width: 82%;
  padding-left: 5%;
  font-size: 0.9em;
  line-height: 150%;
}

#menu-follow-us {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 5px !important;
}

#menu-follow-us svg {
  width: 20px;
  height: 20px;
}

.widgettitle {
  text-transform: capitalize;
}

/* Fix header height */
.html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a {
  height: 90px;
}

.logo.avia-standard-logo {
  margin-top: 5px;
}

.main_menu {
  top: -10px;
}

.html_header_top.html_header_sticky.html_large #main {
  padding-top: 90px;
}

/* Fix small content problem */
.container .av-content-small.units {
  width: 100%;
  border: 0;
}

/* Utils */
.ml-30p {
  margin-left: 30%;
}

.mr-30p {
  margin-right: 30% !important;
}

.mt-70 {
  margin-top: 70px;
}

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

.red {
  color: #C81111;
}

.green {
  color: #008805;
}

/* Right To Left Support */
/* for 7 languages choose only */
body.page-rtl-support div .logo {
	float: right !important;
	position: relative !important;
}

body.page-rtl-support .main_menu {
	position: relative !important;
}

#top h4 a {
	text-align: center;
    border-radius: 10px;
}

body.rtl_fonts {
	font-family: "Frutiger LT"; 
}

.rtl .top-provider-widget-header img {
  margin-right: 6px;
  right: 0px;
}


.menu-rtl-support .avia_mega_div {
  background-image: url(/wp-content/themes/brokeree/images/language-menu-short-background-10items.png) !important;
}

.rtl h1, .rtl h2, .rtl h3, .rtl p, .rtl ol li {
  direction: rtl;
  text-align: right;
  margin-right: 20px;  
}
.rtl ol li a, .rtl ul li a {
  /*left: -15px; */
    direction: rtl;
  text-align: right;
}
.rtl ol li, .rtl ul li {
  margin-right: 30px;
  direction: rtl;
  text-align: right;
}

.rtl_caption {
  text-align: right;
}

.rtl_caption .slideshow_inner_caption {
  right: 20px;
}

/* Fix Zoom In Problem */
.slideshow_align_caption h2 {
  /*font-size: 4.8vh !important;*/
    /*font-size: 3em !important;*/
    font-size: 4vb !important;
    /*white-space: nowrap;*/
}

.slideshow_align_caption p {
  /*font-size: 2vh !important;*/
  /*font-size: 1.2em !important;   by Fred */
  font-size: 2vb !important;
  line-height: 2vb !important;  
  /*white-space: nowrap;*/
}

.slideshow_align_caption a {
  margin-top: 2vh !important;
  /*line-height: 2.5vh !important;
  font-size: 1.0vb !important;*/
  font-size: 1.2em !important;
  padding: 1.8vb !important;
}

.slideshow_caption {
    padding: 2px 30px 2px 30px !important;
}

#top #header .av-main-nav > li > a {
  margin-left: 0px !important;
}

#full_slider_1  .slideshow_caption {
  width: 54%;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  #top .avia-slideshow-button {
    margin-top: 0;
    margin-right: 0px;
  }

  .avia-caption-content p {
    margin: 5px 0;
  }

  #top .avia-slideshow-button, #top .avia-slideshow-button.avia-color-light {
    padding: 5px 0;
  }

  #top-providers .entry-content-wrapper {
    display: grid;
  }

  #menu-footer-menu, #menu-follow-us {
    display: grid;
    gap: 5px;
  }

  #footer .container .flex_column > section:nth-child(3) {
    width: 30%;
    padding-right: 10px;
    font-size: 0.8em;
  }

  #footer .container .flex_column > section:nth-child(4) {
    width: 70%;
    font-size: 0.8em;
  }

  /* Make the text on leadspace visible on mobile devices screen */
  #full_slider_1 > div > ul > li > div > div {
    background-color: rgba(0,0,0, 0.4) !important;
  }

  /* Fix buttons on leadspace not showing up in VN language */
  .slideshow_align_caption p {
      font-size: 1.5vh !important;
      line-height: 1.8vh !important;
  }

  .slideshow_align_caption a {
    margin-top: 1.2vh !important;
    line-height: 0.8vh !important;
    font-size: 1.1vh !important;
    padding: 1.3vh !important;
  }

  .slideshow_caption {
    width: 100% !important;
  }

  #menu-follow-us {
    display: flex;
    flex-direction: column;
  }

  ul[id*="menu-footer-menu"] {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media only screen and (max-width: 479px) {
  .responsive #top .slideshow_caption h2 {
    font-size: 13px !important;
  }
  .avia_textblock {
    max-width: 100vw;
    text-align: center;
  }
  .avia-button {
    display: block;
  }
  #top #wrap_all .avia-button.av-ljz1aroq-29d96bc4a5c1b3024bc89ec30ecc8cde {
    margin: 0;
  }
}

/* Fix follow us mobile layout */
#nav_menu-3, #nav_menu-5 {
  gap: 0 !important;
}

#nav_menu-3 h3, #nav_menu-5 h3 {
  margin-right: 10px;
}

/* Fix title too close to edge problem */
.container.caption_container .slideshow_align_caption h2 {
  margin-top: 5px;
}

#top .avia-button .avia_iconbox_title {
    text-wrap: nowrap !important;
}

body .column-top-margin {
    margin-top: 0px;
}

div .mejs-container {
    border-radius: 0px !important;
    background-color: #FFF !important;
}

.mejs-mediaelement {
    border-radius: 20px !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.copyright_bottom {
    bottom: 8px;
    position: absolute;
    font-size: 12px;
}

.entry-content-wrapper div li {
/*    text-indent: -10px !important;  removed by Fred */
}


.avia-button.avia-size-large {
    padding: 10px 30px 13px !important;
    height: 38px;
}


#av-layout-grid-3 > div.avia-builder-el-last {
	padding: 100px 10% 0 0 !important;
	
}

#av-layout-grid-3 > div.avia-builder-el-last > .flex_cell_inner {
	margin-left: 17% !important;
}

/*----------------------------------------
// CSS - Table row bg - table for CopyTrade by Fred
//--------------------------------------*/
#top .main_color table {
	background: unset;
}

#top .avia-table  {
	border-collapse:separate;
	/*
    border:solid white 1px;
    border-radius:20px;
	*/
}

/* Table rows */
#top .avia-table tr {
	color:#0e0e0e;
}

/* Table border */
#top .avia-table.copytrade tr th,
#top .avia-table tr td,
#top .avia-table tr {
	border: none!important;
	/*box-shadow: 0px 1px 1px -1px rgba(31, 31, 31, 0.85);*/
}

/* Alternate row color */
#top .avia-table.copytrade td:last-child {
    text-wrap: balance;
}

#top .avia-table tr:nth-child(odd)
{ 
	background: #F5F6F8 !important; 
}
#top .avia-table tr:nth-child(even)
{ 
	background: #ffffff !important; 
}

/* Table head */
/*#top .avia-data-table-wrap {*/
#top .avia-table.copytrade th:first-child {
	/*border: 1px solid black;*/
	border-top-left-radius: 20px;
	color: #FFF !important;
	width: 40%;
}

#top .avia-table.copytrade th:last-child {
	/*border: 1px solid black;*/
	border-top-right-radius: 20px;
	color: #FFF !important;
}

#top .avia-table.copytrade th {
	background: #FF8055 !important;
	color: #e9e8dd !important;
}

#top .avia-table.copytrade td:first-child  {
	color: #0A2547 !important;
	font-weight: bold;

}

#top .avia-table.copytrade td:last-child  {
	text-align: left !important;
}

#top .avia-table.copytrade tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

#top .avia-table.copytrade tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

.main_color span {
	border-color: unset;
}

.q-and-a .toggle_icon {
	left: auto;
	right: 20px;
	transform: translateX(-50%);
	border-color: unset;
	border-style: unset;

}

.q-and-a .toggle_icon .vert_icon, 
.q-and-a .toggle_icon .hor_icon {
	background-color: #f88d6b;
	color: #f88d6b;
}

.q-and-a .toggler, .q-and-a .toggle_content {
	color: #6A7687;
	background-color: #FFF;
	border-style: unset;	
	border-bottom: thin solid #EEE;
}

.q-and-a .toggle_content {
	padding: 0px 55px 10px 35px !important;

}

.q-and-a .toggler.activeTitle {
	border-bottom: none;	
	padding: 25px 55px 0px 35px !important;
}

.q-and-a .toggler{
	padding: 25px 55px 20px 35px !important;
}

.seo_header_cell {
	/*background: url('/wp-content/uploads/2024/07/ATFX_WhatisCopyTrade_background_2560x1440.jpg');*/
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/wp-content/uploads/2024/07/ATFX_WhatisCopyTrade_background_2560x1440.jpg");
}

.seo_grey_cell {
	background-color: #EEEEEE;
}
.seo_lightgrey_cell {
	background-color: #F8F8F8;
}
.seo_step2 table th, .seo_step2 table td{
	border: none;
	background-color: #FFF;
	color: #6A7687 !important;
	padding: 0 10px 0 0;
}
.seo_step2 table th{
	text-transform: none;
	white-space: nowrap;
	font-weight: bolder;
	font-style: normal;
    	width: 100PX;
}

/* regpage */
.tabcontainer .tab.active_tab, .tabcontainer .tab {
    font-size: 1.5em;
   /* background-color: initial !important;*/
    border: none;
}

.tabcontainer .tab.active_tab {
    border-bottom: solid thick #CCC;
    color: #183d6d !important;
}

.tabcontainer .active_tab_content {
    background-color: initial !important;
    border: none;
    border-top: solid thin #CCC;
}

.tabcontainer em {
    border: thin solid #FFBB88;
    background-color: #FFF8EB;
    padding: 10px;
	display: inline-block;
	max-width: 630px;
}

.tabcontainer h4 {
    color: #183d6d !important;
}

#membership-center a {
    background-color: #f2672a;
    width: 220px;
    border-radius: 25px;
    font-size: 1.1em;
}

.tabcontainer strong {
    color: #f2672a !important;
}

.inline_popup {
    display:  none;
}

#atfx-popup a {
    background-color: #f2672a !important;
    border-radius: 15px;
	width: 100%;
	padding: 25px;
}


#atfx-popup .container {
    border-radius: 25px;
    border: thin solid white;
}

#atfx-popup .main_color {
	background-color: transparent !important;
}

.mfp-inline-holder .mfp-content {
    width: 600px;
}

.mfp-content .container_wrap {
	border-radius: 20px;
}

.mfp-content .entry-content-header {
	font-size: 2em;
}

.mfp-content .iconbox_content_container  {
	font-size: 1.2em;
}


.mfp-content  .avia_iconbox_title {
	font-size: 1.2em;
}

#after_submenu_6 .template-page.content.av-content-full.alpha.units,
#after_submenu_7 .template-page.content.av-content-full.alpha.units {
    padding: 0 0 0 0;
    margin-bottom: 30px;
}
.avia_textblock > h1 {
    font-size: 52px;
	font-weight: 700;
}
.avia_textblock > h2 {
	font-size: 32px;
}
.avia_textblock > h3 {
	font-size: 24px;
}
.avia_textblock > p, .avia_textblock > ul > li, .avia_textblock > table th, .avia_textblock > table td {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.avia_textblock > h1 {
        font-size: 46px;
		font-weight: 700;
    }
    .responsive .avia_scrollable_table {
		overflow-x: hidden;
	}
	.avia_textblock > h2 {
		font-size: 26px;
	}
	.avia_textblock > h3 {
		font-size: 22px;
	}
	.avia_textblock > p {
		font-size: 16px;
	}
	.avia_textblock > ul > li, .avia_textblock > table th, .avia_textblock > table td {
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	.avia_textblock > h1 {	
        font-size: 32px;
		font-weight: 700;
    }    
	.avia_textblock > h2 {
		font-size: 24px;
	}
	.avia_textblock > h3 {
		font-size: 22px;
	}	
	.avia_textblock > p, .avia_textblock > ul > li, .avia_textblock > table th, .avia_textblock > table td {
		font-size: 14px;
	}
}}
