@charset "utf-8";
/* CSS Document */
/* Show it is fixed to the top */
/*body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
*/

.about h2 {
    color: #fff;
}

h4.h-c {
    letter-spacing: .1rem;
    font-size: 1.3em;
    color: #fff;
}
.social i {
    color: #212529;
}
.page #page-wrapper, .single-post #single-wrapper, .blog > #single-wrapper {
    background-color: #f8f9fa;
}
.border-title.aligncenter {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.team h3 {
    color: #fff;
    font-size: 1.2rem;
}
.entry-header hr {
    border: 1px solid #000;
    width: 200px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 22px;
    background-color: #cc0033;
    text-align: left;
    clear: right;
    margin-bottom: 26px;
    margin-left: 0;
}
.wrapper {
    padding: 30px 0;
    background-color: #f8f9fa;
}
.border-title span {
    background: #f8f9fa;
    padding: 12px 12px 12px 12px;
}
.border-title {
    background: url(/wp-content/themes/NestAPISitesv3-kuksoolwon/css/images/title-pattern.png) repeat-x scroll  0 7px rgba(0, 0, 0, 0);
	background-position: 10px 23px;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}
.border-title.aligncenter {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
header hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0px #212529;
    background-color: #343a40;
    height: 0px;
    width: 90%;
}

.entry-header hr {
    border: 1px solid #000;
}
section.locations {
    background-color: #e9ecef;
}

.col-sm-2.logo {
    padding-top: 15px;
}

.team h3 {
    color: #fff;
}
.home-classes-spacing {
    padding-bottom: 50px;
    min-height: 550px;
}
.card-content.white {
    min-height: 555px;
    margin-bottom: 30px;
}
.card-desc {
    padding: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    min-height: 380px;
}
.row.instructor-profile {
    margin-bottom: 20px;
}

header h1 {
    color: #fff;
    padding-top: 15px;
}

header .fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.5em;
}

header {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

header {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav a:hover, nav a:current {
    color: #EFF4F4;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

h4.h-c {
    letter-spacing: .1rem;
    font-size: 1.3em;
    color: #000;
}
header h1 {
    color: #000;
    padding-top: 15px;
}
header {
    background-color: #fff;
}

header .fa {
    display: inline-block;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #23282d;
    font-size: 1.5em;
}
.bg-dark {
    background-color: #000000 !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f1f1f1;
    color: #666 !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
   
}

.carousel-caption {
    position: absolute;
    right: 10%;
    top: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    background-color: #ffffffad;
    width: 40%;
    opacity: 50%;
    padding: 20px 20px 40px 20px;
    height: fit-content;
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

@media (min-width: 992px) {
  .row-centered [class*="col-"] {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
  }
}
.dropdown-menu:before {
    content:"";
    position: absolute;
    left: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index:9999;
}
.dropdown-menu:after {
    content:"";
    position: absolute;
    left: 8px;
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    z-index:9998;
}
.dropdown-menu {
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    margin: 0;
    top: 2.8em;
    
    z-index: 99999;
}
li#mega-current-menu-item a {
    color: #000;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #000;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #cc0033;
}
span.nav-previous, span.nav-next {
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 2.1rem;
}
h2, .h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #6c757d;
}

h3, .h3 {
    font-size: 1.4rem;
}
section.about {
    background-color: #000;
    color: #fff;

@media (max-width: 768px) { .carousel-caption {
    position: absolute;
    top: 400px;
    left: 90px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    background-color: #ffffffad;
    width: 75%;
    opacity: 50%;
    padding: 20px 20px 40px 20px;
    height: fit-content;
} 
.carousel-caption h3 {
    font-size: 1.75em;
    text-transform: uppercase;
}


}

@media (max-width: 576px) { 
.carousel-caption h3 {
    font-size: 1.75em;
    text-transform: uppercase;
}	
	
	#mega-menu-wrap-primary {
    clear: both;
    width: 100%;
}
	.contact {
    padding-left: 40px;
    padding-top: 20px;
}
	
	.carousel-caption {
    position: absolute;
    right: 0%;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    background-color: #ffffffad;
    width: 100%;
    opacity: 50%;
    padding: 20px 20px 40px 20px;
    height: fit-content;
}}

