/*
 Theme Name:   Huemane Child Theme
 Theme URI:    https://presscustomizr.com/hueman/
 Description:  Hueman Child Theme
 Author:       nikeo / JG
 Author URI:   https://presscustomizr.com
 Template:     hueman
 Version:      6.0.1
*/

body{
	background-color: #a9bac2 !important;
}
/*-------------------------------FRONT PAGE HEADER-------------------------------*/
.front_header{
	margin: -30px;
    margin-bottom: 20px;
	padding: 20px;
}
.header-columns{
	margin-bottom:0px;
}
.blue-glow{
	text-shadow: 0 0 10px #556c76;
}
.fittexted_for_home_page_title{
	display:none;
}
.col-no-margin{
	margin-bottom:0px;
}

.home-cards{
	margin:15px;
}
.home-cards h2{
	width:100%
}
.home-cards hr{
	border-top: 2px dashed #898989;
    width: 100%;
	background:none;
	border-bottom:0px;
}
/*-------------------------------FRONT PAGE HEADER-------------------------------*/

/*-------------------------------FRONT PAGE CARD-------------------------------*/
.card_wrapper {
    width: 100%;/*whatever size you want your container*/
    display: flex; /*Make sure to call this on your container*/
    align-items: stretch; /*stretches all cards same height*/
    justify-content: space-around; /*some space between cards*/
    margin-bottom: 20px;
  }
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6);
    transition: 0.3s;
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    display: inline-block;
    text-align: left;
	margin-bottom: 25px;
	border-radius: 10px;
	position: relative;
  }
.card .home_top_text{
	font-size: 16px;
	text-align:center;
	position: absolute;
    bottom: 13px;
    background: #006600;
    padding: 2px 10px 2px 5px;
    margin-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -5px;
}
  .card img{
    /* Add shadows to create the "card" effect */
    height: 50px;
  }
  .card .home_blog_img{
    height: 120px;
    background-size: cover;
    background-position: center;
	border-radius: 10px;
  }
  .card .home_blog_title{
    font-size: 18px;
  }
  .card .home_blog_text{
    padding: 5px;
  }
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
  }

  .card_below_button a.vc_btn3.vc_btn3-color-green{
    background-color: #060;
  }
article .card a{
    text-decoration: none;
    color: #fff;
}
.home-sidebar{    border-left: 2px solid #006600;}

  @media (max-width: 940px) {
    .card_wrapper {
        display: block;
    }
    .card {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        
      }
      .card img{
        /* Add shadows to create the "card" effect */
        height: 40px;
      }
  }
/*-------------------------------FRONT PAGE CARD-------------------------------*/


/*-------------------------------FRONT PAGE CARD2-------------------------------*/
.home-card-contain{
	width: 25%;
	display: inline-block;
	position: relative;
}
.home-card{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%);
    margin: 10px;
	border-radius: 10px;
	background-color:#006600;
}
.home-card .home_blog_img, .home-card .home_cards_img{
	background-size: cover;
	height:120px;
	background-position: center;
}
.home-card .home_cards_text a{
	height: 60px;
    display: flex;
    padding: 3px 6px;
	color:#fff;
	text-decoration:none;
}
@media (max-width: 720px) {
    .home-card-contain {
        display: block;
		width: 100%;
    }
}
/*-------------------------------FRONT PAGE CARD2-------------------------------*/

/*-------------------------------Circle image-------------------------------*/
#content .circle-list{
	columns: 2;
    list-style-type: none;
    list-style: none;
	margin: 0px;
}
#content .circle-list li{
	list-style: none;
	line-height:50px;
	vertical-align: middle;
}
#content .circle-list li a{
	line-height:50px;
	vertical-align: middle;
}
#content .circle-list .home_cards_title{
	margin-bottom:20px;
}
.circle-list .circle-img div{
	height: 50px;
    width: 50px;
    border-radius: 50px;
    background-size: cover;
    display: inline-block;
    background-position: center;
	
}
/*-------------------------------Circle image-------------------------------*/