/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
.spb_accordion .ui-accordion .ui-accordion-content .row > [class*="col-sm"] {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* Replace default logo */
.login #login h1 a {
    background-image: url(https://staging2.ceec.com/wp-content/uploads/2019/09/cropped-favicon1.png) !important;
	height: 100px !important;
    width: 100px !important;
}

/* Customize button color */
.login #wp-submit {
	font-size: 14px !important;
    background-color: #0092ff; /* Change to your desired color */
}

/* Customize box highlight */
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #0392ff !important;
    box-shadow: 0 0 0 1px #0392ff !important;
    outline: 2px solid transparent !important;
}


/* Customize button size */
.login #wp-submit {
    font-size: 16px; /* Change to your desired font size */
	margin-top: 50px !important;
}

/* Customize "Lost Your Password" */
.login #nav {
    margin: -85px 0 0 !important;
}

/* Customize background color */
body.login {
    background-color: #FAFAFA !important; /* Change to your desired background color */
}

/* Customize Login Form color */
.login #loginform {
	border: 0px !important;
	background: #fafafa !important;
	box-shadow: none !important;
}

/* show/hide password */
.login .button.wp-hide-pw .dashicons {
    top: 0.5rem;
}

/* Customize Login Form Input */
.login form .input, .login input[type=password], .login input[type=text] {
    padding: 0.5rem 0.5rem !important;
}

/* Language Switcher */
#language-switcher {
	display: none !important;
}
.selected.ceec-not-in-use, 
html body:not(.mobile-browser) #autoComplete_list_1:not(.mouse-is-active) .autocomplete-suggestion.ceec-not-in-use.selected:not(.item-do-nothing-):not(.ceec-disabled), 
html body:not(.mobile-browser) div section.autocomplete-suggestion.ceec-not-in-use.always-selected:not(.ceec-disabled), 
html body:not(.mobile-browser) #autoComplete_list_1:not(.mouse-is-active) .autocomplete-suggestion.ceec-not-in-use.selected:not(.item-do-nothing-):not(.ceec-disabled) .ceec-only-domain, 
html body:not(.mobile-browser) div section.autocomplete-suggestion.ceec-not-in-use.always-selected:not(.ceec-disabled) .ceec-only-domain{
background:#bdbdbd !important
}
#ceec_get_verfication_code.code-sent{
	background: ;
	color: ;
}

/*  */
.searchbox-action, 
.validataion-label,
#validataion-text-holder{
  display:none;
}

/* Woocommerce Error*/
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    background: #0066CC;
    padding: 10px 15px;
    width: 80% !important;
    font-family: arial;
}

/*Checkout Button Brackground Color*/
#order_review #payment #place_order {
    background: #0066CC !important;
}

/*Checkout Button Brackground Hover Color*/
#order_review:hover #payment:hover #place_order:hover {
    background: #12b88f !important;
}


