/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.fa-atom:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/03/covid19.png);
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: cover;
    bottom: -15px;
    right: -30px;
}

h4.dt-text-title {
    margin-bottom: 5px !important;
}

.custom-hover-home .aio-tooltip:hover > .aio-icon-img {
    background: #4d4d4d !important;
    border-color: transparent !important;
    transition: border .25s linear;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.wpb_vc_table > .scroll-element,
.wpb_vc_table > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.wpb_vc_table > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.wpb_vc_table > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.wpb_vc_table > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.wpb_vc_table > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.wpb_vc_table > .scroll-element .scroll-element_outer,
.wpb_vc_table > .scroll-element .scroll-element_track,
.wpb_vc_table > .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wpb_vc_table > .scroll-element .scroll-element_track,
.wpb_vc_table > .scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.wpb_vc_table > .scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.wpb_vc_table > .scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.wpb_vc_table > .scroll-element:hover .scroll-bar {
	background-color: #919191;
}

.wpb_vc_table > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.wpb_vc_table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.wpb_vc_table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}


.wpb_vc_table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.wpb_vc_table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}
