/*
Theme Name: CityNews 3 Дочерняя тема
Theme URI: https://goodwinpress.ru/wp-tema-citynews-3
Author: Алексей Goodwin
Author URI: https://goodwinpress.ru/
Description: Используем дочернюю тему лишь в тех случаях, когда собрались менять разметку или функции темы.
Text Domain: citynews-3
Domain Path: /languages
Template: citynews-3
*/

/* Размещайте ваши стили под этой строкой. */ 
.blog-content__sidebar {
order: 1;
border-left: 0;
border-right: 1px solid var(--borderColor);
}

.sidebar .widget {
padding-left: 0;
padding-right: 2rem;
}

.blog-content__post {
order: 2;
}

.grecaptcha-badge { 
    visibility: hidden;
}

::-moz-selection {
color: #fff;
background-color: #a1c084
}

::selection {
color: #fff;
background-color: #a1c084
}