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

/* LANGUAGE SWITCHER */
[role="menubar"] > .wpml-ls-menu-item .next-level-button {
	display: none !important;
}
[role="menubar"] > .wpml-ls-menu-item .sub-nav {
	display: none !important;
}

#languageSwitcherModal {
    position: fixed;
    z-index: 9999;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #111;
    overflow: hidden;
    -webkit-transition: all, .25s;
    -moz-transition: all, .25s;
    -o-transition: all, .25s;
    transition: all, .25s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

#languageSwitcherModal>a[data-rel="close"] {
    position: absolute;
    font-size: 21px;
    line-height: 1.5;
    color: inherit;
    top: 25px;
    right: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

#languageSwitcherModal.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

#languageSwitcherModal section {
    width: 100%;
    height: 100%;
    text-align: center;
    /* white-space: nowrap; */
    margin: 0 auto;
    display: table;
    background: url(assets/images/world.png) center center;
    background-size: cover;
}

#languageSwitcherModal .lang-container {
    padding: 160px 50px 50px;
    padding: 40vh 50px 50px;
    margin: 1.5em 1em;
    display: table-cell;
    font-weight: 400;
    background-color: rgba(255,255,255,.75);
}

#languageSwitcherModal .lang-container .regionSelectror {}

#languageSwitcherModal .lang-container .regionSelectror header {
    margin: 0 0 54px;
    padding-top: 17px;
}

#languageSwitcherModal .lang-container .regionSelectror header .logo {
    font-size: 60px;
    /* height: 26px; */
    margin: 0 auto 0.15em;
    position: relative;
}

#languageSwitcherModal .lang-container .regionSelectror header h1 {
    /*font-size: 70px;*/
    line-height: 80px;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: inherit;
    font-weight: 900;
    background: -webkit-linear-gradient(left, #ff6600 30%, #eeee22 100%);
    background: -moz-linear-gradient(left, #ff6600 30%, #eeee22 100%);
    background: -o-linear-gradient(left, #ff6600 30%, #eeee22 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
}

#languageSwitcherModal .lang-container .countries-selector {
    max-width: 1280px;
    /* height: 0; */
    white-space: normal;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: height, .25s;
    -moz-transition: height, .25s;
    -o-transition: height, .25s;
    transition: height, .25s;
}

#languageSwitcherModal .lang-container .countries-selector .county {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity, .5s;
    -moz-transition: opacity, .5s;
    -o-transition: opacity, .5s;
    transition: opacity, .5s;
}

#languageSwitcherModal .lang-container .countries-selector .country .country-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 6%;
}

#languageSwitcherModal .lang-container .countries-selector .country .country-list>li {
    width: 160px;
    color: inherit;
    text-align: left;
    white-space: nowrap;
    margin: 0 0 32px 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}

#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-icon {
    width: 26px;
    height: 20px;
    display: inline-block;
}

#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 0;
    border: none;
    background: transparent;
    font-size: 2em;
    position: relative;
}

#languageSwitcherModal>a[data-rel="close"]::after,
#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	background-color: #ff6600;
	background: #ff6600;
	background: -webkit-linear-gradient(left, #ff6600 30%, #eeee22 100%);
	background: -moz-linear-gradient(left, #ff6600 30%, #eeee22 100%);
	background: -o-linear-gradient(left, #ff6600 30%, #eeee22 100%);
	color: transparent;
	height: 2px;
	width: 0;
	left: 0;
	z-index: 999999;
	position: absolute;
	display: block;
	left: 1px;
	bottom: 0px;
	overflow: hidden;
	width: 0;
	pointer-events: none;
	background-color: transparent;
	opacity: .85;
	transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}

#languageSwitcherModal>a[data-rel="close"]:focus::after,
#languageSwitcherModal>a[data-rel="close"]:hover::after,
#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link.current::after,
#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link:focus::after,
#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link:hover::after {
    width: 100%;
}

#languageSwitcherModal .lang-container .countries-selector .country .country-list>li .country-link.current {
    cursor: default;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
	#languageSwitcherModal .lang-container {
		padding-top: 15px;
	}
}


