.award-bg/*-----------------
* palette
* ----------------
*
*/

/******** GLOBAL *******/

html {

}
body {
  font-size: 18px;
	color: #FFFFFF;
	background: #000000;
	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-style: normal;
}

img {
	filter: grayscale(100%);
}

input, form {
  color: #111;
}
input {
  padding: 5px 10px;
}
.img-responsive {
  object-fit: cover;
  width: auto;
  height: auto;
}
a {
  text-decoration: none;
	color: #fff200;
}
a:hover,
a:focus {
  text-decoration: none;
	color: #FFFFFF;
}
.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  background-color: transparent;
  color: #000;
  padding: 10px 15px;
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #000;
    padding: 20px;
    margin: 20px 0 0 0;
}
.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: transparent;
  color: #000;
}
.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.breadcrumbs-wrap{
  background: transparent;
}

.page-header {
	margin: 0 0 30px 0;
	padding: 0;
}
.page-header-center {
	text-align: center;
}

.row_home{
  margin-top: 100px;
}

.btn-text {
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.btn-text i {
	font-size: 12px;
	padding-left: 10px;
}

.btn-top {
	margin-top: 30px;
}

.btn-top-half {
	margin-top: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

.product_meta{
  display: none;
}

/******** Header *********/

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

/******** Slider **********/

.slider-overlay {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  background: rgba(0,0,0,.4);
}

.slide  img {
    display: block !important;
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover !important;
}

.slide-overlay {
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  text-align: center;
}

.slide-overlay, .slider-overlay {
  width: 100%;
  position: absolute;
  left: 0;
}

/********* Nav Bar *********/

.navbar-nav {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
}

.navbar-nav li {
	float: left;
	margin: 0 30px 0 0;
}

.navbar-nav li:last-child {
	margin: 0;
}

.navbar-nav li a {
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
}

.navbar-nav li a:hover, .navbar-nav li.current-menu-item a {
	color: #fff200;
}

/******** Content **********/

.content-strip {
	padding: 100px 0;
}

.content-strip-white {
	background: #FFFFFF;
}

.flex-center {
	display: flex;
	align-items: center;
}

.no-padding {
	padding: 0;
}

.full-height {
	padding: 60px 0;
	height: 100%;
}

.full-height-img img{
	height: 100%;
	object-fit: cover;
	object-position: center
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.full-height-cta {
	position: relative;
	display: block;
	height: 100%;
	color: #FFFFFF;
}

.full-height-cta-abs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding: 60px 30px;
}

.full-height-cta:hover img {
	filter: grayscale(0%);
}

.full-height-cta ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.full-height-cta li {
	list-style: none;
}

.full-height-cta li.left {
	float: left;
}

.full-height-cta li.title {
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	font-size: 34px;
}

.full-height-cta li.right {
	float: right;
	margin-top: 10px;
}

.full-height-cta:hover ul li.title  {
	color: #fff200;
}

.award-bg {
	background: #FFFFFF;
	padding: 160px 60px;
	display: block;
  color: #000;
}

.award-bg-small{
  background: #FFFFFF;
  padding: 30px 30px;
  display: block;
  color: #000;
}

.award_over_wrap{
  color: #000;
}

.award_over__ttile{
  font-weight: 500;
font-style: normal;
text-transform: uppercase;
margin-bottom: 15px;
}

.award-bg img {
    display: block;
    margin: 0 auto;
    filter: grayscale(0%);
    height: 300px;
    width: auto;
}

.inner{
  margin: 30px 0 0 0;
}

.post_title{
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 500;
}

.news_post_wrap a:hover{
  color: #000000;
}

.post-title{
  color: #000000;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  margin: 30px 0 5px 0;
}

.post-post_excerpt{
  color: #777;
}

.news_post_wrap .btn-top {
    margin-top: 15px;
}
/******** Footer ***********/

footer {
	background: #000000;
	padding: 100px 0;
	color: #FFFFFF;
	font-size: 15px !important;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #fff200;
}

.footer-logo {
	display: block;
	margin: 0 auto;
}

footer .menu {
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

footer .menu li {
	display: inline-block;
	margin: 0 15px 0 0;
}

footer .menu li:last-child {
	margin: 0;
}

footer .menu li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
}

footer .menu li a:hover, footer .menu li.current-menu-item a {
	color: #fff200;
}



.footer-contact {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

.footer-contact li {
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	margin-right: 10px;
}

.footer-contact li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.footer-contact li span {
	font-weight: 500;
}

.copyright {
	text-align: center;
	margin: 0;
	padding: 0;
}

.awards_wrap .owl-dot{
  background-color: #fff !important;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff !important;
  margin: 0 3.5px;
}
.awards_wrap .owl-dot:hover{
  background-color: #fff200 !important;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff200 !important;
  margin: 0 3.5px;
}
.awards_wrap .owl-dot.active{
  background-color: #fff200 !important;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff200 !important;
  margin: 0 3.5px;
}
.awards_wrap .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 9999999999999999999;
    bottom: -30px;
    margin-bottom: 30px;
    position: relative;
    opacity: 1;
}

.inner_post {
    position: relative;
    margin-bottom: 180px;
}

.inner_post_overlay {
    padding: 30px;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: #f7f7f7;
    text-align: center;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    margin-top: -30px;
}

.inner_post_overlay a{
  color: #000000;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.sub_post_title{
  color: #000000;
}

.block-wrapper{
  position: relative;
}

.home_block_wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.home_block_wrap img{
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.footer-top-wrap{
  position: relative;
  height: 500px;
  text-align: center;
}

.footer-top-wrap a{
  margin-top: 30px;
}

.teawm-wrap{
  margin-top: 30px;
}

.team_title, .team_role{
  font-weight: 500;
}

.team_title{
  font-style: normal;
text-transform: uppercase;
font-size: 20px;
}

.team_content{
  margin-top: 30px;
}

.team_content_wrap{
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  padding: 15px;
}

.footer_img{
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 500px !important;
  width: 100%;
  object-fit: cover;
}

.footer_content{
  width: 60%;
  margin: auto;
}

.footer_overlay{
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 500px;
  background: rgba(0,0,0,0.6);
}

.footer-top-wrap .top{
  position: relative;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
}

.news_post_wrap_page{
  margin-top: 30px;
}

.post-title-page{
  color: #fff;
}

.post-post_excerpt_overview{
  color: #fff;
}

.post-title-page a{
  color: #fff;
}

.post-title-page:hover a{
  color: #fff200;
}

.news_post_wrap a:hover{
  color: #fff;
}

.news_post_wrap:hover img {
    filter: grayscale(0%);
}

.news_post_wrap:hover a{
  color: #fff200;
}

.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  margin: 10px 0;
}
.wpcf7-textarea {
   height: 200px;
}

input.wpcf7-form-control.wpcf7-submit{
  background-color: #fff200;
    color: #000;
    padding: 10px 15px;
    font-weight: bold;
    border-color: transparent;
    border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit:hover{
  background: #fff;
  color: #000;
}

.contact-details{
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.faContact{
  padding-right: 10px;
}

.contact_sub_title {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}

.contact-details span{
  font-weight: 500;
}

.woocommerce .page-title, .woocommerce-result-count, .woocommerce-ordering{
  display: none;
}

.product_wrap{
  margin-top: 30px;
}

.product-title{
  color: #fff;
  font-weight: 500;
font-style: normal;
font-size: 20px;
text-transform: uppercase;
margin: 30px 0 5px 0;
}

.product_wrap:hover .product-title{
  color: #fff200;
}

.product_wrap:hover img {
    filter: grayscale(0%);
}


.product_thumb_overlay img{
  width: auto;
  height: 300px;
  object-fit: contain;
}

.product-price{
  color: rgba(255,255,255,0.7);
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: rgba(255,255,255,0.7);
}

ul.tabs.wc-tabs {
    display: none;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 37px;
    border: 0px solid;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #fff200;
  color: #000;
  padding: 10px 15px;
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #fff;
  color: #000;
}

.owl-carousel .owl-item img {
    object-fit: contain;
}

.content-strip-white{
  background: #fff;
}

.content-strip-white .page-header{
  padding: 0px;
  margin: 0px;
}

.content-strip-white h1{
  color: #000000;
}

.single-guides header, .single-_mo_news header, .single-mo_team_standard header  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.woocommerce div.product .product_title {
    display: none;
}

.image_wrap{
  margin-top: 30px;
}

.gslide-image img{
  filter: grayscale(0%);
}

.socal_list_wrap{
  top: 20%;
  position: fixed;
  z-index: 999;
}

.social_list li a {
    color: #fff;
    width: 50px;
    height: 40px;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social_list li.in a{
  background-color: #e1306c;
}

.social_list li.fb a{
  background-color: #1877f2;
}

.social_list li a:hover{
  opacity: 0.6;
}

.social_list li a:hover{
  opacity: 0.6;
}


/******** Responsive ***********/

/* XXL */
@media (max-width: 1400px) {

}

/* XL */
@media (max-width: 1200px) {
  .footer_content {
      width: 100%;
      margin: auto;
  }
  .navbar-nav li {
    float: left;
    margin: 0 25px 0 0;
}
}

/* L */
@media (max-width: 992px) {

  .home_block_wrap img {
      width: 100%;
      height: 40px;
      object-fit: cover;
  }

  .award-bg {
      padding: 60px 60px;
  }

	.navbar-nav li {
		margin: 0 15px 0 0;
	}

	h1, .h1 {
	  font-size: 30px;
	}

	h2, .h2 {
	  font-size: 28px;
	}

	h3, .h3 {
	  font-size: 26px;
	}

	.full-height-cta li.title {
		font-size: 28px;
	}
  .footer_content {
      width: 100%;
      margin: auto;
  }
  .menu-primary-container {
      margin: 30px 0;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
  }
}

/* M */
@media (max-width: 768px) {

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
  }
  .navbar-nav li {
    margin: 0 4px 0 0;
  }
  .award-bg {
      padding: 30px 30px;
  }

  .footer_content {
      width: 100%;
      margin: auto;
  }

  .news_post_wrap.unifyheight {
    margin-top: 30px;
}

  footer .menu li {
      display: inline-block;
      margin: 0 5px 0 0;
  }

  .menu-primary-container {
      margin: 30px 0 20px 0;
  }

  .footer-contact li{
    margin: 0;
    padding: 0;
    border: 0 !important;
  }

  footer .menu li a {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 15px;
  }

  .footer-contact li:nth-child(2){
    margin: 10px 0;
  }

  .footer-contact {
      margin: 0 0 15px 0;
      padding: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      align-content: center;
  }

}

/* S */
@media (max-width: 576px) {

}

/* XS */
@media (max-width: 0px) {

}
