/* round image -- 
 * colour  */

.wpb_single_image .vc_box_border.vc_box_border_pink, .wpb_single_image .vc_box_border_circle.vc_box_border_pink {
    background-color: #7e8636;
   padding: 12px!important;
    max-width: 60%!important;
}
/* bord member */
.wpb_single_image .vc_box_border.vc_box_border_turquoise, .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #ffffff;
   padding: 12px!important;
    max-width:70%!important;
}
@media only screen and (max-width: 600px) {
	.wpb_single_image .vc_box_border.vc_box_border_turquoise, .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #ffffff;
   padding: 7px!important;
    max-width:50%!important;
	}}


.wpb_single_image .vc_box_border.vc_box_border_black, .wpb_single_image .vc_box_border_circle.vc_box_border_black {
    background-color: #121d4b;
    padding: 12px!important;
    max-width: 95%!important;
}
@media only screen and (max-width: 600px) {
.wpb_single_image .vc_box_border.vc_box_border_black, .wpb_single_image .vc_box_border_circle.vc_box_border_black {
    max-width: 57%!important;
	}}

.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #7e8636;
    padding: 12px!important;
}
@media only screen and (max-width: 600px) {
.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    max-width: 57%!important;
	}}


@media only screen and (max-width: 600px) {
.wpb_single_image .vc_box_border.vc_box_border_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
    max-width: 57%!important;
	}}

.wpb_single_image .vc_box_border.vc_box_border_orange, .wpb_single_image .vc_box_border_circle.vc_box_border_orange {
    background-color: #00a7e3;
 padding: 8px!important;
    max-width: 67%!important;
}

.wpb_single_image .vc_box_border.vc_box_border_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
    background-color: #121d4b;
    padding: 12px!important;
    max-width: 60%!important;
}


.wpb_single_image .vc_box_border.vc_box_border_white, .wpb_single_image .vc_box_border_circle.vc_box_border_white {
    background-color: #FFF;
    padding: 12px!important;
}
@media only screen and (max-width: 600px) {
.wpb_single_image .vc_box_border.vc_box_border_white, .wpb_single_image .vc_box_border_circle.vc_box_border_white {
    max-width: 57%!important;
	}}

/* site header 4 logo*/

.header-four-logo a {
    display: none;
}

/* mobile grid projects-page */

.vcex-image-grid.grid-style-no-margins .vcex-image-grid-entry-excerpt {
    background: none!important;
    color: #121d4b!important;
    margin: 0;
    padding: 15px;
}

/* side bar */

 #sidebar {
    margin-top: 230px;
    margin-bottom: 10px;
}

/* top space*/

body.page-header-disabled #main {
    padding-top: 30px;
}

/* one stop shop page images */

.onestop img {
    max-width: 75%;
    height: auto;
}
