/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.94

Set cacheVersion in functions.php to refresh this file.
*/
@import "./css/adapt.css?cacheVersion=1b";

:root {
    --orange: #f5623d;
    --blue: #3185ad;
    --dark-blue: #042739;
    --gray: #f5f5f5;
    --light-gray: #f4f4f4;
    --light-grey: #f4f4f4;
    --light-gray-alt: #f7f7f7;
}
/* http://localhost:8093/get-involved/ */

.get-involved-actions-wrapper {

}

.card-get-involved.mdl-card {

}

article iframe {
    height: 400px;
}

@media only screen and (min-width: 768px) {
    /* desktop */
    .events-grid-wrapper {
        padding: 30px;
    }

    article iframe {
        height: 480px;
    }
}

.card-event .card-inner-wrapper {
    height: 610px;
    background: white;
}
.card-get-involved .card-inner-wrapper {
    height: 410px;
    background: white;
}

.card-inner-wrapper {
    overflow: auto;
}
.card-get-involved {
    height: 450px;
    margin-bottom: 20px;
}

.card-get-involved .card-footer {
    height: 50px;
    background: white;
}
.card-get-involved .card-text {

}
.get-involved-actions-wrapper .row {

}

.card-endorsement {
    width: 300px;
}
article {
    background: var(--light-grey);
}
.page-id-123 .container {
    max-width: 1000px;
}

article .container-wide {
    max-width: 1000px;
}
/* action center */
.page-id-123 .cards {
    max-width: 320;
}

.container-full {
    width: 100%;
}
/* EveryAction styles
, .at-markup */
.at-title, .at-markup, .at-legend {
    display: none !important;

}

.homepageSignup {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.at-inner {
    background-color: #042739 !important;
}

.at label {
    color: #FFF !important;
}

.AddressLine1, .at-select.Country, .at-text.City, .at-text.MobilePhone {
    display: none !important;
}

.returnToHomepage {
    display:none !important;
}

.at h2 {
    color: #fff !important;
    font-size: 18px !important;
    text-transform: none !important;
}

.btn-at {
    background-color: #fc4e00 !important;
}

/* end EveryAction styles */

.ajax-loader {
	display:none;
}

#social-slider.feed .bx-wrapper .icon-facebook {
	float: left;
	font-size: 35px;
    color: #3185AD;
}

.topper .switcher {
	z-index: 10;
}

#info .btn {
	margin: 5px;
}
article .container blockquote.flagged {
	background-image: url("/wp-content/themes/wideeyecreative/assets/images/pattern-light.png");
}
// #news-grid ul li.has-image .info h6, #news-grid ul li.has-image .info p {
// 	color: #fff;
// }
@media (max-width: 1199px){
	.topper.center .container{
		margin-left: auto;
    	margin-right: auto;
	}
}
/* desktop */
@media (max-width: 1240px) {

    .article .iframe {
        height: 500px;
    }

	.toggle-nav.color {
		position:fixed;
		top: 3px;
	}
}


/* begin timeline */


.timelineTopDownArrow {
    position: absolute;
    margin-top: -55px;
    margin-left: 19px;
    font-size: 30px;
}

.timelineTopDownArrow .small, .timelineBottomUpArrow .small {
    font-size: 14px;
    font-family: industry;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: -5px;

    vertical-align: middle;

}

.timelineBottomUpArrow {
    position: absolute;
    margin-top: 25px;
    margin-left: 19px;
    font-size: 30px;
}

.timeline h3 {
    margin-top: 0px;
}
.timeline {
  --uiTimelineMainColor: var(--timelineMainColor, #fc4e00);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
  margin-top: 40px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.timeline:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 0;

}


.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: 4rem;
}

.timeline__year{
  padding: .5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: bold;
}

.timeline__box{
  position: relative;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
    right: auto;
    left: 70px;
    top: calc(50% - 5px);
    border-style: solid;
    border-color: var(--uiTimelineMainColor) var(--uiTimelineMainColor) transparent transparent;
    border-width: 10px;
    transform: rotate(225deg);
    content: '';
    position: absolute;
}

.timeline__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;

  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor);
}

.timeline__point {
  min-width: 65px;
  position: absolute;
  left: 90;

  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: right;

  color: var(--uiTimelineMainColor);
}

.timeline__day{
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 1.5rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);

}

/* ipad */
@media screen and (min-width: 641px){

    .timeline:before{
        left: 30px;
    }

    .timeline__group{
        padding-top: 55px;
    }

    .timeline__box{
        padding-left: 80px;
    }

    .timeline__box:before{

    }

    .timeline__date{
        top: 50%;
        margin-top: -27px;
    }

}

@media screen and (max-width: 640px){

    .timeline:before{
        left: 0;
    }

    .timeline__group{
        padding-top: 40px;
    }

    .timeline__box{
        padding-left: 20px;
        padding-top: 10px;
    }

    .timeline__box:before{
        left: 10px;
    }

    .timeline__date{
      top: 0;
    }
    /* mobile */
    .timelineTopDownArrow, .timelineBottomUpArrow {
        margin-left: -11px;
    }
}

.timeline{
  --timelineMainColor: #fc4e00;
  font-size: 16px;
}
.badge a {
    color: white;
}
/* end timeline */

.orange {
    color: #fc4e00;
}

.card-text {
    font-size: 18px;
    line-height: 25px;
    padding: 5px;
}
