/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.mfn-header-main h5 {
    font-size: 16px;
    line-height: 16px;
}

.project-box .mcb-wrap-inner {
	overflow: hidden;
}

.project-box .mcb-item-image-inner {
	margin-left: 0;
	margin-right: 0;
}

a.mfn-icon-2 {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg, #487bf9, #c26fff);
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
	margin-top: 15px;
}

a.mfn-icon-2 i.icon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #181833;
  border-radius: 50%;
}

a.mfn-icon-2 i.icon-play::before {
  font-size: 28px;
  line-height: 1;
  background-image: linear-gradient(45deg, #487bf9, #c26fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

a.mfn-icon-2:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 25px rgba(72, 123, 249, 0.6);
}

.mfn-header-menu>.mfn-menu-li>.mfn-menu-link>.label-wrapper>.menu-label {
    white-space: nowrap;
    font-family: 'Oswald';
    text-transform: uppercase;
}

h1, h2 {
	text-transform: uppercase;
}

#Home h2 {
    text-transform: unset;
    color: #ffffff;
    font-weight: 300;
}

#Home h1 {
	color: #ffffff;
}

#Projects h3 {
	text-transform: uppercase;
}

.mcb-section .mcb-wrap .mcb-item-7ay8qrwxd .mfn-header-menu > li.current-menu-item > a.mfn-menu-link, .mcb-section .mcb-wrap .mcb-item-7ay8qrwxd .mfn-header-menu > li.current-menu-ancestor > a.mfn-menu-link, .mcb-section .mcb-wrap .mcb-item-7ay8qrwxd .mfn-header-menu > li.current-product_cat-ancestor > a.mfn-menu-link {
    color: #5FBBCB;
}

.mcb-section .mcb-wrap .mcb-item-7ay8qrwxd .mfn-header-menu > li.mfn-menu-li:hover > a.mfn-menu-link {
    color: #5FBBCB;
}

.mcb-section .mcb-wrap .mcb-item-l71j9ht89 .title, .mcb-section .mcb-wrap .mcb-item-l71j9ht89 .title a {
    color: #e2f1f7;
}

.mfn-footer, .mfn-footer .widget_recent_entries ul li a {
    color: #e2f1f7;
}

.mcb-section .mcb-wrap .mcb-item-1qdriswu .title, .mcb-section .mcb-wrap .mcb-item-1qdriswu .title a {
    color: #e2f1f7;
}

.mcb-section .mcb-wrap .mcb-item-quu1u85 .title, .mcb-section .mcb-wrap .mcb-item-quu1u85 .title a {
    color: #e2f1f7;
}

.admin-bar.mfn-header-scrolled .mfn-header-tmpl:not(.mfn-header-tmpl-default), .admin-bar .mfn-header-tmpl-fixed {
    margin-top: 0;
}
.mfn-header-tmpl-fixed {
    position: absolute;
    top: 0;
    left: 0;
}

.mcb-column-inner-j4qmrgs img {
	max-width: 45px;
}

.mcb-section .mcb-wrap .mcb-item-31cgatqc form input.wpcf7-submit {
    background-color: transparent;
    border-style: solid;
}

.mcb-section .mcb-wrap .mcb-item-31cgatqc form input.wpcf7-submit:hover {
    background-color: #5fbbcb;
	border-color: #5fbbcb;
}

.poster-icons {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 9999999;
}

.project-box .mcb-item-image-inner {
    margin-bottom: 0;
}

.project-box .column_image {
	position: relative;
}

.project-box h4 {
	margin-top: 20px;
}

.poster-icons ul {
    text-align: right;
}

.poster-icons ul li {
    display: inline-block;
}

.poster-icons ul li a {
    margin-left: 3px;
    margin-right: 3px;
    color: #5fbbcb;
    width: 36px;
    height: 36px;
    line-height: 33px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    border: 2px solid rgba(16, 49, 68, 0.7);
    background-color: rgba(9, 31, 43, 0.7);
}

.poster-icons .fa-imdb:before {
    content: "IMDb";
    font-family: 'Oswald';
}

.poster-icons .mcb-item-html-inner {
	margin-bottom: 0;
}

.poster-icons ul li a:hover {
	background-color: rgba(9, 31, 43, 1);
	border: 2px solid rgba(16, 49, 68, 1);
	color: #ffffff;
}

.mcb-item-xj7f6txt {
	position: absolute;
	right: 0;
}

.mcb-item-xj7f6txt .fa-imdb:before {
    content: "IMDb";
    font-family: 'Oswald';
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

.mcb-item-xj7f6txt .fa-imdb:hover:before {
	opacity: 1;
}

.mfn-footer .fa-imdb:before {
    content: "IMDb";
    font-family: 'Oswald';
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

.mfn-footer .fa-imdb:hover:before {
	opacity: 1;
	text-decoration: none;
}


.mfn-footer a:hover {
	text-decoration: none;
}

.mfn-footer .mfn-icon-box .icon-wrapper i {
    font-size: 14px;
    line-height: 14px;
}

.mcb-section .mcb-wrap .mcb-item-ac033fc73 .mfn-header-tmpl-menu-sidebar {
    background-color: #040f15;
}

.mcb-section .mcb-wrap .mcb-item-ac033fc73 .mfn-header-tmpl-menu-sidebar .mfn-header-menu > li.current-menu-item > a {
    color: #5fbbcb;
}

@media (max-width: 480px) {
	h1 {
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
    }
	
	.button_size_4 {
		transform: scale(1);
	}
	
	h3 {
        font-size: 36px;
        line-height: 36px;
    }
	
	#Projects h3 {
		margin-top: 25px;
	}
	
	h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: -1px;
    }
	
	.project-box a.button {
        padding: 10px 15px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
	
	.mcb-section .mcb-wrap .mcb-item-l6598ozyb .title {
		font-size: 48px;
		line-height: 58px;
		letter-spacing: -1px;
	}
	
	p {
		font-size: 14px;
		line-height: 22px;
	}
	
	section.mcb-section-oemil4je {
		background-size: cover;
	}
	
	.mcb-section .mcb-wrap .mcb-item-b5sdkq8 .title {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: -1px;
	}
	
	h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: 0px;
    }
	
	section.mcb-section-gdvprf87d {
        padding-top: 70px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}