/*
Theme Name: Carly Child Theme
Theme URI: https://shtheme.com/demosd/carly
Description: This is child theme of carly
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  carly-child
Template: carly
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/




.gallery-size-thumbnail{
    display: none;
}
.widget {
    box-shadow: 0px 8px 16px 8px rgba(200, 183, 255, 0.2);
}
.widget_categories ul li{
    margin-bottom: 7px;
}
.widget_categories ul li a {
    background: #f6f6f6;
    display: block;
    padding: 17px 30px;
    color: #666;
    position: relative;
    font-weight: 500;
}
.widget_categories ul  li a::before {
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Font Awesome 5 Pro";
    color: #666;
    font-size: 18px;
}
.widget_categories ul li a:hover {
    background-color: #408ad2;
    color: #fff;
}
.widget_categories ul li a:hover::before {
    color: #ffffff;
}
