/*
 Theme Name:   Artemis Child
 Theme URI:    http://www.artemistheme.com/themepreview/
 Description:  Artemis-SWP Child Theme
 Author:       SmartWPress
 Author URI:   http://themeforest.net/user/SmartWPress
 Template:     artemis-swp
 Version:      1.0.0
 Tags:         fluid-layout, responsive-layout, editor-style, featured-images, full-width-template, theme-options, translation-ready, custom-background, custom-colors, custom-menu, one-column, two-columns, black, dark
 Text Domain:  lucille-child
*/

@import url("../artemis-swp/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */
.pre_header.classic_double_menu_logo_center, .pre_header.classic_double_menu_logo_center .classic_header_icon, .pre_header.classic_double_menu_logo_center .classic_header_icon .lnr-magnifier{
    height: 110px !important;
    line-height: 110px !important;
}
header#at_page_header.classic_double_menu_logo_center {
    top: 110px;
}
#logo{
	margin-top:10px;
}
.classic_double_menu_logo_center.menu_center_only .at_login_wish{
	line-height: 110px;
}
.home #lc_swp_content > .vc_row{
	margin-top:180px !important;
}
.woocommerce-mini-cart__buttons.buttons a{
	font-size:10px;
	letter-spacing:0;
}
.single-product .variations tr .tawcvs-swatches{
    padding-right:0;
    padding-left:0;
}
.single-product .variations tr .tawcvs-swatches .swatch{
    float:left;
    border:1px solid #333;
    opacity:1;
}
.tawcvs-swatches .swatch-image.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    left: 11px;
}
.tawcvs-swatches{
    overflow:visible !important;
}
.tawcvs-swatches .swatch-image.selected,
.tawcvs-swatches .swatch-color.selected{
    transform:scale(1.1);
}

a .footer-widget-title{
	transition:all 0.35s ease;
}
a .footer-widget-title:hover{
	color:#c2d82e;
}


/* login X over the menu */
.login_creative_container.visible_container {
	z-index: 99999;
}
