/*
Theme Name: Windsor Child Theme
Theme URI: https://windsor.themerex.net/
Description: Windsor - excellent WordPress theme with many different blog and header layouts
Author: ThemeREX
Author URI: https://themerex.net/
Template: windsor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: windsor
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.menu_side_wrap.menu_side_icons .sc_layouts_logo.inited_stretch
{
  padding: 0 0 100%;
}
.menu_side_wrap.menu_side_icons .sc_layouts_logo.inited_stretch img
{
  background-color: #25190d;
  box-sizing: border-box;
  position: absolute;
  left: 0; top: 0;
  height: 100%; width: 100%;
  object-fit: contain;
  padding: 0 10px;
}
.trx_addons_scroll_to_top.show {
	bottom: 6em !important;
}
.sc_skills_counter_simple .sc_skills_item_title {
    font-size: 20px;
}

#controller-tools .slider_container .slider-slide
{
    background-color: white
}
@media (min-width:768px) {
    .menu_side_wrap.menu_side_icons .sc_layouts_logo.inited_stretch img {
        width: 133%;
        max-width: 133%;
    }
}