/*
	Theme Name: The Voux Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: thevoux-wp
*/

@import url("../thevoux-wp/style.css");

.mobile-toggle.small span {
	width: 22px;
	height: 3px;
}

.mobile-toggle.small span:nth-child(1) {
    top: 8px;
}

.full-menu-container .full-menu {
	display: block;
	padding: 0 20px;
}

.full-menu-container .full-menu > li > a {
	line-height: 40px;
}

.widget.widget_text.style1 {
    padding: 19px 0 0 0;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 6px;
    margin: 0 2px;
}

.slick.dark-pagination .slick-dots li button {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.35)
}

.slick.dark-pagination .slick-dots li.slick-active button {
	background: #ef2673;
	border-color: #ef2673;
}

/* outshift these headers to compensate for the 19px padding on the .style1 container */
.widget.style1 > strong {
    margin-left: -19px;
    margin-right: -19px;
}

/* this style doesn't have a border, so there is no L/R padding, so remove our adjustment it in this context */
.widget.widget_text.style1 > strong {
    margin-left: 0;
    margin-right: 0;
}

.widget > strong span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    height: auto;
    line-height: 1.5;

    font-weight: 700;
    background: #5c887d;
    color: #fff;
}

/* hide label in archives widget */

.widget .hide-label label {
	display: none;
}

.widget select {
	font-size: 0.8em;
}

#robly_embed_signup .robly_field_group.input_group input[type=checkbox] {
	margin-right: 6px;
}

#robly_embed_signup .robly_field_group label {
	text-transform: inherit;
}