/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.3.7

All css files are placed in /css/ folder
*/
.post-type-archive-blog_pt #Top_bar,
.single-blog_pt #Top_bar, .single-creatives_gallery #Top_bar,
.page-template-archive-blog #Top_bar{
    background: #ff8349;
    background: -webkit-linear-gradient(left, #ff8349 17%, #f93170 46%, #a5329b 73%);
    background: linear-gradient(90deg, #ff8349 17%, #f93170 46%, #a5329b 73%);
}
.post-type-archive-blog_pt #Content,
.single-blog_pt #Content, .single-creatives_gallery #Content,
.page-template-archive-blog #Content{
	margin-top:110px!important;
}
.blog_items .col-6{
	width:50%;
	padding:0 15px;
}
.blog_items .blog_item{
	display:flex;
	align-items:flex-start;
}
.blog_single h1, .cg_single h1,
.blog_items h1{
	margin:0px 0 105px 0;
  padding-top: 70px;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #36485D;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}
.blog_items .blog_item img{
	width:100%;
	height:auto;
	margin:0;
}
.blog_items .blog_item img.blog_img{
	transition:all .3s ease;
}
.blog_items .blog_item img.blog_img:hover{
	transform:scale(1.05);
}
.blog_items .blog_item a.perm{
	display:flex;
	align-items:center;
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	color: #A33898;
	text-decoration:none;
}
.blog_items .blog_item a.perm img{
	width:auto;
	margin-left:10px;
	transition:all .3s ease;
}
.blog_items .blog_item a.perm:hover img{
	margin-left:30px;
}
.blog_items .blog_item .tag{
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	text-transform: capitalize;
	color: #F95066;
	margin-bottom:20px;
}
.blog_items .blog_item .title{
	margin-bottom:20px;
}
.blog_items .blog_item .title a{
	font-weight: 500;
	font-size: 36px;
	line-height: 140%;
	color: #282828;
	text-decoration:none;
}
.blog_items .blog_item{
	margin-bottom:60px;
}
.blog_items .blog_item .short_desc{
	font-size: 18px;
	line-height: 170%;
	color: #282828;
	margin-bottom:15px;
}
.blog_single .maincontent p{
	margin-bottom:30px;
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #282828;
}
#Content .blog_single .maincontent h4{
	font-weight: normal;
	font-size: 30px!important;
	line-height: 20px;
	color: #282828!important;
	margin-bottom:20px;
}
#Content .blog_single .maincontent h3{
	font-weight: 500;
	font-size: 36px;
	line-height: 140%;
	color: #282828;
	margin:50px 0;
}
#Content .blog_single .maincontent img.alignleft{
	margin:0 30px 50px 0;
}
@media (max-width: 992px) {
	#Content .blog_single .maincontent img.alignleft{
		float:none;
		margin:30px auto;
	}
	.blog_items .col-6{
		width:100%;
		padding:0;
	}
	.blog_single h1, .blog_items h1, .cg_single h1 {
		margin:0 0 45px;
    padding-top: 40px;
	}
	.blog_single .maincontent p,
	.blog_items .blog_item .short_desc{
		font-size:16px;
	}
	#Content .blog_single .maincontent h4{
	line-height:32px;}
	#Content .blog_single .maincontent h3,
	.blog_items .blog_item .title a{
		font-size:22px;
	}
	.blog_items .blog_item img.blog_img{
		margin-bottom:30px;
	}
	.blog_items .blog_item{
		display:block;
	}
}

/* CG v3 */
.portfolioListFiltered {
  padding: 15px;
  box-sizing: border-box;
}
.filter-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 10;
  margin-bottom: 36px;
}
.filterItemRow {
  display: block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  min-width: 210px;
  height: 32px;
  overflow: visible;
  z-index: 1;
  transition: 0.5s;
}
.filterItemRow:hover {
  z-index: 5;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.filterItemRow::after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  top: 32px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #F95066;
  pointer-events: none;
  touch-action: none;
}
.filterList {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #36485D;
  padding: 0px;
  padding-left: 10px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  transition: 0.5s;
}
.filterList::after {
  content: "\25BC";
  position: absolute;
  z-index: 1;
  display: block;
  font-size: 12px;
  line-height: 1;
  top: 10px;
  right: 10px;
  transition: 0.5s;
}
.subList {
  order: 2;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
}
.filterItem {
  padding: 10px 0px;
  width: 100%;
  min-height: 32px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  order: 3;
}
.filterItem::after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #F95066;
}
.filterItem[data-slug="All"] {
  order: 2;
}
.filterItem:hover {
  font-weight: 600;
}
/* .filterItem.active */

.filterItem.filterLabel, .filterItem.active {
  font-weight: 600;
  /* order: 1; */
  pointer-events: none;
  touch-action: none;
  cursor: context-menu;
}
/* .filterItem.active::after,  */
.filterItem.filterLabel::after, .filterItem:last-child::after {
  display: none;
}
.filterList:hover {
  max-height: 75vh;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.filterList:hover::after {
  transform: rotate(-180deg);
}

/* filtered-posts */
.filtered-posts-row {
  position: relative;
  z-index: 5;
  min-height: 50vh;
}
.filtered-posts {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% + 30px);
  box-sizing: border-box;
  margin: 0px -15px;
}
.filtered-posts .listItem {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 15px;
  padding-top: calc(25% - 30px);
  margin-bottom: 50px;
  overflow: hidden;
}
.filtered-posts .itemBody {
  position: absolute;
  z-index: 5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.filtered-posts .itemBody .itemImageRow {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  overflow: hidden;
}
#Content .itemImageRow img.itemImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 110%;
  max-height: 110%;
  object-fit: cover;
  object-position: center;
}
.filtered-posts .itemInfo {
  position: absolute;
  width: 100%;
  height: 45%;
  padding: 15px;
  box-sizing: border-box;
  bottom: 0px;
  left: 0px;
  background-color: #FD7B23;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  transform: translateY(100%);
  z-index: 10;
}
.filtered-posts .itemName {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.filtered-posts .itemCategs {
  width: 100%;
}
#Content .filtered-posts .itemCategs>h4.catName {
  color: #fff;
  font-size: 18px!important;
  line-height: 1.2;
  font-weight: 600;
  display: none;
  margin-bottom: 0px;
}
#Content .filtered-posts .itemCategs>h4.catName:first-child {
  display: inline-block;
}
.filtered-posts .itemBorder {
  z-index: 1;
  border: 2px solid #FD7B23;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  transition: 0.5s;
  transform: translate(15px, 15px);
}
.filtered-posts .listItem:hover .itemInfo {
  transform: translateY(0%);
}
.filtered-posts .listItem:hover .itemBorder {
  transform: translate(2px, 2px);
}

.filterError {
  padding: 0 15px;
  font-weight: 700;
}
/* single-creatives_gallery */
.single-creatives_gallery .maincontent>.vc_row {
  margin-bottom: 1.5rem;
}
/* cgframe */
.cgframe, .rmFrame {
  max-width: 100%;
}
.cgframe.alignLeft {
  float: left;
}
.cgframe.alignRight {
  float: right;
}
.cgframe body, .rmFrame body {
  overflow: hidden;
}
/* RM POPUP */
.rmpInfo {
  position: absolute;
  opacity: 0;
  display: none;
  visibility: hidden;
  z-index: -1;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.rmpopup {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100vw;
  height: 100vh;
  padding: 120px 15px 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transform: translateY(-150vh);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.openRMP .rmpopup {
  z-index: 99999;
  opacity: 1;
  transform: translateY(0px);
}
.rmpContainer {
  position: relative;
  width: auto;
  height: auto;
  min-width: 230px;
  min-height: 230px;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
}
.rmClose {
  font-size: 24px;
  font-weight: 700;
  color: white;
  background-color: gray;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  right: -15px;
  top: -15px;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.rpmSelect {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
}
.selectRM {
  margin: 0 auto;
  text-align: center;
  border-bottom-color: #F95066;
  border-bottom-width: 2px;
  padding: 3px;
  color: #36485D;
  position: relative;
  appearance: auto;
}
select.selectRM::-ms-expand {
  display: inherit;
}
.selectRM:hover, .selectRM:focus {
  border-bottom-color: #F95066;
  color: #36485D;
}
.selectRM:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.selectRM option {
  text-align: center;
}
.rmpBody {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  max-width: 100%;
  max-height: calc(100% - 107px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.rmpCopyArea {
  display: block;
  width: 100%;
  text-align: center;
}
#inpForCopy {
  position: absolute;
  /* display: none;
  visibility: hidden; */
  opacity: 0;
  z-index: -1;
  /* height: 1px;
  width: 1px;
  overflow: hidden; */
}
#copyBtn {
  margin: 0px;
  outline-width: 0px;
  transition: 0.5s;
}
#copyBtn:hover {
  background-color: #FD7B23;
}

/* back top btn */
.backTopBtn {
  position:fixed;
  bottom: 15px;
  left:15px;
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display:none;
  cursor: pointer;
  z-index: 99;
  background-color: #FD7B23;
  color: #fff;
}
.backTopBtn:after {
  content: '▲';
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

/* DMP */

.flex-content .column_column{
  align-self: center;
}
.one-sixth.mcb-wrap {
    width: 11.666%;
}
.flex-content .column_image{
  align-self: center;
}

img.iab_footer{
	height:25px;
	width:50px;
	margin: 0 auto;
}

@media (max-width: 992px) {
  .filtered-posts .listItem {
    width: 33.33%;
    padding-top: calc(33.33% - 30px);
  }
  .mcb-item-2cuheij4v {
    margin-top: 30px;
  }
  div.iab_footer{

	  margin: 0 auto;
	}

}
@media (max-width: 767px) {
  .filterItemRow {
    width: 100%;
    margin-right: 0px;
  }
  .filtered-posts .listItem {
    width: 50%;
    padding-top: calc(50% - 30px);
  }
  div.iab_footer{

	  margin: 0 auto;
	}
  .rmpBody {
    margin-bottom: 5px;
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 312px);
  }
}
@media (max-width: 479px) {
  .filterItemRow {
    width: 100%;
    margin-right: 0px;
  }
  .filtered-posts .listItem {
    width: 100%;
    padding-top: calc(100% - 30px);
  }
  div.iab_footer{

	  margin: 0 auto;
	}
}

/* brand-block-new */
.brand-block-new {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
.flickity-viewport {
  min-height: 200px;
}
.flickity-button {
  padding: 10px!important;
  outline-width: 0px!important;
}
/* .brand-block-new .sliderListItem, .brand-block-new .sliderListItem a, .brand-block-new .sliderListItem img {
  position: relative;
  display: block;
} */
.brand-block-new .sliderListItem {
  display: block;
  position: relative;
}
.brand-block-new .sliderListItem a {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block-new .sliderListItem img {
  min-height: 50px;
  width: auto;
  display: block;
  position: relative;
}

.footer-copy-center #Footer .footer_copy {
  text-align: left!important;
}

/* form */
form label {
  font-weight: 400;
  font-size: 14px;
}

/* hide input */
.hide {
  position: absolute;
  z-index: 99;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
