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

/* Footer navigation is managed in Appearance > Menus. */
#footer .widget_nav_menu .widget-title {
	margin: 0;
	color: #fff;
	font-family: "Lato Regular", Lato, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: uppercase;
}

#footer .widget_nav_menu .menu,
#footer .widget_nav_menu .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .widget_nav_menu .menu li {
	border: 0 !important;
}

#footer .widget_nav_menu .menu a {
	display: inline-block;
	padding: 0;
	color: #fff;
	font-family: "Lato Regular", Lato, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	transition: color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

#footer .widget_nav_menu .menu a:hover,
#footer .widget_nav_menu .menu a:focus {
	color: #b49f72;
}

#footer .widget_nav_menu .menu a:focus-visible {
	outline: 2px solid #b49f72;
	outline-offset: 2px;
}

/* Footer locations shared across the Croatian, English and Italian sites. */
#footer .jelusic-footer-locations__label {
	margin: 18px 0 12px;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
}

#footer .jelusic-footer-locations__label span {
	display: none;
}

html[lang^="hr"] #footer .jelusic-footer-locations__label--hr,
html[lang^="en"] #footer .jelusic-footer-locations__label--en,
html[lang^="it"] #footer .jelusic-footer-locations__label--it {
	display: inline;
}

#footer .jelusic-footer-locations__item {
	margin: 0 0 14px;
}

#footer .jelusic-footer-locations__item strong {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#footer .jelusic-footer-locations__logo-wrap,
#footer .jelusic-footer-locations__award-wrap {
	margin: 0;
}

#footer .jelusic-footer-locations__logo {
	display: block;
	width: 90px;
	max-width: 100%;
	height: auto;
}

#footer .jelusic-footer-locations__award {
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}
