/*===========HEADER============*/
.custom-logo-link {
	max-width: 450px;
	margin-right: 20%;
}


/* .site_header__primary-nav {
	display: none;
} */




/*=============================*/
/*=============================*/
/*============HOME=============*/
/* 3rd Block > Remove movie info */
.featured-movie__content {display: none;}


/* Market Block */
.market-header {
	margin-bottom: 0px;
}


/*  Featured Titles > Display 4 featured movies on smaller screen */
@media (max-width: 1200px) {
    .columns-7 .movies__inner > .movie:nth-child(n+6) {
        display: none;
    }
}


/* Correct the movie poster container size */
.style-2 .movie .movie__poster:before {
bottom: 1%;
}


/* Remove red poster overlay top */
@media (max-width: 767px) {
.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide figure:after {
background: none;
}
}
/* Remove red poster overlay botton - */
@media (max-width: 767px) {
.style-2 .movie .movie__poster:before {
    background: none;
}
}

/* More info button */
.single-featured-movie .movie__actions .movie-actions--link_watch {
	background-color: #303544; 
}
/* More info button hover */
.single-featured-movie .movie__actions .movie-actions--link_watch:hover {
	background-color: #242932;
}






/* Hide Watch button on HOME page */
/* .movies-sliders.style-v2 .single-featured-movie .movie__actions {
display: none;
}
 */





/*=============================*/
/*=============================*/
/*============FILMS============*/
/* Hide breadcrumbs */
.masvideos-breadcrumb {
	display: none;
}

/* Hide Header */
.site-content__inner .content-area .page-title {
	display: none;
}




/*. Hide watch now button on small devices*/
@media (max-width: 767px) {
    .single-movie__actions .movie-actions--watch-now {
        display: none;
    }
}










/*=============================*/
/*=============================*/
/*============ABOUT============*/
/*  testing hero-banner-block-cannes*/

.hero-banner-block-cannes {
	height: 400px;
}

/* Remove margin from top container */
.about-top-container {
	margin-bottom: 0px;
}




/*=============================*/
/*=============================*/
/*==========CONTACT============*/
/* Edit send button */
button.wp-block-button__link {
	border: 2px solid blue; !important
}







/*=============================*/
/*=============================*/
/*===========NAVBAR============*/
/*  MOVE NAV MENU ITEMS TO RIGHT */
@media (min-width: 1200px) {
.site-header__right {
width: 100%;
}

.site_header__primary-nav {
margin-left: auto;
}
}

/*. Move header logo to centre on smaller screens */
@media (max-width: 1025px)
.site-header__logo {
	padding-left: 22%; !important
}


.single-movie-details--description__title {
	display: none;
}

/* Center main logo */
@media (max-width: 1200px) {
.site-header__logo .custom-logo-link {
margin: auto;
}
}



/* Change font weight on hover  */
/*Home*/
.site_header__primary-nav .nav > li.menu-item-5075 >  a:hover {
	font-weight: 500; !important
}
/*Films*/
.site_header__primary-nav .nav > li.menu-item-5111 >  a:hover {
	font-weight: 500; !important
}
/*About*/
.site_header__primary-nav .nav > li.menu-item-6270 >  a:hover {
	font-weight: 500; !important
}
/*Contact*/
.site_header__primary-nav .nav > li.menu-item-5433 >  a:hover {
	font-weight: 500; !important
}
















/*=============================*/
/*=============================*/
/*===========FOOTER============*/
/*. Remove social link title */
.footer-social-icon .social-media-item__title {
    display: none;
}








/*=============================*/
/*=============================*/
/*=============================*/













/* Resize poster containers */
/* @media (min-width: 1200px) {
.columns-7 .movies__inner > .movie {
    flex: 0 0 14%;
    max-width: 14%;
}
}
 */



/* Delete gap at bottom of poster */
/* .style-2 .movie .movie__poster:before {
    bottom: 4px;
} */




/* INFO BLOCK */
/* .info-wood-entertainment {
	background-color: #121722;
}

.about-wood-section {
	background-color: #121722;
} */

/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/




