/* 
Theme Name: Stanmore Theme - 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
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
*/

html, body {
    overflow-x: hidden;
}

/* Investor Widgets Start */

.investi-announcement-row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 120px auto;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #939393;
    align-items: center;
}

.investi-announcement-headline a {
    color: #1A487E;
    font-weight: 400;
    text-decoration: none;
    display: grid;
    gap: 10px;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
}

.investi-announcement-headline a:after {
    font-size: 1.5rem;
    content: "\f56d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.investi-searchbox-container {
	position: relative;
	margin-bottom: 30px;
}

.investi-searchbox {
	padding: 10px 20px 10px 48px;
	border-radius: 50px;
	border-color: #1A487E;
}

.investi-searchbox-container:before {
	font-size: 18px;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
    top: 13px;
    left: 16px;
}

.investi-announcements-accordion h2 {
	font-size: 22px;
    border-bottom: 2px solid;
    padding: 15px;
	display: inline-block;
	width: 100%;
	background: #1A487E;
	color: #fff;
}

.investi-announcements-accordion h2:after {
	font-size: 1.5rem;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
	position: absolute;
	right: 20px;
	transition: 0.3s ease;
}

.investi-announcements-accordion h2 span {
	font-weight: 300;	
}

.investi-announcements-accordion h2.investi-announcements-accordion-year-activated:after {
	transform: rotate(180deg);
}

.investi-announcements-accordion td {
	border: none;
	border-bottom: 2px solid;
	padding: 10px 0;
	vertical-align: bottom;
	line-height: 1em;
}

.investi-announcements-accordion td:first-of-type {
    width: 120px;
}

.investi-announcements-accordion .investi-announcement-accordion-headline > a {
	color: #1A487E;
}

.investi-announcements-accordion td:nth-of-type(2) {
    display: none;
}

.investi-announcements-accordion .investi-announcement-accordion-headline a {
	width: 96%;
    display: inline-block;
}

.investi-announcements-accordion .investi-announcement-accordion-headline:after {
	font-size: 1.5rem;
    content: "\f56d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

/* Investor Widgets End */

/* Report Accordians Start */

/* Accordion container */
.reports-accordion {
    max-width: 100%;
}

/* Year header */
.accordion-year-header {
	font-size: 22px;
    border-bottom: 2px solid;
	border-radius: 0px !important;
    padding: 15px !important;
    background: #1A487E !important;
    color: #fff !important;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    outline: none;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Chevron icon */
.accordion-year-header .chevron {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* solid icons */
    transition: transform 0.3s ease;
}

/* Rotate chevron when open */
.accordion-year-header.active .chevron {
    transform: rotate(180deg);
}

/* Accordion content */
.accordion-year-content {
    display: none;
    overflow: hidden;
    padding: 0 15px;
}

/* Report type header */
.report-type-header {
    cursor: default;
    font-size: 24px !important;
    margin: 30px 0 5px;
}

/* List of reports */
.report-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Report row */
.report-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

/* Report title */
.report-title {
    font-weight: 400;
    color: #1A487E;
    text-decoration: none;
	padding: 16px 0;
}

/* Icons container */
.report-icons {
    display: flex;
    gap: 15px;
}

/* Individual icon */
.icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.icon-wrapper i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    color: #1A487E;
}

.icon-wrapper .icon-label {
    margin-top: 2px;
    font-size: 17px;
    font-weight: 500;
	color: #1A487E;
}

/* Disabled icons */
.icon-wrapper a[style*="pointer-events:none"] i {
    opacity: 0.4;
}

/* Icon links */
.report-icons a {
    color: #333;
    text-decoration: none;
}
.report-icons a:hover {
    color: #0073aa;
}

@media screen and (max-width: 768px){
	
	.report-title {
		width: 100%;
	}
	
	.report-row {
		flex-direction: column;
		align-items: flex-end;
	}
	
	.report-icons {
		flex-wrap: wrap;
    	justify-content: flex-end;
	}
}

/* Report Accordians End */

/* Download manager shortcode */
/*
.w3eden .card {
	background: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom:1px solid #1A487E;
	border-radius: 0px;
}

.w3eden .card-body {
	padding: 10px;
}


.w3eden .wpdm_icon {
    display: none;
}

.w3eden .text-muted {
    display: none;
}

.w3eden a {
    color: #1A487E;
	font-weight: 400;
}

.w3eden .wpdm-download-link {
    display: none;
}


*/