/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.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
*/
a {
	color: #1B7EBC;
}
li.help-menu-first::after {
    content: "" !important;
    border: 2px solid #1B7EBC !important;
    width: 8px;
    height: 8px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: none !important;
    border-top: none !important;
    transform: rotate(-45deg);
}
li.help-menu-first a {
	padding-left: 0 !important;
}
.help-search .e-search-submit {
	margin: 10px 0 0 -166px !important;
    position: relative;
    height: 40px;
}
.search-categories .elementor-icon-list-text {
    background: #0c5481;
    border-radius: 20px;
    padding: 5px 15px;
	border: 1px solid #1B7EBC;
}
.search-categories .elementor-icon-list-text:hover {
    background: #1B7EBC;
}
.search-categories ul {
	row-gap: 15px;
}
.help-post-list .elementor-post {
	overflow: visible;
}
.help-post-list .elementor-post__title {
	position: relative;
}
.help-post-list .elementor-post__title::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #1B7EBC; /* arrow color */
	border-top: 2px solid #1B7EBC;
	transform: rotate(45deg); /* makes it look like > */
	position: absolute;
    left: -20px;
    top: 10px;
}

.copyrights {
    display: flex;
    align-items: center;
    gap: 3px;
}
.copyrights a {
    color: #fff;
}
.copyrights p {
    margin: 0;
	padding: 0;
}
.copyrights a:hover {
    color: #1B7EBC;
}
.powered-by-text {
	display: flex;
	gap: 4px;
    align-items: center;
}
.footer-newsletter input {
	padding-left: 0;
}
.footer-newsletter input::placeholder {
	color: #fff !important;
	opacity: 1 !important;
}
/* Internet Explorer 10-11 */
.footer-newsletter input:-ms-input-placeholder {
  color: #fff !important;
}
/* Microsoft Edge */
.footer-newsletter input::-ms-input-placeholder {
  color: #fff !important;
}
.footer-newsletter .elementor-field-type-email {
	width: 90%;
}
.footer-newsletter .e-form__buttons {
	width: 10%;
}
.elementor-post-info__terms-list-item {
	color: #1B7EBC !important;
}
.elementor-widget-wp-widget-categories h5 {
	display: none;
}
.elementor-widget-wp-widget-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Gilroy", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1B7EBC;
}
.elementor-widget-wp-widget-categories li {
	margin: 0 0 10px;
}
.elementor-widget-wp-widget-categories a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Gilroy", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.elementor-widget-wp-widget-categories a:hover {
    color: #1B7EBC;
}
.elementor-pagination .page-numbers {
	padding: 5px 15px;
	background: #eee;
}
.elementor-pagination .page-numbers.current {
	background: #1B7EBC;
}
.elementor-pagination .page-numbers:hover {
	color: #fff !important;
	background: #1B7EBC;
}
.elementor-author-box__avatar {
    margin-bottom: -20px;
}
.footer-box br {
	display: none;
}
.powered-by-box {
	display: flex;
}
.blog-mobile-menu-icon .elementor-icon-box-icon {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.help-search .e-search-label svg {
		position: relative;
    	top: 57px;
	}
	.help-search .e-search-submit {
		margin: 10px auto 0 !important;
		position: relative;
		height: 50px;
		display: inline !important;
		width: max-content !important;
	}
	.help-search.elementor-widget-search .e-search-form {
		flex-direction: column;
		row-gap: 0;
	}
	.copyrights {
		align-items: start;
		flex-direction: column;
		padding-top: 15px;
	}
	.copyrights .line {
		display: none;
	}
	.powered-by-box {
		display: flex;
		height: 40px;
	}
	.powered-by-logo {
		margin: -20px 0 0 10px;
	}
}
@media screen and (max-width: 500px) {
    .powered-by-logo {
        margin: 7px 0 0 5px;
    }
}