/*
Theme Name: The Oaks Center
Description: 
Version: 1.0
Author: Northern Pacific Digital
Author URI: https://northernpacificdigital.com/
Template: enfold
*/

/* top bar (socket) */

.phone-info {
    font-size: 18px;
    padding: 15px 0;
}

#top .social_bookmarks {
	height: 50px;
}

#top .social_bookmarks li {
	width: 50px;
}

#top .social_bookmarks li a {
	width: 50px;
	line-height: 50px;
	min-height: 50px;
	font-size: 16px;	
}

/* main navigation */

.av-main-nav-wrap ul {
	top: 65px;
}

ul.menu li.invisible {
	display: none;
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
	line-height: 200px;
}

ul.sub-menu {
	top: 133px;
}

.html_header_top .header_color .main_menu ul:first-child >li > ul {
	border-top-color: #83B63E;
}

.avia-menu-fx {
	bottom: 66px;
}

/* general page layout styles */

/* header */

#header_main {
	background-image: url("https://oakseducationcenter.com/wp-content/uploads/2022/09/oaks-header-bkgrd-100-scaled.jpg");
}

.logo img {
	top: 12px;
}

/* blog content layout */

.bloglist-excerpt .read-more-link {
	margin: 40px 0 80px 0 !important;
}

/* post slider */

div.slide-entry-wrap img, div.slide-entry-wrap a img {
    width: 100%;
}

/* course home page layout */

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: unset;
}

time.date-container,
span.text-sep {
	display: none !important;
}

/* footer */

#footer-page .container {
	max-width: 100% !important;
	width: 100% !important;
}

#footer-page .container_wrap {
	padding-left: 0;
	padding-right: 0;
}

#footer-page .hr,
#footer-page .hr.hr-invisible,
#footer-page .av-separator {
	margin-top: 0;
	margin-bottom: 0;
}

#footer-page .container_wrap {
	padding-left: 0;
	padding-right: 0;
}

#footer-page .av-section-cont-open {
	padding: 0 !important;
}

#footer-page .hr-custom {
    min-height: 1px;
    height: 24px;
}

/* bottom bar (socket) */

#socket .copyright {
  font-size: 16px;
  line-height: 44px;
}

/* general styling */

hr {
  border: solid #000 1px;
  margin: 30px 0 30px;
}

.av-section-color-overlay {
    opacity: 0.5;
    background-color: #ffffff;
    border-top: 1px solid #000000;
}

/* typography */

h1, h2, h3, h4, h5, h6,
.avia_textblock h1, .avia_textblock h2, .avia_textblock h3,
.avia_textblock h4, .avia_textblock h5, .avia_textblock h6 {
  font-family: "Tenorite", Arial, sans-serif;
  letter-spacing: 0.01em; 
  line-height: 1.15;
  font-weight: 600;     
}

#top h1 { 
  font-size: 42px;
  line-height: 1.15;
}

#top h2 { 
  font-size: 36px;
  line-height: 1.15;
}

#top h3 {
	font-size: 26px;
	line-height: 1.15em;	
}

#top h4 {
	font-size: 22px;
	line-height: 1.15em;
}

p {
	line-height: 1.5em;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
  color: #2f4f5f;
}

#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover, 
#top h1 a:focus, #top h2 a:focus, #top h3 a:focus, #top h4 a:focus, #top h5 a:focus, #top h6 a:focus {
  color: #4f7f63;
}

#top a {
  color: #2f4f5f;
  text-decoration: none;
}

#top a:hover,
#top a:focus {
  color: #4f7f63;
}

/* glossary */

#top .fullsize .template-blog .post_delimiter {
    display: none;
}

/* responsive */

@media only screen and (max-width: 1599px) {
	
	.av-main-nav > li.menu-item-avia-special {
    	display: block;
	}
	
	.av-main-nav > li {
		display: none;
	}

	#top #menu-item-search,
	.responsive #top .av-main-nav .menu-item-avia-special {
		top: -64px
	}
	
	.responsive .logo img,
	.responsive .logo svg {
    	top: 4px;
	}

	.logo img {
		opacity: 0;
	}

	.logo a {
		background-image: url(https://oakseducationcenter.com/wp-content/uploads/2022/09/The-Oaks-Center-logo-horizontal-640x229-1.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#header_main {
		background-image: none;
	}

	.content, .sidebar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
}







