/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .home-tagline { width:520px; }
    .wedding-date {
        width:78%;
        margin-bottom:10px;
    }

 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
	.social-icons ul li {
		margin-bottom: 10px;
	}
	.price {
		font-size: 16px;
		height: 110px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 40px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}

    .home-section {
        margin-top:30px !important;
        padding-top:0px !important;
    }

    .home-logo {
        width:200px;
        display:inline;
        float:left;
        padding-top:25px;
        padding-left:15px;
    }

    .nav-menu {
        margin-right:5px !important;
    }

    .home-tagline { width:auto; }
}

/* xs */
@media (max-width: 767px) {
    .masonry { /* Masonry container */
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    .home-tagline { width:auto; }
    .charm-logo { width:50%; }
	body {
		font-size: 14px;
	}
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}
	.navbar-brand {
		padding: 0 15px 15px;
	}
	.navbar-toggle {
	  border:1px solid #fff;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	/*services*/
    .spread-word { display:block; padding-bottom:18px; font-size:1.6em; }
	section {
		padding: 45px 0;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	
	.service-info h3 {
		font-size: 20px;
	}
	.home-content .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.home-content .col-sm-4:nth-child(4), 
	.home-content .col-sm-4:nth-child(5), 
	.home-content .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.home-content .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}	
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
	.price span {
		font-size: 50px;
		margin-top: 25px;
	}
	.price {
		font-size: 18px;
		height: 110px;
		line-height: 35px;
		width: 130px;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control, 
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	} 
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}

    .nav-menu a {
        display:block;
        width:100%;
        text-align:center;
        margin-left:47px;
    }

    .dark-background {
        background:rgba(0,0,0,.9);
    }

    .nav-menu a:hover {
        background:#000 !important;
    }

    .testimonial {
        min-height: auto !important;
        max-height: auto !important;
    }

    .countdownHolder{
	    font: 20px/1.5 'Open Sans Condensed',sans-serif;
    }

    .home-section {
        margin-top:30px !important;
        padding-top:0px !important;
    }

    .home-logo {
        width:200px;
        display:inline;
        float:left;
        padding-top:15px;
        padding-left:15px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
    .masonry { /* Masonry container */
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    .home-tagline { width:auto; }
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}

    .home-logo {
        width:80%;
    }

    .wedding-date {
        width:78%;
        margin-bottom:10px;
    }

    .home-section {
        margin-top:10px !important;
        padding-top:0px !important;
    }
}

@media (max-width: 568px) {
    .masonry { /* Masonry container */
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    .top-name { font-size:30px; line-height:20px; }
    .top-date { font-size:15px; color:#000; }

    .home-tagline { width:auto; }
    .testimonial {
        min-height: auto !important;
        max-height: auto !important;
    }

    .countdownHolder{
	    font: 26px/1.5 'Open Sans Condensed',sans-serif !important;
    }

    .home-section {
        margin-top:30px !important;
        padding-top:0px !important;
    }

    .charm-logo { width:50%; }
    .tag-line { font-size:40px; text-shadow: 2px 2px #000000; line-height:40px; }
    .couple-name { font-size:6em !important; margin-top:-5px; }
}

@media (min-width: 320px) {
    .masonry { /* Masonry container */
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }
    .fb-page { width:290px; }
}

@media (max-width: 320px) {
    .masonry { /* Masonry container */
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }
    .top-name { font-size:30px; line-height:20px; }
    .top-date { font-size:15px; color:#000; }
}

@media (max-width: 435px) {
    #btnCheckSchedule {
        width: 100% !important;
    }

    .masonry { /* Masonry container */
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
        margin-top: -190px;
	}

    .fb-page { width:auto; }
    .home-tagline { width:auto; }
    .testimonial {
        min-height: auto !important;
        max-height: auto !important;
    }

    .countdownHolder{
	    font: 20px/1.5 'Open Sans Condensed',sans-serif !important;
    }

    .home-section {
        margin-top:30px !important;
        padding-top:0px !important;
    }

    .charm-logo {
        width:80%;
    }

    .home-logo {
        width:200px;
        display:inline;
        float:left;
        padding-top:15px;
        padding-left:15px;
    }

    .couple-name { font-size:4em !important; margin-bottom:0px !important; color:#ea8916 !important; font-family:VarianeScript  !important; }
    .wedding-date { background:#808080; vertical-align:middle; color:#fff; padding:4px; width:100%; display:inline-block; border-radius:10px; font-size:1.5em !important; height:auto; margin-top:10px; }
    .coming-soon { border-radius:8px; padding:4px; width:250px; margin-left:auto; margin-right:auto; font-size:14px; margin-top:10px; display:block; }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }