/*
Theme Name: Celsi from the Block
Theme URI:
Description:
Author: Greg Hauenstein
Author URI: https://www.greghauenstein.com
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900');

body {
	padding-top: 65px;
	font: 400 16px/1.65 Georgia, Times, serif;
}
/*@media (min-width: 768px) {
  body {
    padding-top: 73px;
  }
}*/
@media (min-width: 992px) {
	body {
		font-size: 18px;
	}
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.btn,
.vc_btn3,
.navbar-toggler,
.post-meta,
.menu-item {
	font-family: 'Muli', sans-serif;
  letter-spacing: -1px;
	font-weight: 700;
}

.menu-item {
  -webkit-font-smoothing: antialiased;
}

p,
li:not(.menu-item) {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  p,li:not(.menu-item) {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.section-title,
.post-meta {
  color: #99999b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a,
a:visited,
a.vc_gitem-link {
  color: #652D89;
}

a:hover,
a:focus {
  color: #753D99;
}

a.btn {
  color: #fff;
}

.wp-caption-text {
  background-color: #f5f5f5;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.9rem;
  border: 1px solid #dadada;
  border-top: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

ul.parsley-errors-list {
  margin: 0;
  padding: 0;
}

.parsley-errors-list li {
  font-family: 'Muli', sans-serif;
  margin: 0;
  padding: 10px 5px;
  list-style-type: none;
  display: block;
  width: 100%;
  font-size: 0.75em !important;
  line-height: 1em;
  background-color: #b01515;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/* ------- Header ------- */

.navbar,
.dropdown-menu {
	background: #652D89;
}

.navbar-brand {
	text-indent: -99999px;
	font-size: 0px;
	background: transparent url('assets/images/logo_v1_inverse.png') no-repeat 0 0;
	background-size: 123px 50px;
	width: 123px;
	height: 50px;
}

.navbar-toggler {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.navbar .nav-link {
	color: #fff;
	font-size: 1rem;
  letter-spacing: 1px;
}

.menu-item,
.nav-link,
.dropdown-item.active,
.dropdown-item:active {
	color: #fff !important;
  text-transform: uppercase;
}

.dropdown-item {
  font-size: 0.85rem;
}

.nav-link:hover,
.nav-link:focus,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active:focus,
.dropdown-item.active:hover,
.dropdown-item:active:focus,
.dropdown-item:active:hover {
  color: #fff;
  background-color: #27435e;
  background-color: rgba(255, 255, 255, 0.25);
}

.donate .nav-link {
  background-color: #aa0000;
}

.donate .nav-link:hover,
.donate .nav-link:focus {
  background-color: #cc0000;
}

.social > .nav-link {
  font-size: 0px !important;
  font-weight: 400;

  padding-top: 0;
  padding-bottom: 0;
}

.social > .nav-link:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 4px;
  padding-bottom: 2px;
}

.social.facebook .nav-link:before {
  content: '\f082';
}

.social.twitter .nav-link:before {
  content: '\f099';
}

.social.youtube .nav-link:before {
  content: '\f16a';
}

.social.instagram .nav-link:before {
  content: '\f16d';
}

.social.snapchat .nav-link:before {
  content: '\f2ac';
}

.social.facebook>.nav-link:hover,
.social.facebook>.nav-link:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter>.nav-link:hover,
.social.twitter>.nav-link:focus {
  background: #4099FF;
  color: #fff;
}

.social.youtube>.nav-link:hover,
.social.youtube>.nav-link:focus {
  background: #e52d27;
  color: #fff;
}

.social.instagram>.nav-link:hover,
.social.instagram>.nav-link:focus {
  background: #eaeaea;
  color: #39393b;
}

.social.snapchat>.nav-link:hover,
.social.snapchat>.nav-link:focus {
  background: #fffc00;
  color: #39393b;
}

/* ------- Posts ------- */

.breadcrumb {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #99999b;
  font-size: 14px;
}

.breadcrumb a {
  color: #99999b;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #39393b;
  text-decoration: none;
}

.blog .post {
  border-bottom: 1px solid #dadada;
}

.single article.container
.page:not(.home) article.container {
  max-width: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .single article main.container,
  .page:not(.home) article main.container {
    max-width: 900px;
  }
}

.single article header,
.page:not(.home) article header {
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .single article header
  .page:not(.home) article header {
    padding: 2.5rem;
  }
}

article header h1 {
  font-weight: 900;
}

.single article > *:last-child,
.single article * > *:last-child {
  margin-bottom: 0;
}

.post-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  background-color: rgba(0, 0, 0, 0.025);
}

.post-nav li {
  font-family: 'Muli', sans-serif;
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #e0e0e0;
}

.post-nav li:last-of-type {
  border: none;
}

.post-nav li a {
  padding: 20px 0;
  display: block;
  width: 100%;
  color: #888;
}

.post-nav li a:hover,
.post-nav li a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.025);
}

.pagination {
  width: 100%;
  margin: 25px 0;
}

.page-numbers {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.pagination li {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding: 12px;
  margin: 0;
  color: #39393b;
}

.pagination .page-numbers.current {

}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  text-decoration: none;
  color: #78a22f;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

/* ------- Hero ------- */

#hero {
	position: relative;
	z-index: 1;
}

#hero figure {
  margin-bottom: 0;
}

#hero .wrap {
  width: 100%;
  height: 100%;
  background: #652D89;
  padding: 25px;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media(min-width: 768px){
  #hero .wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: auto;
    left: auto;
    z-index: 15;
    margin: 0;
    background: rgba(101,45,137,0.75);

    width: 50%;
    max-width: none;
  }

  #hero .wrap.right {
    left: auto;
    right: 0%;
  }

  #hero .wrap.center {
    left: 25%;
  }

   #hero .wrap .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media(min-width: 992px){
  #hero .wrap {
    left: 10%;
    width: 100%;
    max-width: 400px;
  }

  #hero .wrap.right {
    left: auto;
    right: 10%;
  }

  #hero .wrap.center {
    left: calc(50% - 200px);
  }
}

#hero .btn {
  font-weight: 900;
}

/* ------- Form Styling ------- */

.form {
  max-width: 500px;
  display: block;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #dadada;
}

/*.form .form-group,
.form .btn {
  width: 35%;
  float: left;
  margin-right: 1%;
}

.form .form-group.zip {
  width: 20%;
}*/

/* ------- Footer ------- */

#footer {
	background: #652D89;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	padding: 4rem 0;
}

#footer a {
	color: #fff;
}

.disco {
	width: 90%;
	max-width: 350px;
	text-align: center;
	margin: 15px auto;
	padding: 5px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 12px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

/* ------- Buttons ------- */

.btn,
.vc_btn3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-default {
  background-color: #652D89;
  border-color: #652D89;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #753D99;
  border-color: #753D99;
  color: #fff;
}

.btn-outline-default {
  color: #652D89;
  border-color: #652D89;
  border-width: 3px;
}

.btn-outline-default:hover,
.btn-outline-default:focus {
  background-color: #753D99;
  border-color: #753D99;
  color: #fff;
}

.btn-primary {
  background-color: #78a22f;
  border-color: #78a22f;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #88b23f;
  border-color: #88b23f;
  color: #fff;
}

.btn-primary-default {
  color: #78a22f;
  border-color: #78a22f;
  border-width: 3px;
}

.btn-primary-default:hover,
.btn-primary-default:focus {
  background-color: #88b23f;
  border-color: #88b23f;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}

/* ------- Misc ------- */

#wpadminbar {
  position: fixed;
  display: block !important;
}

.logged-in .fixed-top {
  top: 45px;
}
@media (min-width: 992px) {
  .logged-in .fixed-top {
    top: 32px;
  }
}

.help-block {
  background: #aa0000;
  color: #fff;
  letter-spacing: 1px;
}

.form-control,
.btn,
.navbar-toggler {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
				  border-radius: 0;
}

.searchform {
  max-width: 400px;
  margin-bottom: 25px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .625;
}

.overlay.black {
  background-color: #000;
}

.overlay.white {
  background-color: #fff;
}

.top {
  position: relative;
  z-index: 25;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.vc_separator {
  text-align: center;
}