/***---------------------------------------***/
/***----------------------------------------***/
/*** CUSTOM PAGE STYLES -> Last Edit 7/19/16 ***/
/***----------------------------------------***/
/***---------------------------------------***/

/* FONT IMPORT */
/*- import Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);





/* FONT FAMILIES */
/*- cursive font */ 
.ff-cursive { 
  font-family: 'Great Vibes', cursive;
}






/* PAGE LAYOUT SETTINGS -> July 4th page, Revival at Moside page */
/*- full width */
.page-id-58580 #main .container:nth-last-of-type(3),
.page-id-81651 #main .container:nth-last-of-type(3) {
  width: 100% !important;
  margin: 0 auto !important;
}
/*- hide top white space */
.page-id-58580 #main .container:before,
.page-id-81651 #main .container:before {
  display: non
}
/*- hide top white space */
.page-id-58580 .navigation-main,
.page-id-81651 .navigation-main {
  height:0 !important;
} 

    /***---------------------------------------***/
    /* (max-width: 768px) */

    @media only screen and (max-width: 768px) {

      /*- hide white space on mobile when menu expands */
      .page-id-58580 #masthead .main-small-navigation,
      .page-id-81651 #masthead .main-small-navigation {
        margin: 0 !important;
      } 

    }
    /***---------------------------------------***/
  
/*- center main content and remove padding */
.page-id-58580 #content,
.page-id-81651 #content {
  margin: 0 auto;
  padding: 0 !important;
}





/***---------------------------------------***/
/***----------------------------------------***/
/*** JULY 4TH PAGE -> id 58580 ***/



/*THIS PAGE */
.page-id-58580 {
  background: #f9f9f9 !important;
}



/* HEADINGS */
#j4th-page-wrapper h1 {
  font-size: 5.5em;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.91);
  padding:30px 0 10px;
  color: #fff;
}
#j4th-page-wrapper h2 {
  margin:0 0 30px;
  padding: 10px 0;
  font-weight:normal;
  font-size: 4em;
  color: #fff; 
}
#j4th-page-wrapper h3 {
  margin:0 0 30px;
  padding: 10px 0;
  font-weight:bold;
  font-size: 3em;
  line-height: 1.2em;
  color: #0d2f43; 
}
#j4th-page-wrapper h4 {
  margin: 15px 0 0;
  font-size: 2.5em; 
  font-weight: normal;
  font-family: 'Great Vibes', cursive;
  color: #821417;
}
#j4th-page-wrapper h5 {
  margin: 50px 0 15px;
  padding:7px;
  background: #FED478;
  font-size: 1.42em; 
  font-weight: bold;
  color: #0D2F43;
}
#j4th-page-wrapper h5::before, #j4th-page-wrapper h5::after {
  content: " - ";
} 



/* LINKS */
#j4th-page-wrapper a {
  text-decoration: none;
}



/* LISTS */
#j4th-page-wrapper #j4th-sec-05 ul   {
  margin-bottom: 30px;
  padding:0 0 15px;
}
#j4th-page-wrapper #j4th-sec-05  ul li  {
  width:60%;
  margin:0 auto;
  padding: 5px;
}
#j4th-page-wrapper #j4th-sec-05  ul li:nth-of-type(odd)  {
  background: #f9f9f9;
  opacity: .81
}



/*- HERO IMGS */   
/*- Logo -> A */
@keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-webkit-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-moz-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-o-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
.j4th-hero .wp-image-80803 {
  position: relative;width:%;margin-bottom:150px;
  top:0;
  right: 0;
  -webkit-animation: slide 2s forwards ease-out; /* Safari 4+ */
  -moz-animation:    slide 2s forwards ease-out; /* Fx 5+ */
  -o-animation:      slide 2s forwards ease-out; /* Opera 12+ */
  animation:         slide 2s forwards ease-out; /* IE 10+, Fx 29+ */
}  





/* BUTTONS */
/* Top Anchor Buttons */ 
.j4th-container ul  {
  margin:0;
}
.j4th-button-container {
  display: block;
  position: relative;
}
.j4th-button-container li {
  display: inline-block;  
  width:30%; 
}
.j4th-button {
  display: inline-block;
  width:80%;
  margin:0px;
  padding: 40px 0;  
  background: rgba(255,255,255,.97);
  border:none;
  font-size: 2.5em;
  color:#3199DD;
  box-shadow: 7px 7px 5px rgba(0,0,0,0.42);
}
.j4th-button:visited {
  color:#3199DD;
  background: rgba(255,255,255,.97);  
  box-shadow: 7px 7px 5px rgba(0,0,0,0.42);  
}
.j4th-button:hover {
  color:#024976;
  background: rgba(255,255,255,.91);
}
.j4th-button:active {
  background: rgba(255,255,255, .72);
  box-shadow: 5px 5px 3px rgba(0,0,0,0.42);
}





/* SCHEDULE */
.j4th-sched {
  padding:50px;
  background: rgba(255,255,255,.81);
  color: #0D2F43;  
}
.j4th-sched ul {
  padding:10px 50px 10px;
}
.j4th-sched li {
  padding: 10px 5px;
  font-size:1.2em;
  text-align: left;
}
.j4th-sched span {
  font-size: 12px;
  font-weight: bold;
  color: #821417;
}






/* CONTENT PAGE WRAPPER */
#j4th-page-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  font-family: Lato, sans-serif;
  text-align: center;
}





/*- CONTAINER */
.j4th-container {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;  
}





/* SECTIONS */
#j4th-sec-01, #j4th-sec-02, #j4th-sec-03, #j4th-sec-04, #j4th-sec-05, #j4th-sec-06, #j4th-sec-07 {
  width: 100%;
  display: block;
  position: relative; 
  padding: 50px 0px; 
}

/* - add stars to h2 */
#j4th-sec-02 h2:before,
#j4th-sec-02 h2:after,
#j4th-sec-04 h2:before,
#j4th-sec-04 h2:after,
#j4th-sec-06 h2:before,
#j4th-sec-06 h2:after {
  content: "\2605";
  padding: 0 15px;
}



/*- Section 1 */
#j4th-sec-01 {
  height: auto;
  background:  
    url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/05/27111529/restcele-jimandlori.png"),
    url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/05/27105004/restcele-bg.jpg") #00011A;
  background-size: 50%, cover;
  background-position: center 700px, 50% 45%;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
} 



/*- Section 2 */
#j4th-sec-02  {
  padding-bottom: 45px;
  background: #eb212f;
}
#j4th-sec-02 h2 {
  color: #fed478; 
  font-weight: normal;
}


/*- Section 3 */
#j4th-sec-03 {
  height: auto;
  margin-bottom: -150px;  
  background: url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2016/06/01175429/restoration-collage-bg.jpg") #fff;
  background-size: cover;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#j4th-sec-03 h3 {
  color: #0d2f43;
  border-bottom: 10px solid #0d2f43;
}




/*- Section 4 */
#j4th-sec-04  {
  padding-bottom: 45px;
  background: #0d2f43;  
}
#j4th-sec-04 h2 {
  font-weight: normal;
  color: #fed478;
}




/*- Section 5 */
#j4th-sec-05 {  
  background: 
    url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2016/06/14163057/dino-bg-rhinestone.jpg") #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; 
}
#j4th-sec-05 h3 {
  color: #0d2f43;
  border-bottom: 10px solid #0d2f43;
}




/*- Section 6 */
#j4th-sec-06  {
  padding-bottom: 45px;
  background: #eb212f;  
}
#j4th-sec-06 h2 {
  font-weight: normal; 
  color: #fed478;
}




/*- Section 7 */
#j4th-sec-07 {
  background: rgba(254,211,120,1);
  background: -moz-linear-gradient(top, rgba(254,211,120,1) 0%, rgba(254,211,120,1) 42%, rgba(249,249,249,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,211,120,1)), color-stop(42%, rgba(254,211,120,1)), color-stop(100%, rgba(249,249,249,1)));
  background: -webkit-linear-gradient(top, rgba(254,211,120,1) 0%, rgba(254,211,120,1) 42%, rgba(249,249,249,1) 100%);
  background: -o-linear-gradient(top, rgba(254,211,120,1) 0%, rgba(254,211,120,1) 42%, rgba(249,249,249,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,211,120,1) 0%, rgba(254,211,120,1) 42%, rgba(249,249,249,1) 100%);
  background: linear-gradient(to bottom, rgba(254,211,120,1) 0%, rgba(254,211,120,1) 42%, rgba(249,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed378', endColorstr='#f9f9f9', GradientType=0 );
}
#j4th-sec-07 h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #0d2f43;
  border-bottom: 10px solid #0d2f43;  

}




/*-- PRE-REGISTRATION FORM */
#j4th-rsvp-form p  {
  margin: 20px 0;
  padding:10px;
  color: #000;
  font-weight: bold
}
#j4th-rsvp-form p:first-of-type {
  padding:0;
}

#j4th-rsvp-form input,#j4th-rsvp-form textarea {
  margin:5px 2px;
}

#j4th-rsvp-form .wpcf7-form-control {
  border: 3px solid #fff;
  border-radius: 0;
  padding: 8px 7px;
}

#j4th-rsvp-form .wpcf7-form-control:focus {
  border: 3px solid #821417;
  box-shadow: 1px 1px 3px #7f7f7f inset;
}

#j4th-rsvp-form .wpcf7-form-control#num-of-attendees {
  width: 37px;
}

#j4th-rsvp-form .wpcf7-form-control.wpcf7-checkbox {
  border: none; 
  color: darkgoldenrod
}


#j4th-rsvp-form .wpcf7-form-control.wpcf7-submit {
  margin:10px 0 0;
  padding: 10px 42px 9px;  
  border: 1px solid transparent; 
  border-radius: 50px;
  box-shadow: none;
  background: #3199DD;
  box-shadow: 0 -4px 0 -1px #024976 inset;  
  color: #024976;
  font-size: 1em;
  text-shadow: none; 
  transition: all .3s ease-in-out;
}
#j4th-rsvp-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #024976;
  color: #fff;
}





/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width:1119px) */

@media screen and (max-width:1119px) {
  
/*- CONTAINER */
.j4th-container {
  width: 960px;
  padding: 10px 40px;  
}


  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 1029px) */

@media only screen and (max-width: 1029px) {
 

  
/*- CONTAINER */
.j4th-container {
  width: 90%;
  padding: 10px 40px;  
}  
  
  
  
 
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (min-width: 981px) and (max-width: 1029px) */

@media only screen and (min-width: 981px) and (max-width: 1029px) {
  
  


  


  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (min-width: 768px) and (max-width: 980px) */

@media only screen and (min-width: 768px) and (max-width: 980px) {
 

 
  
  
  
/*- HERO IMGS */   
/*- Logo -> A */
.j4th-hero .wp-image-80803 {
  margin-bottom:150px;
}  
  
  
  
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.j4th-button-container {
  top: 0px;
}

  
  
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 980px) */

@media only screen and (max-width: 980px) {
  

  
  
/* SECTIONS */
/*- Section 1 */
#j4th-sec-01 {
  background-size: 70%, cover;
  background-position: center 600px, 50% 45%;
}    
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 959px) */

@media only screen and (max-width: 959px) {
  
  

  
/* SECTIONS */
/*- Section 1 */
#j4th-sec-01 {
  background-size: 60%, cover;
  background-position: center 165%, 50% 45%;
}   
  
  
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 835px) */

@media only screen and (max-width: 835px) {
 
 
  
  
/* SECTIONS */
/*- Section 1 */
#j4th-sec-01 {
  background-size: 70%, cover;
  background-position: center 210%, 50% 45%;
}   
  
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 768px) */

@media only screen and (max-width: 768px) {

  
  
  

  
  
  
/*- CONTAINER */
.j4th-container {
  width: 88%;
  padding: 10px 20px;  
} 
  
 
  
  
  
  
/*- HERO IMGS */   
/*- Logo -> A */
.j4th-hero .wp-image-80803 {
  margin-bottom:0;
}  
  
  
  
  
  
  
/*- Section 1 */
#j4th-sec-01 {
  height: auto;
  background:  
    url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/05/27105004/restcele-bg.jpg") #00011A;
  background-size:cover;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}   
  
  

}

/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 767px) */

@media only screen and (max-width: 767px) {


  
/* HEADINGS */  
#j4th-page-wrapper h2 {
  margin:0 0 10px;
  padding: 5px 0;
  font-size: 3em;
}
  
  
 
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.j4th-button-container {
  top: 0px;
}
.j4th-button-container li {
  width:32%; 
}
.j4th-button {
  width:90%;
  font-size: 2.25em;
}

  
 
  
  
/* SECTIONS */   
/*- Section 2 & 4 */
#j4th-sec-02, #j4th-sec-04  {
  padding-bottom: 55px;
}

  
 
  

/* REGISTRATION FORM */   
/* hide loading gif */  
#j4th-rsvp-form img {
  display: none
}  
  
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 599px) */

@media only screen and (max-width: 599px) {



/*- Hero IMG */   
.j4th-hero .wp-image-80494 {
  width: 90%
}
     

  
  

  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 560px) */

@media only screen and (max-width: 560px) {

 
  
  
  
  
/* HEADINGS */  
#j4th-page-wrapper h2 {
  font-size: 2em;
}  
  
 
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.j4th-button {
  width:92%;
  padding: 25px 0;
  font-size: 1.5em;
}
  
  
  
  
/* SCHEDULE */
.j4th-sched {
  padding:30px;
}
.j4th-sched ul {
  padding:10px 30px 10px;
}

  
  
  
  
  
/* PRE-REGISTRATION FORM */
/*- Email Field */
#j4th-rsvp-form .wpcf7-form-control-wrap .wpcf7-email {
  width: 80%;
}  

  
    
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (min-width: 361px) and (max-width: 480px) */

@media only screen and (min-width: 361px) and (max-width: 480px) {

 

  
  
/*- HEADINGS */  
#j4th-page-wrapper h2 {
  font-size: 3em;
} 
  
  
  
  
  
   
/*- Hero IMG */   
.j4th-hero .wp-image-80494 {
  width: 100%
}
    
  
  
  
  
  
/* SECTIONS */
/*- Section 3 */
#j4th-sec-03 {
  margin-bottom: 0;
}

    
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 360px) */

@media only screen and (max-width: 360px) {
 

  
  
  
/*- HEADINGS */    
#j4th-page-wrapper h2 {
  font-size: 3em;
} 
  
  
  
  
  
  
/*- Hero IMG */   
.j4th-hero .wp-image-80494 {
  width: 100%
}
  
  
  
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.j4th-button-container li {
  display: block;  
  width:100%; 
}
.j4th-button {
  display: inline-block;
  width:70%;
  margin:15px 0;
}
  
  
  
  
  

   
  
  
  
  
  
}
/*** JULY 4TH PAGE -> end of custom styles ***/
/***--------------------------------------***/
/***-------------------------------------***/
/***-------------------------------------***/
/***--------------------------------------***/
/*** REVIVAL AT MOSIDE PAGE -> id 81651    ***/


/*THIS PAGE */
.page-id-81651  {
  background: #f9f9f9 !important;
}

/* HEADINGS */
#rev-page-wrapper h1 {
  font-size: 5.5em;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.91);
  padding:30px 0 10px;
  color: #fff;
}
#rev-page-wrapper h2 {
  margin:0 0 30px;
  padding: 10px 0;
  font-weight:normal;
  font-size: 4em;
  color: #fff; 
}
#rev-page-wrapper h3 {
  margin:0 0 30px;
  padding: 10px 0;
  font-weight:bold;
  font-size: 3em;
  line-height: 1.2em;
  color: #0d2f43; 
}
#rev-page-wrapper h4 {
  margin: 15px 0 0;
  font-size: 2.5em; 
  font-weight: normal;
  font-family: 'Great Vibes', cursive;
  color: #D32800;
}





/* LINKS */
#rev-page-wrapper a {
  text-decoration: none;
}





/*- HERO IMGS */   
/*- Logo -> A */
@keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-webkit-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-moz-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
@-o-keyframes slide {
  0%   { right: -250px;opacity: 0;  } 
  100% { right: 0;opacity: 1  }
}
.rev-hero .wp-image-80803 {
  position: relative;width:%;margin-bottom:150px;
  top:0;
  right: 0;
  -webkit-animation: slide 2s forwards ease-out; /* Safari 4+ */
  -moz-animation:    slide 2s forwards ease-out; /* Fx 5+ */
  -o-animation:      slide 2s forwards ease-out; /* Opera 12+ */
  animation:         slide 2s forwards ease-out; /* IE 10+, Fx 29+ */
}  





/* BUTTONS */
/* Top Anchor Buttons */ 
.rev-container ul  {
  margin:0;
}
.rev-button-container {
  display: block;
  position: relative;
}
.rev-button-container li {
  display: inline-block;  
  width:30%; 
}
.rev-button {
  display: inline-block;
  width:80%;
  margin:0px;
  padding: 40px 0;  
  background: rgba(255,255,255,.0);
  border:3px solid #fff;
  font-size: 2em;
  color:#fff;
  box-shadow: 7px 7px 5px rgba(0,0,0,0.42);
}
.rev-button:visited {
  color:#fff;
  background: rgba(255,255,255,.0);
  box-shadow: 7px 7px 5px rgba(0,0,0,0.42);  
}
.rev-button:hover {
  color:#024976;
  background: rgba(255,255,255,.91);
}
.rev-button:active {
  background: rgba(255,255,255, .72);
  box-shadow: 5px 5px 3px rgba(0,0,0,0.42);
}





/* GUEST BIOS */
#rev-bio-menu li  {
  width: 50%;
  margin: 10px auto;
  list-style-type: none;
  cursor: pointer;   
  padding:10px 15px;
  background:#48E7FF;
  border: 2px solid #48E7FF;
  border-radius: 3px; 
  box-shadow: 3px 3px 3px rgba(0,0,0,0.22);
}
#rev-bio-menu li:hover {
  background:#f9f9f9;
  border: 2px solid transparent;
  border-radius: 3px; 
}
#rev-bio-menu li a {  
  color: #223847;
  font-size: 1.2em;
}
#rev-bio-menu li a:after {  
  content: " +";
  font-size: 1em;
}
#rev-bio-menu li:hover a {
  color: #7f7f7f
}
#rev-bio-menu li li {
  display: none; 
  width: 100%;
  padding:0;
  border-color:transparent;
  background: #f9f9f9; 
  box-shadow: none;
  text-align: left;
}
#rev-bio-menu li:hover li { 
  display: block;
  opacity: 1;
}





/* SCHEDULE */
.rev-sched {
  padding:50px;
  background: rgba(255,255,255,.81);
  color: #0D2F43;  
}
.rev-sched ul {
  padding:10px 50px 10px;
}
.rev-sched li {
  padding: 10px 5px;
  font-size:1.2em;
  text-align: left;
}
.rev-sched span {
  font-size: 12px;
  font-weight: bold;
  color: #821417;
}





/* CONTENT PAGE WRAPPER */
#rev-page-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  font-family: Lato, sans-serif;
  text-align: center !important;
}





/*- CONTAINER */
.rev-container {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;  
}





/* SECTIONS */
#rev-sec-01, 
#rev-sec-02, 
#rev-sec-03, 
#rev-sec-04, 
#rev-sec-05, 
#rev-sec-06, 
#rev-sec-07 {
  width: 100%;
  display: block;
  position: relative; 
  padding: 50px 0px; 
}

/* - add stars to h2 */
/*
#rev-sec-02 h2:before,
#rev-sec-02 h2:after,
#rev-sec-04 h2:before,
#rev-sec-04 h2:after,
#rev-sec-06 h2:before,
#rev-sec-06 h2:after {
  content: "\2605";
  padding: 0 15px;
}
*/


/*- Section 1 */
#rev-sec-01 {
  height: auto;
  background:  url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2016/06/16160613/Revival-BG1.jpg") #173760;
  background-size: cover;
  background-position:  50% 45%;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 



/*- Section 2 */
#rev-sec-02  {
  padding-bottom: 45px;
  background: #223847;
}
#rev-sec-02 h2 {
  color: #48e7ff; 
  font-weight: normal;
}


/*- Section 3 */
#rev-sec-03 {
  height: auto;  
  background: #f5f6f6;
  background: -moz-linear-gradient(-45deg, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
  background: -webkit-linear-gradient(-45deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
  background: linear-gradient(135deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 );
  background-size: cover;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#rev-sec-03 h3 {
  color: #d32800;
  border-bottom: 10px solid #d32800;
}




/*- Section 4 */
#rev-sec-04  {
  padding-bottom: 45px;
  background: #D32800;  
}
#rev-sec-04 h2,
#rev-sec-04 p {
  font-weight: normal;
  color:#fff;
}
#rev-sec-04 div  {
  border: 5px solid #ff4b21;
  border-top:none;
  border-bottom: none;
}




/*- Section 5 */
#rev-sec-05 {  
  background: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; 
}
#rev-sec-05 h3 {
  color: #223847;
  border-bottom: 10px solid #223847;
}




/*- Section 6 */
#rev-sec-06  {
  padding-bottom: 45px;
  background: #48FFDA; 
}
#rev-sec-06 h2 {
  font-weight: normal;
  color: #223847;
}



/*- Section 7 */
#rev-sec-07 {
  background: #a0b3c0;
  background: -moz-linear-gradient(top, #a0b3c0 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #a0b3c0 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom, #a0b3c0 0%,#f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b3c0', endColorstr='#f9f9f9',GradientType=0 );
}
#rev-sec-07 h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #d32800;
  border-bottom: 10px solid #d32800; 
}




/*-- PRE-REGISTRATION FORM */
#rev-rsvp-form p  {
  margin: 20px 0;
  padding:10px;
  color: #000;
  font-weight: bold;
  text-align: center
}
#rev-rsvp-form p:first-of-type {
  padding:0;
}
#rev-rsvp-form input,
#rev-rsvp-form textarea { 
  margin:5px 2px;
}
#rev-rsvp-form .wpcf7-form-control {
  border: 3px solid #fff;
  border-radius: 0;
  padding: 8px 7px;
}
#rev-rsvp-form .wpcf7-form-control:focus {
  border: 3px solid #821417;
  box-shadow: 1px 1px 3px #7f7f7f inset;
}
#rev-rsvp-form .wpcf7-form-control#num-of-attendees {
  width: 37px;
}
#rev-rsvp-form .wpcf7-form-control.wpcf7-checkbox {
  border: none; 
  color: #223847
}
#rev-rsvp-form .wpcf7-form-control.wpcf7-submit {
  margin:10px 0 0;
  padding: 10px 42px 9px;  
  border: 1px solid transparent; 
  border-radius: 50px;
  box-shadow: none;
  background: #3199DD;
  box-shadow: 0 -4px 0 -1px #024976 inset;  
  color: #024976;
  font-size: 1em;
  text-shadow: none; 
  transition: all .3s ease-in-out;
}
#rev-rsvp-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #024976;
  color: #fff;
}





/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width:1119px) */

@media screen and (max-width:1119px) {
  
/*- CONTAINER */
.rev-container {
  width: 960px;
  padding: 10px 40px;  
}


  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 1029px) */

@media only screen and (max-width: 1029px) {
 

  
/*- CONTAINER */
.rev-container {
  width: 90%;
  padding: 10px 40px;  
}  
  
  
  
 
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (min-width: 981px) and (max-width: 1029px) */

@media only screen and (min-width: 981px) and (max-width: 1029px) {
  
  
/*- SECTIONS */
/*- Section 3 */
#rev-sec-03 {
  height: auto;  
}

  


  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (min-width: 768px) and (max-width: 980px) */

@media only screen and (min-width: 768px) and (max-width: 980px) {
 

 
  
  
  
/*- HERO IMGS */   
/*- Logo -> A */
.rev-hero .wp-image-80803 {
  margin-bottom:150px;
}  
  
  
  
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.rev-button-container {
  top: 0px;
}


 
  
  
  
/* SECTIONS */
/*- Section 3 */
#rev-sec-03 {
  height:auto;  
}
#rev-sec-03 .wp-image-80516 {
  position: relative;
  top:-20px;
}
  
  
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 980px) */

@media only screen and (max-width: 980px) {
  

  
  
/* SECTIONS */
/*- Section 1 */
#rev-sec-01 {
  background-size:  cover;
  background-position:  50% 45%;
}    
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 959px) */

@media only screen and (max-width: 959px) {
  
  

  
/* SECTIONS */
/*- Section 1 */
#rev-sec-01 {
  background-size:  cover;
  background-position:  50% 45%;
}   
  
  
  
  
  
}
/***---------------------------------------***/
/***----------------------------------------***/
/* (max-width: 835px) */

@media only screen and (max-width: 835px) {
 
 
  
  
/* SECTIONS */
/*- Section 1 */
#rev-sec-01 {
  background-size: , cover;
  background-position:  50% 45%;
}   
  
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 768px) */

@media only screen and (max-width: 768px) {

  
  
  

/* GUEST BIOS */
#rev-bio-menu li  {
  width: 70%;
}

  
  
  
  
/*- CONTAINER */
.rev-container {
  width: 88%;
  padding: 10px 20px;  
} 
  
 
  
  
 
  
/*- HERO IMGS */   
/*- Logo -> A */
.rev-hero .wp-image-80803 {
  margin-bottom:0;
}  
  
  
  
  
  
  
/*- Section 1 */
#rev-sec-01 {

}   
  
  

}

/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 767px) */

@media only screen and (max-width: 767px) {


  
/* HEADINGS */  
#rev-page-wrapper h2 {
  margin:0 0 10px;
  padding: 5px 0;
  font-size: 3em;
}
  
  
 
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.rev-button-container {
  top: 0px;
}
.rev-button-container li {
  width:32%; 
}
.rev-button {
  width:90%;
  font-size: 1.75em;
}

  
 
  
  
/* SECTIONS */   
/*- Section 2 & 4 */
#rev-sec-02, 
#rev-sec-04  {
  padding-bottom: 55px;
}
/*- Section 3 */
#rev-sec-03 {
  height: ;  
}

  
 
  

/* REGISTRATION FORM */   
/* hide loading gif */  
#rev-rsvp-form img {
  display: none
}  
  
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 599px) */

@media only screen and (max-width: 599px) {



/*- Hero IMG */   
.rev-hero .wp-image-80494 {
  width: 90%
}
     

  
  

  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 560px) */

@media only screen and (max-width: 560px) {

 
  
  
  
  
/* HEADINGS */  
#rev-page-wrapper h2 {
  font-size: 2em;
}  
  
 
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.rev-button {
  width:92%;
  padding: 25px 0;
  font-size: 1.2em;
}
  
  
  
  
/* SCHEDULE */
.rev-sched {
  padding:30px;
}
.rev-sched ul {
  padding:10px 30px 10px;
}

  
  
  
  
  
/* SECTIONS */
/*- Section 3 */
#rev-sec-03 {
  height: ;  
}
#rev-sec-03 .wp-image-80516 {
  top:-20px;
}
 
  
  
  
  
  
/* PRE-REGISTRATION FORM */
/*- Email Field */
#rev-rsvp-form .wpcf7-form-control-wrap input {
  width: 95%;
}  

  
    
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (min-width: 361px) and (max-width: 480px) */

@media only screen and (min-width: 361px) and (max-width: 480px) {

 

  
  
/*- HEADINGS */  
#rev-page-wrapper h2 {
  font-size: 3em;
} 
  
  
  
  
  
   
/*- Hero IMG */   
.rev-hero .wp-image-80494 {
  width: 100%
}
    
  
  
  
  
/* GUEST BIOS */
#rev-bio-menu li  {
  width: 90%;
}
  
  
  
  
  
/* SECTIONS */
/*- Section 3 */
#rev-sec-03 .wp-image-80516 {
  top:-20px;
}
    
  
  
  
  
}
/***---------------------------------------***/
/***---------------------------------------***/
/* (max-width: 360px) */

@media only screen and (max-width: 360px) {
 

  
  
  
/*- HEADINGS */    
#rev-page-wrapper h2 {
  font-size: 3em;
} 
  
  
  
  
  
  
/*- Hero IMG */   
.rev-hero .wp-image-80494 {
  width: 100%
}
  
  
  
  
  
  
/* BUTTONS */
/* Top Anchor Buttons */ 
.rev-button-container li {
  display: block;  
  width:100%; 
}
.rev-button {
  display: inline-block;
  width:70%;
  margin:15px 0;
}
  
  
  
  
  
  
/* SECTIONS */   
/*- Section 1 */ 
#rev-sec-01 {
}     
/*- Section 3 */
#rev-sec-03 {
  height: auto
}

  
  
  
  
  
}





/*** MOSIDE REVIVAL PAGE -> end of custom styles ***/
/***--------------------------------------***/
/***-------------------------------------***/