/*
Theme Name: Child Theme
Description: Custom Stylesheet
Author: WordCracker
Author URI: 
Version: 1.0
Template: Experiencing

*/
/*
Add CSS Codes below this link
---------------------------------------------------------------- */



/* ¸Þ´º °Ë»ö Ç¥½ÃÁÙ ½ºÅ¸ÀÏ */
.menu-header-search input.search-field::-webkit-input-placeholder {
    color: transparent;
}


.menu-header-search input.search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.menu-header-search input.search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.menu-header-search input.search-field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}



.menu-header-search input[type="submit"] {
background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.menu-header-search input[type="submit"]:hover {
background-color: #222;
    background: #df2323;
}

@media (max-width: 768px) {
.menu-header-search {
    margin-bottom: 30px;
}
	
	li.search-item.menu-item-align-right { display: none !important; }
	
}


/* ¸Þ´º Á¤·Ä */


@media (min-width: 769px) and (max-width: 1024px) {

	li.menu-header-search {
    display: none !important;
}
	
	
}

@media (min-width: 1025px) {
	
	li.menu-header-search {
    margin-top: 5px;
}

#primary-menu ul#menu-main {
    text-align: left;
}

li.menu-header-search {
    float: right !important;
}
	
	li.search-item.menu-item-align-right { display: none !important; }
	
}


/***************************/
/**** ±Û ******************/
