

/* Common General Styles go here
 Small Desktop
======================================================================== */
@media only screen
and (max-width : 1440px ) {
    .theme-title {
        font-size: 86px;
    }
    .icon-scroll {
        transform: translate(6%, 2%);
        max-width: 6vh;
    }
	.demo-text h2 {
	    padding-right: 20px;
	}
}

/* Small Desktop Resolution and iPad Landscape
======================================================================== */
@media only screen
and (min-width : 960px)
and (max-width : 1024px) {
    .theme-title {
        font-size: 80px;
    }
    .icon-scroll {
        transform: translate(5%,0);
    }
    .demo-item {
        margin: 0 8px;
    }
    .demo-text h2 {
        font-size: 48px;
        padding-right: 22px;
    }
    .demo-img figure img {
        width: 557px;
        height: 390px;
    }
    .feature-box {
        max-width: 280px;
    }
}

/* iPad Portrait
======================================================================== */
@media only screen
and (min-width: 768px)
and (max-width: 959px) {
    .theme-landing-sec {
        padding-top: 50px;
        align-items: flex-start;
    }
    .theme-title {
        font-size: 64px;
    }
    .icon-scroll {
        max-width: 6vh;
    }
    .icon-scroll {
        transform: translate(12%,-105%);
    }
    .theme-demos {
        padding-top: 0!important;
    }
    .demo-item-wrap {
        flex-wrap: wrap;
    }
    .demo-item{ margin-bottom: 20px; }
    .demo-item  figure img {
        object-fit: contain;
    }
    .demo-text h2 {
        font-size: 42px;
        padding-right: 22px;
    }
    .demos-content-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .demo-text {
        padding-bottom: 50px;
    }
    .feature-box {
        max-width: 222px;
        padding: 20px;
    }
    .feature-content {
        font-size: 13px;
    }

}

/* Smartphones and iPhone 4s(landscape)
======================================================================== */
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    .action-buttons button {
        width: 131px;
    }
    .theme-title {
        font-size: 38px;
    }
    .theme-landing-sec {
        padding-top: 50px;
        align-items: flex-start;
    }
    .icon-scroll {
        max-width: 6vh;
    }
    .icon-scroll {
        transform: translate(12%,-105%);
    }
    .theme-demos {
        padding-top: 0!important;
    }
    .intro h3 {
        font-size: 36px;
    }
    .demo-item-wrap {
        flex-wrap: wrap;
    }
    .demo-item{ margin-bottom: 20px; }
    .demo-item  figure img {
        object-fit: contain;
    }
    .demo-text h2 {
        font-size: 32px;
        padding-right: 22px;
    }
    .demos-content-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .demo-text {
        padding-bottom: 50px;
    }
    .demo-img figure img {
        height: auto;
        width: 286px;
    }
    .feature-wrap h2 {
        font-size: 32px;
    }
    .demo-content {
        padding: 80px 20px;
    }
}

/* Smartphones  and iPhone 4s (portrait)
======================================================================== */
@media only screen
and (max-width : 320px) {
    .theme-landing-sec {
        padding-top: 130px;
    }
    .theme-title {
        font-size: 26px;
    }
    .action-buttons button {
        width: 111px;
    }
    .action-buttons button {
        padding: 16px 2px;
    }
    .intro h3 {
        font-size: 25px;
    }
    .demo-img figure img {
        height: auto;
        width: 267px;
    }
    .feature-wrap h2 {
        font-size: 26px;
    }
}
