
.page-id-492 .entry-content {position: relative; height: 95vh;}

/* Format the text blocks used on the site */
       
    .smallfont {font-size: 1.25vmin; color:#cccccc;}
    .labelfont {font-size: 3.0vmin; font-weight: 500; color:#cccccc;}
    .bannerfont {font-size: 3.25vmin; font-weight: 200;}
    .mediumfont {font-size: 2vmin; font-weight: 300; color:#cccccc;}
    .studioqueue .mediumfont {margin-top:1.0vmin;}
    .borderfont {font-size: 3vmin; font-weight: 500; border-bottom: 0.25vmin solid; border-color: #cccccc; color:#cccccc !important;}
    .studioqueue .borderfont span {color:#39b5ff;}
    .formfont {font-size: 2vmin; font-weight: 400; color:#39b5ff; text-align:center;}
    .mediumbluefont {font-size: 4vmin; font-weight: 500; color:#39b5ff;}
    .blockedfont {font-size: 8vmin; font-weight: 600; color:#dd0000;}

    .guestname {color:#39b5ff;}
    #finishedname {color:#cccccc;}


    #guestform input {color:#444444; padding:0 0 0 28px;}
    #guestform input::placeholder { color: #444; }
    #guestform input:placeholder { color: #444; }
    #guestform input::-webkit-input-placeholder { color: #444; }
    #guestform input:-moz-placeholder { color: #444; }
    #guestform input::-moz-placeholder { color: #444; }
    #guestform input:-ms-input-placeholder { color: #444; }

    #guestformfs #SubmitButton {padding: 0 !important;}

    #guestform fieldset {border: none;}
       
       #guestname{
           position: relative;
           background-image:url(images/call-in-imgs/Form-Name.png);
           background-size: 2.75vmin, 1.7934vmin;
           background-repeat:no-repeat;
           background-position:0.6vmin;
           display: block;
           margin: 2vmin auto;
           border:1px solid #DADADA;
           padding-left:4.0vmin;
           font-size: 1.5vmin;
           width:31.5vmin;
           height:3.0vmin;
           box-shadow:0 0 5px;
           -webkit-box-shadow:0 0 5px;
           /* For I.E */
           -moz-box-shadow:0 0 5px;
           /* For Mozilla Web Browser*/
           border-radius:0.5vmin;
           -webkit-border-radius:0.5vmin;
           /* For I.E */
           -moz-border-radius:0.5vmin;
               /* For Mozilla Web Browser*/
       }
       #guestemail{
           position: relative;
           background-image:url(images/call-in-imgs/Form-Email.png);
           background-size: 2.75vmin, 1.7934vmin;
           background-repeat:no-repeat;
           background-position:0.6vmin;
           display: block;
           margin: 2vmin auto;
           border:1px solid #DADADA;
           padding-left:4.0vmin;
           font-size: 1.5vmin;
           width:31.5vmin;
           height:3.0vmin;
           box-shadow:0 0 5px;
           -webkit-box-shadow:0 0 5px;
           /* For I.E */
           -moz-box-shadow:0 0 5px;
           /* For Mozilla Web Browser*/
           border-radius:0.5vmin;
           -webkit-border-radius:0.5vmin;
           /* For I.E */
           -moz-border-radius:0.5vmin;
               /* For Mozilla Web Browser*/
       }
       
       #guestlocation{
           position: relative;
           background-image:url(images/call-in-imgs/Form-Location.png);
           background-size: 2.75vmin, 1.7934vmin;
           background-repeat:no-repeat;
           background-position:0.6vmin;
           display: block;
           margin: 2vmin auto;
           border:1px solid #DADADA;
           padding-left:4.0vmin;
           font-size: 1.5vmin;
           width:31.5vmin;
           height:3.0vmin;
           box-shadow:0 0 5px;
           -webkit-box-shadow:0 0 5px;
           /* For I.E */
           -moz-box-shadow:0 0 5px;
           /* For Mozilla Web Browser*/
           border-radius:0.5vmin;
           -webkit-border-radius:0.5vmin;
           /* For I.E */
           -moz-border-radius:0.5vmin;
               /* For Mozilla Web Browser*/
       }
       
       #guestcomments{
           position: relative;
           background-image:url(images/call-in-imgs/Form-Comment.png);
           background-size: 2.75vmin, 1.7934vmin;
           background-repeat:no-repeat;
           background-position:0.6vmin;
           display: block;
           margin: 2vmin auto;
           border:1px solid #DADADA;
           padding-left:4.0vmin;
           font-size: 1.5vmin;
           width:31.5vmin;
           height:3.0vmin;
           box-shadow:0 0 5px;
           -webkit-box-shadow:0 0 5px;
           /* For I.E */
           -moz-box-shadow:0 0 5px;
           /* For Mozilla Web Browser*/
           border-radius:0.5vmin;
           -webkit-border-radius:0.5vmin;
           /* For I.E */
           -moz-border-radius:0.5vmin;
               /* For Mozilla Web Browser*/
       }

    .largefont {
        font-size: 8vmin;
        font-weight: 600;
        color:#39b5ff;
    }

    #screenerqueueplace.largefont { color:#cccccc;}
       
    .livetoairframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
       height: 72.0vmin;
        width: 100%; 
        margin: auto;
        background-image: radial-gradient(rgba(0,0,0,1),rgba(30,30,30,1));
        border: 0.2vmin solid;
        border-color: rgb(0,0,0);
        border-radius: 10px;
        z-index: 7;
    }

    .home .livetoairframe {
    position: fixed;
    z-index:99999;
  }
       
    .SecondaryWrapper {
        position: absolute;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width:100%;
    }

    .statusbarNeutral {
        background-clip: content-box;
        position: relative;
        width: 100%;
        height: 2;
        margin: auto;
        background-color: #000;
        border-radius: 0px;
        text-align: center;
        z-index: 10; /* 1 higher than the studio div */
    }
    .statusbarOnAir {
        background-clip: content-box;
        position: relative;
        /*left: 50%;*/
        width: 100%;
        height: 2;
        margin: auto;
        background-color: #f00;
        border-right: 0.5vmin solid;
        border-left: 0.5vmin solid;
        border-top: 0.25vmin solid;
        border-color: #000;
        text-align: center;
        z-index: 10; /* 1 higher than the studio div */
    }
    .statusbarOffAir {
        background-clip: content-box;
        position: relative;
        width: 100%;
        height: 2;
        background-color: #0f0;
        background-position: center;
        background-size: 0vmin 0vmin;
        border-right: 0.5vmin solid;
        border-left: 0.5vmin solid;
        border-top: 0.25vmin solid;
        border-color: #000;
        text-align: center;
        z-index: 10; /* 1 higher than the studio div */
    }
        
    .studiovideo {
        position: relative;
        width: 100%;
        height: 54.0vmin;
        margin: 0px auto auto auto;
        background-color: rgba(0,0,0,1);
        border-radius: 0px;
        border: 0.4vmin solid;
        border-color: #000; /* Dynamically set this to the correct status color */
        text-align: center;
        z-index: 9; /* 1 lower than the status div */
    }

    .messagebar {
        position: relative;
        left: 50%;
        width: 100%;
        height: 1.9vmin;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #000;
        border: 0.25vmin solid;
        border-color: #39b5ff #000 #000 #000;
        border-radius: 0px;
        text-align: center;
        z-index: 10; /* 1 higher than the studio div */
    }
        
    .videocontrols {
        position: relative;
        width: 100%;
        height: 6.5vmin;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #000;
        text-align: center;
        z-index: 11; /* 1 higher than the messages div */
    }
        
    .localvideo {
        position: absolute;
        float: left; 
        top: 7vmin;
        left: 3%;
        width: 23.8vmin;
        height: 13.4vmin;
        margin-top: 0px;
        transform: translateX(-3%);
        background-color: #333;
        border-radius: 0px;
        border: .5vmin solid;
        text-align: center;
        border-color: #444 #444 #444 #444;
        box-shadow: 3px 3px 3px rgba(0,0,0,.5);
        z-index: 12; /* 1 higher than the controls div */
    }
       
    .backgroundimage {
        position: relative;
        float: right;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #888;
        text-align: center;
        border-color: #000;
        box-shadow: 3px 3px 3px rgba(0,0,0,.5);
        opacity: 1.0;
        z-index: 10; /* 1 higher than the controls div */
    }

    #backgroundimage img {width: 100%; height: 100%;}

    .guestform {
        position: relative;
        top: 15vmin;
        width: 35.0vmin;
        height: 35.0vmin;
        margin: auto;
        padding: 0px;
        background: -webkit-linear-gradient(#00, #20); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#00, #20); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#00, #20); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#707070, #000000, #101010, #101010, #101010); 
        border-radius: 1.5vmin;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        text-align: center;
        border: 0.25vmin solid;
        border-color: #39b5ff;
        box-shadow: 5px 5px 5px rgba(0,0,0,.7);
        opacity: 0.80;
        z-index: 11; /* 1 higher than the controls div */
    }

       
    .screenerqueue {
        position: relative;
        top: 15vmin;
        width: 35.0vmin;
        height: 35.0vmin;
        margin: auto;
        padding: 0px;
        background: -webkit-linear-gradient(#00, #20); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#00, #20); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#00, #20); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#707070, #000000, #101010, #101010, #101010); 
        border-radius: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 100%;
        margin-bottom: 10cm;
        text-align: center;
        border: 0.25vmin solid;
        border-color: #39b5ff;
        box-shadow: 5px 5px 5px rgba(0,0,0,.7);
        opacity: 0.75;
        z-index: 11; /* 1 higher than the controls div */
    }
       
    .studioqueue {
        position: relative;
        top: 15vmin;
        width: 35.0vmin;
        height: 35.0vmin;
        margin: auto;
        padding: 0px;
        background: -webkit-linear-gradient(#00, #20); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#00, #20); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#00, #20); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#707070, #000000, #101010, #101010, #101010); 
        border-radius: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 100%;
        margin-bottom: 10cm;
        text-align: center;
        border: 0.25vmin solid;
        border-color: #39b5ff;
        box-shadow: 5px 5px 5px rgba(0,0,0,.7);
        opacity: 0.75;
        z-index: 11; /* 1 higher than the controls div */
    }
       
    .completedguest {
        position: relative;
        top: 15vmin;
        width: 35.0vmin;
        height: 35.0vmin;
        margin: auto;
        padding: 0px;
        background: -webkit-linear-gradient(#00, #20); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#00, #20); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#00, #20); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#707070, #000000, #101010, #101010, #101010); 
        border-radius: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 100%;
        margin-bottom: 10cm;
        text-align: center;
        border: 0.25vmin solid;
        border-color: #39b5ff;
        box-shadow: 5px 5px 5px rgba(0,0,0,.7);
        opacity: 0.75;
        z-index: 11; /* 1 higher than the controls div */
    }
	
    .blockedguest {
        position: relative;
        top: 15vmin;
        width: 35.0vmin;
        height: 35.0vmin;
        margin: auto;
        padding: 0px;
        background: -webkit-linear-gradient(#00, #20); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#00, #20); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#00, #20); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#707070, #000000, #101010, #101010, #101010); 
        border-radius: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 100%;
        margin-bottom: 10cm;
        text-align: center;
        border: 0.25vmin solid;
        border-color: #39b5ff;
        box-shadow: 5px 5px 5px rgba(0,0,0,.7);
        opacity: 0.75;
        z-index: 11; /* 1 higher than the controls div */
    }
       
    .mainwindow {
        margin: 1.0vmin;
    }
	
    .centeredtext{
        position: relative;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #SubmitButton{
        position: relative;
        width: 12.6829vmin; 
        height: 4vmin; 
    }
       
    #HideVideo{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 12;
        height: 5.0vmin;
        width: 5.0vmin;
        /*max-height: 64px;
        max-width: 64px;*/
    }
       
    #MuteVideo{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 12;
        height: 5.0vmin;
        width: 5.0vmin;
        /*max-height: 64px;
        max-width: 64px;*/
    }
    #SwitchHD{
       position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 12;
        height: 5.0vmin;
        width: 5.0vmin;
		margin-left: 6vmin;
        /*max-height: 64px;
        max-width: 64px;*/
	}	
    #MuteAudio{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 12;
        height: 5.0vmin;
        width: 5.0vmin;
        /*max-height: 64px;
        max-width: 64px;*/
        margin-left: 3vmin;
        margin-right: 3vmin;
    }
    @media (orientation:landscape) and (max-device-width: 640px) and (min-width: 512px),
      (orientation:landscape) and (max-device-width: 1280px) and (min-width: 1024px),
      (orientation:landscape) and (max-device-width: 1366px) and (min-width: 1092px),
      (orientation:landscape) and (max-device-width: 1920px) and (min-width: 1550px),  
      (orientation:landscape) and (max-device-width: 2560px) and (min-width: 2048px),
      (orientation:landscape) and (max-device-width: 3840px) and (min-width: 3072px)
    {
        .labelfont {font-size: 4.11vh; font-weight: 500;}
        .bannerfont {font-size: 4.57vh; font-weight: 200;}
        .mediumfont {font-size: 2.81vh; font-weight: 300;}
        .formfont {font-size: 2.81vh; font-weight: 400; color:#39b5ff;}
        .mediumbluefont {font-size: 5.625vh; font-weight: 500; color:#39b5ff;}
        .blockedfont {font-size: 11.25vh; font-weight: 600; color:#dd0000;}
        
        #guestname, #guestemail, #guestlocation, #guestcomments{
            margin: 2.74vh auto;
            width: 44.30vh;
            height: 4.22vh;
            font-size: 2.11vh;
        }
       /* .guestform, .screenerqueue, .studioqueue, .completedguests, blockedguests{
            top: 21.09vh;
            width: 49.22vh;
            height: 49.22vh;
        } */

        .guestform, .screenerqueue, .studioqueue, .completedguests, blockedguests {
  height: 50.22vh;
  top: 18.09vh;
  width: 49.22vh;
}
       
        /* .livetoairframe {
            height: 95vh;
            width: 137.1vh;
        } */

        .statusbarNeutral, .statusbarOnAir, .statusbarOffAir {
            width: 100%;
            display:block;
            height: 2.742vh;
            font-size: 1.7135vh;
        }

        .studiovideo {
            width: 100%;
            height: 74.02vh;
        }

        .messagebar {
            width: 100%;
            height: 2.6vh;
        }

        .videocontrols {
            width: 100%;
            height: 8.906vh;
        }

        .localvideo {
            top: 9.5958vh; 
            width: 32.89vh;
            height: 18.5vh;
        }
        
        #SubmitButton{
            width: 17.83533vh; 
            height: 5.625vh;
        }
        #HideVideo {
            height: 6.86vh;
            width: 6.86vh;
        }
        #MuteVideo {
            z-index: 12;
            height: 6.86vh;
            width: 6.86vh;
        }
		#SwitchHD {
            z-index: 12;
            height: 6.86vh;
            width: 6.86vh;
        }
		
        #MuteAudio {
            height: 6.86vh;
            width: 6.86vh;
            margin-left: 4.116vh;
            margin-right: 4.116vh;
        }
    }
   
   /* @media (max-width: 666.7px), (max-height: 715.69px) */
    @media (max-width: 800px), (max-height: 715.69px) 


    {
        .smallfont {font-size: 8.1337px;}
        .labelfont {font-size: 20px; font-weight: 500;}
        .bannerfont {font-size: 21.667px; font-weight: 200;}
        .mediumfont {font-size: 13.334px; font-weight: 300;}
        .borderfont {font-size: 20px; font-weight: 500; border-bottom: 2px solid; border-color: #cccccc;}
        .formfont {font-size: 13.334px; font-weight: 400; color:#39b5ff;}
        .mediumbluefont {font-size: 26.668px; font-weight: 500; color:#39b5ff;}
        .blockedfont {font-size: 53.336px; font-weight: 600; color:#dd0000;}
        .largefont {
            font-size: 53.336px;
            font-weight: 600;
            color:#39b5ff;
        }
        #guestname, #guestemail, #guestlocation, #guestcomments{
            min-width: 210.01px;
            min-height: 20px;
            font-size: 10px;
            /*margin: 13.334px auto;*/
            margin: 5.6% auto;
            background-size: 18.33px, 11.96px;
            padding-left: 26.67px;
        }
        
        .guestform, .screenerqueue, .studioqueue, .completedguests, blockedguests{
            top: 100.09px;
            min-width: 233.345px;
            min-height: 233.345px;
            border: 2px solid;
            border-color: #39b5ff;
        }
        
        .livetoairframe {
           /* min-height: 466.69px;
            min-width: 666.7px; 
        }
        .statusbarNeutral {
            min-width: 640px;
            min-height: 13.3px;
        }
        .statusbarOnAir {
            min-width: 640px;
            min-width: 13.33px;
        }
        .statusbarOffAir {
            min-width: 640px;
            min-height: 13.33px;
        }

        .studiovideo {
            min-width: 640px;
            min-height: 360px;
        }

        .messagebar {
            min-width: 640px;
            min-height: 12.67px;
        }

        .videocontrols {
            min-width: 640px;
            min-height: 43.34px;
       */ }

        .localvideo {
            top: 46.67px;
            min-width: 160px;
            min-height: 90px;
            border: 3.33px solid;
            border-color: #444 #444 #444 #444;
        }
        #SubmitButton{
            margin: 0 auto;
            min-width: 84.599px;
            min-height: 26.668px;
        }
        #HideVideo {
            min-width: 33.3px;
            min-height: 33.3px;
        }
        #MuteVideo {
            min-width: 33.3px;
            min-height: 33.3px;
        }
		#SwitchHD {
            min-width: 33.3px;
            min-height: 33.3px;
        }
		
        #MuteAudio {
            min-width: 33.3px;
            min-height: 33.3px;
            margin-left: 20px;
            margin-right: 20px;
        }
    }