/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

/*
General Custom CSS
================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 10px 0;
  font-weight: 300;
}

body {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px;
  color: #434b5f;
}

header.entry-content-header {
  display: none !important;	
}

.slideshow_caption h2.avia-caption-title {
    background: #d51b2c;    
	max-width: 50%;
    width: fit-content;
    min-width: 25%;
    padding: 1rem;
    font-weight: bold;
	color: white;
}

.slideshow_caption .avia-caption-content {
	background: white;
    padding: .5rem 1rem;
    max-width: 50%;
    width: fit-content;
    min-width: 25%;
}

div .slideshow_caption, div .slideshow_caption a, div .slideshow_caption a:hover, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong {
    color: black;
}

.sidebar .inner_sidebar  {
	border: 2px solid #d51b2c;
    padding: 1rem;
    border-radius: 17px;
    background: white;
}

.widget {
    padding-bottom: 0 !important;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {

}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
   .responsive #top #main {
   		padding-top: 80px !important;
   }
	
	.responsive #top .logo {
		justify-content: flex-start;
    align-items: center;
	}
}
