/*
Theme Name: Bolby Child
Template: bolby
Theme URI: http://jthemes.org/wp/bolby
Author: Jthemes
Author URI: http://jthemes.org
Description: Portfolio/CV/Resume WordPress Theme
Version: 1.0
License: GNU General Public License
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
*/

/* =Theme customization starts here
------------------------------------------------------- */
.timeline.exp .timeline-container::after {
    content: "\e04b";
    background: #FFF;
    font-family: "simple-line-icons";
    font-size: 24px;
    color: #FF4C60;
    position: absolute;
    left: -7px;
    top: -8px;
    z-index: 1;
}

.timeline.exp .company-name {
	display: inline-block;
	margin-bottom: 40px;
	margin-left: 50px;
}

.timeline .timeline-container .content h3 {
	margin: 0;
}

.timeline .content .time {
    margin-bottom: 10px;
}

img.exp-icon {
    display: inline-block;
	width: 75px;
    background: #fff;
	margin-left: 50px;
	margin-bottom: 5px;
}

.company {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-left: -50px;
}

.elementor-widget-bolby-social-icons .social-icons li a:hover {
    color: #91ec86 !important;
}

html[lang=fr-FR] .en-portfolio {
	display: none;
}

html[lang=en-GB] .fr-portfolio {
	display: none;
}

.timeline-container ul {
		padding-inline-start: 0px;
}

@media screen and (min-width:640px){
	.timeline-container ul {
		padding-inline-start: 40px;
	}
	
	.timeline.exp .company-name {
		margin-left: 10px;
	}
}