/*======================================
Theme Name: MM Violet 2021
Theme URI: https://www.miramedia.co.uk
Description: Child theme on visual composer starter theme. We could just copy and adapt the visual composer starter theme (so no child) but I like parent & child.
Version: 1.5.
Author: Miramedia
Author URI: http://www.miramedia.co.uk/
Template: visual-composer-starter
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: conference-skeleton
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Version 1.1. added a change to the posts - they are not redirected if the category is "awards" */
/* Version 1.2. Changed the single.php page to show the medium thumbnail not the full */
/* Version 1.3. Added font-awesome scripts to change twitter icon to X */
/* Version 1.4. Added font family - before it was showing the X character. */
/* Version 1.5. Added tag Manager code to go after the <body> code. */

.speaker-company-name {
	font-weight: bold;
}
.vcv-ui-icon-socialicons-twitter:before {
	font-family: "Font Awesome 6 Brands";
	content: "\e61b" !important;
	font-size: 31px !important;
	top: 45% !important;
}