/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 2.7
Template: pro

*/

/* Translate Press */
.tp_css {
    display: flex;
}
.tp_css .p_lblb {
    align-self: center;
}
.trp-language-switcher {
    height: auto;
}
.trp-language-switcher>div>a {
    padding: 0px 12px;
	font-size: 14px;
}
.trp-language-switcher>div {
	padding: 2px 0px 2px 0px;
    background-position-y: center;
}
.trp-language-switcher>div>a>img {
    vertical-align: middle;
}
.x-bar-bottom:has(.trp-language-switcher) {
	padding-top: 3px;
	padding-bottom: 3px;
}
.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
	width: 139px !important;	
}

/* Trust Index */
body .ti-reviews-container {
	margin:0px !important;
}

/* Added tab focus-visible to black */
.x-anchor.x-anchor-button:focus-visible, .x-anchor.x-anchor-toggle:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}   