/*
 Theme Name:   Classipress Child
 Theme URI:    http://referent.ee
 Description:  Classipress Theme
 Author:       Karl Johan Vallner
 Author URI:   http://veyzon.com
 Template:     classipress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("../classipress/style.css");
@import url("../classipress/styles/red.css");

#scat {
    max-width: 250px;
}

.header_menu_res .obtn {
    padding: 8px 30px;
}

/*Убираем li мультиязычность из меню header*/
.header_menu_res ul li:nth-child(8){
display:none!important;
}

*Убираем пункты меню header от 800px мультиязычность из меню header*/
@media screen and (max-width: 800px) { 
select#tinynav1.tinynav1 option:nth-child(8){
display:none!important;
} 
}
*Убираем пункты меню header от 800px мультиязычность из меню header*/
@media screen and  (max-width: 800px) { 
select#tinynav1.tinynav1 option:nth-child(9){
display:none!important;
} 
}
*Убираем пункты меню header от 800px мультиязычность из меню header*/
@media screen and  (max-width: 800px) { 
select#tinynav1.tinynav1 option:nth-child(9){
display:none!important;
} 
}
*Убираем пункты меню header от 800px мультиязычность из меню header*/
@media screen and  (max-width: 800px) { 
select#tinynav1.tinynav1 option:nth-child(10){
display:none!important;
} 
}

/*Добавляем иконку в li мультиязычность new из меню header*/
.header_menu_res ul li:nth-child(7){
text-transform: uppercase;
list-style-image: url(https://ref.ee/wp-content/uploads/2019/01/rururus.png);
font-weight: 600;
}
.header_menu_res ul li:nth-child(6){
padding-right:50px;
}



/*Убираем li мультиязычность из меню footer*/
.footer_menu_res ul li:nth-child(8){
display:none!important;
}

/*Добавляем иконку в li мультиязычность new из меню header*/
.footer_menu_res ul li:nth-child(7){
text-transform: uppercase;
list-style-image: url(https://ref.ee/wp-content/uploads/2019/01/rururus.png);
font-weight: 600;
border-left:none;
}
.footer_menu_res ul li:nth-child(6){
padding-right:50px;
}