@media only screen and (max-width: 1199px) {
  /* menu line */
  #nav-icon, .nav-icon {
  display: inline-block;
  width: 20px;
  height: 10px;
  padding-top: 13px;
  line-height: 0;
  cursor: pointer;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  }
  .bg-nav-icon{ 
  width:32px; 
  height:24px; 
  background:rgba(255,255,255,0);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  #nav-icon span, .nav-icon span{ 
  display:none; 
  position:absolute; 
  top: 5px; 
  left: -40px;
  font-size: .62rem;
  font-weight: 600;
  text-transform: uppercase;
  }
  .menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background-color:#111;
  }
  .menu-line1 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5px;
  background-color:#111;
  }
  .menu-line2 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  background-color:#111;
  }
  .menu-line2.white, .menu-line1.white, .menu-line.white{ background-color:#6f6f6f;}
  .menu-line2.black, .menu-line1.black, .menu-line.black{ background-color:#6f6f6f;}
  #nav-icon.open .bg-nav-icon{ 
  background:none;
  }
  #nav-icon.open {
  width:15px;
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  }
  #nav-icon.open span{
  display:block;
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  }
  #nav-icon.open .menu-line {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  #nav-icon.open .menu-line1 {
  opacity: 0;
  top: 5px;
  }
  #nav-icon.open .menu-line2 {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  #main-menu {
  display: none;
  width: 100%;
  }
  .nav-icon {
  display: inline-block;
  position: relative;
  top: 32px;
  right: 5px;
  float: right;
  }
  .nav-icon.show{
    position: absolute;
    top: 47px;
    right: 32px;
  }
  header{
  position: relative;
  background: #fbfbfb !important;
  padding: 5px 0; 
  }
  header.init{
    padding: 0px;
    position: relative;
  }
  .logo {
  top:0px;
  left: 0px;
  height: 60px;
  margin: 10px 0;
  }
  .logo img.show{
  display: block;
  }
  .logo img.init{
  display: none;
  }
  .white nav {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 5px;
  }
  .white nav ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  }
  .white nav a {
  color: #626570;
  padding: 15px;
  }
  .white nav a.actived{
    color: #ff8383 !important;
  }
  .white nav ul ul {
  display: none;
  position: relative;
  top: 0;
  }
  .white nav ul ul li{
  background: #f8f8f8;
  width: 100%;
  box-shadow: 5px 5px 2px rgba(23, 36, 52, 0);
  }
  .white nav ul li:hover > ul {
  display: none;
  }
  .menu-right{
    padding: 28px 0;
  }
  .menu-right .social-icons a{
  color: #626570;
  }
}
@media only screen and (max-width: 1024px) {

  .wraphomeowl .homestatictext{
    width: 100%;
  }
  .wraphomeowl .homestatictext .homestatictextbig{
    font-size: 1.8rem;
  }
  .wraphomeowl .homestatictext .homestatictextsmall{
    font-size: .8rem;
  }
  #owl-slider-home .owl-nav{
    display: none;
  }

}
@media only screen and (max-width: 768px) {
  .fixform .text-right, .fixform .text-left, .fixform .form-control{
    text-align: center !important;
  }
  .timeline-item {
    margin-top: 0;
    margin-bottom: 5%;
  }
  .timeline::before {
    left: 35px;
  }
  .timeline .timeline-img {
    left: -15px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: auto;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline::before{
    border: none;
  }
}
@media only screen and (max-width: 660px) {
  section {
  padding: 8vh 0;
  }
  .homestatictextbig{
    font-size: 1.6rem;
  }
  .homestatictextsmall{
    font-size: .8rem;
  }
  .fixform h1{
    font-size: 1.6rem;
    margin-top: .5rem;
    margin-bottom: 1rem !important;
  }
  .tagformrsvp{
    margin-top: 2rem;
  }
  .formrsvp{
    margin: 5px 0;
  }
  .p120{
    padding: 30px;
  }
  .testimonial{
    margin: 60px 15px;
  }
}
@media(max-width:414px) {
  .m120{
    margin: 60px;
  }
  .wraphomestatic{
    padding-top: 5vh;
  }
  .wraphomeowl .homestatictext .homestatictextbig{
    font-size: 1.5rem;
  }
  #rsvp h2{
    font-size: 1.5rem;
  }
  #rsvp h5{
    font-size: 1.1rem;
  }
  #rsvp #send-rsvp{
    margin-top: 0px;
  }
}
@media(max-width:360px) {

}
@media(max-width:320px) {
 
}