/* 
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
*/

/* Add your custom styles here */

main#content p a{
color:#2880BA
}

#masthead{
position:fixed !important;
z-index:9999;
width:100%;
top:-15px;
}

#masthead .elementor-widget-image a img[src$=".svg"]{
width:250px;
}

.logosvg {
margin-bottom:-40px;
}

.logosvg img{
min-height:100px;
width:auto;
height:auto;
}


 .animatedfsmenu {
    position: fixed !important;
}

.afsmenu, .afsmenu li{
padding:0 !important;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler{
border-radius:50%;
margin:15px 20px;
    position: fixed !important;
}

.animatedfsmenu-navbar-toggler .bar{
height:1px;
}

.animatedfsmenu .animatedfs_menu_list{
min-width:100% !important;
}


.site-header .site-branding .site-logo img{
width:250px !important;
max-width:100%;
}

@media screen and (max-width:767px){
	#masthead{
	background:	rgba(255, 255, 255, 0.95) !important;
		z-index:999;
		padding-bottom:25px;
		position:absolute !important
	}
	
	#masthead .elementor-widget-image a img[src$=".svg"]{
width:200px !important;
		max-width:80% !important;
position:absolute;
top:-15px;
left:0;
}
	
}

body.single-post #content.site-main,body.blog #content.site-main , body.archive  #content.site-main{
margin-top:100px
}

body.archive .site-main .page-content article.post{
width:100%;
}

body.archive article.post .entry-title a{
color:#2880ba !Important;
}

@media screen and (min-width:767px){
body.archive .site-main .page-content {
display: grid;
  grid-template-columns: 1fr 1fr;
}

body.archive .site-main .page-content article.post{
padding:1rem;
}
}