/*
Theme Name: Stenella Antiques
Theme URI: https://www.stenellaantiques.com
Author: Patrick Chang
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
*/


/****************  Global Styles ****************/

body { font-family: "Open Sans"; background: #fff; color: "000"; font-size: 1rem; line-height: normal; }

h1, h2, h3, h4, h5 { font-family: "Gentium Basic"; }

classp {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 10rem;
}

.flex-grow { flex: 1 0 auto; }

/* Header and Navigation */
#top-secondary { background: #000000; color: #FFF; border-bottom:  1px solid #31497C; letter-spacing: 1px; }
#main-head { background: #d6d6d6; }
#main-head .logo { max-width: 250px; }
ul.nav li { float: left; text-transform: uppercase; font-size: 12px; margin-left: 15px; padding-right: 15px; border-right: 1px solid #1D2D57; }
ul.nav li:first-of-type { margin-left: 0px; }
ul.nav li:last-of-type { border-right: 0px; }
ul.nav li a { color: #82afd3; text-decoration: none; }
ul.nav li a:hover { color: #fff; }
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group { background: #e1eaf2; border-right: 0px; }
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group { border-width: 0px; }
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto { padding-top: 6px; padding-bottom: 6px; }
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target, .ubermenu-main .ubermenu-tab > .ubermenu-target { color: #00144d; font-weight: 600; }
.ubermenu-submenu-type-stack .ubermenu-target { font-weight: normal; color: #00144d; font-size: 14px; }
.ubermenu { font-family: "Gentium Basic"; }
.ubermenu-submenu { font-family: "Open Sans"; }


.socials a {
	color: #FFF;
	font-size: 1.5rem;
	padding: 0px 2px;
}

.socials a:hover {
	color: #82afd3;
}


.aligncenter {
	display: block;
  margin-left: auto;
  margin-right: auto;
}







/* End Header and Navigation */

/* Footer */
#footer { background: #000000; color: #FFF; }
#footer .info .logo { width: 270px; }
.footer-nav { border-bottom: 1px solid #25365E; }
.footer-nav ul.nav li a { font-family: Gentium Basic; color: #FFF; text-transform: none; font-size: 20px; }
.bottom-nav a { padding: 0px 15px; color: #82afd3; text-decoration: none; font-size: 14px; }
.bottom-nav a:hover { color: #FFF; }
/* End Footer */

/* Page Styles */
h1.page-title { color: #00144d; font-size: 2.6rem; font-family: "Gentium Basic"; margin-top: 150px; margin-bottom: 50px; }
h1.page-title span { display: inline-block; padding-bottom: 1.2rem; position: relative; }
h1.page-title span:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 5px; border-top: 1px solid #e1eaf2; border-bottom: 1px solid #e1eaf2; }
.breadcrumbs { font-size: 14px; background: #e1eaf2; color: #4a5359 }
.breadcrumbs a { color: #4a5359; text-decoration: none; }
.breadcrumbs a:hover { color:#74010e; }
span.separator{ padding-left: 15px; padding-right: 15px; }
.main-content { line-height: 2.0rem; font-size: 1.1rem; margin-bottom: 50px; }
hr.wp-block-separator { float: left; width: 100%; margin: 10px 0px 20px; border: 0px; border-top: 1px solid #c7cacd; }
.page-container, .page-hero .row  { height: 500px; }
@media only screen and (min-width: 1300px) {
    .page-container, .page-hero .row  { height: 650px; }
}
.page-hero  { position: absolute; background-position: center; background-size: cover; width: 100%; }
.page-hero::before { content: ""; z-index: 8; position: absolute; left: 0; bottom: 0; right: 0; height: 50%; background: -moz-linear-gradient(top, rgba(0,8,33,0) 0%, rgba(0,8,33,0.9) 100%); background: -webkit-linear-gradient(top, rgba(0,8,33,0) 0%, rgba(0,8,33,0.9) 100%); background: linear-gradient(to bottom, rgba(0,8,33,0) 0%, rgba(0,8,33,0.9) 100%); }
.page-hero  .title { position: absolute; z-index: 10; font-size: 54px; color: #FFF; font-family: "Gentium Basic"; text-shadow: 2px 2px 2px rgb(0 0 0 / 20%); margin-top: -120px; }
/* End Page Styles */


/* Other Styles */
.bg-light2 {
    background: #eceff2;
}
/* End Other Styles */



/* Accordian Styles */
.accordion-title { float: left; width: 100%; background: #e1eaf2; padding: 55px 10px 25px; margin-top: 50px; font-size: 24px; }
.accordion-item { border: 0px; margin-top: 8px; margin-bottom: 8px; }
.accordion-button { padding: 0px; font-family: Open Sans; }
.accordion-button:after { order: -1; margin-left: 0; margin-right: 0.5em; width: auto; font-family: 'FontAwesome'; content: "\2b"; color: inherit; background-image: none; background-color: #eceff2; font-size: 1.5em; height: auto; padding: 12px; border-radius: 5px 0px 0px 5px; }
.accordion-item .accordion-header .accordion-button { background-color: #f2f3f3; box-shadow: none; border-radius: 5px; color: #00144d; font-weight: bold; }
.accordion-item .accordion-header .accordion-button:not(.collapsed) { background-color: #e1eaf2; }
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after { background-color: #82afd3; }
.accordion-button:not(.collapsed)::after { content: "\f068"; background-image: none; transform: none; color: #FFF; }
.accordion-item .accordion-header .accordion-button:hover { color: #74010e; }
/* End Accordian Styles */


/****************  End Global Styles ****************/


/****************  Alumni Styles ****************/
.alumni h2 { font-size: 2.4rem; }
.contact-item { float: left; width: 100%; border-bottom: 1px dashed #bfc9d3; line-height: 0.5rem; }
.contact-item h6 { color: #74010e; font-weight: 600; }
.contact-item p { color: #4a5359; }
.contact-item a { text-decoration: none; font-weight: 600; }




/****************  End Alumni Styles ****************/


/****************  Department Styles ****************/
.department-bar { background: #74010e; color: #FFF; border-top: 1px solid #c70f0f; }
.department-bar .title { font-size: 20px; font-family: Gentium Basic; font-weight: 400; }
.department-bar  a { text-decoration: none; color: #FFF; }
.department-bar  a.current_page { color: #f2c100 }
.department-bar a:hover { color: #f2c100 }
.department-bar ul { list-style: none; float: right; margin: 0px; padding: 0px; }
.department-bar li { float: left; }
.department-bar li a { font-family: Gentium Basic; font-weight: 400; font-size: 20px; padding: 5px 20px; }


.department-faculty h3 { color: #00144d; font-size: 26px; }
.department-faculty a { text-decoration: none; }
.department-faculty a .faculty-item { padding: 3px; border-radius: 6px; border: 1px solid rgb(0, 20, 77, 10%); box-shadow: 0.1rem 0.1rem 0.3rem rgb(0 0 0 / 8%); }
.department-faculty a:hover .faculty-item  { background: #74010e; transition: 0.5s ease all; }
.department-faculty a .faculty-item h5 { font-family: Open Sans; font-size: 18px; color: #00144d; }
.department-faculty a .faculty-item p.position { font-size: 12px; text-transform: uppercase; color: #767d85; font-weight: 700; letter-spacing: 1px; }
.department-faculty a .faculty-item img { border-radius: 6px; }
.department-faculty a:hover .faculty-item h5, .department-faculty a:hover .faculty-item p.position { color: #FFF; }


/****************  End Department Styles ****************/


/****************  Template Styles ****************/

/* Call To Action Strip */
.cta-strip { background: #151414; }
.cta-strip img { transition: all 0.5s ease; }
.cta-strip img.shield { opacity: 0.2; }
.cta-strip .col-md-3 { transition: all 0.5s ease; }
.cta-strip .col-md-3:hover { background: #87775e; }
.cta-strip .col-md-3:hover * { opacity: 1; }
.cta-strip a { min-height: 136px; color: #f2c100; text-decoration: none; font-family: Gentium Basic; }
.cta-strip a span { font-size: 1.6em; font-variant: small-caps; }
.cta-strip a span.first { color: #FFF; }
.cta-strip a span.second { color: #82afd3; }
.cta-strip .mid { background: #000000; }
/* End Call To Action Strip */

/* Find a Penn Dentist CTA */
.cta-fpd { background: #87775e; color: #FFF; }
.cta-fpd h3 { font-family: Gentium Basic; font-size: 1.82rem; }
.cta-fpd a.txt { color: #d6d6d6; text-decoration: none; border-bottom: 1px solid #ffffff; font-family: Gentium Basic; font-size: 16px; margin-right: 20px;; padding-bottom: 10px; letter-spacing: 1px;  }
.cta-fpd a.txt::after { content: "  »"; }
.cta-fpd a.txt:hover { border-bottom: 3px double #ffffff; }
/* End Find a Penn Dentist CTA */


/* Admissions CTA */
.cta-admin { background: #74000E; color: #FFF; font-family: Gentium Basic; font-weight: 400; font-size: 2.2rem; font-style: italic; padding-top: 125px; padding-bottom: 125px; }
.cta-admin a.txt { color: #f2c100; text-decoration: none; border-bottom: 1px solid #f2c100; font-family: Gentium Basic; margin-right: 20px; padding-bottom: 10px; letter-spacing: 1px;  }
.cta-admin a.txt::after { content: "  »"; }
.cta-admin a.txt:hover { border-bottom: 3px double #f2c100; }

/* End Admissions CTA */

/* Generic CTA */
.cta-page { color: #FFF; line-height: 1.8rem; }
.cta-page h3 { font-family: Gentium Basic; font-size: 1.82rem; }
/* End Generic CTA */

/* Wellness CTA */
.cta-wellness { color: #FFF; line-height: 1.8rem; background: #74010e; }
.cta-wellness h5 { font-size: 2rem; }
.cta-wellness h6 { font-size: 1.1rem; }
.cta-wellness p { font-size: .8rem; }
.cta-wellness .left { background-color: #74010e; }
.cta-wellness .right { background-color: #00144d; }
.cta-wellness hr.sep { border: none; padding: 0; margin: 0; width: 100%; height: 1rem; opacity: 1; background: url(/wp-content//2018/06/featured-content-bg.jpg) repeat-x center center; }
.cta-wellness a.txt { color: #f2c100; text-decoration: none; border-bottom: 1px solid #f2c100; font-family: Gentium Basic; font-size: 16px; margin-right: 20px;; padding-bottom: 10px; letter-spacing: 1px;  }
.cta-wellness a.txt::after { content: "  »"; }
.cta-wellness a.txt:hover { border-bottom: 3px double #f2c100; }
/* End Wellness CTA */




/* Department CTA */
.cta-department { color: #FFF; }
.cta-department hr.sep { border: none; padding: 0; margin: 0; width: 100%; height: 1rem; opacity: 1; background: url(/wp-content//2018/06/featured-content-bg.jpg) repeat-x center center; }
.cta-department .left-col { background: #74010e; }
.cta-department .right-col { background: #00144d; }

/* End Department CTA */


/* Program & Faculty Features CTA */
.cta-pf-features { background: #FFF; color: #00144d; padding-top: 50px; padding-bottom: 50px; }
.cta-pf-features h3 { font-size: 2.2rem; }
a.featured-link { font-family: Gentium Basic; color: #00144d; text-decoration: none; border-bottom: 1px solid #00144d; padding-bottom: 10px; font-style: italic; font-size: 1.25em; }
a.featured-link::after { content: "  »"; }
a.featured-link:hover { border-bottom: 3px double #00144d; }
/* End Program & Faculty Features CTA */


/* Events Home */
.events-home h2 { font-family: Gentium Basic; color: #00144d; font-size: 46px; }
.events-home .news-item .date { background: #e1eaf2; color: #00144d; }
.events-home .news-item .date .day { font-size: 32px; font-weight: 600; }
.events-home .news-item .date .month { font-size: 14px; }
.events-home a { text-decoration: none; }
.events-home .news-item .info { color: #203761; }
.events-home .news-item .info .title { font-size: 16px; font-weight: 700; }
.events-home .news-item .info .type { font-size: 0.8rem; }
/* End Events Home */


/* Textblock Container */
.textblock-container { font-size: 18px; line-height: 1.7em; }
.textblock-container a { color: #74010e; }
.textblock-container a.btn-normal { font-family: Gentium Basic; color: #00144d; text-decoration: none; border-bottom: 1px solid #00144d; padding-top: 10px; padding-bottom: 10px; font-style: italic; margin-bottom: 5px; line-height: 2.5em; }
.textblock-container a.btn-normal:hover { border-bottom: 3px double #00144d; }
.textblock-container h3 { font-size: 32px; }
.textblock-container ul { list-style: none; }
.textblock-container ul li:before { position: absolute; content: "\f111"; font-family: 'FontAwesome'; font-size: .6rem; margin-left: -1.4rem; margin-top: 0.20rem; color: #e1eaf2; }
.textblock-container ul li { margin-bottom: 10px; }


/* End Textblock Container */

/* Side panel styles */
.side-widget { float: left; width: 100%; background:#e1eaf2; font-size: 0.85rem; }
.side-widget li { font-family: "Open Sans"; font-style: italic; line-height: 1.8em; }
.side-widget li.title { background: #000f3a; color: #FFF; font-size:1.2rem; font-family: 'Gentium Basic'; padding: 15px 15px; }
.side-widget ul li { padding: 12px 15px 12px 20px; }
ul.side-widget, ul.side-widget ul { list-style: none; margin: 0px; padding: 0px; }
ul.side-widget { padding-bottom: 20px; }
ul.side-widget a { float: left; text-decoration: none; color: #00144d; width: 100%; padding: 12px 18px; }
ul.side-widget a:hover { text-decoration: underline; color: #74010e; }
ul.side-widget a.current_page { text-decoration: none; color: #74010e; font-weight: bold; }
ul.related-links a { float: left; text-decoration: none; color: #00144d; width: 100%; padding: 14px 18px 0px; }
/* End Side panel styles */

/****************  End Template Styles ****************/


/****************  Block Styles ****************/
/* Block Slider Hero Slider */
.block-slider-container .slide-item { min-height: 500px; } 

.block-slider-container .slide-item::before { content: ""; z-index: 1; position: absolute; left: 0; bottom: 0; right: 0; height: 100%; background: -moz-linear-gradient(top, rgba(0, 8, 33, 0) 80%, rgba(0, 8, 33, 0.1) 100%); background: -webkit-linear-gradient(top, rgba(0, 8, 33, 0) 80%, rgba(0, 8, 33, 0.1) 100%); background: linear-gradient(to bottom, rgba(0, 8, 33, 0) 80%, rgba(0, 8, 33, 0.1) 100%); }

.block-slider-container .slide-item .cap { color: #FFF; font-family: "Gentium Basic"; font-size: 36px; z-index: 9; } 

/* End Block Slider Hero Slider */
/****************  End Block Styles ****************/


/****************  List Group Styles ****************/

ul.list-group li.active {
	background: #82afd3;
	border: 0px;
}


/****************  End List Group Styles ****************/




/****************  Carousel Styles ****************/









/****************  End Carousel Styles ****************/




