/*
Theme Name: PAVE
Theme URI: http://hasansyed.com/
Author: Hasan Syed
Author URI: http://hasansyed.com/
Description: Hasan Syed
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: pave

*/

body{ 
    
    background-color: #ffffff;
    
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.headbar{
    background-color: #fff;   
    border-bottom: 1px solid #000;
    border-top: 10px solid #019696;
}
.grey{background-color: #f1f1f1;
padding-top: 35px;

margin-bottom: 50px;

}


.formtext{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 600;
}
.default{ background-color: #019696;}

.admin > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

.loud{
     /* border: 15px solid  #019696; */
    
    background-color: #f1f1f1;
    font-size: 2.0em;
    color: #000;

    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 50px;
        padding: 30px;   
        border-bottom: 7px solid #019696;
}

.cfa{
    margin-top: -68px;   
    margin-bottom: 70px;
}
.ambass{
	    background-color: #000;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
}
}
.profile{
	max-height: 400px;
}
label{
	text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;

}
/* profiles */
    

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .ptitle {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background: url("http://lorempixel.com/850/280/nature/4/");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .ptitle {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

#profile .btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.fullw{
  width: 100%;
    
}

.female{
    margin-top:20px;
    margin-bottom: 20px;
    text-align: center;
    color: #595959;
}

.info {
 
  background-color: #f1f1f1;
    padding: 30px;
    border: solid 6px #fff;
	outline: solid 6px #f1f1f1;

  margin-bottom: 20px;
  margin-top: 80px;
}


textarea{
width:100%;
resize: none;
}

.full{
    
    background-color:#019696;
    min-height: 300px;
}

::selection {
  background: #16A085;
    color: #fff;
}
::-moz-selection {
  background: #16A085; 
    
    color: #fff;
}

.entry-content{
    min-height: 600px;   
}

.home-entry-content{
    min-height: 400px;   
}


.wrapper{
    min-height: 600px;   
    margin-top: 70px;
}

#pagewrapabout{  
    margin-top: 70px;
}

#pagewrapaboutx li{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 2px;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
    padding: 20px;
    list-style: none;
}

#pagewrapaboutx li:hover{

    background-color: #f1f1f1;

}
#pagewrap{
    min-height: 600px;   
    margin-top: 70px;
}

#pagewrapx li{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 2px;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
    padding: 20px;
    list-style: none;
}

#pagewrapx li:hover{

    background-color: #f1f1f1;

}

#pagewrapx ul{
    padding: 00;
}
#pagewrap li{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 2px;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
    padding: 20px;
    list-style: none;
    word-wrap: break-word;
}

#pagewrap li:hover{

    background-color: #f1f1f1;

}
sup{ color: #019696;}

#pagewrap ul{
    padding: 00;
}

#pagewrapy li{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 2px;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
    padding: 20px;
    list-style: none;
}

#pagewrapy li:hover{

    background-color: #f1f1f1;

}

#pagewrapy ul{
    padding: 00;
}


.stafftitle{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #019696;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.widget_search #searchform  { 
	position:relative; 
	max-height: 50px; 
	width: 95.5%;
    margin-bottom: 35px;
}

#paveblog{
    /* margin-bottom: 100px; */   
}

.metatags{  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;  border-bottom: 1px solid #ccc;  font-size: 12px;  text-transform: uppercase;  font-weight: 600;  margin-bottom: 30px;}

.metatags2{
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 35px;
  }
.widget_search  input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 05px;
    text-transform: uppercase;
    height: 30px;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
    color: #019696;
    font-weight: 600;
}
.widget_search  input[type="text"] {
	border-radius: 4px;
	padding: 8px;
	background: #fff;
	margin:0 0 15px;
	border: 1px solid #C5C3C6;
	/* padding-bottom: 19px; */
	-webkit-appearance: textfield;
	width: 100%;
	-webkit-box-sizing: content-box;
}

.widget_search  #searchform {
  position: relative;
  max-height: 50px;
  width: 95.5%;
    
}
quote p{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    

}

.statitle{
       text-align: right;
       color: #019696;
       font-size: 22px;
       font-weight: 300;
       text-transform: capitalize;
       /* padding-top: 30px; */
       margin-bottom: 20px;
       padding-right: 10px;
       border-right: 5px solid #019696;
}
.statistics{
    margin-bottom: 30px;   
}
.stats{
        background-color: #F1F1F1;
        padding: 30px;
        border-bottom: 7px solid #019696;
        margin-bottom: 30px;
}

.statstwo{
        background-color: #F1F1F1;
        padding: 30px;
        border-bottom: 7px solid #019696;
        margin-bottom: 30px;
        min-height: 800px;
}
.color{
    color: #019696;   
}


.ann{
    font-size: 35px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #666;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
}
.comments{
      background-color: #F1F1F1;
  padding: 35px;
  margin-bottom: 50px;   
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 30px;
  text-transform: uppercase;
}

@media(max-width:767px){
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}

iframe{width:100%;
    max-width: 100%;
    
}
.screen-reader-text{
     display: none;   
}

.post{
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 35px;
}

img.attachment-post-thumbnail.wp-post-image{
    max-width: 100%;
    height: 100%;
    width: 100%;
}

hr{
  display: block;
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #CCC;
}

H1{
    text-transform: uppercase;
    color: #019696;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}


h2{
    text-transform: uppercase;
    color: #019696;
    /* letter-spacing: 1px; */
    /* font-weight: 900; */
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
}
H4{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #019696;
    margin-bottom: 35px;
    margin-top: 20px; 

}

.donation{
    font-size: 30px;
    padding-top: 15px;
    letter-spacing: -1px;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}


.contacttitle{
	text-transform: uppercase;
  color: #019696;
  
	/* letter-spacing: -1px; */
  font-size: 25px;
  
	font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
}

.contactinfolg{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}


.contactside{
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
}



.dropdown-menu li{
/* border-bottom: 1px solid #03ADAD; */   
}
.dropdown-menu li:last-child{
  border-bottom: 00px solid #fff;
}
.site-footer{
    background-color: #46494C;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 150px;
    border-top: 5px solid #019696;
    border-bottom: 20px solid #019696;
}


footer .fa:hover {
    color: #fff;
}
.footsm{
    margin-bottom: 20px;
    
}

.foot{

    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    font-size: 35px;
       
}

.entry-header{
	  margin-bottom: 5px;
	  padding-bottom: 20px;
	  /* border-bottom: 1px solid #f1f1f1; */
}
.title{
    
  text-align: center;
  margin-top: 35px;
  font-size: 3em;
  text-transform: uppercase;
  color: #019696;
  font-weight: 600;
  letter-spacing: .25em;
  font-family: 'Lato',sans-serif;
}

.articleinfo{
	text-align: left;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

h3{
    /* text-align: center; */
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #019696;
    font-weight: 300;
    letter-spacing: 0px;
    /* border-bottom: 1px solid #cecece; */
    font-family: 'Lato';
}

H5{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
    margin-top: 20px;
}
#sidebar{
    padding: 25px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.sidebartitle{
      padding-top: 5px;
  padding-bottom: 5px;
  background-color: #019696;
  font-weight: 700;
  text-transform: uppercase;
    color: #fff;
    
      font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.logicon{
    text-align: center;
    /* padding-bottom: 20px; */
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 120px;
}
.logicon2{
    text-align: center;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 10px;
    min-height: 120px;
}
#side{
    margin-bottom: 20px;   
}
.ttop{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 3.5em;
  letter-spacing: -1px;
}


@media (max-width: 768px) {
    .ttop:after {
        display: none;;
    }
    
}
.testimonials{
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}

#quoteauthor{
    text-align: center;
    text-transform: uppercase;
    color: #019696;
    font-weight: 600;
    margin-top: 25px;
}

#quote, #openquote, #closequote{
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
    color: #000;
}

#quotearea{
    text-align: center;
}

.pvalues{
    margin-bottom: 30px;   
}
.values{
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Lato',sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.paveblog{
    margin-bottom: 50px;   
}

.widget{
    margin-bottom: 20px;   
}
.smicons{color:#fff;
margin-bottom: 25px;}
#breadcrumb{
    font-size: 10px;
    background-color: #333;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
}
.breadcrumb_last{ color: #fff;}
.donate{
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
}


.donate2{
    margin-top: 25px;
    margin-bottom: 50px;
}

.copyright{
   text-transform: uppercase;
  
   font-size: 12px;
  
   letter-spacing: 1px;
  
   font-weight: 300;
  margin-bottom: 20px;
  color: #FFF;   
   font-family: 'Oxygen', sans-serif;
}
.credits{
    color: #fff;   
    font-weight: 300;
    font-size: 12px;
    font-family: 'Oxygen',sans-serif;
}
/*
    Homepage Slide Show
*/



/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}



/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;

}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}



/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1 {
  height: 500px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-2 {
  height: 500px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-3 {
  height: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
  background-image: url(images/s1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(images/s2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(images/s3.jpg);
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .text-mobile-xs {
    text-align: center;
    
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea
{
	width:100%;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
.text-mobile-xs {
    text-align: center;
    
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea
{
	width:100%;
}
    }
    

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-mobile-sm {
        text-align: left;
    }
    .mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea
{
	width:100%;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-mobile-md {
        text-align: left;
    }
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea
{
	width:400px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-mobile-lg {
        text-align: left;
    }
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea
{
	width:400px;
}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .right-mobile-sm {
        text-align: right;
    }
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .right-mobile-md {
        text-align: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .right-mobile-lg {
        text-align: right;
    }
}

.def2{
        padding: 25px;
    font-size: 19px;
    font-weight: 300;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    min-height: 220px;
    
        border-bottom: 7px solid #019696;
}   

.sources{
    text-align: right;
    padding-right: 10px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-bottom: 30px;
}
.military{
    padding-bottom: 20px;
    background-color: #F1F1F1;
    background-position: top left;
    background-image: url(assets/military.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 450px;
    border-bottom: 5px solid #019696; 
    margin-bottom: 35px;
}

.hollywood{
    padding-bottom: 20px;
    background-color: #F1F1F1;
    background-position: center left;
    background-image: url(assets/hollywood.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 450px;
    border-bottom: 5px solid #019696; 
    margin-bottom: 35px;
}

#dark{
    
    text-align: center;
    font-size: 3.0em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 4px;
    
}


#detail{
    background-color: #f1f1f1;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    
        border-bottom: 7px solid #019696;
}

.box{
    background-color: #f1f1f1;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-top: 38px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 140px;
    border-bottom: 7px solid #019696;}
    
#purchase{
    background-color: #f1f1f1;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
}

    .altdonate{
	background-color: #f1f1f1;
	margin-top: 150px;
    border: 10px solid #019696;
}


    .altdonate2{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.9em;
    /* background-color: #f1f1f1; */
    color: #019696;
    padding-top: 35px;
    padding-bottom: 5px;
    letter-spacing: -1px;
    font-weight: 600;
    }

 .altdonates{
        
        padding-bottom: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.325em;
    color: #333;
    font-weight: 300;
    text-align: center;
        
    }

.altdonate5{
         padding-top: 35px;
        padding-bottom: 35px;  
    text-align: center;
        text-transform: uppercase;
        font-size: 1.3em;
     color: #000;
}

.donatex{
	background-color: #019696;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align:center;
	color: #fff;
	font-size: 1.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
margin-bottom: 35px;
	
}

#pagewrapy img {
    vertical-align: middle;
    width: 100% !important;
}
#pagewrapy{
    min-height: 600px;   
    margin-top: 70px;
}

#pagewrap img {
    vertical-align: middle;
    width: 100% !important;
    height: auto;
}



#pagewrap .btn{
        white-space: normal;   
}


h2.tribe-events-page-title {
    text-align: left;
    
}

.tribe-events-notices {
    display: none;
}

@media (max-width: 999px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
color: #000;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
color: #000;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #000;
        background-color: transparent;
        background-image:none;
    }

.dropdown-menu>li>a {
    display: block;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Oxygen', sans-serif;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
	width: 100%;
}
}

.ty{
	text-align: center;
	font-weight: 700;
	font-size: 3.9em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: 'Lato', sans-serif;
}

.fullwidth {
  max-width: 100%;
}
.bg-img {
    min-height: 556px;
    background-color: #019696;
    padding-top: 250px;
    text-align: center;
    font-size: 3.0em;
    text-transform: uppercase;
    color: #fff;
}
.bg-color {
  min-height: 556px;
  background-color: #f1f1f1;
}

#tribe-events-pg-template .sharify-container{
display: none;
}

#my-events, #not-user{ display: none;}

.bentrytitle{
 text-transform: Capitalize;
 color: #019696;
 letter-spacing: -1px;
 font-weight: 300;
 text-align: left;
 font-family: 'Lato', sans-serif;
 padding-bottom: 15px;
 font-size: 69px;
 border-bottom: 2px solid #019696;
 margin-bottom: 35px;
 }

.news{
font-size: 10px;
    color: #fff;
}

.fa{margin-left: 2px;}
.fa:hover {
    color: #333;
}

.credits a:link {
	color: #fff;
	text-decoration: none;
}

.credits a:visited {
	color: #fff;
	text-decoration: none;
}

.credits a:active {
	color: #fff;
	text-decoration: none;
}

.credits a:hover {
	color: #fff;
	text-decoration: underline;
}

.story{
    margin-bottom: 20px;
}
.storytitle{
    text-align: center;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4em;
    text-transform: uppercase;
}
.storyauthor{
    background-color: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

img.ajax-loader{
	display: none;
}

.book{clear:both;}


.mc4wp-success {
    color: #019696;
    /* background-color: #dff0d8; */
    /* border-color: #d6e9c6; */

}
.mc4wp-alert {
    /* margin: 1em 0; */
    padding: 20px 0px;
    /* color: #c09853; */
    /* background-color: #fcf8e3; */
    /* border: 1px solid #fbeed5; */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    position: relative;}


.sharet{ text-align:center; margin-bottom: 35px;}