/*
Theme Name: 	Asterion
Theme URI: 		https://moozthemes.com/asterion-wordpress-theme/
Author: 		MOOZ Themes
Author URI: 	https://moozthemes.com/
Description: 	With the minimalistic, elegant and clean design wordpress theme Sanremo gives you a gorgeous base to present your favourite blog entries and photos absolutely for free. Useful social sharing widget, simply but elegant slider, carefully crafted elements create a perfect and harmonious website for you, making it the perfect choice from a simple blog.
Version: 		1.0.8
License: 		GNU General Public License v3.0
License URI: 	http://www.gnu.org/licenses/gpl.html
Tags: 			one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
Text Domain: 	asterion
Domain Path:    /languages
*/

a {
  color: #660066;
  font-family: "Interface", sans-serif;
}

.eventbrite-widget iframe {
    height: 700px;
}

/* The specificity in this rule is to override the theme's specificity */
input.pdfbtn[type=button], #cta{ 
	font-size: 14px;
	font-weight: 800;
	padding: 15px 60px 13px 60px;
    background-color: none;
	border: solid 2px #ffffff;
	color: #ffffff;
	border-radius: 40px;
}

input.pdfbtn:hover, #cta:hover { 
    background-color: #339999;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.intro-heading {
   min-height: 200px;
}

/* The next few CSS rule is scoped to the contact section on the homepage; the theme lets us add a phone number, but we want a twitter account */
#contact .fa-phone::before {
  content: "\f099"
}

#contact .fa {
  color: #A22082;
  margin-right: 5px;
}

@media (min-width:768px) {
  .navbar {
    background-color: rgba(33, 34, 35, 0.9);
  }
}

.navbar .menu > li:not(.menu-item-has-children) a:after {
	border-color: #339999;
}

.navbar .menu > li.menu-item-has-children .sub-menu:after {
	border-color: #339999;
}

.page-title {
	font-weight: 600;
	margin: 0;
	text-align: center;
	font-size: 29px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #27282b;
    font-family: "Interface", sans-serif;
}

.page-scroll .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-color: #339999;
	border-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}

@media (min-width: 769px), @media (max-width: 768px) {
	.home .intro-image .intro-text {
		padding: 200px 200px 200px 200px;
    }
	.home .intro-blog, .intro-blog .dark-overlay {
		height: 230px;
	}
}

@media (min-width: 768px) {
	.intro-blog, .intro-blog .dark-overlay {
		height: 120px;
	}
}

.section-title h2 {
	text-transform: lowercase;
	letter-spacing: 0px;
	}

#sponsorBanner {
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 300px; 
	margin-top: -102px; 
	text-align: center;
	}


.tc_member-col-single {
    height: 360px !important;
}

.tc_member-thumb1 img {
    margin-bottom: 0 !important;
}

::selection {
	text-shadow: none;
	background-color: #339999 !important;
}

.blog-post .blog-post-body p {
    text-align: center;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
    z-index: -98;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

a:hover, a:focus, a:active, a.active {
	color: #339999;
	text-decoration: none;
}

.blog-post .blog-post-body a:hover  {
	color: #339999;
}

.blog-post .post-date a:hover {
	color: #339999;
}

.blog-post .mz-entry-tags a:hover {
	color: #339999;
}

.read-more a:hover {
	background-color: #339999 !important;
	border-color: #339999 !important;
	color: #fff !important;
}


.post-navigation .nav-links a:hover {
	color: #339999;
}


.modal-works span {
	background-color: #339999;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #339999;
	border-color: #339999;
	box-shadow: none;
}

.btn:hover, .wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active, .btn:focus, .btn:active, .btn.active {
	color: #fff;
	background-color: #339999;
	border-color: #339999;
	box-shadow: none;
}


@media (min-width: 600px) {
	.ot-container, .ot-page-wrapper {
    align-content: center;
	}
}

#primary {
	margin: auto;
	float: none;
}




	.menu-right {
		float: none !important;
		margin-right: 0px;
	}

	.asterion-navigation {
	display: flex;
    align-items: center;
	}

	#menu-main-menu {
	margin:auto;
	}