/*
	Theme Name: Operate Now: Hospital Theme
	Description: WordPress Theme for Operate Now: Hospital by Spilgames
	Version: 1.0
*/

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* GENERAL */
body { 
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#fff;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight:bold;
	font-family:'Oswald', sans-serif;
}
h1 { 
	color:white;
	font-size:4.1em;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:26px;
	letter-spacing:4px;
	text-shadow:1px 1px 5px rgba(0,0,0,0.4);
}
p { 
	font-size:18px;
	margin-bottom:29px;
	line-height:29px;
	font-weight:400;
}
.mobile {
	display:none;
}
b, 
.strong, 
.bold { 
	font-weight:700;
}
.mt-10 { 
	margin-top:10px; 
}
.mt-50 {
	margin-top:50px;
}
.mt-75 { 
	margin-top:75px;
}
.mt-100 { 
	margin-top:100px;
}
.centered { 
	margin:0 auto;
}
a { 
	text-decoration:none;
}
a:hover { 
	color:white;
}
p a { 
	text-decoration:underline; 
}
.button, .btn {
	background: #bc8806; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e7c500, #bc8806);
    background: -o-linear-gradient(#e7c500, #bc8806); 
    background: -moz-linear-gradient(#e7c500, #bc8806); 
    background: linear-gradient(#e7c500, #bc8806);  
	text-shadow: 0px 0px 5px rgba(128, 91, 5, 0.75);
	transition: all 0.3s ease;
	padding:18px 30px 21px 30px;
    font-size:32px;
    letter-spacing:2px;
    margin-top:20px;
    text-transform: uppercase;
    border:3px solid rgba(255,255,0, 1);
    border-radius:5px;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
}
.btn:hover,
.button:hover { 
	transform:scale(1.1);
}
.hoverGrow,
.hoverGrowSmall {
	transition: all 0.3s ease;
	transform:scale(1);
}
.hoverGrow:hover {
	transform:scale(1.1);
}
.hoverGrowSmall:hover {
	transform:scale(1.05);
}
.container {
	width:1500px;
	max-width:100%;
	margin:0 auto;
}
.wrapper { 
	overflow:hidden;
}

#main-nav-mobile { 
	color:white;
	background:#31908e;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
}
#main-nav-mobile .mm-navbar .mm-title {
	color:white;
}
#main-nav-mobile .mm-listview {
	overflow-y: scroll;
	padding-bottom: 200px;
}
.mm-close::after {
	content:"\f00d";
	font-family:FontAwesome;
}
#main-nav-mobile .mm-navbar-bottom {
	height:200px;
	padding:10px 0;
}
#main-nav-mobile .mm-navbar-bottom a{
	width:100%;
	line-height:0;
	padding:10px 0 0 0;
}
#main-nav-mobile .mm-navbar-bottom a img {
	max-width:150px;
	width:100%;
}
#main-nav-mobile .mm-navbar-bottom .social {
	width:20%;
	float:left;
	margin-bottom:10px;
}
#main-nav-mobile .mm-navbar-bottom .social:nth-child(3) {

	margin-left:30%;
}
#main-nav-mobile .mm-navbar-bottom .social img {
	max-width:50px;
}

#play-button-popup {
	position:fixed;
	padding:20px;
	top:0;
	left:100%;
	right:100%;
	height:100%;
	width:60%;
	z-index:999;
	background:#037e7e;
	background:#31908e;
	-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
}
#play-button-popup.open { 
	animation:navOpenLeft 0.5s ease;
	right:0;
	left:auto; 
}
#play-button-popup.closed {
 	animation:navCloseLeft 0.5s ease;
 	right:-100%;
 	left:100%;
 }
#play-button-popup i {
	color:white;
	font-size:30px;
}
#play-button-popup img {
	width:100%;
}
#play-button-popup .content {
	padding:40px 0;
}
#play-button-popup .content h2 {
	color:white;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
#play-button-popup .col-9 {
	width:80%;
	margin:20px 10%;
}
#play-button-popup .social-media {
	margin:0 auto;
	width:60%
}
#play-button-popup .social-media .row{
	flex-wrap:wrap;
	flex-direction:row;
}
#play-button-popup .social-media .col-6{
	width:45%;
	margin-left:10%;
}
#play-button-popup .social-media .col-6:first-of-type {
	margin-left:0px;
}
/* HEADER */
header {
    padding:10px 66px;
    height:120px;
    position:relative;
    background:rgba(50,70,80, 0.5);
    z-index:99;
    width:100%;
    transition: background 1s ease;
}
.scrolled header { 
	position: fixed;
	height:80px;
}

.home header  { 
	background:none;
	margin-bottom:-120px;
}
.scrolled.home header {
	background:rgba(50,70,80, 0.5);
}
.pagehead { 
	z-index:1;
	top:0;
	position:relative;
	top:-120px;
	padding-top:130px;
	margin-bottom:-120px;
	width:100%;
	min-height:400px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow:1px 1px 5px 0px rgba(0,0,0,0.4);
}
.pagehead h1 {
	position: absolute;
	bottom:30px;
	width: 100%;
	margin:0 auto;
	padding:0 20%;
}
.pagehead .logo {
	height:150px;
}
.scrolled .pagehead {
	margin-top:120px;
}
#logo-operate-now{
	display:none;
}
#logo-spilgames {
	margin-top: 33px;
}
.logo { 
	margin-top: 0;
}
.logo a { 
	display:inline-block;
}
.scrolled .logo a {
	height:70px;
}
.scrolled .logo a img {
	margin-top:-10px;
}
.logo a img {
	height:100%;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
  	filter: drop-shadow(5px 5px 5px #222);
	max-width:auto;
}
#main-nav { 
	margin-top:40px;
	position: absolute;
	top:0;
	right:41px;
	width: auto;
}
.scrolled #main-nav {
	margin-top:22px;
}
#main-nav #menu-main-menu { 
	display:inline-block;
	margin:0 auto;
}
nav ul li {
	margin-right:25px;
	display:inline-block;
	text-transform:uppercase;
}
nav ul li.current_page_item a,
nav ul li:hover a {
	opacity:1;
}
nav ul li:last-of-type { 
	margin-right:0px;
}
nav ul li a { 
	color:white;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	line-height:31px;
	font-size:26px;
	transition: all 0.3s ease;
	opacity:0.8;
	display:inline-block;
	text-shadow: 0px 0px 5px rgba(128, 91, 5, 0.75);
}
nav ul li ul.sub-menu { 
	position:absolute;
	background:#f1f1f180;
	display:none;
	margin-left:0px;
}
nav ul li ul.sub-menu li { 
	display:block;
	padding:10px;
}
nav ul li:hover ul.sub-menu {
	display:block;
}
.menu-toggle { 
	display:none;
	margin-top:25px;
	position:absolute;
	top:0;
	right:30px;

}
.menu-toggle a {
	color:white;
	text-shadow:1px 1px 5px rgba(0,0,0,0.4);
}

/* CONTENT */
main { 
	padding:50px 0;
	/*background: -webkit-linear-gradient(#159e9b, #037e7e) !important;
	background: -o-linear-gradient(#159e9b, #037e7e) !important;
	background: linear-gradient(#159e9b, #037e7e) !important; */
	background-image: url('assets/img/background.png');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
}
.home main { 
	background:none;
	padding-top:0px;
	padding-bottom:0px;
}
section { 
	margin:0 auto;
	padding:130px 0;
}
section.full-width { 
	width:100%;
}
section.no-p { 
	padding:0px;
}
section.fp-para-1 {
	padding-top:280px;
}
section.slide-section { 
	width:100%;
}
section p { 
	text-align:left;
}
section p a { 
	color:white;
}
section.before-layer { 
	position: relative;
	z-index:1;
}
section.before-layer .before-layer-content {
	padding-top:50px;
	padding-bottom:50%;
    z-index: 1;
    margin-bottom: -70%; 
    margin-top:-100px;
}
section.before-layer .before-layer-content > * {
	z-index:2;
}
section.under-layer {
	position: relative;
	background-size:cover !important;
	background-repeat: no-repeat !important;
}
section.under-layer .under-layer-content { 
	margin-top:20%;
	z-index: 1;
	position: relative;
}
.default section,
.single-news-item section {
	max-width:800px;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


/* FRONTPAGE SLIDER */
.fp-pageheader { 
	z-index:1;
}
.fp-pageheader .bx-wrapper {
	position: relative;
	margin-top:0px !important;
}
.fp-pageheader .bx-viewport { 
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
}
.fp-pageheader .pageHeadSlider { 
	width:100%;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
}
.fp-pageheader .pageHeadSlider .bxslide { 
	border:none;
}
.fp-pageheader .pageHeadSlider .bxslide img.slide-bg { 
	max-width: 100%;
	width:100%;
}
.fp-pageheader .pageheader-content {
	position: relative;
}
.fp-pageheader .slide-overlay { 
	position: absolute;
	width:100%;
	top:55%;
	transform:translateY(-50%);
	z-index: 11;
}
.fp-pageheader .slide-overlay img#slide-logo { 
	position:relative;
	left:0;
	right:0;
	width:28%;
	max-width: 380px;
	margin:0 auto;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
  	filter: drop-shadow(5px 5px 5px #222);
}
.fp-pageheader .slide-overlay  {
	visibility: hidden !important;
}
.fp-pageheader .slide-overlay .call-to-action .play-button {
	margin-top:20px;
	margin-bottom:20px;
}
.fp-pageheader .slide-overlay .call-to-action h2 { 
	color:white;
	font-size:40px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	text-transform:uppercase;
	cursor:pointer;
}
.fp-pageheader .slide-overlay .button-section {
	z-index:2;
	max-width:550px;
	margin-top:20px;
}
.fp-pageheader .slide-overlay .button-section .row .col img {
	width:100%;
}
.fp-pageheader .slide-overlay .button-section .social-media .col-6{ 
	padding-left:6px;
}
.fp-pageheader .slide-overlay .button-section .social-media .col-6 img { 
	position: relative;
	top:50%;
	transform:translateY(-50%);
}
/* SLIDE PAGER */
.fp-pageheader .bx-pager {
	bottom:40px;
	z-index:2;
}
.fp-pageheader .bx-controls-direction { 
	display:none;
}


/* FRONTPAGE STYLES */
.fp-paragraph {
	width: 80%;
	max-width: 1100px;
	background-color:rgba(0,0,0,0.5);
	text-align: center;
	border-radius: 15px;
	padding:50px 40px 120px 40px;
}
.fp-paragraph .centered {
	max-width:860px;
}
.fp-paragraph .button { 
	margin-top:30px;
}
.button-section {
	max-width:500px; 
	margin:40px auto 0 auto;
}
.button-section .row .col img{
	padding-left:10px; 
	width:100%;
}


/* FRONTPAGE FLOATING IMAGES */
.floating-img-container {
	position:absolute;
	bottom:33px;
	z-index:1;
	max-width:400px;
	width:100%;
}
.floating-img-container img {
	width:100%;
}
#floating-img-3 {
	left:0;
	animation:Swinger 9s infinite;
	tranform-origin: 50% 0;
}
#floating-img-5 {
	right:190px;
	animation:Swinger 9s infinite;
	tranform-origin: 50% 0;
}


/* FAQ */
#faq-collapse { 
	padding:30px 0;
}
#faq-collapse div .faq-question { 
	cursor:pointer;
	width:100%;
    padding:10px;
    background: rgba(250,250,250,0.2);
    margin-top:10px;
    color:#093332;
    border-radius:5px;
    font-weight:bold;
    font-size:17px;
}
#faq-collapse .faq-answer { 
	background:rgba(250,250,250,0.2);
	padding:10px 30px 20px 30px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#faq-collapse div.active .faq-question { 
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
#faq-collapse div .faq-question .caret { 
	float:right;
	font-size:20px;
}


/* NEWS */
.archive-news-item { 
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid white;
}
.news-item h3 { 
	font-size:23px;
	color:white;
}
.news-item a { 
	color:white;
}
.news-item small a {
	text-decoration:underline;
}


/* SINGLE NEWS ITEM */
.single-news-item { 
	text-align: center;
	padding:40px 30px 120px 30px;
	margin-bottom:-20px;
}
.single-news-item h1 { 
	text-align:center;
}
.single-news-item .thumb { 
	text-align: center;
	margin-bottom:10px;
}
.single-news-item small { 
	margin-bottom:8px;
	display:inline-block;
}


/* BLOCKS */
.blocks { 
	padding:120px 10px;
}
.blocks .block img { 
	width:100%;
	display:block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.blocks .block .text-overlay { 
	background:url('assets/img/orange-tiles-bg.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	padding:0 15px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.blocks .block .text-overlay h3 {
	margin-bottom:0px;
	color:white;
	line-height:30px;
	text-transform: uppercase;
	padding:20px 0;
}
.bxslide, 
.blocks .block {
	border-radius:8px;
	border:3px solid white;
	-webkit-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.6);
	box-shadow:1px 2px 5px 0px rgba(0,0,0,0.6);
}


/* SLIDER */
.bx-wrapper { 
	margin-top:20px;
	background:transparent;
	border:none !important;
	box-shadow:none !important;
	margin-bottom:0px;
}
.bx-viewport { 
	max-width:1120px!important;
	width:80%;
	margin:0 auto;
	padding:5px 5px 65px 5px;
}
.bxslider img { 
	width:100%;
	margin-bottom:10px;
}
.bxslide { 
	background:#e3440e;
}
.bxslide:nth-child(3n+3){
	background:#0054a5;
}
.bxslide:nth-child(3n+2){
	background:#c0237c;
}
.bxslide h4 { 
	color:white;
	margin:30px auto 0px auto;
}
.bxslide p { 
	color:white;
	text-align:center;
	width:90%;
    margin:20px auto 0px auto;
}
.bxslide .btn { 
	margin-bottom:26px;
	display:inline-block;
	padding:10px 20px;
	font-size:20px;
	color:white;
}
.bx-wrapper .bx-controls-direction a { 
	height:73px;
	width:73px;
	margin-top:-66px;
}
.bx-wrapper .bx-prev { 
	border-radius: 0px 5px 5px 0px;
	left:0;
	background:url('assets/img/slider-controls.png') -4px 0 no-repeat;
}
.bx-wrapper .bx-next { 
	border-radius: 5px 0px 0px 5px;
	right:0;
	background:url('assets/img/slider-controls.png') -77px 0 no-repeat;
}
.bx-wrapper .bx-next:focus {
	background-position: -77px 0;
}
.bx-wrapper .bx-prev:focus {
	background-position: -4px 0;
}
.bx-wrapper .bx-next:hover { 
	background-position: -77px -77px;
}
.bx-wrapper .bx-prev:hover {
	background-position: -4px -77px;
}
/* PAGER */
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	box-shadow:0 1.5px 0 0 rgba(0,0,0,0.55);
	opacity:0.41;
	transition: all 0.3s ease;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	opacity:1;
	background:#fff;
}


/* PARALLAX */
.background{
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	/* ie8- graceful degradation */
	background-position: 50% 50%9 !important; 
}
.fullscreen {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow{
    height:auto;
    min-height:100%;
}





/* FOOTER */
footer { 
	position: relative;
	margin-top:-90px;
	padding:150px 0 60px 0;
	background-image:url('assets/img/footer-bg.png');
	background-size:cover;
	background-position: top center;
	z-index: 2;
	text-transform:uppercase;
}
footer img {
	margin-bottom:20px;
}
footer nav ul { 
	list-style:disc;
	margin-bottom:10px;
}
footer nav ul li {
	margin:0 30px 0 0 ;
}
footer nav ul li a { 
	font-size:22px;
	font-weight:400;
}
footer nav ul li.current_page_item a,
footer nav ul li:hover a {
	color:white;
}
footer #foot-cols .col { 
	padding-left:70px;
}
footer h2 { 
	font-size:25px;
}
footer nav ul li:after { 
	content: " ";
	opacity:0.8;
	margin-left:0px;
	margin-right:0px;
	display:inline-block;
	top:0px;
	height:18px;
	width:2px;
	background:white;
	position:relative;
	right:-17px;
}
footer nav ul li:last-of-type:after { 
	display:none;
	margin-left:0px;
}
.pagefooter { 
	height:400px;
	background-repeat:no-repeat;
}
.pagefooter.static {
	height: 650px;
}

.bx-pager.bx-default-pager {
	display: none;
}
.soc-media {
	margin: 0 auto;
	text-align: center;
}
.soc-media__link {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.soc-media__link img {
	width: 100%;
}
.appstore-btn {
	margin: 0 auto;
	text-align: center;
}
.appstore-btn__link {
	width: 145px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
}
.appstore-btn__link img {
	width: 100%;
}
.become-a-surg,
.save-live {
	color: #D3E3E4;
}
.become-a-surg {
	margin-bottom: 82px;
}
.save-live {
	margin: 153px 0 0px;
}
.page-id-2 .button-section img {
	max-width: 245px;
}
.features-list {
	margin-top: 33px;
	font-size: 28px;
	line-height: 1.4;
}
@keyframes Swinger{
	0%{transform:rotate(0deg),scale(.9)}
	50%{transform:rotate(-1deg) scale(1.1)}
	to{transform:rotate(0deg),scale(.9)}
}
@keyframes navOpenLeft {
	0%{ right:100%; left:100%; }
	100%{ right:100%; left:40%; }
}
@keyframes navCloseLeft {
	0%{ right:100%; left:40%; }
	100%{ right:100%; left:100%; }
}