/*
Theme Name:     PA Spotlight 2021
Template:       Extra
Author:         Commonwealth Communications
Author URI:     http://www.comms2.org
Version:        5.1
*/

@import url("../Extra/style.css");

/*ShareProgress*/

input[type="submit"] {
cursor: pointer;
}

/*GLOBAL*/

body, p, h1, h2, h3 {
  font-family: "museo-sans",sans-serif;
  color:black;
}

/* some fall backs in case the theme builder lets these slip through */
.rating-stars {display:none;}

/* HEADER */
.nav li li {
  padding: 6px 0px;
}

.spotlight-header-button {
  z-index:600;
}

@media only screen and (max-width: 1100px) {
.spotlight-header-button {
  display:none !important;
}
}

header .et_builder_inner_content {
	z-index:100;
}
/*these are here to fix the slow load/jumping issue */
.et_pb_menu__logo img {
  max-height:65px;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
  position:relative;
}


/* sub menu */
.nav li ul {
  z-index:500;
}

/*HOMEPAGE  */

@media only screen and ( min-width: 800px ) {
  .spotlight-recent-posts a img  {
    float: left;
    width: 40%;
    padding-right: 20px;
    padding-bottom: 75px;
  }

}
@media only screen and ( max-width: 980px ) {
  .spotlight-recent-posts .et_pb_post {
    margin-bottom: 42px !important;
  }
  .spotlight-recent-posts .entry-featured-image-url {
    margin-bottom:12px;
  }
}
.et_pb_post {
  margin-bottom:0px;
}
.spotlight-recent-posts h2 a, .entry-title {
    font-size: 16px;
    color: #000000;
	  font-weight: bold;
    line-height: 1.3em;
}
.post-meta {
    color: #000000;
    font-size: 12px;
	   font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-meta a {
    color: #000000;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*POSTS*/

.latestposts-title {
	margin-top: 6px;
	height: 20px;
	margin-left: 40px;
	}

a.more-link {
  margin-bottom:4em !important;
}

/*SIDEBAR */
.cta-button, input[type="submit"] {
  font-size: 16px;
  display:block;
  margin:1em auto;
  text-align:center;
  border-radius:2em;
  cursor:pointer;
  padding:.75em 2em;
  text-transform: capitalize;
  width:60%;
}

.donate-button {
  background:#223555 !important;
  color:white !important;
}

.subscribe-button {
  background:#F48E2D !important;
  color:white !important;
}

.header-button {
  display:inline;
  width:50%;
  float:right;
}


.widget_list li {
	padding:15px 0px;
}

.textwidget {
	padding:15px 0px !important;
}

.widgettitle a {
  font-size:inherit;
  font-weight:inherit;
  color:inherit;
}

.et_pb_widget {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
/*EMAIL OPT IN */

input {
  margin:1em 0em;
}

.sidebar-signup-form input[type="email"] {
  display:block;
  width:60%;
  border:1px solid gray;
  border-radius:2em;
  margin:1em auto 0em auto;
}
