body ::-webkit-scrollbar { 
	height: 5px; 
	width: 5px;
}
body ::-webkit-scrollbar-thumb {
  background-color: #dbd9d9;
  border-radius: 10px;
}
body ::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  border-radius: 10px;
}
body.et_right_sidebar article.post {
	font-size: 16px;
}
@media only screen and (min-width: 981px) {
	body.et_right_sidebar #main-content .container:before { display:none; }
	body.et_right_sidebar #left-area { 
		padding-right: 0;
		width: 100%; 
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body.et_right_sidebar #left-area article.post { width: 32%; }
	body.et_right_sidebar #left-area h2.entry-title { font-size: 24px; }
}
.btn-success { 
	background-color: #72b847; 
	border-color: #72b847;
}
.vean-share-btn {
	font-size: 64px;
	margin: 0 15px;
}
.btn { text-transform: uppercase; }
.btn-vea-regular {
	color: #72B847;
	background: #72B84733;
	white-space: nowrap;
}
.sai-items-placeholder a { text-decoration: none; }

/** WPML Switcher */
.wpml-ls-legacy-dropdown { width: 90px; }
.wpml-ls-legacy-dropdown a {
	border-radius: 6px;
	padding: 7px 5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	width: 68px;
	top: 48%;
	left: 22px;
  border-top: none;
}
/** Liking tool */
.liking-tool-placeholder {
	width: 190px;
}
.liking-tool-progress-bar {
	min-height: 10px;
    background: #9FC9EC;
    height: 10px;
    width: 100%;
    margin: 0 10px;
    border-radius: 5px;
}
.liking-tool-progress {
	height: 10px;
    border-radius: 5px;
    background: #233F8F;
}
.bi-hand-thumbs-up-fill{
	color: #233F8F;
}
.bi-hand-thumbs-down-fill {
	color: #9FC9EC;
}
.liking-tool.container:before { display: none; }

.liking-tool-like:hover,
.liking-tool-dislike:hover {
  cursor: pointer;
}
.bi-hidden { display: none; }
.liking-tool-like:hover .bi-hidden { display: block; }
.liking-tool-like:hover .bi:not(.bi-hidden) { display: none; }
.liking-tool-dislike:hover .bi-hidden { display: block; }
.liking-tool-dislike:hover .bi:not(.bi-hidden) { display: none; }
.main-header { position: relative; }
.main-header .header-action { white-space: nowrap; }
.sai-item-features { font-size: 18px; }
.main-menu-placeholder {
  display: block;
  max-width: 374px;
  position: absolute;
  top: 88px;
  right: 0;
  background: #F1F7FC;
  padding: 10px;
  width: 374px;
  border-top: 2px solid #233F8F;
  border-bottom: 1px solid lightgray;
  box-shadow: 0px 20px 16px -8px #00000066;
}
.main-menu-placeholder.hidden-menu { display: none; }
#menu-menu-principal {
  list-style: none;
  margin: 18px 10px;
  padding: 0;
}
#menu-menu-principal li { margin-bottom: 16px; }
#menu-menu-principal li:last-child { margin-bottom: 0; }
#menu-menu-principal li a { text-decoration: none; color: #3499CC!important; font-weight: bold; }
#menu-menu-principal li:not(.current-menu-item) a { color: #233F8F!important; }

@media only screen and (max-width: 768px) {
  img.nav-main-logo { max-width: 200px; }
}
.tags-container .btn-vea-regular {
  background: rgba(114, 184, 71, 0.2);
  color: rgba(114, 184, 71, 1);
  font-weight: bold;
}

.row-tags-container .btn-vea-regular {
  background: rgba(159, 201, 236, 0.2);
  color: #9FC9EC;
  font-weight: bold;
}

.row-tags-container .btn-vea-regular:hover {
  background: rgba(237, 109, 37, 0.2);
  color: #ED6D25;
}
@media only screen and (max-width: 900px) {
	.row-tags-container { overflow-x: scroll; }
}
.btn.btn-outline-success.header-action,
.submit.et_pb_button {
  border-width: 2px;
  border-color: #233F8F;
  color: #233F8F;
  font-weight: bold;
}
.btn.btn-outline-success.header-action:hover {
  color: white;
  background-color: #72B847;
}
.wpml-ls-legacy-dropdown a {
  border-width: 2px;
  border-color: #233F8F;
}
.btn.btn-success {
  border-color: #72B847;
  background-color: #72B847;
  color: white;
  font-weight: bold;
}
.btn.btn-success:hover {
  background-color: #518333;
}
.blued {color: #233f8f; }