@font-face {
    font-family: Cera-GR;
    src: url('fonts/Cera-GR.otf');
}
@font-face {
    font-family: Cera-GR-Medium;
    src: url('fonts/Cera-GR-Medium.otf');
}
@font-face {
    font-family: Cera-GR-Thin;
    src: url('fonts/Cera-GR-Thin.otf');
}

@font-face {
    font-family: Chronicle-Display-Roman;
    src: url('fonts/Chronicle-Display-Roman.otf');
}
@font-face {
    font-family: Chronicle-Display-Semibold;
    src: url('fonts/Chronicle-Display-Semibold.otf');
}
@font-face {
    font-family: Chronicle-Display-Light;
    src: url('fonts/Chronicle-Display-Light.otf');
}


body{
    font-family: Cera-GR !important; 
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: Chronicle-Display-Roman !important;
    letter-spacing: 2px !important;
}
input, textarea{
    font-family: Cera-GR !important;
}
.fontCera-GR {
    font-family: Cera-GR !important;
}
.fontCera-GR-Medium {
    font-family: Cera-GR-Medium !important;
}
.fontCera-GR-Thin {
    font-family: Cera-GR-Thin !important;
}

.fontChronicle-Display-Roman {
    font-family: Chronicle-Display-Roman !important;
}
.fontChronicle-Display-Semibold {
    font-family: Chronicle-Display-Semibold !important;
}
.fontChronicle-Display-Light {
    font-family: Chronicle-Display-Light !important;
}

#et-main-area{
    position: absolute !important;	
    top: 0 !important;
	width: 100%;
}
.fullheight{
	height: 100vh;
}
.et_pb_slider, .et_pb_slides, .et_pb_slide{
	height: 100vh !important;	
}

.et_pb_fullwidth_header.fullheight{
	position: relative;
    padding: 0;
}
.et_pb_fullwidth_header.fullheight .et_pb_fullwidth_header_container{
    position: relative;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fullheight .et_pb_column {
    position: relative;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.et_pb_column.fullheight .et_pb_module{
    position: absolute;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.et_post_meta_wrapper h1.entry-title{
    line-height: 120% !important;
    margin-bottom: 20px;
}
.et_pb_css_mix_blend_mode , .et_pb_css_mix_blend_mode:hover {
    mix-blend-mode: initial !important;
    backface-visibility: initial !important;
}

.logo_container{
	padding: 5px 0px;
}
#top-menu li {
    padding-right: 30px !important;
    font-size: 18px !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #a3804b !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 120% !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    font-family: Cera-GR-Medium !important;
    font-size: 80px !important;
    letter-spacing: 1px !important;
    line-height: 120% !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    font-size: 28px !important;
    letter-spacing: 1px !important;
    line-height: 150% !important;
    padding-top: 10px;
}

.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description, .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form{
    font-family: Cera-GR !important;
}

ul#awardslist{
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: left;
}
ul#awardslist li{
	list-style: none;
    padding: 5px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-family: Cera-GR-Thin;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 130%;
    text-align: left;
}
/* ul#awardslist li:last-child{
    padding: 0;
} */
ul#awardslist li .imgbox{
    float: left;
    height: 60px;
}
ul#awardslist li .imgbox img{
	height: 60px !important; 
}
ul#awardslist li .captionbox{
    float: right;
    padding: 0px 0px 0px 5px;
}
ul#awardslist li b{
    font-family: Cera-GR-Medium;
}

#contactpage .et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
    background: #edbb5f;
    padding: 5px;
    width: 50px;
    text-align: center;
}
#contactpage .et_pb_blurb.hideicon .et_pb_image_wrap{
    visibility: hidden;
}
.widget_categories, .widget_archive{
	
}
.widget_categories h4, .widget_archive h4{
	font-size: 18px !important;
	margin-bottom: 10px;
}
.articleform{
    box-shadow: 0px 15px 80px -6px rgba(0,0,0,0.2);
    text-align: center;
}
.articleform .formtitle{
    margin-bottom: 30px;
}
.articleform .formtitle h2{
    font-weight: 700!important;
    font-size: 30px!important;
}
.articleform .formtitle .caption{
    
}
.articleform .column-wrapper{
    display: flex;
}
.articleform .column{
    width: 50%;
    padding: 0px 5px;
    display: inline-block;
}
.articleform input{
    border: none !important;
    border-bottom: 1px solid #dfdfe3 !important;
    width: 100%;
    padding: 14px 4% !important;
    margin-bottom: 1em !important;
    border-width: 0;
    border-radius: 0px;
    color: rgba(0,0,0,0.7)!important;
    background-color: #ffffff !important;
    font-size: 14px;
    font-weight: 100;
    -webkit-appearance: none;
}
.articleform textarea{
    border: none !important;
    border-bottom: 1px solid #dfdfe3 !important;
    width: 100%;
    padding: 14px 4% !important;
    margin-bottom: 1em !important;
    border-width: 0;
    border-radius: 0px;
    color: rgba(0,0,0,0.7)!important;
    background-color: #ffffff !important;
    font-size: 14px;
    font-weight: 100;
    -webkit-appearance: none;
}
.articleform input[type=submit] {
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #edbb5f!important;
    margin: 10px 0px 0px 0px;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
}
div.wpcf7-response-output {
    font-size: 10px;
    line-height: 150%;
    margin: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
}

#halloffame{
    font-size: 135% !important;
    line-height: 150% !important;
    background-size: 100%;
}
#halloffame.et_pb_section_2{
    border-top: 2px solid #C89252;
}
#halloffame.et_pb_section_6{
    border-bottom: 2px solid #C89252;
}
#halloffame .et_pb_row{
    max-width: 1400px;
}
#artexternal2 ul{
    list-style:none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#artexternal2 ul li{
    list-style:none;
    padding: 0;
    margin: 0;
    height: 220px;
}
#artexternal2 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
#artexternal2 ul li:nth-child(1), #artexternal2 ul li:nth-child(3){
    width: 35%;
    display: inline-block;
}
#artexternal2 ul li:nth-child(2){
    width: 28%;
    display: inline-block;
}

#artexternal3 ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
#artexternal3 ul li{
    list-style:none;
    padding: 0;
    margin: 0;
    width: 32.5%;
    height: 180px;
}
#artexternal3 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
#artexternal3 ul li:nth-child(1), #artexternal3 ul li:nth-child(2){
    width: 49%;
    display: inline-block;
}
#artexternal3 ul li:nth-child(3), #artexternal3 ul li:nth-child(4), #artexternal3 ul li:nth-child(5){
    width: 32.5%;
    display: inline-block;
}

#artexternal4 ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
#artexternal4 ul li{
    list-style:none;
    padding: 0;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
}
#artexternal4 ul li img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    align-items: center;
    margin-bottom: 10px;
}

#top-menu li a, .et_search_form_container input {
    font-family: Cera-GR !important;
}
#footer-bottom{
    background-color: #000000 !important;
    border-top: 1px solid #292929 !important;
}
footer .et_pb_section_0_tb_footer {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
footer .et_pb_row_0_tb_footer {
    width: 50px;
}
footer .et_pb_section_0_tb_footer .et_pb_column {
    width: 50px;
}
footer .et_pb_social_media_follow li {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
    text-align: center;
}
footer .et_pb_social_media_follow li a{
    margin: 0px auto 8px auto !important;
}

ul.threecolumn{
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
ul.threecolumn li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    line-height: 120%;
}


.fullheightimage, .fullheightimage span{
    height: 100%;
}
.fullheightimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.client-wrapper{
	padding: 40px 0px 0px 0px;
}
.client-wrapper ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 !important;
	text-align: center;
}
.client-wrapper ul li{
	list-style: none;
	padding:0;
	margin: 0 auto 30px auto;
	width: 12%;
	text-align: center;
	display: inline-block;
  vertical-align: top;
}
.client-wrapper ul li .box{
	
}
.client-wrapper ul li .box .image{
    position: relative;
	height: 70px;
}
.client-wrapper ul li .box .image img{
    position:relative;
    display:table;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.client-wrapper ul li .content{
    line-height: 120%;
    font-family: Cera-GR;
    font-size: 12px;
    padding: 5px 10px 0px 10px;
    letter-spacing: 0px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.teamfloatrow{
    position: relative !important;
}
.et_pb_team_member_image{
    margin: 0 !important;
}
.et_pb_team_member_description{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(163, 128, 75, 0.9);
    color: #FFFFFF !important;
    padding: 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.teamfloatrow:hover .et_pb_team_member_description{
    opacity: 1;
}
.et_pb_team_member_description h3{
    padding-top: 50px;
    margin-bottom: 20px !important;
}
.et_pb_member_position{
    position: relative;
    font-family: Chronicle-Display-Light;
    font-style: italic;
    line-height: 120%;
}
.et_pb_member_position:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.teamfloattitle{
    
}
.teamfloatcontent{
    
}
.et_pb_member_position{
    color: #FFFFFF !important;
}
.et_pb_section.services{
    
}
.et_pb_section.services ul{
        text-align: left;
}
.et_pb_section.services ul li{
    line-height: 120% !important;
    margin-bottom: 10px !important;
}
.et_pb_section.services ul li small{
    font-size: 80% !important;
}

.portfolioFilter{
    font-family: Chronicle-Display-Roman;
    padding: 20px 0px;
}
.portfolioFilter ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.portfolioFilter ul li{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.portfolioFilter ul li a{
    padding: 5px 20px;
    color: #000000;
    font-size: 20px;
    font-weight: bold
}
.portfolioFilter ul li a:hover, .portfolioFilter ul li a.current{
    color: #edbb5f;
}
.portfolioContainer{
    
}
.portfolioContainer .wrapper{
    float: left;
    padding: 10px;
    margin: 0;
    width: 25%;
    height: 250px;
}
.portfolioContainer .box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #000000;
}
.portfolioContainer .image{
    width: 100%;
    height: 100% !important;
}
.portfolioContainer .image img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
    align-items: center;
}
.portfolioContainer .content {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: rgba(0,0,0,0.8); */
}
.portfolioContainer .content > .wrapper {
    /* position: absolute; */
    /* top: 50%; */
    /*left: 0;*/
    /*right: 0;*/
    color: #FFFFFF;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.8);
    padding: 15px;
    margin: 0 auto;
    /* text-align: center; */
    /* transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
}
.portfolioContainer .content .title{
	font-size: 15px;
	line-height: 120%;
    margin: 0px;
}
.portfolioContainer .content .caption{
    font-family: Cera-GR-Thin;
    font-size: 11px;
    font-weight: 100;
    line-height: 140%;
    margin-top: 10px;
    display: none;
}
.portfolioContainer .content .icon{
    border-radius: 50%;
    background: #edbb5f;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 100;
    padding: 7px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
}
.portfolioContainer .box:hover .content{
    /*background: rgba(255, 255, 255, 0.8);*/
}
.portfolioContainer .box:hover .content .title{
    /*color: #000000;*/
}
.portfolioContainer .box:hover .content .caption{
    display: block
}
.portfolioContainer .box:hover .content .icon{
    display: block;
}
/*.portfolioContainer .box:hover .content:before {*/
/*    content: "+";*/
/*    text-decoration: inherit;*/
/*    border-radius: 50%;*/
/*    background: #edbb5f;*/
/*    color: #FFFFFF;*/
/*    font-size: 25px;*/
/*    font-weight: 100;*/
/*    padding: 13px 8px;*/
/*    margin: 0 auto;*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 30px;*/
/*    height: auto;*/
/*    text-align: center;*/
/*}*/
.single .et_pb_post {
    margin-bottom: 0px !important;
}
#career-list{
    
}
#career-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#career-list ul li{
    list-style: none;
    padding: 10px;
    margin: 0;
    float: left;
    width: 25%;
}
#career-list ul li .box{
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#career-list ul li .box .title{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
}
#career-list ul li .box a{
    color: #edbb5f;
}

@media (max-width: 1600px){
    #halloffame {
        font-size: 120% !important;
    }
    
    #top-menu li {
        padding-right: 25px !important;
        font-size: 15px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
        font-size: 20px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 60px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        font-size: 18px !important;
    }
}
@media (max-width: 1400px){
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
        font-size: 20px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 50px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        font-size: 16px !important;
    }

    #halloffame{
        font-size: 100% !important;
    }
    #halloffame .et_pb_row{
        max-width: 1200px;
    }
}
@media (max-width: 991px){
	#logo{
		max-height:70px !important;
	}
	.client-wrapper ul li {
    	width: 16%;
	}
	.teamfloatrow {
		margin-left: 0% !important;
	}
	.portfolioContainer .wrapper {
        width: 33%;
    }
	#career-list ul li {
        width: 50%;
    }
}
@media (max-width: 980px){

    #main-header.et-fixed-header {
        position: fixed !important;
		top: 0 !important;
    }
    .et_mobile_menu li a {
        padding: 4px 5%;
    }
    ul#awardslist li {
        text-align: center;
        display: block;
        padding: 0px 0px 10px 0px;
    }
    ul#awardslist li .imgbox {
        float: initial;
    }
    ul#awardslist li .captionbox {
        float: initial;
        padding: 5px 0px;
    }
}
@media (max-width: 767px){
    /*.et_pb_row {*/
    /*    width: 96% !important;*/
    /*}*/
/* 	.et_pb_text_0 h2 {
    	font-size: 32px !important;
	} */
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
        font-size: 20px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 40px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        font-size: 16px !important;
    }
	.client-wrapper ul li {
		width: 25%;
	}
}
@media (max-width: 600px){
	.portfolioContainer .wrapper {
        width: 50%;
    }
}
@media (max-width: 480px){
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
        font-size: 20px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 35px !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        font-size: 14px !important;
    }
    .client-wrapper ul li {
        width: 33%;
    }
    #career-list ul li {
        width: 100%;
    }
	.portfolioContainer .wrapper {
        width: 100%;
    }
    .articleform .column-wrapper {
        display: block;
    }
    .articleform .column {
        width: 100%;
        padding: 0;
        display: inline-block;
    }
    #halloffame h1,#halloffame h2{
        font-size: 165%;
    }
    #artexternal2 ul li, #artexternal3 ul li, #artexternal4 ul li {
        width: 100% !important;
    }
    #artexternal4 ul li {
        margin: 0px 0px 20px 0px !important;
    }
    footer .et_pb_row_0_tb_footer {
        width: 40px;
    }
    .et_pb_social_media_follow_0_tb_footer li a.icon:before {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
        width: 35px;
    }
}
@media (max-width: 380px){
	.client-wrapper ul li {
		width: 33%;
	}
	.client-wrapper ul li .content {
		line-height: 130%;
		font-size: 10px;
		padding: 0px 5px;
	}

}