body#tinymce.wp-editor { 
    font-family: 'Roboto',Arial; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}

@media (max-width: 767px) {
    .elementor-widget-icon-box .elementor-icon-box-wrapper {
        display: flex !important;
        align-items: flex-start;
        text-align: left !important;
    }
    
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-bottom: 0 !important;
        margin-right: 15px !important;
        flex-shrink: 0;
    }
    
    .elementor-widget-icon-box .elementor-icon-box-content {
        text-align: left !important;
    }
}

#content-test .entry-title {
    font-size: 34px;
    font-weight: 500;
    color: #004085;
    padding: 20px 0;
    border-bottom: 2px solid #d1ecf1;
    font-family: 'Lato', 'Open Sans', sans-serif;
    line-height: 1.35;
}

.gallery-icon img, 
.gallery .gallery-icon img {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.topbar-content .social-media {
    display: flex;
    align-items: center;
	height: 80%;
}

.topbar-content .socialbox a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50px;
}

.topbar-content .socialbox i {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-tab-content-pdf {
    font-family: Roboto, sans-serif;
    display: flex;
    align-items: center;
    gap: 15px;
	margin-bottom: 20px;
}

.custom-tab-content-pdf .pdf-icon-wrapper {
    flex-shrink: 0;
	color: #F40F02;
	font-size: 20px;
}

.custom-tab-content-pdf .pdf-content {
    flex-grow: 1;
	color: #007BFF;
}

.custom-tab-content-pdf .pdf-title {
	color: #007BFF;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.custom-tab-content-pdf .pdf-description {
    color: #4d5156;
    font-size: 16px;
}



.skillBox ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px !important;
}

.skillBox ul li:nth-child(2) p {
    line-height: normal !important;
    margin-bottom: 0;
}


.eael-tabs-nav .eael-tab-nav-item {
    padding: 8px 0 8px 5px !important;
}


.elementor-widget-text-editor strong,
.elementor-widget-text-editor b {
	font-family: Arial, sans-serif;
    font-weight: 700 !important;
}

