/*
CTC Separate Stylesheet
Updated: 2023-01-31 12:51:08
*/


.transparent-header.has-header-image .site-header {
    left: 0;
    position: absolute;
    width: 100%;
    top: 75px;
}
.header-style-one .site-header-main .wrapper {
    padding-bottom: 0;
    padding-top: 50px;
}
.header-style-one #header-content .site-branding {
	text-align: center;
	width: auto;
  /*width: calc(100% - 92px);*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-style-one #header-content .wrapper .inner-header-content {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flow;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.transparent-header.has-header-image .site-header {
    left: 0;
    position: absolute;
    width: 100%;
    top: -30px;
}

@media only screen and (min-width: 64em){
.header-style-one .site-header-menu, .service-section .entry-meta, .countdown-content-wrapper .content-right #clock .count-down .countdown-label {
    margin-top: 170px;
}
.site-header-menu{
    display: -webkit-box;
	-webkit-box-pack: inherit;
}
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 100px;
}

