/*
    PRESS RELEASES
*/
.release-grid {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.release-item {
  padding: 1rem;
  margin: 1rem;
  border-bottom: 2px solid var(--navbar-highlight);
  z-index:2;
  width:98%;
 background-color: #fefefe;
border-radius: 25px;
}

.release-item-details h4, .release-item-details h4 a {
  color: var(--background-main);
  font-size: 1.6rem;
  line-height: 1.0em;
	text-decoration:none;
}
.release-item-details h4 a:hover {
  color:var(--navbar-highlight);
  text-decoration: none;
}
.release-item-details h4 span {
  color: #dc3545 !important;
}
.release-item-details p {
  font-size: 1rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
	.news-item-details p {
    	font-size: 1.05rem;
  	}
	.news-grid {
    	flex-direction: column;
  	}
  	.news-grid-item {
    	margin-bottom: 3rem;
    	width: 100%;
  	}
}

/* SOCIAL ICONS */
.social-icons{
    display:flex;
    justify-content:center;
    
}
.social-icons a{
    display: block;
    width: 48px;
    margin: 0!important;
    padding: 0.5em;
    background: transparent;
}

/* FOOTER STYLE */
#FooterRow{
    background-color:#F4F4F4;
}



/* QUICK LINKS */
.quick-links-group{
    display:flex;
    flex-wrap: wrap;
    font-size: 1.3125em;
    margin: 0 auto;
}
.quick-links-item{
    flex: 1 auto;
    height: 120px;
    margin-bottom: 1.875rem;
    width: 100%;
}
.quick-links-item a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.quick-links-item a:hover,
.quick-links-item a.active{
        color: var(--primary-gold);
    
}
.quick-links-item a > span{
    
    transform: translate(-50%,-50%);
    width: 80%;
}
@media all and (min-width:425px){
    .quick-links-item{
        flex:0 1 48%;
    }
}
@media all and (min-width:768px){
    
    .quick-links-item{
        flex:0 1 31%;
    }
}

@media all and (min-width:992px){
    .header-bar{
        background-position: center;
    }
}
@media all and (min-width:1366px){
    .quick-links-group{
        flex-wrap: nowrap;
    }
    .quick-links-item{
        flex:0 1 15%;
    }
}

.navbar-brand::after{
    position:absolute;
    top:3rem;
    color:#fff;
    content:'Communications & Community Affairs \A Teasha Hollis';
    font-size:2rem;
    line-height:2.5rem;
    white-space: pre;;
}
#city-logo::after{
    content:''!important;
}
.bg-skin{
        background: url(https://resources.columbusga.gov/communityaffairs/images/RiverWalkBackground.jpg);
    background-size: cover;
    background-position: center;
}

.navbar-brand{
    padding-top:1.5rem!important;
    padding-bottom:0!important;
}
.events-container{
    align-items: flex-start;
}
.iframe{
   width:100%;
    height:100%;
   aspect-ratio:16/9;
}


    /* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: #cc8800;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
   z-index: 9724790009779!important;
   top:0;
   left:unset;
   right:-5px;
   display:none!important;
   border-radius:50%;
   border:2px solid #cc8800;
  }
  .VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
  }
  /*hide google translate link | logo | banner-frame */
  .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
   
 /*google translate Dropdown */
 
 #google_translate_element select{
 background-color:#cc8800;
 color:#fff;
 border: none;
 border-radius:3px;
 padding:6px 8px;
 }
 
  .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.navbar-brand::after {
    position: absolute;
    top: 3rem;
    color: #fff;
    content: 'Communications & Community Affairs \A Teasha Hollis';
    font-size: .685rem;
    line-height: 1.5rem;
    white-space: pre;
}
@media (min-width:576px){
.navbar-brand::after {
    position: absolute;
    top: 3rem;
    color: #fff;
    content: 'Communications & Community Affairs \A Teasha Hollis';
    font-size: 2rem;
    line-height: 2.5rem;
    white-space: pre;
}
}

.event-name{
    font-size:1.5em;
    word-break:break-word;
}











