/*** Theme colours
 * Dark Blue  #032E67
 * Green blue  #2F85A9
 * Yellow  #F7B500
 * Red  #F02E50
 * light grey  #F5F5F5
 * ***/


/*** headers and menu **/
@media (min-width:992px) {
	.site-branding {
		padding:0;
	}
}

.CTAmenubtn {
	margin: 4px;
	background: #2F85A9;
	height:50px;
	text-align:center;
	width:145px;
}
.CTAmenubtn a:last-of-type, .CTAmenubtn a {padding:0px 14px !important;}
.CTAmenubtn.r-bg {background: #F02E50;}
.CTAmenubtn.y-bg {background: #F7B500;}
.CTAmenubtn.b-bg {background: #2F85A9;}
.CTAmenubtn.g-bg {background: #7ed957;}

.ast-button {border-radius:60px 60px 60px 0;}

.ast-merged-advanced-header,
.ast-title-bar-wrap:after {
	border-radius:0 0 120px 0;
}
.ast-title-bar-wrap:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032e67+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(3,46,103,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(3,46,103,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(3,46,103,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e67', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.ast-title-bar-wrap {
	background-position: center top;
}

/** Testimonials **/
.testimonialBlock {
    background-color:#F7B500;
    border-radius:0px 0px 60px 0px;
    border-right:20px solid #032E67
}

/** footer **/
.site-footer {
	background-repeat:no-repeat !important;
	background-size:cover !important;

    background-image: linear-gradient(to right,rgba(3,47,104,0.3),rgba(3,47,104,0.3)),url(https://cips-training.com/wp-content/uploads/2021/04/Untitled-design-2x.png);
    background-position: center center;
    background-attachment: scroll;
}
/** Footer **/
#gallery-1 .gallery-icon {
	border:none;
}
#gallery-1 .gallery-item:last-child {
	margin-bottom: 0;
}
#gallery-1 .gallery-item {
	vertical-align: bottom;
}
.footerlogos {
	display:block;
}
.footerlogos img {
	margin:10px;
}
.footerText {
	clear: both; 
	display: block;
	margin-top:10px;
	padding:10px 15px;
}
@media(min-width:992px) {
#simple-social-icons-5 .aligncenter {
	text-align:left !important;
	padding-left:10px;
}
}

/** teams page **/
.maxheight300 {
/*    max-height:300px;
    overflow-y:scroll;*/
}
/*
.profileModule {
  background:#032e67;  
}

.profileModule .uabb-team-image {
    padding:0 10px 10px 0px;
    width:20%;
    float:left;
    min-width:200px;
    height:100%;
}

.profileModule .uabb-team-content {
    background:white;
}*/

.wp-block-list {
	margin-left:30px !important;
}