/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:900');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');


.wp-block-cover.has-background-dim:hover::before {
	opacity: .3 !important;
	transition-duration: .5s;
}


body{
	font-family: 'Open Sans', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, .wp-block-cover-text{
	font-family: 'Roboto', sans-serif;
}

.search-toggle {
    display: none;
}

#search-navigation {
  background: #ebebeb;
  margin-top: 0;
}
#masthead {
  padding: 0;
}

.site-branding {
    background: #fff;
    width: 100%;
    padding:20px 0;
	  background-image: url("https://expands.eu/wp-content/uploads/2019/09/Expandsbackground.gif");
background-position: right;
background-size: 53%;
background-repeat: no-repeat;
}


.home .entry-header {
    display: none;
}

#main {
    width: 100%;
    border-right: 0;
}


/*Navigation*/
.main-navigation .nav-menu > li + li {
border-left: 5px solid #eee !important;
}

.main-navigation .nav-menu > li a{
	padding: 0 15px;
}

.main-navigation .nav-menu > li {
	padding:0 !important;
}

.main-navigation .nav-menu > li a:hover{
	background-color: #262260;
	color:white;
	transition-duration:0.5s;	
}

.current_page_item a {

    border-bottom: 4px solid #262260 !important;

}

/*Footer*/

#widget_contact_info-3 {
}
.footer-widget-inner .widget {
  width: 28%;
  margin: 0 !important;
}
#jetpack_widget_social_icons-4 {
  text-align: right;
}
#text-3 {
}
.footer-widget-inner #text-3 {
  margin-left: 7% !important;
}

/*buttons*/
.entry-content .wp-block-button .wp-block-button__link{
	border-radius:4px;
	border:none;
}
.entry-content .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-button .wp-block-button__link:hover{
	color:white;
	background: rgb(129,152,198) !important;
	border:none !important;
	
}

.entry-content .wp-block-button .wp-block-button__link:active{
	border-top:1px solid rgb(129,152,198) !important;
}

.entry-content .wp-block-button .wp-block-button__link:focus{
	border:none !important;
	border-top:1px solid rgb(129,152,198) !important;
	outline:none;
}

@media screen and (max-width: 768px) {
.footer-widget-inner aside{
		width:100% !important;
		margin-left: 7% !important;
		
	}
	.footer-widget-inner .widget:nth-of-type(2n+1) {
		margin-left: 5% !important;
	}
	#jetpack_widget_social_icons-4{
		text-align: left !important;
		margin-left: 7% !important;
	}
	
}