/*
Theme Name: Test Theme For Future Peace
Author: Pocket Elephant
*/

.hero.front-page{
  width: 100vw;
  height: 100vh;
  background: #333333;
}

.txt-white{
  color: #ffffff;

}

.cat-h1 ul li {
    border: none;
    padding: 0;
    margin: 0;
}
.cat-h1 ul li a {
    font-size: calc(1em + 6vw);
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 1;
    color: white;
    pointer-events: none;
}
.highlight {
    background-color: red;
}
.post-p {
    display: flex;
    justify-content: space-around
}
.post-p > div {
    display: flex;
}
.post-p > div a {
    font-size: 15px;
    font-weight: 900;
}
.post-prev a:before {
    content: "\e90a";
    font-family: 'icomoon' !important;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 20px;
}
.post-next a:after {
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 20px;
}
p.meta {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.2;
}
p.meta.date {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 5px solid black;
    margin-bottom: 10vh;
    padding: 0 0 20px;
    color: grey;
}
p {
    font-size: 20px;
}
.logo {
    position: absolute;
    top: 18px;
    left: 50px;
    width: calc(1rem + 3vw);
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
#nav-wrap {
    width: 100%;
    height: auto !important;
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: 4;
    padding-right: 25px;
    background: #333;
}
ul.menu {
    width: 100%;
    height: 100px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
ul.menu li {
    display: flex;
    margin: 0 25px;
}
.menu li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    transition: all .25s ease-out;
    white-space: nowrap;
}
.menu li a:hover {
    color: #DADADA;
}
.menu li::after {
    position: relative;
    content: "";
    height: 5px;
    width: 0%;
    background-color: #DADADA;
    opacity: 0;
    transition: all .25s ease-out;
    display: inline-block;
}
.menu li:hover::after {
    width: 100%;
    opacity: 1;
}
.menu li a.active {
    color: #FF4300;
}
.menu li a.inactive {
    opacity: .25;
    color: #ffffff;
    cursor: not-allowed;
}
.menu li a.inactive::after {
    display: none;
}
a {
    color: #000000;
}
a:hover {
    color: #ff4300;
}
.wrap.hero {
    background: #333;
}
.hero h1.hg {

    color: #FFFFFF;
}
li.categories {
    list-style: none;
}
.categories li.cat-item {
font-size: 16px;
display: inline;
margin: 10px 20px 10px 0;
font-weight: 500;
border: 1px solid #333;
padding: 10px 25px;
border-radius: 20px;
background: white;
}
.pe_post a {
    font-size: calc(1em + 4vw);
    font-weight: 900;
    line-height: 1;
}
.post-categories li {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #000;
    padding: 0 0 5px 0;
}
.post-categories li a {
    font-size: 15px;
    margin: 0;
}
.tile-wrap {
    border-top: none;
    pointer-events: none;
}
.tile-wrap-inner {
    height: 100%;
}

.pe_post .takeAction a {
    font-size: calc(1em + 2vw);
    font-weight: 900;
    line-height: 1;
}

.owl-carousel .item{
  width:100vw;
  height: 100vh;
  background: #333333;
}


.owl-carousel .item p{
color:white;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 100px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-left: 15%;

}

.owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 5px;
    margin: 5px 7px;
    background: #575757;
    display: block;
    -webkit-backface-visibility: visible;

    border-radius: 0px;
        -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}




.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4300;
}

.go-down {
    color:#ff4300;
    font-size: 30px;
    transform: rotate(-90deg);
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 25px;
  z-index: 1;
}



/*Buttom Heart*/
.btn-round-wrap, .btn-round-trigger {
	width: 50px;
	height: 50px;
	right: 25px;
	top: calc(50% - 90px);
	border-radius: 30px;
	position: fixed;
	background: transparent;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
	-o-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
	transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
}
.btn-round-trigger {
	top: 0;
	left: 0;
	position: absolute;
}
.btn-round-wrap .icon {
	font-size: 20px;
	color: #ffffff;
	-webkit-animation: heartPulse 1.5s infinite;
	animation: heartPulse 1.5s infinite;
}
.btn-round-drawer {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #FF4300;
	border-radius: 30px;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
	-o-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
	transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
}
.btn-round-drawer .txt {
	font-size: 100%;
	margin-left: 13%;
	opacity: 0;
	color: white;
	font-weight: 700;
}
.btn-round-wrap:hover .btn-round-trigger {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
}
.btn-round-wrap:hover .btn-round-drawer {
	width: 250%;
}
.btn-round-wrap:hover .btn-round-drawer .txt {
	opacity: 1;
	-webkit-transition: opacity .5s .15s cubic-bezier(.48, 0, .12, 1);
	-o-transition: opacity .5s .15s cubic-bezier(.48, 0, .12, 1);
	transition: opacity .5s .15s cubic-bezier(.48, 0, .12, 1);
}
.btn-round-wrap .flx-p {
	height: 100%;
}
.btn-wrap {
	width: 100%;
	margin: 2.5vh 0 0 0;
}

/*heart animation*/
@-webkit-keyframes heartPulse {
0%, 100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
 transform:scale(1)
}
50% {
-webkit-transform:scale(1.4);
-ms-transform:scale(1.4);
 transform:scale(1.4)
}
}
 @keyframes heartPulse {
0%, 100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
 transform:scale(1)
}
50% {
-webkit-transform:scale(1.4);
-ms-transform:scale(1.4);
 transform:scale(1.4)
}
}


/*tribe calendar*/
.tribe-events-ajax-loading{
  display: none;
}

.tribe-events-calendar-list__event-title a {
  font-size: calc(1em + 4vw);
font-weight: 900;
line-height: 1;
}

.tribe-events-calendar-list__event-title a:hover {
border-bottom: none;
  text-decoration: none;
  
}

.tribe-common .tribe-common-anchor-thin {
    border-bottom: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100%;
}


.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    color: #141827;
    font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0;
    text-decoration: none;
    width: auto;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #333;
    padding: 11px 20px;
    width: 100%;
}



/*footer menu*/

#menu-pe-footer-menu li a {
    color: white;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 500;
    transition: all .25s ease-out;
}

#menu-pe-footer-menu li a:hover {
  color:#ff4300
}

/*charitable*/
.campaign-loop.campaign-grid .wp-post-image {
max-width: 50%;
width: 100%;
margin-right: 50px;
}

.campaign-loop.campaign-grid .campaign-donation-stats .amount, .campaign-loop.campaign-grid .campaign-donation-stats .goal-amount, .campaign-loop.campaign-list .campaign-donation-stats .amount, .campaign-loop.campaign-list .campaign-donation-stats .goal-amount {
    font-weight: bolder;
    font-size: 40px;
}

.campaign-loop.campaign-grid .campaign.hentry h3, .campaign-loop.campaign-grid li.campaign h3, .campaign-loop.campaign-list .campaign.hentry h3, .campaign-loop.campaign-list li.campaign h3 {
    margin-top: 0;
    text-decoration: none;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
}

.campaign-progress-bar {
    margin-bottom: 2.5em;
    overflow: hidden;
}

.campaign-progress-bar {
    width: 100%;
    height: 50px;
    background-color: #333;
}

.campaign-loop.campaign-grid .campaign.hentry h3, .campaign-loop.campaign-grid li.campaign h3, .campaign-loop.campaign-list .campaign.hentry h3, .campaign-loop.campaign-list li.campaign h3 {
    margin-top: 0;
    text-decoration: none;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
}

.donate-button {

    font-size: 1em;
    line-height: 1.5em;
    border: none;
    color: #fff;
    width: auto;
    position: relative;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 20px;
    transition: all .25s cubic-bezier(.48, 0, .12, 1);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 1;
    text-align: center;
    margin: 50px 5px 0 0;
}

