/*
Theme Name:   Trilliant Child
Author:       Arami Design
Template:     trilliant
Version:      1.0.0
Text Domain:  TrilliantChild
*/
.acrevents .acimg{
	padding-top:10px;
	margin:auto;
	display:block;
}
.acrevents
{
   display: flex !important;
   flex-wrap: wrap;
}
.acrevents .acc
{
border:1px solid #ccc;
text-align: center;
}

.fullscreen-section {
    min-height: unset;
	    padding-top: 62px;
}
.intro-slide .text-box {
    font-size: 19px;
}

.content-section {
    padding-top: 62px;
}

.intro-slide > .flex-holder {
    min-height: 725px;
}


.footer-search-holder
{display:none;}
.acsmall
{
font-size: 20px;
vertical-align: super;
display: inline;
}
.home .accards a
{
	color:#ffffff;
}
.modalDialog p
{text-align:left;}
.aci
{
font-style: italic;
}
.accaption
{font-size:12px;}
.acbimg
{
margin-top:10px;	
   max-height: 140px;
}

.acimg
{
margin-top:10px;	
   max-height: 140px;
}
.single .panel-posts-section
{
	padding:0px;
}
.paged .title-post-section, .category .title-post-section
{
	display:none;
}
.paged .panel-posts-section, .category .panel-posts-section
{
	margin-top: -144px;
}

.acsubmit
{
background-color: #49ab48;
	border-radius:7px !important;
	padding:10px;
	color:#fff;
}
.accareer
{
	padding-top:30px;
}

.accareer p
{padding-bottom:20px;}


.act
{
	display:table;
}
.acr
{
	display:table-row;
}
.acc
{
	display:table-cell;
	padding:20px;
	width:50%;
}

.acc1
{
	display:table-cell;
	width:50%;
}

	.wpcf7-form-control
	{
	width:500px;	
	}
@media all and (max-width: 728px) {
	.wpcf7-form-control
	{
	width:220px;	
	}
.acc,.acc1 {
    display: block;
	width:100%;
	}
.modalDialog > div {
    width: 100% !important;
    top: auto !important;
    left: 0% !important;
	
	}
	
   .acbios-card {
    width: 308px !important;
   }
   .acboxes-list li
   {
   max-width:100%;
   flex:unset;
   }

   .acbios-list {
    display: table-row !important;
   }

   #acscontent
   {
   width:353px;
   }
	
   .acbios-list > li {
   display:block;
   width: 100%;
   max-width:100%;
   }
	
}

.acbios-text
{
font-size:15px;
font-weight:normal;
padding-top:15px;
}
.acbiostitlepop
{
height:75px;
}
.acbios-title
{
text-transform:uppercase;
font-size:14px;
font-weight:normal;
}
.acbios-name
{
padding-top:35px;
text-transform:uppercase;
font-size:20px;
font-weight:normal;
}
.acbios-card img 
{
max-width:180px;
}
.acbios-card
{
   background: rgba(255, 255, 255, .9) !important;
   color: #0a2041 !important;
   text-align: center;
   padding: 15px 15px 40px 15px;
   position: relative;
   box-shadow: 1px 0px 5px 0px #333333a3;
   width: 230px;
}

.acbios-list
{
list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
/*    flex-wrap: wrap;*/
    margin: 0 -12px 22px;
    padding: 0;
   margin:auto;
	 justify-content: center;
}

.acbios-list > li {
    max-width: 318px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
/*     flex: 0 0 33.3333%; */
    padding: 0 7px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}









h2, .h2 {
     text-transform: initial;
}
.acsmtitle
{
	font-size: 52px;
}

.acblueback
{
	height:450px;
	background-color:#0655a4;
}
.acstack-top
{
	z-index: 9;
	margin-top:-390px;	
}
.acrp
{
	padding-top: 0;
}

h1, .h1 {
    font-size: 55px;
	text-transform: initial;
}
.ach1small
{
    font-size: 30px;
	font-style: italic;
	text-transform: lowercase;
	padding-bottom:22px;
	line-height: 24px;
}

.modalDialog {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   font-family: Arial, Helvetica, sans-serif;
   background: rgba(0,0,0,0.8);
   z-index: 999999;
   opacity:0;
   -webkit-transition: opacity 400ms ease-in;
   -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-size: 16px;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }



.modalDialog > div {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: clip;
	z-index: 999998;
       width: 700px;
  position:relative;
  top:24%; 
   left: 37%;

    /*
	margin: 10% auto;*/
   padding: 5px 20px 13px 20px;
   border-radius: 10px;
   background: #fff;
 /*       background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);*/
   }

    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: 2px;
        text-align:  -webkit-center;;
        top: -1px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
		padding-left: 2px;
        padding-top: 2px;
    }

    .close:hover { background: #00d9ff; }
