/*
CTC Separate Stylesheet
Updated: 2020-06-06 11:08:29
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 2.4.5.1591430909
*/


/* бязров код. исправление некорректного отображения стрелки меню элементора */
.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i::before {
    content: "\25BC"!important;
}

.elementor-nav-menu .sub-arrow {
    font-size: 7px;
  padding: 10px 0 10px 7px;
}
/* бязров конец кода */


/* стилизация левого сайдбара с категориями и подкатегориями */

 #menu-menyu-kataloga > li > a {
    background-color: #1f50b2;
    color: white;
    display: block;
	  padding: 0 10px;
	line-height: 1.5;
}

#menu-menyu-kataloga .menu-item-has-children li {
    position: relative;
    margin-left: 20px;
    padding-left: 0;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
}

#menu-menyu-kataloga .menu-item-has-children li::after {
    position: absolute;
    content: '\203A';
    font-size: 18px;
    right: -8px;
    font-weight: normal;
    top: -8px;
	color: #22d0ff;
}
/* конец кода */



/* стиль для html цветов в футере на ссылках */
.byazrovlink:hover {
  color: #ffffff !important;
	font-size: 12px;
}

.byazrovlink {
	font-size: 12px;
  color: #ffffff !important;
}
/* конец кода */

/* стиль для html цветов на ссылках */
.link2:hover {
  color: #70c16d !important;
	font-size: 23px;
}

.link2 {
	font-size: 23px;
  color: #ffffff !important;
}
/* конец кода */


/* Бязров код. изменение стиля списков в статьях */

ul {
  list-style-image: url(https://нарколог-крым.рф/wp-content/uploads/2020/08/Безымянный-1-3.png);
	
}

/* конец кода */

/* Бязров код. Стилизация таблиц блога */


/* бязров. стили цветной рамки для круглых иконок услуг */
.byazrov-raduga a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* box-shadow: 5px 5px 0px 0px #2ba2d9, -5px -5px 0px 0px #1dcf5f, 5px -5px 0px 0px #ff037e, -5px 5px 0px 0px #ff9842; */
    
    box-sizing: border-box;
    box-shadow:  0 0 4px 2px #2ba2d9;
}

.byazrov-raduga a:hover img {
   
    box-shadow:  0 0 4px 2px #70c16d;
}
/* конец кода */

/* стиль для html цветов заголовков со ссылкой */
.byazrov-title a:hover {
  color: #70c16d !important;
	
}


