add yoga template
This commit is contained in:
349
web/sport/yoga/css/normailze.css
Normal file
349
web/sport/yoga/css/normailze.css
Normal file
@@ -0,0 +1,349 @@
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
|
||||
html {
|
||||
line-height: 1.15; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
|
||||
hr {
|
||||
box-sizing: content-box; /* 1 */
|
||||
height: 0; /* 1 */
|
||||
overflow: visible; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none; /* 1 */
|
||||
text-decoration: underline; /* 2 */
|
||||
text-decoration: underline dotted; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 1 */
|
||||
line-height: 1.15; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
|
||||
button,
|
||||
input { /* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select { /* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
|
||||
legend {
|
||||
box-sizing: border-box; /* 1 */
|
||||
color: inherit; /* 2 */
|
||||
display: table; /* 1 */
|
||||
max-width: 100%; /* 1 */
|
||||
padding: 0; /* 3 */
|
||||
white-space: normal; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
outline-offset: -2px; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
132
web/sport/yoga/css/responsive.css
Normal file
132
web/sport/yoga/css/responsive.css
Normal file
@@ -0,0 +1,132 @@
|
||||
@media (max-width: 991.98px) {
|
||||
|
||||
/*Global*/
|
||||
.sections-detail {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
/*Banner*/
|
||||
.yoga-template .banner .top-bar-left a {
|
||||
font-size:17px;
|
||||
}
|
||||
.yoga-template .banner .banner-content .content-col {
|
||||
padding-left: 30px;
|
||||
}
|
||||
/*Service*/
|
||||
.yoga-template .service-section .service-detail > div {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.yoga-template .best-class-club .detail-col-club {
|
||||
padding-right: 15px;
|
||||
}
|
||||
/*Class Yoga Club*/
|
||||
.yoga-template .best-class-club .best-class-club-desc {
|
||||
padding: 60px 30px;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-img {
|
||||
padding: 250px 0;
|
||||
}
|
||||
/*Advantages*/
|
||||
.yoga-template .advantages-section {
|
||||
padding: 60px 15px;
|
||||
}
|
||||
.yoga-template .advantages-section {
|
||||
background-image: url(../img/advantages-of-yoga-mobile.jpg);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
.yoga-template .advantages-section .section-title{
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .advantages-section .section-title-desc {
|
||||
color: #fff;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-title {
|
||||
color: #fe86d4;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-desc {
|
||||
color: #fff;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-soul,
|
||||
.yoga-template .advantages-section .advantages-detail-health,
|
||||
.yoga-template .advantages-section .advantages-detail-relax,
|
||||
.yoga-template .advantages-section .advantages-detail-energy,
|
||||
.yoga-template .advantages-section .advantages-detail-mind,
|
||||
.yoga-template .advantages-section .advantages-detail-meditat {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0 auto 24px;
|
||||
}
|
||||
/*Yoga Place*/
|
||||
.yoga-template .yogaPlace-section .yogaPlace-col > div{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
/*Contact us*/
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .box-select::before {
|
||||
content: "\f0dd";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
position: absolute;
|
||||
top: 41%;
|
||||
right: -0.5%;
|
||||
width: 35px;
|
||||
height: 38px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 37px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(123, 108, 213);
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-col-left {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-col-right {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* Trainers*/
|
||||
.yoga-template .trainer-section .trainer-col {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-col > div{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
/*Copyright*/
|
||||
.yoga-template .footer .copyright,
|
||||
.yoga-template .footer .copyright .social {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
/*Banner*/
|
||||
.yoga-template .banner .top-bar,
|
||||
.yoga-template .banner .top-bar-right {
|
||||
text-align: center;
|
||||
}
|
||||
/*Contact us*/
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .box-select::before {
|
||||
content: "\f0dd";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
position: absolute;
|
||||
top: 41%;
|
||||
right: -0.6%;
|
||||
width: 35px;
|
||||
height: 38px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 37px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(123, 108, 213);
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
}
|
||||
593
web/sport/yoga/css/style.css
Normal file
593
web/sport/yoga/css/style.css
Normal file
@@ -0,0 +1,593 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background-color: #fff;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
color: #555;
|
||||
font-size: 15px;
|
||||
line-height: 30px;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
h1,h2,h3,
|
||||
h4,h5,h6 {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
}
|
||||
h1,h2,h3,
|
||||
h4,h5,h6,p,ul,li,a,span {
|
||||
margin:0;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color:#555;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-container {
|
||||
max-width: 1920px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
.inside-container {
|
||||
max-width: 940px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.sections-detail {
|
||||
margin: 0 0 55px;
|
||||
}
|
||||
.section-title {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-size: 28px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.84px;
|
||||
font-weight: 700;
|
||||
color: #7b6cd5;
|
||||
text-align: center;
|
||||
}
|
||||
.section-title-desc {
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.45px;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
/*Banner*/
|
||||
.yoga-template .banner {
|
||||
background-image: url(../img/yoga-header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
color:#fff;
|
||||
position: relative;
|
||||
}
|
||||
.yoga-template .banner .banner-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 1920px;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
z-index: 2;
|
||||
}
|
||||
.yoga-template .banner .top-bar{
|
||||
padding:26px 15px;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.yoga-template .banner .top-bar-left ,
|
||||
.top-bar-right {
|
||||
padding-top: 24px;
|
||||
z-index: 3;
|
||||
}
|
||||
.yoga-template .banner .top-bar-left a {
|
||||
color:#fff;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.18px;
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-weight: 400;
|
||||
vertical-align: middle
|
||||
}
|
||||
.yoga-template .banner .logo {
|
||||
text-align: center;
|
||||
z-index: 3;
|
||||
}
|
||||
.yoga-template .banner .top-bar-right {
|
||||
text-align: right;
|
||||
}
|
||||
.yoga-template .banner .top-bar-right a {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
color:#fff;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.18px;
|
||||
font-weight: 400;
|
||||
vertical-align: middle
|
||||
}
|
||||
.yoga-template .banner .top-bar-left a:hover,
|
||||
.yoga-template .banner .top-bar-right a:hover{
|
||||
color:#fe86d4;
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .banner .top-bar-left i,
|
||||
.top-bar-right i {
|
||||
font-size: 16px;
|
||||
background-color: #fff;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
color: #3e2d40;
|
||||
vertical-align: middle;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.yoga-template .banner .banner-content {
|
||||
padding: 126px 15px;
|
||||
}
|
||||
.yoga-template .banner .banner-content .content-col {
|
||||
text-align: center;
|
||||
z-index: 3;
|
||||
}
|
||||
.yoga-template .banner .banner-content .site-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 40px;
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 18px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.yoga-template .banner .banner-content .site-title-desc {
|
||||
font-size: inherit;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.45px;
|
||||
margin-bottom: 51px;
|
||||
width: 97%;
|
||||
}
|
||||
.yoga-template .banner .banner-content a.banner-btn {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 700;
|
||||
padding: 21px 32px 19px;
|
||||
background-color: #fe86d4;
|
||||
color:#fff;
|
||||
border-radius: 3px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.yoga-template .banner .banner-content a.banner-btn:hover {
|
||||
text-decoration: none;
|
||||
color: #7b6cd5;
|
||||
}
|
||||
/*Service*/
|
||||
.yoga-template .service-section {
|
||||
padding: 62px 15px;
|
||||
}
|
||||
.yoga-template .service-section .service-detail {
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .service-section .service-detail a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .service-section .service-detail a:hover .service-title{
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .service-section .service-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 25px;
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.75px;
|
||||
color: #000;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.yoga-template .service-section .service-desc {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.40px;
|
||||
}
|
||||
.yoga-template .service-section .service-detail-img {
|
||||
max-width: 90px;
|
||||
height: auto;
|
||||
}
|
||||
/*Class Yoga Club*/
|
||||
.yoga-template .best-class-club .detail-col-club{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-desc {
|
||||
background-color: #f5f5f5;
|
||||
padding: 60px 15px;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-desc .club-section-title {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-size: 28px;
|
||||
line-height: 40px;
|
||||
color: #7b6cd5;
|
||||
font-weight: 600;
|
||||
text-align: left;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-desc ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 20px 0 13px;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-desc ul li {
|
||||
padding-left: 1.3em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-desc ul li:before {
|
||||
content:"\f0e7";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
display: inline-block;
|
||||
margin-left: -1.3em;
|
||||
width: 1.3em;
|
||||
font-size: 12px;
|
||||
line-height: 40px;
|
||||
color: #7b6cd5;
|
||||
}
|
||||
.yoga-template .best-class-club .best-class-club-img {
|
||||
background-image: url(../img/the-best-class-yoga.jpg);
|
||||
background-size: cover;
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
/*Advantages*/
|
||||
.yoga-template .advantages-section {
|
||||
padding: 60px 15px 270px;
|
||||
}
|
||||
.yoga-template .advantages-section {
|
||||
background-image: url(../img/advantages-of-yoga.jpg);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail a:hover .advantages-detail-title {
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 600;
|
||||
color: #444;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-desc {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.45px;
|
||||
color: #666;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-img svg{
|
||||
max-width: 50px;
|
||||
height: auto;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-soul,
|
||||
.yoga-template .advantages-section .advantages-detail-health,
|
||||
.yoga-template .advantages-section .advantages-detail-relax {
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-soul {
|
||||
margin: 0 0 24px auto;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-health {
|
||||
margin: 0 auto 24px;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-energy,
|
||||
.yoga-template .advantages-section .advantages-detail-mind,
|
||||
.yoga-template .advantages-section .advantages-detail-meditat {
|
||||
width: 50%;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-energy {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-mind {
|
||||
margin: 0 auto 24px;
|
||||
}
|
||||
.yoga-template .advantages-section .advantages-detail-meditat {
|
||||
margin-left: auto;
|
||||
}
|
||||
/*Yoga Place*/
|
||||
.yoga-template .yogaPlace-section {
|
||||
padding: 60px 15px;
|
||||
background-color: #f5f5f5;
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-img {
|
||||
width: 145px;
|
||||
height: 145px;
|
||||
background-color: #fff;
|
||||
border-radius: 50%;
|
||||
margin: 0 auto 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-img .yogaPlace-in-img {
|
||||
max-width: 145px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-col a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-col a:hover .yogaPlace-title {
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 22px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.88px;
|
||||
font-weight: 600;
|
||||
color: #434343;
|
||||
}
|
||||
.yoga-template .yogaPlace-section .yogaPlace-desc {
|
||||
font-family: inherit;
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.45px;
|
||||
font-weight: 400;
|
||||
color: #666;
|
||||
}
|
||||
/*Contact us*/
|
||||
.yoga-template .contact-section {
|
||||
padding: 60px 15px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment {
|
||||
border: 1px solid #666;
|
||||
border-radius: 3px;
|
||||
padding: 30px 28px 25px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment .appointment-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.6px;
|
||||
text-align: center;
|
||||
color:#7b6cd5;
|
||||
}
|
||||
.yoga-template .contact-section .appointment .appointment-desc {
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0.56px;
|
||||
color:#888;
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .contact-section .appointment .appointment-form {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-input {
|
||||
border: 1px solid #999;
|
||||
height: 38px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 12px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.48px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .data-input {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-text {
|
||||
border: 1px solid #999;
|
||||
margin-bottom: 20px;
|
||||
font-size: 12px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.48px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .box-select::before {
|
||||
content: "\f0dd";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
position: absolute;
|
||||
top: 41%;
|
||||
right: -5%;
|
||||
width: 35px;
|
||||
height: 38px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 37px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(123, 108, 213);
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-col-left {
|
||||
padding-right: 7px;
|
||||
}
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-col-right {
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.yoga-template .contact-section .appointment
|
||||
.appointment-form .appointment-form-btn {
|
||||
width: 100%;
|
||||
padding: 18px 0 13px;
|
||||
background-color: #7b6cd5;
|
||||
border: 1px solid #7b6cd5;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.6px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.yoga-template .contact-section .open-time {
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .contact-section .open-time .weekdays {
|
||||
margin-top: 50px;
|
||||
}
|
||||
.yoga-template .contact-section .open-time .weekends {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.yoga-template .contact-section .open-time .open-time-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 25px;
|
||||
line-height: 40px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.25px;
|
||||
color: #7b6cd5;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.yoga-template .contact-section .open-time .open-time-clock {
|
||||
font-family: inherit;
|
||||
font-size: 18px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.72px;
|
||||
font-weight: 600;
|
||||
color:#444;
|
||||
}
|
||||
.yoga-template .contact-section .open-time .open-time-course {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.6px;
|
||||
color: inherit;
|
||||
}
|
||||
/* Trainers*/
|
||||
.yoga-template .trainer-section {
|
||||
padding: 60px 15px;
|
||||
background-color: #f5f5f5;
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-col {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-img {
|
||||
width: 182px;
|
||||
height: 182px;
|
||||
background-color: #fff;
|
||||
border-radius: 50%;
|
||||
margin: 0 auto 12px;
|
||||
overflow: hidden;
|
||||
border: unset;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-img .trainer-in-img {
|
||||
max-width: 182px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-col a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-col a:hover .trainer-title {
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-title {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.8px;
|
||||
font-weight: 600;
|
||||
color: #444;
|
||||
}
|
||||
.yoga-template .trainer-section .trainer-desc {
|
||||
font-family: inherit;
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.45px;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
color: #666;
|
||||
}
|
||||
/*Join Us*/
|
||||
.yoga-template .join-us-section {
|
||||
padding: 55px 15px;
|
||||
text-align: center;
|
||||
}
|
||||
.yoga-template .join-us-section .join-us-btn {
|
||||
font-family: 'Josefin Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 700;
|
||||
color:#fff;
|
||||
text-transform:uppercase;
|
||||
background-color: #7b6cd5;
|
||||
border: 1px solid #7b6cd5;
|
||||
border-radius: 3px;
|
||||
padding: 21px 52px 19px 53px;
|
||||
}
|
||||
.yoga-template .join-us-section .join-us-btn:hover {
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .join-us-section .join-us-call {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
letter-spacing: 0.64px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
.yoga-template .join-us-section .join-us-phone-nr {
|
||||
font-family: inherit;
|
||||
font-size: 18px;
|
||||
line-height: inherit;
|
||||
letter-spacing: inherit;
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
}
|
||||
.yoga-template .join-us-section .join-us-phone-nr:hover {
|
||||
text-decoration: none;
|
||||
color: #fe86d4;
|
||||
}
|
||||
/*Copyright*/
|
||||
.yoga-template .footer .copyright {
|
||||
padding: 50px 15px;
|
||||
background-color: #7b6cd5;
|
||||
color: #fff;
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
line-height: 26px;
|
||||
}
|
||||
.yoga-template .footer .copyright .created-by {
|
||||
color: #fff;
|
||||
}
|
||||
.yoga-template .footer .copyright .created-by:hover {
|
||||
color: #fe86d4;
|
||||
text-decoration: none;
|
||||
}
|
||||
.yoga-template .footer .copyright .social {
|
||||
text-align: right;
|
||||
font-size: 14px;
|
||||
line-height: 26px;
|
||||
}
|
||||
.yoga-template .footer .copyright .social a {
|
||||
color: #fff;
|
||||
}
|
||||
.yoga-template .footer .copyright .social a:hover {
|
||||
color: #fe86d4;
|
||||
}
|
||||
.yoga-template .footer .copyright .social .fab {
|
||||
padding-left: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user