/*
 Theme Name:   Temple Law OnePress Child
 Theme URI:    https://www.law.temple.edu
 Description:  OnePress child theme for Temple Law School Events
 Author:       Ed Myers & Fame Themes
 Author URI:   https://www.law.temple.edu
 Template:     onepress
 Version:      1.2.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
 GitLab Theme URI: https://git.temple.edu/law/wp-themes/onepress-child-events.git
*/

/* Add your custom css below
-------------------------------------------------------------- */
.hide-branding .site-branding {
    display: none;
}

section:nth-child(odd) {
background-color: #fff;
}
section:nth-child(even) {
background-color: #f8f9f9;
}


#footer-widgets {
	background-color: #222222;
	    color: white !important;
		font-size: 15px;
	text-align: center;
    margin-bottom: 1em;

}


#footer-1 > ul {
    list-style:none;
    margin-left: 0;
    margin-bottom: 0;
}

#footer-1 > li {
    display: block;
}
#footer-1 > li > a {
    display: block;
    padding: 10px 20px;
    font-size: .75em;
    color: white;
    margin-bottom: .5em;
}
#footer-1>li>a:hover,
#footer-1>li>a:focus {
    color: #f7f7f7;
    background-color: #555;
		text-decoration:none;
}

@media screen and (min-width:768px) {

    #footer-1 > li {
        display: inline-block;
        padding-right: .5em;

    }


    #footer-1 #SiteInfo {
        font-size: .875em;
    }
}




#footer-1 {
    font-family: "Roboto", sans-serif;
}

#footer-1 .widget {
    margin-bottom: 3em;
}


#footer-1 .menu li:after {
    display: inline-block;
    content: "•";
    margin-left: 20px;
}




#footer-1 .widget_nav_menu .menu-menu-1-container ul li a {
    font-weight: 400;
	  color:white;
		transition: .5s;
}


#footer-1 .widget_nav_menu .menu-menu-1-container ul li a:hover, 
#footer-1 .widget_nav_menu .menu-menu-1-container ul li a:focus {
	color: #606060;
    text-decoration: none;
}
#footer-1 .widget_nav_menu .menu-menu-1-container ul li a:after {
    content: ""
}

.copyright-bar {
    font-size: .875em;
    margin-top: 3em;
    opacity: .5;
}


/* Footer bar */

#footer-1  .widget {
    padding: 0;
    display: block;
}

#footer-1 .widget_nav_menu > div > ul {
    display: inline-block;
    vertical-align: top;
}

#footer-1  .textwidget p:last-child {
    margin: 0;
}

.footer-bar-align-right .copyright-bar {
    float: left;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
    float: right;
    text-align: right;
}

.footer-bar-align-left .footer-bar {
    float: left;
    text-align: left;
}

.footer-bar-align-center .copyright-bar {
    float: none;
    text-align: center;
}

.footer-bar-align-center .footer-bar {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bar .widget-title {
    display: none;
}

#footer-1  .widget_nav_menu ul li {
    margin: 0 10px;
    float: left;
    padding: 0;
}

#footer-1  .widget_nav_menu li:first-child {
    margin-left: 0;
}

#footer-1  .widget_nav_menu > li:last-child {
    margin-right: 0;
}

#footer-1 .widget_nav_menu ul li:last-child:after {
    display: none;
}






/* Section: Team
------------------------------*/
.section-sponsors .sponsors-member,
.section-people .sponsors-people {
	padding: 0px 0.5px;
}

.section-sponsors .row,
.section-people .row{
	margin-left: -0.5px;
	margin-right: -0.5px;
}

.sponsors-members.row,
.people-members.row {
	margin-left: 0px;
	margin-left: 0rem;
	margin-right: 0px;
	margin-right: 0rem;
}

.hero-large-text .subtitle {
display: block;
line-height: 1.25;
font-size: .75em;
}

.registration-footer {
    text-align: center;
    margin-top: 60px;
}

.hero-large-text .hero-heading {
display: block;
line-height: 1.25;
font-size: .75em;
    font-weight: normal;
}
.hero-large-text .hero-title {
padding-bottom: .25em;
margin-bottom: .25em;
padding-top: .25em;
margin-top: .25em;
border-bottom: 1px solid;
border-top: 1px solid;
}

@media screen and (min-width: 940px) {
	.sponsors-members.row.sponsors-layout-4 .sponsors-member,
    .people-members.row.people-layout-4 .people-member{
		width: 25%;
	}
	.sponsors-members.row.sponsors-layout-4 .sponsors-member:nth-child(4n+1),
    .people-members.row.people-layout-4 .people-member:nth-child(4n+1) {
		clear: left;
	}
	.sponsors-members.row.sponsors-layout-3 .sponsors-member,
    .people-members.row.people-layout-3 .people-member{
		width: 33.33333%;
	}
	.sponsors-members.row.sponsors-layout-3 .sponsors-member:nth-child(3n+1),
    .people-members.row.people-layout-3 .people-member:nth-child(3n+1) {
		clear: left;
	}
	.sponsors-members.row.sponsors-layout-2 .sponsors-member,
    .people-members.row.people-layout-2 .people-member {
		width: 50%;
	}
	.sponsors-members.row.sponsors-layout-2 .sponsors-member:nth-child(2n+1),
    .people-members.row.people-layout-2 .people-member:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 940px) {
	.sponsors-members.row .sponsors-member,
    .people-members.row .people-member {
		width: 50%;
	}
	.sponsors-members.row .sponsors-member:nth-child(2n+1),
    .people-members.row .people-member:nth-child(2n+1){
		clear: left;
	}
}

@media screen and (max-width: 720px) {
	.sponsors-members.row .sponsors-member,
    .people-members.row .people-member {
		width: 50%;
	}
	.sponsors-members.row .sponsors-member:nth-child(2n+1),
    .people-members.row .people-member:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 576px) {
	.sponsors-members.row .sponsors-member,
    .people-members.row .people-member{
		width: 100%;
	}
}

.sponsors-member,
.people-member {
	margin-bottom: 20px;
	float: left;
}

.sponsors-member .member-thumb,
.people-member .member-thumb{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
    text-align: center
}

.sponsors-member .member-thumb:hover .member-profile,
.people-member .member-thumb:hover .member-profile  {
	bottom: 8px;
	transition: all 0.1s linear;
}

.sponsors-member .member-thumb:hover img,
.people-member .member-thumb:hover img {
	opacity: 0.7;
	transition: all 0.1s linear;
}

.sponsors-member .member-thumb .member-profile,
.people-member .member-thumb .member-profile {
	position: absolute;
	text-align: center;
	bottom: -35px;
	left: auto;
	right: auto;
	width: 100%;
}

.sponsors-member .member-thumb .member-profile a,
.people-member .member-thumb .member-profile a {
	color: #000000;
}

.sponsors-member .member-thumb .member-profile a .fa-inverse,
.people-member .member-thumb .member-profile a .fa-inverse{
	color: #ffffff;
}

.sponsors-member .member-thumb .member-profile a:hover,
.people-member .member-thumb .member-profile a:hover{
	color: #03c4eb;
}

.sponsors-member .member-info,
.people-member .member-info{
	margin-top: 0px;
	position: relative;
	z-index: 30;
	text-align: center;
}

.sponsors-member .member-name,
.people-member .member-name{
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
}

.sponsors-member .member-name:after,
.people-member .member-name:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: -11px;
	width: 30%;
	height: 1px;
	background: #cccccc;
}

.sponsors-member .member-position,
.people-member .member-position {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.3px;
}

/* SECTION DATES */
.section-dates,
.section-archived {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #a41e35 !important;
    text-align: center;
    color: #fff !important;
}

.sub-section-title {
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: 1px;
    color: #666666;
}

.section-dates .section-title-area {
    margin-bottom: 0;
}
.sponsors-member {
    text-align: center;
}
.sponsors-layout-1  .sponsors-member{
    display: block;
    float: none;
    margin-bottom: 3em;
}
.section-archived h2,
.section-dates h2 {
    color: inherit;
}

.section-archived h2 {
    margin-bottom: 0;
}

.section-dates .section-title {
    font-size: 1.5em;
}
.section-dates .section-subtitle {
    color: inherit;
    opacity: .6;
    margin-bottom: 0;
}

#nav-toggle {
  position: absolute;
  top: 0;
  right:15px;
  bottom: 0;
}

.site-header > .container {
  position: relative;
}

.header-right-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.onepress-menu-mobile {
  top: 100% !important;
  position: absolute !important;
}

.onepress-menu-mobile li {
    position: relative;
}

.onepress-menu-mobile:before,
.onepress-menu-mobile:after,
.onepress-menu-mobile li:before,
.onepress-menu-mobile li:after {
    content: "";
    display: block;
    background: inherit;
    position: absolute;
    width: 100%;
    top: -1px;
    bottom: 0;
    border: inherit;
}

.onepress-menu-mobile:before,
.onepress-menu-mobile:after {
    bottom: -1px;
    border-bottom: inherit;
}

.onepress-menu-mobile:before,
.onepress-menu-mobile li:before {
    right: 100%;
}
.onepress-menu-mobile:after,
.onepress-menu-mobile li:after {
    left: 100%;
}
  

.site-branding {
  padding-right: 50px;
}
  

@media (min-width: 1141px) {
    .site-header.header-fixed .site-branding {
    display: none;
}
  .site-branding {
	margin-left: auto;
	margin-right:auto;
	float: none;
	text-align: center;
       padding-right: 0;
  }
  .header-right-wrapper {
	position: relative;
  }
  .onepress-menu-mobile {
	top: 0 !important;
	position: relative !important;
  }
  .onepress-menu {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	float: none;
	overflow:visible;
	line-height: inherit !important;
	line-height:4em !important;
  }
  .onepress-menu > .menu-item {
	display: inline-block;
	float: none;
	line-height: 4em !important;
  }
}

.section-archived {
    background-color: #a41e35;
    color: #fff !important;
}

.countdown-timer .timer-block {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
}

.countdown-timer .smalltext {
    text-transform: uppercase;
    font-weight: bold;
}
.countdown-timer .countdown-counter {
    font-size: 3em;
    font-weight: bold;
}

input[type="button"] {
	cursor: pointer;
	background: #03c4eb;
	border: none;
	display: inline-block;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 15px 23px 15px 23px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	margin: 3px 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

.nf-form-cont {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}
