/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1.1.0.1.0.1.0.1.0.1.0.1.0.1.0.1.0.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.svg,
.svg img,
.full-width,
.full-width img{
    width:100%;
}

/* Nothing Found On Search Page */
.elementor-posts-nothing-found {
    text-align: center;
    font-size: 2em;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000000;
}

/********************************/
/* Download Section  */
/********************************/
/* Download Subsection Title */
.page.logged-in .status-private strong {
    font-size: 2rem;
	margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/* Download List Group Container */
ul.dlm-downloads {
    margin-top: 20px;
    margin-bottom: 40px;
    list-style: none;
}

/* Single Download Link */
.dlm-downloads a.download-link {
    background: #f1f1f1;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    padding: 0.5em;
    color: #1f4889;
}

/* Single Download Link - Hover */
.dlm-downloads a.download-link:hover {
    background: #c5c5c5;
}

/* Remove Public Menu Margin On The Right */
li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-has-children.menu-item-5448 {
    margin-right: 0 !important;
}

/********************************/
/* TablePress Tables  */
/********************************/

/* Table Header */
.tablepress tfoot th, .tablepress thead th {
    background-color: #222968;
    color: #ffffff;
    font-weight: normal;
}

/* Header Item On Hover */
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #4495D1;
}

/* Next / Previous Navigation */

.dataTables_paginate.paging_simple .paginate_button.next:after, .dataTables_paginate.paging_simple .paginate_button.previous:before{
    text-shadow: none;
}

.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
    color: #222968;
}