/* ========================================================================== */
/* RESPONSIVE STYLES */
/* ========================================================================== */

/* ========================================================================== */
/* 1280px --> 1379px */

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

}

/* ========================================================================== */
/* 1180px --> 1279px */

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

}

/* ========================================================================== */
/* 1080px --> 1179px */

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

  /* GLOBAL PADDING */
  html                                    { font-size: 9px; }

  /* TYPOGRAPHY */
  body                                    { font-size: 19px; }
  .text-60 		                            { font-size: 57px; }
  .text-54 		                            { font-size: 51px; }
  .text-48 		                            { font-size: 46px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 34px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 30px; }
  .text-24 		                            { font-size: 23px; }
  .text-22  	                            { font-size: 21px; }
  .itinerary .ckeditor h4                 { font-size: 19px; }
  .text-16 		                            { font-size: 15px; }
  .text-14  	                            { font-size: 13px; }
  .rtb-form label, .rtb-form .label       { font-size: 15px; }
  .rsvp-form label, .rsvp-form .rtb-label { font-size: 19px; }
  .rsvp-form .form-help                   { font-size: 16px; }
  .rtb-form input[type="text"],
  .rtb-form input[type="email"],
  .rtb-form input[type="password"],
  .rtb-form select,
  .rtb-form textarea                      { font-size: 19px; }
  .select select                          { font-size: 19px; }

  /* FAQS CTA */
  .faqs_rsvp_wrap .w-50 { padding: 7.5rem; }

  /* RSVP FORM */
  .rtb-form input[type="checkbox"] + label:before, .rtb-form input[type="radio"] + label:before { top: 9px; }

}

/* ========================================================================== */
/* 980px --> 1079px */

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

  /* TYPOGRAPHY */
  body                                    { font-size: 18px; }
  .text-60 		                            { font-size: 54px; }
  .text-54 		                            { font-size: 49px; }
  .text-48 		                            { font-size: 43px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 32px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 29px; }
  .text-24 		                            { font-size: 22px; }
  .text-22  	                            { font-size: 20px; }
  .itinerary .ckeditor h4                 { font-size: 18px; }
  .rsvp-form label, .rsvp-form .rtb-label { font-size: 18px; }
  .rtb-form input[type="text"],
  .rtb-form input[type="email"],
  .rtb-form input[type="password"],
  .rtb-form select,
  .rtb-form textarea                      { font-size: 18px; }
  .select select                          { font-size: 18px; }

  /* HERO */
  #hero { background-attachment: scroll; background-position: left top; }

  /* ITINERARY NAV */
  .i-nav-link { padding-left: 0; padding-right: 0; }
  .i-nav-link:hover { background: transparent; }
  .i-nav-link:hover .i-nav-desc { border-bottom-color: rgba(255,255,255,0); }

  .itinerary .ckeditor ul li::before { top: 3px; }

  /* FEATURES */
  .feature-preheading { letter-spacing: 3px; }

  /* FAQS CTA */
  .faqs_rsvp_wrap .w-50 { padding: 6rem; }


}

/* ========================================================================== */
/* 880px --> 979px */

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

  /* TYPOGRAPHY */
  .text-60 		                            { font-size: 51px; }
  .text-54 		                            { font-size: 46px; }
  .text-48 		                            { font-size: 41px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 31px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 27px; }
  .text-24 		                            { font-size: 21px; }
  .text-22  	                            { font-size: 19px; }
  .rtb-form input[type="text"],
  .rtb-form input[type="email"],
  .rtb-form input[type="password"],
  .rtb-form select,
  .rtb-form textarea                      { font-size: 17px; }
  .select select                          { font-size: 17px; }

  /* FOOTER  */
  .rtb-contact-form          { float: none; width: auto; padding: 6rem 9rem; }

}

/* ========================================================================== */
/* 768px --> 879px */

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

  /* TYPOGRAPHY */
  body                                    { font-size: 17px; }
  .text-60 		                            { font-size: 49px; }
  .text-54 		                            { font-size: 44px; }
  .text-48 		                            { font-size: 39px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 29px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 26px; }
  .text-24 		                            { font-size: 20px; }
  .text-22  	                            { font-size: 18px; }
  .rsvp-form label, .rsvp-form .rtb-label { font-size: 17px; }
  .rsvp-form .form-help                   { font-size: 15px; }

  /* NAVIGATION */
  #header             { padding-right: 5px; }
  .parent_li	        { padding-right: 15px; }
  .parent_li > a			{ font-size: 19px; }
  .child_ul a         { font-size: 17px; }

  /* FAQS CTA */
  .faqs_rsvp_wrap       { display: block; }
  .faqs_rsvp_wrap .w-50 { padding: 7.5rem; float: none; width: auto; }

  /* ITINERARY */
  .itinerary-nav-wrap { padding-left: 7.5rem; padding-right: 7.5rem; }
  .itinerary-wrap     { padding-right: 7.5rem; padding-left: 7.5rem; }

  .itinerary::before     { left: -36px; }
  .itinerary-time:before { left: -45px; top: 3px; }
  .itinerary-title       { margin-left: -5px; }
  .itinerary-time        { letter-spacing: 3px; }

  .itinerary .ckeditor ul li::before { top: 2px; }

  .faqs-wrap          { padding: 4.5rem 7.5rem; }
  .question::after    { left: -34px; top: 4px; }
  .question.active:before { left: -25px; top: 5px; }
  .answer { margin-left: -25px;	padding-left: 25px; }

  /* RSVP FORM */
  .rtb-form input[type="checkbox"] + label:before, .rtb-form input[type="radio"] + label:before { top: 8px; }

  /* FOOTER  */
  .rtb-contact-form, .footer-bio  { float: none; width: auto; padding: 6rem 7.5rem; }



}

/* ========================================================================== */
/* 680px --> 767px */

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

  /* GLOBAL PADDING */
  html                                    { font-size: 8px; }

  /* TYPOGRAPHY */
  .text-60 		                            { font-size: 46px; }
  .text-54 		                            { font-size: 42px; }
  .text-48 		                            { font-size: 37px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 28px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 25px; }
  .text-24 		                            { font-size: 19px; }

  /* HERO */
  .hero-box                               { max-width: 380px; }

  /* ITINERARY */
  .itinerary-wrap        { padding-top: 7.5rem; padding-bottom: 7.5rem; }
  .itinerary::before     { left: -31px; }
  .itinerary-time:before { left: -40px; top: 3px; }

  /* RSVP FORM */
  .rsvp-form .p45.p90-l.p90-r, .form-section, .rsvp-form .form-row.omega { padding-left: 7.5rem; padding-right: 7.5rem; }

  /* FEATURES */
  .feature-preheading { letter-spacing: 2px; }

  /* NAVIGATION */
  .parent_li > a			{ font-size: 18px; }
  .child_ul a         { font-size: 16px; }

}

/* ========================================================================== */
/* 580px --> 679px */

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

  /* GLOBAL PADDING */
  html                                    { font-size: 7px; }

  /* TYPOGRAPHY */
  .text-60 		                            { font-size: 44px; }
  .text-54 		                            { font-size: 40px; }
  .text-48 		                            { font-size: 35px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 26px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 24px; }

  /* NAVIGATION */
  #header     { padding-right: 10px; }
  .parent_li	{ padding-right: 10px; }

  /* ITINERARY */
  .itinerary-nav-wrap    { padding-left: 6rem; padding-right: 6rem; }
  .itinerary-wrap        { padding-right: 6rem;}
  .itinerary::before     { left: -28px; }
  .itinerary-time:before { left: -35px; height: 16px; width: 16px; top: 5px; }
  .itinerary-time        { letter-spacing: 2px; }

  /* FAQS CTA */
  .faqs_rsvp_wrap .w-50 { padding: 7.5rem 6rem; float: none; width: auto; }

  /* RSVP FORM */
  .rsvp-form .p45.p90-l.p90-r, .form-section, .rsvp-form .form-row.omega { padding-left: 6rem; padding-right: 6rem; }
  .rsvp-form .form-row.omega { padding-top: 6rem; padding-bottom: 6rem; }

  /* FOOTER  */
  .rtb-contact-form, .footer-bio  { float: none; width: auto; padding: 6rem; }



}

/* ========================================================================== */
/* 480px --> 579px */

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

  /* GLOBAL PADDING */
  html                                    { font-size: 6px; }

  /* TYPOGRAPHY */
  body                                    { font-size: 16px; }
  .text-60 		                            { font-size: 40px; }
  .text-54 		                            { font-size: 36px; }
  .text-48 		                            { font-size: 32px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 24px; letter-spacing: 0; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 22px; }
  .itinerary .ckeditor h4                 { font-size: 17px; }
  .text-16 		                            { font-size: 14px; }
  .text-14 		                            { font-size: 12px; }
  .rtb-form label, .rtb-form .label       { font-size: 14px; }
  .rsvp-form label, .rsvp-form .rtb-label { font-size: 16px; }
  .rsvp-form .form-help                   { font-size: 14px; }
  .rtb-form input[type="text"],
  .rtb-form input[type="email"],
  .rtb-form input[type="password"],
  .rtb-form select,
  .rtb-form textarea                      { font-size: 16px; }
  .select select                          { font-size: 16px; }

  .callout { padding: 15px 15px 15px 54px; }
  .callout::before { width: 39px; }
  .callout::after {	font-size: 20px; left: 10px; height: 20px; width: 20px; margin-top: -10px; }

  /* HERO */
  .hero-box                               { max-width: none; }

  /* FEATURES */
  .feature-preheading { font-size: 13px; }

  /* ITINERARY */
  .itinerary-nav-wrap    { padding-left: 4.5rem; padding-right: 4.5rem; }
  .i-nav-time            { width: auto; display: block; }
  .itinerary-wrap        { padding-right: 4.5rem;}
  .itinerary::before     { left: -24px; }
  .itinerary-time:before { left: -31px; top: 3px; }

  .itinerary .ckeditor ul li::before { top: 3px; }

  .faqs-wrap          { padding: 4.5rem 6rem; }
  .question::after    { left: -28px; top: 4px; }
  .question.active:before { left: -19px; top: 5px; }
  .answer { margin-left: -19px;	padding-left: 19px; }
  .faq-group > li { padding: 15px 0 15px 20px; }

  /* RSVP FORM */
  .rsvp-form .btn-large      { display: block; width: 100%; padding-left: 0; padding-right: 0; }
  .can_attend                { padding: 20px 20px 0 20px; }
  .can_attend hr             { margin-left: -20px; margin-right: -20px; }
  .can_attend_notice         { margin: -20px -20px 4.5rem -20px; padding: 20px; }
  .cannot_attend p           { padding: 20px; }
  .rsvp-form .select         { max-width: none; }
  .rsvp-form .radio-group    { float: none; }
  .rsvp-form .radiowrapper   { float: left; width: 50%; padding-right: 0; }
  .rsvp-form .checkboxwrapper { float: none; width: auto; }
  .rtb-form input[type="checkbox"] + label:before, .rtb-form input[type="radio"] + label:before { top: 7px; }
  .rsvp-form .select-wrap .select { max-width: none; }



  /* FOOTER */
  .rtb-contact-form .form-row.w-50        { width: auto; float: none; padding: 0;}

  /* NAVIGATION */
  /* header - switch to off-canvas pushy nav */
  #tabs, .nav-wrapper                       { margin: 0; }
  /* reset the main navigation styling */
  .parent_li												        {	float: none; width: 100% !important; position: relative; border: 0; padding: 0; }
  .parent_li > a, .child_ul a               { border-bottom: 1px solid #F3F2F1 !important; padding: 15px 17px 16px 17px; font-size: 17px; line-height: 22px; color: #5A345F !important; letter-spacing: 0; height: auto; text-align: left; margin: 0; font-family: 'lato500', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
  .parent_li > a.pushy-link                 { opacity: 1; }
  .parent_li.w_child > a						        { font-family: 'lato700', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 700; font-size: 12px; text-transform: uppercase; padding: 5px 0 30px 0; text-align: center; background: #F3F2F1; color: #5A345F !important; letter-spacing: 1px; }
  .parent_li.w_child > a::before            { content: 'Wedding '}
  .parent_li.w_child > a .fa  			        { display: none; }
  .child_ul 												        { border: 0; background: #fff; padding: 0; display: block; box-shadow: none; position: relative; margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
  .child_ul a                               { background: #fff !important; }
  .child_ul::before                         { display: none; }
  .pushy-submenu-closed ul                  { max-height: none; visibility: visible; }
  .pushy-submenu-closed .pushy-link         { opacity: 1; }

  .parent_li.omega a                          { letter-spacing: 2px; background: #5A345F !important; color: #fff !important; border: 0 !important; }
  .parent_li.omega a::after                   { content: '\f105'; font-family: FontAwesome; position: absolute; right: 15px; top: 13px; font-size: 24px; }

  /* remove the hover states */
  .parent_li > a:hover, .child_ul a:hover,
  .parent_li:hover > a                      { background: transparent; color: #5A345F; }
  .parent_li.w_child:hover > a              {	box-shadow: none;	background: #F3F2F1; margin-left: 0; margin-right: 0;	padding-left: 0; padding-right: 0; }


  /* PUSHY OFF-CANVAS MENU */
  /* display the mobile "menu button" and the drop-down menu toggles */
  .menu-btn              { display: block; }
  .toggle-mobile-dropdown { display: none; }
  /* display the home link/logo above the navigation */
  .pushy-home { display: block; }

  .pushy a:focus, .pushy button:focus, .menu-btn:focus { outline: none; }

  /* the main pushy container */
  .pushy {
    position: fixed;
    width: 228px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #F3F2F1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 300px;
    padding-top: 0;
  }

  .pushy.pushy-left   { left: 0; }
  .pushy.pushy-right  { right: 0; }

  /* pushy content hidden by default */
  .pushy-content { visibility: hidden; background: #fff; }

  /* menu movement */
  .pushy-left                                                         { -webkit-transform: translate3d(-280px, 0, 0); -ms-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  .pushy-open-left #container, .pushy-open-left .push                 { -webkit-transform: translate3d(280px, 0, 0); -ms-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
  .pushy-right                                                        { -webkit-transform: translate3d(280px, 0, 0); -ms-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
  .pushy-open-right #container, .pushy-open-right .push               { -webkit-transform: translate3d(-280px, 0, 0); -ms-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
  .pushy-open-left .pushy, .pushy-open-right .pushy                   { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .pushy-open-left .pushy-content, .pushy-open-right .pushy-content   { visibility: visible; }

  /* menu transitions */
  #container, .pushy, .push { transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  .pushy-content            { transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

  /* site overlay */
  .site-overlay                   { display: none; }
  .pushy-open-left .site-overlay,
  .pushy-open-right .site-overlay {background-color: rgba(0,0,0,0.6); display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9998; -webkit-animation: fade 500ms; animation: fade 500ms; }

  @keyframes fade         { 0% { opacity: 0; } 100% { opacity: 1; } }
  @-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } }

}

/* ========================================================================== */
/* 400px --> 479px */

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

  /* GLOBAL PADDING */
  html                                    { font-size: 5px; }

  /* TYPOGRAPHY */
  .text-60 		                            { font-size: 36px; }
  .text-54 		                            { font-size: 32px; }
  .text-48 		                            { font-size: 29px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 22px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 21px; }
  .text-24 		                            { font-size: 18px; }
  .text-22  	                            { font-size: 17px; }

  /* FEATURES */
  .feature-heading  { font-size: 36px; }
  .feature-wrap     { padding: 9rem 6rem; }

  /* ITINERARY */
  .itinerary-nav-wrap    { padding-left: 4.5rem; padding-right: 4.5rem; }
  .itinerary-wrap        { padding-right: 4.5rem;}
  .itinerary::before     { left: -20px; }
  .itinerary-time:before { left: -25px; top: 4px; height: 12px; width: 12px; }

}

/* ========================================================================== */
/* 320px --> 399px */

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

  /* TYPOGRAPHY */
  body                                    { font-size: 15px; }
  .text-60 		                            { font-size: 32px; }
  .text-54 		                            { font-size: 29px; }
  .text-48 		                            { font-size: 26px; }
  .text-36, .itinerary .ckeditor h3       { font-size: 21px; }
  .text-32, h1, h2, h3, h4, h5, h6  	    { font-size: 20px; }
  .rsvp-form label, .rsvp-form .rtb-label { font-size: 15px; }

  .itinerary .ckeditor ul li::before { top: 2px; }


  /* NAVIGATION */
  #logo   { left: 12px; }
  #header { padding-right: 0; }
  .menu-btn { padding: 0 17px; }

  /* RSVP FORM */
  .rsvp-form .p45.p90-l.p90-r, .form-section, .rsvp-form .form-row.omega { padding-left: 4.5rem; padding-right: 4.5rem; }
  .rsvp-form .btn-large      { font-size: 18px; letter-spacing: 0; }
  .can_attend                { padding: 15px 15px 0 15px; }
  .can_attend hr             { margin-left: -15px; margin-right: -15px; }
  .can_attend_notice         { margin: -15px -15px 4.5rem -15px; padding: 15px; }
  .cannot_attend p           { padding: 15px; }
  .rtb-form input[type="checkbox"] + label:before, .rtb-form input[type="radio"] + label:before { top: 6px; }
  .rsvp-form .select-wrap { padding-left: 120px; }


  /* FEATURES */
  .feature-preheading { font-size: 12px; }
  .feature-heading    { font-size: 34px; }
  .feature-wrap       { padding: 9rem 4.5rem; }

  /* HERO */
  #hero h1 .nobr { white-space: normal; }
  #hero .dash    { display: none; }

}