/*
Theme Name: Ecojustice (2019)
Theme URI:
Author: Pixelpress / EUX
Author URI: http://www.ethicalux.com
Version: 1.0
*/ 

/* ------------------------------------------
[Master Stylesheet]

[Tables of CSS Content]
+ body

1. Reboot Area
2. Spacings
3. Preloader
4. Headings
5. Back to top
6. Buttons
7. Header Area
8. Hero Area
9. Home Boxes Area
10.Blog Boxes Area
11.Donate Area
12.Newsletter Subscription
13.Online Community / Social Media Area
14.Footer Area
15.Article Area
16.Breadcrumbs
17.People Area
18.Support Area
19.About Area

--------------------------------------------- */
/* Import Fonts & All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);

@font-face {font-family: "DagnyWebBold";
  src: url("fonts/DagnyWebBold.eot"); /* IE9*/
  src: url("fonts/DagnyWebBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/DagnyWebBold.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/DagnyWebBold.woff") format("woff"), /* chrome、firefox */
  url("fonts/DagnyWebBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/DagnyWebBold.svg#DagnyWebBold") format("svg"); /* iOS 4.1- */ }

@font-face {font-family: "DagnyWebRegular";
  src: url("fonts/DagnyWebRegular.eot"); /* IE9*/
  src: url("fonts/DagnyWebRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/DagnyWebRegular.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/DagnyWebRegular.woff") format("woff"), /* chrome、firefox */
  url("fonts/DagnyWebRegular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/DagnyWebRegular.svg#DagnyWebRegular") format("svg"); /* iOS 4.1- */ }
  
@font-face {font-family: "DagnyWebItalic";
  src: url("fonts/DagnyWebItalic.eot"); /* IE9*/
  src: url("fonts/DagnyWebItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/DagnyWebItalic.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/DagnyWebItalic.woff") format("woff"), /* chrome、firefox */
  url("fonts/DagnyWebItalic.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/DagnyWebItalic.svg#DagnyWebRegular") format("svg"); /* iOS 4.1- */ }

  
@font-face {font-family: "ProximaNova-Bold";
  src: url("fonts/ProximaNova-Bold.eot"); /* IE9*/
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/ProximaNova-Bold.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/ProximaNova-Bold.woff") format("woff"), /* chrome、firefox */
  url("fonts/ProximaNova-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ 
  url("fonts/ProximaNova-Bold.svg#DagnyWebRegular") format("svg"); /* iOS 4.1- */ }

/* :: 1. Reboot Area */
* {
  margin: 0;
  padding: 0; }
  
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family:"DagnyWebRegular", sans-serif;
  -webkit-font-smoothing: antialiased;  
  position: relative;
  z-index: auto; 
  font-weight: normal;
  background-color: #eeeeee;}

h1,
h2,
h3,
h4,
h5,
h6,
.related-header {
  font-family:"DagnyWebBold" , sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: bold; }
h1.article {
    font-size: 48px; 
  line-height: 55px; }
h1 { 
  font-size: 48px; 
  line-height: 55px; }
h2, .h2 { 
  font-size: 35px; 
  line-height: 46px; }
h3 {
  font-size: 18px; 
  line-height: 24px; }
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
h1 { font-size: 52px !important; line-height: 58px !important; }}
@media only screen and (min-width: 768px) and (max-width: 991px) {
h1 { font-size: 44px !important; line-height: 48px !important; }}
@media only screen and (max-width: 767px) {
h1 { font-size: 36px !important; line-height: 40px !important; }}
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
h2 { font-size: 35px !important; line-height: 46px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
h2 { font-size: 35px !important; line-height: 46px !important; } }
@media only screen and (max-width: 767px) {
h2 { font-size: 32px !important; line-height: 36px !important; }}
  
a {
    color: #257492;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 500; }
a:active,
a:focus,
a:hover {
    text-decoration: underline;
    color: #194F5B; }

li, li[id*='menu-item'], .nav li, .navbar-nav li, .nav.navbar-nav li, .victory-list li {
    list-style: none; }

p {
    color: #000000;
    font-size: 20px; 
    line-height: 28px; }
    
.p2 {
    color: #000000;
    font-size: 16px; 
    line-height: 24px; } 

.p3 {
    color: #000000;
    font-size: 14px; 
    line-height: 18px; }  
    
img {
    max-width: 100%;
    height: auto; }

ul {
    margin: 0;
    padding: 0; }
ul li {
  margin: 0;
    padding: 0; }

textarea:focus,
input:focus {
    outline: none; }
    
.bg-img {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat; } 

@media only screen and (max-width: 991px) {
.hide-on-mobile {
  display: none;}
}

@media only screen and (min-width: 960px) {
.hide-on-desktop {
  display: none;}
}


/* :: 2. Spacings */

.mt-15 {
    margin-top: 15px; }

.mt-30 {
    margin-top: 30px; }

.mt-40 {
    margin-top: 40px; }

.mt-50 {
    margin-top: 50px; }
    
.mt-60 {
    margin-top: 70px; }

.mt-70 {
    margin-top: 70px; }

.mt-80 {
    margin-top: 80px; }
    
.mt-90 {
    margin-top: 90px; }

.mt-100 {
    margin-top: 100px; }

.mt-150 {
    margin-top: 150px; }

.mb-15 {
    margin-bottom: 15px; }

.mb-30 {
    margin-bottom: 30px; }

.mb-40 {
    margin-bottom: 40px; }

.mb-50 {
    margin-bottom: 50px; }

.mb-60 {
    margin-bottom: 60px; }

.mb-70 {
    margin-bottom: 70px; }

.mb-80 {
    margin-bottom: 80px; }

.mb-100 {
    margin-bottom: 100px; }
    
.mb-150 {
    margin-bottom: 150px; }
    
.mr-25 {
    margin-right: 25px; }

.section-padding-20-80 {
    padding-top: 20px;
    padding-bottom: 80px; }
    
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px; }

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0; }

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px; }

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0; }
  
.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0; }
    
.section-padding-0-150 {
    padding-bottom: 150px;
    padding-top: 0; }

/* :: 3. Preloader */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }

.loader {
    color: #ffffff;
    font-size: 6px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0; }

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }

.loader:after {
    left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
    
/* :: 4. Headings */

.section-heading {
    position: relative;
    z-index: 1; }

.section-heading h2, .section-heading h1.article  {
  margin-bottom: 40px;
    display: block; }

.section-heading h6 {
    color: #000000;
    display: block;
    margin-bottom: 10px; 
    font-size: 20px;
  font-family:"DagnyWebRegular", sans-serif !important; 
  font-weight: normal;}
  
.section-heading.white h6,
.section-heading.white h2 {
  color: #ffffff; }

/* :: 5. Back to top */

#scrollUp {
    position: fixed;
    right: 40px;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #257492;
    color: #ffffff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    z-index: 99999999999; }
    
#scrollUp:focus, #scrollUp:hover {
    background-color: #ffffff;
    color: #000000; 
    text-decoration: none;}
    
@media only screen and (max-width: 767px) {
#scrollUp {
  right: 20px;
  bottom: 20px; } }

/* :: 6. Buttons */

.ecojustice-btn, btn-primary {
    background: #257492; 
    color:#ffffff;
  font-size: 18px;
  font-family:"DagnyWebBold", sans-serif;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  min-width: 262px;
  /* height: 50px; */ 
  line-height: 36px;
  border: 2px solid #257492;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
  padding-left: 50px;
  padding-right: 50px; }
    
.ecojustice-btn:focus, 
.ecojustice-btn:hover {
  background: #194F5B; 
  border: 2px solid #194F5B; 
  color:#ffffff; 
  text-decoration: none;
  }
  
.ecojustice-btn:before {
    content: '';
    position: absolute;
    border: white solid 2px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    
.ecojustice-btn:hover:before, 
.ecojustice-btn:focus:before, 
.ecojustice-btn:active:before  {
    opacity: 1;}

/* :: 7. Header Area */

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #1c1c1c; }
  
@media only screen and (max-width: 991px) {
.top-header-area {
  display: none;}
}

.top-header-area .top-header-content {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    
.top-header-area .top-header-content > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  margin-right: 50px; }
  
.top-header-area .top-header-content > a:last-child {
  margin-right: 0; }
  
.top-header-area .top-header-content > a i {
  padding-right: 5px;
  color: #257492; }
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-header-area .top-header-content > a {
  margin-right: 30px; } }
@media only screen and (max-width: 767px) {
.top-header-area .top-header-content > a {
    margin-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-header-area .top-header-content > a span {
  display: none; } }
@media only screen and (max-width: 767px) {
.top-header-area .top-header-content > a span {
  display: none; } }
  
.top-header-area .top-header-content > a:hover, .top-header-area .top-header-content > a:focus {
  color: #afb4bf; }
  
.top-header-area .top-header-content .top-social-area {
  padding: 0;
  margin:0; }
  
.top-header-area .top-header-content .top-social-area a {
  display: inline-block;
  color: #ffffff;
  line-height: 50px;
  font-size: 18px; 
  width:74px;
  border-left: 1px solid #424242;
  margin: 0;
  text-align: center; }
  
.top-header-area .top-header-content .top-social-area a:hover {
    background:#ffffff; }

@media only screen and (max-width: 767px) {
.top-header-area .top-header-content .top-social-area a {
  margin-right: 0; } }
  
.top-header-area .top-header-content .top-social-area a:hover, .top-header-area .top-header-content .top-social-area a:focus {
  color: #1c1c1c; }
  
.top-header-area .top-header-content a.top-button {
  font-size:18px;
  background: #006838;
  padding: 0 25px;
  margin: 0;
  font-family: "DagnyWebBold", sans-serif;
  font-weight: bold; }    

.top-header-area .top-header-content .top-button-border {
  border-left: 1px solid #424242;
  border-right: 1px solid #424242; }  

.top-header-area .top-header-content a.top-button:hover,
.top-header-area .top-header-content a.top-button:focus {
  background: #ffffff;
  color:#1c1c1c; 
  text-decoration: none; } 

.top-header-area .top-header-content a.top-button:hover,
.top-header-area .top-header-content a.top-button:focus {
  background: #ffffff;
  color:#1c1c1c; 
  text-decoration: none; }

.main-header-area {
    position: relative;
    z-index: 9999;
    background-color: #ffffff; }
    
.main-header-area .donate-now-btn {
  position: absolute;
    right:0;
    font-family: "DagnyWebBold", sans-serif; 
    font-weight: bold;
    top: 0;}
    
.main-header-area .donate-now-btn a {
    padding: 0;
    background-color: #BAD80A;
    height: 100px;
    line-height: 100px;
    width: 221px;
    text-align: center;
    color: #000000;
    font-size: 18px; 
    text-transform: uppercase;}
    
.main-header-area .main-header-content  a.main-header-button {
  font-size:18px;
  background: #006838;
  padding: 0;
  margin: 0;
  font-family: "DagnyWebBold", sans-serif; 
  font-weight: bold;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #424242;
  border-top: 1px solid #424242; 
  color: #ffffff;}   

.main-header-area .main-header-content a.main-header-button:hover,
.main-header-area .main-header-content a.main-header-button:focus {
  background: #ffffff;
  color:#1c1c1c; 
  text-decoration: none; } 

.main-header-area .main-header-content a.main-header-button:hover,
.main-header-area .main-header-content a.main-header-button:focus {
  background: #ffffff;
  color:#1c1c1c; 
  text-decoration: none; }
    
@media only screen and (max-width: 991px) {
.main-header-area .donate-now-btn {
  position: relative; 
  margin-left: 0;}
.main-header-area .donate-now-btn a {
  height: 60px;
  line-height: 60px; 
  width: 100% !important; } }
  
.main-header-area .donate-now-btn a:hover, 
.main-header-area .donate-now-btn a:focus {
  background-color: #fff; }
  
.main-header-area .search-btn {
  cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
    color: #ffffff;
    font-size: 18px; 
  font-family:"DagnyWebBold", sans-serif !important; 
  font-weight: bold;
  margin-top: 0;
  position: absolute;
    right:270px; }
    
.main-header-area .search-btn-mobile {
  cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
    color: #ffffff;
    font-size: 18px; 
  font-family:"DagnyWebBold", sans-serif !important;
  font-weight: bold;
  margin-top: 0;
  position: relative; 
  height: 60px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  line-height: 60px;
  text-align: center;}
    
.main-header-area .search-btn i,
.main-header-area search-btn-mobile i {
  margin-right: 5px; }
    
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area .search-btn {
  padding: 30px 0; } }
@media only screen and (max-width: 767px) {
.main-header-area .search-btn {
  padding: 30px 0; } }
.main-header-area .search-btn:hover, .main-header-area .search-btn:focus {
  color: #ffffff; }

/* :: 8. Hero Area */

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 800px;
    background-color: #ffffff; }
    
.home-action-image {
    position: relative;
    z-index: 2;
    width: 100%;
    }
    

    
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-welcome-slide {
  height: 600px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-welcome-slide {
  height: 600px; } }
@media only screen and (max-width: 767px) {
.single-welcome-slide {
  height: 500px; } }
    
.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    
.single-welcome-slide .welcome-text h1 {
    font-size: 72px;
    display: block;
    margin-bottom: 30px;
    color: #fff; }
      
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-welcome-slide .welcome-text h2 {
  font-size: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-welcome-slide .welcome-text h2 {
  font-size: 60px; } }
@media only screen and (max-width: 767px) {
.single-welcome-slide .welcome-text h2 {
  font-size: 36px; } }
          
.single-welcome-slide .welcome-text p {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 50px;
  display: block; }
    
/* :: 9. Home Boxes Area */

.home-boxes-area {
    position: relative;
    z-index: 1; }

.home-single-box {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    border-radius: 4px;
    text-align: center; 
    width: 31.5%;
    padding: 43.5px 0;}

@media only screen and (max-width: 991px) {
.home-single-box {
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px; 
  display: block;} }

@media only screen and (max-width: 767px) {
.home-single-box img {
  max-height: 30px; } }

/* :: 10. Blog Boxes Area */

.single-post-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
    height: 400px;
    border-radius: 4px;}

.single-post-area img {
    width: 100%;
    height: auto;}
    
.single-post-area .cat_post_info {
    font-size: 14px; 
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 9;
    margin-bottom: 0; 
    font-family:"DagnyWebBold", sans-serif !important;
    font-weight: bold; }
    
.single-post-area .cat_post_info .category_link {
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    border-radius: 12.5px;
    padding: 5px 10px; 
    margin-right: 5px;}
    
.single-post-area .cat_post_info .category_link+.category_link {
    margin: 0 0 0 5px; }
    
.single-post-area .cat_post_info a {
  color: #ffffff !important;}
 
.single-post-area .cat_post_info .red {
  background: #B32317;
  color: white;
  }
  
.single-post-area .cat_post_info .green {
  background: #006838;
  color: white;
  }

.single-post-area .cat_post_info .grey {
  background: #6f6f6f;
  color: white;
  }
  
.single-post-area .post_descr .post_title  {
  margin-bottom: 20px; }
  
.single-post-area .post_descr .post_title a  {
  color: #000000; }

.single-post-area .post_descr {
  padding: 20px; }
  
.single-post-area .post_descr .date {
  position: absolute;
  bottom:20px; 
  font-size: 14px; }
  
.single-post-area .post_descr .date i {
  padding-right: 5px;}
           
/* :: 11. Donate Area */
          
.ecojustice-cta-area {
  position: relative;
  z-index: 1; 
  background: #BAD80A; 
  padding: 90px 0 90px 0; }

.ecojustice-cta-area .ecojustice-cta-heading a {
  color: #000000;
  text-decoration: underline; }
  
.ecojustice-cta-area .ecojustice-cta-heading a:hover {
  text-decoration: none; }
  
.ecojustice-cta-area .arrow-right {
  text-align: right;
  margin-top: -40px; }
          
/* :: 12. Newsletter Subscription */
          
.newsletter-area {
  position: relative;
  z-index: 1; 
  background: #303030; 
  padding-bottom: 120px; }
  
.newsletter-form {
    padding: 70px 0 0; }

.newsletter-form input {
    height: 50px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    margin: 0 30px 0 0; 
    border-radius: 4px; 
    padding: 0 20px; 
    width: 361px; }
    
.newsletter-form input:focus {
  box-shadow: none;
  border-color: #257492; }
  
.newsletter-form ::-webkit-input-placeholder { 
    color: #ffffff;
    font-size:16px;}
.newsletter-form ::-moz-placeholder { 
    color: #ffffff;
    font-size:16px;}
.newsletter-form :-ms-input-placeholder { 
  color: #ffffff;
  font-size:16px;}
.newsletter-form :-moz-placeholder { 
  color: #ffffff;
  font-size:16px;}
  
/* :: 13. Online Community / Social Media Area */
          
.online-community-area {
    position: relative;
    z-index: 1; 
    background: #1C1C1C;
    padding-bottom: 130px;}

.online-community-area h1 {
  font-family: "ProximaNova-Bold", sans-serif !important; 
  font-weight: bold;
  color: #ffffff; 
  line-height: 87px;} 
 
.online-community-area p {
  color: #ffffff; }  
  
.online-community-area i {
  color: #BAD80A; 
  font-size: 36px;
  padding: 90px 0 20px;} 
  
.online-community-area hr {
  height:1px; 
  border:none; 
  color:#585858; 
  background-color:#585858; 
  margin-bottom: 20px;}

/* :: 14. Footer */


.embed-responsive-iframe {
	width: 105%;
}
.embed-responsive-iframe:before {
	padding-top: 15%;
}

@media only screen and (max-width: 1200px) {
	.embed-responsive-iframe:before {
		padding-top: 25%;
	} 	
}

@media only screen and (max-width: 990px) {
	.embed-responsive-iframe:before {
		padding-top: 40%;
	}
 }

@media only screen and (max-width: 767px) {
	.embed-responsive-iframe:before {
		padding-top: 65%;
	}
 }
 
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #1C1C1C; 
  border-top: 1px solid #979797;}

.single-footer-widget {
  position: relative;
  z-index: 1; }

.single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; 
    margin-top: 15px;}

.single-footer-widget .footer-nav li a {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px; }
  
.single-footer-widget .footer-nav li a:focus, .single-footer-widget .footer-nav li a:hover {
  color: #ffffff; }
  
.single-footer-widget .footer-nav li:last-child a {
    margin-bottom: 0; }
  
.single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
    
.copywrite-text {
  position: relative;
  z-index: 1;}
  
.copywrite-text p {
    font-size: 14px;
    color: #ABA478;
    margin-bottom: 10px; }

.copywrite-content {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    border-top: 1px solid #383838; }
    
/* :: 15. Article Area */

.ecojustice-article-area {
    position: relative;
    z-index: 1; 
    margin-bottom: 150px;}
    
.ecojustice-article-area .section-heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;}

.ecojustice-article-area .section-heading h2 {
  max-width: 970px;}
    
.ecojustice-article-area .main-text {
  padding: 0 95px;}
  
.ecojustice-article-area .article-subtitle  {
  font-size: 20px; 
  margin-bottom: 20px;}
  
.ecojustice-article-area .support {
  background: #ffffff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  padding: 40px 95px;
  width: 100%;
  }

@media only screen and (max-width: 991px) {
.ecojustice-article-area .support {
  padding: 40px 24px;
  }
}


.ecojustice-article-area p a {
  text-decoration: underline;}
  
.ecojustice-article-area .payment-method {
  margin-left: 40px;}
  
.ecojustice-article-area .share {
  text-align: center;
  border-top: 1px solid #979797; 
  padding-top: 30px;}
  
.ecojustice-article-area .share i {
  font-size: 30px;
  padding-left: 20px;}
  
.ecojustice-article-area .social-share {
  padding-left: 10px;}
 
 @media only screen and (max-width: 768px) {
.ecojustice-article-area .social-share {
  padding-left: 0;
  display: block;
  margin-top: 20px;
  }
} 
 
 .ecojustice-article-area .case-title  {
  font-family:"DagnyWebBold", sans-serif !important; }

.ecojustice-article-area .case-status  {
  float: right;}
  
.ecojustice-article-area .case-status-color {
  color: #006838;
  font-family:"DagnyWebBold", sans-serif !important; }
  
.ecojustice-article-area .article-main-image {
  margin-top: 40px;
  position: relative; }

.ecojustice-article-area .photo-credit, .single-welcome-slide .photo-credit, .home-action-image .photo-credit {
  background-color: #eeeeee;
  right: 13px;
    position: absolute;
    z-index: 9; 
    padding: 0 2px 0 30px;
    font-size: 16px;
    line-height: 28px;
    margin-top: -28px;
    font-family: "DagnyWebItalic", sans-serif !important; 
    font-style: italic;}

 .single-welcome-slide .photo-credit {
	right: 0; 
 }
  
.contributor-avatar {
    object-fit: cover;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left; 
    margin-right: 20px;}
  
.contributor-name {
  font-family:"DagnyWebBold", sans-serif !important;
  display: block;
  font-size: 18px;  }

.contributor-job-title {
  font-size: 16px;}

.contributor-block {
  width: 24.5%; 
  display: inline-block; 
  margin-top: 30px; 
  float: left; }

@media only screen and (min-width: 601px) and (max-width: 991px) {
.contributor-block {
  width: 33%;  } }
  
@media only screen and (max-width: 600px) {
.contributor-block {
  width: 49%;  } }
  
/* :: 16. Breadcrumbs */

.breadcrumb {
  background: none;
  padding: 0; 
  margin: 40px 0 90px 0;
}
  
.breadcrumb-item a {
  color: #000000; 
  font-size: 18px; }
  
.breadcrumb-item + .breadcrumb-item:before {
  content: "\003e";
  padding: 0 7px 0 4px;
  color: #000000; }
  
.breadcrumb-item.active {
  font-family:"DagnyWebBold", sans-serif !important; 
  color: #000000;
  margin-top: 1.5px; }
  
/* :: 17. People Area */

.ecojustice-people-area {
    position: relative;
    z-index: 1; 
    margin-bottom: 150px;}

.ecojustice-people-area .section-heading h2 {
  max-width: 625px;}
  
.ecojustice-people-area .section-heading p {
  max-width: 830px;}

.ecojustice-people-area .section-heading a  {
  font-family:"DagnyWebBold", sans-serif !important; 
  text-decoration: underline; }
  
.ecojustice-people-area .divider {
  border-top: 1px solid #979797; 
  margin-top: 50px; }
  
.ecojustice-people-area .last-updated {
  font-family:"DagnyWebItalic", sans-serif !important; 
  font-size: 16px;
  margin-top: 70px;}
  
.ecojustice-people-area .victory-list li a {
  font-size: 20px;
  line-height: 48px;
  text-decoration: none; }
  
.ecojustice-people-area .victory-list li a:hover {
  text-decoration: underline; }
  
.ecojustice-people-area .victory-list i {
  padding-right: 25px; 
  color: #257492;}
  
.ecojustice-people-area .people-bio-info  {
  margin-top: -30px; }
  
.ecojustice-people-area .people-bio-job-title  {
  font-size: 20px; }

.ecojustice-people-area .people-bio-social  {
  float: right;
  font-size: 20px; 
  margin-top: -5px;}

.ecojustice-people-area .people-bio-social i {
  color: #257492;
  font-size: 30px; 
  margin-right: 5px;}
  
.ecojustice-people-area .people-bio-photo {
  display: block;
  min-width: 360px;}
  
.people-nav {
  background-color: #ffffff; 
  height: 62px;
  border-bottom: 1px solid #979797; }
  
.people-nav .navbar-nav { 
    flex-direction: row; }
  
.people-nav ul li a {
  color: #000000; 
  padding-right: 45px; 
  line-height: 45px;
  font-size: 18px; }
  
@media only screen and (min-width: 361px) and (max-width: 761px) {
.people-nav ul li a {
  color: #000000; 
  padding-right: 15px; 
  line-height: 25px;
  font-size: 14px; }
.people-nav ul {
  margin-left: -30px;}
.people-nav {
  height: 40px;}}
  
@media only screen and (max-width: 380px) {
.people-nav ul li a {
  color: #000000; 
  padding-right: 10px; 
  line-height: 16px;
  font-size: 12px; }
.people-nav ul {
  margin-left: -30px;}
.people-nav {
  height: 40px;} }

.people-nav ul li a:hover {
  text-decoration: underline; }

.people-nav .navbar-nav li.active > a {
  text-decoration: underline; }
  
.single-photo-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
    height: 360px !important;
    border-radius: 4px; }
        
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-photo-area {
    height: 440px !important; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
.single-photo-area {
    height: 460px !important;
    width: 70%; 
    margin-left: auto;
    margin-right: auto; }}
@media only screen and (min-width: 361px) and (max-width: 480px) {
.single-photo-area {
    height: 400px !important;
    width: 75%; 
    margin-left: auto;
    margin-right: auto; }}
@media only screen and (max-width: 360px) {
.single-photo-area {
    height: 400px !important;
    width: 100%; 
    margin-left: auto;
    margin-right: auto; }}

.single-photo-area img {
    width: 100%;
    height: auto;}
    
.single-photo-area .descr {
  padding: 20px; }
  
.single-photo-area .descr h3 {
  margin-bottom: 10px; }

/* :: 18. Support Area */

.ecojustice-support-area {
    position: relative;
    z-index: 1; 
    margin-bottom: 150px; }

.ecojustice-support-area .support-bg {
  background: url("img/support-bg.jpg") top center no-repeat;
  background-size: cover;
  height: 520px;
  padding: 110px 0 0 0;
  position: relative; 
  margin-top: -50px;}

.ecojustice-support-area .section-heading h1 {
  max-width: 750px;
  color: #fff;
  margin-bottom: 50px; }
  
.ecojustice-support-area .section-heading p {
  max-width: 750px;
  color: #fff; }

.ecojustice-support-area .get-involved {
  background: #fff;
  margin: -100px 0 0 0;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
  border-radius: 4px;}

.ecojustice-support-area .get-involved h2 {
  margin-bottom: 50px; }

.ecojustice-support-area .get-involved a  {
  font-family:"DagnyWebBold", sans-serif !important; 
  text-decoration: underline; }

.ecojustice-support-area .get-involved .donate {
  height: 252px !important;
  min-width: 270px;
  background: url("img/support-get-involved-bg-1.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;
  padding: 150px 0 0 0; 
  display: block;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  border-bottom-left-radius: 4px;}

.ecojustice-support-area .get-involved .donate:hover {
  background: url("img/support-get-involved-bg-1-hover.png") transparent 50% 40px no-repeat;
  background-size: 77px 77px; }

.ecojustice-support-area .get-involved .take-action {
  height: 252px !important;
  min-width: 270px;
  background: url("img/support-get-involved-bg-2.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;
  padding: 150px 0 0 0; 
  display: block;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;}

.ecojustice-support-area .get-involved .take-action:hover {
  background: url("img/support-get-involved-bg-2-hover.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px; }

.ecojustice-support-area .get-involved .keep-informed {
  height: 252px !important;
  min-width: 270px;
  background: url("img/support-get-involved-bg-3.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;
  padding: 150px 0 0 0;
  display: block;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;}

.ecojustice-support-area .get-involved .keep-informed:hover {
  background: url("img/support-get-involved-bg-3-hover.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;}

.ecojustice-support-area .get-involved .join-our-team {
  height: 252px !important;
  min-width: 270px;
  background: url("img/support-get-involved-bg-4.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;
  padding: 150px 0 0 0;  
  display: block;
  border-top: 1px solid #D8D8D8;
  border-bottom-right-radius: 4px; }

.ecojustice-support-area .get-involved .join-our-team:hover {
  background: url("img/support-get-involved-bg-4-hover.png") #fff 50% 40px no-repeat;
  background-size: 77px 77px;}

@media (min-width: 992px) and (max-width: 1199px) {
.ecojustice-support-area .get-involved .donate,
.ecojustice-support-area .get-involved .take-action,
.ecojustice-support-area .get-involved .keep-informed,
.ecojustice-support-area .get-involved .join-our-team {
  min-width: 50% !important;
  display: block;}
.ecojustice-support-area .get-involved .take-action {
  border-right: none;}
}

@media only screen and (max-width: 991px) {
.ecojustice-support-area .get-involved .donate,
.ecojustice-support-area .get-involved .take-action,
.ecojustice-support-area .get-involved .keep-informed,
.ecojustice-support-area .get-involved .join-our-team {
  min-width: 100% !important;
  display: block;}
.ecojustice-support-area .get-involved .donate,
.ecojustice-support-area .get-involved .take-action,
.ecojustice-support-area .get-involved .keep-informed {
  border-right: none;}
}

.ecojustice-support-area .get-involved .donate a,
.ecojustice-support-area .get-involved .join-our-team a, 
.ecojustice-support-area .get-involved .take-action a,
.ecojustice-support-area .get-involved .keep-informed a {
  color: #257492; }

.ecojustice-support-area .get-involved .donate a:after,
.ecojustice-support-area .get-involved .join-our-team a:after, 
.ecojustice-support-area .get-involved .take-action a:after,
.ecojustice-support-area .get-involved .keep-informed a:after {
    content:'';
    position:absolute;
    top:-30px; 
  bottom:-30px; 
    left:-30px; 
  right:-30px; }

.ecojustice-support-area .get-involved .donate a:hover,
.ecojustice-support-area .get-involved .join-our-team a:hover, 
.ecojustice-support-area .get-involved .take-action a:hover,
.ecojustice-support-area .get-involved .keep-informed a:hover {
  color: #000; }

.ecojustice-support-area .get-involved .donate:hover,
.ecojustice-support-area .get-involved .join-our-team:hover, 
.ecojustice-support-area .get-involved .take-action:hover,
.ecojustice-support-area .get-involved .keep-informed:hover {
  background-color: #BAD80A; }
  
.ecojustice-support-area .get-involved-btn {
  margin: -26px 0 200px 0;
  text-align: center; }

.ecojustice-support-area .box-area {
  position: relative;
  margin-bottom: 150px;
  background: #303030;
  padding: 150px 0 170px; }

.ecojustice-support-area .box-area h2 {
  margin: 0 0 70px -15px;
  color: #fff;}

.ecojustice-support-area .box-area .box p {
  font-size: 16px;
  line-height: 24px;}

.ecojustice-support-area .box-area .box {
  position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    border-radius: 4px;
    text-align: center; 
  height: 330px;
    padding: 175px 20px 0 20px;
  max-width: 254px !important;}

@media (min-width: 992px) and (max-width: 1199px) {
.ecojustice-support-area .box-area .box {
  min-width: 46.5% !important;
  display: block;}
.ecojustice-support-area .box-area .box-1,
.ecojustice-support-area .box-area .box-2,
.ecojustice-support-area .box-area .box-3 {
  margin-bottom: 30px !important; }
}

@media only screen and (max-width: 991px) {
.ecojustice-support-area .box-area .box {
  min-width: 100% !important;
  display: block; }
.ecojustice-support-area .box-area .box-1,
.ecojustice-support-area .box-area .box-2,
.ecojustice-support-area .box-area .box-3 {
  margin-right: 0 !important;
  margin-bottom: 30px;} 
}

.ecojustice-support-area .box-area .box-1 {
  background: url("img/support-box-bg-1.png") #fff 50% 40px no-repeat;
  background-size: 89px 89px;
  display: block;
  margin-right: 30px !important;}

.ecojustice-support-area .box-area .box-2 {
  background: url("img/support-box-bg-2.png") #fff 50% 40px no-repeat;
  background-size: 89px 89px;
  display: block;
  margin-right: 30px !important;}

.ecojustice-support-area .box-area .box-3 {
  background: url("img/support-box-bg-3.png") #fff 50% 40px no-repeat;
  background-size: 89px 89px; 
  display: block;
  margin-right: 30px !important;}

.ecojustice-support-area .box-area .box-4 {
  background: url("img/support-box-bg-4.png") #fff 50% 40px no-repeat;
  background-size: 89px 89px;
  display: block;}

.ecojustice-support-area .other-ways {
  position: relative;
  margin-bottom: 170px; }

.ecojustice-support-area .other-ways h2 {
  border-bottom: 1px solid #C8C8C8;
  padding: 70px 0;
  margin-bottom: 40px; }

ul#menu-donate-aside-menu li:before, ul#menu-about-ecojustice li:before{
  content: "\25b6";
  padding: 0 10px 0 0;
  color: #000;
  font-size: 10px;
  }

.ecojustice-support-area .other-ways ul li:before {
  content: "\25b6";
  padding: 0 20px 0 0;
  color: #000;}

.ecojustice-support-area .other-ways ul li a {
  font-size: 20px;
  line-height: 48px;
  font-family:"DagnyWebBold", sans-serif !important; }

.ecojustice-support-area .other-ways ul li a:hover {
  text-decoration: underline; }

.ecojustice-support-area .question-area {
  position: relative; }

.ecojustice-support-area .question-area a:hover {
  text-decoration: underline;}

.ecojustice-support-area .question-area .text {
  padding-left: 75px; }

.ecojustice-support-area .question-area .text .questions {
  font-family:"DagnyWebBold", sans-serif !important;
  font-size: 18px;
  margin-bottom: 10px;}

.ecojustice-support-area .question-area .text .job-title {
  font-size: 20px;
  margin: 10px 0 40px 0;
  border-bottom: 1px solid #C8C8C8; 
  padding-bottom: 40px;}

.ecojustice-support-area .question-area .text .phone,
.ecojustice-support-area .question-area .text .email {
  font-family:"DagnyWebBold", sans-serif !important;
  color: #257492; }

.ecojustice-carousel-slider .carousel {
  padding: 0 115px;
  margin: 160px 0 80px 0; }

.ecojustice-carousel-slider .carousel-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);}

.ecojustice-carousel-slider .carousel-item img {
  min-width: 264px;
  display: block; }

.ecojustice-carousel-slider .carousel-item .name {
  position: absolute;
  background: #fff;
  line-height: 36px;
  bottom: 0;
  right: 0;
  padding: 2px 5px 2px 15px; 
    font-family: "DagnyWebItalic", sans-serif !important; 
    font-style: italic;
  font-size: 16px; }

.ecojustice-carousel-slider .carousel-item .text {
  padding: 40px 40px 0 50px;
  display: block; }

.ecojustice-carousel-slider .carousel-item .text h6 {
  font-size: 20px;
  font-family:"DagnyWebBold", sans-serif !important;
  margin-bottom: 20px; }

.ecojustice-carousel-slider .carousel-item .text .quote {
  font-size: 20px;
  margin-bottom: 20px;}

.ecojustice-carousel-slider .carousel-item .text .author {
  font-size: 16px;
  font-family:"DagnyWebBold", sans-serif !important;}

.ecojustice-carousel-slider .carousel-indicators {
  display: block;
  bottom: -90px;}

.ecojustice-carousel-slider .carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #BABABA; }

.ecojustice-carousel-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-color: #257492;}

.ecojustice-carousel-slider .carousel-control-prev {
  left:-100px;
  margin-top: 170px;
  background: transparent;
  border: 3px solid #257492;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  opacity: 1;}

.ecojustice-carousel-slider .carousel-control-prev:before {
  content: '';
  width: 31px;
    height: 27px;
    content: "";
    background: url("./img/carousel-control-prev@2x.png") no-repeat; 
  background-size: 31px 27px;}

.ecojustice-carousel-slider .carousel-control-prev:hover:before {
  content: '';
  width: 31px;
    height: 27px;
    content: "";
    background: url("./img/carousel-control-prev-hover@2x.png") no-repeat; 
  background-size: 31px 27px;}

.ecojustice-carousel-slider .carousel-control-next {
  right:-100px;
  margin-top: 170px;
  background: transparent;
  border: 3px solid #257492;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  opacity: 1;}

.ecojustice-carousel-slider .carousel-control-next:before {
  content: '';
  width: 31px;
    height: 27px;
    content: "";
    background: url("./img/carousel-control-prev@2x.png") no-repeat; 
  background-size: 31px 27px;
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.ecojustice-carousel-slider .carousel-control-next:hover:before {
  content: '';
  width: 31px;
    height: 27px;
    content: "";
    background: url("./img/carousel-control-prev-hover@2x.png") no-repeat; 
  background-size: 31px 27px; }

.ecojustice-carousel-slider .carousel-control-prev:hover,
.ecojustice-carousel-slider .carousel-control-next:hover {
  background-color: #257492;}


/* :: 19. About Area */

.ecojustice-about-area {
    position: relative;
    z-index: 1; 
    /* DH margin-bottom: 150px;*/ }

.ecojustice-about-area .box-area {
  position: relative; }

.ecojustice-about-area .box-area h2 {
  margin: 0 0 70px -15px;}

.ecojustice-about-area .box-area .box p {
  font-size: 16px;
  line-height: 24px;}

.ecojustice-about-area .box-area .box {
  position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    border-radius: 4px;
    text-align: center; 
  height: 330px;
    padding: 175px 20px 0 20px;
  max-width: 349px !important;}

@media (min-width: 992px) and (max-width: 1199px) {
.ecojustice-about-area .box-area .box {
  min-width: 46.5% !important;
  display: block;}
.ecojustice-about-area .box-area .box-1,
.ecojustice-about-area .box-area .box-2,
.ecojustice-about-area .box-area .box-3 {
  margin-bottom: 30px !important; }
.ecojustice-about-area .box-area .box-3 {
  margin-right: 30px !important; }
}

@media only screen and (max-width: 991px) {
.ecojustice-about-area .box-area .box {
  min-width: 100% !important;
  display: block; }
.ecojustice-about-area .box-area .box-1,
.ecojustice-about-area .box-area .box-2,
.ecojustice-about-area .box-area .box-3,
.ecojustice-about-area .box-area .box-4,
.ecojustice-about-area .box-area .box-5 {
  margin-right: 0 !important;
  margin-bottom: 30px;} }

.ecojustice-about-area .box-area .box-1 {
  background: url("img/about-box-bg-1.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;
  margin-right: 30px !important;
  margin-bottom: 30px !important; }

.ecojustice-about-area .box-area .box-2 {
  background: url("img/about-box-bg-2.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;
  margin-right: 30px !important;
  margin-bottom: 30px !important;}

.ecojustice-about-area .box-area .box-3 {
  background: url("img/about-box-bg-3.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;
  margin-bottom: 30px !important;}

.ecojustice-about-area .box-area .box-4 {
  background: url("img/about-box-bg-4.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;
  margin-right: 30px !important;}

.ecojustice-about-area .box-area .box-5 {
  background: url("img/about-box-bg-5.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;
  margin-right: 30px !important;}

.ecojustice-about-area .box-area .box-6 {
  background: url("img/about-box-bg-6.png") #fff 50% 40px no-repeat;
  background-size: 238px 85px;
  display: block;}

.ecojustice-about-area .what-we-do {
    position: relative;
    z-index: 1; 
    margin-bottom: 150px; }

.ecojustice-about-area .what-we-do h1 {
    margin-bottom: 50px; }

.ecojustice-about-area .what-we-do p {
    max-width: 750px;
  margin: 0 auto; }

.ecojustice-about-area .what-we-do .video {
  margin-top: 60px;
  padding: 10px 10px 3px;
  background: #fff;
}

.flex-parent-two-column {
    display: flex;
    justify-content: center;
    text-align: center;
}

.flex-parent-two-column .flex-child {
    padding: 20px;
    margin: 10px 5px;
    width: 50%;
}

main ul li {
	list-style: disc;
	font-size: 20px;
}

.imagine-logo {
	margin-top: 30px;
}

.facetwp-checkbox {
	display: inline-block;
	margin-right: 20px;
	background: none;
}

.wp-pagenavi span.current {
	background: #0cacbc;
}

/* Approach Areas Cards */
.card-content.case {
    background-color: rgba(31, 172, 189, 0.95);
}

.card-content.action {
    background-color: rgba(179, 35, 23, 0.95);
}

.card-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 1.25em;
    min-height: 5.7em;
}

.card-content {
    box-sizing: border-box;
    background: rgba(41, 41, 41, 0.8);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
.card-left {
    flex-basis: 65%;
    text-align: left;
}

.card-action-header {
    text-transform: uppercase;
    font-size: .75em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    color: #d7d7d7;
    margin-bottom: .3em;
    margin-top: 1.25em;
}
.card-left p.card-link-text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1em;
    text-decoration: none;
    color: white;
    line-height: 1em;
}
.card-left p {
    font-family: "proxima-nova", sans-serif;
    font-weight: inherit;
    font-size: .8em;
    color: white;
    margin: .3em 0 .3em;
    font-size: .7em;
}
.card-content p {
    width: 100%;
    line-height: 1.3em;
}
.card-right {
    flex-basis: 35%;
    text-align: right;
    margin: auto;
    line-height: 5em;
}
.card-right.case {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 10px;
}
.cuda-gravatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    overflow: hidden !important;
    margin: 0 12px 0 0;
    display: block;
    border: 2px solid #ffffff;
}
.single-post-area .cuda-gravatar {
    margin: 0 -12px 0 0;
}
.card-left .card-description {
    margin-bottom: 1em;
    font-size: .8em;
}
.card-description strong {
    color: #004656;
}

.section_caption {
    position: absolute;
    right: 0;
    top: 0;
    background: #eeeeee;
    font-size: .75em !important;
	font-family: "DagnyWebItalic", sans-serif !important;
    font-style: italic;
    color: #000000;
    padding: 0 2px 0 30px;
}
.btn.action {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    text-decoration: none;
    text-transform: uppercase;
}

.mime-icons {
	margin-right: 10px;
	font-size: 2em;
}

.alignright {
	float: right;
	margin: 30px 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 30px 30px 30px 0;
}

.aligncenter {
	margin: 30px auto;
}

.wp-caption-text {
	font-size: 14px;
}

.full-width {
	width: 100% !important;
	height: auto;
}

.half-width {
	width: 50% !important;
	height: auto;
} 

.embed-responsive {
	margin: 30px 0;
}
