@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
	font-size: 1.1rem;
}

body,
#divMain {
	background-color: #f7eecf !important;
	/*background-attachment:fixed;*/
}


/* pick your seats inside the movie theater */

body.order_movie_ticket {
	background-color: #3b3635 !important;
}



/* height */

#divMain header {
	height: 70px !important;
}

.mainnav .navbar-toggler {
	height: 70px !important;
}

.carousel.hero {
    margin-top: 74px !important;
}

#dashboard.sticky-top {
    top: 74px;
}

.filmpage .sticky-top {
    top: 74px;
}

.ticketflow {
    padding-top: 130px !important;
}


/* --------------- MAIN NAV --------------- */


.mainnav {
	background-color: #ce5134 !important;
  	background: linear-gradient(90deg, #7d130c, #ce5134, #7d130c) !important;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  
}

.navbar {
    padding-top: 2px !important;
  	padding-bottom: 2px !important;
}

.mainnav .nav-link {
	color: #fff !important;
  	font-weight: 500 !important;
}

.mainnav .container-fluid {
	padding: 0 7px !important;
}

.mainnav .navbar-brand, .mainnav .nav-link {
    padding-left: 14px !important;
    padding-right: 0 !important;
}

.mainnav .navbar-nav {
    margin-top: 20px !important;
}

.mainnav .nav-link:hover,
.mainnav .nav-link:active {
    color: #000 !important;
    background-color: rgba(255, 250, 205, .3);
    background: linear-gradient(90deg, rgba(255, 250, 205, .7), rgba(255, 250, 205, 0) 60%) !important;
}


/* logo */

.mainnav a.navbar-brand,
.mainnav a.navbar-brand:hover,
.mainnav a.navbar-brand:active,
.mainnav a.navbar-brand:focus {
	background-image: url('logo/phoenixLogo.png') !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
  	height: 56px !important;
	width: 60% !important;
	padding: 0 !important;
    -webkit-filter: drop-shadow(0 0 10px #fffacd);
    filter: drop-shadow(0 0 10px #fffacd);
}


/* burger + search */

.mainnav #navbarSearch form input[name="searchTopOnHeader"].form-control {
	width: 100% !important;
	max-width: 820px !important;
	height: calc(3.25rem) !important;
	margin-top: 20px !important;
	box-shadow: none !important;
	background-color: #fff !important;
	border: 1px solid #666 !important;
    color: #000 !important;
}

.mainnav #navbarSearch > form {
    text-align: center !important;
}

.mainnav #navbarSearch ul.results {
    text-align: center !important;
}

.mainnav #navbarSearch ul.results li {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

.mainnav #navbarSearch ul.results li h2 {
    margin-bottom: 12px;
}

.mainnav #navbarSearch ul.results li a {
    float: none !important;
	margin: 6px 0;
    border: none !important;
}

.mainnav .noresults {
	text-align: center;
	padding-top: 30px;
}





/* --------------- HERO --------------- */

.heroH,
.heroP {
	font-weight: 300 !important;
}

.heroH {
	background-color: rgba(255,255,255,0.8) !important;
	color: #343434 !important;
}


/* --------------- BUTTONS --------------- */


.button1,
.btn-filmtime,
.btn_next,
.ticketamount button,
.mainnav #navbarSearch ul.results li a {
	color: #fff !important;
  	border: 1px solid #FBF5B7 !important;
	-webkit-box-shadow: 0px 3px 25px 0px rgba(252, 246, 186, 1); 
	box-shadow: 0px 3px 25px 0px rgba(252, 246, 186, 1);
  	background: #9a0404;
  	background-image: url('../gfx/2x/arrow_r.png'), linear-gradient(176deg, #9a0404 37%, #e8a766 76%, #cf1b1b 93%);
	background-repeat: no-repeat;
	background-size: 0px 0px, auto 100% !important;
	background-position: right 50px center, top right !important;
}

.button1:hover,
.btn-filmtime:hover,
.btn_next:hover,
.ticketamount button:hover,
.mainnav #navbarSearch ul.results li a:hover {
	color: #fff !important;
  	background-image: url('../gfx/2x/arrow_r.png'), linear-gradient(170deg, #9a0404 40%, #e8a766 60%, #cf1b1b 93%);
	background-size: 8px 13px, auto 150% !important;
	background-position: right 15px center, top right !important;
	transition: .2s ease-out all;
}

.btn-filmtime.inactive {
	opacity: 0.5;
	filter: saturate(0%);
}

#gobackorder:hover {
   background-color: #9a0404 !important;
}


/* search result */

.mainnav #navbarSearch ul.results li a {
	padding: 6px 18px !important;
}



/* secondary */

.btn-film_readmore,
.dateselecter .nav-link,
.btn-newsletter {
	background-color: rgba(0, 0, 0, .9) !important;
  	border: 1px solid #FBF5B7 !important;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(252, 246, 186, .4); 
	box-shadow: 0px 3px 15px 0px rgba(252, 246, 186, .4);
}

.btn-film_readmore:hover,
.dateselecter .nav-link:hover,
.btn-newsletter:hover {
	background-color: rgba(0, 0, 0, .6) !important;
  	border: 1px solid #FBF5B7 !important;
}






/* sal/category label in btn-filmtime button */

.btn-filmtime.sal span {
    transform: rotate(-90deg) translate(-19px, -1px);
    width: 39px;
}





/* --------------- DASHBOARD --------------- */


#dashboard {
	background-color: #f7eecf !important;
	margin: 0 auto 20px auto !important;
	width: 100% !important;
    /*max-width: none !important;*/
  	/*background-image: linear-gradient(to bottom, #f7eecf 85%, transparent 100%) !important;*/
	background-color: #f7eecf !important;
}


/* dashOne - horizontal text menu width slider func. */

#dashOne {
    margin-bottom: 4px;
}

#dashOne.nav-scroller {
	height: 2.6rem !important;
}

#dashOne nav a {
    color: #000 !important;
  	font-weight: 500;
}



/* dashTwo - Film, Kategori, Visning */

#dashTwo .filmSelectList,
#dashTwo .categorySelectList,
#dashTwo .versionSelectList,
#dashTwo .viewSelectList {
  	font-weight: 500;
	padding: 10px 7px !important;
	background-color: #ce5134 !important;
  	background: linear-gradient(90deg, #7d130c, #ce5134, #7d130c) !important;
}

#dashTwo .filmSelectList:hover,
#dashTwo .categorySelectList:hover,
#dashTwo .versionSelectList:hover,
#dashTwo .viewSelectList:hover {
	opacity: .8 !important;
}


#dashTwo .filmSelectList.active,
#dashTwo .categorySelectList.active,
#dashTwo .versionSelectList.active,
#dashTwo .viewSelectList.active {
	background-color: #000 !important;
	color: #fff !important;
}


/* film */
#dashTwo #filmSelectList #shortcutsfilm .thelinks div {
	margin-top: 8px;
    border-top: 4px transparent solid !important;
}
#dashTwo #filmSelectList #shortcutsfilm .thelinks div:hover {
    border-top: 4px #d6583a solid !important;
}
#dashTwo #filmSelectList #shortcutsfilm .thelinks div img {
	margin-bottom: 4px;
}
#dashTwo #filmSelectList #shortcutsfilm .thelinks div span {
  	font-weight: 500;
	color: #000 !important;
}


/* kategori */
#dashTwo #categorySelectList #shortcutscat .thelinks {
    background-color: transparent !important;
}
#dashTwo #categorySelectList #shortcutscat .thelinks div span {
    background-color: #d6583a !important;
    margin-right: 4px;
}
#dashTwo #categorySelectList #shortcutscat .thelinks div span:hover {
    background-color: #000 !important;
	color: #fff !important;
}
#dashTwo #categorySelectList #shortcutscat .thelinks div.active span {
    background-color: #000 !important;
	color: #fff !important;
}


/* version */
#dashTwo #versionSelectList #shortcutscat .thelinks {
    background-color: transparent !important;
}
#dashTwo #versionSelectList #shortcutscat .thelinks div span {
    background-color: #d6583a !important;
    margin-right: 4px;
}
#dashTwo #versionSelectList #shortcutscat .thelinks div span:hover {
    background-color: #000 !important;
	color: #fff !important;
}
#dashTwo #versionSelectList #shortcutscat .thelinks div.active span {
    background-color: #000 !important;
	color: #fff !important;
}


/* visning */
#dashTwo #viewSelectList #shortcutsview .showtype a {
	background-color: #000 !important;
	filter: invert(100%);
    -webkit-filter: invert(100%);
}
#dashTwo #viewSelectList #shortcutsview .showtype a:hover {
	background-color: #000 !important;
	filter: invert(90%);
    -webkit-filter: invert(90%);
}
#dashTwo #viewSelectList #shortcutsview .showtype a.shown {
	background-color: #000 !important;
	color: #fff !important;
	filter: invert(0%);
    -webkit-filter: invert(0%);
}


/* dashThree - date selector */

#dashThree {
    padding-bottom: 10px !important;
}

#dashThree ul li:first-child {
    margin-right: 0px !important;
}

#dashThree ul li a {
	background-color: #ce5134 !important;
  	background: linear-gradient(90deg, #7d130c, #ce5134, #7d130c) !important;
	font-weight: 500;
	color: #fff !important;
}
#dashThree ul li a:hover {
    background-color: rgba(0, 0, 0, .5) !important;
}
#dashThree ul li a.active {
}

#dashThree .dateBackward,
#dashThree .dateForward {
    background: rgba(0, 0, 0, .2) !important;
  	border: none !important;
	padding: 17px 12px 14px 12px !important;
}

#dashThree #dateSelectList #shortcutsdate .thelinks div {
	background-color: #d6583a !important;
}

#dashThree #dateSelectList #shortcutsdate .thelinks div:hover {
	background-color: rgba(0, 0, 0, 1) !important;
}
#dashThree #dateSelectList #shortcutsdate .thelinks div.active {
	background-color: #000 !important;
}
#dashThree #dateSelectList .swipearrows .swipearrow {
    background-color: #000 !important;
}
#dashThree #dateSelectList .swipearrows .swipearrow.swipeInactive {
    background-color: transparent !important;
}




#dashTwo ul li a,
#dashTwo #viewSelectList #shortcutsview .showtype a,
#dashTwo #viewSelectList #shortcutsview .showtype a.shown,
#categorySelectList div#shortcutscat .thelinks div span,
#versionSelectList div#shortcutscat .thelinks div span,
#dashThree ul li a,
#dateSelectList div#shortcutsdate .thelinks div,
.swipearrow,
button,
.ofclose,
.phnx_input-field,
#gobackorder,
.modal-dialog button.btn,
.feature,
.filmpage .times,
.btn-film_readmore,
.modal-dialog button.btn,
.btn-filmtime,
.btn_cta,
.button1,
.btn-newsletter,
.btn_next,
.ticketamount button,
.results a,
.dateselecter .nav-link,
.film,
.boxstyleA,
.colorbox,
#imagetoclickclassic {
  border-radius: 8px;
  text-shadow: 1px 1px 5px rgba(156, 119, 53, 1);
}

.mainnav .nav-link:hover,
#dashThree .dateBackward,
#dashThree .dateForward
{border-radius: 8px;}

.filmtainer .vertical .col-12 .times span
{border-radius: 3px;}








/* ------ BOX STYLES ------ */

.helptxt {
    opacity: 1 !important;
font-size: 1rem;
line-height: 1.4;
}


.boxstyleA,
.times,
.colorbox,
.colorboxTimes {
  	background: radial-gradient(ellipse farthest-corner at right bottom, #eadba7 0%, #efdd9f 45%, #dab96a 70%, #be9d5f 100%);
  	-webkit-box-shadow: 0px 3px 3px 0px rgba(156, 119, 53, .6); /* right - down - blur - spread */
			box-shadow: 0px 3px 3px 0px rgba(156, 119, 53, .6);
}

.boxstyleA.sidebytimes:hover,
.times:hover {
	background-color: rgba(0,0,0,.2) !important;
}

.boxstyleA h5 {
	margin-bottom: 12px;
}


.boxstyleB {
	background-color: #fff !important;
}



.times { /* container with date */
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.dateseperator { /* date header */
	color: #fff !important;
	font-weight: 500;
}

.timestype { /* movie title under date header */
	background-color: transparent !important;
}



.colorboxTimes { /* container with category labels */
	margin-top: 25px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}
.colorboxTimes .colorbox {
	border-radius: 0 !important;
	background-color: transparent !important;
	background: none !important;
    box-shadow: none !important;
}

.colorbox {
    background-color: none !important;
    box-shadow: none !important;
}
.colorbox .color { /* category label */
    -webkit-box-shadow: 2px 2px 4px -2px rgba(0,0,0,.2); 
	box-shadow: 2px 2px 4px -2px rgba(0,0,0,.2);
    background-color: rgba(163, 128, 61, .6) !important;
}



.filmpage .synopsis { /* text about the movie */
	font-weight: 300 !important;
    color: #000 !important;
}

.filmpage .synopsis h1 {
	font-size: 2.8rem !important;
	margin-bottom: 40px !important;
    padding-bottom: 20px !important;
	font-weight: 300 !important;
    color: #db5738 !important;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}





.filmfacts { /* movie details shown under youtube trailer */
    background-color: #000 !important;
	color: #dccd8b !important;
}
.filmfacts h5 {
	font-size: 1.6rem;
	margin-bottom: 12px;
	font-weight: 300;
	color: #fff !important;
}





/* FILMTAINER - mobile view only */


.filmtainer .vertical .col-12 .dropdown, .artikel .vertical .col-12 .dropdown, .featuredMovies .vertical .col-12 .dropdown {
    background-color: #000;
	right: 15px !important;
  	border-radius: 4px;
}

.filmtainer .vertical .ver_film, .artikel .vertical .ver_film, .featuredMovies .vertical .ver_film {
    border-bottom: none !important;
}

.filmtainer .vertical .ver_film, .artikel .vertical .ver_film, .featuredMovies .vertical .ver_wrap {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-right: 15px !important;
}


.filmtainer .vertical .col-12 {
	background-color: transparent !important;
}

.filmtainer .vertical .col-12.active, .filmtainer .vertical .col-12 .p-0 {
	background-color: #111;
}



.filmtainer .vertical .col-12 .title::before {
	background: none !important;
}

.filmtainer .vertical .col-12 .title {
    color: #000 !important;
  	font-weight: 500;
  	text-shadow: 1px 1px 5px #fffacd, -1px -1px 5px #fffacd;
}

.filmtainer .vertical .col-12.active .ver_open .ver_type span.cat {
	background-color: transparent !important;
	color: #111 !important;
	/*border-bottom: 2px solid #fff !important;*/
	padding: 5px 15px !important;
}


.filmtainer .vertical .col-12 .times span {
	/*background-color: #5aa7d1 !important;
	color: #fff !important;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, .2); 
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, .2);*/
  
  	-webkit-box-shadow: 0px 3px 25px 0px rgba(252, 246, 186, 1); 
	box-shadow: 0px 3px 25px 0px rgba(252, 246, 186, 1);
  	background: #9a0404;
  	background-image: linear-gradient(176deg, #9a0404 37%, #e8a766 76%, #cf1b1b 93%);
  	color: #fff !important;
}

.filmtainer .vertical .col-12 .times span strong {
	color: #fff !important;
}

.filmtainer .horizontal .hor_type span.cat, .artikel .horizontal .hor_type span.cat, .featuredMovies .horizontal .hor_type span.cat {
   background: none !important;
}


.filmtainer .horizontal .title {
    color: #000 !important;
  	font-weight: 500;
  	text-shadow: 1px 1px 5px #fffacd, -1px -1px 5px #fffacd;
}



#videoModal .modal-dialog {
  background-color: transparent !important;
}





/* ------ ARTIKEL / CMS SIDERNE ------ */

.artikel {
	color: #000 !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 80px !important;
}

.artikel h1 {
	font-size: 2.8rem !important;
	margin-bottom: 40px !important;
    padding-bottom: 20px !important;
	font-weight: 300 !important;
    color: #db5738 !important;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.artikel a:link,
.artikel a:visited,
.artikel a:hover,
.artikel a:active {
	font-weight: bold;
	color: #000 !important;
}





/* ------ FOOTER ------ */



.footer {
  background-color: transparent !important;
}

.footer h5 {
	font-size: 1.8rem;
	margin-bottom: 12px;
	color: #db5738 !important;
}

.footer a:link,
.footer a:visited,
.footer a:active {
	color: #000 !important;
}

.footer a:hover {
	color: #cf1b1b !important;
}

.companyFooter {
	background-color: #000 !important;
}

.companyFooter a:link,
.companyFooter a:visited,
.companyFooter a:active {
	display: block;
	color: #dccd8b !important;
}

.companyFooter a:hover {
	color: #fff !important;
}

.companyFooter .some a {
	display: inline-block;
}
.companyFooter .some a:hover {
	opacity: .5;
}

.companyFooter a .phone {
	color: #fff !important;
	font-size: 1.8rem !important;
	padding: 0 20px 0 45px !important;
}


.footer .text-muted {
	color: #000 !important;
}

.footer .text-muted a:link,
.footer .text-muted a:visited,
.footer .text-muted a:active {
	color: #000 !important;
}

.footer .text-muted a:hover {
	color: #cf1b1b !important;
}

.footer .paymentIcons img {
	margin: 20px 2px;
}

/* ------ Added DJM 20230508------ */
.button1.btn-edit,  .button1.btn-delete.orderCancel, .button1.btn-pay{
    background-size: auto 40% !important;
    background-position: 14px center  !important;
}

.button1.btn-edit:hover,.button1.btn-delete.orderCancel:hover, .button1.btn-pay:hover{ 
    transition: .2s ease-out all;
}
.filmpage .specialeventtxt .specialeventtxtInside{
 color: #000;
}
/* ------ Added DJM 202405083------ */
.footer .dropdown-menu {
    background: rgb(247 238 207) !important;
}