/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

/* Country selector nav item */
li.liberolms-country-selector {
		background-color: rgb(242, 242, 242);
		padding: 10px 15px;
		margin-top: 6px;
		min-width: 8em;
		text-align: left;
		font-size: 14px;
		line-height: 19px;
		white-space: nowrap;
		transition: all 0.3s ease;
}

.navbar .navbar-nav li.liberolms-country-selector > a {
		color: rgb(38, 38, 38);
		font-weight: 700;
		font-size: 14px;
		padding: 0;
		margin: 0;
		text-decoration: none;
}

.banner[data-transparent-header="true"] .navbar-nav li.liberolms-country-selector > a {
		color: rgb(38, 38, 38) !important;
		font-weight: 700 !important;
		font-size: 14px !important;
}

.navbar .navbar-nav li.liberolms-country-selector > a:hover,
.banner[data-transparent-header="true"] .navbar-nav li.liberolms-country-selector > a:hover {
		color: #563D82 !important;
		font-weight: 700 !important;
		font-size: 14px !important;
}

.headhesive--clone.dark-header .navbar-nav li.liberolms-country-selector > a {
		color: rgb(38, 38, 38) !important;
}

.navbar .navbar-nav li.liberolms-country-selector > a:after {
		display: none;
}

/* Country selector dropdown */
.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu {
		background-color: rgb(242, 242, 242);
		border: none;
		box-shadow: none;
		min-width: 100%;
		padding: 5px 0 10px 0;
		left: 0;
		z-index: 120;
}

.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu li a {
		color: rgb(38, 38, 38) !important;
		background-color: rgb(242, 242, 242) !important;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		padding: 0 15px;
		white-space: nowrap;
		text-decoration: none;
}

.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu li a:hover,
.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu li a:focus {
		color: #563D82 !important;
		background-color: rgb(242, 242, 242) !important;
}

@media (max-width: 767px) {
		.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu {
				padding-bottom: 0;
				margin-bottom: 0;
		}

		.navbar .navbar-nav li.liberolms-country-selector .dropdown-menu li a {
				padding-left: 0;
		}
}
