@font-face {
  font-family: poppins;
  src: url("/themes/temphalla/fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: bitter;
  src: url("/themes/temphalla/fonts/Bitter-MediumItalic.ttf");
}
.custom-navbar-container{
    display: block !important;
}
body {
  font-size: 18px;
  font-family: poppins;
}

h2{font-family:bitter;}

.remove-padding-class {
  padding: 0px;
}

.temphalla-content {
  min-height: 80px;
}

.temphalla-spacer {
  min-height: 80px;
}

.temphalla-header {
  background-color: #ffffff;
}

.temphalla-footer {
  background-color: #ed704c;
  padding: 10px 0px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}
.temphalla-footer a {
  color: #ffffff;
  text-decoration: none;
}

.temphalla-additional-footer {
  min-height: 100px;
  background-color: #ed704c;
}

.temphalla-footer-curve-front{
  min-height:70px;
  background-image:url("../images/curved-orange.png");
  background-repeat: no-repeat;
 /*  background-color: rgba(244, 244, 244, 0.5);  */
  background-size: cover;
  margin-top: -70px;
}

.temphalla-footer-curve-all{
   min-height:70px;
   background-image:url("../images/curved-orange.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #FFFFFF;
}

#block-sitebranding {
  text-align: center;
}
#block-sitebranding img {
  width: 125%;
  max-width: 250px;
  height: auto;
}

.path-user .temphalla-header,
.path-user .temphalla-footer,
.path-user .temphalla-spacer {
  display: none; 
}

#block-socialmedia {
  text-align: center;
}
#block-socialmedia a {
  text-decoration: none;
  padding-left: 15px;
}
.page-node-type-error-pages .row {
  margin-left: 0px;
  margin-right: 0px;
}
.absoulte-footer {
    padding: 10px 0px !important;
}
.navbar-fixed-top{
    box-shadow: 0px 2px 2px 0px #f2f1f1;
    position: fixed;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: 0px;
    margin: 0px;
    background-color: #ffffff !important;
}
/*Subscription form css---*/
.js-form-item-email label{display:none !important;}	
.subscription-form-field{width:100%; background-color: transparent; color:#FFFFFF!important; border:0px; padding: 10px 10px;outline: none; }
.subscription-form-submit{width:100%; background-color: transparent; background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  border:0px;
  height:100%;
  background-position: center;
  outline: none;
}
.subscription-design{border: 1px solid #fff;} 
.subscription-form-field::-webkit-input-placeholder {
	  color: #ffffff;
}
.subscribe-form-header{ font-size:20px;  } 

.custom-subscription-form{color:#FFFFFF;}
/**/	
.header-row{
  padding-top: 6px;
  padding-bottom: 6px;
}
.hire-crew-btn{
    background-color: #ED704C;
    color: #FFFFFF !important;
    padding: 10px 20px;
    line-height: 25px;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s;
}
.hire-crew-btn:hover{
    transform: scale(1.1);   
}
.path-frontpage .block_page_title,.section-128-577-inner-wrapper .block_page_title{margin-bottom:40px;}
.section-28-211-inner-wrapper .block_page_title{margin-bottom:0px !important; margin-top:40px !important;}
	
.path-user .temphalla-footer-curve-all, .path-user .temphalla-additional-footer,  .path-user .absoulte-footer{
   display: none;
}

#block-languageswitcher ul li a.is-active, #block-languageswitcher ul li a:hover {
        background-color: #faefeb;
        border: 1px solid #d3704f;
        color: #d3704f;
        border-radius: 50%;
        font-size: 12px;
        box-sizing: border-box;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #block-languageswitcher ul li a {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
 #block-languageswitcher ul {
    width: 100%;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

#block-socialmediablock{
  text-align: right;
}
#block-socialmediablock a{
  text-decoration: none;
}
.captcha__description{
   display: none;
}

/* Events pagination wrapper CSS */
.events-pagination-wrapper ul{
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.events-pagination-wrapper ul li{
    list-style-type: none;
    padding: 10px;
}
.events-pagination-wrapper ul li a{
    color: #000;
    text-decoration: none;
}
.events-pagination-wrapper ul li.is-active a{
    text-decoration: underline;
}
.google-map-css{width:100%; height:450px;}

.thankyou-wrapper {
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);
  width: 50%;
  /* height: 450px; */
  padding: 7rem 5rem;
  text-align: center;
  margin: 5rem auto;
}

.thankyou-wrapper img {
  width: 150px;
  height: 150px;
  margin-bottom: 3rem;
}
