256 lines
5.6 KiB
CSS
256 lines
5.6 KiB
CSS
/* Medium Layout: 1280px. */
|
|
|
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {}
|
|
/* Tablet Layout: 768px. */
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 1024px) {
|
|
/* Header Section */
|
|
.navbar-default {
|
|
min-height: 75px;
|
|
}
|
|
.navbar-header {
|
|
float: none;
|
|
}
|
|
.navbar-toggle {
|
|
display: block;
|
|
}
|
|
.navbar-collapse.collapse {
|
|
display: none!important;
|
|
}
|
|
.navbar-collapse.collapse.in {
|
|
display: block!important;
|
|
border-top: 1px solid #fff;
|
|
padding-top: 10px;
|
|
}
|
|
.collapsing {
|
|
overflow: hidden!important;
|
|
}
|
|
|
|
.navbar-brand > img {
|
|
max-width: 70%;
|
|
}
|
|
.navbar-toggle {
|
|
margin-top: 20px;
|
|
border: 0px;
|
|
}
|
|
.navbar-default .navbar-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
.navbar-default .navbar-toggle:focus,
|
|
.navbar-default .navbar-toggle:hover {
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-collapse,
|
|
.navbar-default .navbar-form {
|
|
padding-top: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
.navbar-default .navbar-right {
|
|
float: left !important;
|
|
margin-top: 5px !important;
|
|
}
|
|
.navbar-default .navbar-nav > li {
|
|
float: left !important;
|
|
width: 100%;
|
|
margin-bottom: 0px;
|
|
}
|
|
.navbar-default .navbar-nav > li > a {
|
|
padding: 15px 25px;
|
|
}
|
|
.navbar-default .navbar-nav > .active > a::after {
|
|
width: 5px;
|
|
height: 100%;
|
|
}
|
|
|
|
/* Hero Section */
|
|
.tab-slide .owl-stage-outer,
|
|
.tab-slide .owl-dots {
|
|
display: none;
|
|
}
|
|
.tab-carousel-caption {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Feature Section */
|
|
.single-feature-item {
|
|
text-align: center;
|
|
}
|
|
.single-feature-slide {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
/* Pricing Section */
|
|
.pricing-pill {
|
|
margin-bottom: 30px;
|
|
}
|
|
.pricing-table {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
}
|
|
/* Mobile Layout: 320px. */
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
/* Header Section */
|
|
|
|
.navbar-default {
|
|
min-height: 75px;
|
|
}
|
|
.navbar-brand > img {
|
|
max-width: 70%;
|
|
}
|
|
.navbar-toggle {
|
|
margin-top: 20px;
|
|
border: 0px;
|
|
}
|
|
.navbar-default .navbar-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
.navbar-default .navbar-toggle:focus,
|
|
.navbar-default .navbar-toggle:hover {
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-collapse,
|
|
.navbar-default .navbar-form {
|
|
padding-top: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
.navbar-default .navbar-nav {
|
|
margin-top: 5px !important;
|
|
}
|
|
.navbar-default .navbar-nav > li {
|
|
margin-bottom: 0px;
|
|
}
|
|
.navbar-default .navbar-nav > li > a {
|
|
padding: 15px 25px;
|
|
}
|
|
.navbar-default .navbar-nav > .active > a::after {
|
|
width: 5px;
|
|
height: 100%;
|
|
}
|
|
/* Hero Section */
|
|
|
|
.tab-carousel-inner {
|
|
position: relative;
|
|
min-height: 200px !important;
|
|
padding: 180px 10px 80px 10px;
|
|
right: 0px;
|
|
}
|
|
.tab-carousel-caption {
|
|
width: 100%;
|
|
padding: 85px 15px 40px 15px;
|
|
text-align: center;
|
|
}
|
|
.app-icon {
|
|
left: 10px;
|
|
}
|
|
.tab-carousel-box {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.tab-slide {
|
|
right: 0px;
|
|
display: none !important;
|
|
}
|
|
.hero-caption {
|
|
display: none;
|
|
}
|
|
/* Feature Section */
|
|
|
|
.single-feature-item {
|
|
text-align: center;
|
|
}
|
|
.single-feature-slide {
|
|
margin-bottom: 75px;
|
|
}
|
|
/* Pricing Section */
|
|
|
|
.pricing-table li {
|
|
width: 100%;
|
|
margin-bottom: 75px;
|
|
}
|
|
.pricing-table li:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
.pricing-list li {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
/* Download Section */
|
|
|
|
.store-icon a img {
|
|
max-width: 40%;
|
|
}
|
|
/* Footer Section */
|
|
|
|
.footer-box h2 {
|
|
font-size: 24px;
|
|
margin-bottom: 30px;
|
|
}
|
|
/* Copyright Section */
|
|
|
|
.copyright-area {
|
|
text-align: center;
|
|
}
|
|
}
|
|
/* Wide Mobile Layout: 480px. */
|
|
|
|
@media only screen and (min-width: 481px) and (max-width: 767px) {
|
|
/* Hero Section */
|
|
|
|
.hero-area {
|
|
min-height: 0px;
|
|
height: auto;
|
|
}
|
|
.hero-caption {
|
|
left: -120px;
|
|
top: 350px;
|
|
transform: rotateZ(-90deg);
|
|
}
|
|
}
|
|
/* Wide Mobile Layout: 480px. */
|
|
|
|
@media only screen and (min-width: 240px) and (max-width: 480px) {
|
|
/* Header Section */
|
|
|
|
.navbar-default {
|
|
min-height: 75px;
|
|
}
|
|
.navbar-default .navbar-brand {
|
|
width: 50%;
|
|
}
|
|
.navbar-brand > img {
|
|
max-width: 100%;
|
|
}
|
|
.navbar-toggle {
|
|
margin-top: 20px;
|
|
border: 0px;
|
|
}
|
|
.navbar-default .navbar-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
.navbar-default .navbar-toggle:focus,
|
|
.navbar-default .navbar-toggle:hover {
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-collapse,
|
|
.navbar-default .navbar-form {
|
|
padding-top: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
.nav > li {
|
|
margin-bottom: 0px;
|
|
}
|
|
.navbar-default .navbar-nav > li > a {
|
|
padding: 15px 25px;
|
|
}
|
|
/* Hero Section */
|
|
/*.hero-caption {left: -110px;}
|
|
.hero-caption .sublead {font-size:20px;margin-bottom: -10px;}
|
|
.hero-caption .lead {font-size: 40px;margin-bottom: -10px;}
|
|
.hero-caption .lead-text {font-size: 14px;}*/
|
|
/* Pricing Section */
|
|
|
|
.pricing-pill li {
|
|
padding: 10px 25px;
|
|
}
|
|
} |