/*
 Theme Name:     Astra Child Theme
 Description:    Astra Child Theme
 Author:         Oliviershoek Consulting
 Author URI:     http://www.oliviershoek.co.za/
 Template:       astra
 Version:        1.0.0
*/
 
/*@import url("/wp-content/themes/astra/style.css");*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* editor style
----------------*/
.editor-styles-wrapper, body.mce-content-body, .wp-block {
background-color: ;
color: ;
}
/* Lightbox close style
-------------*/
.nivo-lightbox-close {
	background: url(https://murray-pc/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close.png) no-repeat 0px 0px !important;
}
/* Video Header
---------------------------*/
body.page-template-blank-page h1.entry-title {
	display: none;
}


/* remove author link
---------------------------*/
.posted-by {
    pointer-events: none;
}


/* hide project author 
---------------------------*/

.single-project .byline {
	display: none;
}

.blog-single-post .byline {
	display: none;
}
/* Astra tweaks - header tweaks
------------------------------*/
#masthead .main-navigation {
	border-radius: 15px;
	background-color: #0000FF25;
}
#masthead ul.main-header-menu > li.menu-item {
	font-weight:600;
	text-transform:uppercase;
	line-height: 40px;
	padding: 10px 10px;
}
#masthead ul.main-header-menu > li.menu-item li{
	font-weight:normal;
	text-transform:none;
	line-height: 20px;
	padding: 0px 0px;
}
#masthead ul.main-header-menu > li > a.menu-link {
		border-radius:15px;	
}
#masthead .menu-link:hover{
	transition: all 0.5s linear 0.1s;
	background-color: var(--ast-global-color-0);
}
#masthead .menu-link {
	transition: all 0.5s linear 0.1s;
}
#masthead ul.astra-megamenu.sub-menu {
	border:none !important;
	background: radial-gradient(90.71% 226.33% at 83.26% 121.01%, rgba(48, 151, 225, 0.48) 0%, rgba(48, 151, 225, 0) 100%), linear-gradient( 0deg, #1E252C, #1E252C), #FFFFFF;}
#masthead ul.astra-megamenu.sub-menu {
	color:#fff;
}
/* Footer background
---------------------------*/
.site-footer {
  background: radial-gradient(90.71% 226.33% at 83.26% 121.01%, rgba(48, 151, 225, 0.48) 0%, rgba(48, 151, 225, 0) 100%), linear-gradient( 0deg, #1E252C, #1E252C), #FFFFFF !important;
}
/* header text shadow
---------------------------*/
h1.ast-advanced-headers-title {
	text-shadow: 1px 1px 10px #333,1px 1px 10px #333,1px 1px 10px #333;
}
