/*
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
*/

/** Styles For The Language Switch */
.select-type-menu .menu-select {
	display: none;
}
.top-bar .right-widgets .sub-nav,
.mobile-mini-widgets-in-menu .sub-nav {
	background-color: transparent;
	position: relative;
	opacity: 1 !important;
	visibility: visible !important;
	padding: 0;
	box-shadow: none;
	text-align: right;
}
.top-bar .right-widgets .sub-nav li {
	display: inline-block;
}
.top-bar .right-widgets .mini-nav .sub-nav > li > a {
	padding: 0 0 0 20px;
}
.top-bar .right-widgets .mini-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #ffffff;
}
.show-overlay-mobile-header .mini-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #788BC2;
}
.top-bar .right-widgets .mini-nav .sub-nav li.lang-item:hover > a .menu-text,
.top-bar .right-widgets .mini-nav .sub-nav li.lang-item.current-lang > a .menu-text,
.show-overlay-mobile-header .mini-nav .sub-nav li.lang-item:hover > a .menu-text,
.show-overlay-mobile-header .mini-nav .sub-nav li.lang-item.current-lang > a .menu-text {
	color: #AEBDE9 !important;
}

.wpb_single_image.vc_align_right .vc_figure-caption {
	text-align: center;
}

.vc_color-info.vc_message_box {
    color: inherit;
    border-color: RGBA(174, 189, 233, 1.00);
    background-color: RGBA(174, 189, 233, 0.4);
}

.main-nav > li.current-page-ancestor > a .menu-text {
	color: #788bc2;
}
.top-header .upwards-line > li.current-page-ancestor > a .menu-item-text::before {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab.vc_active > a {
	border-color: #788BC2 !important;
	background-color: #788BC2 !important;
	color: #ffffff !important;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a {
    border-color: #788BC2 !important;
    background-color: transparent;
    color: #788BC2 !important;
}
.vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a:hover {
    background-color: #788BC2 !important;
    color: #fff !important;;
}

.vc_tta.vc_general .vc_tta-panel-body {
	padding: 20px 0 !important;
}
.vc_tta-title-text {
	font-size: 17px;
}

.content td, .content th {
	padding: 5px 10px !important;
	border: 1px solid #AEBDE9 !important;
	text-align: center;
}
.content th {
    background-color: rgba(174, 189, 233, 0.75);
}