code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
*:focus {
outline: none !important;
}
::-moz-selection {
background-color: #0057ff;
color: #ffffff;
}
::selection {
background-color: #0057ff;
color: #ffffff;
}
html,
body {
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 400;
font-family: "Noto Sans TC", "Helvetica Neue", "PingFang TC", "Heiti TC", "微軟正黑體", sans-serif;
line-height: 1.75;
-webkit-tap-highlight-color: transparent;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
line-height: 1.5;
margin-top: 1em;
margin-bottom: .6em;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.7rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
hr {
margin-top: 3rem;
margin-bottom: 3rem;
}
img {
max-width: 100%;
height: auto;
}
button {
border: none;
}
.button {
text-decoration: none;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
padding: 0 calc(2rem/1.5);
font-family: 'Gugi', cursive;
color: #ffffff;
background-color: #0057ff;
border-radius: 99em;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.button:hover {
text-decoration: none;
}
.button:hover {
color: #ffffff;
background-color: #e80012;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.colorDotted {
display: inline-block;
margin-right: .5rem;
width: 20px;
height: 20px;
border-radius: 99em;
content: '';
background-color: #ffffff;
}
.colorDotted:last-of-type {
margin-right: 0;
}
.colorDotted--red {
background-color: #e80012;
}
.colorDotted--blue {
background-color: #0057ff;
}
.colorDotted--green {
background-color: #00aa90;
}
@-webkit-keyframes upDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-15%);
transform: translateY(-15%);
}
}
@keyframes upDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-15%);
transform: translateY(-15%);
}
}
.toTop,
.scrollDown {
position: fixed;
-webkit-overflow-scrolling: touch;
bottom: 5vh;
right: 2rem;
z-index: 100;
min-width: calc(calc(calc(1920px - calc(2rem*21))/20)/1.25);
padding: calc(2rem/2) 0.25rem;
font-size: 0.75rem;
font-family: 'Gugi', cursive;
border-radius: 99em;
color: #ffffff;
background-color: #0057ff;
text-align: center;
}
.toTop__icon,
.scrollDown__icon {
-webkit-animation-name: upDown;
animation-name: upDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.toTop {
display: none;
cursor: pointer;
}
.toTop:hover {
background-color: #e80012;
}
.a {
fill: none;
stroke: #ffffff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 5px;
}
.navbar {
position: fixed;
-webkit-overflow-scrolling: touch;
top: 0;
left: 0;
z-index: 150;
width: 100%;
height: calc(2rem*2);
line-height: calc(2rem*2);
padding: 0 2rem;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.navbar--scroll {
background-color: #1d1d1d;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.navbar__nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.navbar__nav__logo {
margin-right: auto;
color: #ffffff;
font-size: 1.4rem;
font-weight: 900;
}
.main-wrap {
position: relative;
width: 100%;
min-height: 100vh;
padding: calc(2rem*2) 2rem 2rem;
background: url(../images/mr-lee-618477-unsplash.jpg) no-repeat center center;
background-size: cover;
}
.main-wrap__pic {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
min-height: 100vh;
}
@media (max-width: 991.98px) {
.main-wrap__pic {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.main-wrap__content {
position: absolute;
top: 20%;
left: 5%;
z-index: 5;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
margin: 0;
color: #ffffff;
font-size: 10vw;
font-weight: 1.7rem;
font-family: 'Permanent Marker', cursive;
text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1199.98px) {
.main-wrap__content {
top: 15%;
font-size: 20vw;
}
}
.main-wrap__content--reverse {
top: 35%;
}
@media (max-width: 1199.98px) {
.main-wrap__content--reverse {
top: 30%;
font-size: 17vw;
}
}
@media (max-width: 767.98px) {
.main-wrap__content--reverse {
top: 27%;
}
}
.main-wrap__content--reverse span {
display: inline-block;
color: #ffc408;
}
.content-wrap {
width: 100%;
background: url(../images/rawpixel-548025-unsplash.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.content-wrap__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding: calc(2rem*2) 0;
}
.content-wrap__content:first-of-type {
padding-top: 0;
}
.content-wrap__content:last-of-type {
padding-bottom: 0;
}
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*9 + calc(2rem*8)));
}
@media (max-width: 1199.98px) {
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*7 + calc(2rem*6)));
}
}
@media (max-width: 991.98px) {
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*5 + calc(2rem*4)));
}
}
@media (max-width: 767.98px) {
.content-wrap__content img {
max-width: 100%;
}
}
.content-wrap__info {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*9 + calc(2rem*8));
padding: 2rem;
}
@media (max-width: 1199.98px) {
.content-wrap__info {
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*7 + calc(2rem*6));
}
}
@media (max-width: 991.98px) {
.content-wrap__info {
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*5 + calc(2rem*4));
}
}
@media (max-width: 767.98px) {
.content-wrap__info {
max-width: 100%;
}
}
.content-wrap__info__number {
font-size: 1.7rem;
font-weight: 900;
}
.content-wrap__info__title {
margin: 0;
font-size: 5vw;
font-weight: 900;
border-bottom: 8px solid #212529;
}
@media (max-width: 767.98px) {
.content-wrap__info__title {
font-size: 1.7rem;
}
}
.content-wrap__info__intro {
margin-bottom: 0;
font-size: 1.2rem;
font-weight: 500;
}
.product-wrap {
width: 100%;
min-height: 85vh;
padding: calc(calc(2rem*2) + 2rem) 2rem 2rem;
background: url(../images/osman-rana-215847-unsplash.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0.3);
background-blend-mode: multiply;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
@media (max-width: 767.98px) {
.product-wrap {
padding: calc(2rem*2) 2rem 2rem;
min-height: 60vh;
}
}
.product-wrap__nav {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*15 + calc(2rem*14));
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-wrap__nav__link {
position: relative;
width: 25%;
cursor: pointer;
}
.product-wrap__nav__link::before {
position: absolute;
top: 0;
left: 0;
z-index: 5;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.product-wrap__nav__link--active::before {
background-color: transparent;
}
.product-wrap__info {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*15 + calc(2rem*14));
margin: 0 auto;
}
.product-wrap__info__item {
display: none;
color: #ffffff;
font-size: 1.2rem;
font-weight: 700;
}
.product-wrap__info__item:first-of-type {
display: block;
}
.product-wrap__info__item__name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: calc(1.7rem*1.5);
font-weight: 900;
line-height: 1;
}
.product-wrap__info__item__price {
padding: 0.25rem calc(2rem/2);
margin-left: calc(2rem/2);
margin-top: .25rem;
color: #ffffff;
background-color: #e80012;
border-radius: 99em;
font-size: 1.2rem;
line-height: 1;
}
.product-wrap__info__item__price small {
margin-right: .5em;
}
.product-wrap__info__item ul {
list-style: none;
padding-left: .75rem;
}
.product-wrap__info__item ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 2;
}
.product-wrap__info__item ul li::before {
display: inline-block;
content: '';
width: .5em;
height: .5em;
margin-right: 1em;
background-color: #ffffff;
border-radius: 99em;
}
.footer-wrap {
width: 100%;
padding: calc(2rem/4) calc(2rem/2);
color: #ffffff;
font-size: 0.9rem;
text-align: center;
background-color: #1d1d1d;
} | css/main.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
*:focus {
outline: none !important;
}
::-moz-selection {
background-color: #0057ff;
color: #ffffff;
}
::selection {
background-color: #0057ff;
color: #ffffff;
}
html,
body {
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 400;
font-family: "Noto Sans TC", "Helvetica Neue", "PingFang TC", "Heiti TC", "微軟正黑體", sans-serif;
line-height: 1.75;
-webkit-tap-highlight-color: transparent;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
line-height: 1.5;
margin-top: 1em;
margin-bottom: .6em;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.7rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
hr {
margin-top: 3rem;
margin-bottom: 3rem;
}
img {
max-width: 100%;
height: auto;
}
button {
border: none;
}
.button {
text-decoration: none;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
padding: 0 calc(2rem/1.5);
font-family: 'Gugi', cursive;
color: #ffffff;
background-color: #0057ff;
border-radius: 99em;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.button:hover {
text-decoration: none;
}
.button:hover {
color: #ffffff;
background-color: #e80012;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.colorDotted {
display: inline-block;
margin-right: .5rem;
width: 20px;
height: 20px;
border-radius: 99em;
content: '';
background-color: #ffffff;
}
.colorDotted:last-of-type {
margin-right: 0;
}
.colorDotted--red {
background-color: #e80012;
}
.colorDotted--blue {
background-color: #0057ff;
}
.colorDotted--green {
background-color: #00aa90;
}
@-webkit-keyframes upDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-15%);
transform: translateY(-15%);
}
}
@keyframes upDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-15%);
transform: translateY(-15%);
}
}
.toTop,
.scrollDown {
position: fixed;
-webkit-overflow-scrolling: touch;
bottom: 5vh;
right: 2rem;
z-index: 100;
min-width: calc(calc(calc(1920px - calc(2rem*21))/20)/1.25);
padding: calc(2rem/2) 0.25rem;
font-size: 0.75rem;
font-family: 'Gugi', cursive;
border-radius: 99em;
color: #ffffff;
background-color: #0057ff;
text-align: center;
}
.toTop__icon,
.scrollDown__icon {
-webkit-animation-name: upDown;
animation-name: upDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.toTop {
display: none;
cursor: pointer;
}
.toTop:hover {
background-color: #e80012;
}
.a {
fill: none;
stroke: #ffffff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 5px;
}
.navbar {
position: fixed;
-webkit-overflow-scrolling: touch;
top: 0;
left: 0;
z-index: 150;
width: 100%;
height: calc(2rem*2);
line-height: calc(2rem*2);
padding: 0 2rem;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.navbar--scroll {
background-color: #1d1d1d;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.navbar__nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.navbar__nav__logo {
margin-right: auto;
color: #ffffff;
font-size: 1.4rem;
font-weight: 900;
}
.main-wrap {
position: relative;
width: 100%;
min-height: 100vh;
padding: calc(2rem*2) 2rem 2rem;
background: url(../images/mr-lee-618477-unsplash.jpg) no-repeat center center;
background-size: cover;
}
.main-wrap__pic {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
min-height: 100vh;
}
@media (max-width: 991.98px) {
.main-wrap__pic {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.main-wrap__content {
position: absolute;
top: 20%;
left: 5%;
z-index: 5;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
margin: 0;
color: #ffffff;
font-size: 10vw;
font-weight: 1.7rem;
font-family: 'Permanent Marker', cursive;
text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1199.98px) {
.main-wrap__content {
top: 15%;
font-size: 20vw;
}
}
.main-wrap__content--reverse {
top: 35%;
}
@media (max-width: 1199.98px) {
.main-wrap__content--reverse {
top: 30%;
font-size: 17vw;
}
}
@media (max-width: 767.98px) {
.main-wrap__content--reverse {
top: 27%;
}
}
.main-wrap__content--reverse span {
display: inline-block;
color: #ffc408;
}
.content-wrap {
width: 100%;
background: url(../images/rawpixel-548025-unsplash.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.content-wrap__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding: calc(2rem*2) 0;
}
.content-wrap__content:first-of-type {
padding-top: 0;
}
.content-wrap__content:last-of-type {
padding-bottom: 0;
}
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*9 + calc(2rem*8)));
}
@media (max-width: 1199.98px) {
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*7 + calc(2rem*6)));
}
}
@media (max-width: 991.98px) {
.content-wrap__content img {
max-width: calc(100% - calc(calc(calc(1920px - calc(2rem*21))/20)*5 + calc(2rem*4)));
}
}
@media (max-width: 767.98px) {
.content-wrap__content img {
max-width: 100%;
}
}
.content-wrap__info {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*9 + calc(2rem*8));
padding: 2rem;
}
@media (max-width: 1199.98px) {
.content-wrap__info {
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*7 + calc(2rem*6));
}
}
@media (max-width: 991.98px) {
.content-wrap__info {
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*5 + calc(2rem*4));
}
}
@media (max-width: 767.98px) {
.content-wrap__info {
max-width: 100%;
}
}
.content-wrap__info__number {
font-size: 1.7rem;
font-weight: 900;
}
.content-wrap__info__title {
margin: 0;
font-size: 5vw;
font-weight: 900;
border-bottom: 8px solid #212529;
}
@media (max-width: 767.98px) {
.content-wrap__info__title {
font-size: 1.7rem;
}
}
.content-wrap__info__intro {
margin-bottom: 0;
font-size: 1.2rem;
font-weight: 500;
}
.product-wrap {
width: 100%;
min-height: 85vh;
padding: calc(calc(2rem*2) + 2rem) 2rem 2rem;
background: url(../images/osman-rana-215847-unsplash.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0.3);
background-blend-mode: multiply;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
@media (max-width: 767.98px) {
.product-wrap {
padding: calc(2rem*2) 2rem 2rem;
min-height: 60vh;
}
}
.product-wrap__nav {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*15 + calc(2rem*14));
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-wrap__nav__link {
position: relative;
width: 25%;
cursor: pointer;
}
.product-wrap__nav__link::before {
position: absolute;
top: 0;
left: 0;
z-index: 5;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.product-wrap__nav__link--active::before {
background-color: transparent;
}
.product-wrap__info {
width: 100%;
max-width: calc(calc(calc(1920px - calc(2rem*21))/20)*15 + calc(2rem*14));
margin: 0 auto;
}
.product-wrap__info__item {
display: none;
color: #ffffff;
font-size: 1.2rem;
font-weight: 700;
}
.product-wrap__info__item:first-of-type {
display: block;
}
.product-wrap__info__item__name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: calc(1.7rem*1.5);
font-weight: 900;
line-height: 1;
}
.product-wrap__info__item__price {
padding: 0.25rem calc(2rem/2);
margin-left: calc(2rem/2);
margin-top: .25rem;
color: #ffffff;
background-color: #e80012;
border-radius: 99em;
font-size: 1.2rem;
line-height: 1;
}
.product-wrap__info__item__price small {
margin-right: .5em;
}
.product-wrap__info__item ul {
list-style: none;
padding-left: .75rem;
}
.product-wrap__info__item ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 2;
}
.product-wrap__info__item ul li::before {
display: inline-block;
content: '';
width: .5em;
height: .5em;
margin-right: 1em;
background-color: #ffffff;
border-radius: 99em;
}
.footer-wrap {
width: 100%;
padding: calc(2rem/4) calc(2rem/2);
color: #ffffff;
font-size: 0.9rem;
text-align: center;
background-color: #1d1d1d;
} | 0.335024 | 0.074736 |
:root {
--primary-color: #17202A;
--secondary-color: #98C6C5;
--tertiary-color: #a2cbca;
--highlight-color:#afd2d1;
--text-color-contrasted: #ffffff;
--navbar: #17202A;
}
[data-theme="dark"] {
--primary-color: #98C6C5;
--secondary-color: #17202A;
--tertiary-color: #202d3a;
--highlight-color:#273747;
--text-color-contrasted: #17202A;
--navbar: #202d3a;
}
/* Overall Tags */
html, body {
font-family: 'Lato';
background-color: var(--secondary-color);
margin: 0;
padding: 0;
height: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat';
color: var(--primary-color);
}
/* may change */
p,li, label, small, span {
color: var(--primary-color) ;
}
/* may change */
a {
color: var(--primary-color);
}
/* may change */
a:focus, a:hover, a:active {
color: var(--primary-color);
}
ul.no-bullets {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
}
section {
padding: 1rem 0;
}
.row-center {
height: 100%;
align-items: center;
}
.btn {
border-width: 2px;
background-color: var(--tertiary-color);
}
.btn-outline-info {
border-color: var(--primary-color);
color: var(--primary-color);
}
.btn-outline-info:hover {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-info, .btn-info:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-primary-checkout {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-light {
background-color: #fff !important;
}
.btn-primary-checkout.disabled, .btn-primary-checkout:disabled {
background-color: gray;
border-color: gray;
color: white;
}
.selectDisable {
pointer-events: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
}
/*----- END Overall Tags -----*/
/* Dark Mode Switch*/
.theme-switch-wrapper {
display: flex;
align-items: center;
}
.theme-switch {
display: inline-block;
height: 34px;
position: relative;
width: 60px;
}
.theme-switch input {
display:none;
}
.slider {
background-color: #ccc;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.slider:before {
background-color: #fff;
bottom: 4px;
content: "";
height: 26px;
left: 4px;
position: absolute;
transition: .4s;
width: 26px;
}
input:checked + .slider {
background-color: #ccc;
}
input:checked + .slider:before {
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
background-color: var(--primary-color);
border: 2px solid #17202A;
}
/*----- END Dark Mode Switch ------*/
/* Main NavBar */
#mainNav {
font-weight: 700;
font-family: 'Montserrat';
border-top: 1px solid #17202A;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-color: var(--navbar) !important;
}
#mainNav .navbar-nav {
/* keep */
letter-spacing: 0.0625rem;
}
/* background inactive text color */
#mainNav .navbar-nav li.nav-item a.nav-link {
color: #d8d8d8;
}
/* hover color */
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
color: #fff;
}
/* pressed down color */
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
color: #98C6C5;
}
/* active link */
#mainNav .navbar-nav li.nav-item a.nav-link.active {
color: #fff;
border-bottom: 1px solid white;
}
#mainNav .navbar-toggler {
font-size: 80%;
}
#navbar_icon {
background-color: #98C6C5;
}
/*------ END Main NavBar ------*/
/* Projects Page */
.projects-grid {
display: grid;
grid-template-columns: repeat(auto-fit, 320px);
gap:20px;
justify-content: center;
}
@media (min-width: 1440px) {
.projects-grid {
display: grid;
grid-template-columns: repeat(3, 320px);
gap:20px;
justify-content: center;
}
}
.grid-element {
background-color: var(--tertiary-color);
height: 100%;
border:1px solid var(--borderColor);
border-radius: 15px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.grid-element:hover {
background-color: var(--highlight-color);
}
.post-description {
margin: 5%;
}
.thumbnail {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 15px;
}
.carousel_img_style {
border-radius: 10px;
}
.img_carousel {
width: 50%;
margin: auto;
}
hr.light {
border: 1px solid white;
border-radius: 5px;
}
/* Used in blog posts and project posts */
.tag{
display:inline-block;
/* Text color */
color:var(--text-color-contrasted);
/* May change */
background-color: var(--primary-color);
border-radius: 5px;
margin: 2px;
padding: 2px 5px;
font-size: 14px;
}
/*------ END Projects Page ------*/
/* About Page */
#me-img {
width: 200px;
height: auto;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.about-links {
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.pagination {
justify-content: center;
align-items: center;
}
/*------ END About Page ------*/
/* ---Blog---*/
.content-section {
background: var(--tertiary-color);
border-radius: 15px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content, .blogpost-article-content {
white-space: pre-line;
}
.article-content:hover {
background-color: var(--tertiary-color);;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
/* ---END Blog---*/
/* Tutor Page */
.checkout-container {
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
/*------ END Tutor Page -----*/
@media (max-width: 768px) {
#tutor-info {
padding: 10%;
padding-bottom: 20%;
}
.checkout-container {
margin: 5%;
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.pagination {
justify-content: center;
align-items: center;
padding-bottom: 15%;
margin-bottom: 5%;
}
#about-info {
padding: 10%;
padding-bottom: 20%;
}
#blog-sidebar {
padding: 10%;
}
}
/* STRIPE */
/*
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #fa755a;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
*/ | staticfiles/css/styles.65f29f067b39.css | :root {
--primary-color: #17202A;
--secondary-color: #98C6C5;
--tertiary-color: #a2cbca;
--highlight-color:#afd2d1;
--text-color-contrasted: #ffffff;
--navbar: #17202A;
}
[data-theme="dark"] {
--primary-color: #98C6C5;
--secondary-color: #17202A;
--tertiary-color: #202d3a;
--highlight-color:#273747;
--text-color-contrasted: #17202A;
--navbar: #202d3a;
}
/* Overall Tags */
html, body {
font-family: 'Lato';
background-color: var(--secondary-color);
margin: 0;
padding: 0;
height: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat';
color: var(--primary-color);
}
/* may change */
p,li, label, small, span {
color: var(--primary-color) ;
}
/* may change */
a {
color: var(--primary-color);
}
/* may change */
a:focus, a:hover, a:active {
color: var(--primary-color);
}
ul.no-bullets {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
}
section {
padding: 1rem 0;
}
.row-center {
height: 100%;
align-items: center;
}
.btn {
border-width: 2px;
background-color: var(--tertiary-color);
}
.btn-outline-info {
border-color: var(--primary-color);
color: var(--primary-color);
}
.btn-outline-info:hover {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-info, .btn-info:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-primary-checkout {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--text-color-contrasted);
}
.btn-light {
background-color: #fff !important;
}
.btn-primary-checkout.disabled, .btn-primary-checkout:disabled {
background-color: gray;
border-color: gray;
color: white;
}
.selectDisable {
pointer-events: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
}
/*----- END Overall Tags -----*/
/* Dark Mode Switch*/
.theme-switch-wrapper {
display: flex;
align-items: center;
}
.theme-switch {
display: inline-block;
height: 34px;
position: relative;
width: 60px;
}
.theme-switch input {
display:none;
}
.slider {
background-color: #ccc;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.slider:before {
background-color: #fff;
bottom: 4px;
content: "";
height: 26px;
left: 4px;
position: absolute;
transition: .4s;
width: 26px;
}
input:checked + .slider {
background-color: #ccc;
}
input:checked + .slider:before {
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
background-color: var(--primary-color);
border: 2px solid #17202A;
}
/*----- END Dark Mode Switch ------*/
/* Main NavBar */
#mainNav {
font-weight: 700;
font-family: 'Montserrat';
border-top: 1px solid #17202A;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-color: var(--navbar) !important;
}
#mainNav .navbar-nav {
/* keep */
letter-spacing: 0.0625rem;
}
/* background inactive text color */
#mainNav .navbar-nav li.nav-item a.nav-link {
color: #d8d8d8;
}
/* hover color */
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
color: #fff;
}
/* pressed down color */
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
color: #98C6C5;
}
/* active link */
#mainNav .navbar-nav li.nav-item a.nav-link.active {
color: #fff;
border-bottom: 1px solid white;
}
#mainNav .navbar-toggler {
font-size: 80%;
}
#navbar_icon {
background-color: #98C6C5;
}
/*------ END Main NavBar ------*/
/* Projects Page */
.projects-grid {
display: grid;
grid-template-columns: repeat(auto-fit, 320px);
gap:20px;
justify-content: center;
}
@media (min-width: 1440px) {
.projects-grid {
display: grid;
grid-template-columns: repeat(3, 320px);
gap:20px;
justify-content: center;
}
}
.grid-element {
background-color: var(--tertiary-color);
height: 100%;
border:1px solid var(--borderColor);
border-radius: 15px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.grid-element:hover {
background-color: var(--highlight-color);
}
.post-description {
margin: 5%;
}
.thumbnail {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 15px;
}
.carousel_img_style {
border-radius: 10px;
}
.img_carousel {
width: 50%;
margin: auto;
}
hr.light {
border: 1px solid white;
border-radius: 5px;
}
/* Used in blog posts and project posts */
.tag{
display:inline-block;
/* Text color */
color:var(--text-color-contrasted);
/* May change */
background-color: var(--primary-color);
border-radius: 5px;
margin: 2px;
padding: 2px 5px;
font-size: 14px;
}
/*------ END Projects Page ------*/
/* About Page */
#me-img {
width: 200px;
height: auto;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.about-links {
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.pagination {
justify-content: center;
align-items: center;
}
/*------ END About Page ------*/
/* ---Blog---*/
.content-section {
background: var(--tertiary-color);
border-radius: 15px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content, .blogpost-article-content {
white-space: pre-line;
}
.article-content:hover {
background-color: var(--tertiary-color);;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
/* ---END Blog---*/
/* Tutor Page */
.checkout-container {
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
/*------ END Tutor Page -----*/
@media (max-width: 768px) {
#tutor-info {
padding: 10%;
padding-bottom: 20%;
}
.checkout-container {
margin: 5%;
background-color: var(--tertiary-color);
border-radius: 20px;
-webkit-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
box-shadow: -2px 7px 21px -9px rgba(0,0,0,0.75);
}
.pagination {
justify-content: center;
align-items: center;
padding-bottom: 15%;
margin-bottom: 5%;
}
#about-info {
padding: 10%;
padding-bottom: 20%;
}
#blog-sidebar {
padding: 10%;
}
}
/* STRIPE */
/*
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #fa755a;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
*/ | 0.356223 | 0.096706 |
@charset "UTF-8";
/**
* ==== TABLE OF COLORS ===
*
* Yellow : #F1C40F;
* YellowDark : #F7AB13;
* Red : #F2295E;
* RedDark : #CB234F;
* Green : #2BCDC1;
* GreenDark : #26B3A9;
* Dark : #222831;
* GrayLight : #F2F2F6;
* GrayMedium : #5A626F;
* GrayDark : #393E46;
*
*/
/**
* Scanners header
*/
.secupress-scanners-header {
padding: 17px 25px 25px;
}
.secupress-scanners-header .secupress-logo-block {
flex-grow: 0;
}
.secupress-scanners-header .secupress-heading {
position: relative;
padding: 3px 5px 18px;
border-bottom: 1px solid #393E46;
}
.secupress-scanners-header .secupress-lb-name {
padding-left: 12px;
}
.secupress-scanners-header .secupress-col-text {
display: none;
}
.secupress-scanners-header .secupress-col-text p {
margin: 0;
}
.secupress-scanners-header.secupress-not-scanned-yet .secupress-col-text {
display: block;
}
/* Label with icon on left */
.secupress-label-with-icon {
position: relative;
display: block;
padding-left: 50px;
font-weight: 500;
text-decoration: none;
}
.secupress-label-with-icon i {
position: absolute;
left: 0; top: 1px;
font-size: 35px;
color: #26B3A9;
}
.secupress-label-with-icon .secupress-icon-secupress {
top: 2px;
}
.secupress-label-with-icon i.rounded {
font-size: 16px;
border-color: #F39C12;
color: #F39C12;
transition: background .275s, color .275s;
}
@media (min-width: 820px) {
.secupress-last-scan-result {
padding-left: 166px;
}
.secupress-last-scan-result i {
left: 110px;
}
}
.secupress-label-with-icon .secupress-upper {
display: block;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.125em;
color: #393E46;
transition: color .275s;
}
.secupress-section-dark .secupress-label-with-icon .secupress-upper {
color: #FFF;
}
.secupress-label-with-icon .secupress-primary {
display: block;
color: #26B3A9;
}
.secupress-label-with-icon .secupress-description {
display: block;
color: #ACB0B7;
}
.secupress-tab-selected .secupress-last-scan-result {
opacity: 0.4;
}
/**
* Scanners breadcrumbs steps
*/
.secupress-scanner-steps {
position: relative;
}
.secupress-scanner-steps ol {
margin: 1.7em 85px 1em;
}
.secupress-scanner-steps li {
padding: 0;
}
.secupress-scanner-steps li:before {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 32px;
height: 32px;
border: 2px solid #5A626F;
font-size: 16px;
font-weight: bold;
color: #5A626F;
border-radius: 50%;
}
.secupress-scanner-steps .secupress-past:before,
.secupress-scanner-steps .secupress-current:before {
border-color: #F1C40F;
color: #F1C40F;
}
.secupress-step-name {
display: none;
flex-shrink: 0;
padding: 0 12px;
font-weight: 600;
color: #F1C40F;
}
li.secupress-current .secupress-step-name {
display: block;
}
.secupress-not-scanned-yet .secupress-current .secupress-step-name {
display: none;
}
.secupress-scanner-steps li:after {
content: "";
height: 2px;
flex-grow: 1;
flex-basis: 100%;
background: #5A626F;
}
.secupress-scanner-steps li.secupress-past:after {
background: #F1C40F;
}
/* The third step */
.secupress-scanner-steps .secupress-step-name.alt {
display: none;
order: 2;
}
.secupress-scanner-steps .secupress-past .secupress-step-name.alt {
display: block;
}
/* The fourth step */
.secupress-scanner-steps li:nth-last-child(1) {
flex-basis: auto;
width: auto;
}
.secupress-scanner-steps li:nth-last-child(1):after {
display: none;
}
li.secupress-current:nth-last-child(1) .secupress-step-name {
position: absolute;
width: 1px; height: 1px;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
}
/* Arrow below current step */
.secupress-scanner-steps .secupress-current .secupress-step-name {
position: relative;
}
.secupress-scanner-steps .secupress-current .secupress-step-name:after {
content: "";
position: absolute;
bottom: -50px; left: -44px;
border-bottom: 22px solid #F2F2F6;
border-left: 27px solid transparent;
border-right: 27px solid transparent;
}
.secupress-not-scanned-yet .secupress-scanner-steps .secupress-step-name:after {
display: none;
}
/**
* First One Click Scan not done yet
*/
/* Hide some items */
.secupress-scanners-header.secupress-not-scanned-yet .secupress-scan-header-main,
.secupress-scanners-header.secupress-not-scanned-yet ~ .secupress-scanner-main-content ,
.secupress-scanners-header.secupress-not-scanned-yet .secupress-last-scan-result {
display: none;
}
.secupress-no-first-oneclickscan-yet .secupress-logo-block {
position: relative;
top: 55px;
z-index: 2;
}
.secupress-introduce-first-scan {
position: relative;
padding: 16px 10px;
}
.secupress-introduce-first-scan .secupress-icon-secupress:before,
.secupress-rescan-progress-infos .secupress-icon-secupress:before {
display: inline-block;
margin-bottom: .25em;
font-size: 65px;
}
.secupress-introduce-first-scan h3,
.secupress-rescan-progress-infos h3 {
margin: .75em 0;
font-size: 23px;
font-weight: 500;
color: #FFF;
}
.secupress-introduce-first-scan h3,
.secupress-introduce-first-scan p {
position: relative;
z-index: 1;
}
.secupress-introduce-first-scan p.secupress-start-one-click-scan {
margin-top: 35px;
}
/**
* Button to progressbar
*/
.secupress-start-one-click-scan .secupress-button,
.secupress-rescan-actions .secupress-button {
position: relative;
transition: all .275s;
max-width: 100%;
max-height: 40px;
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button,
.secupress-scanning .secupress-rescan-actions .secupress-button {
width: 610px!important;
max-width: 100%;
max-height: 8px;
padding: 0;
background: #393E46;
border-radius: 8px;
}
.secupress-scanning .secupress-rescan-actions .secupress-button {
margin-top: 17px;
margin-bottom: 17px;
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button .text,
.secupress-scanning .secupress-start-one-click-scan .secupress-button .icon,
.secupress-scanning .secupress-rescan-actions .secupress-button .text,
.secupress-scanning .secupress-rescan-actions .secupress-button .icon {
opacity: 0;
visibility: hidden;
}
/* Progress bar values */
.secupress-progressbar-val {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0;
margin-left: -4px;
background: #2BCDC1 linear-gradient(to right, #2BCDC1, #F1C40F) 0 0 no-repeat;
transition: width .175s linear;
visibility: hidden;
opacity: 0;
border-radius: 8px;
}
.secupress-progressbar-val:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 8px;
margin-right: -1px;
background: #F1C40F;
border-radius: 50%;
box-shadow: 0 0 4px #f1c40f, 0 0 14px #f1c40f, 0 0 10px #f1c40f;
animation: loadingHalo 2s infinite;
opacity: 1;
z-index: 2;
}
@keyframes loadingHalo {
50% {
opacity: 0;
}
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button,
.secupress-scanning .secupress-rescan-actions .secupress-button {
opacity: 1;
}
.secupress-scanning .secupress-button .secupress-progressbar-val {
visibility: visible;
opacity: 1;
z-index: 2;
}
.secupress-progress-val-txt {
position: absolute;
top: 100%;
right: -20px;
margin-top: 14px;
padding: 0 6px;
white-space: nowrap;
font-size: 11px;
font-weight: bold;
color: #FFF;
background: #F39C12;
border-radius: 2px;
letter-spacing: 0;
}
.secupress-progress-val-txt:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin: 0 0 0 -4px;
border-bottom: 4px solid #F39C12;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
/* Title progression */
.secupress-scanned-items {
display: block;
margin-top: 10px;
max-height: 0;
font-size: 13px;
font-weight: 700;
color: #2BCDC1;
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: all .275s;
}
.secupress-scanning .secupress-scanned-items {
max-height: 2em;
opacity: 1;
visibility: visible;
}
.secupress-second-title,
.secupress-scanning .secupress-init-title {
display: none;
}
.secupress-scanning .secupress-second-title,
.secupress-init-title {
display: block;
}
/* Re-scan specific styles */
.secupress-rescan-progress-infos {
opacity: 0;
visibility: hidden;
max-height: 0;
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
transition: all .275s;
transform: translateY(-20px);
}
.secupress-scanning .secupress-rescan-progress-infos {
position: static;
max-height: 20em;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.secupress-tabs-contents,
.secupress-last-scan-result {
transition: all .275s;
}
.secupress-scanning .secupress-last-scan-result {
opacity: .3;
}
.secupress-scanning .secupress-tabs-contents {
overflow: hidden;
flex-basis: 0;
white-space: nowrap;
}
.secupress-scanning .secupress-tabs-controls {
flex-basis: 100%;
text-align: center;
}
.secupress-scanning .secupress-open-moreinfo {
opacity: 0;
visibility: hidden;
}
.secupress-scanning + .secupress-scanner-main-content .secupress-step-content-container,
.secupress-scanning .secupress-tabs-controls-list {
display: none;
visibility: hidden;
}
/**
* More infos links
*/
.secupress-not-scanned-yet .secupress-close-moreinfo {
display: none;
}
.secupress-close-moreinfo .secupress-icon-cross:before {
vertical-align: -1.5px;
}
.secupress-close-moreinfo {
margin-right: 25px;
transform: translateY(-15px);
opacity: 0;
visibility: hidden;
}
.secupress-open .secupress-close-moreinfo {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.secupress-open-moreinfo {
transform: translateY(0);
}
.secupress-open-moreinfo.secupress-activated {
transform: translateY(15px);
opacity: 0;
visibility: hidden;
}
/**
* Blobs in More Info pannel
*/
.secupress-not-scanned-yet [id="secupress-more-info"],
.secupress-is-step-2 + [id="secupress-more-info"],
.secupress-is-step-3 + [id="secupress-more-info"],
.no-js [id="secupress-more-info"] {
position: relative;
margin: 0 -33px;
left: 0;
}
[id="secupress-more-info"] {
position: absolute;
bottom: 100%;
left: -25px; right: -25px;
z-index: 2;
padding-bottom: 18px;
margin-top: 1px; /* lets the top border appears */
}
.secupress-section-dark [id="secupress-more-info"] {
background: #222831;
}
[id="secupress-more-info"] .secupress-blob {
transform: scale(1.1);
transition: all .275s;
opacity: 0;
visibility: hidden;
}
[id="secupress-more-info"].secupress-open .secupress-blob,
.no-js .secupress-blob {
transform: scale(1);
opacity: 1;
visibility: visible;
}
[id="secupress-more-info"].secupress-open .secupress-blob {
transition-delay: 0.25s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(2) .secupress-blob {
transition-delay: 0.5s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(3) .secupress-blob {
transition-delay: 0.75s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(4) .secupress-blob {
transition-delay: 1s;
}
/**
* Scan header main contents
*/
.secupress-scan-header-main {
padding: 0 80px;
}
.secupress-tabs-controls {
flex-shrink: 0;
padding-left: 20px;
padding-top: 21px;
}
.secupress-tabs-controls li {
margin: 0 0 2.5em 0;
}
.secupress-tabs-controls-list {
margin: 0;
}
.secupress-tabs-controls-list a,
.secupress-rich-link {
position: relative;
display: block;
text-decoration: none;
border-radius: 3px;
text-align: left;
}
.secupress-tabs-controls-list a:hover .secupress-upper,
.secupress-tabs-controls-list a:focus .secupress-upper,
.secupress-rich-link:hover .secupress-upper,
.secupress-rich-link:focus .secupress-upper {
color: #F39C12;
}
.secupress-tabs-controls-list a:hover i.rounded,
.secupress-tabs-controls-list a:focus i.rounded,
.secupress-rich-link:hover i.rounded,
.secupress-rich-link:focus i.rounded {
background: #F39C12;
color: #FFF;
}
.secupress-section-dark .secupress-tabs-controls-list a:hover i.rounded,
.secupress-section-dark .secupress-tabs-controls-list a:focus i.rounded,
.secupress-section-dark .secupress-rich-link:hover i.rounded,
.secupress-section-dark .secupress-rich-link:focus i.rounded {
color: #222831;
}
.secupress-tabs-controls .secupress-button-primary {
letter-spacing: 0.1em;
background: #26B3A9;
}
.secupress-tabs-controls .secupress-button-primary:hover,
.secupress-tabs-controls .secupress-button-primary:focus {
background: #2bcdc1;
}
.secupress-tabs-controls-list .secupress-label-with-icon,
.secupress-rich-link .secupress-label-with-icon {
padding-left: 54px;
}
.secupress-tab-selected .secupress-tabs-contents {
position: relative;
}
.secupress-tab-selected .secupress-tabs-contents:after {
content: "";
position: absolute;
right: 15px;
top: 25px;
bottom: 25px;
width: 1px;
background: #393e46;
}
.secupress-tab-selected .secupress-tabs-controls {
padding-top: 35px;
}
.secupress-tab-selected .secupress-tabs-controls-list a {
opacity: .4;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current {
opacity: 1;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:after,
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:before {
content: "";
position: absolute;
left: -36px;
top: 50%;
margin-top: -14px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #393e46;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:after {
left: -37.5px;
border-left-color: #222831;
}
.secupress-tab-selected .secupress-tabs-controls-list li.hidden {
display: block;
}
.secupress-tab-selected .secupress-rescan-actions {
display: none;
}
/* Little pieces of colors for chart legend or item status */
.secupress-chart-legend {
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
letter-spacing: 0.01em;
}
.secupress-chart-container.secupress-chart-container {
flex-grow: 0;
flex-shrink: 0;
margin-right: 30px;
line-height: 1;
}
.no-js .secupress-chart-container {
width: 125px;
height: 170px;
}
.secupress-chart-legend li {
margin: 0;
}
.secupress-chart-legend li + li {
margin-top: 1em;
}
.secupress-carret {
display: inline-block;
height: 1.75em;
width: 5px;
margin-right: 5px;
vertical-align: -.5em;
}
.status-good .secupress-carret {
background: #26B3A9;
}
.status-warning .secupress-carret {
background: #F7AB13;
}
.status-bad .secupress-carret,
.status-error .secupress-carret {
background: #CB234F;
}
.status-notscannedyet .secupress-carret,
.status-cantfix .secupress-carret {
background: #5A626F;
}
.secupress-chart-legend [class^="secupress-count-"]:not(:empty):before {
content: "(";
}
.secupress-chart-legend [class^="secupress-count-"]:not(:empty):after {
content: ")";
}
/* WordPress generic style fix */
[class^="secupress-"] .status-warning {
color: inherit;
}
/* Doughnut Chart */
.secupress-chart-container {
position: relative;
}
.secupress-chart-container:after {
content: "\e903";
position: absolute;
top: 50%; left: 50%;
line-height: 105px;
margin: -50px 0 0 -54px;
font-family: "secupress";
font-size: 110px;
color: rgba(255,255,255,.07);
}
.scanning .secupress-fix-status-actions {
visibility: hidden;
speak: none;
}
.status-good .secupress-fix-status-actions,
.status-warning .secupress-fix-status-actions,
.status-notscannedyet .secupress-fix-status-actions,
.has-fix-status .secupress-fix-status-actions,
.status-good .secupress-fix-result-retryfix,
.status-warning .secupress-fix-result-retryfix,
.status-notscannedyet .secupress-fix-result-retryfix,
.no-fix-status .secupress-fix-result-retryfix {
display: none;
visibility: hidden;
speak: none
}
.secupress-tabs-contents {
flex-basis: 70%;
flex-grow: 0;
min-height: 265px;
}
.no-js .secupress-tabs-contents {
flex-basis: 100%;
min-height: none;
display: block;
}
.secupress-tabs-contents > div {
padding: 0 35px 0 0;
}
.no-js .secupress-tabs-contents > div + div {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #393e46;
}
.secupress-tab-content[id="secupress-schedule"] .secupress-text-medium {
position: relative;
margin-top: 0.75em;
margin-bottom: 0.5em;
}
.secupress-cta-detail {
margin-top: -1em;
font-size: 11px;
font-weight: bold;
color: #5A626F;
}
.secupress-schedules-infos .secupress-schedule-last-one {
margin: 2em 0 0.5em;
}
.secupress-schedules-infos .secupress-schedule-next-one {
margin: 0.5em 0 2em;
}
.secupress-schedules-infos .secupress-schedule-next-one {
color: #F39C12;
}
.secupress-schedules-infos.is-pro .secupress-schedule-next-one {
color: #26B3A9;
}
.secupress-schedules-infos i {
font-size: 1.2em;
vertical-align: -2px;
margin-right: 5px;
}
.secupress-schedules-infos .secupress-button {
letter-spacing: 0.125em;
}
/* right cols with Status text and actions */
.secupress-fix-status-actions {
padding-top: 4px;
}
.secupress-fix-status-text:not(:empty) {
padding: 5px 0;
}
/* Fix it button + How? action */
a + .secupress-row-actions {
margin-top: 5px;
}
.secupress-reports-list {
display: flex;
flex-direction: column;
margin: 1.1em 0 2.85em;
font-size: 1.1em;
}
.secupress-reports-list li > * {
flex-basis: 27%;
vertical-align: middle;
}
.secupress-reports-list li {
display: flex;
align-items: center;
padding: 6px 0 3px;
}
.secupress-reports-list li + li {
border-top: 1px solid #393e46;
}
.secupress-reports-list .secupress-latest-list-date {
flex-basis: 38%;
margin: 0 1em;
color: #5A626F;
}
.secupress-reports-list i:before {
font-size: 1.15em;
}
.secupress-reports-list .secupress-icon-minus:before {
font-size: 1.45em;
}
.secupress-reports-list .dashicons-arrow-right-alt2 {
color: #5A626F;
}
.secupress-reports-list .secupress-latest-list-grade,
.secupress-reports-list i {
flex: 0 0 auto;
}
.secupress-reports-list .secupress-latest-list-grade {
width: 22px;
height: 22px;
margin: 0 2em;
line-height: 18px;
text-align: center;
border-radius: 50%;
border: 2px solid #5A626F;
color: #5A626F;
font-weight: bold;
}
#table-secupress-tests ul {
list-style: disc outside;
}
.dashicons-external {
font-size: 1.2em;
}
.secupress-prio-title {
padding: 8px 10px;
margin: 3.5em 0 1em;
background: #ECF0F1;
color: #5A626F;
font-weight: bold;
letter-spacing: 0.125em;
}
.secupress-prio-h {
color: inherit;
margin: 0;
font-size: 11px;
text-transform: uppercase;
}
.secupress-prio-h + p {
font-size: 10px;
margin: 0;
opacity: 0.8;
}
.secupress-table-prio-all .details {
font-style: italic;
background: #ddf;
}
.secupress-item-all.hidden + .details {
display: none;
}
.secupress-details .dashicons-editor-help {
vertical-align: top;
line-height: .7em;
}
.secupress-result-list {
margin: 0;
}
.secupress-item-all .secupress-button-mini.secupress-button-mini .icon {
margin: 0 2px 0 -3px;
}
.secupress-item-all .secupress-button-mini.secupress-button-mini .secupress-icon-shield {
vertical-align: -1.25px;
}
/* Scanning & Fixing animations */
.secupress-item-all.scanning .secupress-icon-refresh {
animation: rotation 2s infinite linear;
}
@keyframes rotation {
100% {
transform: rotate(1turn);
}
}
.secupress-item-all.fixing .secupress-icon-shield,
.secupress-mf-content.fixing .secupress-icon-shield,
.secupress-mf-content.scanning .secupress-icon-shield {
animation: rotateshield 2s infinite linear;
}
@keyframes rotateshield {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(360deg);
}
}
[id="secupress-scan"] .secupress-actions-line .secupress-button {
letter-spacing: 1px;
}
.secupress-scan-result ul,
.secupress-fix-result ul {
margin: 0;
}
.secupress-scan-result li,
.secupress-fix-result li {
margin-bottom: 0;
}
.secupress-scan-result li + li,
.secupress-fix-result li + li {
margin-top: 6px;
}
.test-fix-action h3 {
margin-top: 0;
}
.test-fix-action .submit {
padding-bottom: 0;
margin-bottom: 0;
text-align: left;
}
.secupress-chart-container .secupress-score .letter {
position: absolute;
font-size: 82px;
top: 50%; left: 50%;
margin: -.5em 0 0 -.33em;;
font-family: Arial, Helvetica, sans-serif;
}
.secupress-scan-infos .secupress-score-text {
margin-bottom: 0.1em;
line-height: 1.25;
}
.secupress-scan-infos .secupress-score-subtext {
margin: .75em 0 1em;
}
.secupress-scan-infos .letter {
font-weight: bold;
font-size: 1.2em;
}
.secupress-chart-container .secupress-score .l∅ {
font-size: 64px;
margin: -0.45em 0 0 -0.44em;
}
.secupress-score .lA,
.secupress-reports-list .lA,
.dashicons-arrow-up-alt2 {
color: #2BCDC1;
}
.secupress-latest-list-grade.lA {
border-color: #2BCDC1;
}
.secupress-score .lB,
.secupress-reports-list .lB {
color: #F1C40F;
}
.secupress-latest-list-grade.lB {
border-color: #F1C40F;
}
.secupress-score .lC,
.secupress-reports-list .lC,
.dashicons-arrow-down-alt2 {
color: #F7AB13;
}
.secupress-latest-list-grade.lC {
border-color: #F7AB13;
}
.secupress-score .lD,
.secupress-reports-list .lD {
color: #F2295E;
}
.secupress-latest-list-grade.lD {
border-color: #F2295E;
}
.secupress-score .lE,
.secupress-reports-list .lE {
color: #CB234F;
}
.secupress-latest-list-grade.lE {
border-color: #CB234F;
}
.secupress-score .lF,
.secupress-reports-list .lF {
color: #c32222;
}
.secupress-latest-list-grade.lF {
border-color: #c32222;
}
.mini {
font-size: 12px;
line-height: 1.7;
}
.link-like {
padding: 0;
border: none;
margin: 0;
font-size: 1em;
line-height: inherit;
text-align: left;
text-transform: none;
text-shadow: none;
background: none;
border-radius: 0;
box-shadow: none;
cursor: pointer;
transition: all .275s;
}
/**
* Steps contents
*/
.secupress-scanner-main-content {
padding-bottom: 50px;
}
.secupress-step-content-container {
width: 910px;
max-width: 100%;
padding: 25px;
margin: 0 auto;
}
.secupress-step-title {
font-size: 16px;
font-weight: 500;
color: #5A626F;
}
/* Boxes with shadow in every steps */
.secupress-scans-group {
background: #FFF;
box-shadow: 0 10px 15px rgba(34, 40, 49, .2);
}
.secupress-scans-group {
margin: 2.5em 0;
}
.secupress-sg-header {
padding: 0 0 0 25px;
background: #222831;
color: #FFF;
}
.secupress-manual-fix {
margin: 2.5em 0;
background: #FFF;
box-shadow: 0 10px 15px rgba(34, 40, 49, .2);
}
.secupress-sg-header,
.secupress-mf-header {
padding: 0 0 0 20px;
background: #222831;
color: #FFF;
}
.secupress-mf-header {
padding: 15px 75px 15px 25px;
}
.secupress-is-only-pro.secupress-mf-header {
padding-right: 20px;
}
.secupress-mfh-pro {
flex-basis: 200px;
padding-left: 25px;
text-align: right;
}
.secupress-mf-header .secupress-get-pro-version {
display: inline-block;
text-align: left;
font-weight: 500;
color: #FFF;
white-space: nowrap;
}
.secupress-group-new .secupress-sg-header {
background: #26B3A9;
}
.secupress-sg-header.secupress-flex,
.secupress-mf-header.secupress-flex {
align-items: initial;
}
.secupress-header-dot {
line-height: 0;
padding: 0 20px 0 0;
}
.secupress-mf-header {
position: relative;
}
.secupress-sgh-name {
position: relative;
font-weight: 500;
padding: 13px 0;
}
.secupress-mfh-name {
flex-grow: 1;
}
.secupress-sgh-name p {
margin: 0;
line-height: 1.4;
}
.secupress-sgh-name i,
.secupress-mfh-name i {
position: absolute;
right: -65px;
bottom: -1px;
font-size: 48px;
color: rgba(236, 240, 241, 0.2);
}
.secupress-mfh-name i {
right: -55px;
bottom: 0;
}
.secupress-group-new .secupress-sgh-name i {
bottom: -2px;
color: rgba(255, 255, 255, 0.2);
}
.secupress-sgh-title {
font-size: 16px;
color: #2BCDC1;
}
.secupress-mfh-title {
flex-basis: 100%;
font-size: 16px;
color: #FFF;
}
.secupress-group-new .secupress-sgh-title {
color: #FFF;
}
.secupress-sgh-actions button {
margin-left: 20px;
padding: 0 26px;
border: 0;
color: #F39C12;
background: #393E46;
}
.secupress-sgh-actions button:hover,
.secupress-sgh-actions button:focus {
background: rgba(0, 0, 0, .35);
}
.secupress-sgh-actions button i:before {
display: inline-block;
font-size: 22px;
transform-origin: 50% 61% 0;
transition: transform .275s;
}
.secupress-sgh-actions .secupress-activated i:before {
transform: rotate(180deg);
}
.secupress-sgh-actions .text {
color: #FFF;
}
.secupress-sgh-actions .label-before-text {
margin-right: 5px;
font-size: 11px;
letter-spacing: 0.125em;
text-transform: uppercase;
}
/* New group section */
.secupress-group-new .secupress-sg-header {
background: #26B3A9;
}
.secupress-group-new .secupress-sgh-name i {
bottom: -2px;
color: rgba(255, 255, 255, 0.2);
}
.secupress-group-new .secupress-sgh-title {
color: #FFF;
}
.secupress-group-new .secupress-sgh-actions button {
color: #FFF;
background: #2BCDC1;
}
/**
* Forms: Checkboxes in header
*/
.secupress-scans-group .secupress-sgh-actions .label-text {
margin-right: 15px;
}
.secupress-sgh-actions .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-sgh-actions .secupress-checkbox:checked + .label-text:before {
background: #222831;
}
.secupress-sgh-actions .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-sgh-actions .secupress-checkbox:checked + .label-text:after {
top: -11px;
}
/* In-item checkboxes */
.secupress-item-all .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-item-all .secupress-checkbox:checked + .label-text:before {
left: 10px;
background: #FFF;
}
.secupress-item-all .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-item-all .secupress-checkbox:checked + .label-text:after {
top: -12px;
left: 15px;
}
/* All checkboxes */
.secupress-scans-group .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-scans-group .secupress-checkbox:checked + .label-text:before {
top: -14px;
border-color: #2BCDC1;
}
.secupress-scans-group .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-scans-group .secupress-checkbox:checked + .label-text:after {
color: #2BCDC1;
}
.secupress-group-new .secupress-sg-content {
border: 1px solid #2BCDC1;
border-top: 0;
}
.secupress-step-content-footer .secupress-get-pro-version {
display: block;
margin: 4px 0 0 4px;
}
/**
* === Scanned Items
*/
.secupress-tests .secupress-item-all {
position: relative;
}
.secupress-item-all .secupress-flex {
padding: 20px 25px;
}
.secupress-tests .secupress-item-all + .secupress-item-all {
border-top: 1px solid #F2F2F6;
}
.secupress-item-all.secupress-only-pro:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #FFF repeating-linear-gradient(-45deg, #fff, #fff 10px, #EEE 10px, #EEE 11px) repeat scroll 0 0;
opacity: 0.6;
z-index: 2;
}
.secupress-item-all .secupress-get-pro-version a:before {
content: "";
display: block;
height: 1px; width: 100%;
}
.secupress-item-all .secupress-get-pro-version {
position: relative;
padding-left: 46px;
text-align: left;
}
.secupress-item-all .secupress-get-pro-version:before {
position: absolute;
top: -4px;
left: 0;
font-size: 34px;
font-weight: normal;
}
.secupress-item-status,
.secupress-details-icon {
flex-basis: 110px;
flex-shrink: 0;
padding-right: 15px;
}
.secupress-item-status.secupress-status-mini {
flex-basis: 44px;
}
.secupress-row-actions,
.secupress-item-all .secupress-placeholder {
flex-basis: 200px;
flex-shrink: 0;
text-align: right;
}
.secupress-only-pro .secupress-row-actions {
z-index: 3;
}
.secupress-item-title {
flex-basis: 100%; /* for too small titles */
font-size: 13px;
color: #5A626F;
}
.secupress-mf-content {
color: #5A626F;
}
.secupress-mf-content .secupress-item-content {
padding: 20px 25px;
}
.secupress-ic-title {
margin: 0;
font-size: 16px;
font-weight: bold;
color: #393E46;
}
.secupress-ic-desc {
margin-top: 10px;
margin-bottom: 25px;
}
.secupress-ic-fix-actions {
border-top: 1px solid #F2F2F6;
margin-top: 20px;
padding-top: 20px;
}
.secupress-mf-content .secupress-actions {
margin: 0 -20px;
}
.secupress-mf-content .secupress-action-doc {
margin: 0 -10px;
text-align: left;
}
.secupress-mf-content .secupress-actions .secupress-button {
margin: 5px 20px;
}
.secupress-mf-content .secupress-action-doc .secupress-button {
margin: 5px 10px;
white-space: nowrap;
}
.secupress-item-all .secupress-label {
text-transform: uppercase;
}
.status-notscannedyet .secupress-label {
border-color: #F1C40F;
color: #F1C40F;
}
.status-bad .secupress-label {
border-color: #CB234F;
color: #CB234F;
}
.status-warning .secupress-label {
border-color: #F19B12;
color: #F19B12;
}
.status-good .secupress-label {
border-color: #2BCDC1;
color: #2BCDC1;
}
.secupress-status {
text-transform: uppercase;
letter-spacing: 0.125em;
font-weight: bold;
color: #ADB1B7;
}
.secupress-status i {
margin-right: 3px;
font-weight: normal;
font-size: 16px;
vertical-align: -2px;
}
.secupress-status-good {
color: #2BCDC1;
}
.secupress-status-bad {
color: #CB234F;
}
.secupress-status-warning {
color: #F19B12;
}
.secupress-item-details {
position: relative;
background: #ECF0F1;
color: #5A626F;
}
.secupress-mf-content .secupress-item-details {
padding: 25px 25px 25px 0;
}
.secupress-mf-content .secupress-details-icon {
padding-right: 0;
}
.secupress-item-details:before {
content: "";
position: absolute;
right: 50px; top: 0;
border-bottom: 12px solid #ECF0F1;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
.secupress-item-details.secupress-open:before {
top: -11px;
}
.secupress-details-icon .secupress-icon-i {
font-size: 2.7em;
line-height: 1;
}
.secupress-details-icon {
text-align: center;
}
.secupress-details-icon .secupress-icon-i:before {
border-width: 2px;
border-color: #ADB1B7;
color: #ADB1B7;
font-weight: 500;
}
/* Row under item title */
.secupress-row-actions .link-like {
color: #9B9B9B;
font-size: 11px;
font-weight: bold;
font-style: italic;
letter-spacing: 0.05em;
text-transform: lowercase;
}
.secupress-row-actions .link-like .icon,
.secupress-row-actions .link-like .text {
display: inline-block;
vertical-align: middle;
}
.secupress-row-actions .link-like .icon {
line-height: 0.8;
}
.secupress-row-actions .link-like .icon i {
font-size: 1.2em;
margin-right: 2px;
}
.secupress-toggle-button.hidden {
color: #333;
}
/* Step 3 particulars */
.secupress-step-by-step {
padding-right: 15px;
margin-right: 15px;
font-size: 13px;
font-weight: bold;
color: #FFF;
background: #393E46;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05), 0 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
overflow: hidden;
}
.secupress-step-by-step .text {
margin-left: .5em;
}
.secupress-step-by-step .step3-advanced-text {
min-width: 1.3em;
padding: 7px 10px;
margin-right: 8px;
margin-left: 0;
font-size: 14px;
text-align: center;
background: #F19B12;
border-radius: 0 2px 2px 0;
}
/* Col with Fix-it button */
.secupress-item-actions-fix,
.secupress-scan-actions,
.secupress-fix-result-retryfix {
padding-right: 15px;
text-align: right;
-webkit-flex-basis: 270px;
-ms-flex-preferred-size: 270px;
flex-basis: 270px;
}
.secupress-item-actions-fix {
padding-top: 10px;
}
.secupress-fix-result-retryfix {
padding-right: 0;
}
a:hover .secupress-icon-cog,
a:focus .secupress-icon-cog {
display: inline-block;
animation: 2s linear 0s infinite rotation;
transform-origin: 5.6px 7.0px 0;
}
/* Scan result and actions */
.secupress-scan-result-n-actions {
border-top: 1px solid #ECF0F1;
margin: 8px 0 0 15px;
padding: 6px 0;
color: #5A626F;
}
.secupress-item-all code {
display: inline;
padding: 2px 3px;
background: #f2f2f6;
color: #393e46;
}
.secupress-fix-result-message:not(:empty) {
padding: 0 15px 10px 0;
}
.secupress-fix-result-actions {
padding: 8px 15px;
}
.secupress-fix-result-actions .secupress-button {
text-transform: none;
}
/* If status is good */
.secupress-item-all.status-good .secupress-fix-result-actions {
display: none;
}
.secupress-fix-result-actions p {
margin: 0;
}
/* Form items used to manual fix */
.secupress-group-horizontal > input {
margin-bottom: .65em;
}
.secupress-group-horizontal > label {
margin-right: .875em;
margin-bottom: .71em;
}
ul.secupress-radio-group-vertical,
ul.secupress-checkbox-group-vertical,
.secupress-radio-group-vertical ul,
.secupress-checkbox-group-vertical ul {
margin-top: 0;
}
.secupress-radio-group-vertical li,
.secupress-checkbox-group-vertical li {
padding-left: 1.5em;
}
.wp-admin .secupress-radio-group-vertical [type="radio"],
.wp-admin .secupress-checkbox-group-vertical [type="checkbox"] {
float: left;
font-size: .875em;
margin-left: -1.714em;
margin-top: .4286em;
}
/**/
.too-many-admins-posts-wrapper,
.too-many-admins-role-wrapper {
display: none;
}
[value="delete"]:checked ~ .too-many-admins-posts-wrapper,
[value="changerole"]:checked ~ .too-many-admins-role-wrapper {
display: block;
margin-top: .5em;
}
/**
* Step 4
*/
.secupress-is-finish-report {
margin-top: 25px;
}
.secupress-is-finish-report .secupress-sg-header {
background: #393e46;
}
.secupress-is-finish-report .secupress-scans-group {
margin: 0;
box-shadow: none;
}
.secupress-is-finish-report .secupress-sgh-actions button i:before {
font-size: 32px;
font-weight: bold;
color: #FFF;
transform-origin: 10.5px 18px 0;
}
.secupress-is-finish-report .secupress-step-content-footer {
border-top: 1px solid #f2f2f6;
padding: 20px;
}
/* Go farther block */
.secupress-go-farther {
border-top: 5px solid #F2F2F6;
padding: 0 25px;
}
.secupress-summaries[aria-hidden="true"] + .secupress-go-farther {
border-top: 0;
}
.secupress-go-farther .secupress-flex {
padding: 25px 0;
}
.secupress-go-farther .secupress-col:first-child {
flex-basis: 100%;
padding-left: 0;
}
.secupress-go-farther .secupress-col:last-child {
padding-right: 0;
}
.secupress-go-farther .secupress-col-action {
flex-basis: 295px;
flex-shrink: 0;
text-align: right;
}
.secupress-go-farther .secupress-flex + .secupress-flex {
border-top: 1px solid #f2f2f6;
}
.secupress-farther-title {
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
color: #26B3A9;
}
.secupress-go-farther .secupress-farther-desc {
margin: .55em 0 .5em;
color: #5A626F;
}
/* Pro summary block */
.secupress-pro-summary {
margin-top: 4em;
}
.secupress-summary-header .secupress-col-logo {
flex-basis: 110px;
flex-grow: 0;
padding: 25px 5px 25px 25px;
}
.secupress-summary-header .secupress-text-medium {
flex-basis: 60%;
font-size: 24px;
margin-top: 0;
}
.secupress-summary-header .secupress-text-medium + p {
margin: 5px 0;
}
.secupress-summary-header .secupress-chart-legend {
margin: 10px -10px;
}
.secupress-summary-header .secupress-chart-legend li {
display: inline-block;
margin: 0 10px;
}
.secupress-summary-header .secupress-button-mini {
padding: 4px 12px 5px;
margin-right: 10px;
}
.secupress-col-summary-text {
padding-top: 17px;
padding-bottom: 17px;
}
/* Twitter block in A grade case */
[id="tweeterA"] {
margin: 2em auto 1.5em;
}
[id="tweeterA"] span {
color: #55acee;
}
[id="tweeterA"] q {
position: relative;
display: block;
padding-left: 25px;
font-size: 1.2em;
line-height: 1.7;
color: rgba(255,255,255,.65);
}
[id="tweeterA"] q:before {
content: "“";
position: absolute;
top: 0;
left: 0;
font-size: 3em;
line-height: 1;
color: rgba(255,255,255,.2);
font-family: Georgia, Times, serif;
}
[id="tweeterA"] .secupress-button {
margin-left: 23px;
}
.disabled {
border-color: #ccc;
color: #ccc;
} | Wordpress/plugins/secupress/assets/admin/css/secupress-scanner.css | @charset "UTF-8";
/**
* ==== TABLE OF COLORS ===
*
* Yellow : #F1C40F;
* YellowDark : #F7AB13;
* Red : #F2295E;
* RedDark : #CB234F;
* Green : #2BCDC1;
* GreenDark : #26B3A9;
* Dark : #222831;
* GrayLight : #F2F2F6;
* GrayMedium : #5A626F;
* GrayDark : #393E46;
*
*/
/**
* Scanners header
*/
.secupress-scanners-header {
padding: 17px 25px 25px;
}
.secupress-scanners-header .secupress-logo-block {
flex-grow: 0;
}
.secupress-scanners-header .secupress-heading {
position: relative;
padding: 3px 5px 18px;
border-bottom: 1px solid #393E46;
}
.secupress-scanners-header .secupress-lb-name {
padding-left: 12px;
}
.secupress-scanners-header .secupress-col-text {
display: none;
}
.secupress-scanners-header .secupress-col-text p {
margin: 0;
}
.secupress-scanners-header.secupress-not-scanned-yet .secupress-col-text {
display: block;
}
/* Label with icon on left */
.secupress-label-with-icon {
position: relative;
display: block;
padding-left: 50px;
font-weight: 500;
text-decoration: none;
}
.secupress-label-with-icon i {
position: absolute;
left: 0; top: 1px;
font-size: 35px;
color: #26B3A9;
}
.secupress-label-with-icon .secupress-icon-secupress {
top: 2px;
}
.secupress-label-with-icon i.rounded {
font-size: 16px;
border-color: #F39C12;
color: #F39C12;
transition: background .275s, color .275s;
}
@media (min-width: 820px) {
.secupress-last-scan-result {
padding-left: 166px;
}
.secupress-last-scan-result i {
left: 110px;
}
}
.secupress-label-with-icon .secupress-upper {
display: block;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.125em;
color: #393E46;
transition: color .275s;
}
.secupress-section-dark .secupress-label-with-icon .secupress-upper {
color: #FFF;
}
.secupress-label-with-icon .secupress-primary {
display: block;
color: #26B3A9;
}
.secupress-label-with-icon .secupress-description {
display: block;
color: #ACB0B7;
}
.secupress-tab-selected .secupress-last-scan-result {
opacity: 0.4;
}
/**
* Scanners breadcrumbs steps
*/
.secupress-scanner-steps {
position: relative;
}
.secupress-scanner-steps ol {
margin: 1.7em 85px 1em;
}
.secupress-scanner-steps li {
padding: 0;
}
.secupress-scanner-steps li:before {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 32px;
height: 32px;
border: 2px solid #5A626F;
font-size: 16px;
font-weight: bold;
color: #5A626F;
border-radius: 50%;
}
.secupress-scanner-steps .secupress-past:before,
.secupress-scanner-steps .secupress-current:before {
border-color: #F1C40F;
color: #F1C40F;
}
.secupress-step-name {
display: none;
flex-shrink: 0;
padding: 0 12px;
font-weight: 600;
color: #F1C40F;
}
li.secupress-current .secupress-step-name {
display: block;
}
.secupress-not-scanned-yet .secupress-current .secupress-step-name {
display: none;
}
.secupress-scanner-steps li:after {
content: "";
height: 2px;
flex-grow: 1;
flex-basis: 100%;
background: #5A626F;
}
.secupress-scanner-steps li.secupress-past:after {
background: #F1C40F;
}
/* The third step */
.secupress-scanner-steps .secupress-step-name.alt {
display: none;
order: 2;
}
.secupress-scanner-steps .secupress-past .secupress-step-name.alt {
display: block;
}
/* The fourth step */
.secupress-scanner-steps li:nth-last-child(1) {
flex-basis: auto;
width: auto;
}
.secupress-scanner-steps li:nth-last-child(1):after {
display: none;
}
li.secupress-current:nth-last-child(1) .secupress-step-name {
position: absolute;
width: 1px; height: 1px;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
}
/* Arrow below current step */
.secupress-scanner-steps .secupress-current .secupress-step-name {
position: relative;
}
.secupress-scanner-steps .secupress-current .secupress-step-name:after {
content: "";
position: absolute;
bottom: -50px; left: -44px;
border-bottom: 22px solid #F2F2F6;
border-left: 27px solid transparent;
border-right: 27px solid transparent;
}
.secupress-not-scanned-yet .secupress-scanner-steps .secupress-step-name:after {
display: none;
}
/**
* First One Click Scan not done yet
*/
/* Hide some items */
.secupress-scanners-header.secupress-not-scanned-yet .secupress-scan-header-main,
.secupress-scanners-header.secupress-not-scanned-yet ~ .secupress-scanner-main-content ,
.secupress-scanners-header.secupress-not-scanned-yet .secupress-last-scan-result {
display: none;
}
.secupress-no-first-oneclickscan-yet .secupress-logo-block {
position: relative;
top: 55px;
z-index: 2;
}
.secupress-introduce-first-scan {
position: relative;
padding: 16px 10px;
}
.secupress-introduce-first-scan .secupress-icon-secupress:before,
.secupress-rescan-progress-infos .secupress-icon-secupress:before {
display: inline-block;
margin-bottom: .25em;
font-size: 65px;
}
.secupress-introduce-first-scan h3,
.secupress-rescan-progress-infos h3 {
margin: .75em 0;
font-size: 23px;
font-weight: 500;
color: #FFF;
}
.secupress-introduce-first-scan h3,
.secupress-introduce-first-scan p {
position: relative;
z-index: 1;
}
.secupress-introduce-first-scan p.secupress-start-one-click-scan {
margin-top: 35px;
}
/**
* Button to progressbar
*/
.secupress-start-one-click-scan .secupress-button,
.secupress-rescan-actions .secupress-button {
position: relative;
transition: all .275s;
max-width: 100%;
max-height: 40px;
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button,
.secupress-scanning .secupress-rescan-actions .secupress-button {
width: 610px!important;
max-width: 100%;
max-height: 8px;
padding: 0;
background: #393E46;
border-radius: 8px;
}
.secupress-scanning .secupress-rescan-actions .secupress-button {
margin-top: 17px;
margin-bottom: 17px;
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button .text,
.secupress-scanning .secupress-start-one-click-scan .secupress-button .icon,
.secupress-scanning .secupress-rescan-actions .secupress-button .text,
.secupress-scanning .secupress-rescan-actions .secupress-button .icon {
opacity: 0;
visibility: hidden;
}
/* Progress bar values */
.secupress-progressbar-val {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0;
margin-left: -4px;
background: #2BCDC1 linear-gradient(to right, #2BCDC1, #F1C40F) 0 0 no-repeat;
transition: width .175s linear;
visibility: hidden;
opacity: 0;
border-radius: 8px;
}
.secupress-progressbar-val:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 8px;
margin-right: -1px;
background: #F1C40F;
border-radius: 50%;
box-shadow: 0 0 4px #f1c40f, 0 0 14px #f1c40f, 0 0 10px #f1c40f;
animation: loadingHalo 2s infinite;
opacity: 1;
z-index: 2;
}
@keyframes loadingHalo {
50% {
opacity: 0;
}
}
.secupress-scanning .secupress-start-one-click-scan .secupress-button,
.secupress-scanning .secupress-rescan-actions .secupress-button {
opacity: 1;
}
.secupress-scanning .secupress-button .secupress-progressbar-val {
visibility: visible;
opacity: 1;
z-index: 2;
}
.secupress-progress-val-txt {
position: absolute;
top: 100%;
right: -20px;
margin-top: 14px;
padding: 0 6px;
white-space: nowrap;
font-size: 11px;
font-weight: bold;
color: #FFF;
background: #F39C12;
border-radius: 2px;
letter-spacing: 0;
}
.secupress-progress-val-txt:before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin: 0 0 0 -4px;
border-bottom: 4px solid #F39C12;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
/* Title progression */
.secupress-scanned-items {
display: block;
margin-top: 10px;
max-height: 0;
font-size: 13px;
font-weight: 700;
color: #2BCDC1;
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: all .275s;
}
.secupress-scanning .secupress-scanned-items {
max-height: 2em;
opacity: 1;
visibility: visible;
}
.secupress-second-title,
.secupress-scanning .secupress-init-title {
display: none;
}
.secupress-scanning .secupress-second-title,
.secupress-init-title {
display: block;
}
/* Re-scan specific styles */
.secupress-rescan-progress-infos {
opacity: 0;
visibility: hidden;
max-height: 0;
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
transition: all .275s;
transform: translateY(-20px);
}
.secupress-scanning .secupress-rescan-progress-infos {
position: static;
max-height: 20em;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.secupress-tabs-contents,
.secupress-last-scan-result {
transition: all .275s;
}
.secupress-scanning .secupress-last-scan-result {
opacity: .3;
}
.secupress-scanning .secupress-tabs-contents {
overflow: hidden;
flex-basis: 0;
white-space: nowrap;
}
.secupress-scanning .secupress-tabs-controls {
flex-basis: 100%;
text-align: center;
}
.secupress-scanning .secupress-open-moreinfo {
opacity: 0;
visibility: hidden;
}
.secupress-scanning + .secupress-scanner-main-content .secupress-step-content-container,
.secupress-scanning .secupress-tabs-controls-list {
display: none;
visibility: hidden;
}
/**
* More infos links
*/
.secupress-not-scanned-yet .secupress-close-moreinfo {
display: none;
}
.secupress-close-moreinfo .secupress-icon-cross:before {
vertical-align: -1.5px;
}
.secupress-close-moreinfo {
margin-right: 25px;
transform: translateY(-15px);
opacity: 0;
visibility: hidden;
}
.secupress-open .secupress-close-moreinfo {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.secupress-open-moreinfo {
transform: translateY(0);
}
.secupress-open-moreinfo.secupress-activated {
transform: translateY(15px);
opacity: 0;
visibility: hidden;
}
/**
* Blobs in More Info pannel
*/
.secupress-not-scanned-yet [id="secupress-more-info"],
.secupress-is-step-2 + [id="secupress-more-info"],
.secupress-is-step-3 + [id="secupress-more-info"],
.no-js [id="secupress-more-info"] {
position: relative;
margin: 0 -33px;
left: 0;
}
[id="secupress-more-info"] {
position: absolute;
bottom: 100%;
left: -25px; right: -25px;
z-index: 2;
padding-bottom: 18px;
margin-top: 1px; /* lets the top border appears */
}
.secupress-section-dark [id="secupress-more-info"] {
background: #222831;
}
[id="secupress-more-info"] .secupress-blob {
transform: scale(1.1);
transition: all .275s;
opacity: 0;
visibility: hidden;
}
[id="secupress-more-info"].secupress-open .secupress-blob,
.no-js .secupress-blob {
transform: scale(1);
opacity: 1;
visibility: visible;
}
[id="secupress-more-info"].secupress-open .secupress-blob {
transition-delay: 0.25s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(2) .secupress-blob {
transition-delay: 0.5s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(3) .secupress-blob {
transition-delay: 0.75s;
}
[id="secupress-more-info"].secupress-open .secupress-col-1-4:nth-child(4) .secupress-blob {
transition-delay: 1s;
}
/**
* Scan header main contents
*/
.secupress-scan-header-main {
padding: 0 80px;
}
.secupress-tabs-controls {
flex-shrink: 0;
padding-left: 20px;
padding-top: 21px;
}
.secupress-tabs-controls li {
margin: 0 0 2.5em 0;
}
.secupress-tabs-controls-list {
margin: 0;
}
.secupress-tabs-controls-list a,
.secupress-rich-link {
position: relative;
display: block;
text-decoration: none;
border-radius: 3px;
text-align: left;
}
.secupress-tabs-controls-list a:hover .secupress-upper,
.secupress-tabs-controls-list a:focus .secupress-upper,
.secupress-rich-link:hover .secupress-upper,
.secupress-rich-link:focus .secupress-upper {
color: #F39C12;
}
.secupress-tabs-controls-list a:hover i.rounded,
.secupress-tabs-controls-list a:focus i.rounded,
.secupress-rich-link:hover i.rounded,
.secupress-rich-link:focus i.rounded {
background: #F39C12;
color: #FFF;
}
.secupress-section-dark .secupress-tabs-controls-list a:hover i.rounded,
.secupress-section-dark .secupress-tabs-controls-list a:focus i.rounded,
.secupress-section-dark .secupress-rich-link:hover i.rounded,
.secupress-section-dark .secupress-rich-link:focus i.rounded {
color: #222831;
}
.secupress-tabs-controls .secupress-button-primary {
letter-spacing: 0.1em;
background: #26B3A9;
}
.secupress-tabs-controls .secupress-button-primary:hover,
.secupress-tabs-controls .secupress-button-primary:focus {
background: #2bcdc1;
}
.secupress-tabs-controls-list .secupress-label-with-icon,
.secupress-rich-link .secupress-label-with-icon {
padding-left: 54px;
}
.secupress-tab-selected .secupress-tabs-contents {
position: relative;
}
.secupress-tab-selected .secupress-tabs-contents:after {
content: "";
position: absolute;
right: 15px;
top: 25px;
bottom: 25px;
width: 1px;
background: #393e46;
}
.secupress-tab-selected .secupress-tabs-controls {
padding-top: 35px;
}
.secupress-tab-selected .secupress-tabs-controls-list a {
opacity: .4;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current {
opacity: 1;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:after,
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:before {
content: "";
position: absolute;
left: -36px;
top: 50%;
margin-top: -14px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #393e46;
}
.secupress-tab-selected .secupress-tabs-controls-list .secupress-current:after {
left: -37.5px;
border-left-color: #222831;
}
.secupress-tab-selected .secupress-tabs-controls-list li.hidden {
display: block;
}
.secupress-tab-selected .secupress-rescan-actions {
display: none;
}
/* Little pieces of colors for chart legend or item status */
.secupress-chart-legend {
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
letter-spacing: 0.01em;
}
.secupress-chart-container.secupress-chart-container {
flex-grow: 0;
flex-shrink: 0;
margin-right: 30px;
line-height: 1;
}
.no-js .secupress-chart-container {
width: 125px;
height: 170px;
}
.secupress-chart-legend li {
margin: 0;
}
.secupress-chart-legend li + li {
margin-top: 1em;
}
.secupress-carret {
display: inline-block;
height: 1.75em;
width: 5px;
margin-right: 5px;
vertical-align: -.5em;
}
.status-good .secupress-carret {
background: #26B3A9;
}
.status-warning .secupress-carret {
background: #F7AB13;
}
.status-bad .secupress-carret,
.status-error .secupress-carret {
background: #CB234F;
}
.status-notscannedyet .secupress-carret,
.status-cantfix .secupress-carret {
background: #5A626F;
}
.secupress-chart-legend [class^="secupress-count-"]:not(:empty):before {
content: "(";
}
.secupress-chart-legend [class^="secupress-count-"]:not(:empty):after {
content: ")";
}
/* WordPress generic style fix */
[class^="secupress-"] .status-warning {
color: inherit;
}
/* Doughnut Chart */
.secupress-chart-container {
position: relative;
}
.secupress-chart-container:after {
content: "\e903";
position: absolute;
top: 50%; left: 50%;
line-height: 105px;
margin: -50px 0 0 -54px;
font-family: "secupress";
font-size: 110px;
color: rgba(255,255,255,.07);
}
.scanning .secupress-fix-status-actions {
visibility: hidden;
speak: none;
}
.status-good .secupress-fix-status-actions,
.status-warning .secupress-fix-status-actions,
.status-notscannedyet .secupress-fix-status-actions,
.has-fix-status .secupress-fix-status-actions,
.status-good .secupress-fix-result-retryfix,
.status-warning .secupress-fix-result-retryfix,
.status-notscannedyet .secupress-fix-result-retryfix,
.no-fix-status .secupress-fix-result-retryfix {
display: none;
visibility: hidden;
speak: none
}
.secupress-tabs-contents {
flex-basis: 70%;
flex-grow: 0;
min-height: 265px;
}
.no-js .secupress-tabs-contents {
flex-basis: 100%;
min-height: none;
display: block;
}
.secupress-tabs-contents > div {
padding: 0 35px 0 0;
}
.no-js .secupress-tabs-contents > div + div {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #393e46;
}
.secupress-tab-content[id="secupress-schedule"] .secupress-text-medium {
position: relative;
margin-top: 0.75em;
margin-bottom: 0.5em;
}
.secupress-cta-detail {
margin-top: -1em;
font-size: 11px;
font-weight: bold;
color: #5A626F;
}
.secupress-schedules-infos .secupress-schedule-last-one {
margin: 2em 0 0.5em;
}
.secupress-schedules-infos .secupress-schedule-next-one {
margin: 0.5em 0 2em;
}
.secupress-schedules-infos .secupress-schedule-next-one {
color: #F39C12;
}
.secupress-schedules-infos.is-pro .secupress-schedule-next-one {
color: #26B3A9;
}
.secupress-schedules-infos i {
font-size: 1.2em;
vertical-align: -2px;
margin-right: 5px;
}
.secupress-schedules-infos .secupress-button {
letter-spacing: 0.125em;
}
/* right cols with Status text and actions */
.secupress-fix-status-actions {
padding-top: 4px;
}
.secupress-fix-status-text:not(:empty) {
padding: 5px 0;
}
/* Fix it button + How? action */
a + .secupress-row-actions {
margin-top: 5px;
}
.secupress-reports-list {
display: flex;
flex-direction: column;
margin: 1.1em 0 2.85em;
font-size: 1.1em;
}
.secupress-reports-list li > * {
flex-basis: 27%;
vertical-align: middle;
}
.secupress-reports-list li {
display: flex;
align-items: center;
padding: 6px 0 3px;
}
.secupress-reports-list li + li {
border-top: 1px solid #393e46;
}
.secupress-reports-list .secupress-latest-list-date {
flex-basis: 38%;
margin: 0 1em;
color: #5A626F;
}
.secupress-reports-list i:before {
font-size: 1.15em;
}
.secupress-reports-list .secupress-icon-minus:before {
font-size: 1.45em;
}
.secupress-reports-list .dashicons-arrow-right-alt2 {
color: #5A626F;
}
.secupress-reports-list .secupress-latest-list-grade,
.secupress-reports-list i {
flex: 0 0 auto;
}
.secupress-reports-list .secupress-latest-list-grade {
width: 22px;
height: 22px;
margin: 0 2em;
line-height: 18px;
text-align: center;
border-radius: 50%;
border: 2px solid #5A626F;
color: #5A626F;
font-weight: bold;
}
#table-secupress-tests ul {
list-style: disc outside;
}
.dashicons-external {
font-size: 1.2em;
}
.secupress-prio-title {
padding: 8px 10px;
margin: 3.5em 0 1em;
background: #ECF0F1;
color: #5A626F;
font-weight: bold;
letter-spacing: 0.125em;
}
.secupress-prio-h {
color: inherit;
margin: 0;
font-size: 11px;
text-transform: uppercase;
}
.secupress-prio-h + p {
font-size: 10px;
margin: 0;
opacity: 0.8;
}
.secupress-table-prio-all .details {
font-style: italic;
background: #ddf;
}
.secupress-item-all.hidden + .details {
display: none;
}
.secupress-details .dashicons-editor-help {
vertical-align: top;
line-height: .7em;
}
.secupress-result-list {
margin: 0;
}
.secupress-item-all .secupress-button-mini.secupress-button-mini .icon {
margin: 0 2px 0 -3px;
}
.secupress-item-all .secupress-button-mini.secupress-button-mini .secupress-icon-shield {
vertical-align: -1.25px;
}
/* Scanning & Fixing animations */
.secupress-item-all.scanning .secupress-icon-refresh {
animation: rotation 2s infinite linear;
}
@keyframes rotation {
100% {
transform: rotate(1turn);
}
}
.secupress-item-all.fixing .secupress-icon-shield,
.secupress-mf-content.fixing .secupress-icon-shield,
.secupress-mf-content.scanning .secupress-icon-shield {
animation: rotateshield 2s infinite linear;
}
@keyframes rotateshield {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(360deg);
}
}
[id="secupress-scan"] .secupress-actions-line .secupress-button {
letter-spacing: 1px;
}
.secupress-scan-result ul,
.secupress-fix-result ul {
margin: 0;
}
.secupress-scan-result li,
.secupress-fix-result li {
margin-bottom: 0;
}
.secupress-scan-result li + li,
.secupress-fix-result li + li {
margin-top: 6px;
}
.test-fix-action h3 {
margin-top: 0;
}
.test-fix-action .submit {
padding-bottom: 0;
margin-bottom: 0;
text-align: left;
}
.secupress-chart-container .secupress-score .letter {
position: absolute;
font-size: 82px;
top: 50%; left: 50%;
margin: -.5em 0 0 -.33em;;
font-family: Arial, Helvetica, sans-serif;
}
.secupress-scan-infos .secupress-score-text {
margin-bottom: 0.1em;
line-height: 1.25;
}
.secupress-scan-infos .secupress-score-subtext {
margin: .75em 0 1em;
}
.secupress-scan-infos .letter {
font-weight: bold;
font-size: 1.2em;
}
.secupress-chart-container .secupress-score .l∅ {
font-size: 64px;
margin: -0.45em 0 0 -0.44em;
}
.secupress-score .lA,
.secupress-reports-list .lA,
.dashicons-arrow-up-alt2 {
color: #2BCDC1;
}
.secupress-latest-list-grade.lA {
border-color: #2BCDC1;
}
.secupress-score .lB,
.secupress-reports-list .lB {
color: #F1C40F;
}
.secupress-latest-list-grade.lB {
border-color: #F1C40F;
}
.secupress-score .lC,
.secupress-reports-list .lC,
.dashicons-arrow-down-alt2 {
color: #F7AB13;
}
.secupress-latest-list-grade.lC {
border-color: #F7AB13;
}
.secupress-score .lD,
.secupress-reports-list .lD {
color: #F2295E;
}
.secupress-latest-list-grade.lD {
border-color: #F2295E;
}
.secupress-score .lE,
.secupress-reports-list .lE {
color: #CB234F;
}
.secupress-latest-list-grade.lE {
border-color: #CB234F;
}
.secupress-score .lF,
.secupress-reports-list .lF {
color: #c32222;
}
.secupress-latest-list-grade.lF {
border-color: #c32222;
}
.mini {
font-size: 12px;
line-height: 1.7;
}
.link-like {
padding: 0;
border: none;
margin: 0;
font-size: 1em;
line-height: inherit;
text-align: left;
text-transform: none;
text-shadow: none;
background: none;
border-radius: 0;
box-shadow: none;
cursor: pointer;
transition: all .275s;
}
/**
* Steps contents
*/
.secupress-scanner-main-content {
padding-bottom: 50px;
}
.secupress-step-content-container {
width: 910px;
max-width: 100%;
padding: 25px;
margin: 0 auto;
}
.secupress-step-title {
font-size: 16px;
font-weight: 500;
color: #5A626F;
}
/* Boxes with shadow in every steps */
.secupress-scans-group {
background: #FFF;
box-shadow: 0 10px 15px rgba(34, 40, 49, .2);
}
.secupress-scans-group {
margin: 2.5em 0;
}
.secupress-sg-header {
padding: 0 0 0 25px;
background: #222831;
color: #FFF;
}
.secupress-manual-fix {
margin: 2.5em 0;
background: #FFF;
box-shadow: 0 10px 15px rgba(34, 40, 49, .2);
}
.secupress-sg-header,
.secupress-mf-header {
padding: 0 0 0 20px;
background: #222831;
color: #FFF;
}
.secupress-mf-header {
padding: 15px 75px 15px 25px;
}
.secupress-is-only-pro.secupress-mf-header {
padding-right: 20px;
}
.secupress-mfh-pro {
flex-basis: 200px;
padding-left: 25px;
text-align: right;
}
.secupress-mf-header .secupress-get-pro-version {
display: inline-block;
text-align: left;
font-weight: 500;
color: #FFF;
white-space: nowrap;
}
.secupress-group-new .secupress-sg-header {
background: #26B3A9;
}
.secupress-sg-header.secupress-flex,
.secupress-mf-header.secupress-flex {
align-items: initial;
}
.secupress-header-dot {
line-height: 0;
padding: 0 20px 0 0;
}
.secupress-mf-header {
position: relative;
}
.secupress-sgh-name {
position: relative;
font-weight: 500;
padding: 13px 0;
}
.secupress-mfh-name {
flex-grow: 1;
}
.secupress-sgh-name p {
margin: 0;
line-height: 1.4;
}
.secupress-sgh-name i,
.secupress-mfh-name i {
position: absolute;
right: -65px;
bottom: -1px;
font-size: 48px;
color: rgba(236, 240, 241, 0.2);
}
.secupress-mfh-name i {
right: -55px;
bottom: 0;
}
.secupress-group-new .secupress-sgh-name i {
bottom: -2px;
color: rgba(255, 255, 255, 0.2);
}
.secupress-sgh-title {
font-size: 16px;
color: #2BCDC1;
}
.secupress-mfh-title {
flex-basis: 100%;
font-size: 16px;
color: #FFF;
}
.secupress-group-new .secupress-sgh-title {
color: #FFF;
}
.secupress-sgh-actions button {
margin-left: 20px;
padding: 0 26px;
border: 0;
color: #F39C12;
background: #393E46;
}
.secupress-sgh-actions button:hover,
.secupress-sgh-actions button:focus {
background: rgba(0, 0, 0, .35);
}
.secupress-sgh-actions button i:before {
display: inline-block;
font-size: 22px;
transform-origin: 50% 61% 0;
transition: transform .275s;
}
.secupress-sgh-actions .secupress-activated i:before {
transform: rotate(180deg);
}
.secupress-sgh-actions .text {
color: #FFF;
}
.secupress-sgh-actions .label-before-text {
margin-right: 5px;
font-size: 11px;
letter-spacing: 0.125em;
text-transform: uppercase;
}
/* New group section */
.secupress-group-new .secupress-sg-header {
background: #26B3A9;
}
.secupress-group-new .secupress-sgh-name i {
bottom: -2px;
color: rgba(255, 255, 255, 0.2);
}
.secupress-group-new .secupress-sgh-title {
color: #FFF;
}
.secupress-group-new .secupress-sgh-actions button {
color: #FFF;
background: #2BCDC1;
}
/**
* Forms: Checkboxes in header
*/
.secupress-scans-group .secupress-sgh-actions .label-text {
margin-right: 15px;
}
.secupress-sgh-actions .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-sgh-actions .secupress-checkbox:checked + .label-text:before {
background: #222831;
}
.secupress-sgh-actions .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-sgh-actions .secupress-checkbox:checked + .label-text:after {
top: -11px;
}
/* In-item checkboxes */
.secupress-item-all .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-item-all .secupress-checkbox:checked + .label-text:before {
left: 10px;
background: #FFF;
}
.secupress-item-all .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-item-all .secupress-checkbox:checked + .label-text:after {
top: -12px;
left: 15px;
}
/* All checkboxes */
.secupress-scans-group .secupress-checkbox:not(:checked) + .label-text:before,
.secupress-scans-group .secupress-checkbox:checked + .label-text:before {
top: -14px;
border-color: #2BCDC1;
}
.secupress-scans-group .secupress-checkbox:not(:checked) + .label-text:after,
.secupress-scans-group .secupress-checkbox:checked + .label-text:after {
color: #2BCDC1;
}
.secupress-group-new .secupress-sg-content {
border: 1px solid #2BCDC1;
border-top: 0;
}
.secupress-step-content-footer .secupress-get-pro-version {
display: block;
margin: 4px 0 0 4px;
}
/**
* === Scanned Items
*/
.secupress-tests .secupress-item-all {
position: relative;
}
.secupress-item-all .secupress-flex {
padding: 20px 25px;
}
.secupress-tests .secupress-item-all + .secupress-item-all {
border-top: 1px solid #F2F2F6;
}
.secupress-item-all.secupress-only-pro:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #FFF repeating-linear-gradient(-45deg, #fff, #fff 10px, #EEE 10px, #EEE 11px) repeat scroll 0 0;
opacity: 0.6;
z-index: 2;
}
.secupress-item-all .secupress-get-pro-version a:before {
content: "";
display: block;
height: 1px; width: 100%;
}
.secupress-item-all .secupress-get-pro-version {
position: relative;
padding-left: 46px;
text-align: left;
}
.secupress-item-all .secupress-get-pro-version:before {
position: absolute;
top: -4px;
left: 0;
font-size: 34px;
font-weight: normal;
}
.secupress-item-status,
.secupress-details-icon {
flex-basis: 110px;
flex-shrink: 0;
padding-right: 15px;
}
.secupress-item-status.secupress-status-mini {
flex-basis: 44px;
}
.secupress-row-actions,
.secupress-item-all .secupress-placeholder {
flex-basis: 200px;
flex-shrink: 0;
text-align: right;
}
.secupress-only-pro .secupress-row-actions {
z-index: 3;
}
.secupress-item-title {
flex-basis: 100%; /* for too small titles */
font-size: 13px;
color: #5A626F;
}
.secupress-mf-content {
color: #5A626F;
}
.secupress-mf-content .secupress-item-content {
padding: 20px 25px;
}
.secupress-ic-title {
margin: 0;
font-size: 16px;
font-weight: bold;
color: #393E46;
}
.secupress-ic-desc {
margin-top: 10px;
margin-bottom: 25px;
}
.secupress-ic-fix-actions {
border-top: 1px solid #F2F2F6;
margin-top: 20px;
padding-top: 20px;
}
.secupress-mf-content .secupress-actions {
margin: 0 -20px;
}
.secupress-mf-content .secupress-action-doc {
margin: 0 -10px;
text-align: left;
}
.secupress-mf-content .secupress-actions .secupress-button {
margin: 5px 20px;
}
.secupress-mf-content .secupress-action-doc .secupress-button {
margin: 5px 10px;
white-space: nowrap;
}
.secupress-item-all .secupress-label {
text-transform: uppercase;
}
.status-notscannedyet .secupress-label {
border-color: #F1C40F;
color: #F1C40F;
}
.status-bad .secupress-label {
border-color: #CB234F;
color: #CB234F;
}
.status-warning .secupress-label {
border-color: #F19B12;
color: #F19B12;
}
.status-good .secupress-label {
border-color: #2BCDC1;
color: #2BCDC1;
}
.secupress-status {
text-transform: uppercase;
letter-spacing: 0.125em;
font-weight: bold;
color: #ADB1B7;
}
.secupress-status i {
margin-right: 3px;
font-weight: normal;
font-size: 16px;
vertical-align: -2px;
}
.secupress-status-good {
color: #2BCDC1;
}
.secupress-status-bad {
color: #CB234F;
}
.secupress-status-warning {
color: #F19B12;
}
.secupress-item-details {
position: relative;
background: #ECF0F1;
color: #5A626F;
}
.secupress-mf-content .secupress-item-details {
padding: 25px 25px 25px 0;
}
.secupress-mf-content .secupress-details-icon {
padding-right: 0;
}
.secupress-item-details:before {
content: "";
position: absolute;
right: 50px; top: 0;
border-bottom: 12px solid #ECF0F1;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
.secupress-item-details.secupress-open:before {
top: -11px;
}
.secupress-details-icon .secupress-icon-i {
font-size: 2.7em;
line-height: 1;
}
.secupress-details-icon {
text-align: center;
}
.secupress-details-icon .secupress-icon-i:before {
border-width: 2px;
border-color: #ADB1B7;
color: #ADB1B7;
font-weight: 500;
}
/* Row under item title */
.secupress-row-actions .link-like {
color: #9B9B9B;
font-size: 11px;
font-weight: bold;
font-style: italic;
letter-spacing: 0.05em;
text-transform: lowercase;
}
.secupress-row-actions .link-like .icon,
.secupress-row-actions .link-like .text {
display: inline-block;
vertical-align: middle;
}
.secupress-row-actions .link-like .icon {
line-height: 0.8;
}
.secupress-row-actions .link-like .icon i {
font-size: 1.2em;
margin-right: 2px;
}
.secupress-toggle-button.hidden {
color: #333;
}
/* Step 3 particulars */
.secupress-step-by-step {
padding-right: 15px;
margin-right: 15px;
font-size: 13px;
font-weight: bold;
color: #FFF;
background: #393E46;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05), 0 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
overflow: hidden;
}
.secupress-step-by-step .text {
margin-left: .5em;
}
.secupress-step-by-step .step3-advanced-text {
min-width: 1.3em;
padding: 7px 10px;
margin-right: 8px;
margin-left: 0;
font-size: 14px;
text-align: center;
background: #F19B12;
border-radius: 0 2px 2px 0;
}
/* Col with Fix-it button */
.secupress-item-actions-fix,
.secupress-scan-actions,
.secupress-fix-result-retryfix {
padding-right: 15px;
text-align: right;
-webkit-flex-basis: 270px;
-ms-flex-preferred-size: 270px;
flex-basis: 270px;
}
.secupress-item-actions-fix {
padding-top: 10px;
}
.secupress-fix-result-retryfix {
padding-right: 0;
}
a:hover .secupress-icon-cog,
a:focus .secupress-icon-cog {
display: inline-block;
animation: 2s linear 0s infinite rotation;
transform-origin: 5.6px 7.0px 0;
}
/* Scan result and actions */
.secupress-scan-result-n-actions {
border-top: 1px solid #ECF0F1;
margin: 8px 0 0 15px;
padding: 6px 0;
color: #5A626F;
}
.secupress-item-all code {
display: inline;
padding: 2px 3px;
background: #f2f2f6;
color: #393e46;
}
.secupress-fix-result-message:not(:empty) {
padding: 0 15px 10px 0;
}
.secupress-fix-result-actions {
padding: 8px 15px;
}
.secupress-fix-result-actions .secupress-button {
text-transform: none;
}
/* If status is good */
.secupress-item-all.status-good .secupress-fix-result-actions {
display: none;
}
.secupress-fix-result-actions p {
margin: 0;
}
/* Form items used to manual fix */
.secupress-group-horizontal > input {
margin-bottom: .65em;
}
.secupress-group-horizontal > label {
margin-right: .875em;
margin-bottom: .71em;
}
ul.secupress-radio-group-vertical,
ul.secupress-checkbox-group-vertical,
.secupress-radio-group-vertical ul,
.secupress-checkbox-group-vertical ul {
margin-top: 0;
}
.secupress-radio-group-vertical li,
.secupress-checkbox-group-vertical li {
padding-left: 1.5em;
}
.wp-admin .secupress-radio-group-vertical [type="radio"],
.wp-admin .secupress-checkbox-group-vertical [type="checkbox"] {
float: left;
font-size: .875em;
margin-left: -1.714em;
margin-top: .4286em;
}
/**/
.too-many-admins-posts-wrapper,
.too-many-admins-role-wrapper {
display: none;
}
[value="delete"]:checked ~ .too-many-admins-posts-wrapper,
[value="changerole"]:checked ~ .too-many-admins-role-wrapper {
display: block;
margin-top: .5em;
}
/**
* Step 4
*/
.secupress-is-finish-report {
margin-top: 25px;
}
.secupress-is-finish-report .secupress-sg-header {
background: #393e46;
}
.secupress-is-finish-report .secupress-scans-group {
margin: 0;
box-shadow: none;
}
.secupress-is-finish-report .secupress-sgh-actions button i:before {
font-size: 32px;
font-weight: bold;
color: #FFF;
transform-origin: 10.5px 18px 0;
}
.secupress-is-finish-report .secupress-step-content-footer {
border-top: 1px solid #f2f2f6;
padding: 20px;
}
/* Go farther block */
.secupress-go-farther {
border-top: 5px solid #F2F2F6;
padding: 0 25px;
}
.secupress-summaries[aria-hidden="true"] + .secupress-go-farther {
border-top: 0;
}
.secupress-go-farther .secupress-flex {
padding: 25px 0;
}
.secupress-go-farther .secupress-col:first-child {
flex-basis: 100%;
padding-left: 0;
}
.secupress-go-farther .secupress-col:last-child {
padding-right: 0;
}
.secupress-go-farther .secupress-col-action {
flex-basis: 295px;
flex-shrink: 0;
text-align: right;
}
.secupress-go-farther .secupress-flex + .secupress-flex {
border-top: 1px solid #f2f2f6;
}
.secupress-farther-title {
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
color: #26B3A9;
}
.secupress-go-farther .secupress-farther-desc {
margin: .55em 0 .5em;
color: #5A626F;
}
/* Pro summary block */
.secupress-pro-summary {
margin-top: 4em;
}
.secupress-summary-header .secupress-col-logo {
flex-basis: 110px;
flex-grow: 0;
padding: 25px 5px 25px 25px;
}
.secupress-summary-header .secupress-text-medium {
flex-basis: 60%;
font-size: 24px;
margin-top: 0;
}
.secupress-summary-header .secupress-text-medium + p {
margin: 5px 0;
}
.secupress-summary-header .secupress-chart-legend {
margin: 10px -10px;
}
.secupress-summary-header .secupress-chart-legend li {
display: inline-block;
margin: 0 10px;
}
.secupress-summary-header .secupress-button-mini {
padding: 4px 12px 5px;
margin-right: 10px;
}
.secupress-col-summary-text {
padding-top: 17px;
padding-bottom: 17px;
}
/* Twitter block in A grade case */
[id="tweeterA"] {
margin: 2em auto 1.5em;
}
[id="tweeterA"] span {
color: #55acee;
}
[id="tweeterA"] q {
position: relative;
display: block;
padding-left: 25px;
font-size: 1.2em;
line-height: 1.7;
color: rgba(255,255,255,.65);
}
[id="tweeterA"] q:before {
content: "“";
position: absolute;
top: 0;
left: 0;
font-size: 3em;
line-height: 1;
color: rgba(255,255,255,.2);
font-family: Georgia, Times, serif;
}
[id="tweeterA"] .secupress-button {
margin-left: 23px;
}
.disabled {
border-color: #ccc;
color: #ccc;
} | 0.291082 | 0.067886 |
header{
align-items: center;
justify-content: space-between;
/* display: flex; */
/* padding: 20px 100px; */
width: auto;
padding-top: 20px;
position: relative;
z-index: 1;
}
header ul{
position: relative;
display: flex;
}
header ul li{
list-style: none;
}
header ul li a{
display: inline-block;
color: #333;
font-weight: 500;
margin-left: 50px;
text-decoration: none;
}
h1{
font-weight: 400;
font-size: 300%;
}
h2{
font-weight: 500;
}
.girraffe{
display: flex;
position: relative;
left: 700px;
top: -200px;
}
#Know{
text-decoration: none;
color: black;
list-style-position: none;
position: relative;
left: 200px;
}
#Learn{
text-decoration: none;
}
#travel{
left: 200px;
position: relative;
}
#tourism{
left: 200px;
position: relative;
}
#Learn{
display: inline-block;
margin-top: 20px;
padding: 8px 20px;
background: purple;
color: #fff;
border-radius: 40px;
font-weight: 600;
text-decoration: none;
left: 200px;
position: relative;
}
#flight {
position: relative;
top: -30px;
right: -220px;
}
#best {
position: relative;
top: -30px;
right: -220px;
}
/*
#footer {
background-color: #83FF57;
margin-bottom: 830px;
}
#footer1 {
position: relative;
top: 0px;
left: 40px;
padding-top: 70px;
}
#tembea1 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#tembea2 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#tembea3 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer2 {
position: relative;
top: -180px;
left: 380px;
}
#about1{
position: relative;
top: -160px;
left: 398px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#about2{
position: relative;
top: -160px;
left: 400px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#about3 {
position: relative;
top: -150px;
left: 398px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer3 {
position: relative;
top: -355px;
left: 750px;
}
#help1 {
position: relative;
top: -335px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help2 {
position: relative;
top: -325px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help3 {
position: relative;
top: -315px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help4 {
position: relative;
top: -305px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer4 {
position: relative;
top: -570px;
left: 1050px;
}
#insta {
position: relative;
top: -580px;
left: 1020px;
height: 66px;
}
#facebook {
position: relative;
top: -560px;
left: 1080px;
height: 66px;
}
#twitter {
position: relative;
top: -560px;
left: 1110px;
height: 66px;
}
*/
.content-footer {
background-color: #83FF57;
display: flex;
justify-content: space-around;
padding-bottom: 1em;
}
html, body {
width: 100%;
height:auto;
padding:0;
margin:0;
overflow-x: hidden;
}
.luggage{
position: relative;
right: -100px;
} | about.css | header{
align-items: center;
justify-content: space-between;
/* display: flex; */
/* padding: 20px 100px; */
width: auto;
padding-top: 20px;
position: relative;
z-index: 1;
}
header ul{
position: relative;
display: flex;
}
header ul li{
list-style: none;
}
header ul li a{
display: inline-block;
color: #333;
font-weight: 500;
margin-left: 50px;
text-decoration: none;
}
h1{
font-weight: 400;
font-size: 300%;
}
h2{
font-weight: 500;
}
.girraffe{
display: flex;
position: relative;
left: 700px;
top: -200px;
}
#Know{
text-decoration: none;
color: black;
list-style-position: none;
position: relative;
left: 200px;
}
#Learn{
text-decoration: none;
}
#travel{
left: 200px;
position: relative;
}
#tourism{
left: 200px;
position: relative;
}
#Learn{
display: inline-block;
margin-top: 20px;
padding: 8px 20px;
background: purple;
color: #fff;
border-radius: 40px;
font-weight: 600;
text-decoration: none;
left: 200px;
position: relative;
}
#flight {
position: relative;
top: -30px;
right: -220px;
}
#best {
position: relative;
top: -30px;
right: -220px;
}
/*
#footer {
background-color: #83FF57;
margin-bottom: 830px;
}
#footer1 {
position: relative;
top: 0px;
left: 40px;
padding-top: 70px;
}
#tembea1 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#tembea2 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#tembea3 {
position: relative;
top: 20px;
left: 40px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer2 {
position: relative;
top: -180px;
left: 380px;
}
#about1{
position: relative;
top: -160px;
left: 398px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#about2{
position: relative;
top: -160px;
left: 400px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#about3 {
position: relative;
top: -150px;
left: 398px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer3 {
position: relative;
top: -355px;
left: 750px;
}
#help1 {
position: relative;
top: -335px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help2 {
position: relative;
top: -325px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help3 {
position: relative;
top: -315px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#help4 {
position: relative;
top: -305px;
left: 750px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
#footer4 {
position: relative;
top: -570px;
left: 1050px;
}
#insta {
position: relative;
top: -580px;
left: 1020px;
height: 66px;
}
#facebook {
position: relative;
top: -560px;
left: 1080px;
height: 66px;
}
#twitter {
position: relative;
top: -560px;
left: 1110px;
height: 66px;
}
*/
.content-footer {
background-color: #83FF57;
display: flex;
justify-content: space-around;
padding-bottom: 1em;
}
html, body {
width: 100%;
height:auto;
padding:0;
margin:0;
overflow-x: hidden;
}
.luggage{
position: relative;
right: -100px;
} | 0.45302 | 0.077308 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300");
html {
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
color: #333;
background: #EDEDED;
}
select {
padding: 3px 5px;
border: 1px solid #DADADA;
background: #FFF;
}
header {
padding: 10px;
padding-left: calc((100% - 1080px) / 2);
padding-right: calc((100% - 1080px) / 2);
vertical-align: middle;
line-height: 1.5em;
color: #FFF;
background: #09A;
}
header > img {
margin-right: 10px;
height: 41px;
}
header h1 {
float: left;
margin: 0;
margin-right: 30px;
padding: 7px 0;
font-size: 1.3em;
height: 50px;
white-space: nowrap;
}
header h1 a {
color: inherit;
text-decoration: none;
}
header input[type=search] {
display: inline-block;
width: 50%;
padding: 5px 10px;
font-size: 1.3em;
color: #333;
vertical-align: middle;
border-radius: 5px;
border: none;
border-top: 3px solid #EAEAEA;
}
header nav {
display: block;
padding: 5px 10px 0;
font-size: 0.8em;
}
header nav a {
margin-right: 20px;
color: #FFFB;
text-decoration: none;
}
header nav a:hover {
color: #FFF;
font-weight: bold;
}
#banner {
display: block;
width: 100%;
height: 400px;
overflow: hidden;
white-space: nowrap;
background-color: #000;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}
#banner img {
visibility: hidden;
}
#filter {
display: flex;
flex-wrap: wrap;
margin: 30px auto;
max-width: 1080px;
background: #FFF;
border-radius: 5px;
}
#filter article {
display: flex;
flex: 1;
align-items: center;
padding: 10px;
}
#filter article > * {
flex: 1;
}
#filter article:last-of-type {
border-right: none;
}
#filter article h1 {
margin: 0 6px 0;
font-size: 1em;
text-align: center;
}
#products {
display: flex;
flex-wrap: wrap;
margin: 30px auto;
max-width: 1080px;
background: #FFF;
border-radius: 5px;
}
#products article {
flex: 0 0 calc(25% - 20px);
padding: 20px 10px;
height: 300px;
}
#products article:hover {
cursor: pointer;
border-radius: 5px;
box-shadow: 0 0 20px #DADADA;
}
#products article figure {
display: block;
margin: 0 auto;
line-height: 200px;
text-align: center;
}
#products article figure img {
max-width: 100%;
max-height: 200px;
vertical-align: middle;
}
#products article h1 {
}
#products article h2 {
margin: 0;
font-weight: normal;
font-size: 0.9em;
}
footer {
padding: 10px;
padding-left: calc((100% - 1080px) / 2);
padding-right: calc((100% - 1080px) / 2);
font-size: 0.8em;
background: #FFF;
border-top: 1px solid #DADADA;
} | style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300");
html {
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
color: #333;
background: #EDEDED;
}
select {
padding: 3px 5px;
border: 1px solid #DADADA;
background: #FFF;
}
header {
padding: 10px;
padding-left: calc((100% - 1080px) / 2);
padding-right: calc((100% - 1080px) / 2);
vertical-align: middle;
line-height: 1.5em;
color: #FFF;
background: #09A;
}
header > img {
margin-right: 10px;
height: 41px;
}
header h1 {
float: left;
margin: 0;
margin-right: 30px;
padding: 7px 0;
font-size: 1.3em;
height: 50px;
white-space: nowrap;
}
header h1 a {
color: inherit;
text-decoration: none;
}
header input[type=search] {
display: inline-block;
width: 50%;
padding: 5px 10px;
font-size: 1.3em;
color: #333;
vertical-align: middle;
border-radius: 5px;
border: none;
border-top: 3px solid #EAEAEA;
}
header nav {
display: block;
padding: 5px 10px 0;
font-size: 0.8em;
}
header nav a {
margin-right: 20px;
color: #FFFB;
text-decoration: none;
}
header nav a:hover {
color: #FFF;
font-weight: bold;
}
#banner {
display: block;
width: 100%;
height: 400px;
overflow: hidden;
white-space: nowrap;
background-color: #000;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}
#banner img {
visibility: hidden;
}
#filter {
display: flex;
flex-wrap: wrap;
margin: 30px auto;
max-width: 1080px;
background: #FFF;
border-radius: 5px;
}
#filter article {
display: flex;
flex: 1;
align-items: center;
padding: 10px;
}
#filter article > * {
flex: 1;
}
#filter article:last-of-type {
border-right: none;
}
#filter article h1 {
margin: 0 6px 0;
font-size: 1em;
text-align: center;
}
#products {
display: flex;
flex-wrap: wrap;
margin: 30px auto;
max-width: 1080px;
background: #FFF;
border-radius: 5px;
}
#products article {
flex: 0 0 calc(25% - 20px);
padding: 20px 10px;
height: 300px;
}
#products article:hover {
cursor: pointer;
border-radius: 5px;
box-shadow: 0 0 20px #DADADA;
}
#products article figure {
display: block;
margin: 0 auto;
line-height: 200px;
text-align: center;
}
#products article figure img {
max-width: 100%;
max-height: 200px;
vertical-align: middle;
}
#products article h1 {
}
#products article h2 {
margin: 0;
font-weight: normal;
font-size: 0.9em;
}
footer {
padding: 10px;
padding-left: calc((100% - 1080px) / 2);
padding-right: calc((100% - 1080px) / 2);
font-size: 0.8em;
background: #FFF;
border-top: 1px solid #DADADA;
} | 0.371821 | 0.116161 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*=====================================
FUENTES
======================================*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: normal;
src: url(../fonts/fa-brands-400.eot);
src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(../fonts/fa-regular-400.eot);
src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(../fonts/fa-solid-900.eot);
src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
font-family: "Font Awesome 5 Free";
}
.fa, .fas {
font-weight: 900;
}
/*=====================================
ALL COMMON STYLE
======================================*/
* {
margin: 0px;
padding: 0px;
outline: 0px;
}
img {
vertical-align: middle;
}
a {
text-decoration: none;
display: inline-block;
}
a:hover {
text-decoration: none;
}
ul,
ol {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span,
label {
margin-bottom: 0px;
}
html,
body {
scroll-behavior: smooth;
}
body {
color: #777777;
font-size: 16px;
font-weight: 400;
font-family: "Poppins", sans-serif;
line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
color: #2a2a2a;
font-weight: 700;
}
h1 {
font-size: 35px;
line-height: 48px;
}
h2 {
font-size: 35px;
line-height: 45px;
}
h3 {
font-size: 32px;
line-height: 42px;
}
h4 {
font-size: 22px;
line-height: 32px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input::placeholder,
textarea::placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
button:focus {
outline: none;
}
/*=====================================
GEAR BUTTON PART STYLE
======================================*/
.gear-btn {
position: fixed;
top: 30%;
right: 0px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
background: #ffffff;
border-radius: 30px 0px 0px 30px;
-webkit-box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.3);
box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.3);
z-index: 2;
}
.gear-btn img {
width: 20px;
border-radius: 50%;
}
/*=====================================
BACK2TOP BUTTON PART STYLE
======================================*/
.back2top-btn {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 2;
display: none;
}
.back2top-btn i {
width: 48px;
height: 48px;
font-size: 16px;
color: #ffffff;
line-height: 48px;
text-align: center;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#fe6347), to(#ee563b));
background: linear-gradient(#fe6347, #ee563b);
-webkit-box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
-webkit-animation: mahmud 2s infinite;
animation: mahmud 2s infinite;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
@-webkit-keyframes mahmud {
0% {
margin-bottom: 0px;
}
50% {
margin-bottom: 15px;
}
}
@keyframes mahmud {
0% {
margin-bottom: 0px;
}
50% {
margin-bottom: 15px;
}
}
@media (max-width: 575px) {
.back2top-btn i {
width: 42px;
height: 42px;
line-height: 42px;
font-size: 14px;
}
}
/*=====================================
FORM ROUND GRID STYLE
======================================*/
.form-round-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #ffffff;
border-radius: 30px;
padding: 6px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.form-round-grid input {
width: 293px;
height: 45px;
border: none;
background: transparent;
padding: 0px 20px;
}
.form-round-grid .btn {
padding: 0px;
}
.form-round-grid .btn i {
margin: 0px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
}
.form-round-grid .btn-inline:hover {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
@media (max-width: 1199px) {
.form-round-grid input {
width: 83%;
}
}
/*=====================================
NAVBAR SEARCH STYLE
======================================*/
.navbar-src {
height: 50px;
padding: 10px;
border-radius: 40px;
background: #ffffff;
margin-left: 15px;
}
.navbar-src:focus-within input {
width: 200px;
padding-left: 15px;
}
.navbar-src:focus-within a {
font-size: 12px;
color: #ffffff;
background: #fe6347;
}
.navbar-src input {
border: none;
background: none;
width: 0px;
float: left;
color: #2a2a2a;
font-size: 15px;
line-height: 30px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-src input::-webkit-input-placeholder {
color: #e7e7e7;
}
.navbar-src input:-ms-input-placeholder {
color: #e7e7e7;
}
.navbar-src input::-ms-input-placeholder {
color: #e7e7e7;
}
.navbar-src input::placeholder {
color: #e7e7e7;
}
.navbar-src a {
border: none;
float: right;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: #fe6347;
background: transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-src a:hover {
color: #fff;
}
/*=====================================
CONTACT FORM STYLE
======================================*/
.input-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.input-grid input {
width: 100%;
margin: 10px;
border: none;
outline: none;
height: 50px;
padding: 0px 20px;
border-radius: 30px;
color: #2a2a2a;
background: #e7e7e7;
border: 1px solid transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.input-grid input:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.input-grid textarea {
border: none;
outline: none;
resize: none;
padding: 20px;
margin: 10px;
border-radius: 30px;
height: 200px;
width: 100%;
border: 1px solid transparent;
color: #2a2a2a;
background: #e7e7e7;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.input-grid textarea:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
::-webkit-file-upload-button {
border: none;
outline: none;
background: transparent;
text-transform: capitalize;
margin-top: 9px;
cursor: pointer;
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
.input-btn .btn {
margin: 30px 0px 0px 10px;
}
@media (max-width: 767px) {
.input-grid input {
width: 100%;
}
}
@media (max-width: 991px) {
.contact-form {
text-align: center;
margin-bottom: 50px;
}
.input-grid {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.input-btn .btn {
margin: 30px 0px 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.input-grid input {
width: 245px;
}
}
/*=====================================
INNER PORTFOLIO SEARCH STYLE
======================================*/
.port-src {
text-align: center;
margin-bottom: 35px;
}
.port-form {
padding: 7px;
border-radius: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #ffffff;
display: inline-block;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.port-form input {
border: none;
width: 320px;
height: 50px;
padding: 0px 20px;
background: transparent;
}
.port-form .btn-inline:hover {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
@media (max-width: 575px) {
.port-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 15px;
padding: 15px 10px;
}
.port-form input {
width: 100%;
border-bottom: 1px solid #e8e8e8;
}
.port-form .custom-select {
width: 100%;
height: 45px;
border-left: none;
margin-bottom: 15px;
border-bottom: 1px solid #e8e8e8;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.port-form input {
width: 215px;
}
}
/*=====================================
FORM BLOCK STYLE
======================================*/
.form-block input {
width: 100%;
margin: 10px;
border: none;
outline: none;
height: 50px;
padding: 0px 20px;
border-radius: 30px;
color: #2a2a2a;
background: #e7e7e7;
border: 1px solid transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.form-block input:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.form-block textarea {
border: none;
outline: none;
resize: none;
padding: 20px;
margin: 10px;
border-radius: 30px;
height: 200px;
width: 100%;
border: 1px solid transparent;
color: #2a2a2a;
background: #e7e7e7;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.form-block textarea:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.form-block .btn {
width: 100%;
margin: 10px;
}
/*=====================================
ALL BUTTON STYLE
======================================*/
.btn {
border: none;
font-size: 14px;
font-weight: 500;
padding: 16px 35px;
border-radius: 50px;
text-transform: uppercase;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.btn:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn i {
margin-right: 8px;
margin-top: -1px;
}
.duel-btn .btn {
margin-right: 15px;
}
.duel-btn .btn:nth-child(1) {
background: #2a2a2a;
}
.duel-btn .btn:nth-child(2):hover {
background: #fe6347;
}
.btn-inline {
color: #ffffff;
background: #fe6347;
}
.btn-inline:hover {
color: #ffffff;
background: #2a2a2a;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
}
.btn-outline {
color: #fe6347;
background: #ffffff;
border: 1px solid #fe6347;
}
.btn-outline:hover {
color: #ffffff;
background: #fe6347;
}
.btn-light {
color: #555555;
background: #e7e7e7;
}
.btn-light:hover {
background: #dfdfdf;
}
@media (max-width: 450px) {
.duel-btn {
width: 210px;
margin: 0 auto;
text-align: center;
}
.duel-btn .btn {
margin: 8px 0px;
}
}
@media (min-width: 451px) and (max-width: 575px) {
.duel-btn .btn {
margin: 0px 8px;
}
}
/*=====================================
DROPDOWN MENU STYLE
======================================*/
.navbar-dropdown {
position: relative;
}
.navbar-dropdown:hover .dropdown-list {
visibility: visible;
opacity: 1;
top: 98px;
}
.dropdown-indicator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.dropdown-indicator span {
margin-right: 5px;
}
.dropdown-indicator i {
font-size: 10px;
}
.dropdown-list {
position: absolute;
top: 130px;
left: 0px;
z-index: 1;
width: 240px;
opacity: 0;
overflow: hidden;
visibility: hidden;
border-radius: 3px;
background: #ffffff;
border-top: 2px solid #fe6347;
-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-list li {
border-bottom: 1px solid #e8e8e8;
}
.dropdown-list li:last-child {
border-bottom: none;
}
.dropdown-link {
width: 100%;
font-size: 14px;
font-weight: 500;
padding: 12px 25px;
color: #777777;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-link:hover {
color: #ffffff;
background: #fe6347;
}
.dropdown-toggle::after {
margin-left: 2px;
}
@media (max-width: 1270px) {
.navbar-dropdown {
position: inherit;
}
.dropdown-indicator {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dropdown-indicator i {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-indicator.active i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.dropdown-list {
position: inherit;
visibility: visible;
opacity: 1;
width: 100%;
display: none;
}
}
/*=====================================
ALL ICON STYLE
======================================*/
.icon {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
font-size: 16px;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.icon-inline {
color: #ffffff;
background: #fe6347;
}
.icon-inline:hover {
color: #ffffff;
background: #2a2a2a;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
}
.icon-outline {
color: #555555;
background: #ffffff;
border: 1px solid #e8e8e8;
}
.icon-outline:hover {
color: #ffffff;
background: #fe6347;
}
.icon-light {
color: #555555;
background: #e7e7e7;
}
.icon-light:hover {
background: #dfdfdf;
}
@media (max-width: 400px) {
.icon {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
}
@media (min-width: 401px) and (max-width: 991px) {
.icon {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 16px;
}
}
/*=====================================
SLIDER ARROW STYLE
======================================*/
.dandik,
.bamdik {
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
color: #ffffff;
background: #fe6347;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
cursor: pointer;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dandik:hover,
.bamdik:hover {
color: #ffffff;
background: #2a2a2a;
}
.dandik {
top: 50%;
right: -15px;
}
.bamdik {
top: 50%;
left: -15px;
}
@media (min-width: 576px) and (max-width: 1199px) {
.dandik {
right: 0px;
}
.bamdik {
left: 0px;
}
}
/*=====================================
BREADCRUMB PART STYLE
======================================*/
.breadcrumb {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0px;
margin-bottom: 0px;
background: none;
border-radius: 0px;
}
.breadcrumb-item {
text-transform: capitalize;
}
.breadcrumb-item a {
color: #ffffff;
text-transform: capitalize;
}
.breadcrumb-item a:hover {
text-decoration: underline;
}
.breadcrumb-item.active {
color: #dddddd;
}
.breadcrumb-item + .breadcrumb-item::before {
color: #ffffff;
}
/*=====================================
SELECT OPTION STYLE
======================================*/
.custom-select {
border-radius: 0px;
border: none;
width: 120px;
font-size: 14px;
border-left: 1px solid #e8e8e8;
cursor: pointer;
}
.custom-select:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/*=====================================
PAGINATION PART STYLE
======================================*/
.pagination {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-item {
margin: 0px 6px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
border-radius: 50%;
}
.page-item .active {
color: #ffffff;
background: #fe6347;
}
.page-link {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: none;
padding: 0px;
color: #777777;
background: #ffeded;
}
.page-link:hover {
color: #ffffff;
background: #fe6347;
}
.page-link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/*=====================================
NAV-TABS BUTTON STYLE
======================================*/
.nav {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nav-tabs li {
width: 100%;
}
.nav-tabs li .nav-link {
width: 100%;
border: none;
padding: 16px 0px;
border-radius: 5px;
text-align: center;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #2a2a2a;
border-bottom: 3px solid transparent;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.nav-tabs li .nav-link:hover {
border-color: transparent;
}
.nav-tabs li .active {
color: #fe6347 !important;
background: #ffeded !important;
border-color: #fe6347 !important;
}
.tab-pane {
padding: 50px 50px 0px;
display: none;
}
.tab-pane.active {
display: block;
}
@media (max-width: 575px) {
.nav-tabs li .nav-link {
font-size: 12px;
padding: 10px 0px;
}
.tab-pane {
padding: 30px 0px;
}
}
/*=====================================
STAR RATING STYLE
======================================*/
.star-rating {
direction: rtl;
margin: 0px 0px 25px 15px;
}
.star-rating input {
display: none;
}
.star-rating input:checked ~ label::after {
opacity: 1;
}
.star-rating label {
display: inline-block;
position: relative;
cursor: pointer;
margin-right: 15px;
}
.star-rating label:hover::after {
opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
opacity: 1;
}
.star-rating label::before {
content: "\f005";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 35px;
display: block;
color: #dfdfdf;
}
.star-rating label::after {
content: "\f005";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 35px;
position: absolute;
display: block;
top: 0px;
left: 0px;
color: #ffcc23;
opacity: 0;
}
/*=====================================
SECTION HEADING STYLE
======================================*/
.section-heading {
text-align: center;
margin-bottom: 48px;
}
.section-heading p {
font-size: 18px;
font-weight: 600;
letter-spacing: 3px;
color: #2a2a2a;
text-transform: uppercase;
margin-bottom: 18px;
}
.section-heading p span {
color: #fe6347;
}
.section-heading h2 {
margin: 0 auto;
text-align: center;
}
@media (max-width: 767px) {
.section-heading {
margin-bottom: 25px;
}
.section-heading p {
font-size: 16px;
}
.section-heading h2 {
font-size: 24px;
line-height: 32px;
}
}
/*=====================================
RESUME CARD STYLE
======================================*/
.resume-card {
width: 100%;
border-radius: 8px;
background: #ffffff;
padding: 50px 0px 45px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.resume-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background: #fe6347;
}
.resume-card:hover h4 {
color: #fe6347;
background: #ffffff;
}
.resume-card:hover ul li i,
.resume-card:hover ul li h5,
.resume-card:hover ul li h6 {
color: #ffffff;
}
.resume-card span {
color: #ffdddd;
font-size: 70px;
position: absolute;
top: 50px;
right: 25px;
}
.resume-card h4 {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: capitalize;
display: inline-block;
color: #ffffff;
background: #fe6347;
margin-bottom: 30px;
padding: 15px 30px 15px 30px;
border-radius: 0px 30px 30px 0px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.resume-card ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.resume-card ul li:nth-child(1) {
margin-right: 30px;
}
.resume-card ul li i {
color: #777777;
display: block;
font-size: 45px;
}
.resume-card ul li h5 {
font-weight: 500;
text-transform: capitalize;
margin-bottom: 12px;
}
.resume-card ul li h6 {
color: #e44a00;
font-weight: 500;
text-transform: capitalize;
}
/*=====================================
REFERENCE PART STYLE
======================================*/
.refer-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.refer-img {
border-radius: 50%;
border: 5px solid #fe6347;
-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
}
.refer-img img {
width: 250px;
height: 250px;
border-radius: 50%;
border: 5px solid #fff;
}
.refer-content {
width: 100%;
text-align: center;
padding: 35px 45px;
border-radius: 8px;
background: #ffffff;
-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
position: relative;
}
.refer-content h4 {
text-transform: capitalize;
margin-bottom: 5px;
}
.refer-content p {
font-weight: 500;
}
.refer-content p span {
display: block;
}
.refer-contact {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 105px;
}
.refer-contact li {
display: inline-block;
margin: 0px 5px;
}
.refer-contact .icon {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
/*=====================================
SERVICE CARD STYLE
======================================*/
.service-card {
margin-bottom: 30px;
background: #ffffff;
text-align: center;
padding: 60px 40px 65px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
position: relative;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.service-card:hover::after {
-webkit-clip-path: circle(75%);
clip-path: circle(75%);
}
.service-card:hover i {
visibility: hidden;
}
.service-card:hover h4,
.service-card:hover p {
color: #ffffff;
}
.service-card::after {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 10px;
background: #fe6347;
-webkit-clip-path: circle(20% at 100% 0%);
clip-path: circle(20% at 100% 0%);
z-index: -1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card h3 {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: #ffffff;
font-size: 24px;
font-weight: 500;
position: absolute;
top: 5px;
right: 5px;
}
.service-card span {
position: absolute;
top: 15px;
left: 15px;
color: #f7f7f7;
font-size: 80px;
line-height: 80px;
}
.service-card i {
color: #fe6347;
font-size: 45px;
line-height: 45px;
display: inline-block;
margin-bottom: 18px;
}
.service-card h4 {
color: #2a2a2a;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 35px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card p {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-ghape {
margin-top: -80px;
}
/*=====================================
PORTFOLIO CARD STYLE
======================================*/
.port-card {
margin: 0px 25px;
border-radius: 8px;
position: relative;
}
.port-card:hover .port-oly {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center;
transform-origin: center;
}
.port-img img {
width: 100%;
border-radius: 8px;
}
.port-oly {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 8px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: scale(0);
transform: scale(0);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.port-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 160px;
}
.port-btn .btn {
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
padding: 10px 25px;
margin: 12px 0px;
border-radius: 5px;
letter-spacing: 0.3px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.port-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.port-btn .btn-inline:hover {
color: #fff;
background: #fe6347;
}
.port-text {
position: absolute;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
padding: 0px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.port-text h6 {
color: #ffffff;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.3px;
margin-left: 15px;
position: relative;
}
.port-text h6::before {
position: absolute;
content: "";
top: 50%;
left: -15px;
width: 3px;
height: 100%;
background: #fe6347;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.port-text a {
width: 38px;
height: 36px;
line-height: 36px;
text-align: center;
border-radius: 8px;
font-size: 16px;
background: #dddddd;
color: #2a2a2a;
}
.port-text a:hover {
color: #ffffff;
background: #fe6347;
}
/*=====================================
SKILLS CARD STYLE
======================================*/
.skills-card {
background: #ffffff;
text-align: center;
border-radius: 5px;
padding: 30px 0px 0px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
.skills-card:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
background: #fe6347;
}
.skills-card:hover .skills-img {
background: #ffffff;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.skills-card:hover .skills-img img {
height: 35px;
}
.skills-card:hover .skills-name p {
color: #ffffff;
}
.skills-img {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
margin: 0px auto 30px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.skills-img img {
width: auto;
height: 60px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.skills-name {
border-top: 1px solid #e8e8e8;
}
.skills-name p {
color: #2a2a2a;
font-weight: 600;
text-transform: uppercase;
padding: 8px 0px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
/*=====================================
COUNTER CARD STYLE
======================================*/
.counter-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.counter-card i {
font-size: 70px;
line-height: 70px;
margin-right: 25px;
}
.count-1 i {
background: -webkit-linear-gradient(#38ef7d, #35df76);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.count-2 i {
background: -webkit-linear-gradient(#fc4a1a, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.count-3 i {
background: -webkit-linear-gradient(#ADD100, #a1c004);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.counter-info h3 {
color: #fff;
font-size: 45px;
font-weight: 600;
margin-bottom: 13px;
}
.counter-info p {
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
}
/*=====================================
PRICING CARD STYLE
======================================*/
.pricing-card {
text-align: center;
border-radius: 10px;
margin: 0px 8px;
padding: 30px 50px 30px;
-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background: #fe6347;
}
.pricing-card:hover h3,
.pricing-card:hover h4,
.pricing-card:hover p,
.pricing-card:hover .pricing-list li {
color: #ffffff;
}
.pricing-card:hover p::before {
background: #ff9683;
}
.pricing-card:hover .pricing-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.pricing-card h3 {
font-size: 20px;
font-weight: 600;
color: #ffffff;
margin-bottom: 80px;
text-transform: capitalize;
position: relative;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card h3::before {
position: absolute;
content: "";
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 120px;
height: 130px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9068), to(#ff4b1f));
background-image: linear-gradient(#ff9068, #ff4b1f);
z-index: -1;
border-radius: 30px 0px 50% 50%;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.pricing-card h4 {
font-size: 42px;
font-weight: 600;
letter-spacing: -2px;
color: #2a2a2a;
margin-bottom: 3px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card p {
color: #555555;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 45px;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card p::before {
position: absolute;
content: "";
bottom: -23px;
left: 0px;
width: 100%;
height: 1px;
background: #e8e8e8;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-list {
text-align: left;
list-style: disc;
margin-bottom: 35px;
display: inline-block;
}
.pricing-list li {
color: #555555;
text-transform: capitalize;
padding-left: 10px;
margin-bottom: 20px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-list li:last-child {
margin-bottom: 0px;
}
.pricing-btn .btn {
color: #ffffff;
background: #2a2a2a;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-recom {
-webkit-transform: scale(1.1);
transform: scale(1.1);
background: #fe6347;
}
.pricing-recom:hover {
-webkit-transform: scale(1.1) translateY(-3px);
transform: scale(1.1) translateY(-3px);
}
.pricing-recom h3,
.pricing-recom h4,
.pricing-recom p,
.pricing-recom .pricing-list li {
color: #ffffff;
}
.pricing-recom p::before {
background: #ff9683;
}
.pricing-recom .pricing-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
/*=====================================
TESTIMONIAL CARD STYLE
======================================*/
.testi-card {
margin: 0px 15px;
padding: 45px 30px 40px;
text-align: center;
border-radius: 10px;
position: relative;
overflow: hidden;
background: #fff3f3;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-card:hover {
background: #fe6347;
}
.testi-card:hover .testi-quote p,
.testi-card:hover .testi-meta h5,
.testi-card:hover .testi-meta p {
color: #ffffff;
}
.testi-card i {
position: absolute;
bottom: 10px;
right: -50px;
font-size: 150px;
color: #ffbbbb;
}
.testi-quote {
margin-bottom: 30px;
}
.testi-quote p {
font-size: 18px;
color: #555555;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta h5 {
font-weight: 600;
margin-bottom: 2px;
color: #2a2a2a;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta p {
font-weight: 500;
margin-bottom: 7px;
color: #2a2a2a;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta a {
border-radius: 50%;
border: 2px solid #fe6347;
}
.testi-meta a img {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px solid #ffffff;
}
/*=====================================
BLOG CARD STYLE
======================================*/
.blog-card {
border-radius: 10px;
margin-bottom: 50px;
}
.blog-card:hover .blog-oly {
background: rgba(0, 0, 0, 0.3);
}
.blog-card:hover .blog-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.blog-card:hover .blog-text h4 a {
color: #fe6347;
}
.blog-img {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 22px;
}
.blog-img img {
width: 100%;
height: auto;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-oly {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 10px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-oly p {
position: absolute;
top: 25px;
left: 25px;
padding: 4px 12px;
background: #fe6347;
border-radius: 5px;
color: #ffffff;
font-size: 13px;
line-height: 22px;
text-transform: capitalize;
}
.blog-content {
padding: 0px 15px;
}
.blog-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 12px;
}
.blog-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-meta li i {
margin-right: 8px;
}
.blog-meta li p {
font-size: 15px;
text-transform: capitalize;
}
.blog-text {
margin-bottom: 20px;
}
.blog-text h4 {
font-weight: 500;
}
.blog-text h4 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog-link li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-link li i {
font-size: 18px;
margin-right: 10px;
}
.blog-link li p {
font-size: 15px;
text-transform: capitalize;
}
.blog-link li a {
font-size: 13px;
line-height: 20px;
padding: 6px 25px;
}
/*=====================================
BLOG SUGGEST CARD STYLE
======================================*/
.blog-suggest {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 28px;
padding-bottom: 28px;
border-bottom: 1px solid #e8e8e8;
}
.suggest-img a img {
width: 100px;
height: auto;
border-radius: 10px;
margin-right: 15px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.suggest-title {
margin-bottom: 18px;
}
.suggest-title h6 {
font-weight: 600;
line-height: 24px;
}
.suggest-title h6 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-title h6 a:hover {
color: #fe6347;
}
.suggest-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.suggest-date i {
margin-right: 10px;
}
.suggest-date p {
font-size: 14px;
text-transform: capitalize;
}
/*=====================================
FEATURE CARD STYLE
======================================*/
.feature-card {
width: 180px;
margin: 0px 25px;
text-align: center;
border-radius: 8px;
padding: 30px 15px 35px;
background: #ffeded;
}
.feature-card:hover i {
color: #fff;
background: #fe6347;
}
.feature-card i {
width: 55px;
height: 55px;
font-size: 24px;
line-height: 55px;
text-align: center;
color: #fe6347;
background: #ffffff;
border-radius: 50%;
margin-bottom: 25px;
display: inline-block;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.feature-card h6 {
font-weight: 500;
text-transform: capitalize;
}
/*======================================
NAVBAR PART STYLE
=======================================*/
.navbar-part {
padding: 0px 15px;
background: #2a2a2a;
}
.navbar-part .container {
max-width: 1300px;
}
.navbar-fixed {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 2;
background: #2a2a2a;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.navbar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-logo img {
width: 180px;
/*padding: 10px;*/
}
.navbar-toggle {
border: none;
outline: none;
background: none;
display: none;
}
.navbar-toggle i {
background: #fe6347;
color: #ffffff;
border-radius: 3px;
padding: 8px 10px;
font-size: 16px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-toggle i:hover {
color: #ffffff;
background: #2a2a2a;
}
.navbar-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-cross {
position: absolute;
top: 15px;
left: 15px;
display: none;
}
.navbar-cross i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
font-size: 16px;
color: #2a2a2a;
background: #ffffff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-cross i:hover {
color: #ffffff;
background: #fe6347;
}
.navbar-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-link {
font-size: 15px;
font-weight: 500;
padding: 20px 15px;
color: #ffffff;
-webkit-transform: skewX(-10deg);
transform: skewX(-10deg);
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-link:hover {
color: #ffffff;
background: #fe6347;
}
.navbar-item.active .navbar-link {
color: #ffffff;
background: #fe6347;
}
.navbar-btn {
margin-left: 25px;
}
@media (max-width: 1270px) {
.navbar-part {
padding: 8px 15px;
}
.navbar-logo img {
width: 130px;
}
.navbar-toggle {
display: block;
}
.navbar-slide {
position: fixed;
top: 0px;
right: -260px;
z-index: 3;
width: 250px;
height: 100vh;
padding: 70px 15px 0px;
overflow-y: scroll;
overflow-x: hidden;
background: #2a2a2a;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: all linear .4s;
transition: all linear .4s;
}
.navbar-slide.active {
right: 0px;
}
.navbar-cross {
display: block;
}
.navbar-list {
width: 100%;
display: block;
margin-bottom: 30px;
}
.navbar-list li {
border-bottom: 1px solid #e8e8e8;
}
.navbar-link {
width: 100%;
padding: 12px 15px;
}
.navbar-src {
margin-left: 0px;
margin-bottom: 15px;
}
.navbar-src:focus-within input {
width: 160px;
}
.navbar-btn {
margin-left: 0px;
width: 100%;
}
.navbar-btn .btn {
display: block;
padding: 14px 0px;
margin-bottom: 50px;
}
}
/*=====================================
CONTACT PART STYLE
======================================*/
.contact-part {
padding: 142px 0px 0px;
}
.contact-heading h2 {
width: 420px;
}
.contact-address {
text-align: center;
}
.contact-address:hover .address-icon .icon-inline {
color: #ffffff;
background: #fe6347;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.address-icon {
margin-bottom: 28px;
}
.address-icon .icon-inline {
color: #ffffff;
background: #2a2a2a;
}
.address-text h4 {
line-height: 20px;
margin-bottom: 22px;
text-transform: capitalize;
}
.address-text p {
color: #2a2a2a;
line-height: 24px;
}
.address-text p span {
display: block;
margin-top: 8px;
}
.contact-img img {
width: 100%;
}
@media (max-width: 767px) {
.contact-part {
padding: 60px 0px 0px;
}
.contact-part .mb-5 {
margin-bottom: 10px !important;
}
.contact-heading h2 {
width: 100%;
}
.contact-address {
margin-bottom: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.address-text p {
font-size: 15px;
}
}
/*=====================================
FOOTER PART STYLE
======================================*/
.footer-part {
padding: 70px 0px 60px;
margin-top: 80px;
background-color: #2a2a2a;
}
.footer-logo {
text-align: center;
margin-bottom: 30px;
}
.footer-logo a img {
width: 160px;
}
.footer-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
}
.footer-icon li {
margin: 0px 15px;
}
.footer-icon li .icon-inline {
background: #fff;
color: #2a2a2a
}
.footer-icon li .icon-inline:hover {
background: #fe6347;
color: #fff;
transition: .5s;
}
.footer-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-text li {
padding: 0px 25px;
border-right: 2px solid #999999;
}
.footer-text li:last-child {
border-right: none;
}
.footer-text li h6 {
font-weight: 400;
color: #777777
}
.footer-text li h6 span {
color: #fe6347;
}
.footer-text li h6 a {
color: #fe6347;
}
@media (max-width: 767px) {
.footer-part {
padding: 60px 0px;
}
.footer-logo a img {
width: 145px;
}
.footer-icon {
margin-bottom: 45px;
}
.footer-icon li {
margin: 0px 10px;
}
.footer-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-text li {
padding: 0px;
border: none;
margin: 5px 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-part {
padding: 60px 0px;
}
}
/*=====================================
INNER BANNER PART STYLE
======================================*/
.inner-banner {
background: url(../../images/inner-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.inner-oly {
background: rgba(209, 65, 40, 0.9);
padding: 98px 0px 175px;
}
.inner-content {
text-align: center;
}
.inner-content h1 {
font-size: 38px;
line-height: 46px;
color: #ffffff;
text-transform: capitalize;
letter-spacing: 0.5px;
margin-bottom: 15px;
}
@media (max-width: 575px) {
.inner-oly {
padding: 60px 0px 118px;
}
.inner-content h1 {
font-size: 35px;
line-height: 43px;
}
}
/*=====================================
BANNER PART STYLE
======================================*/
.banner-part {
background: #fcfcfd;
overflow: hidden;
position: relative;
}
.banner-part .container {
position: relative;
}
.banner-bg {
background: url(../img/images/banner-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 120px 0px;
}
.circle-shape {
position: absolute;
top: 93px;
right: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
height: auto;
opacity: 0.5;
-webkit-animation: hasan 4s linear infinite;
animation: hasan 4s linear infinite;
}
@-webkit-keyframes hasan {
0% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
}
@keyframes hasan {
0% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
}
.star-shape {
position: absolute;
right: 0px;
bottom: -135px;
width: auto;
height: 120px;
opacity: 0.5;
-webkit-animation: miron 4s linear infinite;
animation: miron 4s linear infinite;
}
@-webkit-keyframes miron {
0% {
-webkit-transform: rotate(180deg) scale(1.2);
transform: rotate(180deg) scale(1.2);
}
50% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
100% {
-webkit-transform: rotate(-180deg) scale(1.2);
transform: rotate(-180deg) scale(1.2);
}
}
@keyframes miron {
0% {
-webkit-transform: rotate(180deg) scale(1.2);
transform: rotate(180deg) scale(1.2);
}
50% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
100% {
-webkit-transform: rotate(-180deg) scale(1.2);
transform: rotate(-180deg) scale(1.2);
}
}
.banner-img img {
width: auto;
height: 400px;
}
.banner-icon {
margin-bottom: 35px;
}
.banner-icon li {
display: inline-block;
margin-right: 18px;
}
.banner-text {
margin-bottom: 45px;
}
.banner-text span {
font-size: 22px;
font-weight: 500;
color: #2a2a2a;
text-transform: capitalize;
margin-bottom: 13px;
}
.banner-text h1 {
margin-bottom: 25px;
}
@media (max-width: 767px) {
.banner-bg {
padding: 40px 0px 50px;
background-position: right;
}
.circle-shape {
display: none;
}
.banner-img {
margin-bottom: 45px;
}
.banner-img img {
width: 100%;
height: auto;
}
.banner-content {
text-align: center;
}
.banner-icon li {
margin: 0px 5px;
}
.banner-text {
margin-bottom: 35px;
}
.banner-text h1 {
font-size: 30px;
line-height: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.banner-img img {
width: 100%;
height: auto;
}
.banner-icon li {
margin-right: 15px;
}
.banner-text {
margin-bottom: 40px;
}
.banner-text h1 {
font-size: 32px;
line-height: 42px;
}
.banner-btn .btn {
padding: 14px 22px;
margin-right: 10px;
}
.banner-btn .btn:nth-child(2) {
margin-right: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.banner-img img {
width: 100%;
height: auto;
}
}
/*=====================================
RESUME PART STYLE
======================================*/
.resume-part {
padding: 143px 0px 0px;
}
.resume-heading h2 {
width: 440px;
}
.resume-cate-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.resume-cate-btn li {
margin: 15px 25px;
}
.cate-btn {
border: none;
width: 130px;
padding: 30px 0px;
border-radius: 8px;
text-align: center;
color: #777777;
background: #ffffff;
-webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
}
.cate-btn i {
font-size: 22px;
margin-bottom: 10px;
}
.cate-btn span {
display: block;
text-transform: capitalize;
}
.cate-btn.active {
color: #ffffff;
background: #fe6347;
}
@media (max-width: 767px) {
.resume-part {
padding: 60px 0px 0px;
}
.resume-heading h2 {
width: 100%;
}
.resume-cate-btn {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.resume-cate-btn li {
margin: 10px;
}
.cate-btn {
width: 107px;
padding: 25px 0px;
}
.cate-btn i {
font-size: 20px;
}
.cate-btn p {
font-size: 15px;
}
}
/*=====================================
ABOUT PART STYLE
======================================*/
.about-part {
padding: 40px 0px 0px;
}
.about-summery {
margin-bottom: 35px;
}
.about-summery h3 {
font-weight: 600;
margin-bottom: 30px;
}
.about-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 40px;
}
.about-list ul:first-child {
margin-right: 40px;
}
.about-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 18px;
}
.about-list li:last-child {
margin-bottom: 0px;
}
.about-list li h6 {
text-transform: capitalize;
font-weight: 600;
margin-right: 15px;
}
.about-list li p {
font-weight: 500;
}
.about-img img {
width: auto;
height: 450px;
margin-left: 50px;
}
.exper-part,
.edu-part,
.refer-part {
padding: 80px 0px 0px;
display: none;
}
@media (max-width: 767px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 40px 0px 0px;
}
.about-summery {
margin-bottom: 30px;
}
.about-summery h3 {
font-size: 26px;
line-height: 36px;
margin-bottom: 18px;
}
.about-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 15px;
}
.about-list ul {
margin-bottom: 18px;
}
.about-btn {
margin-bottom: 30px;
}
.about-img img {
display: none;
}
.resume-card ul {
margin: 0px 18px;
}
.refer-card {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.refer-content {
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 60px 0px 0px;
}
.resume-card ul {
margin: 0px 22px;
}
.refer-card {
margin-bottom: 30px;
}
.about-img img {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 60px 0px 0px;
}
.about-list ul:nth-child(1) {
margin-right: 45px;
}
.about-list ul li h6 {
font-size: 15px;
margin-right: 8px;
}
.about-list ul li p {
font-size: 15px;
}
.about-img img {
width: 100%;
height: auto;
margin-left: 0px;
}
.refer-img img {
width: 215px;
height: 215px;
}
.refer-content {
padding: 35px 25px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.about-img img {
width: 100%;
height: auto;
margin-left: 0px;
}
}
/*=====================================
SERVICE PART STYLE
======================================*/
.service-part {
padding: 144px 0px 0px;
}
.service-heading {
margin-bottom: 130px;
}
.service-heading h2 {
width: 500px;
}
.service-btn {
text-align: center;
}
@media (max-width: 767px) {
.service-part {
padding: 35px 0px 0px;
}
.service-heading {
margin-bottom: 40px;
}
.service-heading h2 {
width: 100%;
}
.service-ghape {
margin-top: 0px;
}
.service-card {
padding: 50px 14px 55px;
}
.service-btn {
margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.service-heading {
margin-bottom: 50px;
}
.service-ghape {
margin-top: 0px;
}
.service-card {
padding: 60px 34px 65px;
}
.service-btn {
margin-top: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.service-card {
padding: 60px 30px 65px;
}
}
/*=====================================
CODING PART STYLE
======================================*/
.coding-part {
padding: 143px 0px 0px;
}
.coding-heading h2 {
width: 530px;
}
.coding-content h3 {
color: #555;
font-size: 28px;
font-weight: 400;
line-height: 40px;
margin-bottom: 20px;
}
.coding-content h3 span {
font-weight: 700;
}
.coding-content p {
width: 420px;
margin-bottom: 45px;
}
.coding-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
margin-bottom: 15px;
}
.coding-list li:last-child {
margin-bottom: 0px;
}
.coding-list li p {
font-size: 18px;
}
.coding-round {
width: 18px;
height: 18px;
border-radius: 50%;
margin-right: 25px;
background: #fe6347;
-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
position: relative;
}
.coding-round::before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 8px;
height: 8px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
background: #ffffff;
}
.coding-img img {
width: 100%;
margin-top: 45px;
}
@media (max-width: 575px) {
.coding-part {
padding: 60px 0px 0px;
}
.coding-heading h2 {
width: 100%;
}
.coding-content h3 {
font-size: 24px;
line-height: 36px;
}
.coding-content p {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.coding-part {
padding: 100px 0px 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.coding-content h3 {
font-size: 24px;
line-height: 36px;
}
}
/*=====================================
PORTFOLIO PART STYLE
======================================*/
.port-part {
padding: 135px 0px 0px;
}
.port-part .container {
max-width: 1300px;
}
.port-heading h2 {
width: 570px;
}
.port-slider:hover .dandik,
.port-slider:hover .bamdik {
visibility: visible;
opacity: 1;
}
.port-slider .dandik,
.port-slider .bamdik {
right: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
visibility: hidden;
opacity: 0;
}
.port-slider .bamdik {
left: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
visibility: hidden;
opacity: 0;
}
.port-show-btn {
text-align: center;
margin-top: 60px;
}
@media (max-width: 575px) {
.port-part {
padding: 50px 0px 0px;
}
.port-card {
margin: 0px 15px;
}
}
@media (max-width: 767px) {
.port-heading h2 {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.port-part {
padding: 70px 0px 0px;
}
.port-card {
margin: 0px 15px;
}
}
/*=====================================
SKILLS PART STYLE
======================================*/
.skills-part {
padding: 145px 0px 50px;
}
.skills-heading h2 {
width: 430px;
}
@media (max-width: 767px) {
.skills-part {
padding: 60px 0px 0px;
}
.skills-heading h2 {
width: 100%;
}
.skills-parent .col-6 {
padding: 0px 10px;
}
.skills-card {
margin-bottom: 20px;
}
}
/*=====================================
DISCUSS PART STYLE
======================================*/
.discuss-part {
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.discuss-oly {
background: #fe6347;
border-radius: 10px;
padding: 0px 15px;
-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
.discuss-bg {
background: url(../img/images/discuss-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 70px 70px;
border-radius: 10px;
}
.discuss-content h3 {
color: #ffffff;
font-size: 42px;
line-height: 50px;
margin-bottom: 22px;
}
.discuss-content p {
color: #ffffff;
font-size: 18px;
}
.discuss-btn {
text-align: right;
}
.discuss-btn .btn {
font-size: 16px;
padding: 16px 40px;
margin-top: 25px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.discuss-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.discuss-btn .btn-inline:hover {
color: #ffffff;
background: #2a2a2a;
}
@media (max-width: 767px) {
.discuss-part {
-webkit-transform: translateY(15%);
transform: translateY(15%);
}
.discuss-bg {
padding: 45px 15px;
}
.discuss-content {
text-align: center;
margin-bottom: 15px;
}
.discuss-content h3 {
font-size: 35px;
line-height: 43px;
}
.discuss-btn {
text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.discuss-part {
-webkit-transform: translateY(20%);
transform: translateY(20%);
}
.discuss-content p {
font-size: 17px;
}
.discuss-btn .btn {
margin-top: 70px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.discuss-part {
-webkit-transform: translateY(30%);
transform: translateY(30%);
}
}
/*=====================================
COUNTER PART STYLE
======================================*/
.counter-part {
background: #2a2a2a;
}
.counter-bg {
background: url(../img/images/counter-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 90px 0px 90px;
/*padding: 205px 0px 90px;*/
}
@media (max-width: 767px) {
.counter-bg {
padding: 100px 0px 60px;
}
.counter-card {
width: 235px;
margin: 0 auto 30px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.counter-card i {
font-size: 55px;
line-height: 55px;
}
.count-3 {
margin-bottom: 0px;
}
.counter-info h3 {
font-size: 35px;
line-height: 43px;
margin-bottom: 8px;
}
.counter-info p {
font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.counter-bg {
padding: 120px 0px 60px;
}
.counter-card i {
font-size: 50px;
line-height: 50px;
}
.counter-info h3 {
font-size: 30px;
line-height: 40px;
margin-bottom: 0px;
}
.counter-info p {
font-size: 14px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.counter-bg {
padding: 180px 0px 90px;
}
}
/*=====================================
PRICING PART STYLE
======================================*/
.pricing-part {
padding: 142px 0px 0px;
}
.pricing-heading {
margin-bottom: 90px;
}
.pricing-heading h2 {
width: 500px;
}
@media (max-width: 767px) {
.pricing-part {
padding: 60px 0px 0px;
}
.pricing-heading {
margin-bottom: 50px;
}
.pricing-heading h2 {
width: 100%;
}
.pricing-card {
margin-bottom: 50px;
padding: 30px 30px;
}
.pricing-recom {
-webkit-transform: scale(1);
transform: scale(1);
}
.pricing-recom:hover {
-webkit-transform: scale(1) translateY(-3px);
transform: scale(1) translateY(-3px);
}
}
@media (min-width: 451px) and (max-width: 767px) {
.pricing-card {
width: 400px;
margin: 0 auto 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.pricing-part {
padding: 90px 0px 0px;
}
.pricing-part .container {
max-width: 750px;
}
.pricing-card {
margin: 0px 3px;
padding: 30px 25px;
}
.pricing-list li {
font-size: 14px;
}
.pricing-btn .btn {
font-size: 12px;
padding: 15px 22px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.pricing-btn .btn {
font-size: 13px;
padding: 16px 23px;
}
}
/*=====================================
FAQ PART STYLE
======================================*/
.faq-part {
padding: 175px 0px 0px;
}
.faq-heading h2 {
width: 570px;
}
.faq-child {
margin-bottom: 30px;
background: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
border-left: 3px solid #fe6347;
border-right: 3px solid #fe6347;
}
.faq-child:hover .faq-que button {
color: #fe6347;
}
.faq-que {
cursor: pointer;
padding: 18px 25px;
}
.faq-que button {
border: none;
outline: none;
background: none;
text-align: left;
color: #2a2a2a;
font-size: 16px;
font-weight: 500;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.faq-ans p {
font-size: 14px;
line-height: 26px;
padding: 20px 25px;
border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
.faq-part {
padding: 20px 0px 0px;
}
.faq-heading h2 {
width: 100%;
}
}
/*=====================================
TESTIMONIAL PART STYLE
======================================*/
.testi-part {
padding: 113px 0px 0px;
}
.testi-heading h2 {
width: 570px;
}
.testi-btn {
text-align: center;
margin-top: 50px;
}
@media (max-width: 767px) {
.testi-part {
padding: 35px 0px 0px;
}
.testi-heading h2 {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.testi-part .container {
max-width: 570px;
}
}
/*=====================================
BLOG PART STYLE
======================================*/
.blog-part {
padding: 144px 0px 0px;
}
.blog-heading h2 {
width: 420px;
}
.blog-btn {
text-align: center;
margin-top: 50px;
}
@media (max-width: 767px) {
.blog-part {
padding: 60px 0px 0px;
}
.blog-heading h2 {
width: 100%;
}
.blog-card {
margin-bottom: 45px;
}
.blog-text h4 {
font-size: 18px;
line-height: 26px;
}
.suggest-title {
margin-bottom: 8px;
}
.blog-btn {
margin-top: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-card {
margin-bottom: 45px;
}
.blog-text h4 {
font-size: 20px;
line-height: 28px;
}
.blog-btn {
margin-top: 25px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.blog-text h4 {
font-size: 18px;
line-height: 26px;
}
.suggest-title {
margin-bottom: 10px;
}
.blog-btn {
margin-top: 0px;
}
}
/*=====================================
INNER SERVICE PART STYLE
======================================*/
.inner-service {
padding: 30px 0px 0px;
}
.inner-service .service-heading h2 {
width: 550px;
}
@media (max-width: 767px) {
.inner-service .service-heading h2 {
width: 100%;
}
}
/*=====================================
INNER RESUME BANNER STYLE
======================================*/
.single-banner .inner-oly {
padding: 115px 0px 115px;
}
.inner-exper,
.inner-edu,
.inner-refer {
display: block;
}
.inner-about {
padding: 142px 0px 0px;
}
.about-heading h2 {
width: 450px;
}
.inner-exper {
padding: 142px 0px 0px;
}
.exper-heading h2 {
width: 400px;
}
.inner-edu {
padding: 110px 0px 0px;
}
.edu-heading h2 {
width: 400px;
}
.inner-refer {
padding: 110px 0px 0px;
}
.refer-heading h2 {
width: 400px;
}
@media (max-width: 767px) {
.about-heading h2,
.exper-heading h2,
.edu-heading h2,
.refer-heading h2 {
width: 100%;
}
.single-banner .inner-oly {
padding: 60px 0px;
}
.inner-about {
padding: 70px 0px 0px;
}
.inner-exper {
padding: 35px 0px 0px;
}
.inner-edu {
padding: 40px 0px 0px;
}
.inner-refer {
padding: 50px 0px 0px;
}
.inner-skills {
padding: 40px 0px 0px;
}
}
/*=====================================
FEATURE PART STYLE
======================================*/
.feature-part {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 767px) {
.feature-part {
-webkit-transform: translateY(-35%);
transform: translateY(-35%);
}
.feature-card {
margin: 0px 8px;
padding: 30px 18px 35px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.feature-card {
padding: 30px 30px 35px;
}
}
/*=====================================
INNER PORTFOLIO PART STYLE
======================================*/
.inner-port-part {
padding: 32px 0px 0px;
}
.inner-port-heading {
text-align: center;
margin-bottom: 45px;
}
.inner-port-heading h2 {
font-size: 40px;
text-transform: capitalize;
margin-bottom: 22px;
}
.port-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
}
.port-menu li {
margin: 0px 12px;
}
.port-menu li .active {
color: #ffffff;
background: #fe6347;
}
.menu {
font-size: 12px;
font-weight: 500;
line-height: 20px;
color: #2a2a2a;
text-transform: capitalize;
background: none;
border: none;
letter-spacing: 0.3px;
padding: 5px 20px;
border-radius: 8px;
border: 1px solid #fe6347;
border-bottom: 2px solid #fe6347;
}
.menu:focus {
outline: none;
}
.port-parent {
margin-bottom: 25px;
}
.port-parent .port-card {
margin: 25px 10px;
}
.port-inner-btn {
top: 40%;
}
@media (max-width: 767px) {
.inner-port-part {
padding: 0px 0px;
}
.inner-port-heading {
margin-bottom: 30px;
}
.inner-port-heading h2 {
font-size: 28px;
line-height: 36px;
}
.port-menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.port-menu li {
margin: 7px 7px;
}
.port-parent .port-card {
margin: 15px 0px;
}
}
@media (min-width: 420px) and (max-width: 575px) {
.inner-port-part .container {
max-width: 420px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.inner-port-part .container {
max-width: 568px;
}
.port-parent .col-sm-6 {
padding: 0px 10px;
}
.port-parent .port-card {
margin: 10px 0px;
}
}
/*=====================================
PORTFOLIO CONTENT PART STYLE
======================================*/
.port-con-part {
padding: 100px 0px 0px;
}
.port-con-title {
margin-bottom: 30px;
}
.port-con-title h2 a {
color: #2a2a2a;
}
.port-con-img {
margin-bottom: 20px;
}
.port-con-img img {
width: 100%;
border-radius: 10px;
}
.port-con-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
margin-right: 30px;
}
.port-con-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.port-con-meta li:hover p span {
color: #fe6347;
}
.port-con-meta li i {
font-size: 14px;
margin-right: 5px;
}
.port-con-meta li p {
font-size: 14px;
}
.port-con-meta li p span {
margin-left: 5px;
}
.port-con-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.port-con-btn .btn {
width: 280px;
padding: 12px 0px;
text-align: center;
border-radius: 8px;
}
.port-con-btn .icon {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.port-con-btn .icon-outline {
color: #fe6347;
border-color: #fe6347;
}
.port-con-btn .icon-outline:hover {
color: #ffffff;
}
.port-con-color {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.port-con-color span {
width: 160px;
height: 160px;
line-height: 145px;
text-align: center;
font-weight: 500;
margin: 0px 8px;
display: inline-block;
border-radius: 50%;
}
.port-con-color span:nth-child(1) {
border: 10px solid #fe6347;
}
.port-con-color span:nth-child(1):hover {
color: #ffffff;
background: #fe6347;
}
.port-con-color span:nth-child(2) {
border: 10px solid #2a2a2a;
}
.port-con-color span:nth-child(2):hover {
color: #ffffff;
background: #2a2a2a;
}
@media (max-width: 767px) {
.port-con-part {
padding: 60px 0px 0px;
}
.port-con-title h2 {
font-size: 24px;
line-height: 32px;
}
.port-con-meta {
margin-right: 0px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.port-con-btn .btn {
width: 100%;
}
}
/*=====================================
PORTFOLIO DETAILS PART STYLE
======================================*/
.port-det-part {
padding: 60px 0px 0px;
}
.port-det-descrip p {
line-height: 28px;
}
.port-det-descrip p span {
display: block;
margin-top: 30px;
}
@media (max-width: 767px) {
.port-det-part {
padding: 25px 0px 25px;
}
}
@media(max-width: 480px){
.coding-round {
width: 29px;
}
}
/*=====================================
REVIEW FORM STYLE
======================================*/
.review-form h3 {
margin: 0px 0px 25px 15px;
}
.review-form .btn {
margin-left: 15px;
}
.grid-input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.grid-input input {
width: 100%;
height: 50px;
margin: 0px 15px;
padding: 0px 20px;
border-radius: 8px;
background: #fbf2f2;
border: 1px solid #e8e8e8;
}
.grid-input input:focus-within {
border-color: #fe6347;
}
.row-input {
margin: 0px 15px 20px;
}
.row-input input,
.row-input textarea {
width: 100%;
}
.row-input textarea {
height: 250px;
padding: 15px 20px;
border-radius: 8px;
background: #fbf2f2;
border: 1px solid #e8e8e8;
}
.row-input textarea:focus-within {
border-color: #fe6347;
}
.review-rating {
margin: 0px 15px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.review-rating li {
margin-right: 15px;
}
.review-rating li i {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
background: #f5f5f5;
color: #555555;
font-size: 14px;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.review-rating li i:hover {
color: #ffffff;
background: #ffcc23;
}
@media (max-width: 991px) {
.grid-input {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0px;
}
.grid-input input {
margin-bottom: 20px;
}
.row-input {
margin: 0px 0px 20px;
}
.star-rating {
margin: 0px 0px 20px !important;
}
.review-form .btn {
margin-left: 0px;
}
}
/*=====================================
REVIEW LIST PART STYLE
======================================*/
.review-list {
margin-bottom: 50px;
}
.review-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
padding: 30px 0px;
border-bottom: 1px solid #e8e8e8;
}
.reviewer-img {
margin-right: 30px;
}
.reviewer-img a img {
width: 100px;
border-radius: 8px;
}
.reviewer-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.reviewer-meta a {
color: #2a2a2a;
font-weight: 500;
}
.reviewer-meta p {
font-size: 15px;
}
.reviewer-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 13px;
}
.reviewer-rating li {
margin-right: 5px;
}
.reviewer-rating li i {
font-size: 14px;
color: #bbbbbb;
}
.reviewer-rating li .active {
color: #ffcc23;
}
.reviewer-descrip {
width: 100%;
}
@media (max-width: 575px) {
.review-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.reviewer-img {
margin-bottom: 25px;
}
}
.port-footer {
padding: 150px 0px 100px;
}
/*=====================================
BLOG LIST PART STYLE
======================================*/
.blog-list-part {
padding: 100px 0px 0px;
}
.blog-bar-src {
margin-bottom: 45px;
}
.blog-bar-list {
margin-bottom: 45px;
}
.blog-bar-list h4 {
position: relative;
display: inline-block;
text-transform: capitalize;
margin-bottom: 28px;
}
.blog-bar-list h4::before {
position: absolute;
content: "";
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 2px;
background: #fe6347;
}
.blog-bar-list ul li:last-child {
margin-bottom: 0px;
}
.blog-suggest-list {
margin-bottom: 42px;
}
.blog-suggest-list .blog-suggest:last-child {
margin-bottom: 0px;
}
.blog-cate-list ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #e8e8e8;
margin-bottom: 18px;
padding-bottom: 18px;
}
.blog-cate-list ul li:hover h6 a {
color: #fe6347;
}
.blog-cate-list ul li:hover p {
background: #fe6347;
}
.blog-cate-list ul li h6 {
font-weight: 500;
}
.blog-cate-list ul li h6 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-cate-list ul li p {
font-size: 13px;
font-weight: 500;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: #ffffff;
background: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-tag-list ul li {
display: inline-block;
margin: 0px 8px 12px 0px;
}
.blog-tag-list ul li a {
color: #2a2a2a;
font-size: 13px;
padding: 2px 12px;
border-radius: 30px;
text-transform: capitalize;
border: 1px solid #e8e8e8;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-tag-list ul li a:hover {
color: #ffffff;
background: #fe6347;
border-color: #fe6347;
}
.blog-follow-list ul li {
display: inline-block;
margin-right: 10px;
}
.blog-follow-list .icon {
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-banner-ad img {
width: 100%;
border-radius: 8px;
}
.blog-list-pagi {
margin-top: 30px;
}
.blogbar-part {
padding: 140px 0px 0px;
}
.blogbar-part .col-lg-4 {
padding: 0px 25px;
}
@media (max-width: 767px) {
.blogbar-part {
padding: 30px 0px 0px;
}
}
@media (max-width: 991px) {
.blog-list-part {
padding: 60px 0px 0px;
}
.content-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.blog-list-pagi {
margin-top: 10px;
margin-bottom: 50px;
}
.blog-list-pagi .page-item {
margin: 0px 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.blog-list-part {
padding: 80px 0px 0px;
}
.blog-follow-list ul li {
margin-right: 6px;
}
.blogbar-part .icon {
width: 44px;
height: 44px;
line-height: 44px;
}
}
/*=====================================
BLOG DETAILS PART STYLE
======================================*/
.blog-details-part {
padding: 100px 0px 55px;
}
.details-title {
margin-bottom: 20px;
}
.details-title h2 a {
color: #2a2a2a;
}
.details-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 30px;
}
.details-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0px 18px;
border-right: 1px solid #e8e8e8;
}
.details-meta li:first-child {
padding-left: 0px;
}
.details-meta li:last-child {
padding-right: 0px;
border-right: none;
}
.details-meta li i {
font-size: 14px;
margin-right: 8px;
margin-top: -2px;
}
.details-meta li p {
font-size: 14px;
}
.details-img {
margin-bottom: 30px;
}
.details-img img {
width: 100%;
border-radius: 10px;
}
.details-descrip p {
margin-bottom: 35px;
}
.details-descrip p span {
display: block;
margin-top: 25px;
}
.details-subtitle {
margin-bottom: 35px;
}
.details-subtitle h4 {
margin-bottom: 25px;
}
.details-subtitle p a {
text-decoration: underline;
}
.details-quote {
padding: 50px 50px;
background: #ffeded;
border-left: 5px solid #fe6347;
margin-bottom: 45px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.details-quote p {
font-size: 22px;
font-style: italic;
line-height: 35px;
margin-bottom: 35px;
}
.details-quote span {
font-weight: 500;
-ms-flex-item-align: end;
align-self: flex-end;
text-transform: capitalize;
}
.details-list {
list-style: disc;
margin-left: 20px;
margin-bottom: 50px;
}
.details-list li {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.blog-details-part {
padding: 60px 0px 10px;
}
.details-title h2 {
font-size: 22px;
line-height: 30px;
}
.details-meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.details-quote {
padding: 40px 40px;
}
.details-quote p {
font-size: 18px;
line-height: 30px;
}
.details-quote span {
font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-banner-ad {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.details-meta li {
padding: 0px 9px;
}
.details-meta li p,
.details-meta li i {
font-size: 13px;
}
}
/*=====================================
DETAILS SUGGEST PART STYLE
======================================*/
.suggest-slider {
padding: 60px 0px 50px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.suggest-slider li {
width: 336px;
margin: 0px 25px;
}
.suggest-slider li:hover img {
opacity: 0.8;
}
.suggest-slider li:hover a {
color: #fe6347;
}
.suggest-slider li img {
width: 100%;
height: auto;
border-radius: 10px;
margin-bottom: 25px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-slider li h5 {
text-transform: inherit;
line-height: 26px;
margin-bottom: 8px;
font-weight: 600;
}
.suggest-slider li h5 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-slider li p {
font-size: 14px;
}
.suggest-slider li p i {
margin-right: 5px;
}
.suggest-slider .dandik {
right: -25px;
}
.suggest-slider .bamdik {
left: -25px;
}
/*=====================================
DETAILS USER PART STYLE
======================================*/
.blog-user-part {
padding: 76px 0px 0px;
}
.user-comment h4 {
margin-bottom: 30px;
}
.comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 25px 0px 21px;
border-bottom: 1px solid #e8e8e8;
}
.comment-item:last-child {
border-bottom: none;
}
.comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px;
}
.comment a img {
width: 80px;
height: auto;
border-radius: 5px;
margin-right: 25px;
}
.comment-text p {
line-height: 26px;
}
.comment-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px;
}
.comment-header li {
font-size: 14px;
}
.comment-header li a {
font-weight: 500;
color: #2a2a2a;
}
.comment-header li i {
margin-right: 5px;
}
.comment-reply {
-ms-flex-item-align: end;
align-self: flex-end;
}
.comment-reply a {
font-size: 16px;
font-weight: 600;
color: #2a2a2a;
text-transform: uppercase;
}
.comment-reply a:hover {
color: #fe6347;
}
.comment-reply a i {
margin-left: 8px;
}
.user-form h4 {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.blog-user-part {
padding: 50px 0px 0px;
}
.comment {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.comment-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.comment-item.ml-5 {
margin-left: 2rem !important;
}
.user-form input,
.user-form textarea,
.user-form .btn {
margin: 0px;
margin-bottom: 20px;
}
.footer-text li h6{
text-align: center;
}
}
/*=====================================
BLOG DETAILS RIGHTBAR PART STYLE
======================================*/
.details-rightbar .details-content {
margin-right: 50px;
}
@media (max-width: 991px) {
.details-rightbar .details-content {
margin-right: 0px;
}
}
/*=====================================
BLOG DETAILS LEFTBAR PART STYLE
======================================*/
.details-leftbar .details-content {
margin-left: 50px;
}
@media (max-width: 991px) {
.details-leftbar .details-content {
margin-left: 0px;
}
}
/*# sourceMappingURL=light-theme.css.map */ | assets/css/light-theme.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*=====================================
FUENTES
======================================*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: normal;
src: url(../fonts/fa-brands-400.eot);
src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(../fonts/fa-regular-400.eot);
src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(../fonts/fa-solid-900.eot);
src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
font-family: "Font Awesome 5 Free";
}
.fa, .fas {
font-weight: 900;
}
/*=====================================
ALL COMMON STYLE
======================================*/
* {
margin: 0px;
padding: 0px;
outline: 0px;
}
img {
vertical-align: middle;
}
a {
text-decoration: none;
display: inline-block;
}
a:hover {
text-decoration: none;
}
ul,
ol {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span,
label {
margin-bottom: 0px;
}
html,
body {
scroll-behavior: smooth;
}
body {
color: #777777;
font-size: 16px;
font-weight: 400;
font-family: "Poppins", sans-serif;
line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
color: #2a2a2a;
font-weight: 700;
}
h1 {
font-size: 35px;
line-height: 48px;
}
h2 {
font-size: 35px;
line-height: 45px;
}
h3 {
font-size: 32px;
line-height: 42px;
}
h4 {
font-size: 22px;
line-height: 32px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
input::placeholder,
textarea::placeholder {
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
button:focus {
outline: none;
}
/*=====================================
GEAR BUTTON PART STYLE
======================================*/
.gear-btn {
position: fixed;
top: 30%;
right: 0px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
background: #ffffff;
border-radius: 30px 0px 0px 30px;
-webkit-box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.3);
box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.3);
z-index: 2;
}
.gear-btn img {
width: 20px;
border-radius: 50%;
}
/*=====================================
BACK2TOP BUTTON PART STYLE
======================================*/
.back2top-btn {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 2;
display: none;
}
.back2top-btn i {
width: 48px;
height: 48px;
font-size: 16px;
color: #ffffff;
line-height: 48px;
text-align: center;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#fe6347), to(#ee563b));
background: linear-gradient(#fe6347, #ee563b);
-webkit-box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
-webkit-animation: mahmud 2s infinite;
animation: mahmud 2s infinite;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
@-webkit-keyframes mahmud {
0% {
margin-bottom: 0px;
}
50% {
margin-bottom: 15px;
}
}
@keyframes mahmud {
0% {
margin-bottom: 0px;
}
50% {
margin-bottom: 15px;
}
}
@media (max-width: 575px) {
.back2top-btn i {
width: 42px;
height: 42px;
line-height: 42px;
font-size: 14px;
}
}
/*=====================================
FORM ROUND GRID STYLE
======================================*/
.form-round-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #ffffff;
border-radius: 30px;
padding: 6px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.form-round-grid input {
width: 293px;
height: 45px;
border: none;
background: transparent;
padding: 0px 20px;
}
.form-round-grid .btn {
padding: 0px;
}
.form-round-grid .btn i {
margin: 0px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
}
.form-round-grid .btn-inline:hover {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
@media (max-width: 1199px) {
.form-round-grid input {
width: 83%;
}
}
/*=====================================
NAVBAR SEARCH STYLE
======================================*/
.navbar-src {
height: 50px;
padding: 10px;
border-radius: 40px;
background: #ffffff;
margin-left: 15px;
}
.navbar-src:focus-within input {
width: 200px;
padding-left: 15px;
}
.navbar-src:focus-within a {
font-size: 12px;
color: #ffffff;
background: #fe6347;
}
.navbar-src input {
border: none;
background: none;
width: 0px;
float: left;
color: #2a2a2a;
font-size: 15px;
line-height: 30px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-src input::-webkit-input-placeholder {
color: #e7e7e7;
}
.navbar-src input:-ms-input-placeholder {
color: #e7e7e7;
}
.navbar-src input::-ms-input-placeholder {
color: #e7e7e7;
}
.navbar-src input::placeholder {
color: #e7e7e7;
}
.navbar-src a {
border: none;
float: right;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: #fe6347;
background: transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-src a:hover {
color: #fff;
}
/*=====================================
CONTACT FORM STYLE
======================================*/
.input-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.input-grid input {
width: 100%;
margin: 10px;
border: none;
outline: none;
height: 50px;
padding: 0px 20px;
border-radius: 30px;
color: #2a2a2a;
background: #e7e7e7;
border: 1px solid transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.input-grid input:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.input-grid textarea {
border: none;
outline: none;
resize: none;
padding: 20px;
margin: 10px;
border-radius: 30px;
height: 200px;
width: 100%;
border: 1px solid transparent;
color: #2a2a2a;
background: #e7e7e7;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.input-grid textarea:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
::-webkit-file-upload-button {
border: none;
outline: none;
background: transparent;
text-transform: capitalize;
margin-top: 9px;
cursor: pointer;
color: #777777;
font-size: 15px;
letter-spacing: 0.3px;
}
.input-btn .btn {
margin: 30px 0px 0px 10px;
}
@media (max-width: 767px) {
.input-grid input {
width: 100%;
}
}
@media (max-width: 991px) {
.contact-form {
text-align: center;
margin-bottom: 50px;
}
.input-grid {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.input-btn .btn {
margin: 30px 0px 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.input-grid input {
width: 245px;
}
}
/*=====================================
INNER PORTFOLIO SEARCH STYLE
======================================*/
.port-src {
text-align: center;
margin-bottom: 35px;
}
.port-form {
padding: 7px;
border-radius: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #ffffff;
display: inline-block;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.port-form input {
border: none;
width: 320px;
height: 50px;
padding: 0px 20px;
background: transparent;
}
.port-form .btn-inline:hover {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
@media (max-width: 575px) {
.port-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 15px;
padding: 15px 10px;
}
.port-form input {
width: 100%;
border-bottom: 1px solid #e8e8e8;
}
.port-form .custom-select {
width: 100%;
height: 45px;
border-left: none;
margin-bottom: 15px;
border-bottom: 1px solid #e8e8e8;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.port-form input {
width: 215px;
}
}
/*=====================================
FORM BLOCK STYLE
======================================*/
.form-block input {
width: 100%;
margin: 10px;
border: none;
outline: none;
height: 50px;
padding: 0px 20px;
border-radius: 30px;
color: #2a2a2a;
background: #e7e7e7;
border: 1px solid transparent;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.form-block input:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.form-block textarea {
border: none;
outline: none;
resize: none;
padding: 20px;
margin: 10px;
border-radius: 30px;
height: 200px;
width: 100%;
border: 1px solid transparent;
color: #2a2a2a;
background: #e7e7e7;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.form-block textarea:focus-within {
background: #fff3f3;
border: 1px solid #fe6347;
}
.form-block .btn {
width: 100%;
margin: 10px;
}
/*=====================================
ALL BUTTON STYLE
======================================*/
.btn {
border: none;
font-size: 14px;
font-weight: 500;
padding: 16px 35px;
border-radius: 50px;
text-transform: uppercase;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.btn:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn i {
margin-right: 8px;
margin-top: -1px;
}
.duel-btn .btn {
margin-right: 15px;
}
.duel-btn .btn:nth-child(1) {
background: #2a2a2a;
}
.duel-btn .btn:nth-child(2):hover {
background: #fe6347;
}
.btn-inline {
color: #ffffff;
background: #fe6347;
}
.btn-inline:hover {
color: #ffffff;
background: #2a2a2a;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
}
.btn-outline {
color: #fe6347;
background: #ffffff;
border: 1px solid #fe6347;
}
.btn-outline:hover {
color: #ffffff;
background: #fe6347;
}
.btn-light {
color: #555555;
background: #e7e7e7;
}
.btn-light:hover {
background: #dfdfdf;
}
@media (max-width: 450px) {
.duel-btn {
width: 210px;
margin: 0 auto;
text-align: center;
}
.duel-btn .btn {
margin: 8px 0px;
}
}
@media (min-width: 451px) and (max-width: 575px) {
.duel-btn .btn {
margin: 0px 8px;
}
}
/*=====================================
DROPDOWN MENU STYLE
======================================*/
.navbar-dropdown {
position: relative;
}
.navbar-dropdown:hover .dropdown-list {
visibility: visible;
opacity: 1;
top: 98px;
}
.dropdown-indicator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.dropdown-indicator span {
margin-right: 5px;
}
.dropdown-indicator i {
font-size: 10px;
}
.dropdown-list {
position: absolute;
top: 130px;
left: 0px;
z-index: 1;
width: 240px;
opacity: 0;
overflow: hidden;
visibility: hidden;
border-radius: 3px;
background: #ffffff;
border-top: 2px solid #fe6347;
-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-list li {
border-bottom: 1px solid #e8e8e8;
}
.dropdown-list li:last-child {
border-bottom: none;
}
.dropdown-link {
width: 100%;
font-size: 14px;
font-weight: 500;
padding: 12px 25px;
color: #777777;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-link:hover {
color: #ffffff;
background: #fe6347;
}
.dropdown-toggle::after {
margin-left: 2px;
}
@media (max-width: 1270px) {
.navbar-dropdown {
position: inherit;
}
.dropdown-indicator {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dropdown-indicator i {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dropdown-indicator.active i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.dropdown-list {
position: inherit;
visibility: visible;
opacity: 1;
width: 100%;
display: none;
}
}
/*=====================================
ALL ICON STYLE
======================================*/
.icon {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
font-size: 16px;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.icon-inline {
color: #ffffff;
background: #fe6347;
}
.icon-inline:hover {
color: #ffffff;
background: #2a2a2a;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
}
.icon-outline {
color: #555555;
background: #ffffff;
border: 1px solid #e8e8e8;
}
.icon-outline:hover {
color: #ffffff;
background: #fe6347;
}
.icon-light {
color: #555555;
background: #e7e7e7;
}
.icon-light:hover {
background: #dfdfdf;
}
@media (max-width: 400px) {
.icon {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
}
@media (min-width: 401px) and (max-width: 991px) {
.icon {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 16px;
}
}
/*=====================================
SLIDER ARROW STYLE
======================================*/
.dandik,
.bamdik {
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
color: #ffffff;
background: #fe6347;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
cursor: pointer;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.dandik:hover,
.bamdik:hover {
color: #ffffff;
background: #2a2a2a;
}
.dandik {
top: 50%;
right: -15px;
}
.bamdik {
top: 50%;
left: -15px;
}
@media (min-width: 576px) and (max-width: 1199px) {
.dandik {
right: 0px;
}
.bamdik {
left: 0px;
}
}
/*=====================================
BREADCRUMB PART STYLE
======================================*/
.breadcrumb {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0px;
margin-bottom: 0px;
background: none;
border-radius: 0px;
}
.breadcrumb-item {
text-transform: capitalize;
}
.breadcrumb-item a {
color: #ffffff;
text-transform: capitalize;
}
.breadcrumb-item a:hover {
text-decoration: underline;
}
.breadcrumb-item.active {
color: #dddddd;
}
.breadcrumb-item + .breadcrumb-item::before {
color: #ffffff;
}
/*=====================================
SELECT OPTION STYLE
======================================*/
.custom-select {
border-radius: 0px;
border: none;
width: 120px;
font-size: 14px;
border-left: 1px solid #e8e8e8;
cursor: pointer;
}
.custom-select:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/*=====================================
PAGINATION PART STYLE
======================================*/
.pagination {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-item {
margin: 0px 6px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
border-radius: 50%;
}
.page-item .active {
color: #ffffff;
background: #fe6347;
}
.page-link {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: none;
padding: 0px;
color: #777777;
background: #ffeded;
}
.page-link:hover {
color: #ffffff;
background: #fe6347;
}
.page-link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/*=====================================
NAV-TABS BUTTON STYLE
======================================*/
.nav {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nav-tabs li {
width: 100%;
}
.nav-tabs li .nav-link {
width: 100%;
border: none;
padding: 16px 0px;
border-radius: 5px;
text-align: center;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #2a2a2a;
border-bottom: 3px solid transparent;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.nav-tabs li .nav-link:hover {
border-color: transparent;
}
.nav-tabs li .active {
color: #fe6347 !important;
background: #ffeded !important;
border-color: #fe6347 !important;
}
.tab-pane {
padding: 50px 50px 0px;
display: none;
}
.tab-pane.active {
display: block;
}
@media (max-width: 575px) {
.nav-tabs li .nav-link {
font-size: 12px;
padding: 10px 0px;
}
.tab-pane {
padding: 30px 0px;
}
}
/*=====================================
STAR RATING STYLE
======================================*/
.star-rating {
direction: rtl;
margin: 0px 0px 25px 15px;
}
.star-rating input {
display: none;
}
.star-rating input:checked ~ label::after {
opacity: 1;
}
.star-rating label {
display: inline-block;
position: relative;
cursor: pointer;
margin-right: 15px;
}
.star-rating label:hover::after {
opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
opacity: 1;
}
.star-rating label::before {
content: "\f005";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 35px;
display: block;
color: #dfdfdf;
}
.star-rating label::after {
content: "\f005";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 35px;
position: absolute;
display: block;
top: 0px;
left: 0px;
color: #ffcc23;
opacity: 0;
}
/*=====================================
SECTION HEADING STYLE
======================================*/
.section-heading {
text-align: center;
margin-bottom: 48px;
}
.section-heading p {
font-size: 18px;
font-weight: 600;
letter-spacing: 3px;
color: #2a2a2a;
text-transform: uppercase;
margin-bottom: 18px;
}
.section-heading p span {
color: #fe6347;
}
.section-heading h2 {
margin: 0 auto;
text-align: center;
}
@media (max-width: 767px) {
.section-heading {
margin-bottom: 25px;
}
.section-heading p {
font-size: 16px;
}
.section-heading h2 {
font-size: 24px;
line-height: 32px;
}
}
/*=====================================
RESUME CARD STYLE
======================================*/
.resume-card {
width: 100%;
border-radius: 8px;
background: #ffffff;
padding: 50px 0px 45px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.resume-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background: #fe6347;
}
.resume-card:hover h4 {
color: #fe6347;
background: #ffffff;
}
.resume-card:hover ul li i,
.resume-card:hover ul li h5,
.resume-card:hover ul li h6 {
color: #ffffff;
}
.resume-card span {
color: #ffdddd;
font-size: 70px;
position: absolute;
top: 50px;
right: 25px;
}
.resume-card h4 {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: capitalize;
display: inline-block;
color: #ffffff;
background: #fe6347;
margin-bottom: 30px;
padding: 15px 30px 15px 30px;
border-radius: 0px 30px 30px 0px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.resume-card ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.resume-card ul li:nth-child(1) {
margin-right: 30px;
}
.resume-card ul li i {
color: #777777;
display: block;
font-size: 45px;
}
.resume-card ul li h5 {
font-weight: 500;
text-transform: capitalize;
margin-bottom: 12px;
}
.resume-card ul li h6 {
color: #e44a00;
font-weight: 500;
text-transform: capitalize;
}
/*=====================================
REFERENCE PART STYLE
======================================*/
.refer-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.refer-img {
border-radius: 50%;
border: 5px solid #fe6347;
-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
}
.refer-img img {
width: 250px;
height: 250px;
border-radius: 50%;
border: 5px solid #fff;
}
.refer-content {
width: 100%;
text-align: center;
padding: 35px 45px;
border-radius: 8px;
background: #ffffff;
-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
position: relative;
}
.refer-content h4 {
text-transform: capitalize;
margin-bottom: 5px;
}
.refer-content p {
font-weight: 500;
}
.refer-content p span {
display: block;
}
.refer-contact {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 105px;
}
.refer-contact li {
display: inline-block;
margin: 0px 5px;
}
.refer-contact .icon {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
/*=====================================
SERVICE CARD STYLE
======================================*/
.service-card {
margin-bottom: 30px;
background: #ffffff;
text-align: center;
padding: 60px 40px 65px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
position: relative;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.service-card:hover::after {
-webkit-clip-path: circle(75%);
clip-path: circle(75%);
}
.service-card:hover i {
visibility: hidden;
}
.service-card:hover h4,
.service-card:hover p {
color: #ffffff;
}
.service-card::after {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 10px;
background: #fe6347;
-webkit-clip-path: circle(20% at 100% 0%);
clip-path: circle(20% at 100% 0%);
z-index: -1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card h3 {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: #ffffff;
font-size: 24px;
font-weight: 500;
position: absolute;
top: 5px;
right: 5px;
}
.service-card span {
position: absolute;
top: 15px;
left: 15px;
color: #f7f7f7;
font-size: 80px;
line-height: 80px;
}
.service-card i {
color: #fe6347;
font-size: 45px;
line-height: 45px;
display: inline-block;
margin-bottom: 18px;
}
.service-card h4 {
color: #2a2a2a;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 35px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-card p {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.service-ghape {
margin-top: -80px;
}
/*=====================================
PORTFOLIO CARD STYLE
======================================*/
.port-card {
margin: 0px 25px;
border-radius: 8px;
position: relative;
}
.port-card:hover .port-oly {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center;
transform-origin: center;
}
.port-img img {
width: 100%;
border-radius: 8px;
}
.port-oly {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 8px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: scale(0);
transform: scale(0);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.port-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 160px;
}
.port-btn .btn {
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
padding: 10px 25px;
margin: 12px 0px;
border-radius: 5px;
letter-spacing: 0.3px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.port-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.port-btn .btn-inline:hover {
color: #fff;
background: #fe6347;
}
.port-text {
position: absolute;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
padding: 0px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.port-text h6 {
color: #ffffff;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.3px;
margin-left: 15px;
position: relative;
}
.port-text h6::before {
position: absolute;
content: "";
top: 50%;
left: -15px;
width: 3px;
height: 100%;
background: #fe6347;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.port-text a {
width: 38px;
height: 36px;
line-height: 36px;
text-align: center;
border-radius: 8px;
font-size: 16px;
background: #dddddd;
color: #2a2a2a;
}
.port-text a:hover {
color: #ffffff;
background: #fe6347;
}
/*=====================================
SKILLS CARD STYLE
======================================*/
.skills-card {
background: #ffffff;
text-align: center;
border-radius: 5px;
padding: 30px 0px 0px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
.skills-card:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
background: #fe6347;
}
.skills-card:hover .skills-img {
background: #ffffff;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.skills-card:hover .skills-img img {
height: 35px;
}
.skills-card:hover .skills-name p {
color: #ffffff;
}
.skills-img {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
margin: 0px auto 30px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.skills-img img {
width: auto;
height: 60px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.skills-name {
border-top: 1px solid #e8e8e8;
}
.skills-name p {
color: #2a2a2a;
font-weight: 600;
text-transform: uppercase;
padding: 8px 0px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
/*=====================================
COUNTER CARD STYLE
======================================*/
.counter-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.counter-card i {
font-size: 70px;
line-height: 70px;
margin-right: 25px;
}
.count-1 i {
background: -webkit-linear-gradient(#38ef7d, #35df76);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.count-2 i {
background: -webkit-linear-gradient(#fc4a1a, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.count-3 i {
background: -webkit-linear-gradient(#ADD100, #a1c004);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.counter-info h3 {
color: #fff;
font-size: 45px;
font-weight: 600;
margin-bottom: 13px;
}
.counter-info p {
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
}
/*=====================================
PRICING CARD STYLE
======================================*/
.pricing-card {
text-align: center;
border-radius: 10px;
margin: 0px 8px;
padding: 30px 50px 30px;
-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background: #fe6347;
}
.pricing-card:hover h3,
.pricing-card:hover h4,
.pricing-card:hover p,
.pricing-card:hover .pricing-list li {
color: #ffffff;
}
.pricing-card:hover p::before {
background: #ff9683;
}
.pricing-card:hover .pricing-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.pricing-card h3 {
font-size: 20px;
font-weight: 600;
color: #ffffff;
margin-bottom: 80px;
text-transform: capitalize;
position: relative;
z-index: 1;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card h3::before {
position: absolute;
content: "";
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 120px;
height: 130px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9068), to(#ff4b1f));
background-image: linear-gradient(#ff9068, #ff4b1f);
z-index: -1;
border-radius: 30px 0px 50% 50%;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.pricing-card h4 {
font-size: 42px;
font-weight: 600;
letter-spacing: -2px;
color: #2a2a2a;
margin-bottom: 3px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card p {
color: #555555;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 45px;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-card p::before {
position: absolute;
content: "";
bottom: -23px;
left: 0px;
width: 100%;
height: 1px;
background: #e8e8e8;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-list {
text-align: left;
list-style: disc;
margin-bottom: 35px;
display: inline-block;
}
.pricing-list li {
color: #555555;
text-transform: capitalize;
padding-left: 10px;
margin-bottom: 20px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-list li:last-child {
margin-bottom: 0px;
}
.pricing-btn .btn {
color: #ffffff;
background: #2a2a2a;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.pricing-recom {
-webkit-transform: scale(1.1);
transform: scale(1.1);
background: #fe6347;
}
.pricing-recom:hover {
-webkit-transform: scale(1.1) translateY(-3px);
transform: scale(1.1) translateY(-3px);
}
.pricing-recom h3,
.pricing-recom h4,
.pricing-recom p,
.pricing-recom .pricing-list li {
color: #ffffff;
}
.pricing-recom p::before {
background: #ff9683;
}
.pricing-recom .pricing-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
/*=====================================
TESTIMONIAL CARD STYLE
======================================*/
.testi-card {
margin: 0px 15px;
padding: 45px 30px 40px;
text-align: center;
border-radius: 10px;
position: relative;
overflow: hidden;
background: #fff3f3;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-card:hover {
background: #fe6347;
}
.testi-card:hover .testi-quote p,
.testi-card:hover .testi-meta h5,
.testi-card:hover .testi-meta p {
color: #ffffff;
}
.testi-card i {
position: absolute;
bottom: 10px;
right: -50px;
font-size: 150px;
color: #ffbbbb;
}
.testi-quote {
margin-bottom: 30px;
}
.testi-quote p {
font-size: 18px;
color: #555555;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta h5 {
font-weight: 600;
margin-bottom: 2px;
color: #2a2a2a;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta p {
font-weight: 500;
margin-bottom: 7px;
color: #2a2a2a;
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.testi-meta a {
border-radius: 50%;
border: 2px solid #fe6347;
}
.testi-meta a img {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px solid #ffffff;
}
/*=====================================
BLOG CARD STYLE
======================================*/
.blog-card {
border-radius: 10px;
margin-bottom: 50px;
}
.blog-card:hover .blog-oly {
background: rgba(0, 0, 0, 0.3);
}
.blog-card:hover .blog-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.blog-card:hover .blog-text h4 a {
color: #fe6347;
}
.blog-img {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 22px;
}
.blog-img img {
width: 100%;
height: auto;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-oly {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 10px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-oly p {
position: absolute;
top: 25px;
left: 25px;
padding: 4px 12px;
background: #fe6347;
border-radius: 5px;
color: #ffffff;
font-size: 13px;
line-height: 22px;
text-transform: capitalize;
}
.blog-content {
padding: 0px 15px;
}
.blog-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 12px;
}
.blog-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-meta li i {
margin-right: 8px;
}
.blog-meta li p {
font-size: 15px;
text-transform: capitalize;
}
.blog-text {
margin-bottom: 20px;
}
.blog-text h4 {
font-weight: 500;
}
.blog-text h4 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog-link li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-link li i {
font-size: 18px;
margin-right: 10px;
}
.blog-link li p {
font-size: 15px;
text-transform: capitalize;
}
.blog-link li a {
font-size: 13px;
line-height: 20px;
padding: 6px 25px;
}
/*=====================================
BLOG SUGGEST CARD STYLE
======================================*/
.blog-suggest {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 28px;
padding-bottom: 28px;
border-bottom: 1px solid #e8e8e8;
}
.suggest-img a img {
width: 100px;
height: auto;
border-radius: 10px;
margin-right: 15px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.suggest-title {
margin-bottom: 18px;
}
.suggest-title h6 {
font-weight: 600;
line-height: 24px;
}
.suggest-title h6 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-title h6 a:hover {
color: #fe6347;
}
.suggest-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.suggest-date i {
margin-right: 10px;
}
.suggest-date p {
font-size: 14px;
text-transform: capitalize;
}
/*=====================================
FEATURE CARD STYLE
======================================*/
.feature-card {
width: 180px;
margin: 0px 25px;
text-align: center;
border-radius: 8px;
padding: 30px 15px 35px;
background: #ffeded;
}
.feature-card:hover i {
color: #fff;
background: #fe6347;
}
.feature-card i {
width: 55px;
height: 55px;
font-size: 24px;
line-height: 55px;
text-align: center;
color: #fe6347;
background: #ffffff;
border-radius: 50%;
margin-bottom: 25px;
display: inline-block;
-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.feature-card h6 {
font-weight: 500;
text-transform: capitalize;
}
/*======================================
NAVBAR PART STYLE
=======================================*/
.navbar-part {
padding: 0px 15px;
background: #2a2a2a;
}
.navbar-part .container {
max-width: 1300px;
}
.navbar-fixed {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 2;
background: #2a2a2a;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.navbar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-logo img {
width: 180px;
/*padding: 10px;*/
}
.navbar-toggle {
border: none;
outline: none;
background: none;
display: none;
}
.navbar-toggle i {
background: #fe6347;
color: #ffffff;
border-radius: 3px;
padding: 8px 10px;
font-size: 16px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-toggle i:hover {
color: #ffffff;
background: #2a2a2a;
}
.navbar-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-cross {
position: absolute;
top: 15px;
left: 15px;
display: none;
}
.navbar-cross i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
font-size: 16px;
color: #2a2a2a;
background: #ffffff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-cross i:hover {
color: #ffffff;
background: #fe6347;
}
.navbar-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-link {
font-size: 15px;
font-weight: 500;
padding: 20px 15px;
color: #ffffff;
-webkit-transform: skewX(-10deg);
transform: skewX(-10deg);
text-transform: capitalize;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.navbar-link:hover {
color: #ffffff;
background: #fe6347;
}
.navbar-item.active .navbar-link {
color: #ffffff;
background: #fe6347;
}
.navbar-btn {
margin-left: 25px;
}
@media (max-width: 1270px) {
.navbar-part {
padding: 8px 15px;
}
.navbar-logo img {
width: 130px;
}
.navbar-toggle {
display: block;
}
.navbar-slide {
position: fixed;
top: 0px;
right: -260px;
z-index: 3;
width: 250px;
height: 100vh;
padding: 70px 15px 0px;
overflow-y: scroll;
overflow-x: hidden;
background: #2a2a2a;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: all linear .4s;
transition: all linear .4s;
}
.navbar-slide.active {
right: 0px;
}
.navbar-cross {
display: block;
}
.navbar-list {
width: 100%;
display: block;
margin-bottom: 30px;
}
.navbar-list li {
border-bottom: 1px solid #e8e8e8;
}
.navbar-link {
width: 100%;
padding: 12px 15px;
}
.navbar-src {
margin-left: 0px;
margin-bottom: 15px;
}
.navbar-src:focus-within input {
width: 160px;
}
.navbar-btn {
margin-left: 0px;
width: 100%;
}
.navbar-btn .btn {
display: block;
padding: 14px 0px;
margin-bottom: 50px;
}
}
/*=====================================
CONTACT PART STYLE
======================================*/
.contact-part {
padding: 142px 0px 0px;
}
.contact-heading h2 {
width: 420px;
}
.contact-address {
text-align: center;
}
.contact-address:hover .address-icon .icon-inline {
color: #ffffff;
background: #fe6347;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.address-icon {
margin-bottom: 28px;
}
.address-icon .icon-inline {
color: #ffffff;
background: #2a2a2a;
}
.address-text h4 {
line-height: 20px;
margin-bottom: 22px;
text-transform: capitalize;
}
.address-text p {
color: #2a2a2a;
line-height: 24px;
}
.address-text p span {
display: block;
margin-top: 8px;
}
.contact-img img {
width: 100%;
}
@media (max-width: 767px) {
.contact-part {
padding: 60px 0px 0px;
}
.contact-part .mb-5 {
margin-bottom: 10px !important;
}
.contact-heading h2 {
width: 100%;
}
.contact-address {
margin-bottom: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.address-text p {
font-size: 15px;
}
}
/*=====================================
FOOTER PART STYLE
======================================*/
.footer-part {
padding: 70px 0px 60px;
margin-top: 80px;
background-color: #2a2a2a;
}
.footer-logo {
text-align: center;
margin-bottom: 30px;
}
.footer-logo a img {
width: 160px;
}
.footer-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
}
.footer-icon li {
margin: 0px 15px;
}
.footer-icon li .icon-inline {
background: #fff;
color: #2a2a2a
}
.footer-icon li .icon-inline:hover {
background: #fe6347;
color: #fff;
transition: .5s;
}
.footer-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-text li {
padding: 0px 25px;
border-right: 2px solid #999999;
}
.footer-text li:last-child {
border-right: none;
}
.footer-text li h6 {
font-weight: 400;
color: #777777
}
.footer-text li h6 span {
color: #fe6347;
}
.footer-text li h6 a {
color: #fe6347;
}
@media (max-width: 767px) {
.footer-part {
padding: 60px 0px;
}
.footer-logo a img {
width: 145px;
}
.footer-icon {
margin-bottom: 45px;
}
.footer-icon li {
margin: 0px 10px;
}
.footer-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-text li {
padding: 0px;
border: none;
margin: 5px 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-part {
padding: 60px 0px;
}
}
/*=====================================
INNER BANNER PART STYLE
======================================*/
.inner-banner {
background: url(../../images/inner-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.inner-oly {
background: rgba(209, 65, 40, 0.9);
padding: 98px 0px 175px;
}
.inner-content {
text-align: center;
}
.inner-content h1 {
font-size: 38px;
line-height: 46px;
color: #ffffff;
text-transform: capitalize;
letter-spacing: 0.5px;
margin-bottom: 15px;
}
@media (max-width: 575px) {
.inner-oly {
padding: 60px 0px 118px;
}
.inner-content h1 {
font-size: 35px;
line-height: 43px;
}
}
/*=====================================
BANNER PART STYLE
======================================*/
.banner-part {
background: #fcfcfd;
overflow: hidden;
position: relative;
}
.banner-part .container {
position: relative;
}
.banner-bg {
background: url(../img/images/banner-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 120px 0px;
}
.circle-shape {
position: absolute;
top: 93px;
right: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
height: auto;
opacity: 0.5;
-webkit-animation: hasan 4s linear infinite;
animation: hasan 4s linear infinite;
}
@-webkit-keyframes hasan {
0% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
}
@keyframes hasan {
0% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
}
.star-shape {
position: absolute;
right: 0px;
bottom: -135px;
width: auto;
height: 120px;
opacity: 0.5;
-webkit-animation: miron 4s linear infinite;
animation: miron 4s linear infinite;
}
@-webkit-keyframes miron {
0% {
-webkit-transform: rotate(180deg) scale(1.2);
transform: rotate(180deg) scale(1.2);
}
50% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
100% {
-webkit-transform: rotate(-180deg) scale(1.2);
transform: rotate(-180deg) scale(1.2);
}
}
@keyframes miron {
0% {
-webkit-transform: rotate(180deg) scale(1.2);
transform: rotate(180deg) scale(1.2);
}
50% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
100% {
-webkit-transform: rotate(-180deg) scale(1.2);
transform: rotate(-180deg) scale(1.2);
}
}
.banner-img img {
width: auto;
height: 400px;
}
.banner-icon {
margin-bottom: 35px;
}
.banner-icon li {
display: inline-block;
margin-right: 18px;
}
.banner-text {
margin-bottom: 45px;
}
.banner-text span {
font-size: 22px;
font-weight: 500;
color: #2a2a2a;
text-transform: capitalize;
margin-bottom: 13px;
}
.banner-text h1 {
margin-bottom: 25px;
}
@media (max-width: 767px) {
.banner-bg {
padding: 40px 0px 50px;
background-position: right;
}
.circle-shape {
display: none;
}
.banner-img {
margin-bottom: 45px;
}
.banner-img img {
width: 100%;
height: auto;
}
.banner-content {
text-align: center;
}
.banner-icon li {
margin: 0px 5px;
}
.banner-text {
margin-bottom: 35px;
}
.banner-text h1 {
font-size: 30px;
line-height: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.banner-img img {
width: 100%;
height: auto;
}
.banner-icon li {
margin-right: 15px;
}
.banner-text {
margin-bottom: 40px;
}
.banner-text h1 {
font-size: 32px;
line-height: 42px;
}
.banner-btn .btn {
padding: 14px 22px;
margin-right: 10px;
}
.banner-btn .btn:nth-child(2) {
margin-right: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.banner-img img {
width: 100%;
height: auto;
}
}
/*=====================================
RESUME PART STYLE
======================================*/
.resume-part {
padding: 143px 0px 0px;
}
.resume-heading h2 {
width: 440px;
}
.resume-cate-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.resume-cate-btn li {
margin: 15px 25px;
}
.cate-btn {
border: none;
width: 130px;
padding: 30px 0px;
border-radius: 8px;
text-align: center;
color: #777777;
background: #ffffff;
-webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
}
.cate-btn i {
font-size: 22px;
margin-bottom: 10px;
}
.cate-btn span {
display: block;
text-transform: capitalize;
}
.cate-btn.active {
color: #ffffff;
background: #fe6347;
}
@media (max-width: 767px) {
.resume-part {
padding: 60px 0px 0px;
}
.resume-heading h2 {
width: 100%;
}
.resume-cate-btn {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.resume-cate-btn li {
margin: 10px;
}
.cate-btn {
width: 107px;
padding: 25px 0px;
}
.cate-btn i {
font-size: 20px;
}
.cate-btn p {
font-size: 15px;
}
}
/*=====================================
ABOUT PART STYLE
======================================*/
.about-part {
padding: 40px 0px 0px;
}
.about-summery {
margin-bottom: 35px;
}
.about-summery h3 {
font-weight: 600;
margin-bottom: 30px;
}
.about-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 40px;
}
.about-list ul:first-child {
margin-right: 40px;
}
.about-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 18px;
}
.about-list li:last-child {
margin-bottom: 0px;
}
.about-list li h6 {
text-transform: capitalize;
font-weight: 600;
margin-right: 15px;
}
.about-list li p {
font-weight: 500;
}
.about-img img {
width: auto;
height: 450px;
margin-left: 50px;
}
.exper-part,
.edu-part,
.refer-part {
padding: 80px 0px 0px;
display: none;
}
@media (max-width: 767px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 40px 0px 0px;
}
.about-summery {
margin-bottom: 30px;
}
.about-summery h3 {
font-size: 26px;
line-height: 36px;
margin-bottom: 18px;
}
.about-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 15px;
}
.about-list ul {
margin-bottom: 18px;
}
.about-btn {
margin-bottom: 30px;
}
.about-img img {
display: none;
}
.resume-card ul {
margin: 0px 18px;
}
.refer-card {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.refer-content {
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 60px 0px 0px;
}
.resume-card ul {
margin: 0px 22px;
}
.refer-card {
margin-bottom: 30px;
}
.about-img img {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.about-part,
.exper-part,
.edu-part,
.refer-part {
padding: 60px 0px 0px;
}
.about-list ul:nth-child(1) {
margin-right: 45px;
}
.about-list ul li h6 {
font-size: 15px;
margin-right: 8px;
}
.about-list ul li p {
font-size: 15px;
}
.about-img img {
width: 100%;
height: auto;
margin-left: 0px;
}
.refer-img img {
width: 215px;
height: 215px;
}
.refer-content {
padding: 35px 25px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.about-img img {
width: 100%;
height: auto;
margin-left: 0px;
}
}
/*=====================================
SERVICE PART STYLE
======================================*/
.service-part {
padding: 144px 0px 0px;
}
.service-heading {
margin-bottom: 130px;
}
.service-heading h2 {
width: 500px;
}
.service-btn {
text-align: center;
}
@media (max-width: 767px) {
.service-part {
padding: 35px 0px 0px;
}
.service-heading {
margin-bottom: 40px;
}
.service-heading h2 {
width: 100%;
}
.service-ghape {
margin-top: 0px;
}
.service-card {
padding: 50px 14px 55px;
}
.service-btn {
margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.service-heading {
margin-bottom: 50px;
}
.service-ghape {
margin-top: 0px;
}
.service-card {
padding: 60px 34px 65px;
}
.service-btn {
margin-top: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.service-card {
padding: 60px 30px 65px;
}
}
/*=====================================
CODING PART STYLE
======================================*/
.coding-part {
padding: 143px 0px 0px;
}
.coding-heading h2 {
width: 530px;
}
.coding-content h3 {
color: #555;
font-size: 28px;
font-weight: 400;
line-height: 40px;
margin-bottom: 20px;
}
.coding-content h3 span {
font-weight: 700;
}
.coding-content p {
width: 420px;
margin-bottom: 45px;
}
.coding-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
margin-bottom: 15px;
}
.coding-list li:last-child {
margin-bottom: 0px;
}
.coding-list li p {
font-size: 18px;
}
.coding-round {
width: 18px;
height: 18px;
border-radius: 50%;
margin-right: 25px;
background: #fe6347;
-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
position: relative;
}
.coding-round::before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 8px;
height: 8px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
background: #ffffff;
}
.coding-img img {
width: 100%;
margin-top: 45px;
}
@media (max-width: 575px) {
.coding-part {
padding: 60px 0px 0px;
}
.coding-heading h2 {
width: 100%;
}
.coding-content h3 {
font-size: 24px;
line-height: 36px;
}
.coding-content p {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.coding-part {
padding: 100px 0px 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.coding-content h3 {
font-size: 24px;
line-height: 36px;
}
}
/*=====================================
PORTFOLIO PART STYLE
======================================*/
.port-part {
padding: 135px 0px 0px;
}
.port-part .container {
max-width: 1300px;
}
.port-heading h2 {
width: 570px;
}
.port-slider:hover .dandik,
.port-slider:hover .bamdik {
visibility: visible;
opacity: 1;
}
.port-slider .dandik,
.port-slider .bamdik {
right: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
visibility: hidden;
opacity: 0;
}
.port-slider .bamdik {
left: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
visibility: hidden;
opacity: 0;
}
.port-show-btn {
text-align: center;
margin-top: 60px;
}
@media (max-width: 575px) {
.port-part {
padding: 50px 0px 0px;
}
.port-card {
margin: 0px 15px;
}
}
@media (max-width: 767px) {
.port-heading h2 {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.port-part {
padding: 70px 0px 0px;
}
.port-card {
margin: 0px 15px;
}
}
/*=====================================
SKILLS PART STYLE
======================================*/
.skills-part {
padding: 145px 0px 50px;
}
.skills-heading h2 {
width: 430px;
}
@media (max-width: 767px) {
.skills-part {
padding: 60px 0px 0px;
}
.skills-heading h2 {
width: 100%;
}
.skills-parent .col-6 {
padding: 0px 10px;
}
.skills-card {
margin-bottom: 20px;
}
}
/*=====================================
DISCUSS PART STYLE
======================================*/
.discuss-part {
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.discuss-oly {
background: #fe6347;
border-radius: 10px;
padding: 0px 15px;
-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
.discuss-bg {
background: url(../img/images/discuss-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 70px 70px;
border-radius: 10px;
}
.discuss-content h3 {
color: #ffffff;
font-size: 42px;
line-height: 50px;
margin-bottom: 22px;
}
.discuss-content p {
color: #ffffff;
font-size: 18px;
}
.discuss-btn {
text-align: right;
}
.discuss-btn .btn {
font-size: 16px;
padding: 16px 40px;
margin-top: 25px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.discuss-btn .btn-inline {
color: #fe6347;
background: #ffffff;
}
.discuss-btn .btn-inline:hover {
color: #ffffff;
background: #2a2a2a;
}
@media (max-width: 767px) {
.discuss-part {
-webkit-transform: translateY(15%);
transform: translateY(15%);
}
.discuss-bg {
padding: 45px 15px;
}
.discuss-content {
text-align: center;
margin-bottom: 15px;
}
.discuss-content h3 {
font-size: 35px;
line-height: 43px;
}
.discuss-btn {
text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.discuss-part {
-webkit-transform: translateY(20%);
transform: translateY(20%);
}
.discuss-content p {
font-size: 17px;
}
.discuss-btn .btn {
margin-top: 70px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.discuss-part {
-webkit-transform: translateY(30%);
transform: translateY(30%);
}
}
/*=====================================
COUNTER PART STYLE
======================================*/
.counter-part {
background: #2a2a2a;
}
.counter-bg {
background: url(../img/images/counter-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 90px 0px 90px;
/*padding: 205px 0px 90px;*/
}
@media (max-width: 767px) {
.counter-bg {
padding: 100px 0px 60px;
}
.counter-card {
width: 235px;
margin: 0 auto 30px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.counter-card i {
font-size: 55px;
line-height: 55px;
}
.count-3 {
margin-bottom: 0px;
}
.counter-info h3 {
font-size: 35px;
line-height: 43px;
margin-bottom: 8px;
}
.counter-info p {
font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.counter-bg {
padding: 120px 0px 60px;
}
.counter-card i {
font-size: 50px;
line-height: 50px;
}
.counter-info h3 {
font-size: 30px;
line-height: 40px;
margin-bottom: 0px;
}
.counter-info p {
font-size: 14px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.counter-bg {
padding: 180px 0px 90px;
}
}
/*=====================================
PRICING PART STYLE
======================================*/
.pricing-part {
padding: 142px 0px 0px;
}
.pricing-heading {
margin-bottom: 90px;
}
.pricing-heading h2 {
width: 500px;
}
@media (max-width: 767px) {
.pricing-part {
padding: 60px 0px 0px;
}
.pricing-heading {
margin-bottom: 50px;
}
.pricing-heading h2 {
width: 100%;
}
.pricing-card {
margin-bottom: 50px;
padding: 30px 30px;
}
.pricing-recom {
-webkit-transform: scale(1);
transform: scale(1);
}
.pricing-recom:hover {
-webkit-transform: scale(1) translateY(-3px);
transform: scale(1) translateY(-3px);
}
}
@media (min-width: 451px) and (max-width: 767px) {
.pricing-card {
width: 400px;
margin: 0 auto 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.pricing-part {
padding: 90px 0px 0px;
}
.pricing-part .container {
max-width: 750px;
}
.pricing-card {
margin: 0px 3px;
padding: 30px 25px;
}
.pricing-list li {
font-size: 14px;
}
.pricing-btn .btn {
font-size: 12px;
padding: 15px 22px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.pricing-btn .btn {
font-size: 13px;
padding: 16px 23px;
}
}
/*=====================================
FAQ PART STYLE
======================================*/
.faq-part {
padding: 175px 0px 0px;
}
.faq-heading h2 {
width: 570px;
}
.faq-child {
margin-bottom: 30px;
background: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
border-left: 3px solid #fe6347;
border-right: 3px solid #fe6347;
}
.faq-child:hover .faq-que button {
color: #fe6347;
}
.faq-que {
cursor: pointer;
padding: 18px 25px;
}
.faq-que button {
border: none;
outline: none;
background: none;
text-align: left;
color: #2a2a2a;
font-size: 16px;
font-weight: 500;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.faq-ans p {
font-size: 14px;
line-height: 26px;
padding: 20px 25px;
border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
.faq-part {
padding: 20px 0px 0px;
}
.faq-heading h2 {
width: 100%;
}
}
/*=====================================
TESTIMONIAL PART STYLE
======================================*/
.testi-part {
padding: 113px 0px 0px;
}
.testi-heading h2 {
width: 570px;
}
.testi-btn {
text-align: center;
margin-top: 50px;
}
@media (max-width: 767px) {
.testi-part {
padding: 35px 0px 0px;
}
.testi-heading h2 {
width: 100%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.testi-part .container {
max-width: 570px;
}
}
/*=====================================
BLOG PART STYLE
======================================*/
.blog-part {
padding: 144px 0px 0px;
}
.blog-heading h2 {
width: 420px;
}
.blog-btn {
text-align: center;
margin-top: 50px;
}
@media (max-width: 767px) {
.blog-part {
padding: 60px 0px 0px;
}
.blog-heading h2 {
width: 100%;
}
.blog-card {
margin-bottom: 45px;
}
.blog-text h4 {
font-size: 18px;
line-height: 26px;
}
.suggest-title {
margin-bottom: 8px;
}
.blog-btn {
margin-top: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-card {
margin-bottom: 45px;
}
.blog-text h4 {
font-size: 20px;
line-height: 28px;
}
.blog-btn {
margin-top: 25px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.blog-text h4 {
font-size: 18px;
line-height: 26px;
}
.suggest-title {
margin-bottom: 10px;
}
.blog-btn {
margin-top: 0px;
}
}
/*=====================================
INNER SERVICE PART STYLE
======================================*/
.inner-service {
padding: 30px 0px 0px;
}
.inner-service .service-heading h2 {
width: 550px;
}
@media (max-width: 767px) {
.inner-service .service-heading h2 {
width: 100%;
}
}
/*=====================================
INNER RESUME BANNER STYLE
======================================*/
.single-banner .inner-oly {
padding: 115px 0px 115px;
}
.inner-exper,
.inner-edu,
.inner-refer {
display: block;
}
.inner-about {
padding: 142px 0px 0px;
}
.about-heading h2 {
width: 450px;
}
.inner-exper {
padding: 142px 0px 0px;
}
.exper-heading h2 {
width: 400px;
}
.inner-edu {
padding: 110px 0px 0px;
}
.edu-heading h2 {
width: 400px;
}
.inner-refer {
padding: 110px 0px 0px;
}
.refer-heading h2 {
width: 400px;
}
@media (max-width: 767px) {
.about-heading h2,
.exper-heading h2,
.edu-heading h2,
.refer-heading h2 {
width: 100%;
}
.single-banner .inner-oly {
padding: 60px 0px;
}
.inner-about {
padding: 70px 0px 0px;
}
.inner-exper {
padding: 35px 0px 0px;
}
.inner-edu {
padding: 40px 0px 0px;
}
.inner-refer {
padding: 50px 0px 0px;
}
.inner-skills {
padding: 40px 0px 0px;
}
}
/*=====================================
FEATURE PART STYLE
======================================*/
.feature-part {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 767px) {
.feature-part {
-webkit-transform: translateY(-35%);
transform: translateY(-35%);
}
.feature-card {
margin: 0px 8px;
padding: 30px 18px 35px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.feature-card {
padding: 30px 30px 35px;
}
}
/*=====================================
INNER PORTFOLIO PART STYLE
======================================*/
.inner-port-part {
padding: 32px 0px 0px;
}
.inner-port-heading {
text-align: center;
margin-bottom: 45px;
}
.inner-port-heading h2 {
font-size: 40px;
text-transform: capitalize;
margin-bottom: 22px;
}
.port-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
}
.port-menu li {
margin: 0px 12px;
}
.port-menu li .active {
color: #ffffff;
background: #fe6347;
}
.menu {
font-size: 12px;
font-weight: 500;
line-height: 20px;
color: #2a2a2a;
text-transform: capitalize;
background: none;
border: none;
letter-spacing: 0.3px;
padding: 5px 20px;
border-radius: 8px;
border: 1px solid #fe6347;
border-bottom: 2px solid #fe6347;
}
.menu:focus {
outline: none;
}
.port-parent {
margin-bottom: 25px;
}
.port-parent .port-card {
margin: 25px 10px;
}
.port-inner-btn {
top: 40%;
}
@media (max-width: 767px) {
.inner-port-part {
padding: 0px 0px;
}
.inner-port-heading {
margin-bottom: 30px;
}
.inner-port-heading h2 {
font-size: 28px;
line-height: 36px;
}
.port-menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.port-menu li {
margin: 7px 7px;
}
.port-parent .port-card {
margin: 15px 0px;
}
}
@media (min-width: 420px) and (max-width: 575px) {
.inner-port-part .container {
max-width: 420px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.inner-port-part .container {
max-width: 568px;
}
.port-parent .col-sm-6 {
padding: 0px 10px;
}
.port-parent .port-card {
margin: 10px 0px;
}
}
/*=====================================
PORTFOLIO CONTENT PART STYLE
======================================*/
.port-con-part {
padding: 100px 0px 0px;
}
.port-con-title {
margin-bottom: 30px;
}
.port-con-title h2 a {
color: #2a2a2a;
}
.port-con-img {
margin-bottom: 20px;
}
.port-con-img img {
width: 100%;
border-radius: 10px;
}
.port-con-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
margin-right: 30px;
}
.port-con-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.port-con-meta li:hover p span {
color: #fe6347;
}
.port-con-meta li i {
font-size: 14px;
margin-right: 5px;
}
.port-con-meta li p {
font-size: 14px;
}
.port-con-meta li p span {
margin-left: 5px;
}
.port-con-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.port-con-btn .btn {
width: 280px;
padding: 12px 0px;
text-align: center;
border-radius: 8px;
}
.port-con-btn .icon {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.port-con-btn .icon-outline {
color: #fe6347;
border-color: #fe6347;
}
.port-con-btn .icon-outline:hover {
color: #ffffff;
}
.port-con-color {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.port-con-color span {
width: 160px;
height: 160px;
line-height: 145px;
text-align: center;
font-weight: 500;
margin: 0px 8px;
display: inline-block;
border-radius: 50%;
}
.port-con-color span:nth-child(1) {
border: 10px solid #fe6347;
}
.port-con-color span:nth-child(1):hover {
color: #ffffff;
background: #fe6347;
}
.port-con-color span:nth-child(2) {
border: 10px solid #2a2a2a;
}
.port-con-color span:nth-child(2):hover {
color: #ffffff;
background: #2a2a2a;
}
@media (max-width: 767px) {
.port-con-part {
padding: 60px 0px 0px;
}
.port-con-title h2 {
font-size: 24px;
line-height: 32px;
}
.port-con-meta {
margin-right: 0px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.port-con-btn .btn {
width: 100%;
}
}
/*=====================================
PORTFOLIO DETAILS PART STYLE
======================================*/
.port-det-part {
padding: 60px 0px 0px;
}
.port-det-descrip p {
line-height: 28px;
}
.port-det-descrip p span {
display: block;
margin-top: 30px;
}
@media (max-width: 767px) {
.port-det-part {
padding: 25px 0px 25px;
}
}
@media(max-width: 480px){
.coding-round {
width: 29px;
}
}
/*=====================================
REVIEW FORM STYLE
======================================*/
.review-form h3 {
margin: 0px 0px 25px 15px;
}
.review-form .btn {
margin-left: 15px;
}
.grid-input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.grid-input input {
width: 100%;
height: 50px;
margin: 0px 15px;
padding: 0px 20px;
border-radius: 8px;
background: #fbf2f2;
border: 1px solid #e8e8e8;
}
.grid-input input:focus-within {
border-color: #fe6347;
}
.row-input {
margin: 0px 15px 20px;
}
.row-input input,
.row-input textarea {
width: 100%;
}
.row-input textarea {
height: 250px;
padding: 15px 20px;
border-radius: 8px;
background: #fbf2f2;
border: 1px solid #e8e8e8;
}
.row-input textarea:focus-within {
border-color: #fe6347;
}
.review-rating {
margin: 0px 15px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.review-rating li {
margin-right: 15px;
}
.review-rating li i {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
background: #f5f5f5;
color: #555555;
font-size: 14px;
text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.review-rating li i:hover {
color: #ffffff;
background: #ffcc23;
}
@media (max-width: 991px) {
.grid-input {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0px;
}
.grid-input input {
margin-bottom: 20px;
}
.row-input {
margin: 0px 0px 20px;
}
.star-rating {
margin: 0px 0px 20px !important;
}
.review-form .btn {
margin-left: 0px;
}
}
/*=====================================
REVIEW LIST PART STYLE
======================================*/
.review-list {
margin-bottom: 50px;
}
.review-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
padding: 30px 0px;
border-bottom: 1px solid #e8e8e8;
}
.reviewer-img {
margin-right: 30px;
}
.reviewer-img a img {
width: 100px;
border-radius: 8px;
}
.reviewer-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.reviewer-meta a {
color: #2a2a2a;
font-weight: 500;
}
.reviewer-meta p {
font-size: 15px;
}
.reviewer-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 13px;
}
.reviewer-rating li {
margin-right: 5px;
}
.reviewer-rating li i {
font-size: 14px;
color: #bbbbbb;
}
.reviewer-rating li .active {
color: #ffcc23;
}
.reviewer-descrip {
width: 100%;
}
@media (max-width: 575px) {
.review-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.reviewer-img {
margin-bottom: 25px;
}
}
.port-footer {
padding: 150px 0px 100px;
}
/*=====================================
BLOG LIST PART STYLE
======================================*/
.blog-list-part {
padding: 100px 0px 0px;
}
.blog-bar-src {
margin-bottom: 45px;
}
.blog-bar-list {
margin-bottom: 45px;
}
.blog-bar-list h4 {
position: relative;
display: inline-block;
text-transform: capitalize;
margin-bottom: 28px;
}
.blog-bar-list h4::before {
position: absolute;
content: "";
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 2px;
background: #fe6347;
}
.blog-bar-list ul li:last-child {
margin-bottom: 0px;
}
.blog-suggest-list {
margin-bottom: 42px;
}
.blog-suggest-list .blog-suggest:last-child {
margin-bottom: 0px;
}
.blog-cate-list ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #e8e8e8;
margin-bottom: 18px;
padding-bottom: 18px;
}
.blog-cate-list ul li:hover h6 a {
color: #fe6347;
}
.blog-cate-list ul li:hover p {
background: #fe6347;
}
.blog-cate-list ul li h6 {
font-weight: 500;
}
.blog-cate-list ul li h6 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-cate-list ul li p {
font-size: 13px;
font-weight: 500;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: #ffffff;
background: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-tag-list ul li {
display: inline-block;
margin: 0px 8px 12px 0px;
}
.blog-tag-list ul li a {
color: #2a2a2a;
font-size: 13px;
padding: 2px 12px;
border-radius: 30px;
text-transform: capitalize;
border: 1px solid #e8e8e8;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.blog-tag-list ul li a:hover {
color: #ffffff;
background: #fe6347;
border-color: #fe6347;
}
.blog-follow-list ul li {
display: inline-block;
margin-right: 10px;
}
.blog-follow-list .icon {
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-banner-ad img {
width: 100%;
border-radius: 8px;
}
.blog-list-pagi {
margin-top: 30px;
}
.blogbar-part {
padding: 140px 0px 0px;
}
.blogbar-part .col-lg-4 {
padding: 0px 25px;
}
@media (max-width: 767px) {
.blogbar-part {
padding: 30px 0px 0px;
}
}
@media (max-width: 991px) {
.blog-list-part {
padding: 60px 0px 0px;
}
.content-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.blog-list-pagi {
margin-top: 10px;
margin-bottom: 50px;
}
.blog-list-pagi .page-item {
margin: 0px 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.blog-list-part {
padding: 80px 0px 0px;
}
.blog-follow-list ul li {
margin-right: 6px;
}
.blogbar-part .icon {
width: 44px;
height: 44px;
line-height: 44px;
}
}
/*=====================================
BLOG DETAILS PART STYLE
======================================*/
.blog-details-part {
padding: 100px 0px 55px;
}
.details-title {
margin-bottom: 20px;
}
.details-title h2 a {
color: #2a2a2a;
}
.details-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 30px;
}
.details-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0px 18px;
border-right: 1px solid #e8e8e8;
}
.details-meta li:first-child {
padding-left: 0px;
}
.details-meta li:last-child {
padding-right: 0px;
border-right: none;
}
.details-meta li i {
font-size: 14px;
margin-right: 8px;
margin-top: -2px;
}
.details-meta li p {
font-size: 14px;
}
.details-img {
margin-bottom: 30px;
}
.details-img img {
width: 100%;
border-radius: 10px;
}
.details-descrip p {
margin-bottom: 35px;
}
.details-descrip p span {
display: block;
margin-top: 25px;
}
.details-subtitle {
margin-bottom: 35px;
}
.details-subtitle h4 {
margin-bottom: 25px;
}
.details-subtitle p a {
text-decoration: underline;
}
.details-quote {
padding: 50px 50px;
background: #ffeded;
border-left: 5px solid #fe6347;
margin-bottom: 45px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.details-quote p {
font-size: 22px;
font-style: italic;
line-height: 35px;
margin-bottom: 35px;
}
.details-quote span {
font-weight: 500;
-ms-flex-item-align: end;
align-self: flex-end;
text-transform: capitalize;
}
.details-list {
list-style: disc;
margin-left: 20px;
margin-bottom: 50px;
}
.details-list li {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.blog-details-part {
padding: 60px 0px 10px;
}
.details-title h2 {
font-size: 22px;
line-height: 30px;
}
.details-meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.details-quote {
padding: 40px 40px;
}
.details-quote p {
font-size: 18px;
line-height: 30px;
}
.details-quote span {
font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-banner-ad {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.details-meta li {
padding: 0px 9px;
}
.details-meta li p,
.details-meta li i {
font-size: 13px;
}
}
/*=====================================
DETAILS SUGGEST PART STYLE
======================================*/
.suggest-slider {
padding: 60px 0px 50px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.suggest-slider li {
width: 336px;
margin: 0px 25px;
}
.suggest-slider li:hover img {
opacity: 0.8;
}
.suggest-slider li:hover a {
color: #fe6347;
}
.suggest-slider li img {
width: 100%;
height: auto;
border-radius: 10px;
margin-bottom: 25px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-slider li h5 {
text-transform: inherit;
line-height: 26px;
margin-bottom: 8px;
font-weight: 600;
}
.suggest-slider li h5 a {
color: #2a2a2a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.suggest-slider li p {
font-size: 14px;
}
.suggest-slider li p i {
margin-right: 5px;
}
.suggest-slider .dandik {
right: -25px;
}
.suggest-slider .bamdik {
left: -25px;
}
/*=====================================
DETAILS USER PART STYLE
======================================*/
.blog-user-part {
padding: 76px 0px 0px;
}
.user-comment h4 {
margin-bottom: 30px;
}
.comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 25px 0px 21px;
border-bottom: 1px solid #e8e8e8;
}
.comment-item:last-child {
border-bottom: none;
}
.comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px;
}
.comment a img {
width: 80px;
height: auto;
border-radius: 5px;
margin-right: 25px;
}
.comment-text p {
line-height: 26px;
}
.comment-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px;
}
.comment-header li {
font-size: 14px;
}
.comment-header li a {
font-weight: 500;
color: #2a2a2a;
}
.comment-header li i {
margin-right: 5px;
}
.comment-reply {
-ms-flex-item-align: end;
align-self: flex-end;
}
.comment-reply a {
font-size: 16px;
font-weight: 600;
color: #2a2a2a;
text-transform: uppercase;
}
.comment-reply a:hover {
color: #fe6347;
}
.comment-reply a i {
margin-left: 8px;
}
.user-form h4 {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.blog-user-part {
padding: 50px 0px 0px;
}
.comment {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.comment-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.comment-item.ml-5 {
margin-left: 2rem !important;
}
.user-form input,
.user-form textarea,
.user-form .btn {
margin: 0px;
margin-bottom: 20px;
}
.footer-text li h6{
text-align: center;
}
}
/*=====================================
BLOG DETAILS RIGHTBAR PART STYLE
======================================*/
.details-rightbar .details-content {
margin-right: 50px;
}
@media (max-width: 991px) {
.details-rightbar .details-content {
margin-right: 0px;
}
}
/*=====================================
BLOG DETAILS LEFTBAR PART STYLE
======================================*/
.details-leftbar .details-content {
margin-left: 50px;
}
@media (max-width: 991px) {
.details-leftbar .details-content {
margin-left: 0px;
}
}
/*# sourceMappingURL=light-theme.css.map */ | 0.25992 | 0.071721 |
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: Helvetica;
font-size: 13px;
font-weight: 200;
overflow: hidden;
}
#app-header {
border-bottom: 1px solid #bbb;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #efedeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efedeb));
background: -webkit-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: linear-gradient(to bottom, #ffffff 0%,#efedeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efedeb',GradientType=0 );
}
#header-logo {
padding: 12px 0 0 13px;
font-size: 18px;
color: #4F7AA3;
font-weight: 200;
font-family: "Helvetica Neue";
}
#header-logo img {
position: relative;
top: -3px;
left: -2px;
margin-right: 5px;
}
#header-logo span {
position: relative;
top: -2px;
}
#header-logo > i.icon {
margin: 0 5px;
}
.splitview > .slider {
background: transparent;
}
.splitview.horizontal > .slider {
border-right: 1px solid #acacac;
width: 5px;
}
#ace_editor {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#navbar {
background: #282d31;
background: -moz-linear-gradient(left, #282d31 0%, #171b1e 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#282d31), color-stop(100%,#171b1e));
background: -webkit-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: -o-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: -ms-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: linear-gradient(to right, #282d31 0%,#171b1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282d31', endColorstr='#171b1e',GradientType=1 );
border-right: 1px solid #aaa;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
#navbar a.iconbutton {
cursor: default;
-webkit-transition: background 0.15s;
-moz-transition: background 0.15s;
-o-transition: background 0.15s;
-ms-transition: background 0.15s;
}
#navbar a.iconbutton.active, #navbar a.iconbutton:hover {
background: #222;
}
#navbar a.iconbutton i.icon {
position: relative;
top: 13px;
font-size: 16px;
color: #fff;
-webkit-transition: color 0.15s;
-moz-transition: color 0.15s;
-o-transition: color 0.15s;
-ms-transition: color 0.15s;
}
#navbar a.iconbutton.active i.icon {
color: #2DB3FF;
}
#sandbox-iframe {
border: none;
}
#connection_status {
position: relative;
}
#connection_status i.icon {
position: absolute;
left: 20px;
top: 15px;
color: #55B355;
}
#connection_status.disconnected i.icon {
color: #E2502B;
}
#iframe-cover {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
#iframe-cover.moving {
pointer-events: auto;
}
#editor_splitview {
-webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
-moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
-o-transition: -o-transform 0.2s, box-shadow 0.2s;
-ms-transition: -ms-transform 0.2s, box-shadow 0.2s;
}
#body_container.expand #editor_splitview {
-webkit-transform: translate(240px, 0px);
-moz-transform: translate(240px, 0px);
-o-transform: translate(240px, 0px);
-ms-transform: translate(240px, 0px);
box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.3);
}
#history-container {
position: absolute;
top: 0;
left: 50px;
width: 240px;
height: 100%;
border-right: 1px solid #aaa;
overflow-y: auto;
}
#editor-header {
background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
border-bottom: 1px solid #b7b7b7;
padding: 5px 10px;
}
#document-name {
font-size: 16px;
line-height: 16px;
font-weight: 200;
margin: 0;
padding: 2px 5px;
top: 7px;
left: 5px;
color: #888;
outline: 1px solid transparent;
-webkit-transition: outline 0.15s, color 0.2s;
-moz-transition: outline 0.15s, color 0.2s;
-o-transition: outline 0.15s, color 0.2s;
-ms-transition: outline 0.15s, color 0.2s;
}
#document-name.modified {
color: #555;
}
#document-name:hover {
outline: 1px solid #bbb;
}
#document-name:focus, #document-name.modified:focus {
color: #888;
outline: 1px solid #bbb;
}
#mode-selector {
margin: 0;
right: 10px;
top: 8px;
width: 160px;
}
.listheader {
background: #f4f4f4;
}
.listheader .statebutton {
border-left: 1px solid #bbb;
font-weight: 100;
color: #444;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.listheader .statebutton.active {
font-weight: 400;
background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
} | assets/css/style.css | * {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: Helvetica;
font-size: 13px;
font-weight: 200;
overflow: hidden;
}
#app-header {
border-bottom: 1px solid #bbb;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #efedeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efedeb));
background: -webkit-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efedeb 100%);
background: linear-gradient(to bottom, #ffffff 0%,#efedeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efedeb',GradientType=0 );
}
#header-logo {
padding: 12px 0 0 13px;
font-size: 18px;
color: #4F7AA3;
font-weight: 200;
font-family: "Helvetica Neue";
}
#header-logo img {
position: relative;
top: -3px;
left: -2px;
margin-right: 5px;
}
#header-logo span {
position: relative;
top: -2px;
}
#header-logo > i.icon {
margin: 0 5px;
}
.splitview > .slider {
background: transparent;
}
.splitview.horizontal > .slider {
border-right: 1px solid #acacac;
width: 5px;
}
#ace_editor {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#navbar {
background: #282d31;
background: -moz-linear-gradient(left, #282d31 0%, #171b1e 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#282d31), color-stop(100%,#171b1e));
background: -webkit-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: -o-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: -ms-linear-gradient(left, #282d31 0%,#171b1e 100%);
background: linear-gradient(to right, #282d31 0%,#171b1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282d31', endColorstr='#171b1e',GradientType=1 );
border-right: 1px solid #aaa;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
#navbar a.iconbutton {
cursor: default;
-webkit-transition: background 0.15s;
-moz-transition: background 0.15s;
-o-transition: background 0.15s;
-ms-transition: background 0.15s;
}
#navbar a.iconbutton.active, #navbar a.iconbutton:hover {
background: #222;
}
#navbar a.iconbutton i.icon {
position: relative;
top: 13px;
font-size: 16px;
color: #fff;
-webkit-transition: color 0.15s;
-moz-transition: color 0.15s;
-o-transition: color 0.15s;
-ms-transition: color 0.15s;
}
#navbar a.iconbutton.active i.icon {
color: #2DB3FF;
}
#sandbox-iframe {
border: none;
}
#connection_status {
position: relative;
}
#connection_status i.icon {
position: absolute;
left: 20px;
top: 15px;
color: #55B355;
}
#connection_status.disconnected i.icon {
color: #E2502B;
}
#iframe-cover {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
#iframe-cover.moving {
pointer-events: auto;
}
#editor_splitview {
-webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
-moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
-o-transition: -o-transform 0.2s, box-shadow 0.2s;
-ms-transition: -ms-transform 0.2s, box-shadow 0.2s;
}
#body_container.expand #editor_splitview {
-webkit-transform: translate(240px, 0px);
-moz-transform: translate(240px, 0px);
-o-transform: translate(240px, 0px);
-ms-transform: translate(240px, 0px);
box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.3);
}
#history-container {
position: absolute;
top: 0;
left: 50px;
width: 240px;
height: 100%;
border-right: 1px solid #aaa;
overflow-y: auto;
}
#editor-header {
background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
border-bottom: 1px solid #b7b7b7;
padding: 5px 10px;
}
#document-name {
font-size: 16px;
line-height: 16px;
font-weight: 200;
margin: 0;
padding: 2px 5px;
top: 7px;
left: 5px;
color: #888;
outline: 1px solid transparent;
-webkit-transition: outline 0.15s, color 0.2s;
-moz-transition: outline 0.15s, color 0.2s;
-o-transition: outline 0.15s, color 0.2s;
-ms-transition: outline 0.15s, color 0.2s;
}
#document-name.modified {
color: #555;
}
#document-name:hover {
outline: 1px solid #bbb;
}
#document-name:focus, #document-name.modified:focus {
color: #888;
outline: 1px solid #bbb;
}
#mode-selector {
margin: 0;
right: 10px;
top: 8px;
width: 160px;
}
.listheader {
background: #f4f4f4;
}
.listheader .statebutton {
border-left: 1px solid #bbb;
font-weight: 100;
color: #444;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.listheader .statebutton.active {
font-weight: 400;
background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
} | 0.28577 | 0.09782 |
* {
margin: 0;
}
body {
overflow-y: hidden;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 25px;
}
.header .hamburger-icon:hover {
cursor: pointer;
}
.header .header__logo {
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
.header .header__left {
white-space: nowrap;
}
.header .header__left .search-back-icon:hover {
cursor: pointer;
}
.header .header__center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #c9c9c9;
-webkit-box-flex: 0.60;
-ms-flex: 0.60;
flex: 0.60;
height: 38px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.header .header__center form {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.header .header__center form input {
height: 90%;
border: none;
margin-left: 20px;
font-size: 17px;
width: 100%;
}
.header .header__center form input:focus {
outline: none;
border: none;
outline-width: 0;
}
.header .header__center form input:focus::-webkit-input-placeholder {
color: transparent;
}
.header .header__center form input:focus:-ms-input-placeholder {
color: transparent;
}
.header .header__center form input:focus::-ms-input-placeholder {
color: transparent;
}
.header .header__center form input:focus::placeholder {
color: transparent;
}
.header .header__center .header__search-cont {
width: 70px;
height: 100%;
background-color: #f9f9f9;
border-left: 1px solid #c9c9c9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header .header__center .header__search-cont:hover {
background-color: #f4f4f4;
cursor: pointer;
}
.header .header__center .header__search-cont .header__search-icon {
color: gray;
}
.header .header__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header .header__right .search-icon-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px;
border-radius: 50px;
}
.header .header__right .search-icon-container:hover {
cursor: pointer;
}
.header .header__right .header__right__icon {
margin-left: 25px;
}
.header .header__right .header__right__avatar {
height: 32px;
width: 32px;
}
.header .header__right .header__right__avatar:hover {
cursor: pointer;
}
.header .header__right .header__right__sign-in {
margin-left: 20px;
height: 40px;
border-radius: 5px;
border: 1px solid #aaa;
background-color: transparent;
color: #696969;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2px 17px;
}
.header .header__right .header__right__sign-in:hover {
cursor: pointer;
background-color: #fafafa;
}
.header .header__right .header__right__sign-in .sign-in__user-icon {
margin-right: 10px;
}
.header .header__right .header__right__profile-menu {
background-color: white;
position: absolute;
top: 0;
right: 70px;
width: 300px;
border: 1px solid #0000001a;
}
.header .header__right .header__right__profile-menu .profile-menu__header {
padding: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #0000001a;
}
.header .header__right .header__right__profile-menu .profile-menu__header .header__profile-pic {
width: 40px;
height: 40px;
margin-right: 16px;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items {
padding: 8px 0;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items {
padding-left: 16px;
padding-right: 32px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items:hover {
cursor: pointer;
background-color: #90909020;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items .item-icon {
margin-right: 16px;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items .item-name {
font-size: 15px;
}
.app__viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app__viewer .sidebar {
width: 240px;
height: calc(100vh - 60px);
scrollbar-width: thin;
overflow-y: auto;
scrollbar-color: #ffffff #ffffff;
padding-top: 10px;
}
.app__viewer .sidebar:hover {
scrollbar-color: #b5b5b5 #ffffff;
}
.app__viewer .sidebar .sidebar__more__section-header {
margin-left: 28px;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
color: #656565;
}
.app__viewer .sidebar .sidebar__navlinks {
color: black;
text-decoration: none;
}
.app__viewer .sidebar .sidebar-navlink-selected > .sidebar__menu-item {
background-color: #c5c5c569;
font-weight: 600;
}
.app__viewer .sidebar .sidebar__menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
}
.app__viewer .sidebar .sidebar__menu-item:hover {
background-color: #f2f2f2;
cursor: pointer;
}
.app__viewer .sidebar .sidebar__menu-item .sidebar__menu-item__icon {
margin-left: 12px;
}
.app__viewer .sidebar .sidebar__menu-item .sidebar__menu-item_title {
margin-left: 20px;
font-size: 14px;
}
.app__viewer .sidebar .sidebar__hr {
height: 1px;
margin: 15px 0;
border: 0;
background-color: #e1e1e1;
}
.app__viewer .sidebar-sml {
width: 72px;
}
.app__viewer .sidebar-sml .sidebar__navlinks {
text-decoration: none;
color: black;
}
.app__viewer .sidebar-sml .sidebar__navlinks .sidebar__menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 10px;
padding: 16px 0;
}
.app__viewer .sidebar-sml .sidebar__navlinks .sidebar__menu-item .sidebar__menu-item__icon {
margin-bottom: 5px;
}
.app__viewer .sidebar-overlay {
background-color: white;
width: 240px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 100;
}
.app__viewer .sidebar-overlay .sidebar-header {
padding: 10px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
}
.app__viewer .sidebar-overlay .hamburger-icon:hover {
cursor: pointer;
}
.app__viewer .sidebar-overlay .header__logo {
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
.app__viewer .dark-overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #5757575d;
z-index: 90;
}
.app__viewer .app__viewer__main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #f9f9f9;
height: calc(100vh - 60px);
overflow-y: auto;
scrollbar-color: #b5b5b5 #ffffff;
scrollbar-width: thin;
}
.app__viewer .app__viewer__main.recommended {
padding: 18px 25px;
display: -ms-grid;
display: grid;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem {
max-width: 370px;
padding: 0 8px 10px 8px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__thumbnail {
width: 100%;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .videoItem__details__thumbnail {
margin-right: 10px;
width: 36px;
height: 36px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__title {
font-weight: 600;
font-size: 18px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__channel,
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__video-data {
font-size: 14px;
}
.app__viewer .app__viewer__main.search {
padding: 20px 35px;
}
.app__viewer .app__viewer__main.search .search__filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 7px;
}
.app__viewer .app__viewer__main.search .search__filter .search__filter__icon {
margin-right: 5px;
}
.app__viewer .app__viewer__main.search .search__filter .search__filter__title {
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 16px;
padding-right: 50px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-img {
margin: 0 120px;
height: 136px;
width: 136px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-name {
font-weight: 600;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-stats {
font-size: 12px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-desc {
height: 24px;
font-size: 12px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-right: 50px;
margin-top: 16px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-thumbnail {
width: 360px;
-o-object-fit: cover;
object-fit: cover;
margin-right: 20px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__title {
font-weight: 600;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__video-stats {
font-size: 12px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__desc {
height: 24px;
font-size: 12px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app__viewer .some-content {
color: #555555;
margin: 28.1px;
font-size: 12px;
scroll-margin: 20px;
}
.app__viewer .rick-rolled-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #f9f9f9;
padding-bottom: 50px;
}
.app__viewer .rick-rolled-container .permission {
font-size: 32px;
margin-bottom: 40px;
}
.app__viewer .rick-rolled-container .permission-btn {
padding: 15px 40px;
border: none;
background-color: #ff0e0e;
border-radius: 10px;
color: white;
font-weight: 900;
}
.app__viewer .rick-rolled-container .permission-btn:hover {
cursor: pointer;
background-color: #ff3f3f;
}
@media screen and (min-width: 0px) {
.app__viewer__main.recommended {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#notification-icon {
display: none;
}
}
@media screen and (min-width: 495px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}
#notification-icon {
display: block;
}
}
@media screen and (min-width: 872px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 1128px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
}
}
/*# sourceMappingURL=App.css.map */ | src/App.css | * {
margin: 0;
}
body {
overflow-y: hidden;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 25px;
}
.header .hamburger-icon:hover {
cursor: pointer;
}
.header .header__logo {
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
.header .header__left {
white-space: nowrap;
}
.header .header__left .search-back-icon:hover {
cursor: pointer;
}
.header .header__center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #c9c9c9;
-webkit-box-flex: 0.60;
-ms-flex: 0.60;
flex: 0.60;
height: 38px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.header .header__center form {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.header .header__center form input {
height: 90%;
border: none;
margin-left: 20px;
font-size: 17px;
width: 100%;
}
.header .header__center form input:focus {
outline: none;
border: none;
outline-width: 0;
}
.header .header__center form input:focus::-webkit-input-placeholder {
color: transparent;
}
.header .header__center form input:focus:-ms-input-placeholder {
color: transparent;
}
.header .header__center form input:focus::-ms-input-placeholder {
color: transparent;
}
.header .header__center form input:focus::placeholder {
color: transparent;
}
.header .header__center .header__search-cont {
width: 70px;
height: 100%;
background-color: #f9f9f9;
border-left: 1px solid #c9c9c9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header .header__center .header__search-cont:hover {
background-color: #f4f4f4;
cursor: pointer;
}
.header .header__center .header__search-cont .header__search-icon {
color: gray;
}
.header .header__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header .header__right .search-icon-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px;
border-radius: 50px;
}
.header .header__right .search-icon-container:hover {
cursor: pointer;
}
.header .header__right .header__right__icon {
margin-left: 25px;
}
.header .header__right .header__right__avatar {
height: 32px;
width: 32px;
}
.header .header__right .header__right__avatar:hover {
cursor: pointer;
}
.header .header__right .header__right__sign-in {
margin-left: 20px;
height: 40px;
border-radius: 5px;
border: 1px solid #aaa;
background-color: transparent;
color: #696969;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2px 17px;
}
.header .header__right .header__right__sign-in:hover {
cursor: pointer;
background-color: #fafafa;
}
.header .header__right .header__right__sign-in .sign-in__user-icon {
margin-right: 10px;
}
.header .header__right .header__right__profile-menu {
background-color: white;
position: absolute;
top: 0;
right: 70px;
width: 300px;
border: 1px solid #0000001a;
}
.header .header__right .header__right__profile-menu .profile-menu__header {
padding: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #0000001a;
}
.header .header__right .header__right__profile-menu .profile-menu__header .header__profile-pic {
width: 40px;
height: 40px;
margin-right: 16px;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items {
padding: 8px 0;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items {
padding-left: 16px;
padding-right: 32px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items:hover {
cursor: pointer;
background-color: #90909020;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items .item-icon {
margin-right: 16px;
}
.header .header__right .header__right__profile-menu .profile-menu__menu-items .menu-items .item-name {
font-size: 15px;
}
.app__viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app__viewer .sidebar {
width: 240px;
height: calc(100vh - 60px);
scrollbar-width: thin;
overflow-y: auto;
scrollbar-color: #ffffff #ffffff;
padding-top: 10px;
}
.app__viewer .sidebar:hover {
scrollbar-color: #b5b5b5 #ffffff;
}
.app__viewer .sidebar .sidebar__more__section-header {
margin-left: 28px;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
color: #656565;
}
.app__viewer .sidebar .sidebar__navlinks {
color: black;
text-decoration: none;
}
.app__viewer .sidebar .sidebar-navlink-selected > .sidebar__menu-item {
background-color: #c5c5c569;
font-weight: 600;
}
.app__viewer .sidebar .sidebar__menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
}
.app__viewer .sidebar .sidebar__menu-item:hover {
background-color: #f2f2f2;
cursor: pointer;
}
.app__viewer .sidebar .sidebar__menu-item .sidebar__menu-item__icon {
margin-left: 12px;
}
.app__viewer .sidebar .sidebar__menu-item .sidebar__menu-item_title {
margin-left: 20px;
font-size: 14px;
}
.app__viewer .sidebar .sidebar__hr {
height: 1px;
margin: 15px 0;
border: 0;
background-color: #e1e1e1;
}
.app__viewer .sidebar-sml {
width: 72px;
}
.app__viewer .sidebar-sml .sidebar__navlinks {
text-decoration: none;
color: black;
}
.app__viewer .sidebar-sml .sidebar__navlinks .sidebar__menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 10px;
padding: 16px 0;
}
.app__viewer .sidebar-sml .sidebar__navlinks .sidebar__menu-item .sidebar__menu-item__icon {
margin-bottom: 5px;
}
.app__viewer .sidebar-overlay {
background-color: white;
width: 240px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 100;
}
.app__viewer .sidebar-overlay .sidebar-header {
padding: 10px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
}
.app__viewer .sidebar-overlay .hamburger-icon:hover {
cursor: pointer;
}
.app__viewer .sidebar-overlay .header__logo {
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
.app__viewer .dark-overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #5757575d;
z-index: 90;
}
.app__viewer .app__viewer__main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #f9f9f9;
height: calc(100vh - 60px);
overflow-y: auto;
scrollbar-color: #b5b5b5 #ffffff;
scrollbar-width: thin;
}
.app__viewer .app__viewer__main.recommended {
padding: 18px 25px;
display: -ms-grid;
display: grid;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem {
max-width: 370px;
padding: 0 8px 10px 8px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__thumbnail {
width: 100%;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .videoItem__details__thumbnail {
margin-right: 10px;
width: 36px;
height: 36px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__title {
font-weight: 600;
font-size: 18px;
}
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__channel,
.app__viewer .app__viewer__main.recommended .recommended__videoItem .videoItem__details .info__video-data {
font-size: 14px;
}
.app__viewer .app__viewer__main.search {
padding: 20px 35px;
}
.app__viewer .app__viewer__main.search .search__filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 7px;
}
.app__viewer .app__viewer__main.search .search__filter .search__filter__icon {
margin-right: 5px;
}
.app__viewer .app__viewer__main.search .search__filter .search__filter__title {
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 16px;
padding-right: 50px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-img {
margin: 0 120px;
height: 136px;
width: 136px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-name {
font-weight: 600;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-stats {
font-size: 12px;
}
.app__viewer .app__viewer__main.search .search__vidList__channel-item .channel-item__channel-info .channel-info__channel-desc {
height: 24px;
font-size: 12px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-right: 50px;
margin-top: 16px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-thumbnail {
width: 360px;
-o-object-fit: cover;
object-fit: cover;
margin-right: 20px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__title {
font-weight: 600;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__video-stats {
font-size: 12px;
}
.app__viewer .app__viewer__main.search .search__vidList__video-item .video-item__video-info .video-info__desc {
height: 24px;
font-size: 12px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app__viewer .some-content {
color: #555555;
margin: 28.1px;
font-size: 12px;
scroll-margin: 20px;
}
.app__viewer .rick-rolled-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #f9f9f9;
padding-bottom: 50px;
}
.app__viewer .rick-rolled-container .permission {
font-size: 32px;
margin-bottom: 40px;
}
.app__viewer .rick-rolled-container .permission-btn {
padding: 15px 40px;
border: none;
background-color: #ff0e0e;
border-radius: 10px;
color: white;
font-weight: 900;
}
.app__viewer .rick-rolled-container .permission-btn:hover {
cursor: pointer;
background-color: #ff3f3f;
}
@media screen and (min-width: 0px) {
.app__viewer__main.recommended {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#notification-icon {
display: none;
}
}
@media screen and (min-width: 495px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}
#notification-icon {
display: block;
}
}
@media screen and (min-width: 872px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 1128px) {
.app__viewer__main.recommended {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
}
}
/*# sourceMappingURL=App.css.map */ | 0.360602 | 0.059102 |
@import url("https://fonts.google.com/specimen/Spartan");
* {
box-sizing: border-box; }
body {
margin: 0;
font-size: 15px;
font-family: Spartan ,Verdana, Geneva, Tahoma, sans-serif; }
body p {
line-height: 1.5; }
.container {
padding: 0 20px;
text-align: center; }
.container .head h1 {
line-height: .8;
width: 90%;
font-size: 2.8em;
font-weight: 700;
color: #502050; }
.container .head p {
color: #937b92;
font-size: 1.3em; }
.container .rates {
margin-top: 30px; }
.container .rates .rate {
border-radius: 8px;
background-color: #f7f2f7;
margin-top: 10px;
margin-bottom: 16px; }
.container .rates .rate .stars {
padding-top: 15px; }
.container .rates .rate .stars img {
width: 17px;
height: 17px; }
.container .rates .rate P {
font-size: 1.2em;
font-weight: 600;
color: #502050;
margin: 0;
padding-top: 3px;
padding-bottom: 12px; }
.cards-container {
margin-top: 45px; }
.cards-container .card {
background-color: #502050;
border-radius: 8px;
padding: 35px;
margin-bottom: 20px; }
.cards-container .card .card-top {
display: flex;
align-items: center; }
.cards-container .card .card-top img {
display: inline-block;
margin-right: 20px;
border-radius: 50%;
width: 40px;
height: 40px;
padding: 1px;
background-color: rgba(255, 255, 255, 0.219); }
.cards-container .card .card-top .card-top-des h2 {
font-weight: 700;
font-size: 1em;
color: #f7f2f7;
margin-bottom: 0; }
.cards-container .card .card-top .card-top-des h3 {
font-weight: 400;
font-size: 1em;
color: #ee68a4;
margin-top: 3px; }
.cards-container .card q {
margin-top: 18px;
line-height: 1.6;
display: inline-block;
text-align: left;
font-size: 1.1em;
color: white; }
footer {
margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: #502050;
font-size: .9em;
color: white; }
footer a {
color: #ee68a4;
text-decoration: none;
font-size: .9em; }
footer div {
margin: 10px; }
@media (min-width: 375px) {
.container {
max-width: 500px;
margin: auto; } }
@media (min-width: 768px) {
.container {
max-width: 90%; }
.container .head h1, .container .head p {
margin-left: auto;
margin-right: auto; }
.container .head h1 {
max-width: 640px;
line-height: 1.2; }
.container .head p {
max-width: 640px; } }
@media (min-width: 850px) {
.container .rates, .container .cards-container {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap; }
.container .rates .rate {
flex-basis: 45%; }
.container .rates .rate:last-of-type {
flex-basis: 93%; }
.container .cards-container .card {
flex-basis: 45%; }
.container .cards-container .card:last-of-type {
flex-basis: 93%; } }
@media (min-width: 1300px) {
.container, .container .rates .rate {
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
body {
padding-top: 100px; }
.container {
padding: 40px;
margin: 0 auto;
text-align: left;
max-width: 1300px; }
.container .head {
flex-basis: 40%; }
.container .head h1 {
margin-top: 0;
margin-left: 0;
margin-bottom: 5px; }
.container .rates {
flex-basis: 55%;
display: block;
margin: 0;
padding: 0; }
.container .rates .rate {
align-items: center;
justify-content: left;
width: 85%;
padding: 20px; }
.container .rates .rate .stars {
padding-top: 0;
margin-right: 20px; }
.container .rates .rate p {
padding: 0; }
.container .rates .rate:nth-of-type(2) {
transform: translateX(70px); }
.container .rates .rate:nth-of-type(3) {
transform: translateX(140px); }
.container .cards-container {
justify-content: space-between;
flex-wrap: nowrap; }
.container .cards-container .card {
flex-basis: 40% !important; }
.container .cards-container .card:nth-of-type(2) {
transform: translate(20px, 30px); }
.container .cards-container .card:nth-of-type(3) {
transform: translate(40px, 60px); } } | style.css | @import url("https://fonts.google.com/specimen/Spartan");
* {
box-sizing: border-box; }
body {
margin: 0;
font-size: 15px;
font-family: Spartan ,Verdana, Geneva, Tahoma, sans-serif; }
body p {
line-height: 1.5; }
.container {
padding: 0 20px;
text-align: center; }
.container .head h1 {
line-height: .8;
width: 90%;
font-size: 2.8em;
font-weight: 700;
color: #502050; }
.container .head p {
color: #937b92;
font-size: 1.3em; }
.container .rates {
margin-top: 30px; }
.container .rates .rate {
border-radius: 8px;
background-color: #f7f2f7;
margin-top: 10px;
margin-bottom: 16px; }
.container .rates .rate .stars {
padding-top: 15px; }
.container .rates .rate .stars img {
width: 17px;
height: 17px; }
.container .rates .rate P {
font-size: 1.2em;
font-weight: 600;
color: #502050;
margin: 0;
padding-top: 3px;
padding-bottom: 12px; }
.cards-container {
margin-top: 45px; }
.cards-container .card {
background-color: #502050;
border-radius: 8px;
padding: 35px;
margin-bottom: 20px; }
.cards-container .card .card-top {
display: flex;
align-items: center; }
.cards-container .card .card-top img {
display: inline-block;
margin-right: 20px;
border-radius: 50%;
width: 40px;
height: 40px;
padding: 1px;
background-color: rgba(255, 255, 255, 0.219); }
.cards-container .card .card-top .card-top-des h2 {
font-weight: 700;
font-size: 1em;
color: #f7f2f7;
margin-bottom: 0; }
.cards-container .card .card-top .card-top-des h3 {
font-weight: 400;
font-size: 1em;
color: #ee68a4;
margin-top: 3px; }
.cards-container .card q {
margin-top: 18px;
line-height: 1.6;
display: inline-block;
text-align: left;
font-size: 1.1em;
color: white; }
footer {
margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: #502050;
font-size: .9em;
color: white; }
footer a {
color: #ee68a4;
text-decoration: none;
font-size: .9em; }
footer div {
margin: 10px; }
@media (min-width: 375px) {
.container {
max-width: 500px;
margin: auto; } }
@media (min-width: 768px) {
.container {
max-width: 90%; }
.container .head h1, .container .head p {
margin-left: auto;
margin-right: auto; }
.container .head h1 {
max-width: 640px;
line-height: 1.2; }
.container .head p {
max-width: 640px; } }
@media (min-width: 850px) {
.container .rates, .container .cards-container {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap; }
.container .rates .rate {
flex-basis: 45%; }
.container .rates .rate:last-of-type {
flex-basis: 93%; }
.container .cards-container .card {
flex-basis: 45%; }
.container .cards-container .card:last-of-type {
flex-basis: 93%; } }
@media (min-width: 1300px) {
.container, .container .rates .rate {
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
body {
padding-top: 100px; }
.container {
padding: 40px;
margin: 0 auto;
text-align: left;
max-width: 1300px; }
.container .head {
flex-basis: 40%; }
.container .head h1 {
margin-top: 0;
margin-left: 0;
margin-bottom: 5px; }
.container .rates {
flex-basis: 55%;
display: block;
margin: 0;
padding: 0; }
.container .rates .rate {
align-items: center;
justify-content: left;
width: 85%;
padding: 20px; }
.container .rates .rate .stars {
padding-top: 0;
margin-right: 20px; }
.container .rates .rate p {
padding: 0; }
.container .rates .rate:nth-of-type(2) {
transform: translateX(70px); }
.container .rates .rate:nth-of-type(3) {
transform: translateX(140px); }
.container .cards-container {
justify-content: space-between;
flex-wrap: nowrap; }
.container .cards-container .card {
flex-basis: 40% !important; }
.container .cards-container .card:nth-of-type(2) {
transform: translate(20px, 30px); }
.container .cards-container .card:nth-of-type(3) {
transform: translate(40px, 60px); } } | 0.409575 | 0.068881 |
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*CSD*/
/* fix graphic bug while moving tabs */
#TabsToolbar {
max-height: 33px !important;
}
#TabsToolbar[movingtab] {
padding-bottom: 0px !important;
}
#TabsToolbar[movingtab] + #nav-bar {
margin-top: -1px !important;
}
/* fix menu button */
:root:not([uidensity="compact"]):not([chromehidden~="toolbar"]) #PanelUI-button {
/*margin-inline-start: 0px !important;*/
padding-inline-start: 0px !important;
border-inline-start: unset !important;
border-image: unset !important;
border-image-slice: unset !important;
}
#PanelUI-menu-button {
background: linear-gradient(var(--menu-button-separator-color), var(--menu-button-separator-color)) no-repeat !important;
background-size: 1px 33%, 1px 33% !important;
background-position: 42px !important;
margin-right: 37px !important;
padding-inline-start: 0px !important;
padding-inline-end: 9px !important;
}
#PanelUI-menu-button.toolbarbutton-1 > .toolbarbutton-badge-stack {
margin-right: 0px !important;
width: 34px;
height: 28px;
}
#PanelUI-menu-button.toolbarbutton-1 > .toolbarbutton-badge-stack > .toolbarbutton-icon {
margin-left: 3px;
margin-right: 3px;
}
/*correct align of titlebar buttons*/
.titlebar-buttonbox-container {
position: absolute !important;
top: 0px !important;
right: 5px !important;
display: block;
}
.titlebar-buttonbox{
/*margin-top: 0px !important;
margin-right: 4px !important;*/
}
.titlebar-min,
.titlebar-max,
.titlebar-close {
/* same as nav-bar*/
height: 42px;
}
/*avoid duplicate image*/
.titlebar-min,
.titlebar-max {
margin-right: 6px !important;
}
.titlebar-min > image{
opacity: 0 !important;
}
.titlebar-max > image{
opacity: 0 !important;
}
.titlebar-close > image {
opacity: 0 !important;
}
/* if fullscreen button added to toolbar show only in fullscreen mode */
#main-window:not([inFullscreen]) #fullscreen-button {
display: none !important;
}
#main-window[inFullscreen] #fullscreen-button {
display: inline !important;
}
#main-window[inFullscreen] #window-controls {
display: none !important;
}
#main-window[inFullscreen] #nav-bar[context="autohide-context"] #PanelUI-menu-button {
margin-right: 0px !important;
} | ui/csd.css | @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*CSD*/
/* fix graphic bug while moving tabs */
#TabsToolbar {
max-height: 33px !important;
}
#TabsToolbar[movingtab] {
padding-bottom: 0px !important;
}
#TabsToolbar[movingtab] + #nav-bar {
margin-top: -1px !important;
}
/* fix menu button */
:root:not([uidensity="compact"]):not([chromehidden~="toolbar"]) #PanelUI-button {
/*margin-inline-start: 0px !important;*/
padding-inline-start: 0px !important;
border-inline-start: unset !important;
border-image: unset !important;
border-image-slice: unset !important;
}
#PanelUI-menu-button {
background: linear-gradient(var(--menu-button-separator-color), var(--menu-button-separator-color)) no-repeat !important;
background-size: 1px 33%, 1px 33% !important;
background-position: 42px !important;
margin-right: 37px !important;
padding-inline-start: 0px !important;
padding-inline-end: 9px !important;
}
#PanelUI-menu-button.toolbarbutton-1 > .toolbarbutton-badge-stack {
margin-right: 0px !important;
width: 34px;
height: 28px;
}
#PanelUI-menu-button.toolbarbutton-1 > .toolbarbutton-badge-stack > .toolbarbutton-icon {
margin-left: 3px;
margin-right: 3px;
}
/*correct align of titlebar buttons*/
.titlebar-buttonbox-container {
position: absolute !important;
top: 0px !important;
right: 5px !important;
display: block;
}
.titlebar-buttonbox{
/*margin-top: 0px !important;
margin-right: 4px !important;*/
}
.titlebar-min,
.titlebar-max,
.titlebar-close {
/* same as nav-bar*/
height: 42px;
}
/*avoid duplicate image*/
.titlebar-min,
.titlebar-max {
margin-right: 6px !important;
}
.titlebar-min > image{
opacity: 0 !important;
}
.titlebar-max > image{
opacity: 0 !important;
}
.titlebar-close > image {
opacity: 0 !important;
}
/* if fullscreen button added to toolbar show only in fullscreen mode */
#main-window:not([inFullscreen]) #fullscreen-button {
display: none !important;
}
#main-window[inFullscreen] #fullscreen-button {
display: inline !important;
}
#main-window[inFullscreen] #window-controls {
display: none !important;
}
#main-window[inFullscreen] #nav-bar[context="autohide-context"] #PanelUI-menu-button {
margin-right: 0px !important;
} | 0.313735 | 0.169819 |
:root {
--light-color: #f2f2f2;
--dark-color: #262626;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
.fs-xx-small {
font-size: xx-small;
}
.ta-right {
text-align: right;
}
.input-text {
width: 100%;
padding: 2px;
cursor: auto;
border: none;
color: var(--vscode-editor-foreground);
}
.text-align-center {
text-align: center;
}
.padding-4 {
padding: 4px;
}
.padding-2 {
padding: 2px;
}
.margin-top-2 {
margin-top: 2px;
}
.margin-bottom-16 {
margin-bottom: 16px;
}
.outline-none:focus {
outline: none;
}
.bc-transparent {
background-color: transparent;
}
.d-flex-column-center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.d-flex-row-end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.d-block {
display: block;
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.t-0-r-0-b-0-l-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.w-64-h-64 {
width: 64px;
height: 64px;
}
.fg-1 {
flex-grow: 1;
}
.padding-right-4 {
padding-right: 4px;
}
#gallery-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery {
width: 100%;
}
.frame-label-container {
margin: 5px;
}
.frame-label {
display: block;
border: 1px solid var(--vscode-editor-foreground);
width: 100px;
padding: 2px 10px;
border-radius: 10px;
}
#light-frame-label {
color: var(--dark-color);
background-color: var(--light-color);
}
#dark-frame-label {
color: var(--light-color);
background-color: var(--dark-color);
}
.flag {
position: absolute;
top: 6px;
left: 8px;
border-radius: 10px;
border: 5px solid;
border-color: transparent;
}
input[type="radio"]:checked + .frame-label-container .flag {
border-color: #a076c4;
}
input[type="radio"]#light-frame:checked ~ .gallery .img-container {
background-color: var(--light-color);
}
input[type="radio"]#dark-frame:checked ~ .gallery .img-container {
background-color: var(--dark-color);
}
#no-results-found {
color: var(--vscode-editor-foreground);
background-color: color: var(--vscode-editor-background);
}
#refresh {
border: 1px solid var(--vscode-editor-foreground);
color: var(--vscode-editor-foreground);
background-color: color: var(--vscode-editor-background);
}
.svg-container:hover > .action {
display: flex !important;
}
.action > button.open {
cursor: pointer;
font-size: small;
padding: 5px;
border: none;
color: var(--vscode-button-foreground);
background-color: var(--vscode-button-background);
} | src/styles/style.css | :root {
--light-color: #f2f2f2;
--dark-color: #262626;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
.fs-xx-small {
font-size: xx-small;
}
.ta-right {
text-align: right;
}
.input-text {
width: 100%;
padding: 2px;
cursor: auto;
border: none;
color: var(--vscode-editor-foreground);
}
.text-align-center {
text-align: center;
}
.padding-4 {
padding: 4px;
}
.padding-2 {
padding: 2px;
}
.margin-top-2 {
margin-top: 2px;
}
.margin-bottom-16 {
margin-bottom: 16px;
}
.outline-none:focus {
outline: none;
}
.bc-transparent {
background-color: transparent;
}
.d-flex-column-center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.d-flex-row-end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.d-block {
display: block;
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.t-0-r-0-b-0-l-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.w-64-h-64 {
width: 64px;
height: 64px;
}
.fg-1 {
flex-grow: 1;
}
.padding-right-4 {
padding-right: 4px;
}
#gallery-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery {
width: 100%;
}
.frame-label-container {
margin: 5px;
}
.frame-label {
display: block;
border: 1px solid var(--vscode-editor-foreground);
width: 100px;
padding: 2px 10px;
border-radius: 10px;
}
#light-frame-label {
color: var(--dark-color);
background-color: var(--light-color);
}
#dark-frame-label {
color: var(--light-color);
background-color: var(--dark-color);
}
.flag {
position: absolute;
top: 6px;
left: 8px;
border-radius: 10px;
border: 5px solid;
border-color: transparent;
}
input[type="radio"]:checked + .frame-label-container .flag {
border-color: #a076c4;
}
input[type="radio"]#light-frame:checked ~ .gallery .img-container {
background-color: var(--light-color);
}
input[type="radio"]#dark-frame:checked ~ .gallery .img-container {
background-color: var(--dark-color);
}
#no-results-found {
color: var(--vscode-editor-foreground);
background-color: color: var(--vscode-editor-background);
}
#refresh {
border: 1px solid var(--vscode-editor-foreground);
color: var(--vscode-editor-foreground);
background-color: color: var(--vscode-editor-background);
}
.svg-container:hover > .action {
display: flex !important;
}
.action > button.open {
cursor: pointer;
font-size: small;
padding: 5px;
border: none;
color: var(--vscode-button-foreground);
background-color: var(--vscode-button-background);
} | 0.418459 | 0.191082 |
.entry-header {
margin-bottom: 1rem;
}
.entry-title {
margin-bottom: 0;
}
.entry-header time {
color: gray;
}
a {
color: #205d86;
}
.title-menu-container {
margin: 0 auto;
max-width: 960px;
padding: 1.45rem 1.0875rem;
display: flex;
justify-content: space-between;
}
@media (max-width: 600px) {
.title-menu-container {
flex-direction: column;
}
}
.nav-items {
list-style: none;
text-decoration: none;
margin: 0px;
display: flex;
margin-top: 10px;
}
.nav-item {
display: inline;
color: white;
text-decoration: none;
}
.nav-item--search {
display: flex;
margin-bottom: 0;
margin-top: -10px;
}
.nav-item a {
padding: 5px 10px;
text-transform: uppercase;
text-decoration: none;
}
.nav-item a {
color: white;
}
.nav-item > a:hover,
.nav-item > a:focus,
.nav-item > a:active {
border-bottom: 1px solid;
}
button.search-btn {
background: transparent;
border: none;
font-size: 1rem;
cursor: pointer;
margin-top: -2px;
}
button.search-x-btn {
background: transparent;
font-size: 1rem;
padding-top: 3px;
cursor: pointer;
color: white;
}
ul.pagination li.active a {
border-bottom: 1px solid;
}
header a {
color: #139fc9;
}
button.search-btn:hover,
button.search-btn:focus {
transform: scale(1.3);
}
.search-form {
visibility: hidden;
margin-top: 2px;
margin-left: 4px;
z-index: 20;
}
@media (min-width: 500px) {
.search-form {
margin-top: 6px;
}
}
.search-form.show {
visibility: visible;
}
.search-form input {
height: 32px;
}
.search-results-container {
position: absolute;
margin-top: 80px;
background-color: white;
padding-top: 25px;
left: 0;
width: 100%;
min-height: 400px;
z-index: 10;
display: none;
}
.search-results-container a:active,
.search-results-container a:hover {
outline-width: 0;
color: #0c5f79;
}
.search-results-container.show {
display: block;
}
.search-results {
background-color: #f1f1f1;
color: #666;
width: 1170px;
max-width: 100%;
margin: auto;
padding: 2rem 2rem 1rem;
}
.search-results a {
text-transform: none;
color: #333;
} | src/components/custom.css | .entry-header {
margin-bottom: 1rem;
}
.entry-title {
margin-bottom: 0;
}
.entry-header time {
color: gray;
}
a {
color: #205d86;
}
.title-menu-container {
margin: 0 auto;
max-width: 960px;
padding: 1.45rem 1.0875rem;
display: flex;
justify-content: space-between;
}
@media (max-width: 600px) {
.title-menu-container {
flex-direction: column;
}
}
.nav-items {
list-style: none;
text-decoration: none;
margin: 0px;
display: flex;
margin-top: 10px;
}
.nav-item {
display: inline;
color: white;
text-decoration: none;
}
.nav-item--search {
display: flex;
margin-bottom: 0;
margin-top: -10px;
}
.nav-item a {
padding: 5px 10px;
text-transform: uppercase;
text-decoration: none;
}
.nav-item a {
color: white;
}
.nav-item > a:hover,
.nav-item > a:focus,
.nav-item > a:active {
border-bottom: 1px solid;
}
button.search-btn {
background: transparent;
border: none;
font-size: 1rem;
cursor: pointer;
margin-top: -2px;
}
button.search-x-btn {
background: transparent;
font-size: 1rem;
padding-top: 3px;
cursor: pointer;
color: white;
}
ul.pagination li.active a {
border-bottom: 1px solid;
}
header a {
color: #139fc9;
}
button.search-btn:hover,
button.search-btn:focus {
transform: scale(1.3);
}
.search-form {
visibility: hidden;
margin-top: 2px;
margin-left: 4px;
z-index: 20;
}
@media (min-width: 500px) {
.search-form {
margin-top: 6px;
}
}
.search-form.show {
visibility: visible;
}
.search-form input {
height: 32px;
}
.search-results-container {
position: absolute;
margin-top: 80px;
background-color: white;
padding-top: 25px;
left: 0;
width: 100%;
min-height: 400px;
z-index: 10;
display: none;
}
.search-results-container a:active,
.search-results-container a:hover {
outline-width: 0;
color: #0c5f79;
}
.search-results-container.show {
display: block;
}
.search-results {
background-color: #f1f1f1;
color: #666;
width: 1170px;
max-width: 100%;
margin: auto;
padding: 2rem 2rem 1rem;
}
.search-results a {
text-transform: none;
color: #333;
} | 0.542136 | 0.084266 |
* {
border: 2px solid black;
}
#body{
width:1000px;
border: 0px solid #000009;
margin:auto;
}
.frame{
width: 800px;
height: 500px;
background-image: url('back.jpg');
border-radius: 2%;
overflow: hidden;
position:relative;
margin: auto;
}
/*plane*/
#plane {
background-image: url('plane.gif');
background-repeat: no-repeat;
border: 1px solid yellow;
height: 150px;
width: 320px;
position: relative;
top:190px;
left:300px;
/*animation: plane 1.2s linear infinite;*/
}
@keyframes plane {
0% {top:170px;}
50%{top:200px;}
100% {top:170px;}
}
.clds{
border:1px solid #000009;
background-color:#fffff0;
position:relative;
top:140px;
left: -50px;
width:150px;
border-radius: 100px;
height:50px;
}
.clds:before{
border-bottom:none;
border:1px solid #000009;
background-color: #fffff0;
display: block;
left: 20px;
top: -40px;
content: "";
height: 70px;
width: 90px;
border-radius: 100px;
position: relative;
}
.clds:after{
background-color: #fffff0;
border: 1px solid #000009;
border-bottom:none;
content: "";
display: block;
left: 70px;
top: -90px;
width: 58px;
height: 50px;
border-radius: 100px;
position: relative;
}
.clds2{
border:1px solid #000009;
background-color:#fffff0;
opacity: 0.5;
position:relative;
top:347px;
left: 417px;
width:186px;
height:60px;
border-radius: 100px;
}
.clds2:before{
border:1px solid #000009;
border-bottom:none;
background-color: #fffff0;
content: "";
left: 20px;
border-radius: 100px;
display: block;
position: relative;
height: 80px;
top: -40px;
width: 110px;
}
.clds2:after{
border: 1px solid #000009;
background-color: #fffff0;
border-bottom:none;
content: "";
display: block;
height: 52px;
left: 85px;
position: relative;
top: -90px;
width: 126px;
border-radius: 100px;
}
.clds{
animation: clds 12s linear infinite;
}
/*Enemy Fomatting*/
#e1{
background-image: url('enemy.gif');
position:absolute;
min-height: 46px;
min-width: 50px;
border: 1px solid red;
top:140px;
left: 0px;
animation: enemyA 3s linear infinite;
}
#e2{
background-image: url('enemy.gif');
position:absolute;
min-height: 46px;
min-width: 50px;
border: 1px solid red;
top:140px;
left: 0px;
animation: enemyB 6s linear infinite;
}
@keyframes clds {
0% {
left:-50px);
opacity:0.0;
}
30%{
opacity:0.8;
}
100% {
left:850px;
}
}
/*cld 2*/
.clds2{
animation: clds2 12s linear infinite;
}
@keyframes clds2 {
0% {
left:420px);
}
35%{
left:890px;
opacity:0.0;
}
40%{
left:-100px;
opacity:0.0;
}
50%{
opacity:0.28;
}
80%{
opacity:0,8;
}
100% {
left:417px;
}
}
@keyframes enemyA {
0% {
left: -5%;
top: -5%;
}
100% {
left: 105%;
top: 105%;
}
}
@keyframes enemyB {
0% {
left: -5%;
top: 105%;
}
100% {
left: 105%;
top: -5%;
}
} | style.css | * {
border: 2px solid black;
}
#body{
width:1000px;
border: 0px solid #000009;
margin:auto;
}
.frame{
width: 800px;
height: 500px;
background-image: url('back.jpg');
border-radius: 2%;
overflow: hidden;
position:relative;
margin: auto;
}
/*plane*/
#plane {
background-image: url('plane.gif');
background-repeat: no-repeat;
border: 1px solid yellow;
height: 150px;
width: 320px;
position: relative;
top:190px;
left:300px;
/*animation: plane 1.2s linear infinite;*/
}
@keyframes plane {
0% {top:170px;}
50%{top:200px;}
100% {top:170px;}
}
.clds{
border:1px solid #000009;
background-color:#fffff0;
position:relative;
top:140px;
left: -50px;
width:150px;
border-radius: 100px;
height:50px;
}
.clds:before{
border-bottom:none;
border:1px solid #000009;
background-color: #fffff0;
display: block;
left: 20px;
top: -40px;
content: "";
height: 70px;
width: 90px;
border-radius: 100px;
position: relative;
}
.clds:after{
background-color: #fffff0;
border: 1px solid #000009;
border-bottom:none;
content: "";
display: block;
left: 70px;
top: -90px;
width: 58px;
height: 50px;
border-radius: 100px;
position: relative;
}
.clds2{
border:1px solid #000009;
background-color:#fffff0;
opacity: 0.5;
position:relative;
top:347px;
left: 417px;
width:186px;
height:60px;
border-radius: 100px;
}
.clds2:before{
border:1px solid #000009;
border-bottom:none;
background-color: #fffff0;
content: "";
left: 20px;
border-radius: 100px;
display: block;
position: relative;
height: 80px;
top: -40px;
width: 110px;
}
.clds2:after{
border: 1px solid #000009;
background-color: #fffff0;
border-bottom:none;
content: "";
display: block;
height: 52px;
left: 85px;
position: relative;
top: -90px;
width: 126px;
border-radius: 100px;
}
.clds{
animation: clds 12s linear infinite;
}
/*Enemy Fomatting*/
#e1{
background-image: url('enemy.gif');
position:absolute;
min-height: 46px;
min-width: 50px;
border: 1px solid red;
top:140px;
left: 0px;
animation: enemyA 3s linear infinite;
}
#e2{
background-image: url('enemy.gif');
position:absolute;
min-height: 46px;
min-width: 50px;
border: 1px solid red;
top:140px;
left: 0px;
animation: enemyB 6s linear infinite;
}
@keyframes clds {
0% {
left:-50px);
opacity:0.0;
}
30%{
opacity:0.8;
}
100% {
left:850px;
}
}
/*cld 2*/
.clds2{
animation: clds2 12s linear infinite;
}
@keyframes clds2 {
0% {
left:420px);
}
35%{
left:890px;
opacity:0.0;
}
40%{
left:-100px;
opacity:0.0;
}
50%{
opacity:0.28;
}
80%{
opacity:0,8;
}
100% {
left:417px;
}
}
@keyframes enemyA {
0% {
left: -5%;
top: -5%;
}
100% {
left: 105%;
top: 105%;
}
}
@keyframes enemyB {
0% {
left: -5%;
top: 105%;
}
100% {
left: 105%;
top: -5%;
}
} | 0.351422 | 0.103839 |
.center{
text-align: center;
}
.inline-list li {
display: inline-block;
}
/*****************************************************************************
For Landing Page /
******************************************************************************/
article {
-webkit-columns: 2 200px;
-moz-columns: 2 200px;
columns: 2 200px;
-webkit-column-gap: 4em;
-moz-column-gap: 4em;
column-gap: 4em;
text-align: justify;
}
.introduction {
width: 90%;
margin: auto;
}
.guy-at-computer {
position: relative;
width: 100%;
top: 0;
left: 0;
}
.letter-icon {
position: relative;
width: 10%;
top: 0;
right: 0;
}
.letter-machine {
position: relative;
margin: auto;
width: 35%;
}
.how-it-works li{
/*width: 18%;*/
/*min-width: 150px; */
display: inline-block;
/*border: 3px solid purple;*/
/*padding: 1%;*/
/*margin: 1%;*/
}
.how-it-works li img {
/*width: 100%*/
}
/*****************************************************************************
Sign Up Process Styling
******************************************************************************/
.modal {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: none;
justify-content: center;
align-items: center;
flex-direction: row;
overflow: auto
}
::-webkit-scrollbar {
display: none;
}
.modal-form-container{
background: rgba(0,0,0,0.85);
width: 100%;
height: 100%;
}
.white-text {
color: white;
}
.modal-form-container h3 {
margin: 5%;
color: white;
font-size: 2.5em;
}
.sign-up-form form label {
display: inline-block;
color: white;
}
.sign-up-form form input {
margin: 2%;
width: 111%;
height: 30px;
color: black;
}
.oauth-buttons {
list-style: none;
}
.oauth-buttons li {
width: 60%;
height: 48px;
}
.modal-exit {
position: absolute;
color: white;
top: 0px;
left: 27px;
}
/*****************************************************************************
For Profile Page Header and Nav /Profile
******************************************************************************/
.new-letter {
margin: 10px 0 0 0;
width: 125px;
height: 28px;
text-align: center;
background: #d9534f;
color: white;
}
.new-letter h3 {
padding: 6px;
}
.user-name {
font-size: 1.5em
}
.nav-bar {
background: #337ab7;
}
.nav-bar ul {
text-align: center;
display: table;
margin: 10% auto 0 auto;
}
.nav-bar ul li{
color: #fff;
font-size: 2.0em;
width: 10%;
padding: 0px 10% 0 12%;
height: 50px;
border-color: #5cb85c;
vertical-align: middle;
display: table-cell;
}
#active {
background: #5cb85c;
}
/*****************************************************************************
For Letter Editor
******************************************************************************/
.letter-editor {
display: none;
background: #fff;
}
#editor {
font-size: 1.3em;
width: 6in;
min-height: 800px;
background: tan;
margin: 2% auto;
/*background: rgba(0,0,0,0.85);*/
/*color:white;*/
box-shadow: 0px 9px 33px 5px #888888
}
.proof-read {
margin: auto;
width: 25%;
height: 38px;
margin: 0 0 5% 0;
background: ;
}
/*****************************************************************************
For Letter Proof read
******************************************************************************/
.details {
position: fixed;
overflow: auto;
width: 440px;
right: -390px;
top: 0px;
bottom: 0px;
background: whitesmoke;
}
.details-shower-hider {
position: absolute;
background: gray;
width: 50px;
top: 0;
left: 0;
bottom: 0;
}
.details-header {
font-size: 2.0em;
background: blue;
border-bottom: 3px solid black;
}
.add-address form{
width: 32%;
margin: auto;
}
.details-container {
margin: 4%;
list-style: none;
}
.details-section {
font-size: 2.5em;
margin: 27% 0 0 0;
}
/*****************************************************************************
For Profile Page Multi-Letters View
******************************************************************************/
.letters-container {
}
.letters {
text-align: center;
}
.letters li {
min-width: 300px;
width: 25%;
display: inline-block;
}
.letters li:hover {
background: green;
}
.letters li img {
width: 50%;
} | public/css/application.css | .center{
text-align: center;
}
.inline-list li {
display: inline-block;
}
/*****************************************************************************
For Landing Page /
******************************************************************************/
article {
-webkit-columns: 2 200px;
-moz-columns: 2 200px;
columns: 2 200px;
-webkit-column-gap: 4em;
-moz-column-gap: 4em;
column-gap: 4em;
text-align: justify;
}
.introduction {
width: 90%;
margin: auto;
}
.guy-at-computer {
position: relative;
width: 100%;
top: 0;
left: 0;
}
.letter-icon {
position: relative;
width: 10%;
top: 0;
right: 0;
}
.letter-machine {
position: relative;
margin: auto;
width: 35%;
}
.how-it-works li{
/*width: 18%;*/
/*min-width: 150px; */
display: inline-block;
/*border: 3px solid purple;*/
/*padding: 1%;*/
/*margin: 1%;*/
}
.how-it-works li img {
/*width: 100%*/
}
/*****************************************************************************
Sign Up Process Styling
******************************************************************************/
.modal {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: none;
justify-content: center;
align-items: center;
flex-direction: row;
overflow: auto
}
::-webkit-scrollbar {
display: none;
}
.modal-form-container{
background: rgba(0,0,0,0.85);
width: 100%;
height: 100%;
}
.white-text {
color: white;
}
.modal-form-container h3 {
margin: 5%;
color: white;
font-size: 2.5em;
}
.sign-up-form form label {
display: inline-block;
color: white;
}
.sign-up-form form input {
margin: 2%;
width: 111%;
height: 30px;
color: black;
}
.oauth-buttons {
list-style: none;
}
.oauth-buttons li {
width: 60%;
height: 48px;
}
.modal-exit {
position: absolute;
color: white;
top: 0px;
left: 27px;
}
/*****************************************************************************
For Profile Page Header and Nav /Profile
******************************************************************************/
.new-letter {
margin: 10px 0 0 0;
width: 125px;
height: 28px;
text-align: center;
background: #d9534f;
color: white;
}
.new-letter h3 {
padding: 6px;
}
.user-name {
font-size: 1.5em
}
.nav-bar {
background: #337ab7;
}
.nav-bar ul {
text-align: center;
display: table;
margin: 10% auto 0 auto;
}
.nav-bar ul li{
color: #fff;
font-size: 2.0em;
width: 10%;
padding: 0px 10% 0 12%;
height: 50px;
border-color: #5cb85c;
vertical-align: middle;
display: table-cell;
}
#active {
background: #5cb85c;
}
/*****************************************************************************
For Letter Editor
******************************************************************************/
.letter-editor {
display: none;
background: #fff;
}
#editor {
font-size: 1.3em;
width: 6in;
min-height: 800px;
background: tan;
margin: 2% auto;
/*background: rgba(0,0,0,0.85);*/
/*color:white;*/
box-shadow: 0px 9px 33px 5px #888888
}
.proof-read {
margin: auto;
width: 25%;
height: 38px;
margin: 0 0 5% 0;
background: ;
}
/*****************************************************************************
For Letter Proof read
******************************************************************************/
.details {
position: fixed;
overflow: auto;
width: 440px;
right: -390px;
top: 0px;
bottom: 0px;
background: whitesmoke;
}
.details-shower-hider {
position: absolute;
background: gray;
width: 50px;
top: 0;
left: 0;
bottom: 0;
}
.details-header {
font-size: 2.0em;
background: blue;
border-bottom: 3px solid black;
}
.add-address form{
width: 32%;
margin: auto;
}
.details-container {
margin: 4%;
list-style: none;
}
.details-section {
font-size: 2.5em;
margin: 27% 0 0 0;
}
/*****************************************************************************
For Profile Page Multi-Letters View
******************************************************************************/
.letters-container {
}
.letters {
text-align: center;
}
.letters li {
min-width: 300px;
width: 25%;
display: inline-block;
}
.letters li:hover {
background: green;
}
.letters li img {
width: 50%;
} | 0.437103 | 0.089574 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 - Footer
6.0 - Alignments
7.0 - Alignments
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
12.1 - Captions
12.2 - Galleries
13.0 Post Meta
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
margin-top: 50px;
}
#colophon .container {
border-top: 1px solid #ddd;
padding-top: 25px;
}
.footer-menu {
margin-left: 0;
padding: 0 0 30px 0;
}
.footer-menu li {
display: inline;
list-style-type: none;
}
.footer-menu li a {
border-left: 1px solid #ddd;
padding: 0 8px;
}
.footer-menu > li:first-child > a {
border-left: none;
padding: 0 8px 0 0;
}
.copyright {
float: left;
}
/*--------------------------------------------------------------
6.0 Word Break
--------------------------------------------------------------*/
#primary, #secondary {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
display: none;
}
.widget ul {
list-style: none;
padding-left: 8px;
}
/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
background-color: yellow;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
margin: 0 0 1.8em;
border-bottom: 1px solid #ddd;
padding-bottom: 1.8em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.copyright {
float: right;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*--------------------------------------------------------------
Post Meta
--------------------------------------------------------------*/
.entry-meta span {
margin-right: 20px;
display: inline-block;
}
.entry-meta span:last-child {
margin-right: 0;
}
.entry-meta span .fa{
color: #bcbcbc;
}
.entry-meta span a {
color: #777;
text-decoration: none;
}
.entry-meta span a:hover {
text-decoration: underline;
}
/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
.portfolio img.wp-post-image {
margin-bottom: 0;
height: auto;
}
.portfolio-item {
margin: 10px 0;
max-width: 100%;
}
.portfolio .thumbnail {
margin-bottom: 5px;
}
.portfolio h4 {
margin-top: 5px;
}
.single-portfolio .hentry {
border-bottom: 0;
} | bootstrapwp/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 - Footer
6.0 - Alignments
7.0 - Alignments
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
12.1 - Captions
12.2 - Galleries
13.0 Post Meta
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
margin-top: 50px;
}
#colophon .container {
border-top: 1px solid #ddd;
padding-top: 25px;
}
.footer-menu {
margin-left: 0;
padding: 0 0 30px 0;
}
.footer-menu li {
display: inline;
list-style-type: none;
}
.footer-menu li a {
border-left: 1px solid #ddd;
padding: 0 8px;
}
.footer-menu > li:first-child > a {
border-left: none;
padding: 0 8px 0 0;
}
.copyright {
float: left;
}
/*--------------------------------------------------------------
6.0 Word Break
--------------------------------------------------------------*/
#primary, #secondary {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
display: none;
}
.widget ul {
list-style: none;
padding-left: 8px;
}
/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
background-color: yellow;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
margin: 0 0 1.8em;
border-bottom: 1px solid #ddd;
padding-bottom: 1.8em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.copyright {
float: right;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*--------------------------------------------------------------
Post Meta
--------------------------------------------------------------*/
.entry-meta span {
margin-right: 20px;
display: inline-block;
}
.entry-meta span:last-child {
margin-right: 0;
}
.entry-meta span .fa{
color: #bcbcbc;
}
.entry-meta span a {
color: #777;
text-decoration: none;
}
.entry-meta span a:hover {
text-decoration: underline;
}
/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
.portfolio img.wp-post-image {
margin-bottom: 0;
height: auto;
}
.portfolio-item {
margin: 10px 0;
max-width: 100%;
}
.portfolio .thumbnail {
margin-bottom: 5px;
}
.portfolio h4 {
margin-top: 5px;
}
.single-portfolio .hentry {
border-bottom: 0;
} | 0.284675 | 0.065575 |
.b-typo pre.hljs-code-container code.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1d1f21;
}
/*selection color*/
.b-typo pre.hljs-code-container code.hljs .hljs::selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::selection {
background: #373b41;
}
.b-typo pre.hljs-code-container code.hljs .hljs::-moz-selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::-moz-selection {
background: #373b41;
}
/*foreground color*/
.b-typo pre.hljs-code-container code.hljs {
color: #c5c8c6;
}
/*color: fg_yellow*/
.b-typo pre.hljs-code-container code.hljs .hljs-title,
.b-typo pre.hljs-code-container code.hljs .hljs-name {
color: #f0c674;
}
/*color: fg_comment*/
.b-typo pre.hljs-code-container code.hljs .hljs-comment,
.b-typo pre.hljs-code-container code.hljs .hljs-meta,
.b-typo pre.hljs-code-container code.hljs .hljs-meta .hljs-keyword {
color: #707880;
}
/*color: fg_red*/
.b-typo pre.hljs-code-container code.hljs .hljs-number,
.b-typo pre.hljs-code-container code.hljs .hljs-symbol,
.b-typo pre.hljs-code-container code.hljs .hljs-literal,
.b-typo pre.hljs-code-container code.hljs .hljs-deletion,
.b-typo pre.hljs-code-container code.hljs .hljs-link {
color: #cc6666
}
/*color: fg_green*/
.b-typo pre.hljs-code-container code.hljs .hljs-string,
.b-typo pre.hljs-code-container code.hljs .hljs-doctag,
.b-typo pre.hljs-code-container code.hljs .hljs-addition,
.b-typo pre.hljs-code-container code.hljs .hljs-regexp,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-attr,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-pseudo {
color: #b5bd68;
}
/*color: fg_purple*/
.b-typo pre.hljs-code-container code.hljs .hljs-attribute,
.b-typo pre.hljs-code-container code.hljs .hljs-code,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-id {
color: #b294bb;
}
/*color: fg_blue*/
.b-typo pre.hljs-code-container code.hljs .hljs-keyword,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-tag,
.b-typo pre.hljs-code-container code.hljs .hljs-bullet,
.b-typo pre.hljs-code-container code.hljs .hljs-tag {
color: #81a2be;
}
/*color: fg_aqua*/
.b-typo pre.hljs-code-container code.hljs .hljs-subst,
.b-typo pre.hljs-code-container code.hljs .hljs-variable,
.b-typo pre.hljs-code-container code.hljs .hljs-template-tag,
.b-typo pre.hljs-code-container code.hljs .hljs-template-variable {
color: #8abeb7;
}
/*color: fg_orange*/
.b-typo pre.hljs-code-container code.hljs .hljs-type,
.b-typo pre.hljs-code-container code.hljs .hljs-built_in,
.b-typo pre.hljs-code-container code.hljs .hljs-builtin-name,
.b-typo pre.hljs-code-container code.hljs .hljs-quote,
.b-typo pre.hljs-code-container code.hljs .hljs-section,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-class {
color: #de935f;
}
.b-typo pre.hljs-code-container code.hljs .hljs-emphasis {
font-style: italic;
}
.b-typo pre.hljs-code-container code.hljs .hljs-strong {
font-weight: bold;
} | src/static/vendor/highlightjs/styles/hybrid.css | .b-typo pre.hljs-code-container code.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1d1f21;
}
/*selection color*/
.b-typo pre.hljs-code-container code.hljs .hljs::selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::selection {
background: #373b41;
}
.b-typo pre.hljs-code-container code.hljs .hljs::-moz-selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::-moz-selection {
background: #373b41;
}
/*foreground color*/
.b-typo pre.hljs-code-container code.hljs {
color: #c5c8c6;
}
/*color: fg_yellow*/
.b-typo pre.hljs-code-container code.hljs .hljs-title,
.b-typo pre.hljs-code-container code.hljs .hljs-name {
color: #f0c674;
}
/*color: fg_comment*/
.b-typo pre.hljs-code-container code.hljs .hljs-comment,
.b-typo pre.hljs-code-container code.hljs .hljs-meta,
.b-typo pre.hljs-code-container code.hljs .hljs-meta .hljs-keyword {
color: #707880;
}
/*color: fg_red*/
.b-typo pre.hljs-code-container code.hljs .hljs-number,
.b-typo pre.hljs-code-container code.hljs .hljs-symbol,
.b-typo pre.hljs-code-container code.hljs .hljs-literal,
.b-typo pre.hljs-code-container code.hljs .hljs-deletion,
.b-typo pre.hljs-code-container code.hljs .hljs-link {
color: #cc6666
}
/*color: fg_green*/
.b-typo pre.hljs-code-container code.hljs .hljs-string,
.b-typo pre.hljs-code-container code.hljs .hljs-doctag,
.b-typo pre.hljs-code-container code.hljs .hljs-addition,
.b-typo pre.hljs-code-container code.hljs .hljs-regexp,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-attr,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-pseudo {
color: #b5bd68;
}
/*color: fg_purple*/
.b-typo pre.hljs-code-container code.hljs .hljs-attribute,
.b-typo pre.hljs-code-container code.hljs .hljs-code,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-id {
color: #b294bb;
}
/*color: fg_blue*/
.b-typo pre.hljs-code-container code.hljs .hljs-keyword,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-tag,
.b-typo pre.hljs-code-container code.hljs .hljs-bullet,
.b-typo pre.hljs-code-container code.hljs .hljs-tag {
color: #81a2be;
}
/*color: fg_aqua*/
.b-typo pre.hljs-code-container code.hljs .hljs-subst,
.b-typo pre.hljs-code-container code.hljs .hljs-variable,
.b-typo pre.hljs-code-container code.hljs .hljs-template-tag,
.b-typo pre.hljs-code-container code.hljs .hljs-template-variable {
color: #8abeb7;
}
/*color: fg_orange*/
.b-typo pre.hljs-code-container code.hljs .hljs-type,
.b-typo pre.hljs-code-container code.hljs .hljs-built_in,
.b-typo pre.hljs-code-container code.hljs .hljs-builtin-name,
.b-typo pre.hljs-code-container code.hljs .hljs-quote,
.b-typo pre.hljs-code-container code.hljs .hljs-section,
.b-typo pre.hljs-code-container code.hljs .hljs-selector-class {
color: #de935f;
}
.b-typo pre.hljs-code-container code.hljs .hljs-emphasis {
font-style: italic;
}
.b-typo pre.hljs-code-container code.hljs .hljs-strong {
font-weight: bold;
} | 0.279435 | 0.134406 |
.heading h4 {
margin: 20px 0;
font-family: 'Roboto';
font-size: 18px;
color:#000;
text-transform:capitalize;
}
.comments p {
margin-bottom: 0px;
font-family: 'Roboto';
margin-left: 0px;
padding-left: 0px;
color: #212529;
font-size: 24px;
font-weight: 600;
}
.admin-panel-chat {
display: flex;
}
.admin-panel-chat img {
width: 50px;
height: 50px;
border-radius: 75px;
}
.time {
margin-right: 10px;
font-size: 14px;
color: #b4b5b7;
vertical-align: top;
font-weight: normal;
}
.msg {
margin-bottom: 15px;
width: 50%;
transform: translate(76px, -22px)
}
.msg.admin-msg-text.row {
transform: translate(78px, -20px);
}
.load-msg-btn {
display: block;
text-align:center;
}
.load-msg-btn button {
padding:7px 15px;
border-radius:4px;
cursor: pointer;
margin-bottom: 20px;
}
.admin {
/* margin-left: 5%; */
width:50%;
}
/* .admin-msg {
margin-left: 15%;
} */
/* .msg p {
font-size: 14px;
font-weight: 500
} */
/*
.admin-data {
margin-left: 5%;
margin-right: 20%;
} */
.reply-msg {
height: 90px;
}
.textarea:focus {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
}
/* .load-msg-btn {
border-radius:4px;
cursor: pointer;
margin-bottom: 20px;
text-align: left;
} */
.reply-btn {
background-color: #4c6eb3;
border: 2px solid #4c6eb3;
color:#fff;
padding:10px 15px;
font-size: 14px;
border-radius:4px;
font-weight: bold;
}
.reply-btn:focus {
outline:0;
box-shadow:0;
}
/* .admin-user-info{
color:#4a4a4a;
font-weight:500;
margin-bottom: 10px;
} */
/* .user-documents{
display: flex;
justify-content: space-between;
margin-bottom: 30px;
} */
/* .user-documents h1{
font-size: 16px;
font-weight:500;
text-transform:capitalize;
color:#999;
} */
/*
.user-documents p{
color:#999;
font-weight: 600;
font-size: 14px;
} */
/*
.user-documents .all-data{
display: flex;
} */
/* .all-data .data{
width:33%;
} */
/*
.documents img{
width:70px;
}
.documents{
margin-bottom: 30px;
}
.links{
margin-bottom: 30px;
}
.link-images{
width: 70px;
} */
/* .links-data{
width: 100%;
display: flex;
justify-content: space-evenly;
} */
.image-headings{
font-family: 'Roboto';
font-size:20px;
}
/* ------------------_Contact-log--------Ui------------------------------ */
.settings-tab {
background-color: #eaf1f1 !important;
padding:15px;
/* margin-top: 135px; */
/* min-height: 100vh; */
position: inherit;
height: calc(100vh - 110px);
}
.settings-tab-list {
font-size: 14px;
cursor: pointer;
}
.list-group-item {
position: relative;
display: block;
font-size: 20px;
padding: 15px 0px !important;
border-bottom: 0px !important;
background-color: transparent !important;
cursor: pointer;
border: none !important;
padding-left: 7% !important;
}
.header-text {
color: #212529;;
font-size: 24px;
font-weight: 600;
padding:0px;
margin-bottom:20px;
}
.user-img img{
border-radius:50%;
width: 60px;
height: 60px;
}
.user-data {
margin-bottom: 30px;
padding-left: 5%;
}
.user-img span{
font-family: 'Roboto';
display: flex;
align-items: center;
font-size: 22px;
font-weight: 500;
justify-content: center;
line-height: 70px;
color: #757474;
}
.user-data span {
color: #7d7d7d;
font-weight: 600;
font-size: 16px;
}
.user-data p{
margin: 15px 0px;
font-size:16px;
color: #888989;
font-family: 'Roboto';
}
.user-data .email{
font-weight: 700;
font-size: 18px;
margin-right: 4px;
color:#ca6627;
}
.document-uploaded{
display: block !important;
color: #212529!important;
}
.settings-tab .card:hover{
background-color:#fff!important;
box-shadow: none!important;
}
.selectedtab.list-group-item span {
color: #00d1b2 !important;
}
.show-card{
min-height: 150px!important;
margin-bottom: 0;
}
.document-uploaded img{
width: 25px;
margin-right: 10px;
margin-bottom: 10px;
}
.document-uploaded a{
color:#212529;
}
.image-section-data .card{
height: 100%;
padding:0;
}
.uploaded-document .card{
height: 120px;
}
.document-uploaded li{
list-style: none;
}
.document-uploaded .document-img{
width: 70px;
}
.admin-chats-data{
margin-top: 40px;
margin-bottom: 20px;
}
.text-area-field{
margin-bottom: 40px;;
}
.links-data a{
color: #1e60e3;
text-decoration: underline;
}
.image-section-data .card:hover {
background-color: none!important;
}
.image-section-data ul{
margin-bottom: 0;
}
.image-section-data li {
text-align: center;
display: inline-block;
width: 30%;
margin-bottom: 30px;
margin: 8px;
}
.attach-item .image-section-data li {
width: 100%;
margin: auto;
padding: 0;
}
.attach-item {
padding: 0 !important;
}
.image-section-data img {
width: 100%;
height: 150px;
text-align: center;
object-fit: contain;
margin-bottom: 18px;
}
.image-section-data .card{
width: 150px;
height: 150px;
margin-bottom: 50px;
}
.no-images-icon{
display: flex;
align-items: center;
justify-content: center;
}
.no-images-icon img{
width: 200px;
}
.user-img {
display: flex;
padding-left: 5%;
}
.settings-tab {
background: #272f4e;
overflow: scroll;
padding: 12px 0px !important;
/* padding-left: 2% !important; */
}
.list-group-item span {
color: #3e3b3b;
font-weight: bold;
font-size: 18px;
}
.show-card.card {
border: none !important;
box-shadow: none;
padding: 0;
background: transparent;
}
.admin-chats-data.col {
margin-bottom: 12px;
margin-top: 200px;
}
.comment-inner.col-md-10.offset-md-1 {
margin-left: 40px;
width: 100%;
max-width: 100% !important;
flex: 100% !important;
}
.user-info {
margin-top: 0px;
}
.name {
color: black;
font-weight: bold;
padding-right: 10px;
vertical-align: top;
padding-left: 10px;
}
.selectedtab.list-group-item {
background-color: #e0f9f6 !important;
}
.notselected {
color: white;
}
.editicon {
text-align: right;
float: right;
margin: 0px 18px;
cursor: pointer;
}
.editicon i {
font-size: 18px;
font-weight: bold;
color: #00d1b2;
}
.right-tab {
height: calc(100vh - 100px);
overflow: scroll !important;
padding: 0px !important;
}
.status-field {
width: 300px;
margin-top: 20px;
padding: 10px;
background: #eaf1f1;
border: 1px solid #5cd2b2;
outline: none;
}
button.reply-btn.btn.btn-secondary {
background-color: #4c6eb3;
border: 2px solid #4c6eb3;
color: #fff;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
margin-top: 15px;
}
.containers {
overflow: scroll;
height: calc(100vh - 120px);
z-index: 0;
}
.inner-containers {
max-width: 1140px;
margin: auto;
}
.btn-status button.dropdown-toggle.btn.btn-secondary {
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
}
.btn-secondary:focus {
box-shadow: none !important;
}
.btn-status.form-control {
width: 30%;
display: inline;
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
color: white !important;
}
.btn-status.form-control:focus {
box-shadow: none !important;
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
color: white !important;
}
.descibe {
display: inline !important;
width: 92% !important;
outline: none;
border: none !important;
box-shadow: none;
padding-left: 15px !important;
}
.descibe:focus {
box-shadow: none !important;
border-bottom: 1px solid #ced4da !important;
}
.docs-details-inner label {
color: #5c98ca;
font-size: 16px;
font-weight: 500;
margin-top: 10px;
line-height: 0;
}
.docs-details-inner textarea {
display: block;
width: 100%;
resize: none;
height: 150px;
border-color: #ced4da;
border-radius: 0.25rem;
outline: none;
padding: 10px;
}
.docs-details-inner span {
padding-left: 5px;
font-size: 16px;
font-weight: 600;
}
.docs-details-inner.right-assign {
float: right;
text-align: right;
margin: 0 20px;
}
.docs-details-inner p {
max-width: 850px;
font-size: 16px;
}
label.des-head {
color: #808080;
font-size: 16px;
font-weight: bold;
}
.des-head {
font-weight: 600;
font-size: 20px;
}
.icons-links {
margin: 30px 0px;
margin-bottom: 30px;
}
.icons-links span {
font-size: 20px;
padding: 10px;
background: #f9f9f9;
margin: 0 10px;
}
.document-uploaded img {
width: 35px;
margin-right: 5px;
margin-bottom: 10px;
border-radius: 23px;
}
.comment-inner.col-md-7.offset-md-1 {
margin-left: 20px;
}
.right-tab .col-md-7.offset-md-1 {
margin-left: 0px;
max-width: 90%;
}
.textarea:focus {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
border-color: #ded7d7;
}
.assign-task .css-2b097c-container {
width: 310px !important;
}
.assign-task {
width: 53%;
text-align: left;
margin-left: 5%;
cursor: pointer;
float: left;
font-weight: 700;
font-size: 18px;
margin-right: 4px;
}
.assignee-task {
width: 35%;
display: inline;
float: right;
text-align: right;
color: #3e3b3b;
font-weight: 700;
font-size: 18px;
transform: translate(-42px, 3px);
}
.arrow-down {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.assign-data.row {
width: 100%;
}
.user-docs-detail {
width: 100%;
}
.docs-details-inner.right-side img {
width: 40px;
height: 40px;
border-radius: 30px;
}
.test p {
font-size: 18px;
font-weight: 700;
}
.attach-item .card {
width: 100px;
}
.show-card.card .col-md-12 {
padding: 0;
}
.logs-section {
text-align: right;
list-style: none;
}
.logs-section span {
font-size: 15px;
/* margin: 2px; */
text-align: left;
}
.logs-section.col-md-3 {
transform: translate(22px, -30px);
z-index: 0;
}
.list-view li {
margin-bottom: 20px;
text-align: left;
background: #fff;
padding: 15px;
border-top: 2px solid #4c6eb3;
}
.list-view .email {
color: #ca652f;
}
.list-view h6 {
text-align: left;
font-size: 18px;
font-weight: bold;
margin-bottom: 23px;
}
.list-save {
background: #4c6eb3;
font-size: 20px;
font-weight: bold;
color: #fff;
margin-top: 15px;
width: 120px !important;
padding: 5px;
border-radius: 5px;
outline: none;
box-shadow: none;
}
.list-save:focus {
outline: none;
box-shadow: none;
}
li.docs-details-inner.right-side {
list-style: none;
}
.assign-data {
margin-top: 40px;
padding-left: 30px;
}
.activity-logs{
background: #f4f5f7;
}
.download-docs {
border-top: 2px solid #edeff1;
border-bottom: 2px solid #edeff1;
width: 100%;
margin: 0;
padding: 0;
}
.activity-logs.col-md-2 {
padding-top: 25px;
overflow-y: scroll;
height: calc(100vh - 100px);
padding-bottom: 30px;
}
.ticket-assign {
margin-bottom: 0px;
}
.ticket-assign span {
font-size: 13px;
margin-bottom: 0;
}
.right-ticket {
text-align: right;
float: right;
line-height: 27px;
}
.assignee-label {
margin-bottom: 0;
font-weight: 500;
font-size: 15px;
}
.inner-assign {
margin-right: 5px;
line-height: 20px;
white-space: nowrap;
width: 150px;
text-overflow: ellipsis;
}
.assign-name {
color: #3896de;
font-size: 15px;
line-height: 0;
font-weight: 600;
}
.select-inner {
margin-top: 40px;
}
.assignee-task img {
width: 30px;
height: 30px;
border-radius: 20px;
}
.ticket-docs {
margin-bottom: 20px;
}
.settings-tab .ticket-docs {
margin-top: 5px;
margin-bottom: 10px;
transform: translate(23px, 8px);
}
.ticket-docs i {
cursor: pointer;
color: #7d7d7d;
font-size: 18px;
}
.assign-task span {
color: #ca6627;
}
.image-section-data {
display: inline-block;
}
.show-card.card .col-md-12 {
padding: 0;
}
.sent-modal.agent-modal-inner label {
text-align: left;
margin: 0;
padding: 0;
width: 123px !important;
}
.sent-modal.agent-modal-inner input {
overflow: visible;
border-bottom: 1px solid #c1bfbf;
margin-bottom: 0px;
color: black;
width: 570px;
margin-left: 0;
}
.sent-modal.agent-modal-inner #exampleSelect {
width: 570px;
}
.sent-modal.agent-modal-inner .form-check {
padding: 0;
}
.sent-modal.agent-modal-inner .col-sm-12 {
padding: 0;
}
.sent-modal.agent-modal-inner .col-sm-10 {
padding: 0;
}
.sent-modal.agent-modal-inner .modal-inner {
padding: 15px 20px 30px 70px !important
}
.agent-modal-admin {
float: right;
}
.agent-modal-admin button.btn.btn-secondary {
background: #4c6eb3!important;
border-color: #4c6eb3!important;
line-height: 0px;
font-size: 18px;
width: 50px;
padding-left: 0;
padding-right: 0;
padding: 8px 0px !important;
}
.inner-containers button.sendmessage-btn.btn.btn-secondary {
width: 100% !important;
padding: 8px !important;
}
button.sendmessage-btn.btn.btn-secondary.btn.btn-secondary {
width: 90px;
padding: 10px;
border-radius: 4px;
font-weight: bold;
font-size: 16px;
}
.sent-modal .css-2b097c-container {
width: 93%;
}
.form-control:focus {
box-shadow: none !important;
border: 1px solid #c1bfbf !important;
}
/* .inner-image-section-data li {
text-align: center;
display: inline-block;
width: 30%;
margin-bottom: 30px;
margin: 8px;
} */
.inner-image-section-data {
display: inline-block;
max-width: 32%;
vertical-align: top;
text-align: center;
padding: 0;
}
.settings-tab .error-msg {
color: red;
font-size: 14px;
margin-top: 10px;
font-weight: bold;
}
.msg.row {
width: 100%;
margin-bottom: 0;
}
.image-section-data {
padding: 0;
}
.image-section-data {
padding-left: 0 !important;
margin: 10px 0px;
width: 15%;
}
.links-data ul {
margin-bottom: 0 !important;
}
.links-data {
margin: 24px;
margin-bottom: 0px;
}
.inner-image-section-data li img {
height: 150px;
margin-bottom: 18px;
width: auto;
}
.icons-links span:first-child {
margin: 0;
}
.inner-image-section-data ul {
/* padding-left: 10px; */
}
.admin-chats-data.col-md-5 {
padding-left: 30px;
}
.sent-modal.agent-modal-inner button {
background: #fff;
border-radius: 5px;
padding: 8px;
font-weight: bold;
width: 20%;
}
.agent-modal-inner .css-2b097c-container {
width: 94%;
} | src/styles/adminticket.css | .heading h4 {
margin: 20px 0;
font-family: 'Roboto';
font-size: 18px;
color:#000;
text-transform:capitalize;
}
.comments p {
margin-bottom: 0px;
font-family: 'Roboto';
margin-left: 0px;
padding-left: 0px;
color: #212529;
font-size: 24px;
font-weight: 600;
}
.admin-panel-chat {
display: flex;
}
.admin-panel-chat img {
width: 50px;
height: 50px;
border-radius: 75px;
}
.time {
margin-right: 10px;
font-size: 14px;
color: #b4b5b7;
vertical-align: top;
font-weight: normal;
}
.msg {
margin-bottom: 15px;
width: 50%;
transform: translate(76px, -22px)
}
.msg.admin-msg-text.row {
transform: translate(78px, -20px);
}
.load-msg-btn {
display: block;
text-align:center;
}
.load-msg-btn button {
padding:7px 15px;
border-radius:4px;
cursor: pointer;
margin-bottom: 20px;
}
.admin {
/* margin-left: 5%; */
width:50%;
}
/* .admin-msg {
margin-left: 15%;
} */
/* .msg p {
font-size: 14px;
font-weight: 500
} */
/*
.admin-data {
margin-left: 5%;
margin-right: 20%;
} */
.reply-msg {
height: 90px;
}
.textarea:focus {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
}
/* .load-msg-btn {
border-radius:4px;
cursor: pointer;
margin-bottom: 20px;
text-align: left;
} */
.reply-btn {
background-color: #4c6eb3;
border: 2px solid #4c6eb3;
color:#fff;
padding:10px 15px;
font-size: 14px;
border-radius:4px;
font-weight: bold;
}
.reply-btn:focus {
outline:0;
box-shadow:0;
}
/* .admin-user-info{
color:#4a4a4a;
font-weight:500;
margin-bottom: 10px;
} */
/* .user-documents{
display: flex;
justify-content: space-between;
margin-bottom: 30px;
} */
/* .user-documents h1{
font-size: 16px;
font-weight:500;
text-transform:capitalize;
color:#999;
} */
/*
.user-documents p{
color:#999;
font-weight: 600;
font-size: 14px;
} */
/*
.user-documents .all-data{
display: flex;
} */
/* .all-data .data{
width:33%;
} */
/*
.documents img{
width:70px;
}
.documents{
margin-bottom: 30px;
}
.links{
margin-bottom: 30px;
}
.link-images{
width: 70px;
} */
/* .links-data{
width: 100%;
display: flex;
justify-content: space-evenly;
} */
.image-headings{
font-family: 'Roboto';
font-size:20px;
}
/* ------------------_Contact-log--------Ui------------------------------ */
.settings-tab {
background-color: #eaf1f1 !important;
padding:15px;
/* margin-top: 135px; */
/* min-height: 100vh; */
position: inherit;
height: calc(100vh - 110px);
}
.settings-tab-list {
font-size: 14px;
cursor: pointer;
}
.list-group-item {
position: relative;
display: block;
font-size: 20px;
padding: 15px 0px !important;
border-bottom: 0px !important;
background-color: transparent !important;
cursor: pointer;
border: none !important;
padding-left: 7% !important;
}
.header-text {
color: #212529;;
font-size: 24px;
font-weight: 600;
padding:0px;
margin-bottom:20px;
}
.user-img img{
border-radius:50%;
width: 60px;
height: 60px;
}
.user-data {
margin-bottom: 30px;
padding-left: 5%;
}
.user-img span{
font-family: 'Roboto';
display: flex;
align-items: center;
font-size: 22px;
font-weight: 500;
justify-content: center;
line-height: 70px;
color: #757474;
}
.user-data span {
color: #7d7d7d;
font-weight: 600;
font-size: 16px;
}
.user-data p{
margin: 15px 0px;
font-size:16px;
color: #888989;
font-family: 'Roboto';
}
.user-data .email{
font-weight: 700;
font-size: 18px;
margin-right: 4px;
color:#ca6627;
}
.document-uploaded{
display: block !important;
color: #212529!important;
}
.settings-tab .card:hover{
background-color:#fff!important;
box-shadow: none!important;
}
.selectedtab.list-group-item span {
color: #00d1b2 !important;
}
.show-card{
min-height: 150px!important;
margin-bottom: 0;
}
.document-uploaded img{
width: 25px;
margin-right: 10px;
margin-bottom: 10px;
}
.document-uploaded a{
color:#212529;
}
.image-section-data .card{
height: 100%;
padding:0;
}
.uploaded-document .card{
height: 120px;
}
.document-uploaded li{
list-style: none;
}
.document-uploaded .document-img{
width: 70px;
}
.admin-chats-data{
margin-top: 40px;
margin-bottom: 20px;
}
.text-area-field{
margin-bottom: 40px;;
}
.links-data a{
color: #1e60e3;
text-decoration: underline;
}
.image-section-data .card:hover {
background-color: none!important;
}
.image-section-data ul{
margin-bottom: 0;
}
.image-section-data li {
text-align: center;
display: inline-block;
width: 30%;
margin-bottom: 30px;
margin: 8px;
}
.attach-item .image-section-data li {
width: 100%;
margin: auto;
padding: 0;
}
.attach-item {
padding: 0 !important;
}
.image-section-data img {
width: 100%;
height: 150px;
text-align: center;
object-fit: contain;
margin-bottom: 18px;
}
.image-section-data .card{
width: 150px;
height: 150px;
margin-bottom: 50px;
}
.no-images-icon{
display: flex;
align-items: center;
justify-content: center;
}
.no-images-icon img{
width: 200px;
}
.user-img {
display: flex;
padding-left: 5%;
}
.settings-tab {
background: #272f4e;
overflow: scroll;
padding: 12px 0px !important;
/* padding-left: 2% !important; */
}
.list-group-item span {
color: #3e3b3b;
font-weight: bold;
font-size: 18px;
}
.show-card.card {
border: none !important;
box-shadow: none;
padding: 0;
background: transparent;
}
.admin-chats-data.col {
margin-bottom: 12px;
margin-top: 200px;
}
.comment-inner.col-md-10.offset-md-1 {
margin-left: 40px;
width: 100%;
max-width: 100% !important;
flex: 100% !important;
}
.user-info {
margin-top: 0px;
}
.name {
color: black;
font-weight: bold;
padding-right: 10px;
vertical-align: top;
padding-left: 10px;
}
.selectedtab.list-group-item {
background-color: #e0f9f6 !important;
}
.notselected {
color: white;
}
.editicon {
text-align: right;
float: right;
margin: 0px 18px;
cursor: pointer;
}
.editicon i {
font-size: 18px;
font-weight: bold;
color: #00d1b2;
}
.right-tab {
height: calc(100vh - 100px);
overflow: scroll !important;
padding: 0px !important;
}
.status-field {
width: 300px;
margin-top: 20px;
padding: 10px;
background: #eaf1f1;
border: 1px solid #5cd2b2;
outline: none;
}
button.reply-btn.btn.btn-secondary {
background-color: #4c6eb3;
border: 2px solid #4c6eb3;
color: #fff;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
margin-top: 15px;
}
.containers {
overflow: scroll;
height: calc(100vh - 120px);
z-index: 0;
}
.inner-containers {
max-width: 1140px;
margin: auto;
}
.btn-status button.dropdown-toggle.btn.btn-secondary {
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
}
.btn-secondary:focus {
box-shadow: none !important;
}
.btn-status.form-control {
width: 30%;
display: inline;
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
color: white !important;
}
.btn-status.form-control:focus {
box-shadow: none !important;
background: #59cc73;
border-color: #59cc73;
padding: 5px;
font-size: 18px;
font-weight: bold;
outline: none;
color: white !important;
}
.descibe {
display: inline !important;
width: 92% !important;
outline: none;
border: none !important;
box-shadow: none;
padding-left: 15px !important;
}
.descibe:focus {
box-shadow: none !important;
border-bottom: 1px solid #ced4da !important;
}
.docs-details-inner label {
color: #5c98ca;
font-size: 16px;
font-weight: 500;
margin-top: 10px;
line-height: 0;
}
.docs-details-inner textarea {
display: block;
width: 100%;
resize: none;
height: 150px;
border-color: #ced4da;
border-radius: 0.25rem;
outline: none;
padding: 10px;
}
.docs-details-inner span {
padding-left: 5px;
font-size: 16px;
font-weight: 600;
}
.docs-details-inner.right-assign {
float: right;
text-align: right;
margin: 0 20px;
}
.docs-details-inner p {
max-width: 850px;
font-size: 16px;
}
label.des-head {
color: #808080;
font-size: 16px;
font-weight: bold;
}
.des-head {
font-weight: 600;
font-size: 20px;
}
.icons-links {
margin: 30px 0px;
margin-bottom: 30px;
}
.icons-links span {
font-size: 20px;
padding: 10px;
background: #f9f9f9;
margin: 0 10px;
}
.document-uploaded img {
width: 35px;
margin-right: 5px;
margin-bottom: 10px;
border-radius: 23px;
}
.comment-inner.col-md-7.offset-md-1 {
margin-left: 20px;
}
.right-tab .col-md-7.offset-md-1 {
margin-left: 0px;
max-width: 90%;
}
.textarea:focus {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
border-color: #ded7d7;
}
.assign-task .css-2b097c-container {
width: 310px !important;
}
.assign-task {
width: 53%;
text-align: left;
margin-left: 5%;
cursor: pointer;
float: left;
font-weight: 700;
font-size: 18px;
margin-right: 4px;
}
.assignee-task {
width: 35%;
display: inline;
float: right;
text-align: right;
color: #3e3b3b;
font-weight: 700;
font-size: 18px;
transform: translate(-42px, 3px);
}
.arrow-down {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.assign-data.row {
width: 100%;
}
.user-docs-detail {
width: 100%;
}
.docs-details-inner.right-side img {
width: 40px;
height: 40px;
border-radius: 30px;
}
.test p {
font-size: 18px;
font-weight: 700;
}
.attach-item .card {
width: 100px;
}
.show-card.card .col-md-12 {
padding: 0;
}
.logs-section {
text-align: right;
list-style: none;
}
.logs-section span {
font-size: 15px;
/* margin: 2px; */
text-align: left;
}
.logs-section.col-md-3 {
transform: translate(22px, -30px);
z-index: 0;
}
.list-view li {
margin-bottom: 20px;
text-align: left;
background: #fff;
padding: 15px;
border-top: 2px solid #4c6eb3;
}
.list-view .email {
color: #ca652f;
}
.list-view h6 {
text-align: left;
font-size: 18px;
font-weight: bold;
margin-bottom: 23px;
}
.list-save {
background: #4c6eb3;
font-size: 20px;
font-weight: bold;
color: #fff;
margin-top: 15px;
width: 120px !important;
padding: 5px;
border-radius: 5px;
outline: none;
box-shadow: none;
}
.list-save:focus {
outline: none;
box-shadow: none;
}
li.docs-details-inner.right-side {
list-style: none;
}
.assign-data {
margin-top: 40px;
padding-left: 30px;
}
.activity-logs{
background: #f4f5f7;
}
.download-docs {
border-top: 2px solid #edeff1;
border-bottom: 2px solid #edeff1;
width: 100%;
margin: 0;
padding: 0;
}
.activity-logs.col-md-2 {
padding-top: 25px;
overflow-y: scroll;
height: calc(100vh - 100px);
padding-bottom: 30px;
}
.ticket-assign {
margin-bottom: 0px;
}
.ticket-assign span {
font-size: 13px;
margin-bottom: 0;
}
.right-ticket {
text-align: right;
float: right;
line-height: 27px;
}
.assignee-label {
margin-bottom: 0;
font-weight: 500;
font-size: 15px;
}
.inner-assign {
margin-right: 5px;
line-height: 20px;
white-space: nowrap;
width: 150px;
text-overflow: ellipsis;
}
.assign-name {
color: #3896de;
font-size: 15px;
line-height: 0;
font-weight: 600;
}
.select-inner {
margin-top: 40px;
}
.assignee-task img {
width: 30px;
height: 30px;
border-radius: 20px;
}
.ticket-docs {
margin-bottom: 20px;
}
.settings-tab .ticket-docs {
margin-top: 5px;
margin-bottom: 10px;
transform: translate(23px, 8px);
}
.ticket-docs i {
cursor: pointer;
color: #7d7d7d;
font-size: 18px;
}
.assign-task span {
color: #ca6627;
}
.image-section-data {
display: inline-block;
}
.show-card.card .col-md-12 {
padding: 0;
}
.sent-modal.agent-modal-inner label {
text-align: left;
margin: 0;
padding: 0;
width: 123px !important;
}
.sent-modal.agent-modal-inner input {
overflow: visible;
border-bottom: 1px solid #c1bfbf;
margin-bottom: 0px;
color: black;
width: 570px;
margin-left: 0;
}
.sent-modal.agent-modal-inner #exampleSelect {
width: 570px;
}
.sent-modal.agent-modal-inner .form-check {
padding: 0;
}
.sent-modal.agent-modal-inner .col-sm-12 {
padding: 0;
}
.sent-modal.agent-modal-inner .col-sm-10 {
padding: 0;
}
.sent-modal.agent-modal-inner .modal-inner {
padding: 15px 20px 30px 70px !important
}
.agent-modal-admin {
float: right;
}
.agent-modal-admin button.btn.btn-secondary {
background: #4c6eb3!important;
border-color: #4c6eb3!important;
line-height: 0px;
font-size: 18px;
width: 50px;
padding-left: 0;
padding-right: 0;
padding: 8px 0px !important;
}
.inner-containers button.sendmessage-btn.btn.btn-secondary {
width: 100% !important;
padding: 8px !important;
}
button.sendmessage-btn.btn.btn-secondary.btn.btn-secondary {
width: 90px;
padding: 10px;
border-radius: 4px;
font-weight: bold;
font-size: 16px;
}
.sent-modal .css-2b097c-container {
width: 93%;
}
.form-control:focus {
box-shadow: none !important;
border: 1px solid #c1bfbf !important;
}
/* .inner-image-section-data li {
text-align: center;
display: inline-block;
width: 30%;
margin-bottom: 30px;
margin: 8px;
} */
.inner-image-section-data {
display: inline-block;
max-width: 32%;
vertical-align: top;
text-align: center;
padding: 0;
}
.settings-tab .error-msg {
color: red;
font-size: 14px;
margin-top: 10px;
font-weight: bold;
}
.msg.row {
width: 100%;
margin-bottom: 0;
}
.image-section-data {
padding: 0;
}
.image-section-data {
padding-left: 0 !important;
margin: 10px 0px;
width: 15%;
}
.links-data ul {
margin-bottom: 0 !important;
}
.links-data {
margin: 24px;
margin-bottom: 0px;
}
.inner-image-section-data li img {
height: 150px;
margin-bottom: 18px;
width: auto;
}
.icons-links span:first-child {
margin: 0;
}
.inner-image-section-data ul {
/* padding-left: 10px; */
}
.admin-chats-data.col-md-5 {
padding-left: 30px;
}
.sent-modal.agent-modal-inner button {
background: #fff;
border-radius: 5px;
padding: 8px;
font-weight: bold;
width: 20%;
}
.agent-modal-inner .css-2b097c-container {
width: 94%;
} | 0.325521 | 0.090494 |
.login{
width: 400px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
border: 1px solid #f0f0f0;
padding: 10px 30px 50px 30px;
-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
}
.register_con{
width:700px;
height:560px;
margin:50px auto 0;
background:url(../images/interval_line.png) 300px top no-repeat;
}
.l_con{width:300px;}
.reg_logo{width:200px;height:76px;float:right;margin-right:30px;}
.reg_slogan{width:330px;height:30px;float:left;text-align:left;font-size:24px;color:#fff;margin:20px 30px 0 0;font-weight: bold;}
.reg_banner{width:251px;height:329px;background:url(../images/register_banner.png) no-repeat;float:right; margin:20px 10px 0 0;opacity:0.5}
.r_con{width:400px;}
.reg_title{width:360px;height:50px;float:left;margin-left:30px;border-bottom:1px solid #e0e0e0}
.reg_title h1{height:50px;line-height:50px;float:left;font-size:24px;color:#a8a8a8;font-weight:bold;}
.reg_title a{float:right;height:20px;line-height:20px;font-size:16px;color:#5fb42a;padding-right:20px;background:url(../images/icons02.png) 35px 3px no-repeat;margin-top:15px}
.reg_form{width:360px;margin:30px 0 0 30px;float:left;position:relative;}
.reg_form li{height:70px;}
.reg_form li label{width:70px;height:40px;line-height:40px;float:left;font-size:14px;color:#a8a8a8}
.reg_form li input{width:288px;height:38px;border:1px solid #e0e0e0;float:left;outline:none;text-indent:10px;background-color:#f8f8f8}
.reg_form li.agreement input{width:15px;height:15px;float:left;margin-top:13px}
.reg_form li.agreement label{width:300px;float:left;margin-left:10px;}
.reg_form li.reg_sub input{width:360px;height:40px;background-color:#47aa34;font-size:18px;color:#fff;font-family:'Microsoft Yahei';cursor:pointer;}
.reg_form li .error_tip{float:left;height:30px;line-height:30px;margin-left:70px;color:#e62e2e;display:none;}
.reg_form li .error_tip2{float:left;height:20px;line-height:20px;color:#e62e2e;display:none;}
.sub_page_name{font-size:18px;color:#666;margin:50px 0 0 20px}
.total_count{
width:1200px;margin:0 auto;height:40px;line-height:40px;font-size:14px;
}
.total_count em{
font-size:16px;color:#ff4200;margin:0 5px;
} | static/css/account.css | .login{
width: 400px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
border: 1px solid #f0f0f0;
padding: 10px 30px 50px 30px;
-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
}
.register_con{
width:700px;
height:560px;
margin:50px auto 0;
background:url(../images/interval_line.png) 300px top no-repeat;
}
.l_con{width:300px;}
.reg_logo{width:200px;height:76px;float:right;margin-right:30px;}
.reg_slogan{width:330px;height:30px;float:left;text-align:left;font-size:24px;color:#fff;margin:20px 30px 0 0;font-weight: bold;}
.reg_banner{width:251px;height:329px;background:url(../images/register_banner.png) no-repeat;float:right; margin:20px 10px 0 0;opacity:0.5}
.r_con{width:400px;}
.reg_title{width:360px;height:50px;float:left;margin-left:30px;border-bottom:1px solid #e0e0e0}
.reg_title h1{height:50px;line-height:50px;float:left;font-size:24px;color:#a8a8a8;font-weight:bold;}
.reg_title a{float:right;height:20px;line-height:20px;font-size:16px;color:#5fb42a;padding-right:20px;background:url(../images/icons02.png) 35px 3px no-repeat;margin-top:15px}
.reg_form{width:360px;margin:30px 0 0 30px;float:left;position:relative;}
.reg_form li{height:70px;}
.reg_form li label{width:70px;height:40px;line-height:40px;float:left;font-size:14px;color:#a8a8a8}
.reg_form li input{width:288px;height:38px;border:1px solid #e0e0e0;float:left;outline:none;text-indent:10px;background-color:#f8f8f8}
.reg_form li.agreement input{width:15px;height:15px;float:left;margin-top:13px}
.reg_form li.agreement label{width:300px;float:left;margin-left:10px;}
.reg_form li.reg_sub input{width:360px;height:40px;background-color:#47aa34;font-size:18px;color:#fff;font-family:'Microsoft Yahei';cursor:pointer;}
.reg_form li .error_tip{float:left;height:30px;line-height:30px;margin-left:70px;color:#e62e2e;display:none;}
.reg_form li .error_tip2{float:left;height:20px;line-height:20px;color:#e62e2e;display:none;}
.sub_page_name{font-size:18px;color:#666;margin:50px 0 0 20px}
.total_count{
width:1200px;margin:0 auto;height:40px;line-height:40px;font-size:14px;
}
.total_count em{
font-size:16px;color:#ff4200;margin:0 5px;
} | 0.189184 | 0.095687 |
body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.png) repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #737373;
}
p, ul, ol {
line-height: 140%;
}
li ul {
margin-bottom: initial;
}
/* Don't have extra leading in paragraphs in table entries. */
td p {
margin-bottom: 0;
line-height: normal;
}
a {
color: #414141;
}
a:hover {
text-decoration: none;
}
a.away {
padding-right: 16px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAPElEQVQoz2NgoDlgxCL2H1mOiZAmFiy6/mNTgND3H8qDKmPCaj8jQgMTkQ5HtReZx0QoHAgqYMFhCT0BABl1CRdcYiPjAAAAAElFTkSuQmCC") center right no-repeat;
}
hr {
display: none;
}
/* Menu */
#menu {
width: 960px;
height: 45px;
margin: 0 auto;
padding: 0px 0;
}
#menu ul {
height: 45px;
margin: 0;
padding: 0;
background: url(images/img03.png) no-repeat;
list-style: none;
}
#menu li {
float: left;
height: 45px;
background: url(images/img03.png) no-repeat right top;
}
#menu a {
float: left;
height: 20px;
margin: 0px;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
font-size: smaller;
font-weight: bold;
color: #000000;
}
#menu a:hover {
background: url(images/img02.png) repeat-x;
color: #FFFFFF;
height: 45px;
}
#menu .current_page_item a {
height: 45px;
color: #FFFFFF;
}
/* Splash */
#splash {
width: 956px;
height: 103px;
margin: 0 auto;
}
/* Logo */
#logo {
width: 960px;
height: 15px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #3F3F3F;
color: #414141;
}
/* Page */
#page {
width: 960px;
margin: 0 auto;
padding: 30px;
}
/* Content */
#content {
float: right;
width: 680px;
}
.post .title {
margin: 0;
padding-left: 20px;
padding-right: 20px;
letter-spacing: -1px;
border-bottom: 1px dashed #B9B9B9;
text-transform: uppercase;
color: #414141;
}
.post .subtitle {
margin: 0;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}
.post .entry {
padding: 5px 20px;
}
.post .entry dt {
font-weight: bold;
}
.post .entry dd {
margin-bottom: 1em;
}
.post .initial {
font-size: large;
font-weight: bold;
}
.post code, pre {
font-size: large;
/* Pad the sides to keep the inline <code> clear of any adjacent punctuation marks. */
padding: 0px 5px;
border-radius: 3px;
color: #414141;
}
.post code {
white-space: nowrap;
background-color: #d8d8d8;
}
.post pre {
background-color: #f0f0f0;
}
/* Sidebar */
#sidebar {
float: left;
width: 250px;
}
#sidebar li {
padding-bottom: 5px;
}
#sidebar h2 {
height: 20px;
margin: 0;
padding: 6px 0 0 20px;
border-bottom: 1px dashed #B9B9B9;
text-transform: uppercase;
font-size: small;
font-weight: bold;
color: #000000;
}
/* Footer */
#footer {
clear: both;
width: 960px;
height: 50px;
margin: 0 auto;
padding: 20px 0;
border-top: 6px solid #3F3F3F;
font-size: smaller;
}
#footer p {
margin: 0;
text-align: center;
line-height: normal;
}
table.linktypedlt tr:nth-child(even) {
background-color: #f0f0f0;
}
table.linktypedlt td, table.linktypedlt th {
padding: 2px;
text-align: left;
vertical-align: top;
}
table.linktypedlt td.symbol {
font-family: monospace;
}
table.linktypedlt td.number {
font-family: monospace;
text-align: right;
}
table.byte_array {
border: 1px solid black;
border-collapse: collapse;
}
table.byte_array th, table.byte_array td {
border: 1px solid black;
padding: 12px;
}
table.byte_array_8 th:nth-last-child(-n+8), table.byte_array_8 td:nth-last-child(-n+8) {
width: 12.5%;
}
table.cidigest {
width: 100%;
border-collapse: collapse;
}
table.cidigest th {
text-align: left;
padding-top: 1em;
}
table.cidigest tr.even {
background-color: #f0f0f0;
}
table.cidigest span.cibadge {
background-color: #525252;
color: #f9f9f9;
padding: 3px 7px;
border-radius: 3px;
font-size: small;
white-space: nowrap;
}
table.cidigest img.cibadge {
vertical-align: middle;
margin-top: 1px;
margin-bottom: 1px;
}
table.byte_array_32 th:nth-last-child(-n+32), table.byte_array_32 td:nth-last-child(-n+32) {
width: 3.125%;
}
table.byte_array_32 th, table.byte_array_32 td {
text-align: center;
padding: 9px;
}
/* For dynamic pages generated by Apache httpd mod_autoindex. */
#indexlist {
width: 960px;
margin: auto;
border-collapse: collapse;
}
#indexlist tr.indexhead {
text-align: left;
}
#indexlist td.indexcolicon {
width: 20px;
}
#indexlist tr.even {
background-color: #f0f0f0;
}
#indexlist td{
padding-left: 5px;
padding-right: 5px;
}
/* man pages */
div.version_boilerplate {
background-color: #ffffcc;
color: black;
border: 2px dashed #aa0000;
padding: 5px;
margin-top: 1em;
padding-bottom: 1em;
}
div.version_boilerplate h4 {
margin-top: 1em;
margin-bottom: 1em;
}
/* for pcap-savefile(5) */
div.manpage table table td {
border: 1px solid black;
} | mc/style.css | body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.png) repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #737373;
}
p, ul, ol {
line-height: 140%;
}
li ul {
margin-bottom: initial;
}
/* Don't have extra leading in paragraphs in table entries. */
td p {
margin-bottom: 0;
line-height: normal;
}
a {
color: #414141;
}
a:hover {
text-decoration: none;
}
a.away {
padding-right: 16px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAPElEQVQoz2NgoDlgxCL2H1mOiZAmFiy6/mNTgND3H8qDKmPCaj8jQgMTkQ5HtReZx0QoHAgqYMFhCT0BABl1CRdcYiPjAAAAAElFTkSuQmCC") center right no-repeat;
}
hr {
display: none;
}
/* Menu */
#menu {
width: 960px;
height: 45px;
margin: 0 auto;
padding: 0px 0;
}
#menu ul {
height: 45px;
margin: 0;
padding: 0;
background: url(images/img03.png) no-repeat;
list-style: none;
}
#menu li {
float: left;
height: 45px;
background: url(images/img03.png) no-repeat right top;
}
#menu a {
float: left;
height: 20px;
margin: 0px;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
font-size: smaller;
font-weight: bold;
color: #000000;
}
#menu a:hover {
background: url(images/img02.png) repeat-x;
color: #FFFFFF;
height: 45px;
}
#menu .current_page_item a {
height: 45px;
color: #FFFFFF;
}
/* Splash */
#splash {
width: 956px;
height: 103px;
margin: 0 auto;
}
/* Logo */
#logo {
width: 960px;
height: 15px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #3F3F3F;
color: #414141;
}
/* Page */
#page {
width: 960px;
margin: 0 auto;
padding: 30px;
}
/* Content */
#content {
float: right;
width: 680px;
}
.post .title {
margin: 0;
padding-left: 20px;
padding-right: 20px;
letter-spacing: -1px;
border-bottom: 1px dashed #B9B9B9;
text-transform: uppercase;
color: #414141;
}
.post .subtitle {
margin: 0;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}
.post .entry {
padding: 5px 20px;
}
.post .entry dt {
font-weight: bold;
}
.post .entry dd {
margin-bottom: 1em;
}
.post .initial {
font-size: large;
font-weight: bold;
}
.post code, pre {
font-size: large;
/* Pad the sides to keep the inline <code> clear of any adjacent punctuation marks. */
padding: 0px 5px;
border-radius: 3px;
color: #414141;
}
.post code {
white-space: nowrap;
background-color: #d8d8d8;
}
.post pre {
background-color: #f0f0f0;
}
/* Sidebar */
#sidebar {
float: left;
width: 250px;
}
#sidebar li {
padding-bottom: 5px;
}
#sidebar h2 {
height: 20px;
margin: 0;
padding: 6px 0 0 20px;
border-bottom: 1px dashed #B9B9B9;
text-transform: uppercase;
font-size: small;
font-weight: bold;
color: #000000;
}
/* Footer */
#footer {
clear: both;
width: 960px;
height: 50px;
margin: 0 auto;
padding: 20px 0;
border-top: 6px solid #3F3F3F;
font-size: smaller;
}
#footer p {
margin: 0;
text-align: center;
line-height: normal;
}
table.linktypedlt tr:nth-child(even) {
background-color: #f0f0f0;
}
table.linktypedlt td, table.linktypedlt th {
padding: 2px;
text-align: left;
vertical-align: top;
}
table.linktypedlt td.symbol {
font-family: monospace;
}
table.linktypedlt td.number {
font-family: monospace;
text-align: right;
}
table.byte_array {
border: 1px solid black;
border-collapse: collapse;
}
table.byte_array th, table.byte_array td {
border: 1px solid black;
padding: 12px;
}
table.byte_array_8 th:nth-last-child(-n+8), table.byte_array_8 td:nth-last-child(-n+8) {
width: 12.5%;
}
table.cidigest {
width: 100%;
border-collapse: collapse;
}
table.cidigest th {
text-align: left;
padding-top: 1em;
}
table.cidigest tr.even {
background-color: #f0f0f0;
}
table.cidigest span.cibadge {
background-color: #525252;
color: #f9f9f9;
padding: 3px 7px;
border-radius: 3px;
font-size: small;
white-space: nowrap;
}
table.cidigest img.cibadge {
vertical-align: middle;
margin-top: 1px;
margin-bottom: 1px;
}
table.byte_array_32 th:nth-last-child(-n+32), table.byte_array_32 td:nth-last-child(-n+32) {
width: 3.125%;
}
table.byte_array_32 th, table.byte_array_32 td {
text-align: center;
padding: 9px;
}
/* For dynamic pages generated by Apache httpd mod_autoindex. */
#indexlist {
width: 960px;
margin: auto;
border-collapse: collapse;
}
#indexlist tr.indexhead {
text-align: left;
}
#indexlist td.indexcolicon {
width: 20px;
}
#indexlist tr.even {
background-color: #f0f0f0;
}
#indexlist td{
padding-left: 5px;
padding-right: 5px;
}
/* man pages */
div.version_boilerplate {
background-color: #ffffcc;
color: black;
border: 2px dashed #aa0000;
padding: 5px;
margin-top: 1em;
padding-bottom: 1em;
}
div.version_boilerplate h4 {
margin-top: 1em;
margin-bottom: 1em;
}
/* for pcap-savefile(5) */
div.manpage table table td {
border: 1px solid black;
} | 0.283285 | 0.079139 |
:root {
/*--main-bg-color: #e0ffea;*/
--main-bg-color: white;
--main-fg-color: #222;
--primary-text: #3a6ab5;
}
html {
position: relative;
min-height: 100%;
}
body {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
margin: 0 0 1vh;
/* bottom = footer height */
padding: 1vh;
font-family: monaco, Consolas, Lucida Console, monospace;
animation: fadeInAnimation ease 1.5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
transition: background 0.3s;
cursor: url("res/cursor.png") 12 12, default;
}
a:hover, img:hover, button:hover {
cursor: url("res/cursor.png") 12 12, default;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
hr {
border-top: 1vh solid var(--main-fg-color);
}
.moon {
font-size: 3.5vh;
position: fixed;
top: 2.2vh;
right: 2.2vh;
z-index: 999;
}
.language {
font-size: 3.5vh;
position: fixed;
top: 2.2vh;
right: 13.2vh;
z-index: 999;
}
.moon-button {
border-color: transparent;
border-radius: 1vh;
width: 8.5vh;
height: 8.5vh;
outline: none;
background-color: var(--main-fg-color);
color: var(--main-bg-color);
display: flex; /* establish flex container */
flex-direction: column; /* make main axis vertical */
justify-content: center; /* center items vertically, in this case */
align-items: center; /* center items horizontally, in this case */
}
.projects-button {
width: 8.5vh;
font-size: 3vh !important;
padding: 1vh;
height: 8.5vh;
outline: none;
background-color: var(--main-fg-color);
color: var(--main-bg-color) !important;
border-radius: 0.5vh;
/*border:0.5vh solid var(--main-fg-color);*/
display: flex; /* establish flex container */
flex-direction: column; /* make main axis vertical */
justify-content: center; /* center items vertically, in this case */
align-items: center; /* center items horizontally, in this case */
}
.tooltip-inner {
background-color: var(--main-fg-color) !important;
color: var(--main-bg-color);
}
.tooltip.top .tooltip-arrow {
border-top-color: var(--main-bg-color);
}
.tooltip.right .tooltip-arrow {
border-right-color: var(--main-bg-color);
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: var(--main-bg-color);
}
.tooltip.left .tooltip-arrow {
border-left-color: var(--main-bg-color);
}
.btn.disabled {
pointer-events: auto;
}
.tooltip {
border-color: white;
}
*:focus {
outline: 0 !important;
}
.sidebar {
background: var(--main-fg-color);
/*margin-left: 1px;*/
}
.vertical-center {
margin-top: 15vh;
}
.information {
/*border: 1px solid black;*/
}
.interactive {
/*border: 4px solid black;*/
margin-top: 5vh;
}
.headline {
font-size: 6vh;
font-weight: bold;
/*text-decoration: underline;*/
}
.subline {
font-size: 2.7vh;
font-weight: bold;
}
.intro-line {
font-size: 2.3vh;
}
.subsubline {
font-size: 2vh;
}
.content-block {
margin-bottom: 3vh;
}
.table>tbody>tr>td,
.table>tbody>tr>th {
border-top: none;
}
.clickable-content {
height:100%;
width:100%;
font-size: 3vh;
color: var(--main-fg-color);
}
.non-clickable-content {
height:100%;
width:100%;
font-size: 3vh;
color: var(--main-fg-color);
}
.link-item {
padding: 1vh;
border-radius: 0.5vh;
font-weight: bold;
}
.link-item:hover {
background-color: var(--main-fg-color);
color: var(--main-bg-color);
}
a {
text-decoration: none;
}
.list-group .list-group-item {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
border: 0.2vh solid var(--main-fg-color);
font-weight: 500;
overflow: hidden;
}
.list-group .list-group-item:hover {
background-color: var(--main-fg-color);
color: var(--main-bg-color);
}
.tab-content .tab-pane {
font-weight: 500;
margin-top: 10px;
}
.footer {
font-family: Consolas;
font-size: 1.5vh;
color: var(--main-fg-color);
position: fixed;
text-align: center;
bottom: 0vh;
}
.list-header {
font-weight: 1000 !important;
color: var(--main-fg-color) !important;
}
/* ----------------------------------------- */
.tictactoe-reset {
background-color: var(--main-fg-color);
border: none;
color: var(--main-bg-color);
padding: 10px 20px;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 4px;
font-weight: bold;
}
.tictactoe-reset:hover {
cursor: pointer;
background: #333333;
color: white;
}
.tic-tac-toe-area {
display: grid;
width: 300px;
height: 300px;
grid-template-columns: auto auto auto;
}
.block {
display: flex;
width: 100px;
height: 100px;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: bold;
border: 3px solid var(--main-fg-color);
}
.block:hover {
cursor: cell;
background: #555555;
}
.occupied:hover {
background: #333333;
}
#block_0,
#block_1,
#block_2 {
border-top: none;
}
#block_0,
#block_3,
#block_6 {
border-left: none;
}
#block_6,
#block_7,
#block_8 {
border-bottom: none;
}
#block_2,
#block_5,
#block_8 {
border-right: none;
}
.humanWin {
color: var(--main-fg-color);
}
.computerWin {
color: var(--main-fg-color);
}
.draw {
color: var(--main-fg-color);
}
/* ----------------------------------------- */
/*@media (max-width: 1100px) {
.moon {
font-size: 0px;
}
.headline {
font-size: 72px;
font-weight: bold;
}
.subline {
font-size: 56px;
font-weight: bold;
padding-top: 30px;
}
.subsubline {
font-size: 48px;
}
.intro-line {
font-size: 40px;
padding-top: 30px;
}
.link-item {
font-weight: bold;
font-size: 56px;
}
#list-tab {
font-size: 36px;
}
#nav-tabContent {
margin-top: 20px;
font-size: 48px;
}
.interactive {
margin-top: 10px;
margin-left: 0px;
}
.tic-tac-toe-area {
width: 750px;
height: 750px;
}
.block {
width: 250px;
height: 250px;
font-size: 10rem;
}
.tictactoe-reset {
font-size: 48px;
}
}*/ | style.css | :root {
/*--main-bg-color: #e0ffea;*/
--main-bg-color: white;
--main-fg-color: #222;
--primary-text: #3a6ab5;
}
html {
position: relative;
min-height: 100%;
}
body {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
margin: 0 0 1vh;
/* bottom = footer height */
padding: 1vh;
font-family: monaco, Consolas, Lucida Console, monospace;
animation: fadeInAnimation ease 1.5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
transition: background 0.3s;
cursor: url("res/cursor.png") 12 12, default;
}
a:hover, img:hover, button:hover {
cursor: url("res/cursor.png") 12 12, default;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
hr {
border-top: 1vh solid var(--main-fg-color);
}
.moon {
font-size: 3.5vh;
position: fixed;
top: 2.2vh;
right: 2.2vh;
z-index: 999;
}
.language {
font-size: 3.5vh;
position: fixed;
top: 2.2vh;
right: 13.2vh;
z-index: 999;
}
.moon-button {
border-color: transparent;
border-radius: 1vh;
width: 8.5vh;
height: 8.5vh;
outline: none;
background-color: var(--main-fg-color);
color: var(--main-bg-color);
display: flex; /* establish flex container */
flex-direction: column; /* make main axis vertical */
justify-content: center; /* center items vertically, in this case */
align-items: center; /* center items horizontally, in this case */
}
.projects-button {
width: 8.5vh;
font-size: 3vh !important;
padding: 1vh;
height: 8.5vh;
outline: none;
background-color: var(--main-fg-color);
color: var(--main-bg-color) !important;
border-radius: 0.5vh;
/*border:0.5vh solid var(--main-fg-color);*/
display: flex; /* establish flex container */
flex-direction: column; /* make main axis vertical */
justify-content: center; /* center items vertically, in this case */
align-items: center; /* center items horizontally, in this case */
}
.tooltip-inner {
background-color: var(--main-fg-color) !important;
color: var(--main-bg-color);
}
.tooltip.top .tooltip-arrow {
border-top-color: var(--main-bg-color);
}
.tooltip.right .tooltip-arrow {
border-right-color: var(--main-bg-color);
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: var(--main-bg-color);
}
.tooltip.left .tooltip-arrow {
border-left-color: var(--main-bg-color);
}
.btn.disabled {
pointer-events: auto;
}
.tooltip {
border-color: white;
}
*:focus {
outline: 0 !important;
}
.sidebar {
background: var(--main-fg-color);
/*margin-left: 1px;*/
}
.vertical-center {
margin-top: 15vh;
}
.information {
/*border: 1px solid black;*/
}
.interactive {
/*border: 4px solid black;*/
margin-top: 5vh;
}
.headline {
font-size: 6vh;
font-weight: bold;
/*text-decoration: underline;*/
}
.subline {
font-size: 2.7vh;
font-weight: bold;
}
.intro-line {
font-size: 2.3vh;
}
.subsubline {
font-size: 2vh;
}
.content-block {
margin-bottom: 3vh;
}
.table>tbody>tr>td,
.table>tbody>tr>th {
border-top: none;
}
.clickable-content {
height:100%;
width:100%;
font-size: 3vh;
color: var(--main-fg-color);
}
.non-clickable-content {
height:100%;
width:100%;
font-size: 3vh;
color: var(--main-fg-color);
}
.link-item {
padding: 1vh;
border-radius: 0.5vh;
font-weight: bold;
}
.link-item:hover {
background-color: var(--main-fg-color);
color: var(--main-bg-color);
}
a {
text-decoration: none;
}
.list-group .list-group-item {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
border: 0.2vh solid var(--main-fg-color);
font-weight: 500;
overflow: hidden;
}
.list-group .list-group-item:hover {
background-color: var(--main-fg-color);
color: var(--main-bg-color);
}
.tab-content .tab-pane {
font-weight: 500;
margin-top: 10px;
}
.footer {
font-family: Consolas;
font-size: 1.5vh;
color: var(--main-fg-color);
position: fixed;
text-align: center;
bottom: 0vh;
}
.list-header {
font-weight: 1000 !important;
color: var(--main-fg-color) !important;
}
/* ----------------------------------------- */
.tictactoe-reset {
background-color: var(--main-fg-color);
border: none;
color: var(--main-bg-color);
padding: 10px 20px;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 4px;
font-weight: bold;
}
.tictactoe-reset:hover {
cursor: pointer;
background: #333333;
color: white;
}
.tic-tac-toe-area {
display: grid;
width: 300px;
height: 300px;
grid-template-columns: auto auto auto;
}
.block {
display: flex;
width: 100px;
height: 100px;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: bold;
border: 3px solid var(--main-fg-color);
}
.block:hover {
cursor: cell;
background: #555555;
}
.occupied:hover {
background: #333333;
}
#block_0,
#block_1,
#block_2 {
border-top: none;
}
#block_0,
#block_3,
#block_6 {
border-left: none;
}
#block_6,
#block_7,
#block_8 {
border-bottom: none;
}
#block_2,
#block_5,
#block_8 {
border-right: none;
}
.humanWin {
color: var(--main-fg-color);
}
.computerWin {
color: var(--main-fg-color);
}
.draw {
color: var(--main-fg-color);
}
/* ----------------------------------------- */
/*@media (max-width: 1100px) {
.moon {
font-size: 0px;
}
.headline {
font-size: 72px;
font-weight: bold;
}
.subline {
font-size: 56px;
font-weight: bold;
padding-top: 30px;
}
.subsubline {
font-size: 48px;
}
.intro-line {
font-size: 40px;
padding-top: 30px;
}
.link-item {
font-weight: bold;
font-size: 56px;
}
#list-tab {
font-size: 36px;
}
#nav-tabContent {
margin-top: 20px;
font-size: 48px;
}
.interactive {
margin-top: 10px;
margin-left: 0px;
}
.tic-tac-toe-area {
width: 750px;
height: 750px;
}
.block {
width: 250px;
height: 250px;
font-size: 10rem;
}
.tictactoe-reset {
font-size: 48px;
}
}*/ | 0.414425 | 0.087252 |
@import "../../config/colors.css";
#Header {
position: relative;
font-family: "Roboto";
font-style: normal;
font-size: 14px;
line-height: 14px;
color: var(--primary);
bottom: 5px;
text-align: center;
}
#mainPanel {
background: var(--white);
border: 1px solid var(--primary);
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(63, 134, 140, 0.25);
border-radius: 25px !important;
}
.loupe-icon {
top: 5px;
position: relative;
}
#user-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#team-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.PrivateTabIndicator-colorSecondary-3 {
background-color: var(--white) !important;
}
.MuiSvgIcon-colorPrimary {
color: var(--primary) !important ;
}
.MuiSvgIcon-colorSecondary {
color: var(--white) !important ;
}
#question-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#second-panel {
background: var(--white);
box-sizing: border-box;
box-shadow: 0 0 0 1px var(--primary);
border-radius: 25px;
margin-bottom: 10px;
}
#panel2a-header {
background: var(--primary);
border: 1px solid var(--primary);
box-sizing: border-box;
border-radius: 25px;
font-family: "Roboto";
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 14px;
/* identical to box height */
color: var(--white);
box-shadow: none;
}
.Mui-selected {
background-color: var(--primary) !important;
font-family: Roboto !important;
font-style: normal !important;
font-weight: bold !important;
font-size: 14px !important;
line-height: 14px !important;
/* identical to box height */
text-align: center !important;
color: var(--white) !important;
}
.MuiExpansionPanelDetails-root {
font-family: "Roboto" !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
line-height: 14px !important;
/* identical to box height */
color: #919191 !important;
}
.MuiTabs-indicator {
background-color: var(--white) 00 !important;
}
#inner-grid {
background: var(--white);
border: 1px solid var(--primary);
border-radius: 15px;
width: fit-content;
border-top-left-radius: 0;
}
.MuiExpansionPanel-root:before {
background-color: transparent !important;
} | client/React/src/components/detailResults/DetailResults.css | @import "../../config/colors.css";
#Header {
position: relative;
font-family: "Roboto";
font-style: normal;
font-size: 14px;
line-height: 14px;
color: var(--primary);
bottom: 5px;
text-align: center;
}
#mainPanel {
background: var(--white);
border: 1px solid var(--primary);
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(63, 134, 140, 0.25);
border-radius: 25px !important;
}
.loupe-icon {
top: 5px;
position: relative;
}
#user-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#team-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.PrivateTabIndicator-colorSecondary-3 {
background-color: var(--white) !important;
}
.MuiSvgIcon-colorPrimary {
color: var(--primary) !important ;
}
.MuiSvgIcon-colorSecondary {
color: var(--white) !important ;
}
#question-tab {
border: 1px solid var(--primary);
background: var(--white);
border-radius: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#second-panel {
background: var(--white);
box-sizing: border-box;
box-shadow: 0 0 0 1px var(--primary);
border-radius: 25px;
margin-bottom: 10px;
}
#panel2a-header {
background: var(--primary);
border: 1px solid var(--primary);
box-sizing: border-box;
border-radius: 25px;
font-family: "Roboto";
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 14px;
/* identical to box height */
color: var(--white);
box-shadow: none;
}
.Mui-selected {
background-color: var(--primary) !important;
font-family: Roboto !important;
font-style: normal !important;
font-weight: bold !important;
font-size: 14px !important;
line-height: 14px !important;
/* identical to box height */
text-align: center !important;
color: var(--white) !important;
}
.MuiExpansionPanelDetails-root {
font-family: "Roboto" !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
line-height: 14px !important;
/* identical to box height */
color: #919191 !important;
}
.MuiTabs-indicator {
background-color: var(--white) 00 !important;
}
#inner-grid {
background: var(--white);
border: 1px solid var(--primary);
border-radius: 15px;
width: fit-content;
border-top-left-radius: 0;
}
.MuiExpansionPanel-root:before {
background-color: transparent !important;
} | 0.255344 | 0.085556 |
display: none;
}
.switch-label {
display: inline-block;
cursor: pointer;
background: #fff;
color: #111;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 2px #666;
}
.switch-label::after {
content: "on";
}
.switch-label::before {
content: " ";
display: inline-block;
border-radius: 100%;
width: 10px;
height: 10px;
background: #003321;
margin-right: 10px;
border: 1px solid #111;
}
.switch-label:active {
box-shadow: none;
transform: translate3d(0, 2px, 0);
}
#switch:checked + .switch-label::before {
background: #22ff55;
}
#switch:checked + .switch-label::after {
content: "off";
}
@keyframes flicker {
0% {
opacity: 0.93774;
}
5% {
opacity: 0.46284;
}
10% {
opacity: 0.60931;
}
15% {
opacity: 0.11454;
}
20% {
opacity: 0.71232;
}
25% {
opacity: 0.36761;
}
30% {
opacity: 0.01071;
}
35% {
opacity: 0.03038;
}
40% {
opacity: 0.69063;
}
45% {
opacity: 0.89776;
}
50% {
opacity: 0.94394;
}
55% {
opacity: 0.27182;
}
60% {
opacity: 0.36769;
}
65% {
opacity: 0.69672;
}
70% {
opacity: 0.34962;
}
75% {
opacity: 0.85437;
}
80% {
opacity: 0.64358;
}
85% {
opacity: 0.30387;
}
90% {
opacity: 0.51786;
}
95% {
opacity: 0.78824;
}
100% {
opacity: 0.69383;
}
}
.crt {
background: #121010;
position: relative;
overflow: hidden;
}
.crt::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
z-index: 2;
pointer-events: none;
}
.crt::before {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
linear-gradient(
90deg,
rgba(255, 0, 0, 0.06),
rgba(0, 255, 0, 0.02),
rgba(0, 0, 255, 0.06)
);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
#switch:checked ~ .crt::after {
animation: flicker 0.15s infinite;
}
@keyframes turn-on {
0% {
transform: scale(1, 0.8) translate3d(0, 0, 0);
-webkit-filter: brightness(30);
filter: brightness(30);
opacity: 1;
}
3.5% {
transform: scale(1, 0.8) translate3d(0, 100%, 0);
}
3.6% {
transform: scale(1, 0.8) translate3d(0, -100%, 0);
opacity: 1;
}
9% {
transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
-webkit-filter: brightness(30);
filter: brightness(30);
opacity: 0;
}
11% {
transform: scale(1, 1) translate3d(0, 0, 0);
-webkit-filter: contrast(0) brightness(0);
filter: contrast(0) brightness(0);
opacity: 0;
}
100% {
transform: scale(1, 1) translate3d(0, 0, 0);
-webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
filter: contrast(1) brightness(1.2) saturate(1.3);
opacity: 1;
}
}
@keyframes turn-off {
0% {
transform: scale(1, 1.3) translate3d(0, 0, 0);
-webkit-filter: brightness(1);
filter: brightness(1);
opacity: 1;
}
60% {
transform: scale(1.3, 0.001) translate3d(0, 0, 0);
-webkit-filter: brightness(10);
filter: brightness(10);
}
100% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: scale(0, 0.0001) translate3d(0, 0, 0);
-webkit-filter: brightness(50);
filter: brightness(50);
}
}
.screen {
width: 100%;
height: 100%;
border: none;
}
#switch ~ .crt > .screen {
animation: turn-off 0.55s cubic-bezier(0.23, 1, 0.32, 1);
animation-fill-mode: forwards;
}
#switch:checked ~ .crt > .screen {
animation: turn-on 0.5s linear;
animation-fill-mode: forwards;
}
@keyframes overlay-anim {
0% {
visibility: hidden;
}
20% {
visibility: hidden;
}
21% {
visibility: visible;
}
100% {
visibility: hidden;
}
}
.overlay {
color: #00ff00;
position: absolute;
top: 20px;
left: 20px;
font-size: 60px;
visibility: hidden;
pointer-events: none;
}
#switch:checked ~ .crt .overlay {
animation: overlay-anim 5s linear;
animation-fill-mode: forwards;
} | src/crt.css | display: none;
}
.switch-label {
display: inline-block;
cursor: pointer;
background: #fff;
color: #111;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 2px #666;
}
.switch-label::after {
content: "on";
}
.switch-label::before {
content: " ";
display: inline-block;
border-radius: 100%;
width: 10px;
height: 10px;
background: #003321;
margin-right: 10px;
border: 1px solid #111;
}
.switch-label:active {
box-shadow: none;
transform: translate3d(0, 2px, 0);
}
#switch:checked + .switch-label::before {
background: #22ff55;
}
#switch:checked + .switch-label::after {
content: "off";
}
@keyframes flicker {
0% {
opacity: 0.93774;
}
5% {
opacity: 0.46284;
}
10% {
opacity: 0.60931;
}
15% {
opacity: 0.11454;
}
20% {
opacity: 0.71232;
}
25% {
opacity: 0.36761;
}
30% {
opacity: 0.01071;
}
35% {
opacity: 0.03038;
}
40% {
opacity: 0.69063;
}
45% {
opacity: 0.89776;
}
50% {
opacity: 0.94394;
}
55% {
opacity: 0.27182;
}
60% {
opacity: 0.36769;
}
65% {
opacity: 0.69672;
}
70% {
opacity: 0.34962;
}
75% {
opacity: 0.85437;
}
80% {
opacity: 0.64358;
}
85% {
opacity: 0.30387;
}
90% {
opacity: 0.51786;
}
95% {
opacity: 0.78824;
}
100% {
opacity: 0.69383;
}
}
.crt {
background: #121010;
position: relative;
overflow: hidden;
}
.crt::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
z-index: 2;
pointer-events: none;
}
.crt::before {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
linear-gradient(
90deg,
rgba(255, 0, 0, 0.06),
rgba(0, 255, 0, 0.02),
rgba(0, 0, 255, 0.06)
);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
#switch:checked ~ .crt::after {
animation: flicker 0.15s infinite;
}
@keyframes turn-on {
0% {
transform: scale(1, 0.8) translate3d(0, 0, 0);
-webkit-filter: brightness(30);
filter: brightness(30);
opacity: 1;
}
3.5% {
transform: scale(1, 0.8) translate3d(0, 100%, 0);
}
3.6% {
transform: scale(1, 0.8) translate3d(0, -100%, 0);
opacity: 1;
}
9% {
transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
-webkit-filter: brightness(30);
filter: brightness(30);
opacity: 0;
}
11% {
transform: scale(1, 1) translate3d(0, 0, 0);
-webkit-filter: contrast(0) brightness(0);
filter: contrast(0) brightness(0);
opacity: 0;
}
100% {
transform: scale(1, 1) translate3d(0, 0, 0);
-webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
filter: contrast(1) brightness(1.2) saturate(1.3);
opacity: 1;
}
}
@keyframes turn-off {
0% {
transform: scale(1, 1.3) translate3d(0, 0, 0);
-webkit-filter: brightness(1);
filter: brightness(1);
opacity: 1;
}
60% {
transform: scale(1.3, 0.001) translate3d(0, 0, 0);
-webkit-filter: brightness(10);
filter: brightness(10);
}
100% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: scale(0, 0.0001) translate3d(0, 0, 0);
-webkit-filter: brightness(50);
filter: brightness(50);
}
}
.screen {
width: 100%;
height: 100%;
border: none;
}
#switch ~ .crt > .screen {
animation: turn-off 0.55s cubic-bezier(0.23, 1, 0.32, 1);
animation-fill-mode: forwards;
}
#switch:checked ~ .crt > .screen {
animation: turn-on 0.5s linear;
animation-fill-mode: forwards;
}
@keyframes overlay-anim {
0% {
visibility: hidden;
}
20% {
visibility: hidden;
}
21% {
visibility: visible;
}
100% {
visibility: hidden;
}
}
.overlay {
color: #00ff00;
position: absolute;
top: 20px;
left: 20px;
font-size: 60px;
visibility: hidden;
pointer-events: none;
}
#switch:checked ~ .crt .overlay {
animation: overlay-anim 5s linear;
animation-fill-mode: forwards;
} | 0.301465 | 0.123339 |
*{
padding: 0;
margin:0;
}
a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
}
*:active, *:hover, *:focus {
outline: 0;
outline-offset: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
color: #000000;
font-family: 'Roboto', sans-serif;
font-weight: normal;
transition: 0.3s;
cursor: pointer;
font-size: 16px;
}
a:hover {
opacity: 0.8;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: #222733;
font-size: 16px ;
background-color: #F5F5F6;
}
.wrapper {
max-width: 1600px;
margin: 0 auto;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
}
.main {
background-color: #F5F5F6;
}
.container {
max-width: 1140px;
padding: 0 20px;
margin: 0 auto;
}
.button {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 20px;
color: #fff;
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 0.3s;
}
.button:hover {
opacity: 0.8;
}
.button_blue {
background: linear-gradient(180deg, #4971D0 0%, #245ADB 100%);
box-shadow: 0px 4px 4px rgba(57, 52, 52, 0.25);
border-radius: 4px;
}
.button_gray {
background: rgba(255, 255, 255, 0.25);
border-radius: 16px;
}
.window {
padding: 32px 44px;
background: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 4px;
background-color: #fff;
}
.input {
padding: 20px;
background-color: #fff;
border-radius: 8px;
border:none;
outline: none;
font-weight: normal;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
color: #818C99;
box-sizing: border-box;
}
.input::placeholder {
color: #818C99;
}
.input:focus {
border: 1px solid #3F8AE0;
}
.input_error {
border:1px solid red !important;
background-color: #FAEBEB;
}
.none {
display: none !important;
}
.form-window {
max-width: 560px;
width: 100%;
padding: 0 78px;
padding-bottom: 32px;
box-sizing: border-box;
position: relative;
}
.form-link-logo {
width: 82px;
position: absolute;
left: 50%;
margin-left: -41px;
top: -80px;
}
.form-title {
padding-top: 48px;
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 28px;
line-height: 36px;
text-align: center;
color: #414854;
}
.form-subtitle {
margin-bottom: 32px;
font-weight: normal;
font-size: 20px;
line-height: 20px;
text-align: center;
color: #414854
}
.form-link-entry {
font-weight: normal;
font-size: 20px;
line-height: 20px;
color:#4971D0;
}
.form-input {
width: 100%;
margin-bottom: 26px;
border: 1px solid #DEE1E4;
}
.form-button {
width: 100%;
padding: 20px 0;
margin-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.mobile {
display: none;
}
.section_smear {
filter: blur(7px);
}
/* MODAL ===================================*/
.modal {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
z-index: -15;
transition: 0.2s;
transition-delay: 0.4s;
}
.modal_active {
z-index: 15;
transition-delay: 0s;
}
.modal__bg {
width: 100vw;
height: 100vh;
position: absolute;
background-color: #000;
opacity: 0;
transition: 0.5s;
z-index: -1;
}
.modal__bg_active {
opacity: 0.4;
}
.modal__bg_active-double {
}
.modal__season {
width: 272px;
height: 240px;
position: absolute;
left: 50%;margin-left: -136px;
top: 235px;
font-family:"SF Pro Text", sans-serif;
color: #000000;
background-color: #fff;
border-radius: 18px;
transition: 0.4s;
transform: translateY(-1000px);
}
.modal__season_active {
transform: translateY(0px);
}
.modal__title {
padding-top: 19px;
padding-bottom: 7px;
font-weight: 600;
font-size: 17px;
line-height: 22px;
text-align: center;
letter-spacing: -0.408px;
}
.modal__describe {
max-width: 235px;
margin: 0 auto;
margin-bottom: 19px;
font-weight: normal;
font-size: 13px;
line-height: 16px;
text-align: center;
letter-spacing: -0.078px;
}
.modal__link {
width: 100%;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
font-family:"SF Pro Text", sans-serif;
font-weight: normal;
font-size: 17px;
line-height: 22px;
letter-spacing: -0.408px;
color: #4971D0;
}
.modal__link_season {
border-top:1px solid rgba(0, 0, 0, 0.12);
border-bottom:1px solid rgba(0, 0, 0, 0.12);
}
.modal__link_cancel {
font-weight: 600;
}
.modal-pay__window {
height: 374px;
padding: 99px 134px;
position: absolute;
top: 50%;
margin-top: -187px;
left: 50%;
margin-left: -280px;
background: #fff;
box-sizing: border-box;
transform: translateY(-1000px);
transition: 0.4s;
}
.modal-success__window-tariff {
padding: 99px 70px;
}
.modal-cancel__window {
padding: 99px 110px;
}
.modal-pay__window_active,
.modal-cancel__window_active,
.modal-success__window_active,
.modal-error__window_active {
transform: translateY(0px);
}
.modal__img {
margin: 0 auto;
margin-bottom: 30px;
display: block;
}
.modal-pay__title {
margin-bottom: 12px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 23px;
line-height: 31px;
text-align: center;
}
.modal-cancel__title {
max-width: 339px;
}
.modal__text {
font-family: "Roboto", sans-serif;
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: center;
color: #818C99;
}
.modal__buttons {
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.modal-cancel__button {
display: flex;
justify-content: center;
align-items: center;
border:none;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.modal-cancel__cancel {
margin-right: 20px;
}
.modal-cancel__success {
width: 141px;
height: 36px;
background: linear-gradient(180deg, #4971D0 0%, #245ADB 100%);
border-radius: 4px;
color:#fff;
}
/* MODAL =======================================*/
/* POPUP ==================================*/
.popup {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
transition:0.2s;
z-index: -50;
opacity: 0;
}
.popup_active {
z-index: 50;
opacity: 1;
}
.popup__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;left: 0;
background-color: #B0B9C6;
opacity: 0.7;
}
.popup__content {
width: 100%;
height: 100%;
position: absolute;
left: 0;top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.popup__window {
max-width: 560px;
width: 100%;
padding: 99px 0;
position: relative;
background-color: #fff;
transform: translateY(-1000px);
transition: 0.3s;
}
.popup__window_active {
transform: translateY(0);
}
.popup__close {
width: 12px;
height: 12px;
position: absolute;
top: 18px;
right: 18px;
background: url("../img/popup/close.svg")
no-repeat center;
cursor: pointer;
transition: 0.2s;
}
.popup__close:hover {
opacity: 0.7;
}
.popup__img {
height: 70px;
margin-bottom: 30px;
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__img_accept {
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__img_registr {
background: url("../img/popup/person.svg")
no-repeat center;
}
.popup__img_error {
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__title {
margin-bottom: 12px;
font-weight: 500;
font-size: 23px;
line-height: 31px;
text-align: center;
}
.popup__text {
max-width: 441px;
margin: 0 auto;
font-weight: normal;
font-size: 23px;
line-height: 31px;
color: #818C99;
text-align: center;
}
.popup__button {
width: 400px;
height: 60px;
margin: 0 auto;
margin-top: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* POPUP END===============================*/
/* POPUP PAY ======================================*/
.popup__form {
max-width: 560px;
width: 100%;
height: 374px;
padding: 32px;
position: relative;
box-sizing: border-box;
background-color: #fff;
transition: 0.3s;
transform: translateY(-1000px);
}
.popup__form_active {
transform: translateY(0px);
}
.popup__title_pay {
font-size: 23px;
line-height: 31px;
}
.popup__subtitle {
margin-top: 10px;
margin-bottom: 14px;
font-size: 13px;
line-height: 18px;
}
.popup__label {
margin-top: 16px;
margin-bottom: 5px;
display: block;
font-size: 12px;
line-height: 16px;
color: #717D83;
}
.popup__input {
max-width: 400px;
width: 100%;
height: 60px;
}
.popup__input {
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
color: #818C99;
border: 1px solid #DEE1E4;
}
.popup__min {
margin-top: 14px;
margin-bottom: 7px;
font-size: 11px;
line-height: 16px;
color: #777C87;
}
.popup__max {
font-size: 12px;
line-height: 16px;
color: #777C87;
}
.popup__buttons_pay {
margin-top: 24px;
display: flex;
}
.popup__button_pay {
padding: 15px 24px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.popup__button_cancel {
padding: 15px 24px;
font-size: 14px;
line-height: 14px;
text-align: center;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #222733;
background-color: #fff;
}
/* POPUP PAY END===================================*/
/* POPUP AUTO PAY =================================*/
.popup__form-auto {
max-width: 560px;
width: 100%;
padding-top: 109px;
padding-bottom: 88px;
background: #FFFFFF;
box-shadow: 0px 4px 14px rgba(34, 39, 51, 0.05);
border-radius: 4px;
}
.popup__img-auto {
margin: 0 auto;
margin-bottom: 12px;
display: block;
}
.popup__title_auto {
max-width: 309px;
margin: 0 auto;
font-weight: 500;
font-size: 23px;
line-height: 31px;
}
.popup__subtitle {
max-width: 441px;
margin-top: 12px;
font-family: Roboto;
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: center;
color: #818C99;
}
.popup__buttons_auto {
margin-top: 24px;
display: flex;
justify-content: center;
align-items: center;
}
.popup__button_auto-no {
width: 64px;
height: 12px;
background-color: transparent;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
}
.popup__button_auto-yes {
padding: 12px 20px;
font-size: 12px;
line-height: 12px;
}
.popup__button-ok {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
/* POPUP AUTO PAY END==============================*/
/* HEADER-LK ======================================*/
.header-lk {
position: relative;
background-color: #fff;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
}
.header-lk__top {
height: 38px;
display: flex;
align-items: center;
}
.header-lk__line {
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 38px;
background: #E6E7E9;
}
.header-lk__bottom {
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-lk__nav {
margin: 0 -16px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-lk__elem {
margin: 0 16px;
}
.header-lk__link {
font-size: 16px;
line-height: 20px;
color: #222733;
}
.header-lk__link_active {
color: #4971D0;;
}
.header-lk__link_no-active {
opacity: 0.5;
}
.header-lk__link_no-active:hover {
opacity: 0.5;
}
.header-lk__login {
padding-top: 10px;
padding-bottom: 10px;
position: relative;
font-size: 16px;
line-height: 21px;
}
.header-lk__add {
width: 300px;
max-height: 0;
position: absolute;
right: 0;
top: 38px;
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 4px;
transition: 0.2s;
overflow:hidden;
z-index: 2;
}
.header-lk__add_active {
max-height: 150px;
padding: 16px;
padding-bottom: 11px;
}
.header-lk__name {
font-size: 14px;
line-height: 20px;
color: #121212;
}
.header-lk__email {
margin-top: 6px;
margin-bottom: 26px;
font-size: 12px;
line-height: 18px;
color: #565656
}
.header-lk__exit {
padding-left: 30px;
position: relative;
font-size: 14px;
line-height: 20px;
color: #121212;
border:none;
background-color: transparent;
cursor:pointer;
}
.header-lk__exit:hover {
opacity: 0.6;
}
.header-lk__exit::before {
content: "";
width: 20px;
height: 20px;
position: absolute;
left: 0px;
top: 0;
background: url("../img/header/exit.svg")
no-repeat center;
}
/* HEADER-LK END ==================================*/
/* FOOTER ======================================*/
.footer {
position: relative;
background-color: #272E3D;
color:#fff;
}
.footer__line {
width: 100%;
position: absolute;
left: 0;
top: 124px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__top {
padding: 43px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__nav {
margin: 0 -14px;
display: flex;
align-items: center;
}
.footer__elem {
margin: 0 14px;
}
.footer__link {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FFFFFF;
}
.footer__link_disabled {
opacity: 0.25;
}
.footer__link_disabled:hover {
opacity: 0.25;
}
.footer__middle {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__offer {
max-width: 482px;
padding: 60px 0;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #818C99;
}
.footer__docs {
max-width: 337px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__docs-link {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #818C99;
}
.footer__bottom {
padding-bottom: 62px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__subscribe {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: rgba(255, 255, 255, 0.7);
}
.footer__link-company {
margin-left: 221px;
}
.footer__social {
margin: 0 -9px;
margin-left: auto;
display: flex;
align-items: center;
}
.footer__social-link {
margin: 0 8px;
}
/* FOOTER END===================================*/
/* HEADER ===================================*/
.header {
width: 100%;
position: absolute;
left: 0;
background: transparent;
}
.header_white {
max-width: none;
height: 60px;
margin-left: 0;
color:#000;
position: static;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
background-color: #fff;
}
.header__top {
min-height: 36px;
padding-top: 11px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__list {
display: flex;
align-items: center;
}
.header__elem {
margin-right: 28px;
}
.header__link {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FFFFFF;
}
.header__link_active {
color: #4971D0 !important;
}
.header__elem_soon {
display: flex;
align-items: center;
}
.header__elem_soon:after {
content: "скоро";
width: 56px;
margin-left: 11px;
padding: 2px 4px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 20px;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #FFFFFF;
background: rgba(255, 255, 255, 0.25);
border-radius: 16px;
}
.header__elem_white:after {
color: #000;
background: rgba(0, 0, 0, 0.25);
}
.header__link_white {
color:#000;
}
.header__link_soon {
color: #818C99;
}
.header__buttons {
margin: 0 -4px;
display: flex;
align-items: center;
}
.header__button {
padding: 8px 16px;
margin: 0 4px;
color:#fff;
}
.header__button_white {
color: #222733;
}
/* HEADER END================================*/
/* GENERAL ==================================*/
.general {
background: url("../img/header/cam.png") no-repeat right top 142px,
url("../img/header/bg.jpg") no-repeat center;
color:#fff;
}
.general__title {
max-width: 792px;
padding-top: 151px;
margin-bottom: 30px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 80px;
line-height: 75px;
}
.general__subtitle {
margin-bottom: 101px;
padding: 16px 58px;
display: inline-block;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 32px;
line-height: 38px;
border-radius: 50px;
}
.general__subtitle:hover {
opacity: 1;
}
.general__order {
padding-bottom: 32px;
background-color: #2F313C;
position: relative;
}
.general__order::before,
.general__order::after {
content: "";
width: 41px;
height: 100%;
position: absolute;
background-color: #2F313C;
}
.general__order::before {
top: 0;
left: -41px;
}
.general__order::after {
top: 0;
right: -41px;
}
.order__title {
padding-top: 32px;
padding-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 28px;
line-height: 34px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.order__sutitle {
margin-bottom: 24px;
max-width: 400px;
font-weight: normal;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.5px;
}
.order__form {
display: flex;
align-items: flex-start;
}
.order__input {
max-width: 295px;
width: 100%;
margin-right: 12px;
border:1px solid transparent;
}
.order__input:focus {
border: none;
}
.order__button {
padding: 21px 63px;
margin-left: 49px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* GENERAL END===============================*/
/* OFFER =======================================*/
.offer {
padding-top: 100px;
padding-bottom: 113px;
color:#fff;
}
.offer__top {
margin-bottom: 16px;
display: flex;
justify-content: space-between;
}
.offer__window {
max-width: 336px;
padding-left: 24px;
padding-top: 24px;
box-sizing: border-box;
border-radius: 8px;
}
.offer__window_1 {
background: linear-gradient(59.74deg, #6717A6 0%, #742998 52%, #4D117B 100%);
}
.offer__window_2 {
background: linear-gradient(59.74deg, #293A65 0%, #425176 100%);
}
.offer__window_3 {
background: linear-gradient(59.74deg, #4D57AC 0%, #312672 100%);
}
.offer__title {
max-width: 298px;
margin-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}
.offer__describe {
max-width: 298px;
padding-bottom: 38px;
font-weight: normal;
font-size: 14px;
line-height: 22px;
}
.offer__bottom {
padding-top: 24px;
padding-left: 24px;
padding-bottom: 28px;
display: flex;
justify-content: flex-start;
align-items: center;
background: linear-gradient(102.47deg, #192278 4.07%, #214A5B 101.1%);
border-radius: 8px;
}
.offer__title_bottom {
margin-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}
.offer__describe_bottom {
max-width: 514px;
font-weight: normal;
font-size: 14px;
line-height: 22px;
}
.offer__right {
margin-right: 44px;
margin-left: auto;
}
.offer__button {
padding: 21px 72px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.office__bottom {
padding-top: 32px;
}
.office__nav {
display: flex;
align-items: center;
}
.office__elem {
margin-right: 24px;
}
.office__link {
padding-bottom: 12px;
font-weight: normal;
font-size: 17px;
line-height: 23px;
transition:0.2s;
outline: none;
}
.office__link_active {
color: #4971D0;
border-bottom: 4px solid #4971D0;
}
.table {
margin-top: 24px;
}
.table-content {
height: 121px;
border-top: 1px solid rgba(36, 48, 54, 0.09);
border-bottom: 1px solid rgba(36, 48, 54, 0.09);
display: flex;
justify-content: space-between;
align-items: center;
}
.table-date {
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #777C87;
}
.table-info {
margin-top: 3px;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.table-email {
font-weight: normal;
font-size: 17px;
line-height: 23px;
color: #222733;
}
.tabel-status {
padding: 0 6px;
margin-left: 10px;
font-weight: normal;
font-size: 9px;
line-height: 18px;
border-radius: 9px;
}
.tabel-status_error {
background-color: rgba(237, 75, 65, 0.16);
color: #ED4B41;
}
.tabel-status_accept {
background-color: #D4F296;
color: #5E8C00;
}
.table-describe {
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #717D83;
}
.table-right {
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: right;
color: #5E8C00;
}
.office__add {
padding: 12px 20px;
margin: 0 auto;
margin-top: 50px;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
background-color: #EEEEEF;
}
/* OFFER END====================================*/
/* ABOUT =======================================*/
.about {
padding-top: 56px;
padding-bottom: 80px;
background-color: #fff;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
}
.about__content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about__box {
max-width: 335px;
width: 100%;
margin-bottom: 78px;
}
.about__icon {
margin: 0 auto;
margin-bottom: 20px;
display: block;
}
.about__title {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 22px;
line-height: 28px;
text-align: center;
color: #222733;
}
.about__text {
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #222733;
}
/* ABOUT END====================================*/
/* KEY =========================================*/
.key {
padding-top: 87px;
padding-bottom: 100px;
color:#fff;
}
.key__title {
padding-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 40px;
line-height: 52px;
text-align: center;
color: #222733;
}
.key__top {
margin-bottom: 16px;
display: flex;
justify-content: space-between;
}
.key__box {
max-width: 336px;
width: 100%;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 28px;
background-color: #414854;
border-radius: 8px;
}
.key__img {
margin-bottom: 15px;
display: block;
}
.key__subtitle {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 43px;
}
.key__describe {
max-width: 255px;
font-weight: normal;
font-size: 16px;
line-height: 29px;
color: #C5CAD0;
}
.key__bottom {
padding: 24px 30px;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 8px;
background: url("../img/key/bg.svg") no-repeat center right 40%, #414854;
}
.key__text {
max-width: 464px;
font-weight: normal;
font-size: 16px;
line-height: 29px;
color: #C5CAD0;
}
.key__button {
padding: 21px 72px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* KEY END======================================*/
/* PAIRS =======================================*/
.pairs {
padding-bottom: 100px;
}
.pairs__title {
padding-bottom: 32px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 44px;
text-align: center;
color: #222733;
}
.pairs__content {
display: flex;
justify-content: space-between;
}
.pairs__box {
max-width: 336px;
width: 100%;
height: 266px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 8px 16px rgba(191, 191, 191, 0.25);
border-radius: 8px;
background-color: #fff;
}
/* PAIRS END====================================*/
/* SCORE =======================================*/
.score {
padding-top: 32px;
padding-bottom: 32px;
color: #222733;
}
.score__content {
max-width: 754px;
position: relative;
}
.score__content::after {
content:"";
width: 31px;
height: 31px;
position: absolute;
right: 30px;
top: 30px;
display: block;
background: url("../img/score/icon.svg")
no-repeat center;
}
.score__top {
margin-bottom: 32px;
border-radius: 16px;
}
.score__title {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 44px;
}
.score__name-company {
margin-top: 14px;
font-weight: bold;
font-size: 24px;
line-height: 28px;
letter-spacing: -0.01em;
}
.score__name-bank {
font-family: "Segoe UI";
font-weight: bold;
font-size: 24px;
line-height: 24px;
}
.score__list {
margin-top: 13px;
}
.score__list_top {
height: 192px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.score__elem {
display: flex;
}
.score__left {
min-width: 180px;
margin-right: 67px;
font-weight: bold;
font-size: 16px;
line-height: 32px;
letter-spacing: 3.11434e-08px;
}
.score__right {
font-size: 16px;
line-height: 32px;
letter-spacing: 3.11434e-08px;
color: #464C59;
opacity: 0.5;
}
.score__button {
max-width: 328px;
width: 100%;
padding: 12px 0;
padding-left: 60px;
margin-top: 24px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
border-radius: 8px;
}
.score__button::before {
content: "";
width: 24px;
height: 24px;
position: absolute;
top: 50%;margin-top: -12px;
left: 20px;
background: url("../img/score/ok.svg")
no-repeat center;
}
.score__button-title {
margin-bottom: 5px;
font-family: "SF Pro Text", sans-serif;
font-size: 15px;
line-height: 20px;
letter-spacing: -0.24px;
}
.score__button-link {
font-family: "SF Pro Text", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.154px;
color: #4986CC;
}
/* SCORE END====================================*/
/* AUTHOR ======================================*/
.author {
position: relative;
background-color: #F5F5F6;
}
.author__content {
height: 1216px;
display: flex;
justify-content: center;
align-items: center;
}
.author__error {
width: 300px;
color:red;
position: absolute;
top: 70px;
left: 50%; margin-left: -150px;
text-align: center;
}
.author__name {
margin-bottom: 8px;
}
.author__link {
height: 44px;
}
/* AUTHOR END===================================*/
/* REGISTR =====================================*/
.registr {
position: relative;
background-color: #F5F5F6;
}
.registr__content {
height: 1216px;
display: flex;
justify-content: center;
align-items: center;
}
.registr__input_error {
border: 1px solid red;
}
.registr__button {
width: 100%;
padding: 20px 0;
margin-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.registr__button_link {
margin-top: 8px;
background-color: #E4EDF8;
color: #4971D0;;
}
.registr__agree {
margin-top: 10px;
display: none;
}
.registr__check {
position: relative;
left: 28px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #000000;
transition: 0.3s;
}
.registr__link-contract {
margin-left: 2px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color:#4971D0;
}
.registr__check::before {
content: '';
display: inline-block;
width: 1em;
height: 1em;
position: absolute;
top: 3px;
left: -28px;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #adb5bd;
border-radius: 0.25em;
margin-right: 0.5em;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
transition:0.4s;
}
.registr__agree:checked+label::before {
background:
url("../img/registr/ok.svg") no-repeat center,#4971D0;
background-position-y: 2px;
}
.registr__check_error {
color:red;
}
/* REGISTR END==================================*/
/* CALL ========================================*/
.call {
background-color: #F5F5F6;
}
.call__content {
padding-top: 425px;
padding-bottom: 347px;
display: flex;
justify-content: center;
}
/* CALL END=====================================*/
/* SETTING =====================================*/
.setting {
height: 656px;
position: relative;
}
.setting__content {
padding-top: 35px;
padding-left: 35px;
}
.setting__window {
max-width: 439px;
width: 100%;
box-sizing: border-box;
position: relative;
}
.setting__window::after {
content: "";
width: 40px;
height: 40px;
display: block;
position: absolute;
right: 0; margin-right: 24px;
top: 24px;
background: url("../img/setting/icon.svg")
no-repeat center;
}
.setting__title {
margin-bottom: 40px;
text-align: left;
position: relative;
left: -10px;
}
.setting__prompt {
width: 100%;
position: absolute;
top: 34px;
left: 10px;
font-size: 16px;
font-weight: normal;
}
.setting__prompt_error {
color:red;
}
.setting__prompt_accept {
color:green;
}
.setting__label {
margin-bottom: 8px;
}
.setting__input {
margin-bottom: 26px;
}
.setting__button {
width: 100%;
height: 44px;
margin-top: 24px;
background-color: #4971D0;
color:#fff;
}
/* SETTING END==================================*/
/* TARIFF ======================================*/
.tariff {
padding-bottom: 304px;
}
.tariff__content {
margin: 0 -16px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.tariff__describe {
background-color: #fff;
}
.tariff__describe-content {
padding: 116px 0;
background: url("../img/tariff/comp.jpg")
no-repeat center right;
}
.tariff__describe-title {
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 59px;
line-height: 78px;
}
.tariff__describe-text {
max-width: 422px;
font-size: 20px;
line-height: 137.19%;
letter-spacing: 0.5px;
}
.tariff__choice {
width: 100%;
height: 46px;
padding-left: 12px;
margin: 32px 0;
box-sizing: border-box;
display: flex;
align-items: center;
background-color: #fff;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
border-radius: 8px;
}
.tariff__choice-box {
padding: 6px 12px;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.154px;
color: #818C99;
border-radius: 10px;
cursor:pointer;
transition: 0.2s;
}
.tariff__choice-box:hover {
opacity:0.8;
}
.tariff__choice-box_active {
color: #4971D0;
background: rgba(73, 113, 208, 0.15);
}
.tariff__window {
max-width: 358px;
width: 100%;
margin: 0 16px;
margin-bottom: 32px;
padding: 32px 16px;
box-sizing: border-box;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
transition:0.5s;
border:none;
}
.tariff__window_active {
background:
linear-gradient(180deg, #0047FF 0%, #0094FF 100%);
}
.tariff__window_active .tariff__box-title,
.tariff__window_active .tariff__elem,
.tariff__window_active .tariff__button,
.tariff__window_active .tariff__price {
color:#fff;
}
.tariff__window_active .tariff__button {
background: rgba(0, 0, 0, 0.35);
}
.tariff__box-title {
margin: 0 auto;
margin-bottom: 34px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 32px;
line-height: 24px;
letter-spacing: -0.154px;
color: #000000;
text-align: center;
}
.tariff__list {
margin-bottom: 46px;
}
.tariff__elem {
font-weight: normal;
font-size: 14px;
line-height: 28px;
color: #464C59;
}
.tariff__box-bottom {
display: flex;
justify-content: space-between;
align-items: center;
}
.tariff__button {
padding: 12px 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.tariff__price {
max-width: 147px;
width: 100%;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: -0.154px;
color: #4971D0;
}
.tariff__button_change {
max-width: 177px;
}
.tariff__subtitle {
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 28px;
}
.tariff__box {
margin: 16px 0;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.154px;
color: #464C59;
}
.tariff__buttons {
display: flex;
align-items: center;
}
.tariff__pay-buttons {
padding: 13px 20px;
margin-right: 33px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.tariff__pay-button {
border-radius: 4px;
background-color: #818C99;
color: #FFFFFF;
opacity: 0.5;
}
.tariff__pay-button_active {
background-color: #426DD3;
opacity: 1;
}
/* TARIFF END===================================*/
/* OFFICE ======================================*/
.office {
background-color: #F5F5F6;
}
.office__content {
padding-top: 32px;
padding-bottom: 659px;
}
.office__top {
display: flex;
justify-content: space-between;
}
.office__left {
max-width: 776px;
width: 100%;
padding-left: 32px;
padding-right: 16px;
padding-top: 16px;
background-color: #fff;
}
.office__info-top {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
align-items: center;
}
.office__text {
font-weight: normal;
font-size: 16px;
line-height: 21px;
}
.office__buttons {
margin-right: 0;
margin-left: auto;
display: flex;
align-items: flex-start;
}
.office__button {
padding: 12px 20px;
font-weight: 500;
font-size: 12px;
line-height: 12px;
text-align: center;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
background-color: #fff;
}
.office__button:hover {
opacity: 1;
background-color: #EEEEEF;
}
.office__info-bottom {
display: flex;
align-items: flex-end;
}
.office__tariff-name {
font-weight: normal;
font-size: 59px;
line-height: 78px;
}
.office__tariff-price {
font-weight: normal;
font-size: 32px;
line-height: 78px;
color: #818C99;
}
.office__right {
max-width: 248px;
width: 100%;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 17px;
position: relative;
box-sizing: border-box;
background-color: #F2F6FF;
box-shadow: 0px 4px 14px rgba(34, 39, 51, 0.05);
border-radius: 4px;
}
.office__right::after {
content:"";
width: 24px;
height: 24px;
position: absolute;
right: 12px;
top: 12px;
background: url("../img/office/cart.svg")
no-repeat center;
}
.office__cart-title {
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #4971D0;
}
.office__money {
margin: 12px 0;
font-weight: normal;
font-size: 32px;
line-height: 34px;
color: #4971D0;
}
.office__cart-button {
height: 36px;
padding: 12px 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.office__bottom {
width: 100%;
margin-top: 16px;
box-sizing: border-box;
}
.office__preloader {
width: 100px;
position: fixed;
left: 50%;
margin-left: -50px;
top: 40vh;
display: none;
}
.office__preloader_active {
display: block;
}
.office__table {
width: 100%;
}
.office__row {
width: 100%;
height: 52px;
}
.office__cell_head {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 22px;
text-align: left;
}
.office__cell_head::before {
display: none;
}
.office__cell {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 21px;
border-bottom: 1px solid #E6E4EA;
}
.office__cel_date {
width: 224px;
text-align: left;
position: relative;
}
.office__cel_date::before {
content: "";
width: 48px;
height: 1px;
background-color: #E6E4EA;
position: absolute;
bottom: -1px;
left: -46px;
}
.office__cell_bold {
font-weight: bold;
}
.office__cell_end {
width: 81px;
text-align: right;
position: relative;
}
.office__cell_end::before {
content: "";
width: 48px;
height: 1px;
background-color: #E6E4EA;
position: absolute;
bottom: -1px;
right: -46px;
}
/* OFFICE END===================================*/
/* CONTRACT ====================================*/
.contract {
padding-top: 32px;
padding-bottom: 32px;
}
.contract__content {
width: 100%;
max-height: 1151px;
padding: 42px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 16px;
box-sizing: border-box;
overflow-y: scroll;
}
.contract__title {
margin-bottom: 26px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 20px;
}
.contract__text {
margin-bottom: 32px;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
.contract__subtitle {
margin-bottom: 20px;
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.contract__posttitle {
margin-bottom: 20px;
font-size: 16px;
line-height: 20px;
}
.contract__list {
margin-bottom: 32px;
}
.contract__elem {
margin-left: 30px;
position: relative;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
.contract__elem::before {
content: "-";
position: absolute;
left: -20px;
}
.contract__elem__address {
margin: 15px 0;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
/* CONTRACT END=================================*/
/* POLITICS ====================================*/
.politics {
padding-top: 32px;
padding-bottom: 32px
}
.politics__content {
width: 100%;
max-height: 1151px;
padding: 42px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 16px;
box-sizing: border-box;
overflow-y: scroll;
}
.politics__title {
margin-bottom: 26px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 20px;
}
.politics__text {
margin-bottom: 40px;
font-weight: normal;
font-size: 18px;
line-height: 2;
}
.politics__subtitle {
font-weight: bold;
margin-bottom: 20px;
font-size: 16px;
line-height: 2;
}
.politics__posttitle {
font-size: 30px;
line-height: 2;
}
.politics__list {
margin-bottom: 32px;
}
.politics__elem {
font-weight: normal;
font-size: 18px;
line-height: 24px;
}
.politics__link {
font-size: 18px;
color: #005FF9;
}
/* POLITICS END=================================*/
/* PROMPT ======================================*/
.prompt {
max-width: 351px;
width: 100%;
padding: 0px;
height: 0;
position: fixed;
background-color: #FAEBEB;
font-family: "SF Pro Text", sans-serif;
color: #E64646;
bottom: 45px;
right: 43px;
border-radius: 10px;
transition: 0.4s;
z-index: -20;
}
.prompt_consult {
height: 0;
padding: 0;
}
.prompt_active {
height: auto;
padding: 12px;
z-index: 20;
}
.prompt__title {
margin-bottom: 2px;
font-weight: 500;
font-size: 16px;
letter-spacing: -0.32px;
}
.prompt__desribe {
font-size: 13px;
line-height: 16px;
letter-spacing: -0.078px;
}
/* PROMPT END===================================*/
/* CONSULT =====================================*/
.modal__consult {
width: 440px;
height: 364px;
padding: 32px 44px;
position: fixed;
top: 50%;margin-top: -182px;
left: 50%;margin-left: -220px;
box-sizing: border-box;
background-color: #fff;
transform:translateY(-1000px);
transition: 0.4s;
}
.modal__consult_active {
transform:translateY(0px);
}
.consult__title {
margin-bottom: 40px;
}
.consult__input {
margin-bottom: 26px;
}
/* CONSULT END==================================*/
/* pay-false ===================================*/
.pay-false {
width: 100%;
height: 100%;
position: fixed;
left: 0;top: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 8;
transition: 0.3s;
}
.pay-false_no-active {
z-index: -5;
opacity: 0;
}
.pay-false__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;left: 0;
background-color: #000;
opacity: 0.3;
z-index: -1;
}
.pay-false__window {
width: 272px;
min-height: 140px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 18px;
z-index: 2;
transition: 0.3s;
transform: translate(0);
}
.pay-false__window_no-active {
transform:translateY(-1000px);
}
.pay-false__title {
font-family: "Segoe UI", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #222733;
text-align: center;
}
.pay-false__button {
width: 100%;
height: 30px;
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
background: #4971D0;
border-radius: 8px;
color:#fff;
border:none;
}
/* pay-false END================================*/
/* SOLUTION ====================================*/
.solution {
background-color: #F5F5F6;
}
.solution__content {
margin: -4px;
padding: 68px 0;
display: flex;
flex-wrap: wrap;
}
.solution__block {
width: 49%;
height: 214px;
margin: 4px;
padding-bottom: 28px;
padding-left: 40px;
display: flex;align-items: flex-end;
background: #FFFFFF;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
border-radius: 8px;
box-sizing: border-box;
}
.solution__text {
max-width: 210px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 28px;
line-height: 40px;
color: #222222;
}
/* SOLUTION END=================================*/
/* FOOTER MODAL ================================*/
.footer__modal {
width: 100%;
margin: 0 auto;
position: fixed;
left: 0;
bottom: 52px;
transition: 0.5s;
transform: translateY(800px);
z-index: 10;
}
.footer__modal_active {
transform: translateY(0px);
}
.footer__modal-content {
margin: 0 16px;
padding: 16px;
background-color: #fff;
border-radius: 18px;
}
.footer__close {
position: absolute;
top: 16px;
right: 32px;
}
.footer__agaev {
margin: 0 auto;
margin-top: 24px;
margin-bottom: 8px;
display: block;
}
.footer__title {
margin-bottom: 8px;
font-family: "SF Pro Text", sans-serif;
font-weight: 600;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: -0.41px;
color: #000000;
}
.footer__text {
max-width: 312px;
margin: 0 auto;
font-family: "SF Pro Text", sans-serif;
font-weight: normal;
font-size: 15px;
line-height: 22px;
text-align: center;
letter-spacing: -0.24px;
color: #8A8A8E;
}
.footer__button {
height: 44px;
margin: 16px 8px;
background-color: #4971D0;
color: #fff;
opacity: 1;
border-radius: 8px;
}
.footer__button:hover {
opacity: 1;
}
/* FOOTER MODAL END=============================*/
/* EXIT =====================*/
.exit {
width: 100%;
position: fixed;
bottom: 52px;
left: 0;
transition: 0.4s;
transform: translateY(800px);
}
.exit_active {
transform: translateY(0px);
}
.exit__content {
padding: 16px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border-radius: 18px;
}
.exit__close {
position: absolute;
right: 16px;
top: 16px;
}
.exit__img {
margin-top: 16px;
margin-bottom: 14px;
display: block;
}
.exit__text {
margin-bottom: 32px;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.38px;
}
.exit__buttons {
display: flex;
justify-content: center;
}
.exit__button {
width: 150px;
height: 44px;
margin: 0 6px;
border-radius: 10px;
font-weight: 500;
font-size: 17px;
line-height: 22px;
letter-spacing: -0.408px;
}
.exit__button_cancel {
color: #4971D0;
background-color: #F2F3F5;
}
.exit__button_accept {
color: #fff;
background-color: #4971D0;
}
/* EXIT END==================*/
/* MINI FOOTER ==============*/
.footer-mini {
width: 100%;
padding-bottom: 20px;
background: #F5F5F6;
}
.footer-mini__content {
display: flex;
align-items: center;
}
.footer-mini__links {
width: 337px;
margin-right: 141px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-mini__link {
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
color: #818C99
}
/* MINI FOOTER END===========*/
/* END-SETTINGS */
.mobile {
display: none;
}
/* END-SETTINGS END */
@media screen and (max-width: 1500px) {
.general__order {
padding-right: 50px;
padding-left: 50px;
}
.general__order::after,
.general__order::before {
display: none;
}
}
@media screen and (max-width: 1150px) {
.key__top {
margin: 0 -2%;
flex-wrap: wrap;
justify-content: center;
}
.key__box {
max-width: none;
width: 46%;
margin: 0 2%;
margin-bottom: 20px;
padding-right: 30px;
box-sizing: border-box;
}
}
@media screen and (max-width: 1140px) {
.office__right {
margin-left: 30px;
}
}
@media screen and (max-width: 1116px) {
.general {
background-size: auto, cover;
}
.order__form {
flex-direction: column;
}
.order__input {
max-width: none;
margin-bottom: 20px;
}
.order__button {
width: 100%;
margin: 0;
display: block;
}
}
@media screen and (max-width: 1100px) {
.header__top {
flex-direction: column;
align-items: flex-start;
}
.header__nav {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1070px) {
.pairs__box {
max-width: none;
width: 30%;
height: auto;
padding: 5% 0;
}
}
@media screen and (max-width: 1050px) {
.about__box {
max-width: none;
width: 50%;
}
.about__text {
max-width: 50%;
margin: 0 auto;
}
}
@media screen and (max-width: 1020px) {
.offer__window {
padding-right: 15px;
}
.offer__window_2 {
margin: 0 15px;
}
}
@media screen and (max-width: 940px) {
.offer__button {
padding: 21px 40px;
}
.offer__describe_bottom {
max-width: 444px;
}
.office__top {
flex-direction: column;
}
.office__left {
max-width: none;
margin-bottom: 15px;
box-sizing: border-box;
}
.office__right {
max-width: none;
margin-left: 0;
}
.footer__offer {
max-width: 400px;
}
}
@media screen and (max-width: 870px) {
.header-lk__bottom {
margin-top: 15px;
align-items: flex-start;
flex-direction: column;
}
}
@media screen and (max-width: 830px) {
.solution__block {
width: 48%;
}
}
@media screen and (max-width: 800px) {
.mobile {
display: block;
}
.desktop {
display: none;
}
.header {
height: 0;
}
.header-lk {
width: 100%;
margin-bottom: 30px;
background-color: #fff;
position: fixed;
z-index: 5;
}
.header-lk__container {
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__top,
.header-lk__nav {
width: 100%;
background-color: #ccc;
position: fixed;
top: 0;
left: 0;
align-items: center;
z-index: 10;
transition: 0.5s;
transform: translateY(-800px);
1transform: translateY(0);
}
.header-lk__nav {
margin: 0;
flex-direction: column;
right: 0;
}
.header__top_active,
.header-lk__nav_active {
transform: translateY(0);
}
.header-lk__elem {
margin: 10px 0;
}
.header-lk__login {
margin-right: 60px;
}
.header__nav {
margin-bottom: 0px;
}
.header-lk__line {
display: none;
}
.header-lk__add {
width: 230px;
}
.burger {
width: 40px;
height: 40px;
position: fixed;
right: 25px;
top: 25px;
background-color: #fff;
display: block;
border-radius: 50%;
z-index: 13;
}
.burger_lk {
top: 15px;
}
.burger_active .burger__line {
transform: rotate(360deg);
background-color: #fff;
}
.burger_active .burger__line::before {
transform: rotate(45deg);
}
.burger_active .burger__line::after {
transform: rotate(-45deg);
}
.burger__line,
.burger__line::before,
.burger__line::after {
width: 26px;
height: 4px;
background-color: #000;
position: absolute;
left: 50%;
margin-left: -13px;
top: 50%;
margin-top: -2px;
transition: 0.4s;
}
.burger__line::before,
.burger__line::after {
content: "";
}
.burger__line::before {
transform: translateY(9px);
}
.burger__line::after {
transform: translateY(-9px);
}
.header__buttons {
flex-direction: column;
}
.header__button {
margin-bottom: 10px;
}
.header__list {
flex-direction: column;
}
.header__elem {
margin: 0;
margin-bottom: 5px;
}
.header__elem_soon {
flex-direction: column;
}
.header__elem_soon::after {
margin-left: 0;
}
.general__title {
padding-top: 72px;
font-size: 54px;
line-height: 54px;
}
.general__subtitle {
padding: 12px 24px;
margin-bottom: 34px;
font-size: 20px;
}
.order__title {
font-size: 20px;
}
.order__sutitle {
font-size: 16px;
}
.offer {
padding: 30px 0;
}
.offer__top {
flex-direction: column;
}
.offer__window {
max-width: none;
width: 100%;
margin: 0;
margin: 7px 0;
}
.offer__describe {
max-width: none;
}
.offer__bottom {
padding-right: 24px;
flex-direction: column;
align-items: flex-start;
}
.offer__describe_bottom {
max-width: none;
}
.offer__right {
margin-right: auto;
margin-left: 0;
margin-top: 10px;
}
.about {
padding: 30px 0;
}
.about__content {
margin: -25px 0;
}
.about__box {
width: 100%;
margin: 25px 0;
}
.key {
padding: 30px 0;
}
.key__title {
font-size: 34px;
}
.key__top {
margin: 0;
}
.key__box {
width: 100%;
margin: 0;
margin-bottom: 15px;
}
.key__describe {
max-width: none;
}
.key__bottom {
padding-right: 30px;
flex-direction: column;
align-items: flex-start;
}
.key__text {
max-width: none;
}
.key__right {
width: 100%;
}
.key__button {
margin-top: 10px;
}
.pairs {
padding: 30px 0;
}
.pairs__title {
font-size: 30px;
}
.pairs__img {
width: 80%;
}
.office {
padding-top: 60px;
}
.office__content {
padding-bottom: 50px;
}
.office__info-top {
margin-bottom: 0;
flex-direction: column-reverse;
align-items: flex-start;
}
.office__left {
padding-bottom: 0;
}
.office__buttons {
margin: auto;
margin-left: -20px;
margin-bottom: 15px;
}
.office__tariff-name {
font-size: 45px;
}
.office__tariff-price {
font-size: 22px;
}
.office__nav {
justify-content: space-between;
}
.office__elem {
margin: 0;
}
.tariff {
padding-bottom: 50px;
}
.tariff__content {
flex-direction: column;
align-items: center;
}
.footer_mobile {
width: 100%;
height: 44px;
position: relative;
overflow: hidden;
}
.footer__content {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.footer__company {
font-family: "Roboto", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 24px;
text-align: center;
letter-spacing: 0.171429px;
color: rgba(33, 33, 33, 0.54);
}
.footer__bar {
width: 100%;
height: 44px;
margin-top: 16px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
}
.footer__link {
display: flex;
justify-content: center;
flex:1;
}
.popup__form {
width: auto;
height: auto;
max-height: 80vh;
padding-left: 18px;
padding-right: 18px;
position: fixed;
top: 10vh;
left: 0;
overflow-y: scroll;
}
.prompt {
max-width: none;
width: auto;
}
.score__elem {
flex-direction: column;
}
.score__list {
height: auto;
}
}
/* 800px END */
@media screen and (max-width: 600px) {
.table-content {
padding:10px 0;
flex-direction: column;
align-items: flex-start;
}
.office__link {
padding-bottom: 7px;
font-size: 10px;
}
.office__link_active {
border-bottom: 2px solid #4971D0;
}
}
@media screen and (max-width: 600px) {
.solution {
padding: 20px 0;
}
.solution__content {
padding: 0;
margin: 0;
flex-direction: column;
}
.solution__block {
width: 100%;
}
}
@media screen and (max-width: 550px) {
.form-window {
padding: 0 20px;
padding-bottom: 20px;
}
.form-title {
font-size: 24px;
}
.form-subtitle {
font-size: 16px;
}
.form-link-entry {
font-size: 16px;
}
.registr__check {
left: 0;
margin-left: 30px;
}
.form-button {
margin-bottom: 20px;
}
}
@media screen and (max-width: 540px) {
.general__title {
font-size: 40px;
line-height: 40px;
}
}
@media screen and (max-width: 500px) {
.tariff__describe-content {
padding-top: 70px;
padding-bottom: 20px;
background: #fff;
}
.tariff__describe-title {
margin-bottom: 0px;
font-size: 48px;
}
.tariff__describe-text {
font-size: 15px;
}
.tariff__window_auto {
max-width: 306px;
padding: 25px;
margin: 0 auto;
}
}
@media screen and (max-width: 426px) {
.input {
padding: 15px;
}
.button {
width: 100%;
height: 48px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
}
.burger {
zoom: 0.8;
right: 10px;
top: 10px;
}
.general {
background: url(../img/header/bg.jpg)
no-repeat center;
}
.general__title {
padding-top: 40px;
font-size: 31px;
line-height: 31px;
}
.general__subtitle {
margin-bottom: 12px;
}
.general__order {
margin: 0 -20px;
margin-top: 20px;
padding: 0 20px;
padding-bottom: 30px;
position: relative;
}
.order__title {
padding-top: 20px;
font-size: 14px;
line-height: 150%;
}
.order__sutitle {
margin-bottom: 16px;
font-size: 12px;
line-height: 150%;
}
.offer {
padding: 15px 0;
}
.offer__right {
width: 100%;
margin: 0;
margin-top: 10px;
}
.about__icon {
margin-bottom: 7px;
}
.about__title {
margin-bottom: 10px;
font-size: 18px;
line-height: 20px;
}
.about__text {
max-width: none;
}
.key__title {
font-size: 26px;
line-height: 38px;
}
.key__img {
width: 40px;
}
.pairs {
padding: 10px 0;
}
.pairs__title {
font-size: 24px;
line-height: 26px;
}
.pairs__content {
margin: -10px 0;
flex-direction: column;
align-items: center;
}
.pairs__box {
width: 70%;
margin: 10px 0;
}
.author__content,
.registr__content,
.call__content {
padding-top: 150px;
height: auto;
}
.form-title {
padding-top: 32px;
margin-bottom: 10px;
font-size: 19px;
line-height: 21px;
}
.form-subtitle {
margin-bottom: 15px;
font-size: 15px;
}
.form-input {
margin-bottom: 15px;
}
.registr__check {
margin-left: 20px;
font-size: 13px;
line-height: 15px;
}
.registr__check::before {
margin-right: 5px;
left: -20px;
}
.registr__link-contract {
font-size: 13px;
line-height: 15px;
}
.office__left {
padding-left: 16px;
}
.header-lk__top {
margin-top: 6px;
}
.header-lk__bottom {
height: auto;
margin-top: 3px;
}
.office__content {
padding-top: 0;
}
.office__buttons {
width: 100%;
margin-left: 0;
margin-right: 0;
justify-content: flex-start;
}
.office__button {
width: auto;
margin-right: 20px;
font-size: 10px;
}
.office__tariff-name {
font-size: 32px;
line-height: 32px;
}
.office__tariff-price {
font-size: 16px;
}
.office__right {
padding: 10px;
}
.office__bottom {
padding: 15px;
}
.office__link {
font-size: 9px;
}
.office__desctibe {
font-size: 12px;
}
.tariff__container {
padding: 0;
}
.tariff__choice {
padding: 0 20px;
justify-content: space-between;
}
.tariff__content {
margin: 0;
}
.tariff__window {
max-width: none;
margin: 0;
margin: 3px 0;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.tariff__box-title {
margin: 0;
font-size: 24px;
}
.tariff__list {
display: none;
}
.tariff__box-bottom {
flex-direction: row-reverse;
}
.tariff__button {
height: 30px;
margin-left: 10px;
display: block;
font-size: 9px;
padding: 0 3px;
}
.tariff__price {
width: auto;
}
.tariff__window_auto {
max-width: none;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05),
0px 0px -20px rgba(0, 0, 0, 0.05);
}
.tariff__buttons {
flex-direction: column;
align-items: stretch;
}
.tariff__autopay {
margin-top: 20px;
margin-right: 0;
}
.tariff__subtitle {
margin-bottom: 15px;
font-size: 26px;
}
.tariff__box {
display: none;
}
.popup__form {
width: 100%;
}
.header-lk__add {
opacity: 0;
visibility: hidden;
}
.exit__button {
width: 150px;
}
.score__top {
padding: 32px 20px;
}
.score__name-company {
font-size: 17px;
}
.score__left,
.score__right {
font-size: 14px;
}
}
/* 425px END */ | public/css/style.css | *{
padding: 0;
margin:0;
}
a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
}
*:active, *:hover, *:focus {
outline: 0;
outline-offset: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
color: #000000;
font-family: 'Roboto', sans-serif;
font-weight: normal;
transition: 0.3s;
cursor: pointer;
font-size: 16px;
}
a:hover {
opacity: 0.8;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: #222733;
font-size: 16px ;
background-color: #F5F5F6;
}
.wrapper {
max-width: 1600px;
margin: 0 auto;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
}
.main {
background-color: #F5F5F6;
}
.container {
max-width: 1140px;
padding: 0 20px;
margin: 0 auto;
}
.button {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 20px;
color: #fff;
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 0.3s;
}
.button:hover {
opacity: 0.8;
}
.button_blue {
background: linear-gradient(180deg, #4971D0 0%, #245ADB 100%);
box-shadow: 0px 4px 4px rgba(57, 52, 52, 0.25);
border-radius: 4px;
}
.button_gray {
background: rgba(255, 255, 255, 0.25);
border-radius: 16px;
}
.window {
padding: 32px 44px;
background: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 4px;
background-color: #fff;
}
.input {
padding: 20px;
background-color: #fff;
border-radius: 8px;
border:none;
outline: none;
font-weight: normal;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
color: #818C99;
box-sizing: border-box;
}
.input::placeholder {
color: #818C99;
}
.input:focus {
border: 1px solid #3F8AE0;
}
.input_error {
border:1px solid red !important;
background-color: #FAEBEB;
}
.none {
display: none !important;
}
.form-window {
max-width: 560px;
width: 100%;
padding: 0 78px;
padding-bottom: 32px;
box-sizing: border-box;
position: relative;
}
.form-link-logo {
width: 82px;
position: absolute;
left: 50%;
margin-left: -41px;
top: -80px;
}
.form-title {
padding-top: 48px;
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 28px;
line-height: 36px;
text-align: center;
color: #414854;
}
.form-subtitle {
margin-bottom: 32px;
font-weight: normal;
font-size: 20px;
line-height: 20px;
text-align: center;
color: #414854
}
.form-link-entry {
font-weight: normal;
font-size: 20px;
line-height: 20px;
color:#4971D0;
}
.form-input {
width: 100%;
margin-bottom: 26px;
border: 1px solid #DEE1E4;
}
.form-button {
width: 100%;
padding: 20px 0;
margin-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.mobile {
display: none;
}
.section_smear {
filter: blur(7px);
}
/* MODAL ===================================*/
.modal {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
z-index: -15;
transition: 0.2s;
transition-delay: 0.4s;
}
.modal_active {
z-index: 15;
transition-delay: 0s;
}
.modal__bg {
width: 100vw;
height: 100vh;
position: absolute;
background-color: #000;
opacity: 0;
transition: 0.5s;
z-index: -1;
}
.modal__bg_active {
opacity: 0.4;
}
.modal__bg_active-double {
}
.modal__season {
width: 272px;
height: 240px;
position: absolute;
left: 50%;margin-left: -136px;
top: 235px;
font-family:"SF Pro Text", sans-serif;
color: #000000;
background-color: #fff;
border-radius: 18px;
transition: 0.4s;
transform: translateY(-1000px);
}
.modal__season_active {
transform: translateY(0px);
}
.modal__title {
padding-top: 19px;
padding-bottom: 7px;
font-weight: 600;
font-size: 17px;
line-height: 22px;
text-align: center;
letter-spacing: -0.408px;
}
.modal__describe {
max-width: 235px;
margin: 0 auto;
margin-bottom: 19px;
font-weight: normal;
font-size: 13px;
line-height: 16px;
text-align: center;
letter-spacing: -0.078px;
}
.modal__link {
width: 100%;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
font-family:"SF Pro Text", sans-serif;
font-weight: normal;
font-size: 17px;
line-height: 22px;
letter-spacing: -0.408px;
color: #4971D0;
}
.modal__link_season {
border-top:1px solid rgba(0, 0, 0, 0.12);
border-bottom:1px solid rgba(0, 0, 0, 0.12);
}
.modal__link_cancel {
font-weight: 600;
}
.modal-pay__window {
height: 374px;
padding: 99px 134px;
position: absolute;
top: 50%;
margin-top: -187px;
left: 50%;
margin-left: -280px;
background: #fff;
box-sizing: border-box;
transform: translateY(-1000px);
transition: 0.4s;
}
.modal-success__window-tariff {
padding: 99px 70px;
}
.modal-cancel__window {
padding: 99px 110px;
}
.modal-pay__window_active,
.modal-cancel__window_active,
.modal-success__window_active,
.modal-error__window_active {
transform: translateY(0px);
}
.modal__img {
margin: 0 auto;
margin-bottom: 30px;
display: block;
}
.modal-pay__title {
margin-bottom: 12px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 23px;
line-height: 31px;
text-align: center;
}
.modal-cancel__title {
max-width: 339px;
}
.modal__text {
font-family: "Roboto", sans-serif;
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: center;
color: #818C99;
}
.modal__buttons {
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.modal-cancel__button {
display: flex;
justify-content: center;
align-items: center;
border:none;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.modal-cancel__cancel {
margin-right: 20px;
}
.modal-cancel__success {
width: 141px;
height: 36px;
background: linear-gradient(180deg, #4971D0 0%, #245ADB 100%);
border-radius: 4px;
color:#fff;
}
/* MODAL =======================================*/
/* POPUP ==================================*/
.popup {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
transition:0.2s;
z-index: -50;
opacity: 0;
}
.popup_active {
z-index: 50;
opacity: 1;
}
.popup__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;left: 0;
background-color: #B0B9C6;
opacity: 0.7;
}
.popup__content {
width: 100%;
height: 100%;
position: absolute;
left: 0;top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.popup__window {
max-width: 560px;
width: 100%;
padding: 99px 0;
position: relative;
background-color: #fff;
transform: translateY(-1000px);
transition: 0.3s;
}
.popup__window_active {
transform: translateY(0);
}
.popup__close {
width: 12px;
height: 12px;
position: absolute;
top: 18px;
right: 18px;
background: url("../img/popup/close.svg")
no-repeat center;
cursor: pointer;
transition: 0.2s;
}
.popup__close:hover {
opacity: 0.7;
}
.popup__img {
height: 70px;
margin-bottom: 30px;
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__img_accept {
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__img_registr {
background: url("../img/popup/person.svg")
no-repeat center;
}
.popup__img_error {
background: url("../img/popup/accept.svg")
no-repeat center;
}
.popup__title {
margin-bottom: 12px;
font-weight: 500;
font-size: 23px;
line-height: 31px;
text-align: center;
}
.popup__text {
max-width: 441px;
margin: 0 auto;
font-weight: normal;
font-size: 23px;
line-height: 31px;
color: #818C99;
text-align: center;
}
.popup__button {
width: 400px;
height: 60px;
margin: 0 auto;
margin-top: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* POPUP END===============================*/
/* POPUP PAY ======================================*/
.popup__form {
max-width: 560px;
width: 100%;
height: 374px;
padding: 32px;
position: relative;
box-sizing: border-box;
background-color: #fff;
transition: 0.3s;
transform: translateY(-1000px);
}
.popup__form_active {
transform: translateY(0px);
}
.popup__title_pay {
font-size: 23px;
line-height: 31px;
}
.popup__subtitle {
margin-top: 10px;
margin-bottom: 14px;
font-size: 13px;
line-height: 18px;
}
.popup__label {
margin-top: 16px;
margin-bottom: 5px;
display: block;
font-size: 12px;
line-height: 16px;
color: #717D83;
}
.popup__input {
max-width: 400px;
width: 100%;
height: 60px;
}
.popup__input {
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
color: #818C99;
border: 1px solid #DEE1E4;
}
.popup__min {
margin-top: 14px;
margin-bottom: 7px;
font-size: 11px;
line-height: 16px;
color: #777C87;
}
.popup__max {
font-size: 12px;
line-height: 16px;
color: #777C87;
}
.popup__buttons_pay {
margin-top: 24px;
display: flex;
}
.popup__button_pay {
padding: 15px 24px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.popup__button_cancel {
padding: 15px 24px;
font-size: 14px;
line-height: 14px;
text-align: center;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #222733;
background-color: #fff;
}
/* POPUP PAY END===================================*/
/* POPUP AUTO PAY =================================*/
.popup__form-auto {
max-width: 560px;
width: 100%;
padding-top: 109px;
padding-bottom: 88px;
background: #FFFFFF;
box-shadow: 0px 4px 14px rgba(34, 39, 51, 0.05);
border-radius: 4px;
}
.popup__img-auto {
margin: 0 auto;
margin-bottom: 12px;
display: block;
}
.popup__title_auto {
max-width: 309px;
margin: 0 auto;
font-weight: 500;
font-size: 23px;
line-height: 31px;
}
.popup__subtitle {
max-width: 441px;
margin-top: 12px;
font-family: Roboto;
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: center;
color: #818C99;
}
.popup__buttons_auto {
margin-top: 24px;
display: flex;
justify-content: center;
align-items: center;
}
.popup__button_auto-no {
width: 64px;
height: 12px;
background-color: transparent;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
}
.popup__button_auto-yes {
padding: 12px 20px;
font-size: 12px;
line-height: 12px;
}
.popup__button-ok {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
/* POPUP AUTO PAY END==============================*/
/* HEADER-LK ======================================*/
.header-lk {
position: relative;
background-color: #fff;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
}
.header-lk__top {
height: 38px;
display: flex;
align-items: center;
}
.header-lk__line {
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 38px;
background: #E6E7E9;
}
.header-lk__bottom {
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-lk__nav {
margin: 0 -16px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-lk__elem {
margin: 0 16px;
}
.header-lk__link {
font-size: 16px;
line-height: 20px;
color: #222733;
}
.header-lk__link_active {
color: #4971D0;;
}
.header-lk__link_no-active {
opacity: 0.5;
}
.header-lk__link_no-active:hover {
opacity: 0.5;
}
.header-lk__login {
padding-top: 10px;
padding-bottom: 10px;
position: relative;
font-size: 16px;
line-height: 21px;
}
.header-lk__add {
width: 300px;
max-height: 0;
position: absolute;
right: 0;
top: 38px;
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 4px;
transition: 0.2s;
overflow:hidden;
z-index: 2;
}
.header-lk__add_active {
max-height: 150px;
padding: 16px;
padding-bottom: 11px;
}
.header-lk__name {
font-size: 14px;
line-height: 20px;
color: #121212;
}
.header-lk__email {
margin-top: 6px;
margin-bottom: 26px;
font-size: 12px;
line-height: 18px;
color: #565656
}
.header-lk__exit {
padding-left: 30px;
position: relative;
font-size: 14px;
line-height: 20px;
color: #121212;
border:none;
background-color: transparent;
cursor:pointer;
}
.header-lk__exit:hover {
opacity: 0.6;
}
.header-lk__exit::before {
content: "";
width: 20px;
height: 20px;
position: absolute;
left: 0px;
top: 0;
background: url("../img/header/exit.svg")
no-repeat center;
}
/* HEADER-LK END ==================================*/
/* FOOTER ======================================*/
.footer {
position: relative;
background-color: #272E3D;
color:#fff;
}
.footer__line {
width: 100%;
position: absolute;
left: 0;
top: 124px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__top {
padding: 43px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__nav {
margin: 0 -14px;
display: flex;
align-items: center;
}
.footer__elem {
margin: 0 14px;
}
.footer__link {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FFFFFF;
}
.footer__link_disabled {
opacity: 0.25;
}
.footer__link_disabled:hover {
opacity: 0.25;
}
.footer__middle {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__offer {
max-width: 482px;
padding: 60px 0;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #818C99;
}
.footer__docs {
max-width: 337px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__docs-link {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #818C99;
}
.footer__bottom {
padding-bottom: 62px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__subscribe {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: rgba(255, 255, 255, 0.7);
}
.footer__link-company {
margin-left: 221px;
}
.footer__social {
margin: 0 -9px;
margin-left: auto;
display: flex;
align-items: center;
}
.footer__social-link {
margin: 0 8px;
}
/* FOOTER END===================================*/
/* HEADER ===================================*/
.header {
width: 100%;
position: absolute;
left: 0;
background: transparent;
}
.header_white {
max-width: none;
height: 60px;
margin-left: 0;
color:#000;
position: static;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
background-color: #fff;
}
.header__top {
min-height: 36px;
padding-top: 11px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__list {
display: flex;
align-items: center;
}
.header__elem {
margin-right: 28px;
}
.header__link {
font-family: "Segoe UI", sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FFFFFF;
}
.header__link_active {
color: #4971D0 !important;
}
.header__elem_soon {
display: flex;
align-items: center;
}
.header__elem_soon:after {
content: "скоро";
width: 56px;
margin-left: 11px;
padding: 2px 4px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 20px;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #FFFFFF;
background: rgba(255, 255, 255, 0.25);
border-radius: 16px;
}
.header__elem_white:after {
color: #000;
background: rgba(0, 0, 0, 0.25);
}
.header__link_white {
color:#000;
}
.header__link_soon {
color: #818C99;
}
.header__buttons {
margin: 0 -4px;
display: flex;
align-items: center;
}
.header__button {
padding: 8px 16px;
margin: 0 4px;
color:#fff;
}
.header__button_white {
color: #222733;
}
/* HEADER END================================*/
/* GENERAL ==================================*/
.general {
background: url("../img/header/cam.png") no-repeat right top 142px,
url("../img/header/bg.jpg") no-repeat center;
color:#fff;
}
.general__title {
max-width: 792px;
padding-top: 151px;
margin-bottom: 30px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 80px;
line-height: 75px;
}
.general__subtitle {
margin-bottom: 101px;
padding: 16px 58px;
display: inline-block;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 32px;
line-height: 38px;
border-radius: 50px;
}
.general__subtitle:hover {
opacity: 1;
}
.general__order {
padding-bottom: 32px;
background-color: #2F313C;
position: relative;
}
.general__order::before,
.general__order::after {
content: "";
width: 41px;
height: 100%;
position: absolute;
background-color: #2F313C;
}
.general__order::before {
top: 0;
left: -41px;
}
.general__order::after {
top: 0;
right: -41px;
}
.order__title {
padding-top: 32px;
padding-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 28px;
line-height: 34px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.order__sutitle {
margin-bottom: 24px;
max-width: 400px;
font-weight: normal;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.5px;
}
.order__form {
display: flex;
align-items: flex-start;
}
.order__input {
max-width: 295px;
width: 100%;
margin-right: 12px;
border:1px solid transparent;
}
.order__input:focus {
border: none;
}
.order__button {
padding: 21px 63px;
margin-left: 49px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* GENERAL END===============================*/
/* OFFER =======================================*/
.offer {
padding-top: 100px;
padding-bottom: 113px;
color:#fff;
}
.offer__top {
margin-bottom: 16px;
display: flex;
justify-content: space-between;
}
.offer__window {
max-width: 336px;
padding-left: 24px;
padding-top: 24px;
box-sizing: border-box;
border-radius: 8px;
}
.offer__window_1 {
background: linear-gradient(59.74deg, #6717A6 0%, #742998 52%, #4D117B 100%);
}
.offer__window_2 {
background: linear-gradient(59.74deg, #293A65 0%, #425176 100%);
}
.offer__window_3 {
background: linear-gradient(59.74deg, #4D57AC 0%, #312672 100%);
}
.offer__title {
max-width: 298px;
margin-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}
.offer__describe {
max-width: 298px;
padding-bottom: 38px;
font-weight: normal;
font-size: 14px;
line-height: 22px;
}
.offer__bottom {
padding-top: 24px;
padding-left: 24px;
padding-bottom: 28px;
display: flex;
justify-content: flex-start;
align-items: center;
background: linear-gradient(102.47deg, #192278 4.07%, #214A5B 101.1%);
border-radius: 8px;
}
.offer__title_bottom {
margin-bottom: 12px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}
.offer__describe_bottom {
max-width: 514px;
font-weight: normal;
font-size: 14px;
line-height: 22px;
}
.offer__right {
margin-right: 44px;
margin-left: auto;
}
.offer__button {
padding: 21px 72px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.office__bottom {
padding-top: 32px;
}
.office__nav {
display: flex;
align-items: center;
}
.office__elem {
margin-right: 24px;
}
.office__link {
padding-bottom: 12px;
font-weight: normal;
font-size: 17px;
line-height: 23px;
transition:0.2s;
outline: none;
}
.office__link_active {
color: #4971D0;
border-bottom: 4px solid #4971D0;
}
.table {
margin-top: 24px;
}
.table-content {
height: 121px;
border-top: 1px solid rgba(36, 48, 54, 0.09);
border-bottom: 1px solid rgba(36, 48, 54, 0.09);
display: flex;
justify-content: space-between;
align-items: center;
}
.table-date {
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #777C87;
}
.table-info {
margin-top: 3px;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.table-email {
font-weight: normal;
font-size: 17px;
line-height: 23px;
color: #222733;
}
.tabel-status {
padding: 0 6px;
margin-left: 10px;
font-weight: normal;
font-size: 9px;
line-height: 18px;
border-radius: 9px;
}
.tabel-status_error {
background-color: rgba(237, 75, 65, 0.16);
color: #ED4B41;
}
.tabel-status_accept {
background-color: #D4F296;
color: #5E8C00;
}
.table-describe {
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #717D83;
}
.table-right {
font-weight: normal;
font-size: 23px;
line-height: 31px;
text-align: right;
color: #5E8C00;
}
.office__add {
padding: 12px 20px;
margin: 0 auto;
margin-top: 50px;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
background-color: #EEEEEF;
}
/* OFFER END====================================*/
/* ABOUT =======================================*/
.about {
padding-top: 56px;
padding-bottom: 80px;
background-color: #fff;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
}
.about__content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about__box {
max-width: 335px;
width: 100%;
margin-bottom: 78px;
}
.about__icon {
margin: 0 auto;
margin-bottom: 20px;
display: block;
}
.about__title {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 22px;
line-height: 28px;
text-align: center;
color: #222733;
}
.about__text {
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #222733;
}
/* ABOUT END====================================*/
/* KEY =========================================*/
.key {
padding-top: 87px;
padding-bottom: 100px;
color:#fff;
}
.key__title {
padding-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 40px;
line-height: 52px;
text-align: center;
color: #222733;
}
.key__top {
margin-bottom: 16px;
display: flex;
justify-content: space-between;
}
.key__box {
max-width: 336px;
width: 100%;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 28px;
background-color: #414854;
border-radius: 8px;
}
.key__img {
margin-bottom: 15px;
display: block;
}
.key__subtitle {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 43px;
}
.key__describe {
max-width: 255px;
font-weight: normal;
font-size: 16px;
line-height: 29px;
color: #C5CAD0;
}
.key__bottom {
padding: 24px 30px;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 8px;
background: url("../img/key/bg.svg") no-repeat center right 40%, #414854;
}
.key__text {
max-width: 464px;
font-weight: normal;
font-size: 16px;
line-height: 29px;
color: #C5CAD0;
}
.key__button {
padding: 21px 72px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* KEY END======================================*/
/* PAIRS =======================================*/
.pairs {
padding-bottom: 100px;
}
.pairs__title {
padding-bottom: 32px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 44px;
text-align: center;
color: #222733;
}
.pairs__content {
display: flex;
justify-content: space-between;
}
.pairs__box {
max-width: 336px;
width: 100%;
height: 266px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 8px 16px rgba(191, 191, 191, 0.25);
border-radius: 8px;
background-color: #fff;
}
/* PAIRS END====================================*/
/* SCORE =======================================*/
.score {
padding-top: 32px;
padding-bottom: 32px;
color: #222733;
}
.score__content {
max-width: 754px;
position: relative;
}
.score__content::after {
content:"";
width: 31px;
height: 31px;
position: absolute;
right: 30px;
top: 30px;
display: block;
background: url("../img/score/icon.svg")
no-repeat center;
}
.score__top {
margin-bottom: 32px;
border-radius: 16px;
}
.score__title {
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 44px;
}
.score__name-company {
margin-top: 14px;
font-weight: bold;
font-size: 24px;
line-height: 28px;
letter-spacing: -0.01em;
}
.score__name-bank {
font-family: "Segoe UI";
font-weight: bold;
font-size: 24px;
line-height: 24px;
}
.score__list {
margin-top: 13px;
}
.score__list_top {
height: 192px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.score__elem {
display: flex;
}
.score__left {
min-width: 180px;
margin-right: 67px;
font-weight: bold;
font-size: 16px;
line-height: 32px;
letter-spacing: 3.11434e-08px;
}
.score__right {
font-size: 16px;
line-height: 32px;
letter-spacing: 3.11434e-08px;
color: #464C59;
opacity: 0.5;
}
.score__button {
max-width: 328px;
width: 100%;
padding: 12px 0;
padding-left: 60px;
margin-top: 24px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
border-radius: 8px;
}
.score__button::before {
content: "";
width: 24px;
height: 24px;
position: absolute;
top: 50%;margin-top: -12px;
left: 20px;
background: url("../img/score/ok.svg")
no-repeat center;
}
.score__button-title {
margin-bottom: 5px;
font-family: "SF Pro Text", sans-serif;
font-size: 15px;
line-height: 20px;
letter-spacing: -0.24px;
}
.score__button-link {
font-family: "SF Pro Text", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.154px;
color: #4986CC;
}
/* SCORE END====================================*/
/* AUTHOR ======================================*/
.author {
position: relative;
background-color: #F5F5F6;
}
.author__content {
height: 1216px;
display: flex;
justify-content: center;
align-items: center;
}
.author__error {
width: 300px;
color:red;
position: absolute;
top: 70px;
left: 50%; margin-left: -150px;
text-align: center;
}
.author__name {
margin-bottom: 8px;
}
.author__link {
height: 44px;
}
/* AUTHOR END===================================*/
/* REGISTR =====================================*/
.registr {
position: relative;
background-color: #F5F5F6;
}
.registr__content {
height: 1216px;
display: flex;
justify-content: center;
align-items: center;
}
.registr__input_error {
border: 1px solid red;
}
.registr__button {
width: 100%;
padding: 20px 0;
margin-bottom: 32px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.registr__button_link {
margin-top: 8px;
background-color: #E4EDF8;
color: #4971D0;;
}
.registr__agree {
margin-top: 10px;
display: none;
}
.registr__check {
position: relative;
left: 28px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #000000;
transition: 0.3s;
}
.registr__link-contract {
margin-left: 2px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color:#4971D0;
}
.registr__check::before {
content: '';
display: inline-block;
width: 1em;
height: 1em;
position: absolute;
top: 3px;
left: -28px;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #adb5bd;
border-radius: 0.25em;
margin-right: 0.5em;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
transition:0.4s;
}
.registr__agree:checked+label::before {
background:
url("../img/registr/ok.svg") no-repeat center,#4971D0;
background-position-y: 2px;
}
.registr__check_error {
color:red;
}
/* REGISTR END==================================*/
/* CALL ========================================*/
.call {
background-color: #F5F5F6;
}
.call__content {
padding-top: 425px;
padding-bottom: 347px;
display: flex;
justify-content: center;
}
/* CALL END=====================================*/
/* SETTING =====================================*/
.setting {
height: 656px;
position: relative;
}
.setting__content {
padding-top: 35px;
padding-left: 35px;
}
.setting__window {
max-width: 439px;
width: 100%;
box-sizing: border-box;
position: relative;
}
.setting__window::after {
content: "";
width: 40px;
height: 40px;
display: block;
position: absolute;
right: 0; margin-right: 24px;
top: 24px;
background: url("../img/setting/icon.svg")
no-repeat center;
}
.setting__title {
margin-bottom: 40px;
text-align: left;
position: relative;
left: -10px;
}
.setting__prompt {
width: 100%;
position: absolute;
top: 34px;
left: 10px;
font-size: 16px;
font-weight: normal;
}
.setting__prompt_error {
color:red;
}
.setting__prompt_accept {
color:green;
}
.setting__label {
margin-bottom: 8px;
}
.setting__input {
margin-bottom: 26px;
}
.setting__button {
width: 100%;
height: 44px;
margin-top: 24px;
background-color: #4971D0;
color:#fff;
}
/* SETTING END==================================*/
/* TARIFF ======================================*/
.tariff {
padding-bottom: 304px;
}
.tariff__content {
margin: 0 -16px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.tariff__describe {
background-color: #fff;
}
.tariff__describe-content {
padding: 116px 0;
background: url("../img/tariff/comp.jpg")
no-repeat center right;
}
.tariff__describe-title {
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 59px;
line-height: 78px;
}
.tariff__describe-text {
max-width: 422px;
font-size: 20px;
line-height: 137.19%;
letter-spacing: 0.5px;
}
.tariff__choice {
width: 100%;
height: 46px;
padding-left: 12px;
margin: 32px 0;
box-sizing: border-box;
display: flex;
align-items: center;
background-color: #fff;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
border-radius: 8px;
}
.tariff__choice-box {
padding: 6px 12px;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.154px;
color: #818C99;
border-radius: 10px;
cursor:pointer;
transition: 0.2s;
}
.tariff__choice-box:hover {
opacity:0.8;
}
.tariff__choice-box_active {
color: #4971D0;
background: rgba(73, 113, 208, 0.15);
}
.tariff__window {
max-width: 358px;
width: 100%;
margin: 0 16px;
margin-bottom: 32px;
padding: 32px 16px;
box-sizing: border-box;
box-shadow: 0px 6px 20px rgba(34, 39, 51, 0.06);
transition:0.5s;
border:none;
}
.tariff__window_active {
background:
linear-gradient(180deg, #0047FF 0%, #0094FF 100%);
}
.tariff__window_active .tariff__box-title,
.tariff__window_active .tariff__elem,
.tariff__window_active .tariff__button,
.tariff__window_active .tariff__price {
color:#fff;
}
.tariff__window_active .tariff__button {
background: rgba(0, 0, 0, 0.35);
}
.tariff__box-title {
margin: 0 auto;
margin-bottom: 34px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 32px;
line-height: 24px;
letter-spacing: -0.154px;
color: #000000;
text-align: center;
}
.tariff__list {
margin-bottom: 46px;
}
.tariff__elem {
font-weight: normal;
font-size: 14px;
line-height: 28px;
color: #464C59;
}
.tariff__box-bottom {
display: flex;
justify-content: space-between;
align-items: center;
}
.tariff__button {
padding: 12px 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.tariff__price {
max-width: 147px;
width: 100%;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: -0.154px;
color: #4971D0;
}
.tariff__button_change {
max-width: 177px;
}
.tariff__subtitle {
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 28px;
}
.tariff__box {
margin: 16px 0;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.154px;
color: #464C59;
}
.tariff__buttons {
display: flex;
align-items: center;
}
.tariff__pay-buttons {
padding: 13px 20px;
margin-right: 33px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.tariff__pay-button {
border-radius: 4px;
background-color: #818C99;
color: #FFFFFF;
opacity: 0.5;
}
.tariff__pay-button_active {
background-color: #426DD3;
opacity: 1;
}
/* TARIFF END===================================*/
/* OFFICE ======================================*/
.office {
background-color: #F5F5F6;
}
.office__content {
padding-top: 32px;
padding-bottom: 659px;
}
.office__top {
display: flex;
justify-content: space-between;
}
.office__left {
max-width: 776px;
width: 100%;
padding-left: 32px;
padding-right: 16px;
padding-top: 16px;
background-color: #fff;
}
.office__info-top {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
align-items: center;
}
.office__text {
font-weight: normal;
font-size: 16px;
line-height: 21px;
}
.office__buttons {
margin-right: 0;
margin-left: auto;
display: flex;
align-items: flex-start;
}
.office__button {
padding: 12px 20px;
font-weight: 500;
font-size: 12px;
line-height: 12px;
text-align: center;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #464C59;
background-color: #fff;
}
.office__button:hover {
opacity: 1;
background-color: #EEEEEF;
}
.office__info-bottom {
display: flex;
align-items: flex-end;
}
.office__tariff-name {
font-weight: normal;
font-size: 59px;
line-height: 78px;
}
.office__tariff-price {
font-weight: normal;
font-size: 32px;
line-height: 78px;
color: #818C99;
}
.office__right {
max-width: 248px;
width: 100%;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 17px;
position: relative;
box-sizing: border-box;
background-color: #F2F6FF;
box-shadow: 0px 4px 14px rgba(34, 39, 51, 0.05);
border-radius: 4px;
}
.office__right::after {
content:"";
width: 24px;
height: 24px;
position: absolute;
right: 12px;
top: 12px;
background: url("../img/office/cart.svg")
no-repeat center;
}
.office__cart-title {
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #4971D0;
}
.office__money {
margin: 12px 0;
font-weight: normal;
font-size: 32px;
line-height: 34px;
color: #4971D0;
}
.office__cart-button {
height: 36px;
padding: 12px 20px;
font-family: "Gilroy", sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.office__bottom {
width: 100%;
margin-top: 16px;
box-sizing: border-box;
}
.office__preloader {
width: 100px;
position: fixed;
left: 50%;
margin-left: -50px;
top: 40vh;
display: none;
}
.office__preloader_active {
display: block;
}
.office__table {
width: 100%;
}
.office__row {
width: 100%;
height: 52px;
}
.office__cell_head {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 22px;
text-align: left;
}
.office__cell_head::before {
display: none;
}
.office__cell {
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 21px;
border-bottom: 1px solid #E6E4EA;
}
.office__cel_date {
width: 224px;
text-align: left;
position: relative;
}
.office__cel_date::before {
content: "";
width: 48px;
height: 1px;
background-color: #E6E4EA;
position: absolute;
bottom: -1px;
left: -46px;
}
.office__cell_bold {
font-weight: bold;
}
.office__cell_end {
width: 81px;
text-align: right;
position: relative;
}
.office__cell_end::before {
content: "";
width: 48px;
height: 1px;
background-color: #E6E4EA;
position: absolute;
bottom: -1px;
right: -46px;
}
/* OFFICE END===================================*/
/* CONTRACT ====================================*/
.contract {
padding-top: 32px;
padding-bottom: 32px;
}
.contract__content {
width: 100%;
max-height: 1151px;
padding: 42px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 16px;
box-sizing: border-box;
overflow-y: scroll;
}
.contract__title {
margin-bottom: 26px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 20px;
}
.contract__text {
margin-bottom: 32px;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
.contract__subtitle {
margin-bottom: 20px;
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.contract__posttitle {
margin-bottom: 20px;
font-size: 16px;
line-height: 20px;
}
.contract__list {
margin-bottom: 32px;
}
.contract__elem {
margin-left: 30px;
position: relative;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
.contract__elem::before {
content: "-";
position: absolute;
left: -20px;
}
.contract__elem__address {
margin: 15px 0;
font-weight: normal;
font-size: 16px;
line-height: 24px;
}
/* CONTRACT END=================================*/
/* POLITICS ====================================*/
.politics {
padding-top: 32px;
padding-bottom: 32px
}
.politics__content {
width: 100%;
max-height: 1151px;
padding: 42px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
border-radius: 16px;
box-sizing: border-box;
overflow-y: scroll;
}
.politics__title {
margin-bottom: 26px;
font-family: "Segoe UI", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 20px;
}
.politics__text {
margin-bottom: 40px;
font-weight: normal;
font-size: 18px;
line-height: 2;
}
.politics__subtitle {
font-weight: bold;
margin-bottom: 20px;
font-size: 16px;
line-height: 2;
}
.politics__posttitle {
font-size: 30px;
line-height: 2;
}
.politics__list {
margin-bottom: 32px;
}
.politics__elem {
font-weight: normal;
font-size: 18px;
line-height: 24px;
}
.politics__link {
font-size: 18px;
color: #005FF9;
}
/* POLITICS END=================================*/
/* PROMPT ======================================*/
.prompt {
max-width: 351px;
width: 100%;
padding: 0px;
height: 0;
position: fixed;
background-color: #FAEBEB;
font-family: "SF Pro Text", sans-serif;
color: #E64646;
bottom: 45px;
right: 43px;
border-radius: 10px;
transition: 0.4s;
z-index: -20;
}
.prompt_consult {
height: 0;
padding: 0;
}
.prompt_active {
height: auto;
padding: 12px;
z-index: 20;
}
.prompt__title {
margin-bottom: 2px;
font-weight: 500;
font-size: 16px;
letter-spacing: -0.32px;
}
.prompt__desribe {
font-size: 13px;
line-height: 16px;
letter-spacing: -0.078px;
}
/* PROMPT END===================================*/
/* CONSULT =====================================*/
.modal__consult {
width: 440px;
height: 364px;
padding: 32px 44px;
position: fixed;
top: 50%;margin-top: -182px;
left: 50%;margin-left: -220px;
box-sizing: border-box;
background-color: #fff;
transform:translateY(-1000px);
transition: 0.4s;
}
.modal__consult_active {
transform:translateY(0px);
}
.consult__title {
margin-bottom: 40px;
}
.consult__input {
margin-bottom: 26px;
}
/* CONSULT END==================================*/
/* pay-false ===================================*/
.pay-false {
width: 100%;
height: 100%;
position: fixed;
left: 0;top: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 8;
transition: 0.3s;
}
.pay-false_no-active {
z-index: -5;
opacity: 0;
}
.pay-false__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;left: 0;
background-color: #000;
opacity: 0.3;
z-index: -1;
}
.pay-false__window {
width: 272px;
min-height: 140px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 18px;
z-index: 2;
transition: 0.3s;
transform: translate(0);
}
.pay-false__window_no-active {
transform:translateY(-1000px);
}
.pay-false__title {
font-family: "Segoe UI", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #222733;
text-align: center;
}
.pay-false__button {
width: 100%;
height: 30px;
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
background: #4971D0;
border-radius: 8px;
color:#fff;
border:none;
}
/* pay-false END================================*/
/* SOLUTION ====================================*/
.solution {
background-color: #F5F5F6;
}
.solution__content {
margin: -4px;
padding: 68px 0;
display: flex;
flex-wrap: wrap;
}
.solution__block {
width: 49%;
height: 214px;
margin: 4px;
padding-bottom: 28px;
padding-left: 40px;
display: flex;align-items: flex-end;
background: #FFFFFF;
box-shadow: 0px 20px 30px rgba(196, 196, 196, 0.25);
border-radius: 8px;
box-sizing: border-box;
}
.solution__text {
max-width: 210px;
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 28px;
line-height: 40px;
color: #222222;
}
/* SOLUTION END=================================*/
/* FOOTER MODAL ================================*/
.footer__modal {
width: 100%;
margin: 0 auto;
position: fixed;
left: 0;
bottom: 52px;
transition: 0.5s;
transform: translateY(800px);
z-index: 10;
}
.footer__modal_active {
transform: translateY(0px);
}
.footer__modal-content {
margin: 0 16px;
padding: 16px;
background-color: #fff;
border-radius: 18px;
}
.footer__close {
position: absolute;
top: 16px;
right: 32px;
}
.footer__agaev {
margin: 0 auto;
margin-top: 24px;
margin-bottom: 8px;
display: block;
}
.footer__title {
margin-bottom: 8px;
font-family: "SF Pro Text", sans-serif;
font-weight: 600;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: -0.41px;
color: #000000;
}
.footer__text {
max-width: 312px;
margin: 0 auto;
font-family: "SF Pro Text", sans-serif;
font-weight: normal;
font-size: 15px;
line-height: 22px;
text-align: center;
letter-spacing: -0.24px;
color: #8A8A8E;
}
.footer__button {
height: 44px;
margin: 16px 8px;
background-color: #4971D0;
color: #fff;
opacity: 1;
border-radius: 8px;
}
.footer__button:hover {
opacity: 1;
}
/* FOOTER MODAL END=============================*/
/* EXIT =====================*/
.exit {
width: 100%;
position: fixed;
bottom: 52px;
left: 0;
transition: 0.4s;
transform: translateY(800px);
}
.exit_active {
transform: translateY(0px);
}
.exit__content {
padding: 16px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border-radius: 18px;
}
.exit__close {
position: absolute;
right: 16px;
top: 16px;
}
.exit__img {
margin-top: 16px;
margin-bottom: 14px;
display: block;
}
.exit__text {
margin-bottom: 32px;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.38px;
}
.exit__buttons {
display: flex;
justify-content: center;
}
.exit__button {
width: 150px;
height: 44px;
margin: 0 6px;
border-radius: 10px;
font-weight: 500;
font-size: 17px;
line-height: 22px;
letter-spacing: -0.408px;
}
.exit__button_cancel {
color: #4971D0;
background-color: #F2F3F5;
}
.exit__button_accept {
color: #fff;
background-color: #4971D0;
}
/* EXIT END==================*/
/* MINI FOOTER ==============*/
.footer-mini {
width: 100%;
padding-bottom: 20px;
background: #F5F5F6;
}
.footer-mini__content {
display: flex;
align-items: center;
}
.footer-mini__links {
width: 337px;
margin-right: 141px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-mini__link {
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
color: #818C99
}
/* MINI FOOTER END===========*/
/* END-SETTINGS */
.mobile {
display: none;
}
/* END-SETTINGS END */
@media screen and (max-width: 1500px) {
.general__order {
padding-right: 50px;
padding-left: 50px;
}
.general__order::after,
.general__order::before {
display: none;
}
}
@media screen and (max-width: 1150px) {
.key__top {
margin: 0 -2%;
flex-wrap: wrap;
justify-content: center;
}
.key__box {
max-width: none;
width: 46%;
margin: 0 2%;
margin-bottom: 20px;
padding-right: 30px;
box-sizing: border-box;
}
}
@media screen and (max-width: 1140px) {
.office__right {
margin-left: 30px;
}
}
@media screen and (max-width: 1116px) {
.general {
background-size: auto, cover;
}
.order__form {
flex-direction: column;
}
.order__input {
max-width: none;
margin-bottom: 20px;
}
.order__button {
width: 100%;
margin: 0;
display: block;
}
}
@media screen and (max-width: 1100px) {
.header__top {
flex-direction: column;
align-items: flex-start;
}
.header__nav {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1070px) {
.pairs__box {
max-width: none;
width: 30%;
height: auto;
padding: 5% 0;
}
}
@media screen and (max-width: 1050px) {
.about__box {
max-width: none;
width: 50%;
}
.about__text {
max-width: 50%;
margin: 0 auto;
}
}
@media screen and (max-width: 1020px) {
.offer__window {
padding-right: 15px;
}
.offer__window_2 {
margin: 0 15px;
}
}
@media screen and (max-width: 940px) {
.offer__button {
padding: 21px 40px;
}
.offer__describe_bottom {
max-width: 444px;
}
.office__top {
flex-direction: column;
}
.office__left {
max-width: none;
margin-bottom: 15px;
box-sizing: border-box;
}
.office__right {
max-width: none;
margin-left: 0;
}
.footer__offer {
max-width: 400px;
}
}
@media screen and (max-width: 870px) {
.header-lk__bottom {
margin-top: 15px;
align-items: flex-start;
flex-direction: column;
}
}
@media screen and (max-width: 830px) {
.solution__block {
width: 48%;
}
}
@media screen and (max-width: 800px) {
.mobile {
display: block;
}
.desktop {
display: none;
}
.header {
height: 0;
}
.header-lk {
width: 100%;
margin-bottom: 30px;
background-color: #fff;
position: fixed;
z-index: 5;
}
.header-lk__container {
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__top,
.header-lk__nav {
width: 100%;
background-color: #ccc;
position: fixed;
top: 0;
left: 0;
align-items: center;
z-index: 10;
transition: 0.5s;
transform: translateY(-800px);
1transform: translateY(0);
}
.header-lk__nav {
margin: 0;
flex-direction: column;
right: 0;
}
.header__top_active,
.header-lk__nav_active {
transform: translateY(0);
}
.header-lk__elem {
margin: 10px 0;
}
.header-lk__login {
margin-right: 60px;
}
.header__nav {
margin-bottom: 0px;
}
.header-lk__line {
display: none;
}
.header-lk__add {
width: 230px;
}
.burger {
width: 40px;
height: 40px;
position: fixed;
right: 25px;
top: 25px;
background-color: #fff;
display: block;
border-radius: 50%;
z-index: 13;
}
.burger_lk {
top: 15px;
}
.burger_active .burger__line {
transform: rotate(360deg);
background-color: #fff;
}
.burger_active .burger__line::before {
transform: rotate(45deg);
}
.burger_active .burger__line::after {
transform: rotate(-45deg);
}
.burger__line,
.burger__line::before,
.burger__line::after {
width: 26px;
height: 4px;
background-color: #000;
position: absolute;
left: 50%;
margin-left: -13px;
top: 50%;
margin-top: -2px;
transition: 0.4s;
}
.burger__line::before,
.burger__line::after {
content: "";
}
.burger__line::before {
transform: translateY(9px);
}
.burger__line::after {
transform: translateY(-9px);
}
.header__buttons {
flex-direction: column;
}
.header__button {
margin-bottom: 10px;
}
.header__list {
flex-direction: column;
}
.header__elem {
margin: 0;
margin-bottom: 5px;
}
.header__elem_soon {
flex-direction: column;
}
.header__elem_soon::after {
margin-left: 0;
}
.general__title {
padding-top: 72px;
font-size: 54px;
line-height: 54px;
}
.general__subtitle {
padding: 12px 24px;
margin-bottom: 34px;
font-size: 20px;
}
.order__title {
font-size: 20px;
}
.order__sutitle {
font-size: 16px;
}
.offer {
padding: 30px 0;
}
.offer__top {
flex-direction: column;
}
.offer__window {
max-width: none;
width: 100%;
margin: 0;
margin: 7px 0;
}
.offer__describe {
max-width: none;
}
.offer__bottom {
padding-right: 24px;
flex-direction: column;
align-items: flex-start;
}
.offer__describe_bottom {
max-width: none;
}
.offer__right {
margin-right: auto;
margin-left: 0;
margin-top: 10px;
}
.about {
padding: 30px 0;
}
.about__content {
margin: -25px 0;
}
.about__box {
width: 100%;
margin: 25px 0;
}
.key {
padding: 30px 0;
}
.key__title {
font-size: 34px;
}
.key__top {
margin: 0;
}
.key__box {
width: 100%;
margin: 0;
margin-bottom: 15px;
}
.key__describe {
max-width: none;
}
.key__bottom {
padding-right: 30px;
flex-direction: column;
align-items: flex-start;
}
.key__text {
max-width: none;
}
.key__right {
width: 100%;
}
.key__button {
margin-top: 10px;
}
.pairs {
padding: 30px 0;
}
.pairs__title {
font-size: 30px;
}
.pairs__img {
width: 80%;
}
.office {
padding-top: 60px;
}
.office__content {
padding-bottom: 50px;
}
.office__info-top {
margin-bottom: 0;
flex-direction: column-reverse;
align-items: flex-start;
}
.office__left {
padding-bottom: 0;
}
.office__buttons {
margin: auto;
margin-left: -20px;
margin-bottom: 15px;
}
.office__tariff-name {
font-size: 45px;
}
.office__tariff-price {
font-size: 22px;
}
.office__nav {
justify-content: space-between;
}
.office__elem {
margin: 0;
}
.tariff {
padding-bottom: 50px;
}
.tariff__content {
flex-direction: column;
align-items: center;
}
.footer_mobile {
width: 100%;
height: 44px;
position: relative;
overflow: hidden;
}
.footer__content {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.footer__company {
font-family: "Roboto", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 24px;
text-align: center;
letter-spacing: 0.171429px;
color: rgba(33, 33, 33, 0.54);
}
.footer__bar {
width: 100%;
height: 44px;
margin-top: 16px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
}
.footer__link {
display: flex;
justify-content: center;
flex:1;
}
.popup__form {
width: auto;
height: auto;
max-height: 80vh;
padding-left: 18px;
padding-right: 18px;
position: fixed;
top: 10vh;
left: 0;
overflow-y: scroll;
}
.prompt {
max-width: none;
width: auto;
}
.score__elem {
flex-direction: column;
}
.score__list {
height: auto;
}
}
/* 800px END */
@media screen and (max-width: 600px) {
.table-content {
padding:10px 0;
flex-direction: column;
align-items: flex-start;
}
.office__link {
padding-bottom: 7px;
font-size: 10px;
}
.office__link_active {
border-bottom: 2px solid #4971D0;
}
}
@media screen and (max-width: 600px) {
.solution {
padding: 20px 0;
}
.solution__content {
padding: 0;
margin: 0;
flex-direction: column;
}
.solution__block {
width: 100%;
}
}
@media screen and (max-width: 550px) {
.form-window {
padding: 0 20px;
padding-bottom: 20px;
}
.form-title {
font-size: 24px;
}
.form-subtitle {
font-size: 16px;
}
.form-link-entry {
font-size: 16px;
}
.registr__check {
left: 0;
margin-left: 30px;
}
.form-button {
margin-bottom: 20px;
}
}
@media screen and (max-width: 540px) {
.general__title {
font-size: 40px;
line-height: 40px;
}
}
@media screen and (max-width: 500px) {
.tariff__describe-content {
padding-top: 70px;
padding-bottom: 20px;
background: #fff;
}
.tariff__describe-title {
margin-bottom: 0px;
font-size: 48px;
}
.tariff__describe-text {
font-size: 15px;
}
.tariff__window_auto {
max-width: 306px;
padding: 25px;
margin: 0 auto;
}
}
@media screen and (max-width: 426px) {
.input {
padding: 15px;
}
.button {
width: 100%;
height: 48px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
}
.burger {
zoom: 0.8;
right: 10px;
top: 10px;
}
.general {
background: url(../img/header/bg.jpg)
no-repeat center;
}
.general__title {
padding-top: 40px;
font-size: 31px;
line-height: 31px;
}
.general__subtitle {
margin-bottom: 12px;
}
.general__order {
margin: 0 -20px;
margin-top: 20px;
padding: 0 20px;
padding-bottom: 30px;
position: relative;
}
.order__title {
padding-top: 20px;
font-size: 14px;
line-height: 150%;
}
.order__sutitle {
margin-bottom: 16px;
font-size: 12px;
line-height: 150%;
}
.offer {
padding: 15px 0;
}
.offer__right {
width: 100%;
margin: 0;
margin-top: 10px;
}
.about__icon {
margin-bottom: 7px;
}
.about__title {
margin-bottom: 10px;
font-size: 18px;
line-height: 20px;
}
.about__text {
max-width: none;
}
.key__title {
font-size: 26px;
line-height: 38px;
}
.key__img {
width: 40px;
}
.pairs {
padding: 10px 0;
}
.pairs__title {
font-size: 24px;
line-height: 26px;
}
.pairs__content {
margin: -10px 0;
flex-direction: column;
align-items: center;
}
.pairs__box {
width: 70%;
margin: 10px 0;
}
.author__content,
.registr__content,
.call__content {
padding-top: 150px;
height: auto;
}
.form-title {
padding-top: 32px;
margin-bottom: 10px;
font-size: 19px;
line-height: 21px;
}
.form-subtitle {
margin-bottom: 15px;
font-size: 15px;
}
.form-input {
margin-bottom: 15px;
}
.registr__check {
margin-left: 20px;
font-size: 13px;
line-height: 15px;
}
.registr__check::before {
margin-right: 5px;
left: -20px;
}
.registr__link-contract {
font-size: 13px;
line-height: 15px;
}
.office__left {
padding-left: 16px;
}
.header-lk__top {
margin-top: 6px;
}
.header-lk__bottom {
height: auto;
margin-top: 3px;
}
.office__content {
padding-top: 0;
}
.office__buttons {
width: 100%;
margin-left: 0;
margin-right: 0;
justify-content: flex-start;
}
.office__button {
width: auto;
margin-right: 20px;
font-size: 10px;
}
.office__tariff-name {
font-size: 32px;
line-height: 32px;
}
.office__tariff-price {
font-size: 16px;
}
.office__right {
padding: 10px;
}
.office__bottom {
padding: 15px;
}
.office__link {
font-size: 9px;
}
.office__desctibe {
font-size: 12px;
}
.tariff__container {
padding: 0;
}
.tariff__choice {
padding: 0 20px;
justify-content: space-between;
}
.tariff__content {
margin: 0;
}
.tariff__window {
max-width: none;
margin: 0;
margin: 3px 0;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.tariff__box-title {
margin: 0;
font-size: 24px;
}
.tariff__list {
display: none;
}
.tariff__box-bottom {
flex-direction: row-reverse;
}
.tariff__button {
height: 30px;
margin-left: 10px;
display: block;
font-size: 9px;
padding: 0 3px;
}
.tariff__price {
width: auto;
}
.tariff__window_auto {
max-width: none;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05),
0px 0px -20px rgba(0, 0, 0, 0.05);
}
.tariff__buttons {
flex-direction: column;
align-items: stretch;
}
.tariff__autopay {
margin-top: 20px;
margin-right: 0;
}
.tariff__subtitle {
margin-bottom: 15px;
font-size: 26px;
}
.tariff__box {
display: none;
}
.popup__form {
width: 100%;
}
.header-lk__add {
opacity: 0;
visibility: hidden;
}
.exit__button {
width: 150px;
}
.score__top {
padding: 32px 20px;
}
.score__name-company {
font-size: 17px;
}
.score__left,
.score__right {
font-size: 14px;
}
}
/* 425px END */ | 0.354768 | 0.051582 |
*{
margin: 0;
padding: 0;
}
ol,ul,li{
margin: 0;
}
.header{
width: 1349px;
height: 60px;
margin: 0 auto;
background-color: #F9F9F9;
border-bottom: 1px solid #EDEDED;
position:fixed;
left: 0;
top: 0;
z-index: 999;
}
.wrap{
width: 1170px;
height: 61px;
margin: 0 auto;
}
.wrap-left{
width: 315px;
height: 61px;
display: inline-block;
float: left;
}
.wrap-left p{
font-size: 13px;
color: #999;
display: inline-block;
float: right;
margin-top: 22px;
}
.wrap-middle{
width: 590px;
height: 61px;
display: inline-block;
line-height: 61px;
margin-left: 90px;
}
.wrap-middle a{
text-decoration: none;
color: #666;
font-size: 14px;
padding: 0 20px;
}
.wrap-middle a:hover{
cursor: pointer;
color: #106ACF;
}
.wrap-right{
width: 171px;
height: 46px;
display: inline-block;
float: right;
margin-top: 7px;
line-height: 46px;
}
.wrap-right a{
width: 82px;
height: 32px;
display: block;
float: left;
margin-top: 8px;
}
#wrap-right-a1{
background: url(../img/btn-login.png) no-repeat;
}
#wrap-right-a2{
background: url(../img/btn-reg.png) no-repeat;
margin-left: 7px;
}
.banner{
width: 1349px;
height: 478px;
position: relative;
margin: 0 auto;
margin-top: 61px;
}
.slide-nav{
width: 190px;
height: 478px;
color: #DADADA;
background: url(../img/silde-bg.png);
position: absolute;
top: 0px;
left: 88px;
z-index: 10;
}
.slide-nav h3{
font-size: 14px;
font-weight: normal;
padding: 18px 0px 9px 23px;
}
.slide-nav ul{
width: 190px;
height: 391px;
}
.slide-nav ul li{
width: 190px;
height: 54px;
list-style: none;
position: relative;
}
.slide-nav ul li a{
text-decoration: none;
color: #DADADA;
position: absolute;
top: 12px;
right: 36px;
}
.slide-nav ul li a span{
width: 24px;
height: 24px;
display: inline-block;
position: relative;
top: 7px;
left: -10px;
}
.slide-nav ul li:first-child{
background:rgba(255, 255, 255, 0.3);
}
.slide-nav ul li:hover{
cursor: pointer;
}
.slide-nav-sp1{
background: url(../img/slide-nav1.png) no-repeat;
}
.slide-nav-sp2{
background: url(../img/slide-nav2.png) no-repeat;
}
.slide-nav-sp3{
background: url(../img/slide-nav3.png) no-repeat;
}
.slide-nav-sp4{
background: url(../img/slide-nav4.png) no-repeat;
}
.slide-nav-sp5{
background: url(../img/slide-nav5.png) no-repeat;
}
.slide-nav-sp6{
background: url(../img/slide-nav6.png) no-repeat;
background-size: cover;
}
.slide-nav-sp7{
background: url(../img/slide-nav3.png) no-repeat;
background-size: cover;
}
.slide-nav-sp8{
background: url(../img/slide-nav4.png) no-repeat;
background-size: cover;
}
.banner-content{
/*width: 1349px;
height: 478px;*/
position: relative;
}
.banner-content-list{
width: 1349px;
height: 478px;
}
.bcl-div{
width: 490px;
height: 478px;
position: absolute;
top: 0;
left: 280px;
}
.bcl-div p{
font-size: 40px;
color: #FFF;
margin-top: 108px;
margin-left: 50px;
}
.bcl-div dl{
display: block;
margin-left: 50px;
}
.bcl-div dl dt{
color: #FFF;
margin-top: 30px;
}
.bcl-div dl dd{
color: #FFF;
float: left;
margin-top: 6px;
}
.bcl-div a{
width: 90px;
height: 32px;
line-height: 32px;
font-size: 15px;
text-align: center;
border-radius: 2px;
background-color: #FFF;
color: #106ACF;
text-decoration: none;
display: inline-block;
}
.bcl-list1{
width: 1349px;
height: 478px;
background: url(../img/banner1.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list2{
width: 1349px;
height: 478px;
background: url(../img/banner2.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list3{
width: 1349px;
height: 478px;
background: url(../img/banner3.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list4{
width: 1349px;
height: 478px;
background: url(../img/banner4.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list5{
width: 1349px;
height: 478px;
background: url(../img/banner5.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list6{
width: 1349px;
height: 478px;
background: url(../img/banner3.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list7{
width: 1349px;
height: 478px;
background: url(../img/banner6.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list8{
width: 1349px;
height: 478px;
background: url(../img/banner4.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-div>a{
position: absolute;
bottom: 117px;
left: 50px;
}
.banner-content-list{
display: none;
}
.on{
display: block;
}
.allhot{
width: 1349px;
height: 402px;
background: #FFF;
padding-bottom: 80px;
margin: 0 auto;
}
.hot{
width: 1170px;
height: 402px;
margin: 0 auto;
background: url(../img/body.jpg) repeat-x scroll center;
}
.hot h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.hot-wrap{
width: 1170px;
height: 207px;
}
.hot-wrap ul li{
list-style: none;
width: 170px;
height: 207px;
float: left;
background-color: #F8F8F8;
}
.hwli2{
margin-left: 30px;
}
.hot-wrap ul li a img{
display: inline-block;
}
.hot-wrap ul li a{
width: 170px;
height: 93px;
display: inline-block;
text-decoration: none;
color: #333;
line-height: 93px;
text-align: center;
font-family: 黑体;
}
.allchoise{
width: 1349px;
height: 575px;
background: #F8F8F8;
margin: 0 auto;
}
.choise{
width: 1170px;
height: 575px;
margin: 0 auto;
}
.choise h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.choise-wrap{
width: 1170px;
height: 380px;
}
.choise-wrap ul li{
list-style: none;
width: 370px;
height: 380px;
float: left;
}
.cw{
margin-left: 30px;
}
.cw1{
background: url(../img/choise1.jpg);
}
.cw2{
background: url(../img/choise2.jpg);
}
.cw3{
background: url(../img/choise3.jpg);
}
.allsucess{
width: 1349px;
height: 1044px;
background-color: #F5F5F5;
margin: 0 auto;
}
.sucess{
width: 1170px;
height: 1044px;
margin: 0 auto;
margin-top: 30px;
}
.sucess h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.sucess-wrap{
width: 1170px;
height: 800px;
}
.sucess-wrap ul li{
list-style: none;
width: 285px;
height: 380px;
float: left;
position: relative;
}
.swp0{
margin-top: 10px;
}
.swp0>img{
width: 285px;
height: 162px;
}
.swp0 #swpli1-dv1{
width: 285px;
height: 176px;
background: #FFF;
margin-top: -4px;
border-bottom: 1px solid #DEDEDE;
}
.swp1 #swpli1-dv1{
width: 285px;
height: 176px;
background: #FFF;
margin-top: -4px;
border-bottom: 1px solid #DEDEDE;
}
.swp-p{
width: 286px;
height: 128px;
padding-top: 14px;
}
.quot{
width: 16px;
height: 11px;
background: url(../img/success-wrap2.png) no-repeat;
margin-left: 18px;
}
#swp-span2{
width: 16px;
height: 11px;
background: url(../img/success-wrap3.png) no-repeat;
display: inline-block;
}
#swp-span1{
color: #999;
font-size: 12px;
margin-left: 18px;
width: 250px;
height: 72px;
line-height: 22px;
}
.swp-dot{
font-size: 12px;
color: #666;
margin-left: 18px;
}
#swpli1-dv2{
width: 285px;
height: 38px;
background: url(../img/success-wrap.png) no-repeat 15px 18px;
line-height: 38px;
margin-top: 2px;
}
#swpli1-dv2 a{
color: #8B6148;
text-decoration: none;
font-size: 12px;
display: inline-block;
margin-left: 28px;
overflow: hidden;
width: 253px;
height: 38px;
white-space: no-wrap;
}
.swp1{
margin-top: 10px;
margin-left: 10px;
}
.swp-dot span{
padding-left: 10px;
}
.customer{
width: 1349px;
height: 1251px;
background: #FFF;
margin: 0 auto;
}
.customer-wrap{
width: 1170px;
height: 1191px;
margin-left: 88px;
}
.customer-wrap h1{
color: #000;
font-size: 26px;
padding: 80px 0 70px 0;
text-align: center;
font-weight: normal;
}
.customer-list{
width: 1170px;
height: 996px;
}
.customer-list li{
width: 180px;
height: 224px;
float: left;
overflow: hidden;
list-style: none;
position: relative;
}
#cli1{
margin-left: 18px;
margin-top: 22px;
}
#cli0{
margin-top: 22px;
}
.c-pic{
width: 180px;
height: 180px;
border: 1px solid #F2F2F2;
}
.mv{
width: 120px;
height: 120px;
padding: 29px;
background-color: #FFF;
overflow: hidden;
}
.mv img{
display: inline-block;
max-width: 100%;
vertical-align: top;
}
.code{
position: absolute;
top: 0px;
width: 120px;
height: 120px;
padding: 29px;
background-color: #FFF;
opacity: 0;
transform: translate(0px, 0px) scale(0);
-webkit-transform: translate(0px, 0px) scale(0);
-moz-transform: translate(0px, 0px) scale(0);
}
.swp-code{
position: absolute;
top: 162px;
left: 54px;
width: 120px;
height: 119px;
padding: 29px;
background-color: #FFF;
opacity: 0;
transform: translate(0px 0px) scale(0);
-webkit-transform: translate(0px, 0px) scale(0);
-moz-transform: translate(0px, 0px) scale(0);
}
.customer-list li:hover .code{
transition: all 500ms ease-in 0s;
transform: translate(0px, 0px) scale(1);
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-webkit-transform: translate(0px, 0px) scale(1);
-moz-transform: translate(0px, 0px) scale(1);
opacity: 1;
display: block;
}
.sucess-wrap ul li:hover .swp-code{
transition: all 500ms ease-in 0s;
transform: translate(0px, 0px) scale(1);
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-webkit-transform: translate(0px, 0px) scale(1);
-moz-transform: translate(0px, 0px) scale(1);
opacity: 1;
display: block;
}
.title{
color: #333;
font-size: 14px;
padding: 15px 0px;
text-align: center;
}
.news{
width: 1349px;
height: 544px;
background-color: #F5F5F5;
border-bottom: 1px solid #F2F2F2;
margin: 0 auto;
}
.news-wrap{
width: 1170px;
height: 505px;
margin-left: 88px;
}
.news-wrap h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.news-wrap>div{
width: 388px;
height: 251px;
display: inline-block;
float: left;
}
.newsdiv1 h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
}
.newsdiv1 #nw-p1{
width: 388px;
height: 130px;
color: #6E6E6E;
font-size: 14px;
line-height: 28px;
}
.newsdiv1 #nw-p2{
color: #6E6E6E;
font-size: 14px;
}
.newsdiv1 span a{
width: 388px;
height: 25px;
display: block;
text-decoration: none;
font-size: 14px;
text-align: right;
color: #6E6E6E;
}
.newdiv2-wrap{
width: 320px;
height: 388px;
margin: 0 auto;
}
.newsdiv2 h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
}
.newsdiv2 ul{
width: 320px;
height: 241px;
margin: 0 auto;
}
.newsdiv2 ul li{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
list-style: none;
height: 25px;
}
.newsdiv2 ul li a{
text-decoration: none;
font-size: 14px;
color: #6E6E6E;
}
.newsdiv2 ul li a:hover{
text-decoration: underline;
color: #007CD8;
}
.newdiv3-wrap{
width: 360px;
height: 388px;
}
.newdiv3-wrap h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
margin-left: 10px;
}
.newdiv3-wrap ul{
width: 360px;
height: 201px;
}
.newdiv3-wrap ul li{
width: 170px;
height: 55px;
list-style: none;
float: left;
margin-left: 10px;
margin-top: 7px;
}
.operator{
width: 1349px;
height: 134px;
border-top: 1px solid #DDD;
background-color: #F5F5F5;
margin: 0 auto;
}
.operator-wrap{
width: 1170px;
height: 63px;
padding: 35px 0px;
margin-left: 88px;
}
.operator-wrap span{
width: 168px;
height: 73px;
display: inline-block;
font-size: 24px;
line-height: 73px;
float: left;
color: #999;
padding-right: 48px;
margin-top: -6px;
background: transparent url(../img/bsp.png) no-repeat scroll right center;
}
.operator-wrap img{
width: 181px;
height: 50px;
}
.ow-pic{
width: 402px;
height: 50px;
margin-left: 30px;
display: block;
float: left;
margin-top: 7px;
}
.footer{
width: 1349px;
height: 195px;
background: #333739;
position: relative;
margin: 0 auto;
}
.footer-wrap{
width: 1170px;
height: 165px;
margin-left: 88px;
}
.footer-wrap>div{
float: left;
}
.fwdv1{
width: 356px;
height: 110px;
border-left: 1px solid #4E5254;
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
margin-bottom: 18px;
}
.fwdv1 p{
color: #959997;
font-size: 14px;
}
.fwdv1 ul{
margin-top: 8px;
}
.fwdv1 ul li{
list-style: none;
color: #FEFEFE;
font-size: 14px;
}
.fwdv2{
width: 261px;
height: 110px;
border-left: 1px solid #4E5254;
margin-top: 30px;
}
.fwdv2>p{
color: #959997;
font-size: 14px;
margin-left: 30px;
}
.phone{
width: 200px;
height: 39px;
border-left: 1px solid #4E5254;
margin-left: 30px;
margin-top: 8px;
}
.phone p,.phone span{
color: #FEFEFE;
font-size: 14px;
}
.fwdv3{
width: 261px;
height: 110px;
margin-top: 30px;
border-left: 1px solid #4E5254;
}
.fwdv3>p{
color: #959997;
font-size: 14px;
margin-left: 30px;
}
.fwdv3 a{
text-decoration: none;
color: #FEFEFE;
font-size: 14px;
display: block;
margin-left: 30px;
margin-top: 8px;
}
.footer-code{
width: 225px;
height: 165px;
float: right;
background-color: #3C3F44;
overflow: hidden;
}
.footer-bottom{
width: 1349px;
height: 30px;
background-color: #1E1E1E;
line-height: 30px;
text-align: center;
}
.footer-bottom a{
font-size: 12px;
text-decoration: none;
color: #FFF;
}
.share{
width: 250px;
height: 30px;
margin-left: 30px;
margin-top: 12px;
line-height: 28px;
position: relative;
}
.share span{
color: #FFF;
font-size: 14px;
position: absolute;
top: 4px;
left: 0px;
}
.share-dv{
width: 160px;
height: 25px;
position: absolute;
top: 2px;
left: 44px;
}
.more{
font-size: 12px;
line-height: 16px;
height: 16px;
background-image: url(../img/share.png);
background-repeat: no-repeat;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-left: 17px;
padding-bottom: 10px;
}
.weixin{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -1612px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.sina-weibo{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -103px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.qzone{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -52px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.tqq{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -260px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.renren{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -208px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.share a:hover{
color: #333;
opacity: 0.8;
}
.share-display{
width: 228px;
height: 326px;
position: absolute;
top: -320px;
border: 1px solid #E9E9E9;
display: none;
}
.sd-top{
height: 28px;
color: #626262;
overflow: hidden;
font-weight: bold;
font-size: 14px;
line-height: 28px;
padding: 0px 5px;
}
.share-display ul{
padding: 5px 0;
background: #FFF none repeat scroll 0% 0%;
overflow-y: auto;
overflow-x: hidden;
}
.share-display ul li{
float: left;
width: 100px;
padding: 2px;
margin-left: 6px;
height: 28px;
overflow: hidden;
list-style: outside none none;
}
.share-display ul li a{
color: #565656;
font: 12px/18px "宋体";
display: block;
padding: 5px 0px 5px 28px;
text-decoration: none;
border: 1px solid #FFF;
}
.mshare{
background: url(../img/share.png) no-repeat 0 6px;
}
.mqzone{
background: url(../img/share.png) no-repeat 0 -46px;
}
.msina-weibo{
background: url(../img/share.png) no-repeat 0 -98px;
}
.mbaiduyun{
background: url(../img/share.png) no-repeat 0 -150px;
}
.mweixin{
background: url(../img/share.png) no-repeat 0 -202px;
}
.mrenren{
background: url(../img/share.png) no-repeat 0 -254px;
}
.mtqq{
background: url(../img/share.png) no-repeat 0 -306px;
}
.mbaidupic{
background: url(../img/share.png) no-repeat 0 -358px;
}
.mfun{
background: url(../img/share.png) no-repeat 0 -410px;
}
.mtfriend{
background: url(../img/share.png) no-repeat 0 -462px;
}
.mtieba{
background: url(../img/share.png) no-repeat 0 -514px;
}
.mdouban{
background: url(../img/share.png) no-repeat 0 -565px;
}
.mnew{
background: url(../img/share.png) no-repeat 0 -618px;
}
.mqq{
background: url(../img/share.png) no-repeat 0 -668px;
}
.mhexun{
background: url(../img/share.png) no-repeat 0 -722px;
}
.bcenter{
background: url(../img/share.png) no-repeat 0 -774px;
}
.fmore{
clear: both;
width: 208px;
height: 32px;
font-size: 12px;
text-align: right;
padding: 0px 10px;
line-height: 30px;
background-color: #F3F3F3;
}
.fmore a{
height: 25px;
width: 66px;
color: #999;
text-decoration: none;
float: right;
background: url(../img/share.png) no-repeat 4px 6px;
}
.share-display ul li a:hover{
background-color: #F3F3F3;
border: 1px solid #EEE;
border-radius: 3px;
}
.fmore a:hover{
color: #00A9E0;
}
.more:hover~.share-display{
display: block;
}
.share-display:hover{
display: block;
}
.footer-code img{
display: block;
margin: 23px auto;
} | new_file.css | *{
margin: 0;
padding: 0;
}
ol,ul,li{
margin: 0;
}
.header{
width: 1349px;
height: 60px;
margin: 0 auto;
background-color: #F9F9F9;
border-bottom: 1px solid #EDEDED;
position:fixed;
left: 0;
top: 0;
z-index: 999;
}
.wrap{
width: 1170px;
height: 61px;
margin: 0 auto;
}
.wrap-left{
width: 315px;
height: 61px;
display: inline-block;
float: left;
}
.wrap-left p{
font-size: 13px;
color: #999;
display: inline-block;
float: right;
margin-top: 22px;
}
.wrap-middle{
width: 590px;
height: 61px;
display: inline-block;
line-height: 61px;
margin-left: 90px;
}
.wrap-middle a{
text-decoration: none;
color: #666;
font-size: 14px;
padding: 0 20px;
}
.wrap-middle a:hover{
cursor: pointer;
color: #106ACF;
}
.wrap-right{
width: 171px;
height: 46px;
display: inline-block;
float: right;
margin-top: 7px;
line-height: 46px;
}
.wrap-right a{
width: 82px;
height: 32px;
display: block;
float: left;
margin-top: 8px;
}
#wrap-right-a1{
background: url(../img/btn-login.png) no-repeat;
}
#wrap-right-a2{
background: url(../img/btn-reg.png) no-repeat;
margin-left: 7px;
}
.banner{
width: 1349px;
height: 478px;
position: relative;
margin: 0 auto;
margin-top: 61px;
}
.slide-nav{
width: 190px;
height: 478px;
color: #DADADA;
background: url(../img/silde-bg.png);
position: absolute;
top: 0px;
left: 88px;
z-index: 10;
}
.slide-nav h3{
font-size: 14px;
font-weight: normal;
padding: 18px 0px 9px 23px;
}
.slide-nav ul{
width: 190px;
height: 391px;
}
.slide-nav ul li{
width: 190px;
height: 54px;
list-style: none;
position: relative;
}
.slide-nav ul li a{
text-decoration: none;
color: #DADADA;
position: absolute;
top: 12px;
right: 36px;
}
.slide-nav ul li a span{
width: 24px;
height: 24px;
display: inline-block;
position: relative;
top: 7px;
left: -10px;
}
.slide-nav ul li:first-child{
background:rgba(255, 255, 255, 0.3);
}
.slide-nav ul li:hover{
cursor: pointer;
}
.slide-nav-sp1{
background: url(../img/slide-nav1.png) no-repeat;
}
.slide-nav-sp2{
background: url(../img/slide-nav2.png) no-repeat;
}
.slide-nav-sp3{
background: url(../img/slide-nav3.png) no-repeat;
}
.slide-nav-sp4{
background: url(../img/slide-nav4.png) no-repeat;
}
.slide-nav-sp5{
background: url(../img/slide-nav5.png) no-repeat;
}
.slide-nav-sp6{
background: url(../img/slide-nav6.png) no-repeat;
background-size: cover;
}
.slide-nav-sp7{
background: url(../img/slide-nav3.png) no-repeat;
background-size: cover;
}
.slide-nav-sp8{
background: url(../img/slide-nav4.png) no-repeat;
background-size: cover;
}
.banner-content{
/*width: 1349px;
height: 478px;*/
position: relative;
}
.banner-content-list{
width: 1349px;
height: 478px;
}
.bcl-div{
width: 490px;
height: 478px;
position: absolute;
top: 0;
left: 280px;
}
.bcl-div p{
font-size: 40px;
color: #FFF;
margin-top: 108px;
margin-left: 50px;
}
.bcl-div dl{
display: block;
margin-left: 50px;
}
.bcl-div dl dt{
color: #FFF;
margin-top: 30px;
}
.bcl-div dl dd{
color: #FFF;
float: left;
margin-top: 6px;
}
.bcl-div a{
width: 90px;
height: 32px;
line-height: 32px;
font-size: 15px;
text-align: center;
border-radius: 2px;
background-color: #FFF;
color: #106ACF;
text-decoration: none;
display: inline-block;
}
.bcl-list1{
width: 1349px;
height: 478px;
background: url(../img/banner1.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list2{
width: 1349px;
height: 478px;
background: url(../img/banner2.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list3{
width: 1349px;
height: 478px;
background: url(../img/banner3.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list4{
width: 1349px;
height: 478px;
background: url(../img/banner4.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list5{
width: 1349px;
height: 478px;
background: url(../img/banner5.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list6{
width: 1349px;
height: 478px;
background: url(../img/banner3.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list7{
width: 1349px;
height: 478px;
background: url(../img/banner6.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-list8{
width: 1349px;
height: 478px;
background: url(../img/banner4.jpg) no-repeat center center;
position: relative;
background-size: cover;
}
.bcl-div>a{
position: absolute;
bottom: 117px;
left: 50px;
}
.banner-content-list{
display: none;
}
.on{
display: block;
}
.allhot{
width: 1349px;
height: 402px;
background: #FFF;
padding-bottom: 80px;
margin: 0 auto;
}
.hot{
width: 1170px;
height: 402px;
margin: 0 auto;
background: url(../img/body.jpg) repeat-x scroll center;
}
.hot h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.hot-wrap{
width: 1170px;
height: 207px;
}
.hot-wrap ul li{
list-style: none;
width: 170px;
height: 207px;
float: left;
background-color: #F8F8F8;
}
.hwli2{
margin-left: 30px;
}
.hot-wrap ul li a img{
display: inline-block;
}
.hot-wrap ul li a{
width: 170px;
height: 93px;
display: inline-block;
text-decoration: none;
color: #333;
line-height: 93px;
text-align: center;
font-family: 黑体;
}
.allchoise{
width: 1349px;
height: 575px;
background: #F8F8F8;
margin: 0 auto;
}
.choise{
width: 1170px;
height: 575px;
margin: 0 auto;
}
.choise h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.choise-wrap{
width: 1170px;
height: 380px;
}
.choise-wrap ul li{
list-style: none;
width: 370px;
height: 380px;
float: left;
}
.cw{
margin-left: 30px;
}
.cw1{
background: url(../img/choise1.jpg);
}
.cw2{
background: url(../img/choise2.jpg);
}
.cw3{
background: url(../img/choise3.jpg);
}
.allsucess{
width: 1349px;
height: 1044px;
background-color: #F5F5F5;
margin: 0 auto;
}
.sucess{
width: 1170px;
height: 1044px;
margin: 0 auto;
margin-top: 30px;
}
.sucess h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.sucess-wrap{
width: 1170px;
height: 800px;
}
.sucess-wrap ul li{
list-style: none;
width: 285px;
height: 380px;
float: left;
position: relative;
}
.swp0{
margin-top: 10px;
}
.swp0>img{
width: 285px;
height: 162px;
}
.swp0 #swpli1-dv1{
width: 285px;
height: 176px;
background: #FFF;
margin-top: -4px;
border-bottom: 1px solid #DEDEDE;
}
.swp1 #swpli1-dv1{
width: 285px;
height: 176px;
background: #FFF;
margin-top: -4px;
border-bottom: 1px solid #DEDEDE;
}
.swp-p{
width: 286px;
height: 128px;
padding-top: 14px;
}
.quot{
width: 16px;
height: 11px;
background: url(../img/success-wrap2.png) no-repeat;
margin-left: 18px;
}
#swp-span2{
width: 16px;
height: 11px;
background: url(../img/success-wrap3.png) no-repeat;
display: inline-block;
}
#swp-span1{
color: #999;
font-size: 12px;
margin-left: 18px;
width: 250px;
height: 72px;
line-height: 22px;
}
.swp-dot{
font-size: 12px;
color: #666;
margin-left: 18px;
}
#swpli1-dv2{
width: 285px;
height: 38px;
background: url(../img/success-wrap.png) no-repeat 15px 18px;
line-height: 38px;
margin-top: 2px;
}
#swpli1-dv2 a{
color: #8B6148;
text-decoration: none;
font-size: 12px;
display: inline-block;
margin-left: 28px;
overflow: hidden;
width: 253px;
height: 38px;
white-space: no-wrap;
}
.swp1{
margin-top: 10px;
margin-left: 10px;
}
.swp-dot span{
padding-left: 10px;
}
.customer{
width: 1349px;
height: 1251px;
background: #FFF;
margin: 0 auto;
}
.customer-wrap{
width: 1170px;
height: 1191px;
margin-left: 88px;
}
.customer-wrap h1{
color: #000;
font-size: 26px;
padding: 80px 0 70px 0;
text-align: center;
font-weight: normal;
}
.customer-list{
width: 1170px;
height: 996px;
}
.customer-list li{
width: 180px;
height: 224px;
float: left;
overflow: hidden;
list-style: none;
position: relative;
}
#cli1{
margin-left: 18px;
margin-top: 22px;
}
#cli0{
margin-top: 22px;
}
.c-pic{
width: 180px;
height: 180px;
border: 1px solid #F2F2F2;
}
.mv{
width: 120px;
height: 120px;
padding: 29px;
background-color: #FFF;
overflow: hidden;
}
.mv img{
display: inline-block;
max-width: 100%;
vertical-align: top;
}
.code{
position: absolute;
top: 0px;
width: 120px;
height: 120px;
padding: 29px;
background-color: #FFF;
opacity: 0;
transform: translate(0px, 0px) scale(0);
-webkit-transform: translate(0px, 0px) scale(0);
-moz-transform: translate(0px, 0px) scale(0);
}
.swp-code{
position: absolute;
top: 162px;
left: 54px;
width: 120px;
height: 119px;
padding: 29px;
background-color: #FFF;
opacity: 0;
transform: translate(0px 0px) scale(0);
-webkit-transform: translate(0px, 0px) scale(0);
-moz-transform: translate(0px, 0px) scale(0);
}
.customer-list li:hover .code{
transition: all 500ms ease-in 0s;
transform: translate(0px, 0px) scale(1);
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-webkit-transform: translate(0px, 0px) scale(1);
-moz-transform: translate(0px, 0px) scale(1);
opacity: 1;
display: block;
}
.sucess-wrap ul li:hover .swp-code{
transition: all 500ms ease-in 0s;
transform: translate(0px, 0px) scale(1);
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-webkit-transform: translate(0px, 0px) scale(1);
-moz-transform: translate(0px, 0px) scale(1);
opacity: 1;
display: block;
}
.title{
color: #333;
font-size: 14px;
padding: 15px 0px;
text-align: center;
}
.news{
width: 1349px;
height: 544px;
background-color: #F5F5F5;
border-bottom: 1px solid #F2F2F2;
margin: 0 auto;
}
.news-wrap{
width: 1170px;
height: 505px;
margin-left: 88px;
}
.news-wrap h1{
color: #000;
font-size: 26px;
padding: 80px 0px;
text-align: center;
font-weight: normal;
}
.news-wrap>div{
width: 388px;
height: 251px;
display: inline-block;
float: left;
}
.newsdiv1 h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
}
.newsdiv1 #nw-p1{
width: 388px;
height: 130px;
color: #6E6E6E;
font-size: 14px;
line-height: 28px;
}
.newsdiv1 #nw-p2{
color: #6E6E6E;
font-size: 14px;
}
.newsdiv1 span a{
width: 388px;
height: 25px;
display: block;
text-decoration: none;
font-size: 14px;
text-align: right;
color: #6E6E6E;
}
.newdiv2-wrap{
width: 320px;
height: 388px;
margin: 0 auto;
}
.newsdiv2 h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
}
.newsdiv2 ul{
width: 320px;
height: 241px;
margin: 0 auto;
}
.newsdiv2 ul li{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
list-style: none;
height: 25px;
}
.newsdiv2 ul li a{
text-decoration: none;
font-size: 14px;
color: #6E6E6E;
}
.newsdiv2 ul li a:hover{
text-decoration: underline;
color: #007CD8;
}
.newdiv3-wrap{
width: 360px;
height: 388px;
}
.newdiv3-wrap h6{
color: #000;
font-size: 14px;
font-weight: normal;
padding: 0px 0px 30px;
margin-left: 10px;
}
.newdiv3-wrap ul{
width: 360px;
height: 201px;
}
.newdiv3-wrap ul li{
width: 170px;
height: 55px;
list-style: none;
float: left;
margin-left: 10px;
margin-top: 7px;
}
.operator{
width: 1349px;
height: 134px;
border-top: 1px solid #DDD;
background-color: #F5F5F5;
margin: 0 auto;
}
.operator-wrap{
width: 1170px;
height: 63px;
padding: 35px 0px;
margin-left: 88px;
}
.operator-wrap span{
width: 168px;
height: 73px;
display: inline-block;
font-size: 24px;
line-height: 73px;
float: left;
color: #999;
padding-right: 48px;
margin-top: -6px;
background: transparent url(../img/bsp.png) no-repeat scroll right center;
}
.operator-wrap img{
width: 181px;
height: 50px;
}
.ow-pic{
width: 402px;
height: 50px;
margin-left: 30px;
display: block;
float: left;
margin-top: 7px;
}
.footer{
width: 1349px;
height: 195px;
background: #333739;
position: relative;
margin: 0 auto;
}
.footer-wrap{
width: 1170px;
height: 165px;
margin-left: 88px;
}
.footer-wrap>div{
float: left;
}
.fwdv1{
width: 356px;
height: 110px;
border-left: 1px solid #4E5254;
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
margin-bottom: 18px;
}
.fwdv1 p{
color: #959997;
font-size: 14px;
}
.fwdv1 ul{
margin-top: 8px;
}
.fwdv1 ul li{
list-style: none;
color: #FEFEFE;
font-size: 14px;
}
.fwdv2{
width: 261px;
height: 110px;
border-left: 1px solid #4E5254;
margin-top: 30px;
}
.fwdv2>p{
color: #959997;
font-size: 14px;
margin-left: 30px;
}
.phone{
width: 200px;
height: 39px;
border-left: 1px solid #4E5254;
margin-left: 30px;
margin-top: 8px;
}
.phone p,.phone span{
color: #FEFEFE;
font-size: 14px;
}
.fwdv3{
width: 261px;
height: 110px;
margin-top: 30px;
border-left: 1px solid #4E5254;
}
.fwdv3>p{
color: #959997;
font-size: 14px;
margin-left: 30px;
}
.fwdv3 a{
text-decoration: none;
color: #FEFEFE;
font-size: 14px;
display: block;
margin-left: 30px;
margin-top: 8px;
}
.footer-code{
width: 225px;
height: 165px;
float: right;
background-color: #3C3F44;
overflow: hidden;
}
.footer-bottom{
width: 1349px;
height: 30px;
background-color: #1E1E1E;
line-height: 30px;
text-align: center;
}
.footer-bottom a{
font-size: 12px;
text-decoration: none;
color: #FFF;
}
.share{
width: 250px;
height: 30px;
margin-left: 30px;
margin-top: 12px;
line-height: 28px;
position: relative;
}
.share span{
color: #FFF;
font-size: 14px;
position: absolute;
top: 4px;
left: 0px;
}
.share-dv{
width: 160px;
height: 25px;
position: absolute;
top: 2px;
left: 44px;
}
.more{
font-size: 12px;
line-height: 16px;
height: 16px;
background-image: url(../img/share.png);
background-repeat: no-repeat;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-left: 17px;
padding-bottom: 10px;
}
.weixin{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -1612px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.sina-weibo{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -103px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.qzone{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -52px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.tqq{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -260px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.renren{
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background: url(../img/share.png) no-repeat 0 -208px;
cursor: pointer;
margin: 6px 6px 6px 0px;
padding-bottom: 10px;
}
.share a:hover{
color: #333;
opacity: 0.8;
}
.share-display{
width: 228px;
height: 326px;
position: absolute;
top: -320px;
border: 1px solid #E9E9E9;
display: none;
}
.sd-top{
height: 28px;
color: #626262;
overflow: hidden;
font-weight: bold;
font-size: 14px;
line-height: 28px;
padding: 0px 5px;
}
.share-display ul{
padding: 5px 0;
background: #FFF none repeat scroll 0% 0%;
overflow-y: auto;
overflow-x: hidden;
}
.share-display ul li{
float: left;
width: 100px;
padding: 2px;
margin-left: 6px;
height: 28px;
overflow: hidden;
list-style: outside none none;
}
.share-display ul li a{
color: #565656;
font: 12px/18px "宋体";
display: block;
padding: 5px 0px 5px 28px;
text-decoration: none;
border: 1px solid #FFF;
}
.mshare{
background: url(../img/share.png) no-repeat 0 6px;
}
.mqzone{
background: url(../img/share.png) no-repeat 0 -46px;
}
.msina-weibo{
background: url(../img/share.png) no-repeat 0 -98px;
}
.mbaiduyun{
background: url(../img/share.png) no-repeat 0 -150px;
}
.mweixin{
background: url(../img/share.png) no-repeat 0 -202px;
}
.mrenren{
background: url(../img/share.png) no-repeat 0 -254px;
}
.mtqq{
background: url(../img/share.png) no-repeat 0 -306px;
}
.mbaidupic{
background: url(../img/share.png) no-repeat 0 -358px;
}
.mfun{
background: url(../img/share.png) no-repeat 0 -410px;
}
.mtfriend{
background: url(../img/share.png) no-repeat 0 -462px;
}
.mtieba{
background: url(../img/share.png) no-repeat 0 -514px;
}
.mdouban{
background: url(../img/share.png) no-repeat 0 -565px;
}
.mnew{
background: url(../img/share.png) no-repeat 0 -618px;
}
.mqq{
background: url(../img/share.png) no-repeat 0 -668px;
}
.mhexun{
background: url(../img/share.png) no-repeat 0 -722px;
}
.bcenter{
background: url(../img/share.png) no-repeat 0 -774px;
}
.fmore{
clear: both;
width: 208px;
height: 32px;
font-size: 12px;
text-align: right;
padding: 0px 10px;
line-height: 30px;
background-color: #F3F3F3;
}
.fmore a{
height: 25px;
width: 66px;
color: #999;
text-decoration: none;
float: right;
background: url(../img/share.png) no-repeat 4px 6px;
}
.share-display ul li a:hover{
background-color: #F3F3F3;
border: 1px solid #EEE;
border-radius: 3px;
}
.fmore a:hover{
color: #00A9E0;
}
.more:hover~.share-display{
display: block;
}
.share-display:hover{
display: block;
}
.footer-code img{
display: block;
margin: 23px auto;
} | 0.206654 | 0.043083 |
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
nav {
position: fixed;
width: 72px;
/*background: #FF4081;*/
background: #FFAAA5;
color: #fff;
height: 100%;
z-index: 1;
transition: all .3s;
font-weight: 500;
max-height: 900px;
height: 900px;
min-height: 900px;
}
.nav-expanded {
width: 286px;
}
.nav-shrinked {
width: 72px;
}
.nav-label-hide {
display: none !important;
transition: all .4s;
}
.nav-label-show {
display: block !important;
transition: all .4s;
}
nav .label {
position: relative;
padding: 0 5px;
left: 45px;
font-weight: 500;
margin-top: -45px;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
nav .item {
text-align: left;
transition: background .8s;
overflow: hidden;
white-space: nowrap;
height: 72px;
cursor: pointer;
max-width: 256px;
word-wrap: break-word;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin-top: 30px;
}
.logo {
width: 72px;
height: 72px;
cursor: pointer;
background-image: url(./img/sidemenu/logo.png);
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
margin-bottom: 30px;
transition: all .4s;
}
.logo-big {
width: 230px;
height: 62px;
cursor: pointer;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-image: url(./img/sidemenu/pandishpancheto3.png);
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
margin-bottom: 30px;
transition: all .4s;
}
.maincontainer {
/*width: 100%;
height: auto;*/
transition: all .3s;
margin: 0;
padding-left: 110px;
padding-right: 110px;
box-sizing: border-box;
position: absolute;
/*top: 300px;
left: -100px;*/
max-width: 1100px;
width: 1100px;
min-width: 1100px;
max-height: 900px;
height: 900px;
min-height: 900px;
/*background-color: limegreen*/
background-color: #DCEDC1
}
.maincontainer-shrinked {
margin-left: 286px;
}
.maincontainer-expanded {
margin-left: 72px;
/*width: calc(100% - 72px);*/
/*max-width: 1100px;*/
}
.maincontainer-shrinked-right {
margin-left: 72px !important;
}
.icon {
width: 72px;
height: 72px;
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
background-position: center center;
background-size: cover;
}
.icon-bd {
background-image: url(../img/sidemenu/birthday_icon.png);
}
.icon-you {
background-image: url(../img/sidemenu/you_icon.png);
}
.icon-family {
background-image: url(../img/sidemenu/family_icon.png);
}
.icon-moment {
background-image: url(../img/sidemenu/moment_icon.png);
}
.icon-future {
background-image: url(../img/sidemenu/future_icon.png);
}
.header {
/*position: relative;
top: -280px;
left: 20px;*/
position: absolute;
top: 30px;
left: 250px;
width: 600px;
}
.header-logo {
min-width: 200px;
max-width: 700px;
/*margin-left: 100px;*/
width: 100%;
}
.content-container {
/*position: relative;
top: -250px;
left: 20px;*/
position: absolute;
top: 380px;
left: 100px;
} | styles.css | h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
nav {
position: fixed;
width: 72px;
/*background: #FF4081;*/
background: #FFAAA5;
color: #fff;
height: 100%;
z-index: 1;
transition: all .3s;
font-weight: 500;
max-height: 900px;
height: 900px;
min-height: 900px;
}
.nav-expanded {
width: 286px;
}
.nav-shrinked {
width: 72px;
}
.nav-label-hide {
display: none !important;
transition: all .4s;
}
.nav-label-show {
display: block !important;
transition: all .4s;
}
nav .label {
position: relative;
padding: 0 5px;
left: 45px;
font-weight: 500;
margin-top: -45px;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
nav .item {
text-align: left;
transition: background .8s;
overflow: hidden;
white-space: nowrap;
height: 72px;
cursor: pointer;
max-width: 256px;
word-wrap: break-word;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin-top: 30px;
}
.logo {
width: 72px;
height: 72px;
cursor: pointer;
background-image: url(./img/sidemenu/logo.png);
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
margin-bottom: 30px;
transition: all .4s;
}
.logo-big {
width: 230px;
height: 62px;
cursor: pointer;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-image: url(./img/sidemenu/pandishpancheto3.png);
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
margin-bottom: 30px;
transition: all .4s;
}
.maincontainer {
/*width: 100%;
height: auto;*/
transition: all .3s;
margin: 0;
padding-left: 110px;
padding-right: 110px;
box-sizing: border-box;
position: absolute;
/*top: 300px;
left: -100px;*/
max-width: 1100px;
width: 1100px;
min-width: 1100px;
max-height: 900px;
height: 900px;
min-height: 900px;
/*background-color: limegreen*/
background-color: #DCEDC1
}
.maincontainer-shrinked {
margin-left: 286px;
}
.maincontainer-expanded {
margin-left: 72px;
/*width: calc(100% - 72px);*/
/*max-width: 1100px;*/
}
.maincontainer-shrinked-right {
margin-left: 72px !important;
}
.icon {
width: 72px;
height: 72px;
background-size:100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
background-position: center center;
background-size: cover;
}
.icon-bd {
background-image: url(../img/sidemenu/birthday_icon.png);
}
.icon-you {
background-image: url(../img/sidemenu/you_icon.png);
}
.icon-family {
background-image: url(../img/sidemenu/family_icon.png);
}
.icon-moment {
background-image: url(../img/sidemenu/moment_icon.png);
}
.icon-future {
background-image: url(../img/sidemenu/future_icon.png);
}
.header {
/*position: relative;
top: -280px;
left: 20px;*/
position: absolute;
top: 30px;
left: 250px;
width: 600px;
}
.header-logo {
min-width: 200px;
max-width: 700px;
/*margin-left: 100px;*/
width: 100%;
}
.content-container {
/*position: relative;
top: -250px;
left: 20px;*/
position: absolute;
top: 380px;
left: 100px;
} | 0.321567 | 0.048609 |
.sidebar-wrapper{
width: 230px;
}
/* .sidebar-wrapper .sidebar-brand {
background-color: white;
} */
.rupayapay-logo {
max-width: 100px !important;
background-color: #178ddb !important;
border-radius: 2px solid #fff !important;
}
.sidebar-wrapper .sidebar-menu ul li a{
border-bottom: 1px solid rgb(110, 110, 110);
background-color:#3a4652;
padding-left: 15px;
line-height:2;
font-family: 'Open Sans', sans-serif;
color: #fff;
transition: color 0.3s;
font-size: 12px !important;
}
.sidebar-wrapper .sidebar-menu ul li a:hover{
background-color: #178ddb;
transition: color 0.3s;
}
.navbar-default{
background-color: #171b2f;
color: #fff;
}
.navbar-default .navbar-nav > li > a{
color: #fff !important;
}
@media (min-width:991px){
.navbar-default .navbar-nav > li > a{
position: relative;
left: 50px;
}
}
.navbar-default .navbar-nav > li > a:hover{
color: #fff;
background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #178ddb;
color: #555;
}
input[type="file"] {
display: none !important;
}
.inputfile + label {
color: #2f89fc;
border: 2px solid currentColor;
}
.inputfile + label {
max-width: 80%;
font-size: 1.25rem;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
margin-bottom: 0 !important;
}
.custom-file-upload {
width: 100%;
}
.button124 {
border-radius: 4px;
background-color: rgb(245, 105, 105);
border: none;
color: #FFFFFF;
text-align: center;
font-size: 14px;
padding: 6px 3px;
width: 10%;
transition: all 0.5s;
cursor: pointer;
position: relative;
bottom: 8px;
margin: 5px;
} | public/css/employe-custom-style-2.css | .sidebar-wrapper{
width: 230px;
}
/* .sidebar-wrapper .sidebar-brand {
background-color: white;
} */
.rupayapay-logo {
max-width: 100px !important;
background-color: #178ddb !important;
border-radius: 2px solid #fff !important;
}
.sidebar-wrapper .sidebar-menu ul li a{
border-bottom: 1px solid rgb(110, 110, 110);
background-color:#3a4652;
padding-left: 15px;
line-height:2;
font-family: 'Open Sans', sans-serif;
color: #fff;
transition: color 0.3s;
font-size: 12px !important;
}
.sidebar-wrapper .sidebar-menu ul li a:hover{
background-color: #178ddb;
transition: color 0.3s;
}
.navbar-default{
background-color: #171b2f;
color: #fff;
}
.navbar-default .navbar-nav > li > a{
color: #fff !important;
}
@media (min-width:991px){
.navbar-default .navbar-nav > li > a{
position: relative;
left: 50px;
}
}
.navbar-default .navbar-nav > li > a:hover{
color: #fff;
background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #178ddb;
color: #555;
}
input[type="file"] {
display: none !important;
}
.inputfile + label {
color: #2f89fc;
border: 2px solid currentColor;
}
.inputfile + label {
max-width: 80%;
font-size: 1.25rem;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
margin-bottom: 0 !important;
}
.custom-file-upload {
width: 100%;
}
.button124 {
border-radius: 4px;
background-color: rgb(245, 105, 105);
border: none;
color: #FFFFFF;
text-align: center;
font-size: 14px;
padding: 6px 3px;
width: 10%;
transition: all 0.5s;
cursor: pointer;
position: relative;
bottom: 8px;
margin: 5px;
} | 0.346652 | 0.065217 |
:root {
--primary: #ebdcc2;
--secondary: #14110f;
--red: #c93222;
--gutter: 1rem;
--font: "HK Grotesk", sans-serif;
}
.icon {
display: inline-block;
width: 36px;
height: 36px;
stroke-width: 0;
stroke: #ebdcc2;
fill: #ebdcc2;
}
html {
font-size: 12px;
overflow-x: hidden;
scroll-behavior: smooth;
box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: none;
}
}
@media (min-width: 1440px) {
html {
font-size: 14px;
}
}
*,
*:before,
*:after {
box-sizing: inherit;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
html,
body {
width: 100%;
min-height: 100%;
}
body {
font: 400 1em/1.4 var(--font);
text-transform: uppercase;
background-color: var(--secondary);
color: var(--primary);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "case"on, "cpsp"on;
}
a,
.a {
color: var(--primary);
cursor: pointer;
-webkit-text-decoration-color: var(--primary);
text-decoration-color: var(--primary);
text-decoration-thickness: 0.125em;
text-underline-offset: 4px;
}
@media (hover: hover) {
a:hover,
.a:hover {
opacity: 0.75;
}
a:active,
.a:active {
opacity: 0.75;
}
}
noscript {
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
}
#nojs {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
#nojs p {
color: inherit;
font-weight: bold;
}
#page {
padding: 0;
width: 100%;
max-width: 1440px;
margin: auto;
display: grid;
grid-gap: 3.2258064516vh;
grid-template-rows: auto auto auto;
}
@media (min-width: 700px) {
#page {
padding: 3.2258064516vh;
}
}
#content {
display: block;
display: flex;
flex-direction: column;
gap: 3.2258064516vh;
}
@media (min-width: 700px) {
#content {
display: grid;
grid-template-columns: repeat(20, 1fr);
grid-template-rows: 1fr auto auto;
}
}
#header {
display: flex;
justify-content: space-between;
}
#header p {
margin: 0;
}
#header,
#masthead,
#intro {
padding: 3.2258064516vh;
}
.masthead {
display: flex;
justify-content: space-between;
}
.w {
grid-column: 1/21;
}
.g1 {
grid-row: 1/3;
}
.g2,
.g3 {
grid-column: 9/21;
}
.g1,
.g4 {
grid-column: 1/9;
}
.g3 {
grid-row: 2/4;
}
.g4 {
grid-column: 4/9;
grid-row: 4;
align-self: center;
}
img {
width: 100%;
height: 100%;
display: block;
pointer-events: none;
}
h1,
h2 {
line-height: 1.1;
}
h1 {
font-size: 7vmin;
}
h2 {
font-size: 3.5vmin;
margin-bottom: 3.2258064516vh;
}
@media (min-width: 700px) {
h1 {
font-size: 10vmax;
line-height: 0.9;
}
h2 {
font-size: 3.5vmax;
line-height: 1.2;
margin-bottom: 3.2258064516vh;
}
}
p {
margin-bottom: 3.2258064516vh;
}
.img {
margin-bottom: 3.2258064516vh;
overflow: hidden;
}
@media screen and (hover: hover) {
.img img {
transition-property: transform, filter;
transition-duration: 0.6s;
transition-timing-function: ease-out;
transform: scale(1.1);
filter: grayscale(1);
}
.img:hover img {
transform: scale(1);
filter: grayscale(0);
}
}
.r {
text-align: right;
position: relative;
}
.r:after {
content: "";
width: 1em;
height: 1em;
border-radius: 50%;
background-color: var(--primary);
position: absolute;
left: 0;
top: 0;
}
.profile-img {
width: 100%;
max-width: 300px;
}
#percent {
display: none;
}
.smooth-scroll #percent {
padding: 15vmin 3.2258064516vh;
position: fixed;
bottom: 0;
pointer-events: none;
z-index: 100;
display: block;
opacity: 0;
}
.smooth-scroll body {
overflow: hidden;
height: 100vh;
position: absolute;
}
.smooth-scroll [data-scroll] {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
transform: translateZ(0);
will-change: transform;
transition: all;
}
.smooth-scroll [data-scroll-content] {
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.disable-hover,
.disable-hover * {
pointer-events: none !important;
}
.will {
will-change: transform;
}
.loader-text {
display: flex;
color: var(--secondary);
text-align: center;
align-items: center;
height: 100%;
}
.loader-text h3 {
font-size: 24px;
margin: auto;
}
#go-to-info {
cursor: pointer;
}
.preload #page,
.preload #loader {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion: reduce) {
#page,
#loader {
-webkit-animation: none !important;
animation: none !important;
}
}
#loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: var(--primary);
z-index: 15;
pointer-events: none;
transform: translatey(-100%);
visibility: hidden;
-webkit-animation: loaderOut 1.2s cubic-bezier(0.7, 0, 0.84, 0) 1.2s backwards;
animation: loaderOut 1.2s cubic-bezier(0.7, 0, 0.84, 0) 1.2s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes loaderOut {
from {
visibility: visible;
transform: translatey(0);
}
to {
transform: translatey(-100%);
}
}
@keyframes loaderOut {
from {
visibility: visible;
transform: translatey(0);
}
to {
transform: translatey(-100%);
}
}
#page {
transform: translate(0);
-webkit-animation: pageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.1s backwards;
animation: pageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.1s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes pageIn {
from {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 100vh, 0);
}
to {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes pageIn {
from {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 100vh, 0);
}
to {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.smooth-scroll [data-scroll] {
-webkit-animation: scrollIn 100ms 3.5s backwards;
animation: scrollIn 100ms 3.5s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes scrollIn {
from {
position: fixed;
}
to {
position: absolute;
}
}
@keyframes scrollIn {
from {
position: fixed;
}
to {
position: absolute;
}
}
.ratio-sm {
position: relative;
}
.ratio-sm:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-top: 66.6034155598%;
}
.ratio-l {
position: relative;
}
.ratio-l:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-top: 66.5841584158%;
}
#content {
padding: 3.2258064516vh;
background-image: radial-gradient(rgba(136, 136, 136, 0.1) 1px, transparent 0);
background-size: 10px 10px;
} | docs/style.css | :root {
--primary: #ebdcc2;
--secondary: #14110f;
--red: #c93222;
--gutter: 1rem;
--font: "HK Grotesk", sans-serif;
}
.icon {
display: inline-block;
width: 36px;
height: 36px;
stroke-width: 0;
stroke: #ebdcc2;
fill: #ebdcc2;
}
html {
font-size: 12px;
overflow-x: hidden;
scroll-behavior: smooth;
box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: none;
}
}
@media (min-width: 1440px) {
html {
font-size: 14px;
}
}
*,
*:before,
*:after {
box-sizing: inherit;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
html,
body {
width: 100%;
min-height: 100%;
}
body {
font: 400 1em/1.4 var(--font);
text-transform: uppercase;
background-color: var(--secondary);
color: var(--primary);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "case"on, "cpsp"on;
}
a,
.a {
color: var(--primary);
cursor: pointer;
-webkit-text-decoration-color: var(--primary);
text-decoration-color: var(--primary);
text-decoration-thickness: 0.125em;
text-underline-offset: 4px;
}
@media (hover: hover) {
a:hover,
.a:hover {
opacity: 0.75;
}
a:active,
.a:active {
opacity: 0.75;
}
}
noscript {
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
}
#nojs {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
#nojs p {
color: inherit;
font-weight: bold;
}
#page {
padding: 0;
width: 100%;
max-width: 1440px;
margin: auto;
display: grid;
grid-gap: 3.2258064516vh;
grid-template-rows: auto auto auto;
}
@media (min-width: 700px) {
#page {
padding: 3.2258064516vh;
}
}
#content {
display: block;
display: flex;
flex-direction: column;
gap: 3.2258064516vh;
}
@media (min-width: 700px) {
#content {
display: grid;
grid-template-columns: repeat(20, 1fr);
grid-template-rows: 1fr auto auto;
}
}
#header {
display: flex;
justify-content: space-between;
}
#header p {
margin: 0;
}
#header,
#masthead,
#intro {
padding: 3.2258064516vh;
}
.masthead {
display: flex;
justify-content: space-between;
}
.w {
grid-column: 1/21;
}
.g1 {
grid-row: 1/3;
}
.g2,
.g3 {
grid-column: 9/21;
}
.g1,
.g4 {
grid-column: 1/9;
}
.g3 {
grid-row: 2/4;
}
.g4 {
grid-column: 4/9;
grid-row: 4;
align-self: center;
}
img {
width: 100%;
height: 100%;
display: block;
pointer-events: none;
}
h1,
h2 {
line-height: 1.1;
}
h1 {
font-size: 7vmin;
}
h2 {
font-size: 3.5vmin;
margin-bottom: 3.2258064516vh;
}
@media (min-width: 700px) {
h1 {
font-size: 10vmax;
line-height: 0.9;
}
h2 {
font-size: 3.5vmax;
line-height: 1.2;
margin-bottom: 3.2258064516vh;
}
}
p {
margin-bottom: 3.2258064516vh;
}
.img {
margin-bottom: 3.2258064516vh;
overflow: hidden;
}
@media screen and (hover: hover) {
.img img {
transition-property: transform, filter;
transition-duration: 0.6s;
transition-timing-function: ease-out;
transform: scale(1.1);
filter: grayscale(1);
}
.img:hover img {
transform: scale(1);
filter: grayscale(0);
}
}
.r {
text-align: right;
position: relative;
}
.r:after {
content: "";
width: 1em;
height: 1em;
border-radius: 50%;
background-color: var(--primary);
position: absolute;
left: 0;
top: 0;
}
.profile-img {
width: 100%;
max-width: 300px;
}
#percent {
display: none;
}
.smooth-scroll #percent {
padding: 15vmin 3.2258064516vh;
position: fixed;
bottom: 0;
pointer-events: none;
z-index: 100;
display: block;
opacity: 0;
}
.smooth-scroll body {
overflow: hidden;
height: 100vh;
position: absolute;
}
.smooth-scroll [data-scroll] {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
transform: translateZ(0);
will-change: transform;
transition: all;
}
.smooth-scroll [data-scroll-content] {
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.disable-hover,
.disable-hover * {
pointer-events: none !important;
}
.will {
will-change: transform;
}
.loader-text {
display: flex;
color: var(--secondary);
text-align: center;
align-items: center;
height: 100%;
}
.loader-text h3 {
font-size: 24px;
margin: auto;
}
#go-to-info {
cursor: pointer;
}
.preload #page,
.preload #loader {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion: reduce) {
#page,
#loader {
-webkit-animation: none !important;
animation: none !important;
}
}
#loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: var(--primary);
z-index: 15;
pointer-events: none;
transform: translatey(-100%);
visibility: hidden;
-webkit-animation: loaderOut 1.2s cubic-bezier(0.7, 0, 0.84, 0) 1.2s backwards;
animation: loaderOut 1.2s cubic-bezier(0.7, 0, 0.84, 0) 1.2s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes loaderOut {
from {
visibility: visible;
transform: translatey(0);
}
to {
transform: translatey(-100%);
}
}
@keyframes loaderOut {
from {
visibility: visible;
transform: translatey(0);
}
to {
transform: translatey(-100%);
}
}
#page {
transform: translate(0);
-webkit-animation: pageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.1s backwards;
animation: pageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.1s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes pageIn {
from {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 100vh, 0);
}
to {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes pageIn {
from {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 100vh, 0);
}
to {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.smooth-scroll [data-scroll] {
-webkit-animation: scrollIn 100ms 3.5s backwards;
animation: scrollIn 100ms 3.5s backwards;
-webkit-animation-play-state: play;
animation-play-state: play;
}
@-webkit-keyframes scrollIn {
from {
position: fixed;
}
to {
position: absolute;
}
}
@keyframes scrollIn {
from {
position: fixed;
}
to {
position: absolute;
}
}
.ratio-sm {
position: relative;
}
.ratio-sm:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-top: 66.6034155598%;
}
.ratio-l {
position: relative;
}
.ratio-l:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-top: 66.5841584158%;
}
#content {
padding: 3.2258064516vh;
background-image: radial-gradient(rgba(136, 136, 136, 0.1) 1px, transparent 0);
background-size: 10px 10px;
} | 0.50415 | 0.118487 |
.cssload-tetrominos {
position: absolute;
left: 50%;
transform: translate(-62px, -53px);
-o-transform: translate(-62px, -53px);
-ms-transform: translate(-62px, -53px);
-webkit-transform: translate(-62px, -53px);
-moz-transform: translate(-62px, -53px);
}
.cssload-tetromino {
width: 53px;
height: 62px;
position: absolute;
transition: all ease 0.255s;
-o-transition: all ease 0.255s;
-ms-transition: all ease 0.255s;
-webkit-transition: all ease 0.255s;
-moz-transition: all ease 0.255s;
background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="rgba(29, 145, 192, .8)" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="rgb(127, 205, 187)" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}
.cssload-box1 {
animation: cssload-tetromino1 1.275s ease-out infinite;
-o-animation: cssload-tetromino1 1.275s ease-out infinite;
-ms-animation: cssload-tetromino1 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino1 1.275s ease-out infinite;
-moz-animation: cssload-tetromino1 1.275s ease-out infinite;
}
.cssload-box2 {
animation: cssload-tetromino2 1.275s ease-out infinite;
-o-animation: cssload-tetromino2 1.275s ease-out infinite;
-ms-animation: cssload-tetromino2 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino2 1.275s ease-out infinite;
-moz-animation: cssload-tetromino2 1.275s ease-out infinite;
}
.cssload-box3 {
animation: cssload-tetromino3 1.275s ease-out infinite;
-o-animation: cssload-tetromino3 1.275s ease-out infinite;
-ms-animation: cssload-tetromino3 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino3 1.275s ease-out infinite;
-moz-animation: cssload-tetromino3 1.275s ease-out infinite;
z-index: 2;
}
.cssload-box4 {
animation: cssload-tetromino4 1.275s ease-out infinite;
-o-animation: cssload-tetromino4 1.275s ease-out infinite;
-ms-animation: cssload-tetromino4 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino4 1.275s ease-out infinite;
-moz-animation: cssload-tetromino4 1.275s ease-out infinite;
}
@keyframes cssload-tetromino1 {
0%, 40% {
transform: translate(0, 0);
}
50% {
transform: translate(26px, -15px);
}
60%, 100% {
transform: translate(53px, 0);
}
}
@-o-keyframes cssload-tetromino1 {
0%, 40% {
-o-transform: translate(0, 0);
}
50% {
-o-transform: translate(26px, -15px);
}
60%, 100% {
-o-transform: translate(53px, 0);
}
}
@-ms-keyframes cssload-tetromino1 {
0%, 40% {
-ms-transform: translate(0, 0);
}
50% {
-ms-transform: translate(26px, -15px);
}
60%, 100% {
-ms-transform: translate(53px, 0);
}
}
@-webkit-keyframes cssload-tetromino1 {
0%, 40% {
-webkit-transform: translate(0, 0);
}
50% {
-webkit-transform: translate(26px, -15px);
}
60%, 100% {
-webkit-transform: translate(53px, 0);
}
}
@-moz-keyframes cssload-tetromino1 {
0%, 40% {
-moz-transform: translate(0, 0);
}
50% {
-moz-transform: translate(26px, -15px);
}
60%, 100% {
-moz-transform: translate(53px, 0);
}
}
@keyframes cssload-tetromino2 {
0%, 20% {
transform: translate(53px, 0px);
}
40%, 100% {
transform: translate(79px, 15px);
}
}
@-o-keyframes cssload-tetromino2 {
0%, 20% {
-o-transform: translate(53px, 0px);
}
40%, 100% {
-o-transform: translate(79px, 15px);
}
}
@-ms-keyframes cssload-tetromino2 {
0%, 20% {
-ms-transform: translate(53px, 0px);
}
40%, 100% {
-ms-transform: translate(79px, 15px);
}
}
@-webkit-keyframes cssload-tetromino2 {
0%, 20% {
-webkit-transform: translate(53px, 0px);
}
40%, 100% {
-webkit-transform: translate(79px, 15px);
}
}
@-moz-keyframes cssload-tetromino2 {
0%, 20% {
-moz-transform: translate(53px, 0px);
}
40%, 100% {
-moz-transform: translate(79px, 15px);
}
}
@keyframes cssload-tetromino3 {
0% {
transform: translate(79px, 15px);
}
20%, 60% {
transform: translate(53px, 30px);
}
90%, 100% {
transform: translate(26px, 15px);
}
}
@-o-keyframes cssload-tetromino3 {
0% {
-o-transform: translate(79px, 15px);
}
20%, 60% {
-o-transform: translate(53px, 30px);
}
90%, 100% {
-o-transform: translate(26px, 15px);
}
}
@-ms-keyframes cssload-tetromino3 {
0% {
-ms-transform: translate(79px, 15px);
}
20%, 60% {
-ms-transform: translate(53px, 30px);
}
90%, 100% {
-ms-transform: translate(26px, 15px);
}
}
@-webkit-keyframes cssload-tetromino3 {
0% {
-webkit-transform: translate(79px, 15px);
}
20%, 60% {
-webkit-transform: translate(53px, 30px);
}
90%, 100% {
-webkit-transform: translate(26px, 15px);
}
}
@-moz-keyframes cssload-tetromino3 {
0% {
-moz-transform: translate(79px, 15px);
}
20%, 60% {
-moz-transform: translate(53px, 30px);
}
90%, 100% {
-moz-transform: translate(26px, 15px);
}
}
@keyframes cssload-tetromino4 {
0%, 60% {
transform: translate(26px, 15px);
}
90%, 100% {
transform: translate(0, 0);
}
}
@-o-keyframes cssload-tetromino4 {
0%, 60% {
-o-transform: translate(26px, 15px);
}
90%, 100% {
-o-transform: translate(0, 0);
}
}
@-ms-keyframes cssload-tetromino4 {
0%, 60% {
-ms-transform: translate(26px, 15px);
}
90%, 100% {
-ms-transform: translate(0, 0);
}
}
@-webkit-keyframes cssload-tetromino4 {
0%, 60% {
-webkit-transform: translate(26px, 15px);
}
90%, 100% {
-webkit-transform: translate(0, 0);
}
}
@-moz-keyframes cssload-tetromino4 {
0%, 60% {
-moz-transform: translate(26px, 15px);
}
90%, 100% {
-moz-transform: translate(0, 0);
}
} | docs/assets/css/tetronimos.css | .cssload-tetrominos {
position: absolute;
left: 50%;
transform: translate(-62px, -53px);
-o-transform: translate(-62px, -53px);
-ms-transform: translate(-62px, -53px);
-webkit-transform: translate(-62px, -53px);
-moz-transform: translate(-62px, -53px);
}
.cssload-tetromino {
width: 53px;
height: 62px;
position: absolute;
transition: all ease 0.255s;
-o-transition: all ease 0.255s;
-ms-transition: all ease 0.255s;
-webkit-transition: all ease 0.255s;
-moz-transition: all ease 0.255s;
background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="rgba(29, 145, 192, .8)" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="rgb(127, 205, 187)" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}
.cssload-box1 {
animation: cssload-tetromino1 1.275s ease-out infinite;
-o-animation: cssload-tetromino1 1.275s ease-out infinite;
-ms-animation: cssload-tetromino1 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino1 1.275s ease-out infinite;
-moz-animation: cssload-tetromino1 1.275s ease-out infinite;
}
.cssload-box2 {
animation: cssload-tetromino2 1.275s ease-out infinite;
-o-animation: cssload-tetromino2 1.275s ease-out infinite;
-ms-animation: cssload-tetromino2 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino2 1.275s ease-out infinite;
-moz-animation: cssload-tetromino2 1.275s ease-out infinite;
}
.cssload-box3 {
animation: cssload-tetromino3 1.275s ease-out infinite;
-o-animation: cssload-tetromino3 1.275s ease-out infinite;
-ms-animation: cssload-tetromino3 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino3 1.275s ease-out infinite;
-moz-animation: cssload-tetromino3 1.275s ease-out infinite;
z-index: 2;
}
.cssload-box4 {
animation: cssload-tetromino4 1.275s ease-out infinite;
-o-animation: cssload-tetromino4 1.275s ease-out infinite;
-ms-animation: cssload-tetromino4 1.275s ease-out infinite;
-webkit-animation: cssload-tetromino4 1.275s ease-out infinite;
-moz-animation: cssload-tetromino4 1.275s ease-out infinite;
}
@keyframes cssload-tetromino1 {
0%, 40% {
transform: translate(0, 0);
}
50% {
transform: translate(26px, -15px);
}
60%, 100% {
transform: translate(53px, 0);
}
}
@-o-keyframes cssload-tetromino1 {
0%, 40% {
-o-transform: translate(0, 0);
}
50% {
-o-transform: translate(26px, -15px);
}
60%, 100% {
-o-transform: translate(53px, 0);
}
}
@-ms-keyframes cssload-tetromino1 {
0%, 40% {
-ms-transform: translate(0, 0);
}
50% {
-ms-transform: translate(26px, -15px);
}
60%, 100% {
-ms-transform: translate(53px, 0);
}
}
@-webkit-keyframes cssload-tetromino1 {
0%, 40% {
-webkit-transform: translate(0, 0);
}
50% {
-webkit-transform: translate(26px, -15px);
}
60%, 100% {
-webkit-transform: translate(53px, 0);
}
}
@-moz-keyframes cssload-tetromino1 {
0%, 40% {
-moz-transform: translate(0, 0);
}
50% {
-moz-transform: translate(26px, -15px);
}
60%, 100% {
-moz-transform: translate(53px, 0);
}
}
@keyframes cssload-tetromino2 {
0%, 20% {
transform: translate(53px, 0px);
}
40%, 100% {
transform: translate(79px, 15px);
}
}
@-o-keyframes cssload-tetromino2 {
0%, 20% {
-o-transform: translate(53px, 0px);
}
40%, 100% {
-o-transform: translate(79px, 15px);
}
}
@-ms-keyframes cssload-tetromino2 {
0%, 20% {
-ms-transform: translate(53px, 0px);
}
40%, 100% {
-ms-transform: translate(79px, 15px);
}
}
@-webkit-keyframes cssload-tetromino2 {
0%, 20% {
-webkit-transform: translate(53px, 0px);
}
40%, 100% {
-webkit-transform: translate(79px, 15px);
}
}
@-moz-keyframes cssload-tetromino2 {
0%, 20% {
-moz-transform: translate(53px, 0px);
}
40%, 100% {
-moz-transform: translate(79px, 15px);
}
}
@keyframes cssload-tetromino3 {
0% {
transform: translate(79px, 15px);
}
20%, 60% {
transform: translate(53px, 30px);
}
90%, 100% {
transform: translate(26px, 15px);
}
}
@-o-keyframes cssload-tetromino3 {
0% {
-o-transform: translate(79px, 15px);
}
20%, 60% {
-o-transform: translate(53px, 30px);
}
90%, 100% {
-o-transform: translate(26px, 15px);
}
}
@-ms-keyframes cssload-tetromino3 {
0% {
-ms-transform: translate(79px, 15px);
}
20%, 60% {
-ms-transform: translate(53px, 30px);
}
90%, 100% {
-ms-transform: translate(26px, 15px);
}
}
@-webkit-keyframes cssload-tetromino3 {
0% {
-webkit-transform: translate(79px, 15px);
}
20%, 60% {
-webkit-transform: translate(53px, 30px);
}
90%, 100% {
-webkit-transform: translate(26px, 15px);
}
}
@-moz-keyframes cssload-tetromino3 {
0% {
-moz-transform: translate(79px, 15px);
}
20%, 60% {
-moz-transform: translate(53px, 30px);
}
90%, 100% {
-moz-transform: translate(26px, 15px);
}
}
@keyframes cssload-tetromino4 {
0%, 60% {
transform: translate(26px, 15px);
}
90%, 100% {
transform: translate(0, 0);
}
}
@-o-keyframes cssload-tetromino4 {
0%, 60% {
-o-transform: translate(26px, 15px);
}
90%, 100% {
-o-transform: translate(0, 0);
}
}
@-ms-keyframes cssload-tetromino4 {
0%, 60% {
-ms-transform: translate(26px, 15px);
}
90%, 100% {
-ms-transform: translate(0, 0);
}
}
@-webkit-keyframes cssload-tetromino4 {
0%, 60% {
-webkit-transform: translate(26px, 15px);
}
90%, 100% {
-webkit-transform: translate(0, 0);
}
}
@-moz-keyframes cssload-tetromino4 {
0%, 60% {
-moz-transform: translate(26px, 15px);
}
90%, 100% {
-moz-transform: translate(0, 0);
}
} | 0.332419 | 0.08374 |
ion-refresher {
left: 0;
top: 0;
display: none;
position: absolute;
width: 100%;
height: 60px;
pointer-events: none;
z-index: -1;
}
[dir=rtl] ion-refresher, :host-context([dir=rtl]) ion-refresher {
left: unset;
right: unset;
right: 0;
}
ion-refresher.refresher-active {
display: block;
}
ion-refresher-content {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.refresher-pulling,
.refresher-refreshing {
display: none;
width: 100%;
}
.refresher-pulling-icon,
.refresher-refreshing-icon {
transform-origin: center;
transition: 200ms;
font-size: 30px;
text-align: center;
}
[dir=rtl] .refresher-pulling-icon, :host-context([dir=rtl]) .refresher-pulling-icon, [dir=rtl] .refresher-refreshing-icon, :host-context([dir=rtl]) .refresher-refreshing-icon {
transform-origin: calc(100% - center);
}
.refresher-pulling-text,
.refresher-refreshing-text {
font-size: 16px;
text-align: center;
}
ion-refresher-content .arrow-container {
display: none;
}
.refresher-pulling ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-ready ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-ready ion-refresher-content .refresher-pulling-icon {
transform: rotate(180deg);
}
.refresher-refreshing ion-refresher-content .refresher-refreshing {
display: block;
}
.refresher-cancelling ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-cancelling ion-refresher-content .refresher-pulling-icon {
transform: scale(0);
}
.refresher-completing ion-refresher-content .refresher-refreshing {
display: block;
}
.refresher-completing ion-refresher-content .refresher-refreshing-icon {
transform: scale(0);
}
.refresher-native .refresher-pulling-text, .refresher-native .refresher-refreshing-text {
display: none;
}
.refresher-md .refresher-pulling-icon,
.refresher-md .refresher-refreshing-icon {
color: var(--ion-text-color, #000);
}
.refresher-md .refresher-pulling-text,
.refresher-md .refresher-refreshing-text {
color: var(--ion-text-color, #000);
}
.refresher-md .refresher-refreshing .spinner-lines-md line,
.refresher-md .refresher-refreshing .spinner-lines-small-md line,
.refresher-md .refresher-refreshing .spinner-crescent circle {
stroke: var(--ion-text-color, #000);
}
.refresher-md .refresher-refreshing .spinner-bubbles circle,
.refresher-md .refresher-refreshing .spinner-circles circle,
.refresher-md .refresher-refreshing .spinner-dots circle {
fill: var(--ion-text-color, #000);
}
ion-refresher.refresher-native {
display: block;
z-index: 1;
}
ion-refresher.refresher-native ion-spinner {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 24px;
height: 24px;
color: var(--ion-color-primary, #3880ff);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native ion-spinner {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
ion-refresher.refresher-native .spinner-arrow-container {
display: inherit;
}
ion-refresher.refresher-native .arrow-container {
display: block;
position: absolute;
width: 24px;
height: 24px;
}
ion-refresher.refresher-native .arrow-container ion-icon {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
left: 0;
right: 0;
bottom: -4px;
position: absolute;
color: var(--ion-color-primary, #3880ff);
font-size: 12px;
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .arrow-container ion-icon {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling, ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling {
display: flex;
}
ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing, ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing, ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing {
display: flex;
}
ion-refresher.refresher-native .refresher-pulling-icon {
transform: translateY(calc(-100% - 10px));
}
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
border-radius: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
display: flex;
border: 1px solid #ececec;
background: white;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
padding-left: unset;
padding-right: unset;
-webkit-padding-start: 8px;
padding-inline-start: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
}
} | gallery-app/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css | ion-refresher {
left: 0;
top: 0;
display: none;
position: absolute;
width: 100%;
height: 60px;
pointer-events: none;
z-index: -1;
}
[dir=rtl] ion-refresher, :host-context([dir=rtl]) ion-refresher {
left: unset;
right: unset;
right: 0;
}
ion-refresher.refresher-active {
display: block;
}
ion-refresher-content {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.refresher-pulling,
.refresher-refreshing {
display: none;
width: 100%;
}
.refresher-pulling-icon,
.refresher-refreshing-icon {
transform-origin: center;
transition: 200ms;
font-size: 30px;
text-align: center;
}
[dir=rtl] .refresher-pulling-icon, :host-context([dir=rtl]) .refresher-pulling-icon, [dir=rtl] .refresher-refreshing-icon, :host-context([dir=rtl]) .refresher-refreshing-icon {
transform-origin: calc(100% - center);
}
.refresher-pulling-text,
.refresher-refreshing-text {
font-size: 16px;
text-align: center;
}
ion-refresher-content .arrow-container {
display: none;
}
.refresher-pulling ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-ready ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-ready ion-refresher-content .refresher-pulling-icon {
transform: rotate(180deg);
}
.refresher-refreshing ion-refresher-content .refresher-refreshing {
display: block;
}
.refresher-cancelling ion-refresher-content .refresher-pulling {
display: block;
}
.refresher-cancelling ion-refresher-content .refresher-pulling-icon {
transform: scale(0);
}
.refresher-completing ion-refresher-content .refresher-refreshing {
display: block;
}
.refresher-completing ion-refresher-content .refresher-refreshing-icon {
transform: scale(0);
}
.refresher-native .refresher-pulling-text, .refresher-native .refresher-refreshing-text {
display: none;
}
.refresher-md .refresher-pulling-icon,
.refresher-md .refresher-refreshing-icon {
color: var(--ion-text-color, #000);
}
.refresher-md .refresher-pulling-text,
.refresher-md .refresher-refreshing-text {
color: var(--ion-text-color, #000);
}
.refresher-md .refresher-refreshing .spinner-lines-md line,
.refresher-md .refresher-refreshing .spinner-lines-small-md line,
.refresher-md .refresher-refreshing .spinner-crescent circle {
stroke: var(--ion-text-color, #000);
}
.refresher-md .refresher-refreshing .spinner-bubbles circle,
.refresher-md .refresher-refreshing .spinner-circles circle,
.refresher-md .refresher-refreshing .spinner-dots circle {
fill: var(--ion-text-color, #000);
}
ion-refresher.refresher-native {
display: block;
z-index: 1;
}
ion-refresher.refresher-native ion-spinner {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 24px;
height: 24px;
color: var(--ion-color-primary, #3880ff);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native ion-spinner {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
ion-refresher.refresher-native .spinner-arrow-container {
display: inherit;
}
ion-refresher.refresher-native .arrow-container {
display: block;
position: absolute;
width: 24px;
height: 24px;
}
ion-refresher.refresher-native .arrow-container ion-icon {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
left: 0;
right: 0;
bottom: -4px;
position: absolute;
color: var(--ion-color-primary, #3880ff);
font-size: 12px;
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .arrow-container ion-icon {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling, ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling {
display: flex;
}
ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing, ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing, ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing {
display: flex;
}
ion-refresher.refresher-native .refresher-pulling-icon {
transform: translateY(calc(-100% - 10px));
}
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
border-radius: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
display: flex;
border: 1px solid #ececec;
background: white;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
margin-left: unset;
margin-right: unset;
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
ion-refresher.refresher-native .refresher-pulling-icon,
ion-refresher.refresher-native .refresher-refreshing-icon {
padding-left: unset;
padding-right: unset;
-webkit-padding-start: 8px;
padding-inline-start: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
}
} | 0.513912 | 0.148386 |
@media (min-width: 992px) and (max-width: 1169px) {
.container{width:970px}
.header-top-right ul.header-links li {
margin-left: 10px;
}
.header-top-right ul.header-links li a::before {
display: none;
}
.form-control {
width: 85%;
}
.main-menu ul li .mega-menu {
left: -210px;
}
.home-2 .main-menu ul li .mega-menu {
left: -165px;
}
.main-menu ul li .mega-menu.mega-2 {
left: -470px;
}
.home-2 .main-menu ul li .mega-menu.mega-2 {
left: -455px;
}
.home-3 .main-menu ul li .mega-menu.mega-2 {
left: -480px;
}
.cap-title {
margin: 25px 0;
}
.banner-caption h2 {
font-size: 18px;
top: 10px;
}
.banner-caption p {
font-size: 13px;
}
.product-action button {
font-size: 12px;
height: 32px;
width: 109px;
margin: 0;
}
.product-action a {
margin: 0;
}
.single-product {
margin-bottom: 1px;
}
.search-box input{
max-width: 80%;
}
.pic-tabs > li {
margin-bottom: 15px;
}
.home-4-wraper {
width: 970px;
}
.single-service {
height: 230px;
}
.best-seller-content .product-action button {
font-size: 13px;
padding: 10px 5px;
}
.product-action button {
font-size: 12px;
padding: 5px 15px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.container{width:745px}
.header-top-left {
text-align: center;
}
.header-top-right {
float: none;
margin: 10px auto;
text-align: center;
}
.search-box input {
display: inline-block;
float: none;
margin: auto;
max-width: 80%;
}
.top-mar-sm{
margin-top: 30px;
}
.home-4 .shopping-cart {
float: right;
margin-top: 8px;
margin-right: 25px;
}
.header-2 .logo {
text-align: right;
}
.home-4 .mobile-menu-area {
margin: 0 0 12px 0px;
}
.home-4 .header-middle {
padding: 20px 0;
}
.search-box .search-button {
display: inline-block;
float: none;
margin: auto auto auto -2px;
}
.search-box {
margin-top: 15px;
text-align: center;
}
.single-brand {
margin-bottom: 1px;
}
.logo {
text-align: center;
margin: auto;
float: none;
}
.shopping-cart {
margin: 10px auto auto;
width: 190px;
}
.social-sign a {
margin-bottom: 10px;
}
.cart_product_add > a {
font-size: 12px;
padding: 8px 8px;
}
.show {
right: 125px;
top: 15px;
}
.sort-by > select {
width: 100px;
}
.sort-by {
display: inline-block;
margin-left: 8px;
margin-top: 0;
position: absolute;
}
.shopping-cart{
float: right;
}
.home-2 .shopping-cart {
float: none;
}
.mobile-menu-area {
background: white none repeat scroll 0 0;
margin: 0 0 15px 0;
}
.home-3 .mobile-menu-area {
background: white none repeat scroll 0 0;
margin: 15px 0 15px 0;
}
.mean-container .mean-bar {
background: #4d0066 none repeat scroll 0 0;
}
.slide1-text.slide-1 h1 {
font-size: 28px;
}
.cap-title {
margin: 25px 0;
}
.slide1-text.slide-1 h3 {
font-size: 30px;
}
.cap-readmore {
margin: 25px 0;
}
.slide1-text.slide-2 h3 {
font-size: 28px;
}
.slide1-text.slide-2 h1 {
font-size: 30px;
}
.single-banner {
margin-bottom: 10px;
}
.banner-caption h2 {
font-size: 33px;
top: 45px;
}
.banner-caption h2, .banner-caption p {
left: 30px;
}
.banner-caption p {
font-size: 18px;
line-height: 6.5;
}
.pic-tabs > li {
margin-bottom: 11px;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
width: 760px;
}
.modal-content .container {
width: 720px;
}
.modal-content .pic-tabs > li {
margin-bottom: 10px;
}
.single-product-img img {
width: 100%;
}
.single-new-product .product-details {
margin-bottom: 0;
padding-left: 0;
padding-top: 10px;
}
.single-new-product .product-img {
width: 100%;
}
.home-4-wraper {
width: 740px;
}
.footer-link {
text-align: center;
}
.footer-bottom .address {
margin-top: 20px;
text-align: center;
}
.single-service {
height: 250px;
}
.best-seller-content .product-action button {
font-size: 12px;
line-height: 1;
padding: 10px 10px;
}
.product-action button {
font-size: 14px;
padding: 10px 15px;
line-height: 0;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.header-top-right ul.header-links {
margin-bottom: 15px;
}
.search-box input {
max-width: 85%;
}
.single-member:hover .member-social-links {
bottom: 48px;
opacity: 1;
visibility: visible;
}
.section-heading h3 {
font-size: 16px;
}
.shopping-cart {
float: right;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
position: relative;
width: 70px;
}
.mobile-menu-area {
background: white none repeat scroll 0 0;
margin-bottom: 30px;
}
.mean-container .mean-bar {
background: #4d0066 none repeat scroll 0 0;
}
.header-middle {
padding: 15px 0;
}
.search-box {
margin-top: 15px;
}
.slide1-text.slide-1 h1,.slide1-text.slide-2 h1 {
font-size: 13px;
margin: 0;
}
.slide1-text.slide-1 h3,.slide1-text.slide-2 h3 {
font-size: 15px;
margin: 0;
}
.cap-title {
margin: 10px 0;
}
.cap-readmore {
margin: 10px 0;
}
.wishlist-cart {
margin-top: 5px;
}
.cap-readmore a {
font-size: 10px;
}
.login-area {
padding: 30px 0;
}
.error-area {
margin: 30px 0 0;
padding: 30px 0;
}
.nivo-directionNav a {
display: none;
}
.banner-area {
margin-top: 30px;
}
.banner-caption {
padding: 12px;
}
.banner-caption h2 {
font-size: 15px;
}
.banner-caption p {
font-size: 11px;
}
.banner-caption h2, .banner-caption p {
padding: 5px 0;
}
.single-banner {
margin-bottom: 10px;
}
.feature-tab .my-tab {
margin: 10px 0 70px;
}
.feature-area {
padding: 30px 0;
}
.home-3 .feature-area {
padding: 30px 0 20px 0px;
}
.home-3 .exclusive-area {
padding: 20px 0;
background: #f7f7f7;
}
.home-3 .blog-area {
padding: 30px 0;
background: #fff;
}
.blog-area .section-heading h3 {}
.new-product-area {
padding: 30px 0;
}
.single-product {
margin-bottom: 1px;
}
.banner-2-area {
padding: 30px 0;
}
.home-2 .banner-2-area {
margin: 30px 0;
}
.best-seller {
margin-bottom: 20px;
}
.home-2 .blog-area {
padding: 30px 0;
}
.home-4 .best-seller {
margin-bottom: 0;
}
.exclusive-product {
margin-top: 55px;
}
.exclusive-area {
padding: 30px 0;
}
.subscribe-title h3 span {
font-size: 25px;
}
.subscribe-title h3 {
font-size: 20px;
}
.subscribe-title p {
font-size: 14px;
}
.subscribe-title form {
margin-top: 50px;
width: 100%;
}
.subscribe-title button {
font-size: 12px;
padding: 0 10px;
}
.news-letter-area {
padding: 30px 0;
}
.service-area {
padding: 30px 0;
}
.blogs {
margin-top: 55px;
}
.blog-area {
padding: 30px 0;
}
.brand-area {
padding: 30px 0 20px;
}
footer {}
.footer-middle {
padding-top: 15px;
}
.foot-mar {
margin-bottom: 0;
}
.footer-area .payment {
margin-top: 10px;
padding: 20px 0;
}
.footer-link ul {
margin-top: 10px;
text-align: left;
}
.footer-area .footer-bottom {
background: #2f2f2f none repeat scroll 0 0;
padding: 15px 0;
}
.welcome-msg {
float: none;
margin: auto;
text-align: center;
}
.header-top-right {
float: none;
margin: 10px auto;
text-align: center;
}
.my-tab > li:last-child {
margin-top: 10px;
}
.feature-tab .owl-buttons {
top: -55px;
}
.new-product .owl-buttons {
top: -55px;
}
.exclusive-area .exclusive-product .owl-buttons {
top: -55px;
}
.blogs .owl-buttons {
top: -55px;
}
.brands {
margin-top: 55px;
}
.brands .owl-buttons {
top: -55px;
}
.pic-tabs > li {
margin-bottom: 10px;
}
.product-details-info {
margin-top: 30px;
}
.product-details {
padding: 30px 0;
}
.product-details-area {
padding: 30px 0;
}
.relateds-product-area {
padding: 30px 0 20px;
}
.product-tab > li {
margin-right: 4px;
}
.modal-content {
width: 315px;
}
.modal-content .container {
width: 285px;
}
.modal-content .pic-tabs > li {
margin-bottom: 9px;
}
.mar-bot{
margin-bottom: 30px;
}
.contact-info {
margin-top: 30px;
}
.single-member {
margin-bottom: 30px;
}
.checkbox.checkbox-2 {
margin-left: 0;
}
.checkout-billing .checkout-title {
margin: 30px 0;
}
.social-sign a {
margin-bottom: 10px;
}
form .login-lost .forgot-login {
float: left;
}
.wishlist-cart > input:nth-child(2) {
margin-top: 15px;
}
.top-mar-xs{
margin-top: 30px;
}
.best-seller-content .single-new-product .product-details {
margin-top: auto;
}
.home-2 .feature-tab .my-tab {
padding: 1px 10px 10px 25px ;
}
.single-new-product .product-img {
width: 40%;
}
.home-3 .shopping-cart {
margin-top: 10px;
}
.home-4 .shopping-cart {
float: right;
}
.mobile-menu-area {
margin: 10px 0;
}
.home-3 .service-area {
margin-top: 0;
}
.home-4-wraper{
width: 300px;
}
.subscribe-title input {
width: 69%;
}
.home-4 .shopping-cart {
margin-bottom: 15px;
}
.slide1-text {
top: 5%;
}
.footer-link {
margin-bottom: 25px;
}
.footer-area .footer-bottom {
padding-bottom: 15px;
}
.shopping-cart > a:first-child {
border: none;
}
.logo {
margin-top: 15px;
}
.home-4 .slide1-text {
left: 10%;
top: 5%;
}
.home-4 .top-cart-content {
right: 0px;
}
.feature-tab .my-tab li {
padding: 5px 8px;
}
.footer-link ul li:nth-child(3) a {
padding-left: 0;
}
.footer-link ul li {
display: block;
margin-bottom: 10px;
}
.footer-link ul li a {
padding-left: 0;
}
.breadcrumb {
font-size: 14px;
}
.cart_product_add > a {
padding: 4px 1px;
font-size: 6px;
}
.footer-bottom .address{
text-align: left;
}
.bestseller-area {
padding: 30px 0;
}
.home-2 .bestseller-area {
padding: 30px 0;
}
.home-2 .exclusive-area {
padding: 20px 0 20px;
}
.about-us {
padding: 30px 0;
}
.skill-area {
padding: 30px 0;
}
.shop-area {
padding: 30px 0;
}
.about-team-area {
padding: 30px 0;
}
.home-4 .feature-area {
padding: 30px 0;
}
.home-4 .new-product-area {
padding: 30px 0;
}
.home-4 .service-area {
padding: 30px 0;
}
.home-4 .blog-area {
padding: 30px 0;
}
.home-4 .blog-area .section-heading h3 {
background: #f7f7f7;
}
.contact-area {
padding: 30px 0;
}
.contact .brand-area {
padding: 30px 0 20px;
}
.map-area {
padding: 30px 0;
}
.checkout-area {
padding: 30px 0;
}
.single-brand {
margin-bottom: 1px;
}
.product-action button {
font-size: 12px;
padding: 8px 15px;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.banner-caption h2 {
font-size: 22px;
}
.banner-caption p {
font-size: 16px;
}
.single-brand {
margin-bottom: 1px;
}
.mean-container .mean-nav ul li a:hover {
color: #df2229;
}
.slide1-text.slide-1 h1, .slide1-text.slide-2 h1 {
font-size: 15px;
}
.slide1-text.slide-1 h3, .slide1-text.slide-2 h3 {
font-size: 18px;
}
.cap-readmore a {
font-size: 12px;
}
.pic-tabs > li {
margin-bottom: 17px;
}
.modal-content {
width: 470px;
}
.modal-content .container {
width: 450px;
}
.modal-content .pic-tabs > li {
margin-bottom: 18px;
}
.home-4-wraper {
width: 450px;
}
.subscribe-title input {
width: 80%;
}
} | WebContent/index/css/responsive.css | @media (min-width: 992px) and (max-width: 1169px) {
.container{width:970px}
.header-top-right ul.header-links li {
margin-left: 10px;
}
.header-top-right ul.header-links li a::before {
display: none;
}
.form-control {
width: 85%;
}
.main-menu ul li .mega-menu {
left: -210px;
}
.home-2 .main-menu ul li .mega-menu {
left: -165px;
}
.main-menu ul li .mega-menu.mega-2 {
left: -470px;
}
.home-2 .main-menu ul li .mega-menu.mega-2 {
left: -455px;
}
.home-3 .main-menu ul li .mega-menu.mega-2 {
left: -480px;
}
.cap-title {
margin: 25px 0;
}
.banner-caption h2 {
font-size: 18px;
top: 10px;
}
.banner-caption p {
font-size: 13px;
}
.product-action button {
font-size: 12px;
height: 32px;
width: 109px;
margin: 0;
}
.product-action a {
margin: 0;
}
.single-product {
margin-bottom: 1px;
}
.search-box input{
max-width: 80%;
}
.pic-tabs > li {
margin-bottom: 15px;
}
.home-4-wraper {
width: 970px;
}
.single-service {
height: 230px;
}
.best-seller-content .product-action button {
font-size: 13px;
padding: 10px 5px;
}
.product-action button {
font-size: 12px;
padding: 5px 15px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.container{width:745px}
.header-top-left {
text-align: center;
}
.header-top-right {
float: none;
margin: 10px auto;
text-align: center;
}
.search-box input {
display: inline-block;
float: none;
margin: auto;
max-width: 80%;
}
.top-mar-sm{
margin-top: 30px;
}
.home-4 .shopping-cart {
float: right;
margin-top: 8px;
margin-right: 25px;
}
.header-2 .logo {
text-align: right;
}
.home-4 .mobile-menu-area {
margin: 0 0 12px 0px;
}
.home-4 .header-middle {
padding: 20px 0;
}
.search-box .search-button {
display: inline-block;
float: none;
margin: auto auto auto -2px;
}
.search-box {
margin-top: 15px;
text-align: center;
}
.single-brand {
margin-bottom: 1px;
}
.logo {
text-align: center;
margin: auto;
float: none;
}
.shopping-cart {
margin: 10px auto auto;
width: 190px;
}
.social-sign a {
margin-bottom: 10px;
}
.cart_product_add > a {
font-size: 12px;
padding: 8px 8px;
}
.show {
right: 125px;
top: 15px;
}
.sort-by > select {
width: 100px;
}
.sort-by {
display: inline-block;
margin-left: 8px;
margin-top: 0;
position: absolute;
}
.shopping-cart{
float: right;
}
.home-2 .shopping-cart {
float: none;
}
.mobile-menu-area {
background: white none repeat scroll 0 0;
margin: 0 0 15px 0;
}
.home-3 .mobile-menu-area {
background: white none repeat scroll 0 0;
margin: 15px 0 15px 0;
}
.mean-container .mean-bar {
background: #4d0066 none repeat scroll 0 0;
}
.slide1-text.slide-1 h1 {
font-size: 28px;
}
.cap-title {
margin: 25px 0;
}
.slide1-text.slide-1 h3 {
font-size: 30px;
}
.cap-readmore {
margin: 25px 0;
}
.slide1-text.slide-2 h3 {
font-size: 28px;
}
.slide1-text.slide-2 h1 {
font-size: 30px;
}
.single-banner {
margin-bottom: 10px;
}
.banner-caption h2 {
font-size: 33px;
top: 45px;
}
.banner-caption h2, .banner-caption p {
left: 30px;
}
.banner-caption p {
font-size: 18px;
line-height: 6.5;
}
.pic-tabs > li {
margin-bottom: 11px;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
width: 760px;
}
.modal-content .container {
width: 720px;
}
.modal-content .pic-tabs > li {
margin-bottom: 10px;
}
.single-product-img img {
width: 100%;
}
.single-new-product .product-details {
margin-bottom: 0;
padding-left: 0;
padding-top: 10px;
}
.single-new-product .product-img {
width: 100%;
}
.home-4-wraper {
width: 740px;
}
.footer-link {
text-align: center;
}
.footer-bottom .address {
margin-top: 20px;
text-align: center;
}
.single-service {
height: 250px;
}
.best-seller-content .product-action button {
font-size: 12px;
line-height: 1;
padding: 10px 10px;
}
.product-action button {
font-size: 14px;
padding: 10px 15px;
line-height: 0;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.header-top-right ul.header-links {
margin-bottom: 15px;
}
.search-box input {
max-width: 85%;
}
.single-member:hover .member-social-links {
bottom: 48px;
opacity: 1;
visibility: visible;
}
.section-heading h3 {
font-size: 16px;
}
.shopping-cart {
float: right;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
position: relative;
width: 70px;
}
.mobile-menu-area {
background: white none repeat scroll 0 0;
margin-bottom: 30px;
}
.mean-container .mean-bar {
background: #4d0066 none repeat scroll 0 0;
}
.header-middle {
padding: 15px 0;
}
.search-box {
margin-top: 15px;
}
.slide1-text.slide-1 h1,.slide1-text.slide-2 h1 {
font-size: 13px;
margin: 0;
}
.slide1-text.slide-1 h3,.slide1-text.slide-2 h3 {
font-size: 15px;
margin: 0;
}
.cap-title {
margin: 10px 0;
}
.cap-readmore {
margin: 10px 0;
}
.wishlist-cart {
margin-top: 5px;
}
.cap-readmore a {
font-size: 10px;
}
.login-area {
padding: 30px 0;
}
.error-area {
margin: 30px 0 0;
padding: 30px 0;
}
.nivo-directionNav a {
display: none;
}
.banner-area {
margin-top: 30px;
}
.banner-caption {
padding: 12px;
}
.banner-caption h2 {
font-size: 15px;
}
.banner-caption p {
font-size: 11px;
}
.banner-caption h2, .banner-caption p {
padding: 5px 0;
}
.single-banner {
margin-bottom: 10px;
}
.feature-tab .my-tab {
margin: 10px 0 70px;
}
.feature-area {
padding: 30px 0;
}
.home-3 .feature-area {
padding: 30px 0 20px 0px;
}
.home-3 .exclusive-area {
padding: 20px 0;
background: #f7f7f7;
}
.home-3 .blog-area {
padding: 30px 0;
background: #fff;
}
.blog-area .section-heading h3 {}
.new-product-area {
padding: 30px 0;
}
.single-product {
margin-bottom: 1px;
}
.banner-2-area {
padding: 30px 0;
}
.home-2 .banner-2-area {
margin: 30px 0;
}
.best-seller {
margin-bottom: 20px;
}
.home-2 .blog-area {
padding: 30px 0;
}
.home-4 .best-seller {
margin-bottom: 0;
}
.exclusive-product {
margin-top: 55px;
}
.exclusive-area {
padding: 30px 0;
}
.subscribe-title h3 span {
font-size: 25px;
}
.subscribe-title h3 {
font-size: 20px;
}
.subscribe-title p {
font-size: 14px;
}
.subscribe-title form {
margin-top: 50px;
width: 100%;
}
.subscribe-title button {
font-size: 12px;
padding: 0 10px;
}
.news-letter-area {
padding: 30px 0;
}
.service-area {
padding: 30px 0;
}
.blogs {
margin-top: 55px;
}
.blog-area {
padding: 30px 0;
}
.brand-area {
padding: 30px 0 20px;
}
footer {}
.footer-middle {
padding-top: 15px;
}
.foot-mar {
margin-bottom: 0;
}
.footer-area .payment {
margin-top: 10px;
padding: 20px 0;
}
.footer-link ul {
margin-top: 10px;
text-align: left;
}
.footer-area .footer-bottom {
background: #2f2f2f none repeat scroll 0 0;
padding: 15px 0;
}
.welcome-msg {
float: none;
margin: auto;
text-align: center;
}
.header-top-right {
float: none;
margin: 10px auto;
text-align: center;
}
.my-tab > li:last-child {
margin-top: 10px;
}
.feature-tab .owl-buttons {
top: -55px;
}
.new-product .owl-buttons {
top: -55px;
}
.exclusive-area .exclusive-product .owl-buttons {
top: -55px;
}
.blogs .owl-buttons {
top: -55px;
}
.brands {
margin-top: 55px;
}
.brands .owl-buttons {
top: -55px;
}
.pic-tabs > li {
margin-bottom: 10px;
}
.product-details-info {
margin-top: 30px;
}
.product-details {
padding: 30px 0;
}
.product-details-area {
padding: 30px 0;
}
.relateds-product-area {
padding: 30px 0 20px;
}
.product-tab > li {
margin-right: 4px;
}
.modal-content {
width: 315px;
}
.modal-content .container {
width: 285px;
}
.modal-content .pic-tabs > li {
margin-bottom: 9px;
}
.mar-bot{
margin-bottom: 30px;
}
.contact-info {
margin-top: 30px;
}
.single-member {
margin-bottom: 30px;
}
.checkbox.checkbox-2 {
margin-left: 0;
}
.checkout-billing .checkout-title {
margin: 30px 0;
}
.social-sign a {
margin-bottom: 10px;
}
form .login-lost .forgot-login {
float: left;
}
.wishlist-cart > input:nth-child(2) {
margin-top: 15px;
}
.top-mar-xs{
margin-top: 30px;
}
.best-seller-content .single-new-product .product-details {
margin-top: auto;
}
.home-2 .feature-tab .my-tab {
padding: 1px 10px 10px 25px ;
}
.single-new-product .product-img {
width: 40%;
}
.home-3 .shopping-cart {
margin-top: 10px;
}
.home-4 .shopping-cart {
float: right;
}
.mobile-menu-area {
margin: 10px 0;
}
.home-3 .service-area {
margin-top: 0;
}
.home-4-wraper{
width: 300px;
}
.subscribe-title input {
width: 69%;
}
.home-4 .shopping-cart {
margin-bottom: 15px;
}
.slide1-text {
top: 5%;
}
.footer-link {
margin-bottom: 25px;
}
.footer-area .footer-bottom {
padding-bottom: 15px;
}
.shopping-cart > a:first-child {
border: none;
}
.logo {
margin-top: 15px;
}
.home-4 .slide1-text {
left: 10%;
top: 5%;
}
.home-4 .top-cart-content {
right: 0px;
}
.feature-tab .my-tab li {
padding: 5px 8px;
}
.footer-link ul li:nth-child(3) a {
padding-left: 0;
}
.footer-link ul li {
display: block;
margin-bottom: 10px;
}
.footer-link ul li a {
padding-left: 0;
}
.breadcrumb {
font-size: 14px;
}
.cart_product_add > a {
padding: 4px 1px;
font-size: 6px;
}
.footer-bottom .address{
text-align: left;
}
.bestseller-area {
padding: 30px 0;
}
.home-2 .bestseller-area {
padding: 30px 0;
}
.home-2 .exclusive-area {
padding: 20px 0 20px;
}
.about-us {
padding: 30px 0;
}
.skill-area {
padding: 30px 0;
}
.shop-area {
padding: 30px 0;
}
.about-team-area {
padding: 30px 0;
}
.home-4 .feature-area {
padding: 30px 0;
}
.home-4 .new-product-area {
padding: 30px 0;
}
.home-4 .service-area {
padding: 30px 0;
}
.home-4 .blog-area {
padding: 30px 0;
}
.home-4 .blog-area .section-heading h3 {
background: #f7f7f7;
}
.contact-area {
padding: 30px 0;
}
.contact .brand-area {
padding: 30px 0 20px;
}
.map-area {
padding: 30px 0;
}
.checkout-area {
padding: 30px 0;
}
.single-brand {
margin-bottom: 1px;
}
.product-action button {
font-size: 12px;
padding: 8px 15px;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.banner-caption h2 {
font-size: 22px;
}
.banner-caption p {
font-size: 16px;
}
.single-brand {
margin-bottom: 1px;
}
.mean-container .mean-nav ul li a:hover {
color: #df2229;
}
.slide1-text.slide-1 h1, .slide1-text.slide-2 h1 {
font-size: 15px;
}
.slide1-text.slide-1 h3, .slide1-text.slide-2 h3 {
font-size: 18px;
}
.cap-readmore a {
font-size: 12px;
}
.pic-tabs > li {
margin-bottom: 17px;
}
.modal-content {
width: 470px;
}
.modal-content .container {
width: 450px;
}
.modal-content .pic-tabs > li {
margin-bottom: 18px;
}
.home-4-wraper {
width: 450px;
}
.subscribe-title input {
width: 80%;
}
} | 0.317426 | 0.048137 |
html, body
{
margin:0;
padding:0;
height:100%;
}
body, h3, textarea, input, select
{
font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
font-size:14px;
}
body
{
background:#fff none repeat scroll 0%;
color:#333;
margin:0;
padding:0;
}
a
{
color:#4b72a9;
text-decoration:none;
font-weight:bold;
}
img
{
border:0;
}
form
{
margin:0;
padding:0;
}
.hide
{
display:none;
}
.inline
{
display:inline;
}
.clear
{
clear:both;
padding:0;
margin:0;
}
.clearLeft
{
clear:left;
padding:0;
margin:0;
}
#pageContainer
{
background:#fff none repeat scroll 0%;
margin:0;
padding:0;
text-align:left;
min-height:100%;
position:relative;
}
#header
{
background-color:#eb4c07;
color:#fff;
width:100%;
padding:2px 0 4px 0;
height:105px;
}
#header a
{
color:#fff;
}
#header .title
{
float:left;
padding:0 0 0 15px;
}
#header .title h1
{
margin:0;
padding:0;
font-size:0;
}
#header .title a
{
color:#eb4c07;
background:transparent url(Assets/Images/logo.png) no-repeat scroll 0 0;
height:102px;
width:330px;
position:absolute;
}
#header .links
{
float:right;
margin:10px 0 0 0;
font-weight:bold;
}
#header .links p
{
margin:0;
text-align:right;
}
#header .links a
{
text-decoration:underline;
}
#header .links .storyLinks
{
margin:10px 0 0 0;
}
#header .links .storyLinks a
{
background:#ffdd00 url(Assets/Images/toRightButtonBG.png) repeat-x scroll 0 0;
float:right;
margin:0 12px 0 0;
padding:6px 12px;
font-size:1.1em;
color:#404040;
text-decoration:none;
}
#header .links .storyLinks a:hover
{
text-decoration:underline;
}
#header .links .userLinks
{
margin:0 12px 0 0;
}
#header .links .userLinks img
{
width:24px;
height:24px;
}
.menu
{
background-color:#404040;
color:#000;
padding:5px 15px;
}
.menu .category
{
float:left;
}
.menu .category ul
{
display:inline;
margin-left:0;
padding-left:0;
}
.menu .category ul li
{
border:medium none;
display:inline;
list-style:none none outside;
margin-left:0;
}
.menu .category ul li a
{
padding:8px;
color:#fff;
font-size:1.1em;
}
.menu .category ul li a:hover, .menu .category ul li a:focus
{
background-color:#5a5a5a;
}
.menu .searchBox
{
text-align:right;
}
.menu .searchBox .searchTextBox
{
background:transparent url(Assets/Images/search.gif) repeat scroll 0 0;
border:medium none;
text-align:left;
font-size:12px;
height:18px;
margin-right:4px;
padding:5px 10px 0 23px;
width:146px;
}
#wrapper
{
padding:10px 0 80px;
margin:0 10px;
clear:both;
}
#content
{
margin:0 340px 0 10px;
}
#sidebar
{
float:right;
width:320px;
margin-right:10px;
}
.openIDTextBox
{
background:#fff url(Assets/Images/openid.png) no-repeat scroll 3px 4px;
border:1px solid #e2c822;
width:240px;
font-size:11px;
padding:3px 3px 3px 17px;
}
.sidebar-tabs-nav
{
margin:0;
padding:0;
border:0;
outline:0;
text-decoration:none;
font-size:100%;
list-style:none;
float:left;
position:relative;
z-index:1;
border-right:1px solid #e2c822;
bottom:-1px;
}
.sidebar-tabs-nav-item
{
margin:0;
padding:0;
border:0;
outline:0;
text-decoration:none;
font-size:100%;
list-style:none;
float:left;
border:1px solid #e2c822;
border-right:none;
background-color:#fffef4;
}
.sidebar-tabs-nav-item a
{
margin:0;
padding:0;
border:0;
outline:0;
line-height:1.3;
text-decoration:none;
list-style:none;
float:left;
font-size:12px;
text-decoration:none;
padding:.5em 1.7em;
color:#555;
}
.sidebar-tabs-nav-item a:hover
{
text-decoration:underline;
}
.sidebar-tabs-selected
{
background-color:#fff9d7;
border-bottom-color:#fff;
}
.sidebar-tabs-panel
{
margin:0;
border:0;
outline:0;
text-decoration:none;
list-style:none;
clear:left;
border:1px solid #e2c822;
padding:8px;
background:#fff9d7;
}
.sidebar-tabs-hide
{
display:none;
}
.tagCloud
{
text-align:justify;
line-height:32px;
}
.tagCloud a
{
padding:0px 2px;
white-space:nowrap;
}
.tagCloud a:hover
{
background-color:#4b72a9;
color:#fff;
}
.tag1
{
font-size:14px;
}
.tag2
{
font-size:16px;
}
.tag3
{
font-size:18px;
}
.tag4
{
font-size:20px;
}
.tag5
{
font-size:22px;
}
.tag6
{
font-size:24px;
}
.tag7
{
font-size:26px;
}
.topUsers
{
font-size:.85em;
overflow:hidden;
}
.topUsers li
{
white-space:nowrap;
}
.modalBox
{
background:#fff none repeat scroll 0;
position:absolute;
display:none;
border:5px solid #333;
z-index:1001;
font-size:12px;
}
.modalBox .titleContainer
{
height:36px;
background-color:#eb4c07;
color:#fff;
font-size:18px;
font-weight:bold;
padding-left:15px;
}
.modalBox .title
{
float:left;
padding-top:5px;
}
.modalBox .closeButton
{
float:right;
/*
background:transparent url(Assets/Images/btnClose.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -189px;
cursor:pointer;
width:14px;
height:14px;
margin:7px;
}
.modalBox .contentContainer
{
padding:10px;
}
#membershipBox
{
width:440px;
display:none;
}
#storyEditorBox
{
width:640px;
display:none;
}
.progressSmall
{
background:transparent url(Assets/Images/ajaxSmall.gif) no-repeat scroll 0%;
margin:5px 25px;
padding:5px 25px;
font-size:1.1em;
}
.gravatar
{
margin:0px 2px 0px 1px;
padding:1px;
vertical-align:middle;
}
.time
{
/*
background:transparent url(Assets/Images/time.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -113px;
padding-left:18px;
}
.divider
{
height:10px;
}
.form h3
{
padding-bottom:5px;
margin:0px;
font-size:14px;
}
.form p
{
margin:5px 0px;
}
.form label
{
font-size:18px;
}
.form .smallLabel
{
padding:2px 0px;
font-size:14px;
}
.form .label
{
padding-bottom:2px;
display:block;
}
.form .textBox
{
width:280px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size: 11px;
padding:3px;
}
.form .largeTextBox
{
width:540px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size:18px;
padding:3px;
}
.form .largeTextArea
{
width:540px;
height:192px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size:18px;
padding:3px;
}
.form .error
{
color:#f00;
display:block;
}
.form .info
{
color:#555;
display:block;
font-size:11px;
}
.form .message
{
display:block;
padding:2px 0;
}
.form .button
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:2px 4px;
}
.form .largeButton
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:3px 8px;
font-size:18px;
}
.categoryRadioList
{
width:40em;
display:inline-block;
}
.categoryRadioList label
{
float:left;
width:10em;
}
#intro
{
background:#e4e8c8 none no-repeat scroll 0%;
padding:8px;
line-height:150%;
}
#intro a
{
color:#333;
text-decoration:underline;
}
#intro h3
{
font-weight:bold;
margin:5px 0;
}
#intro p
{
margin:0 0 5px 0;
}
.box
{
background:#fff9d7 none no-repeat scroll 0;
border:1px solid #e2c822;
padding:8px;
}
.box h3
{
border-bottom:1px solid #e2c822;
margin-top:5px;
font-size:12px;
font-weight:bold;
}
.box p
{
margin:5px 0;
}
.box .label
{
width:70px;
padding:2px 2px 0 0;
float:left;
clear:left;
}
.box .textBox
{
width:280px;
border:1px solid #e2c822;
font-size: 11px;
padding:3px;
}
.box .largeTextBox
{
width:480px;
border:1px solid #e2c822;
font-size: 11px;
padding:3px;
}
.box .textArea
{
width:280px;
height:128px;
border:1px solid #e2c822;
font-size:11px;
padding:3px;
}
.box .largeTextArea
{
width:480px;
height:128px;
border:1px solid #e2c822;
font-size:11px;
padding:3px;
}
.box .button
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:2px 4px;
}
.box .largeButton
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0%;
border:1px solid #999;
padding:3px 8px;
font-size:18px;
}
.box .info
{
padding-left:72px;
color:#555;
display:block;
font-size:11px;
}
.box .error
{
padding-left:72px;
color:#f00;
display:block;
}
.box .message
{
padding-left:72px;
display:none;
}
.pageHeader
{
border-bottom:1px solid #ddd;
padding-bottom:5px;
margin-bottom:4px;
color:#5a5a5a;
font-size:2.0em;
width:100%;
float:left;
}
.pageHeader .pageTitle
{
float:left;
}
.pageHeader .pageTitle h2
{
font-size:1em;
margin:0px;
}
.pageHeader .feed
{
float:right;
}
.pageMessage
{
font-size:1.2em;
color:#5a5a5a;
}
.confirmMessage
{
/*
background:transparent url(Assets/Images/exclamation.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -298px;
padding:0px 5px 5px 28px;
}
.errorMessage
{
/*
background:transparent url(Assets/Images/error.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -435px;
padding:0px 5px 5px 28px;
}
.notifyMessage
{
/*
background:transparent url(Assets/Images/notify.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -264px;
padding:0px 5px 5px 28px;
}
.story
{
padding:16px 0px 0px 16px;
width:100%;
}
.odd
{
border:1px solid #f9f9f9;
clear:left;
}
.even
{
background-color:#f8f8f8;
border:1px solid #f2f2f5;
}
.story td
{
vertical-align:top;
}
.story h2
{
font-size:120%;
margin:0px;
}
.story p
{
margin:0px;
padding:0px;
}
.story .kigg
{
width:73px;
}
.story .kigg .count
{
background:transparent url(Assets/Images/kiggBG.png) no-repeat scroll 3px 50%;
font-weight:bold;
text-align:center;
color:#949494;
height:58px;
}
.story .kigg .count span
{
font-size:2em;
color:#93883f;
text-align:center;
}
.story .kigg .action
{
border:1px solid #c0c0c0;
margin:4px 5px 0px 0px;
padding:4px;
text-align:center;
}
.story .kigg .action span
{
font-weight:bold;
}
.story .kigg .do
{
background-color:#fff;
}
.story .kigg .do span
{
color:#4b72a9;
}
.story .kigg .undo
{
background-color:#4b72a9;
}
.story .kigg .undo a
{
color:#fff;
font-weight:normal;
}
.story .kigg .undo span
{
color:#fff;
font-weight:normal;
}
.story .kigg .none span
{
color:#c0c0c0;
}
.story .content
{
padding:0px 0px 0px 8px;
}
.story .content table
{
margin:0px;
padding:0px;
width:100%;
}
.story .content .title
{
font-size:1.4em;
}
.story .content .preview
{
float:right;
padding-left:4px;
text-align:right;
vertical-align:top;
}
.story .content .preview img
{
width:90px;
height:70px;
}
.story .content .timestamp
{
color:#999;
}
.story .content .description
{
padding-top:4px;
}
.story .content .summary
{
padding-top:4px;
font-size:.85em;
}
.story .content .summary .category
{
/*
background:transparent url(Assets/Images/category.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -384px;
padding-left:18px;
}
.story .content .summary .view
{
/*
background:transparent url(Assets/Images/view.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -138px;
padding-left:18px;
}
.story .content .summary .addComment
{
/*
background:transparent url(Assets/Images/comment.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -10px;
padding-left:18px;
}
.story .content .summary .share
{
/*
background:transparent url(Assets/Images/share.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -238px;
padding-left:18px;
}
.story .content .summary .share a
{
height:16px;
width:16px;
padding-left:16px;
}
.story .content .summary .share a span
{
letter-spacing:-4px;
}
.story .content .summary .share .msdn
{
/*
background:transparent url(Assets/Images/msdn.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -163px;
}
.story .content .summary .share .delicious
{
/*
background:transparent url(Assets/Images/delicious.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -62px;
}
.story .content .summary .share .facebook
{
/*
background:transparent url(Assets/Images/facebook.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -358px;
}
.story .content .summary .share .twitter
{
/*
background:transparent url(Assets/Images/twitter.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -36px;
}
.story .content .summary .imageCode
{
/*
background:transparent url(Assets/Images/link.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -88px;
padding-left:18px;
}
.story .content .summary .markSpam
{
/*
background:transparent url(Assets/Images/markasspam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
padding-left:18px;
}
.story .content .summary .source
{
/*
background:transparent url(Assets/Images/source.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -332px;
padding-left:18px;
}
.story .content .summary .edit
{
/*
background:transparent url(Assets/Images/edit.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
padding-left:18px;
}
.story .content .summary .spam
{
/*
background:transparent url(Assets/Images/spam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -88px;
padding-left:18px;
}
.story .content .summary .delete
{
/*
background:transparent url(Assets/Images/delete.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -36px;
padding-left:18px;
}
.story .content .summary .approve
{
/*
background:transparent url(Assets/Images/approve.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -10px;
padding-left:18px;
}
.story .content .tags
{
float:right;
font-size:.85em;
}
.story .content .tags .text
{
/*
background:transparent url(Assets/Images/tag.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat 0 -410px;
padding-left:18px;
}
.story .content .tags a
{
padding:4px 0px 4px 4px;
}
.pager
{
margin:8px 3px;
padding:3px;
text-align:center;
}
.pager .disabled
{
border:1px solid #ddd;
color:#999;
margin-top:4px;
padding:3px;
text-align:center;
}
.pager .current
{
background-color:#4b72a9;
border:1px solid #009;
color:#fff;
font-weight:bold;
margin-top:4px;
padding:3px 5px;
text-align:center;
}
.pager a
{
border: 1px solid #4b72a9;
color: #06c;
margin-top: 4px;
padding: 3px 5px;
text-align: center;
text-decoration: none;
}
#imageCode
{
margin-left:4px;
display:none;
}
#imageCode textarea
{
font-family:'Courier New', Courier, monospace !important;
}
#imageCode div
{
float:left;
padding-right:20px;
}
#imageCode p
{
margin:5px 0px;
}
#imageCode label
{
width:130px;
padding:2px 2px 0px 0px;
float:left;
clear:left;
}
#imageCode input
{
width:50px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0% 0%;
font-size:11px;
padding:3px;
}
#imageCode textarea
{
width:540px;
height:80px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0% 0%;
font-size:11px;
padding:3px;
}
#imageCode .color
{
display:inline-block;
border:1px solid #000;
height:18px;
width:18px;
text-align:center;
vertical-align:top;
cursor:default;
margin-top:2px;
}
#commentList ul
{
list-style:none none outside;
margin:0px;
padding:0px;
}
#commentList ul li
{
margin:0px 0px 20px;
width:540px;
overflow:hidden;
}
#commentList .meta
{
padding:0px 0px 33px;
position:relative;
margin:0px;
}
#commentList .metaVisitor
{
background:transparent url(Assets/Images/comments.png) no-repeat scroll 0 100%;
}
#commentList .visitorBody
{
background:#ececec url(Assets/Images/comments.png) no-repeat scroll -1100px 100%;
}
#commentList .metaOwner
{
background:transparent url(Assets/Images/comments.png) no-repeat scroll -551px 100%;
}
#commentList .ownerBody
{
background:#fffab8 url(Assets/Images/comments.png) no-repeat scroll -1653px 100%;
}
#commentList .meta .no
{
display:inline-block;
padding:0px 4px 0px 0px;
}
#commentList .meta .postedBy
{
font-weight:bold;
}
#commentList .meta .postedBy img
{
padding-right:4px;
}
#commentList .body
{
padding:0px 20px 5px;
}
#commentList .body div
{
margin:0px 0px 3px;
}
#commentList .body p
{
margin:0px;
padding:0px;
}
#commentList .summary
{
padding-top:4px;
font-size:.85em;
text-align:right;
}
#commentList .summary .spam
{
/*
background:transparent url(Assets/Images/spam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
padding-left:18px;
}
#commentList .summary .flagOffended
{
/*
background:transparent url(Assets/Images/markasspam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
padding-left:18px;
}
.commentMessage
{
margin:8px 0px;
}
.commentMessage h2
{
margin:0px;
padding:0px;
}
.livePreview
{
background-color:#ececec;
padding:8px;
margin:4px 0px;
width:535px;
}
.actionLink
{
text-decoration:underline !important;
}
#voteList
{
list-style:none none outside;
margin:0px;
padding:0px;
}
#voteList li
{
float:left;
width:30em;
padding:4px;
white-space:nowrap;
overflow:hidden;
}
#voteList li img
{
border:1px solid #ddd;
margin-right:3px;
vertical-align:middle;
width:24px;
height:24px;
}
#userList
{
clear:left;
}
#userList table, #userList td
{
border:1px solid #ccc;
border-collapse:collapse;
}
#userList table
{
border:none;
border:1px solid #ccc;
width:100%;
}
#userList thead th, #userList tbody th
{
background:#fff url(Assets/Images/th_bck.gif) repeat-x;
color:#666;
padding:5px 10px;
border-left:1px solid #ccc;
}
#userList tbody th
{
background:#fafafb;
border-top:1px solid #ccc;
text-align:left;
font-weight:normal;
}
#userList tbody tr td
{
padding:5px 10px;
color:#666;
vertical-align:top;
}
#userList tfoot td, #userList tfoot th
{
border-left:none;
border-top:1px solid #ccc;
padding:4px;
background:#fff url(Assets/Images/foot_bck.gif) repeat;
color:#666;
text-align:right;
}
#userList table img
{
padding-right:8px;
}
#faq
{
clear:left;
}
#faq > li
{
padding:4px 0px 4px 0px;
}
#faq .q
{
padding-top:2px;
font-size:1.2em;
}
#faq .ans
{
padding-top:4px;
font-size:1.2em;
}
#footer
{
position:absolute;
bottom:0;
height:60px;
padding:5px 0px;
border-top:solid 7px #f60;
background-color:#404040;
color:#fff;
vertical-align:middle;
width:100%;
}
#footer p
{
margin:0px;
margin-top:5px;
}
#footer a
{
color:#fff;
font-weight:normal;
}
#footer a:hover
{
text-decoration:underline;
}
.dimBackground
{
background-color:#999;
z-index:999;
display:none;
}
.smoothImage
{
opacity:0.0;
filter:alpha(opacity=0);
} | Source/Kigg.WebApp/Assets/StyleSheets/site.css | html, body
{
margin:0;
padding:0;
height:100%;
}
body, h3, textarea, input, select
{
font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
font-size:14px;
}
body
{
background:#fff none repeat scroll 0%;
color:#333;
margin:0;
padding:0;
}
a
{
color:#4b72a9;
text-decoration:none;
font-weight:bold;
}
img
{
border:0;
}
form
{
margin:0;
padding:0;
}
.hide
{
display:none;
}
.inline
{
display:inline;
}
.clear
{
clear:both;
padding:0;
margin:0;
}
.clearLeft
{
clear:left;
padding:0;
margin:0;
}
#pageContainer
{
background:#fff none repeat scroll 0%;
margin:0;
padding:0;
text-align:left;
min-height:100%;
position:relative;
}
#header
{
background-color:#eb4c07;
color:#fff;
width:100%;
padding:2px 0 4px 0;
height:105px;
}
#header a
{
color:#fff;
}
#header .title
{
float:left;
padding:0 0 0 15px;
}
#header .title h1
{
margin:0;
padding:0;
font-size:0;
}
#header .title a
{
color:#eb4c07;
background:transparent url(Assets/Images/logo.png) no-repeat scroll 0 0;
height:102px;
width:330px;
position:absolute;
}
#header .links
{
float:right;
margin:10px 0 0 0;
font-weight:bold;
}
#header .links p
{
margin:0;
text-align:right;
}
#header .links a
{
text-decoration:underline;
}
#header .links .storyLinks
{
margin:10px 0 0 0;
}
#header .links .storyLinks a
{
background:#ffdd00 url(Assets/Images/toRightButtonBG.png) repeat-x scroll 0 0;
float:right;
margin:0 12px 0 0;
padding:6px 12px;
font-size:1.1em;
color:#404040;
text-decoration:none;
}
#header .links .storyLinks a:hover
{
text-decoration:underline;
}
#header .links .userLinks
{
margin:0 12px 0 0;
}
#header .links .userLinks img
{
width:24px;
height:24px;
}
.menu
{
background-color:#404040;
color:#000;
padding:5px 15px;
}
.menu .category
{
float:left;
}
.menu .category ul
{
display:inline;
margin-left:0;
padding-left:0;
}
.menu .category ul li
{
border:medium none;
display:inline;
list-style:none none outside;
margin-left:0;
}
.menu .category ul li a
{
padding:8px;
color:#fff;
font-size:1.1em;
}
.menu .category ul li a:hover, .menu .category ul li a:focus
{
background-color:#5a5a5a;
}
.menu .searchBox
{
text-align:right;
}
.menu .searchBox .searchTextBox
{
background:transparent url(Assets/Images/search.gif) repeat scroll 0 0;
border:medium none;
text-align:left;
font-size:12px;
height:18px;
margin-right:4px;
padding:5px 10px 0 23px;
width:146px;
}
#wrapper
{
padding:10px 0 80px;
margin:0 10px;
clear:both;
}
#content
{
margin:0 340px 0 10px;
}
#sidebar
{
float:right;
width:320px;
margin-right:10px;
}
.openIDTextBox
{
background:#fff url(Assets/Images/openid.png) no-repeat scroll 3px 4px;
border:1px solid #e2c822;
width:240px;
font-size:11px;
padding:3px 3px 3px 17px;
}
.sidebar-tabs-nav
{
margin:0;
padding:0;
border:0;
outline:0;
text-decoration:none;
font-size:100%;
list-style:none;
float:left;
position:relative;
z-index:1;
border-right:1px solid #e2c822;
bottom:-1px;
}
.sidebar-tabs-nav-item
{
margin:0;
padding:0;
border:0;
outline:0;
text-decoration:none;
font-size:100%;
list-style:none;
float:left;
border:1px solid #e2c822;
border-right:none;
background-color:#fffef4;
}
.sidebar-tabs-nav-item a
{
margin:0;
padding:0;
border:0;
outline:0;
line-height:1.3;
text-decoration:none;
list-style:none;
float:left;
font-size:12px;
text-decoration:none;
padding:.5em 1.7em;
color:#555;
}
.sidebar-tabs-nav-item a:hover
{
text-decoration:underline;
}
.sidebar-tabs-selected
{
background-color:#fff9d7;
border-bottom-color:#fff;
}
.sidebar-tabs-panel
{
margin:0;
border:0;
outline:0;
text-decoration:none;
list-style:none;
clear:left;
border:1px solid #e2c822;
padding:8px;
background:#fff9d7;
}
.sidebar-tabs-hide
{
display:none;
}
.tagCloud
{
text-align:justify;
line-height:32px;
}
.tagCloud a
{
padding:0px 2px;
white-space:nowrap;
}
.tagCloud a:hover
{
background-color:#4b72a9;
color:#fff;
}
.tag1
{
font-size:14px;
}
.tag2
{
font-size:16px;
}
.tag3
{
font-size:18px;
}
.tag4
{
font-size:20px;
}
.tag5
{
font-size:22px;
}
.tag6
{
font-size:24px;
}
.tag7
{
font-size:26px;
}
.topUsers
{
font-size:.85em;
overflow:hidden;
}
.topUsers li
{
white-space:nowrap;
}
.modalBox
{
background:#fff none repeat scroll 0;
position:absolute;
display:none;
border:5px solid #333;
z-index:1001;
font-size:12px;
}
.modalBox .titleContainer
{
height:36px;
background-color:#eb4c07;
color:#fff;
font-size:18px;
font-weight:bold;
padding-left:15px;
}
.modalBox .title
{
float:left;
padding-top:5px;
}
.modalBox .closeButton
{
float:right;
/*
background:transparent url(Assets/Images/btnClose.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -189px;
cursor:pointer;
width:14px;
height:14px;
margin:7px;
}
.modalBox .contentContainer
{
padding:10px;
}
#membershipBox
{
width:440px;
display:none;
}
#storyEditorBox
{
width:640px;
display:none;
}
.progressSmall
{
background:transparent url(Assets/Images/ajaxSmall.gif) no-repeat scroll 0%;
margin:5px 25px;
padding:5px 25px;
font-size:1.1em;
}
.gravatar
{
margin:0px 2px 0px 1px;
padding:1px;
vertical-align:middle;
}
.time
{
/*
background:transparent url(Assets/Images/time.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -113px;
padding-left:18px;
}
.divider
{
height:10px;
}
.form h3
{
padding-bottom:5px;
margin:0px;
font-size:14px;
}
.form p
{
margin:5px 0px;
}
.form label
{
font-size:18px;
}
.form .smallLabel
{
padding:2px 0px;
font-size:14px;
}
.form .label
{
padding-bottom:2px;
display:block;
}
.form .textBox
{
width:280px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size: 11px;
padding:3px;
}
.form .largeTextBox
{
width:540px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size:18px;
padding:3px;
}
.form .largeTextArea
{
width:540px;
height:192px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
font-size:18px;
padding:3px;
}
.form .error
{
color:#f00;
display:block;
}
.form .info
{
color:#555;
display:block;
font-size:11px;
}
.form .message
{
display:block;
padding:2px 0;
}
.form .button
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:2px 4px;
}
.form .largeButton
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:3px 8px;
font-size:18px;
}
.categoryRadioList
{
width:40em;
display:inline-block;
}
.categoryRadioList label
{
float:left;
width:10em;
}
#intro
{
background:#e4e8c8 none no-repeat scroll 0%;
padding:8px;
line-height:150%;
}
#intro a
{
color:#333;
text-decoration:underline;
}
#intro h3
{
font-weight:bold;
margin:5px 0;
}
#intro p
{
margin:0 0 5px 0;
}
.box
{
background:#fff9d7 none no-repeat scroll 0;
border:1px solid #e2c822;
padding:8px;
}
.box h3
{
border-bottom:1px solid #e2c822;
margin-top:5px;
font-size:12px;
font-weight:bold;
}
.box p
{
margin:5px 0;
}
.box .label
{
width:70px;
padding:2px 2px 0 0;
float:left;
clear:left;
}
.box .textBox
{
width:280px;
border:1px solid #e2c822;
font-size: 11px;
padding:3px;
}
.box .largeTextBox
{
width:480px;
border:1px solid #e2c822;
font-size: 11px;
padding:3px;
}
.box .textArea
{
width:280px;
height:128px;
border:1px solid #e2c822;
font-size:11px;
padding:3px;
}
.box .largeTextArea
{
width:480px;
height:128px;
border:1px solid #e2c822;
font-size:11px;
padding:3px;
}
.box .button
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
border:1px solid #999;
padding:2px 4px;
}
.box .largeButton
{
background:#f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0%;
border:1px solid #999;
padding:3px 8px;
font-size:18px;
}
.box .info
{
padding-left:72px;
color:#555;
display:block;
font-size:11px;
}
.box .error
{
padding-left:72px;
color:#f00;
display:block;
}
.box .message
{
padding-left:72px;
display:none;
}
.pageHeader
{
border-bottom:1px solid #ddd;
padding-bottom:5px;
margin-bottom:4px;
color:#5a5a5a;
font-size:2.0em;
width:100%;
float:left;
}
.pageHeader .pageTitle
{
float:left;
}
.pageHeader .pageTitle h2
{
font-size:1em;
margin:0px;
}
.pageHeader .feed
{
float:right;
}
.pageMessage
{
font-size:1.2em;
color:#5a5a5a;
}
.confirmMessage
{
/*
background:transparent url(Assets/Images/exclamation.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -298px;
padding:0px 5px 5px 28px;
}
.errorMessage
{
/*
background:transparent url(Assets/Images/error.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -435px;
padding:0px 5px 5px 28px;
}
.notifyMessage
{
/*
background:transparent url(Assets/Images/notify.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -264px;
padding:0px 5px 5px 28px;
}
.story
{
padding:16px 0px 0px 16px;
width:100%;
}
.odd
{
border:1px solid #f9f9f9;
clear:left;
}
.even
{
background-color:#f8f8f8;
border:1px solid #f2f2f5;
}
.story td
{
vertical-align:top;
}
.story h2
{
font-size:120%;
margin:0px;
}
.story p
{
margin:0px;
padding:0px;
}
.story .kigg
{
width:73px;
}
.story .kigg .count
{
background:transparent url(Assets/Images/kiggBG.png) no-repeat scroll 3px 50%;
font-weight:bold;
text-align:center;
color:#949494;
height:58px;
}
.story .kigg .count span
{
font-size:2em;
color:#93883f;
text-align:center;
}
.story .kigg .action
{
border:1px solid #c0c0c0;
margin:4px 5px 0px 0px;
padding:4px;
text-align:center;
}
.story .kigg .action span
{
font-weight:bold;
}
.story .kigg .do
{
background-color:#fff;
}
.story .kigg .do span
{
color:#4b72a9;
}
.story .kigg .undo
{
background-color:#4b72a9;
}
.story .kigg .undo a
{
color:#fff;
font-weight:normal;
}
.story .kigg .undo span
{
color:#fff;
font-weight:normal;
}
.story .kigg .none span
{
color:#c0c0c0;
}
.story .content
{
padding:0px 0px 0px 8px;
}
.story .content table
{
margin:0px;
padding:0px;
width:100%;
}
.story .content .title
{
font-size:1.4em;
}
.story .content .preview
{
float:right;
padding-left:4px;
text-align:right;
vertical-align:top;
}
.story .content .preview img
{
width:90px;
height:70px;
}
.story .content .timestamp
{
color:#999;
}
.story .content .description
{
padding-top:4px;
}
.story .content .summary
{
padding-top:4px;
font-size:.85em;
}
.story .content .summary .category
{
/*
background:transparent url(Assets/Images/category.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -384px;
padding-left:18px;
}
.story .content .summary .view
{
/*
background:transparent url(Assets/Images/view.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -138px;
padding-left:18px;
}
.story .content .summary .addComment
{
/*
background:transparent url(Assets/Images/comment.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -10px;
padding-left:18px;
}
.story .content .summary .share
{
/*
background:transparent url(Assets/Images/share.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -238px;
padding-left:18px;
}
.story .content .summary .share a
{
height:16px;
width:16px;
padding-left:16px;
}
.story .content .summary .share a span
{
letter-spacing:-4px;
}
.story .content .summary .share .msdn
{
/*
background:transparent url(Assets/Images/msdn.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -163px;
}
.story .content .summary .share .delicious
{
/*
background:transparent url(Assets/Images/delicious.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -62px;
}
.story .content .summary .share .facebook
{
/*
background:transparent url(Assets/Images/facebook.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -358px;
}
.story .content .summary .share .twitter
{
/*
background:transparent url(Assets/Images/twitter.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -36px;
}
.story .content .summary .imageCode
{
/*
background:transparent url(Assets/Images/link.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -88px;
padding-left:18px;
}
.story .content .summary .markSpam
{
/*
background:transparent url(Assets/Images/markasspam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
padding-left:18px;
}
.story .content .summary .source
{
/*
background:transparent url(Assets/Images/source.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -332px;
padding-left:18px;
}
.story .content .summary .edit
{
/*
background:transparent url(Assets/Images/edit.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
padding-left:18px;
}
.story .content .summary .spam
{
/*
background:transparent url(Assets/Images/spam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -88px;
padding-left:18px;
}
.story .content .summary .delete
{
/*
background:transparent url(Assets/Images/delete.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -36px;
padding-left:18px;
}
.story .content .summary .approve
{
/*
background:transparent url(Assets/Images/approve.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -10px;
padding-left:18px;
}
.story .content .tags
{
float:right;
font-size:.85em;
}
.story .content .tags .text
{
/*
background:transparent url(Assets/Images/tag.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat 0 -410px;
padding-left:18px;
}
.story .content .tags a
{
padding:4px 0px 4px 4px;
}
.pager
{
margin:8px 3px;
padding:3px;
text-align:center;
}
.pager .disabled
{
border:1px solid #ddd;
color:#999;
margin-top:4px;
padding:3px;
text-align:center;
}
.pager .current
{
background-color:#4b72a9;
border:1px solid #009;
color:#fff;
font-weight:bold;
margin-top:4px;
padding:3px 5px;
text-align:center;
}
.pager a
{
border: 1px solid #4b72a9;
color: #06c;
margin-top: 4px;
padding: 3px 5px;
text-align: center;
text-decoration: none;
}
#imageCode
{
margin-left:4px;
display:none;
}
#imageCode textarea
{
font-family:'Courier New', Courier, monospace !important;
}
#imageCode div
{
float:left;
padding-right:20px;
}
#imageCode p
{
margin:5px 0px;
}
#imageCode label
{
width:130px;
padding:2px 2px 0px 0px;
float:left;
clear:left;
}
#imageCode input
{
width:50px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0% 0%;
font-size:11px;
padding:3px;
}
#imageCode textarea
{
width:540px;
height:80px;
border:1px solid #ddd;
background:#fff url(Assets/Images/inputBG.png) repeat-x scroll 0% 0%;
font-size:11px;
padding:3px;
}
#imageCode .color
{
display:inline-block;
border:1px solid #000;
height:18px;
width:18px;
text-align:center;
vertical-align:top;
cursor:default;
margin-top:2px;
}
#commentList ul
{
list-style:none none outside;
margin:0px;
padding:0px;
}
#commentList ul li
{
margin:0px 0px 20px;
width:540px;
overflow:hidden;
}
#commentList .meta
{
padding:0px 0px 33px;
position:relative;
margin:0px;
}
#commentList .metaVisitor
{
background:transparent url(Assets/Images/comments.png) no-repeat scroll 0 100%;
}
#commentList .visitorBody
{
background:#ececec url(Assets/Images/comments.png) no-repeat scroll -1100px 100%;
}
#commentList .metaOwner
{
background:transparent url(Assets/Images/comments.png) no-repeat scroll -551px 100%;
}
#commentList .ownerBody
{
background:#fffab8 url(Assets/Images/comments.png) no-repeat scroll -1653px 100%;
}
#commentList .meta .no
{
display:inline-block;
padding:0px 4px 0px 0px;
}
#commentList .meta .postedBy
{
font-weight:bold;
}
#commentList .meta .postedBy img
{
padding-right:4px;
}
#commentList .body
{
padding:0px 20px 5px;
}
#commentList .body div
{
margin:0px 0px 3px;
}
#commentList .body p
{
margin:0px;
padding:0px;
}
#commentList .summary
{
padding-top:4px;
font-size:.85em;
text-align:right;
}
#commentList .summary .spam
{
/*
background:transparent url(Assets/Images/spam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
padding-left:18px;
}
#commentList .summary .flagOffended
{
/*
background:transparent url(Assets/Images/markasspam.png) no-repeat scroll 0% 0%;
*/
background:transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
padding-left:18px;
}
.commentMessage
{
margin:8px 0px;
}
.commentMessage h2
{
margin:0px;
padding:0px;
}
.livePreview
{
background-color:#ececec;
padding:8px;
margin:4px 0px;
width:535px;
}
.actionLink
{
text-decoration:underline !important;
}
#voteList
{
list-style:none none outside;
margin:0px;
padding:0px;
}
#voteList li
{
float:left;
width:30em;
padding:4px;
white-space:nowrap;
overflow:hidden;
}
#voteList li img
{
border:1px solid #ddd;
margin-right:3px;
vertical-align:middle;
width:24px;
height:24px;
}
#userList
{
clear:left;
}
#userList table, #userList td
{
border:1px solid #ccc;
border-collapse:collapse;
}
#userList table
{
border:none;
border:1px solid #ccc;
width:100%;
}
#userList thead th, #userList tbody th
{
background:#fff url(Assets/Images/th_bck.gif) repeat-x;
color:#666;
padding:5px 10px;
border-left:1px solid #ccc;
}
#userList tbody th
{
background:#fafafb;
border-top:1px solid #ccc;
text-align:left;
font-weight:normal;
}
#userList tbody tr td
{
padding:5px 10px;
color:#666;
vertical-align:top;
}
#userList tfoot td, #userList tfoot th
{
border-left:none;
border-top:1px solid #ccc;
padding:4px;
background:#fff url(Assets/Images/foot_bck.gif) repeat;
color:#666;
text-align:right;
}
#userList table img
{
padding-right:8px;
}
#faq
{
clear:left;
}
#faq > li
{
padding:4px 0px 4px 0px;
}
#faq .q
{
padding-top:2px;
font-size:1.2em;
}
#faq .ans
{
padding-top:4px;
font-size:1.2em;
}
#footer
{
position:absolute;
bottom:0;
height:60px;
padding:5px 0px;
border-top:solid 7px #f60;
background-color:#404040;
color:#fff;
vertical-align:middle;
width:100%;
}
#footer p
{
margin:0px;
margin-top:5px;
}
#footer a
{
color:#fff;
font-weight:normal;
}
#footer a:hover
{
text-decoration:underline;
}
.dimBackground
{
background-color:#999;
z-index:999;
display:none;
}
.smoothImage
{
opacity:0.0;
filter:alpha(opacity=0);
} | 0.313315 | 0.038793 |
body {
color: #333333;
font-family: monaco, monospace;
line-height: 1.5;
margin: 0 auto;
max-width: 48em;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.25em 0 0.5em 0;
line-height: 1.2;
}
a, a:hover, a:active, a:visited {
text-decoration: none;
}
a:link {
color: #044f3b;
}
a:visited {
color: #044f3b;
}
a:focus, a:hover {
color: #367262;
}
a:active {
color: #4f0418;
}
h1 a:empty:before, h2 a:empty:before, h3 a:empty:before,
h4 a:empty:before, h5 a:empty:before, h6 a:empty:before {
content: "#";
}
h1 a:empty, h2 a:empty, h3 a:empty, h4 a:empty, h5 a:empty, h6 a:empty {
visibility: hidden;
padding-left: 0.25em;
}
h1:hover a:empty, h2:hover a:empty, h3:hover a:empty,
h4:hover a:empty, h5:hover a:empty, h6:hover a:empty {
visibility: visible;
}
img {
max-width: 100%;
}
figure {
margin: 1em 0;
text-align: center;
}
figcaption {
font-size: small;
}
pre, code, samp, kbd {
color: #333333;
font-family: monospace, monospace;
}
pre kbd {
color: #000000;
font-weight: bold;
}
pre, blockquote {
background: #eeeeee;
padding: 0.5em;
}
pre {
overflow: auto;
}
blockquote {
border-left: medium solid #cccccc;
margin: 1em 0;
}
blockquote :first-child {
margin-top: 0;
}
blockquote :last-child {
margin-bottom: 0;
}
table {
border-collapse: collapse;
}
th, td {
border: thin solid #999999;
padding: 0.3em 0.4em;
text-align: left;
}
@media (prefers-color-scheme: dark) {
body {
background: #111111;
color: #bbbbbb;
}
a:link {
color: #6eb183;
}
a:visited {
color: #6eb183;
}
a:focus, a:hover {
color: #588e69;
}
a:active {
color: #b16e7f;
}
pre, code, samp, kbd {
color: #bbbbbb;
}
pre kbd {
color: #ffffff;
font-weight: bold;
}
pre, blockquote {
background: #222222;
}
blockquote {
border-color: #333333;
}
th, td {
border-color: #666666;
}
}
ol > li {
list-style-type: decimal-leading-zero;
}
ul > li {
list-style-type: square;
}
#header {
width: 100%;
clear: both;
display: table;
margin-left: auto;
margin-right: auto;
}
#header-left {
float: left;
text-align: center;
}
#header-left > a > img {
width: 180px;
text-align: center;
}
#header-right {
float: right;
margin-right: 160px;
text-align: center;
}
#header-right > h1 {
font-size: 2.8em;
}
#header-right > a {
margin: 0px 16px;
}
#footer {
display: block;
text-align: center;
}
.title {
display: inline-block;
}
.date {
display: inline-block;
float: right;
font-size: 0.9em;
}
@media (max-width: 768px) {
#header-left {
float: none;
margin: 0;
padding: 0;
}
#header-right {
float: none;
margin: 20px 0;
padding: 0;
}
} | static/style.css | body {
color: #333333;
font-family: monaco, monospace;
line-height: 1.5;
margin: 0 auto;
max-width: 48em;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.25em 0 0.5em 0;
line-height: 1.2;
}
a, a:hover, a:active, a:visited {
text-decoration: none;
}
a:link {
color: #044f3b;
}
a:visited {
color: #044f3b;
}
a:focus, a:hover {
color: #367262;
}
a:active {
color: #4f0418;
}
h1 a:empty:before, h2 a:empty:before, h3 a:empty:before,
h4 a:empty:before, h5 a:empty:before, h6 a:empty:before {
content: "#";
}
h1 a:empty, h2 a:empty, h3 a:empty, h4 a:empty, h5 a:empty, h6 a:empty {
visibility: hidden;
padding-left: 0.25em;
}
h1:hover a:empty, h2:hover a:empty, h3:hover a:empty,
h4:hover a:empty, h5:hover a:empty, h6:hover a:empty {
visibility: visible;
}
img {
max-width: 100%;
}
figure {
margin: 1em 0;
text-align: center;
}
figcaption {
font-size: small;
}
pre, code, samp, kbd {
color: #333333;
font-family: monospace, monospace;
}
pre kbd {
color: #000000;
font-weight: bold;
}
pre, blockquote {
background: #eeeeee;
padding: 0.5em;
}
pre {
overflow: auto;
}
blockquote {
border-left: medium solid #cccccc;
margin: 1em 0;
}
blockquote :first-child {
margin-top: 0;
}
blockquote :last-child {
margin-bottom: 0;
}
table {
border-collapse: collapse;
}
th, td {
border: thin solid #999999;
padding: 0.3em 0.4em;
text-align: left;
}
@media (prefers-color-scheme: dark) {
body {
background: #111111;
color: #bbbbbb;
}
a:link {
color: #6eb183;
}
a:visited {
color: #6eb183;
}
a:focus, a:hover {
color: #588e69;
}
a:active {
color: #b16e7f;
}
pre, code, samp, kbd {
color: #bbbbbb;
}
pre kbd {
color: #ffffff;
font-weight: bold;
}
pre, blockquote {
background: #222222;
}
blockquote {
border-color: #333333;
}
th, td {
border-color: #666666;
}
}
ol > li {
list-style-type: decimal-leading-zero;
}
ul > li {
list-style-type: square;
}
#header {
width: 100%;
clear: both;
display: table;
margin-left: auto;
margin-right: auto;
}
#header-left {
float: left;
text-align: center;
}
#header-left > a > img {
width: 180px;
text-align: center;
}
#header-right {
float: right;
margin-right: 160px;
text-align: center;
}
#header-right > h1 {
font-size: 2.8em;
}
#header-right > a {
margin: 0px 16px;
}
#footer {
display: block;
text-align: center;
}
.title {
display: inline-block;
}
.date {
display: inline-block;
float: right;
font-size: 0.9em;
}
@media (max-width: 768px) {
#header-left {
float: none;
margin: 0;
padding: 0;
}
#header-right {
float: none;
margin: 20px 0;
padding: 0;
}
} | 0.616012 | 0.251165 |
h1,
h2,
h3 {
color: #f57900;
font-family: "Fredericka the Great", cursive;
}
.muted {
color: #d3d7cf;
}
.container_xxl {
padding: 0;
width: 95%;
margin: 0px auto;
}
.container_left_small {
margin: 1em;
width: 20%;
float: left;
overflow: hidden;
}
.container_right_large {
margin: 1em;
width: 70%;
float: right;
overflow: hidden;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.ui-icon-business-logo {
background-image: url("http://localhost:3001/flarebyte-marketplace/image/all/15313/48x48/v1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-icon-business-logo {
background-image: url("http://localhost:3001/flarebyte-marketplace/image/all/15313/48x48/v1.png");
background-size: 18px 18px;
}
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label.important {
background-color: #c43c35;
}
.label.warning {
background-color: #f89406;
}
.label.success {
background-color: #46a546;
}
.label.notice {
background-color: #62cffc;
}
body {
background: #ddd;
}
.ui-mobile .type-home .ui-content {
margin: 0;
background: #e5e5e5 url("../images/jqm-sitebg.png") top center repeat-x;
}
.ui-mobile #jqm-homeheader {
padding: 40px 10px 0;
text-align: center;
margin: 0 auto;
}
.ui-mobile #jqm-homeheader h1 {
margin: 0 0;
}
.ui-mobile #jqm-homeheader p {
margin: 0.3em 0 0;
line-height: 1.3;
font-size: 0.9em;
font-weight: bold;
color: #666;
}
.ui-mobile #jqm-version {
text-indent: -99999px;
background: url("../images/version.png") top right no-repeat;
width: 119px;
height: 122px;
overflow: hidden;
position: absolute;
z-index: 50;
top: -11px;
right: 0;
}
.ui-mobile .jqm-themeswitcher {
margin: 10px 25px 10px 10px;
}
h2 {
margin: 1.2em 0 0.4em 0;
}
p code {
font-size: 1.2em;
font-weight: bold;
}
dt {
font-weight: bold;
margin: 2em 0 0.5em;
}
dt code,
dd code {
font-size: 1.3em;
line-height: 150%;
}
pre {
white-space: pre;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
#jqm-homeheader img {
width: 235px;
}
img {
max-width: 100%;
}
.ui-header .jqm-home {
top: 0.65em;
}
nav {
margin: 0;
}
p.intro {
font-size: 0.96em;
line-height: 1.3;
border-top: 1px solid #75ae18;
border-bottom: 0;
background: none;
margin: 1.5em 0;
padding: 1.5em 15px 0;
}
p.intro strong {
color: #558e08;
}
.footer-docs {
padding: 5px 0;
}
.footer-docs p {
float: left;
margin-left: 15px;
font-weight: normal;
font-size: 0.9em;
}
.type-interior .content-secondary {
border-right: 0;
border-left: 0;
margin: 10px -15px 0;
background: #fff;
border-top: 1px solid #ccc;
}
.type-home .ui-content {
margin-top: 5px;
}
.type-interior .ui-content {
padding-bottom: 0;
}
.content-secondary .ui-collapsible {
padding: 0 15px 10px;
}
.content-secondary .ui-collapsible-content {
padding: 0;
background: none;
border-bottom: none;
}
.content-secondary .ui-listview {
margin: 0;
}
dt {
margin: 35px 0 15px 0;
background-color: #ddd;
font-weight: normal;
}
dt code {
display: inline-block;
font-weight: bold;
color: #56a00e;
padding: 3px 7px;
margin-right: 10px;
background-color: #fff;
}
dd {
margin-bottom: 10px;
}
dd .default {
font-weight: bold;
}
dd pre {
margin: 0 0 0 0;
}
dd code {
font-weight: normal;
}
dd pre code {
margin: 0;
border: none;
font-weight: normal;
font-size: 100%;
background-color: transparent;
}
dd h4 {
margin: 15px 0 0 0;
}
.localnav {
margin: 0 0 20px 0;
overflow: hidden;
}
.localnav li {
float: left;
}
.localnav .ui-btn-inner {
padding: 0.6em 10px;
font-size: 80%;
}
.ui-bar-f {
border-top: 1px solid #56a00e;
border-bottom: 1px solid #56a00e;
background: #74b042;
color: #fff;
font-weight: bold;
}
.ui-bar-f,
.ui-bar-f .ui-link-inherit {
color: #fff;
}
.ui-bar-f .ui-link {
color: #fff;
font-weight: bold;
}
.ui-btn-up-f {
border: 1px solid #3b6f07;
background: #56a00e;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-up-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-f {
border: 1px solid #3b6f07;
background: #6ebc1f;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-hover-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-f {
border: 1px solid #3b6f07;
background: #3d3d3d;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-down-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
@media all and (min-width: 650px) {
.jqm-home {
position: absolute;
left: 10px;
top: 0;
}
.type-home .ui-content {
margin-top: 5px;
}
.ui-mobile #jqm-homeheader {
max-width: 340px;
}
.ui-mobile .jqm-themeswitcher {
float: right;
}
p.intro {
margin: 2em 0;
}
.type-home .ui-content,
.type-interior .ui-content {
padding: 0;
background: url("../images/px-ccc.gif") 50% 0 repeat-y;
}
.type-interior .ui-content {
background-position: 45%;
overflow: hidden;
}
.content-secondary {
text-align: left;
float: left;
width: 45%;
background: none;
}
.content-secondary,
.type-interior .content-secondary {
margin: 30px 0 20px 2%;
padding: 20px 4% 0 0;
background: none;
border-top: none;
}
.type-index .content-secondary {
padding: 0;
}
.content-secondary .ui-collapsible {
margin: 0;
padding: 0;
}
.content-secondary .ui-collapsible-content {
border: none;
}
.type-index .content-secondary .ui-listview {
margin: 0;
}
.ui-mobile #jqm-homeheader {
padding: 0;
}
.content-primary {
width: 45%;
float: right;
margin-top: 30px;
margin-right: 1%;
padding-right: 1%;
}
.content-primary ul:first-child {
margin-top: 0;
}
.content-secondary h2 {
position: absolute;
left: -9999px;
}
.type-interior .content-primary {
padding: 1.5em 6% 3em 0;
margin: 0;
}
.content-secondary .ui-collapsible-heading {
display: none;
}
.content-secondary .ui-collapsible-contain {
margin: 0;
}
.content-secondary .ui-collapsible-content {
display: block;
margin: 0;
padding: 0;
}
.type-interior .content-secondary .ui-li-divider {
padding-top: 1em;
padding-bottom: 1em;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
}
@media all and (min-width: 750px) {
.type-home .ui-content,
.type-interior .ui-content {
background-position: 39%;
}
.content-secondary {
width: 34%;
}
.content-primary {
width: 56%;
padding-right: 1%;
}
.type-interior .ui-content {
background-position: 34%;
}
}
@media all and (min-width: 1200px) {
.type-home .ui-content {
background-position: 38.5%;
}
.type-interior .ui-content {
background-position: 30%;
}
.content-secondary {
width: 30%;
padding-right: 6%;
margin: 30px 0 20px 5%;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
.content-primary {
width: 50%;
margin-right: 5%;
padding-right: 3%;
}
.type-interior .content-primary {
width: 60%;
}
}
.nav-fb-topmenu .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.nav-fb-topmenu .ui-btn .ui-icon {
width: 32px !important;
height: 32px !important;
margin-left: -15px !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
#business-logo .ui-icon {
background: url("images/flarebyte.logo.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#admin .ui-icon {
background: url("images/admin.database.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#marketplace .ui-icon {
background: url("images/marketplace.organizational-unit.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#account .ui-icon {
background: url("images/account.geo-id.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#answers .ui-icon {
background: url("images/answers.information.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
.color-primary {
color: #f57900;
}
.color-secondary {
color: #c00;
} | nodejs/marketplace/public/stylesheets/style.css | h1,
h2,
h3 {
color: #f57900;
font-family: "Fredericka the Great", cursive;
}
.muted {
color: #d3d7cf;
}
.container_xxl {
padding: 0;
width: 95%;
margin: 0px auto;
}
.container_left_small {
margin: 1em;
width: 20%;
float: left;
overflow: hidden;
}
.container_right_large {
margin: 1em;
width: 70%;
float: right;
overflow: hidden;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.ui-icon-business-logo {
background-image: url("http://localhost:3001/flarebyte-marketplace/image/all/15313/48x48/v1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-icon-business-logo {
background-image: url("http://localhost:3001/flarebyte-marketplace/image/all/15313/48x48/v1.png");
background-size: 18px 18px;
}
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label.important {
background-color: #c43c35;
}
.label.warning {
background-color: #f89406;
}
.label.success {
background-color: #46a546;
}
.label.notice {
background-color: #62cffc;
}
body {
background: #ddd;
}
.ui-mobile .type-home .ui-content {
margin: 0;
background: #e5e5e5 url("../images/jqm-sitebg.png") top center repeat-x;
}
.ui-mobile #jqm-homeheader {
padding: 40px 10px 0;
text-align: center;
margin: 0 auto;
}
.ui-mobile #jqm-homeheader h1 {
margin: 0 0;
}
.ui-mobile #jqm-homeheader p {
margin: 0.3em 0 0;
line-height: 1.3;
font-size: 0.9em;
font-weight: bold;
color: #666;
}
.ui-mobile #jqm-version {
text-indent: -99999px;
background: url("../images/version.png") top right no-repeat;
width: 119px;
height: 122px;
overflow: hidden;
position: absolute;
z-index: 50;
top: -11px;
right: 0;
}
.ui-mobile .jqm-themeswitcher {
margin: 10px 25px 10px 10px;
}
h2 {
margin: 1.2em 0 0.4em 0;
}
p code {
font-size: 1.2em;
font-weight: bold;
}
dt {
font-weight: bold;
margin: 2em 0 0.5em;
}
dt code,
dd code {
font-size: 1.3em;
line-height: 150%;
}
pre {
white-space: pre;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
#jqm-homeheader img {
width: 235px;
}
img {
max-width: 100%;
}
.ui-header .jqm-home {
top: 0.65em;
}
nav {
margin: 0;
}
p.intro {
font-size: 0.96em;
line-height: 1.3;
border-top: 1px solid #75ae18;
border-bottom: 0;
background: none;
margin: 1.5em 0;
padding: 1.5em 15px 0;
}
p.intro strong {
color: #558e08;
}
.footer-docs {
padding: 5px 0;
}
.footer-docs p {
float: left;
margin-left: 15px;
font-weight: normal;
font-size: 0.9em;
}
.type-interior .content-secondary {
border-right: 0;
border-left: 0;
margin: 10px -15px 0;
background: #fff;
border-top: 1px solid #ccc;
}
.type-home .ui-content {
margin-top: 5px;
}
.type-interior .ui-content {
padding-bottom: 0;
}
.content-secondary .ui-collapsible {
padding: 0 15px 10px;
}
.content-secondary .ui-collapsible-content {
padding: 0;
background: none;
border-bottom: none;
}
.content-secondary .ui-listview {
margin: 0;
}
dt {
margin: 35px 0 15px 0;
background-color: #ddd;
font-weight: normal;
}
dt code {
display: inline-block;
font-weight: bold;
color: #56a00e;
padding: 3px 7px;
margin-right: 10px;
background-color: #fff;
}
dd {
margin-bottom: 10px;
}
dd .default {
font-weight: bold;
}
dd pre {
margin: 0 0 0 0;
}
dd code {
font-weight: normal;
}
dd pre code {
margin: 0;
border: none;
font-weight: normal;
font-size: 100%;
background-color: transparent;
}
dd h4 {
margin: 15px 0 0 0;
}
.localnav {
margin: 0 0 20px 0;
overflow: hidden;
}
.localnav li {
float: left;
}
.localnav .ui-btn-inner {
padding: 0.6em 10px;
font-size: 80%;
}
.ui-bar-f {
border-top: 1px solid #56a00e;
border-bottom: 1px solid #56a00e;
background: #74b042;
color: #fff;
font-weight: bold;
}
.ui-bar-f,
.ui-bar-f .ui-link-inherit {
color: #fff;
}
.ui-bar-f .ui-link {
color: #fff;
font-weight: bold;
}
.ui-btn-up-f {
border: 1px solid #3b6f07;
background: #56a00e;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-up-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-f {
border: 1px solid #3b6f07;
background: #6ebc1f;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-hover-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-f {
border: 1px solid #3b6f07;
background: #3d3d3d;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #234403;
}
.ui-btn-down-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
@media all and (min-width: 650px) {
.jqm-home {
position: absolute;
left: 10px;
top: 0;
}
.type-home .ui-content {
margin-top: 5px;
}
.ui-mobile #jqm-homeheader {
max-width: 340px;
}
.ui-mobile .jqm-themeswitcher {
float: right;
}
p.intro {
margin: 2em 0;
}
.type-home .ui-content,
.type-interior .ui-content {
padding: 0;
background: url("../images/px-ccc.gif") 50% 0 repeat-y;
}
.type-interior .ui-content {
background-position: 45%;
overflow: hidden;
}
.content-secondary {
text-align: left;
float: left;
width: 45%;
background: none;
}
.content-secondary,
.type-interior .content-secondary {
margin: 30px 0 20px 2%;
padding: 20px 4% 0 0;
background: none;
border-top: none;
}
.type-index .content-secondary {
padding: 0;
}
.content-secondary .ui-collapsible {
margin: 0;
padding: 0;
}
.content-secondary .ui-collapsible-content {
border: none;
}
.type-index .content-secondary .ui-listview {
margin: 0;
}
.ui-mobile #jqm-homeheader {
padding: 0;
}
.content-primary {
width: 45%;
float: right;
margin-top: 30px;
margin-right: 1%;
padding-right: 1%;
}
.content-primary ul:first-child {
margin-top: 0;
}
.content-secondary h2 {
position: absolute;
left: -9999px;
}
.type-interior .content-primary {
padding: 1.5em 6% 3em 0;
margin: 0;
}
.content-secondary .ui-collapsible-heading {
display: none;
}
.content-secondary .ui-collapsible-contain {
margin: 0;
}
.content-secondary .ui-collapsible-content {
display: block;
margin: 0;
padding: 0;
}
.type-interior .content-secondary .ui-li-divider {
padding-top: 1em;
padding-bottom: 1em;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
}
@media all and (min-width: 750px) {
.type-home .ui-content,
.type-interior .ui-content {
background-position: 39%;
}
.content-secondary {
width: 34%;
}
.content-primary {
width: 56%;
padding-right: 1%;
}
.type-interior .ui-content {
background-position: 34%;
}
}
@media all and (min-width: 1200px) {
.type-home .ui-content {
background-position: 38.5%;
}
.type-interior .ui-content {
background-position: 30%;
}
.content-secondary {
width: 30%;
padding-right: 6%;
margin: 30px 0 20px 5%;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
.content-primary {
width: 50%;
margin-right: 5%;
padding-right: 3%;
}
.type-interior .content-primary {
width: 60%;
}
}
.nav-fb-topmenu .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.nav-fb-topmenu .ui-btn .ui-icon {
width: 32px !important;
height: 32px !important;
margin-left: -15px !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
#business-logo .ui-icon {
background: url("images/flarebyte.logo.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#admin .ui-icon {
background: url("images/admin.database.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#marketplace .ui-icon {
background: url("images/marketplace.organizational-unit.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#account .ui-icon {
background: url("images/account.geo-id.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
#answers .ui-icon {
background: url("images/answers.information.32x32.png") 50% 50% no-repeat;
background-size: 32px 32px;
}
.color-primary {
color: #f57900;
}
.color-secondary {
color: #c00;
} | 0.358016 | 0.127218 |
------------------------------------------------------------------------------*/
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
float: right;
clear: right;
margin: 15px 0 0 15px ;
height: 90px;
width: 90px;
background-color: #cccccc;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #c1c1c1;
font-size: 65px;
line-height: 90px;
color: #999;
text-align: center;
}
/* About Page - since 2.3.3 (WP 4.3) */
.about-wrap .two-col > div {
position: relative;
width: 47.6%;
margin-left: 4.799999999%;
float: right;
}
.about-wrap [class$=col] .last-feature {
margin-left: 0;
}
.about-wrap .feature-list.finer-points h4,
.about-wrap .feature-list.finer-points p {
margin-right: 115px;
}
@media screen and ( max-width: 782px ) {
.about-wrap .two-col > div {
width: 100%;
margin: 30px 0 0;
padding: 0 0 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
font-size: 55px;
line-height: 70px;
height: 70px;
width: 70px;
}
.about-wrap .feature-list h2 {
margin: 30px 0 0;
text-align: center;
}
.about-wrap .feature-list.finer-points h4,
.about-wrap .feature-list.finer-points p {
margin-right: 90px;
}
}
/* About Page - since 2.4.0 (WP 4.4-trunk) */
.about-wrap .headline-feature {
margin-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-wrap .headline-feature p {
font-size: 1.15em;
margin: 1.25em;
text-align: center;
}
.about-wrap .headline-feature h3 {
font-size: 1.75em;
font-weight: normal;
margin: 1.25em 0 0.6em;
text-align: center;
}
.about-wrap .feature-section {
margin-top: 40px;
}
.about-wrap .changelog .feature-section {
margin-top: 0;
}
/* User's Lists
------------------------------------------------------------------------------*/
body.site-users-php th#role,
body.users-php th#role,
body.users_page_bp-signups th#count_sent {
width: 10%;
}
body.site-users-php th#name,
body.site-users-php th#email,
body.users-php th#name,
body.users-php th#registered,
body.users-php th#email,
body.users_page_bp-signups th#name,
body.users_page_bp-signups th#registered,
body.users_page_bp-signups th#email,
body.users_page_bp-signups th#date_sent {
width: 15%;
}
body.users-php th#blogs,
body.users_page_bp-signups th#blogs {
width: 20%;
}
body.users_page_bp-signups th.column-count_sent,
body.users_page_bp-signups td.count_sent {
text-align: center;
}
/* Tools */
#adminmenu .toplevel_page_network-tools div.wp-menu-image:before {
content: "";
}
/* Components
------------------------------------------------------------------------------*/
/* Dashicons */
#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before {
content: "\f452";
}
#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before {
content: "\f456";
}
#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before {
content: "\f439";
}
#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before {
content: "\f457";
}
#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before{
content: "\f454";
}
#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before {
content: "\f108";
}
#adminmenu li.toplevel_page_bp-components .wp-menu-image,
#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
content: "\f448";
}
/* Settings - Dashicons (WP 3.8+) */
.settings_page_bp-components td.plugin-title span {
float: right;
width: 18px;
height: 18px;
margin-left: 5px;
}
.settings_page_bp-components td.plugin-title span:before {
font-family: 'dashicons';
font-size: 18px;
}
.settings_page_bp-components tr.activity td.plugin-title span:before {
content: "\f452";
}
.settings_page_bp-components tr.notifications td.plugin-title span:before {
content: "\f339";
}
.settings_page_bp-components tr.xprofile td.plugin-title span:before {
content: "\f336";
}
.settings_page_bp-components tr.settings td.plugin-title span:before {
content: "\f108";
}
.settings_page_bp-components tr.groups td.plugin-title span:before {
content: "\f456";
}
.settings_page_bp-components tr.messages td.plugin-title span:before {
content: "\f457";
}
.settings_page_bp-components tr.forums td.plugin-title span:before {
content: "\f452";
}
.settings_page_bp-components tr.blogs td.plugin-title span:before {
content: "\f120";
}
.settings_page_bp-components tr.friends td.plugin-title span:before {
content: "\f454";
}
#bp-admin-component-form .widefat th {
display: table-cell;
vertical-align: top;
}
/* Version Badge */
.bp-badge {
font: normal 150px/1 'dashicons' !important;
color: #D84800;
display: inline-block;
}
.bp-badge:before {
content: "\f448";
}
.about-wrap .bp-badge {
position: absolute;
top: 0;
left: 0;
}
/* About Page - since 2.3.3 (WP 4.3) */
@media only screen and (max-width: 500px) {
.about-wrap .bp-badge {
position: relative;
margin: 10px auto;
top: auto;
left: auto;
}
} | wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css | ------------------------------------------------------------------------------*/
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
float: right;
clear: right;
margin: 15px 0 0 15px ;
height: 90px;
width: 90px;
background-color: #cccccc;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #c1c1c1;
font-size: 65px;
line-height: 90px;
color: #999;
text-align: center;
}
/* About Page - since 2.3.3 (WP 4.3) */
.about-wrap .two-col > div {
position: relative;
width: 47.6%;
margin-left: 4.799999999%;
float: right;
}
.about-wrap [class$=col] .last-feature {
margin-left: 0;
}
.about-wrap .feature-list.finer-points h4,
.about-wrap .feature-list.finer-points p {
margin-right: 115px;
}
@media screen and ( max-width: 782px ) {
.about-wrap .two-col > div {
width: 100%;
margin: 30px 0 0;
padding: 0 0 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
font-size: 55px;
line-height: 70px;
height: 70px;
width: 70px;
}
.about-wrap .feature-list h2 {
margin: 30px 0 0;
text-align: center;
}
.about-wrap .feature-list.finer-points h4,
.about-wrap .feature-list.finer-points p {
margin-right: 90px;
}
}
/* About Page - since 2.4.0 (WP 4.4-trunk) */
.about-wrap .headline-feature {
margin-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-wrap .headline-feature p {
font-size: 1.15em;
margin: 1.25em;
text-align: center;
}
.about-wrap .headline-feature h3 {
font-size: 1.75em;
font-weight: normal;
margin: 1.25em 0 0.6em;
text-align: center;
}
.about-wrap .feature-section {
margin-top: 40px;
}
.about-wrap .changelog .feature-section {
margin-top: 0;
}
/* User's Lists
------------------------------------------------------------------------------*/
body.site-users-php th#role,
body.users-php th#role,
body.users_page_bp-signups th#count_sent {
width: 10%;
}
body.site-users-php th#name,
body.site-users-php th#email,
body.users-php th#name,
body.users-php th#registered,
body.users-php th#email,
body.users_page_bp-signups th#name,
body.users_page_bp-signups th#registered,
body.users_page_bp-signups th#email,
body.users_page_bp-signups th#date_sent {
width: 15%;
}
body.users-php th#blogs,
body.users_page_bp-signups th#blogs {
width: 20%;
}
body.users_page_bp-signups th.column-count_sent,
body.users_page_bp-signups td.count_sent {
text-align: center;
}
/* Tools */
#adminmenu .toplevel_page_network-tools div.wp-menu-image:before {
content: "";
}
/* Components
------------------------------------------------------------------------------*/
/* Dashicons */
#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before {
content: "\f452";
}
#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before {
content: "\f456";
}
#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before {
content: "\f439";
}
#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before {
content: "\f457";
}
#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before{
content: "\f454";
}
#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before {
content: "\f108";
}
#adminmenu li.toplevel_page_bp-components .wp-menu-image,
#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
content: "\f448";
}
/* Settings - Dashicons (WP 3.8+) */
.settings_page_bp-components td.plugin-title span {
float: right;
width: 18px;
height: 18px;
margin-left: 5px;
}
.settings_page_bp-components td.plugin-title span:before {
font-family: 'dashicons';
font-size: 18px;
}
.settings_page_bp-components tr.activity td.plugin-title span:before {
content: "\f452";
}
.settings_page_bp-components tr.notifications td.plugin-title span:before {
content: "\f339";
}
.settings_page_bp-components tr.xprofile td.plugin-title span:before {
content: "\f336";
}
.settings_page_bp-components tr.settings td.plugin-title span:before {
content: "\f108";
}
.settings_page_bp-components tr.groups td.plugin-title span:before {
content: "\f456";
}
.settings_page_bp-components tr.messages td.plugin-title span:before {
content: "\f457";
}
.settings_page_bp-components tr.forums td.plugin-title span:before {
content: "\f452";
}
.settings_page_bp-components tr.blogs td.plugin-title span:before {
content: "\f120";
}
.settings_page_bp-components tr.friends td.plugin-title span:before {
content: "\f454";
}
#bp-admin-component-form .widefat th {
display: table-cell;
vertical-align: top;
}
/* Version Badge */
.bp-badge {
font: normal 150px/1 'dashicons' !important;
color: #D84800;
display: inline-block;
}
.bp-badge:before {
content: "\f448";
}
.about-wrap .bp-badge {
position: absolute;
top: 0;
left: 0;
}
/* About Page - since 2.3.3 (WP 4.3) */
@media only screen and (max-width: 500px) {
.about-wrap .bp-badge {
position: relative;
margin: 10px auto;
top: auto;
left: auto;
}
} | 0.226014 | 0.047184 |
body{
color: white !important;
}
::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-thumb{
background: rgb(189, 187, 187);
border-radius: 8px;
}
::-webkit-scrollbar-track{
background: rgb(231, 229, 229);
}
h3, h4 {
margin: 10px 0 30px 0;
font-size: 20px;
color: #111;
}
#playvid:hover{
font-size: 50px !important;
color: white !important;
}
#addvid:hover{
font-size: 25px !important;
color: white !important;
}
.header{
padding: 10px 16px;
color: #f1f1f1;
transition: .3s all ease;
position: absolute;
top:0;
z-index: 999;
}
.content{
padding: 16px;
}
#dash a div:hover{
color: white;
}
.sticky{
position: fixed !important;
top: 0;
z-index: 999;
background: #fff !important;
box-shadow: #00000017 1px 1px 10px;
width: 100%;
transition: .3s all ease;
}
.sticky + .content{
padding-top: 102px;
}
.nav-tabs li a {
color: #777;
}
.navbar {
position: absolute;
margin-bottom: 0 !important;
background-color: #23232400;
border: 0 !important;
font-size: 11px !important;
letter-spacing: 4px;
border-radius: 0 !important;
}
.navbar li a, .navbar{
color: #9c9c9c !important;
}
.card-in{
background-color: #111;
}
.hovered{
background-color: #111;
position: absolute;
}
.navbar-brand a{
text-decoration: none;
color: #9c9c9c;
font-size: 1.8em;
}
/*Mobile Small*/
@media (max-width:320px){
.navbar-brand a{
font-size: 1.3em;
}
}
/*Mobile large*/
@media (max-width:425px){
#course-card{
display: none;
}
#instructor-card{
display: none;
}
#video-player{
padding: 0;
}
.catnav{
display: none;
}
}
.navbar-nav li a:hover {
color: rgb(1, 169, 240) !important;
}
.navbar-nav li a{
color: #1e1846;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
}
.open .dropdown-toggle {
color: #fff;
background-color: #555 !important;
}
.dropdown-menu{
background-color: #3a3a3a;
}
.dropdown-menu li a {
color: #fff !important;
}
.dropdown-menu li a:hover {
background-color: rgb(141, 139, 139) !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.form-control {
border-radius: 0;
}
textarea {
resize: none;
}
p{
font-size: 1.5em;
color: rgba(255,255,255,0.5);
}
h1{
font-size: 3em;
font-weight: 700;
}
@media(max-width:425px){
.navbar-collapse{
background: rgb(56, 56, 56);
}
.row{
min-height: 0;
}
}
a:visited{
text-decoration: none;
}
.cards{
transition-duration: 0.5s;
}
.cards:hover{
box-shadow:2px 2px 10px gray;
}
.row.jumbo{
display: flex;
flex-wrap: wrap;
padding:15% 0 20% 0;
}
.jumbo{
align-items: center !important;
}
.input{
margin: 10px 0;
}
ul#board{
list-style: none;
font-size: 20px;
}
[type="file"]{
height: 0;
overflow: hidden;
width: 0;
}
[type="file"] + label{
background: #03a9f0;
border: none;
border-radius: 5px;
color: white;
cursor: pointer;
outline: none;
padding: 5px 10px;
right: 30px;
top: -50px;
position: absolute;
transition: all 0.2s;
vertical-align: middle;
}
[type="file"] + label:hover{
background:white;
color: #03a9f0;
border: #03a9f0 1px solid;
} | client/public/css/styles.css | body{
color: white !important;
}
::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-thumb{
background: rgb(189, 187, 187);
border-radius: 8px;
}
::-webkit-scrollbar-track{
background: rgb(231, 229, 229);
}
h3, h4 {
margin: 10px 0 30px 0;
font-size: 20px;
color: #111;
}
#playvid:hover{
font-size: 50px !important;
color: white !important;
}
#addvid:hover{
font-size: 25px !important;
color: white !important;
}
.header{
padding: 10px 16px;
color: #f1f1f1;
transition: .3s all ease;
position: absolute;
top:0;
z-index: 999;
}
.content{
padding: 16px;
}
#dash a div:hover{
color: white;
}
.sticky{
position: fixed !important;
top: 0;
z-index: 999;
background: #fff !important;
box-shadow: #00000017 1px 1px 10px;
width: 100%;
transition: .3s all ease;
}
.sticky + .content{
padding-top: 102px;
}
.nav-tabs li a {
color: #777;
}
.navbar {
position: absolute;
margin-bottom: 0 !important;
background-color: #23232400;
border: 0 !important;
font-size: 11px !important;
letter-spacing: 4px;
border-radius: 0 !important;
}
.navbar li a, .navbar{
color: #9c9c9c !important;
}
.card-in{
background-color: #111;
}
.hovered{
background-color: #111;
position: absolute;
}
.navbar-brand a{
text-decoration: none;
color: #9c9c9c;
font-size: 1.8em;
}
/*Mobile Small*/
@media (max-width:320px){
.navbar-brand a{
font-size: 1.3em;
}
}
/*Mobile large*/
@media (max-width:425px){
#course-card{
display: none;
}
#instructor-card{
display: none;
}
#video-player{
padding: 0;
}
.catnav{
display: none;
}
}
.navbar-nav li a:hover {
color: rgb(1, 169, 240) !important;
}
.navbar-nav li a{
color: #1e1846;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
}
.open .dropdown-toggle {
color: #fff;
background-color: #555 !important;
}
.dropdown-menu{
background-color: #3a3a3a;
}
.dropdown-menu li a {
color: #fff !important;
}
.dropdown-menu li a:hover {
background-color: rgb(141, 139, 139) !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.form-control {
border-radius: 0;
}
textarea {
resize: none;
}
p{
font-size: 1.5em;
color: rgba(255,255,255,0.5);
}
h1{
font-size: 3em;
font-weight: 700;
}
@media(max-width:425px){
.navbar-collapse{
background: rgb(56, 56, 56);
}
.row{
min-height: 0;
}
}
a:visited{
text-decoration: none;
}
.cards{
transition-duration: 0.5s;
}
.cards:hover{
box-shadow:2px 2px 10px gray;
}
.row.jumbo{
display: flex;
flex-wrap: wrap;
padding:15% 0 20% 0;
}
.jumbo{
align-items: center !important;
}
.input{
margin: 10px 0;
}
ul#board{
list-style: none;
font-size: 20px;
}
[type="file"]{
height: 0;
overflow: hidden;
width: 0;
}
[type="file"] + label{
background: #03a9f0;
border: none;
border-radius: 5px;
color: white;
cursor: pointer;
outline: none;
padding: 5px 10px;
right: 30px;
top: -50px;
position: absolute;
transition: all 0.2s;
vertical-align: middle;
}
[type="file"] + label:hover{
background:white;
color: #03a9f0;
border: #03a9f0 1px solid;
} | 0.327023 | 0.063164 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Sintaks CSS */
/* Index CSS */
body
{
font: 16px/28px Merriweather, serif;
}
.avatar1
{
height: 100px;
width: 100px;
margin-left: 70px;;
margin-top: 50px;
}
.wrapper
{
position: relative;
}
.sidebar
{
position: fixed;
margin-top: 0;
width: 230px;
float: left;
height: 400px;
box-shadow: 4px 4px 6px rgba(209, 209, 209, 0.815), inset -2px -2px 20px rgba(245, 244, 244, 0.952);
border-radius: 0px 10px 30px 0px;
background-color: rgb(238, 238, 234);
}
.user
{
font-size: 16px;
text-align: center;
font-weight: bold;
margin-top: 5px;
}
.menu .menu-1
{
margin-left: 30px;
margin-top: 20px;
margin-bottom: -40px;
font-size: 16px;
letter-spacing: 0.06em;
font-weight: 700;
}
.menu hr
{
margin-bottom: -20px;
position: relative;
border: 2px solid #6d676d;
border-radius: 15px;
bottom: -10px;
width: 20%;
left: -60px;
}
.my-profile .menu-2
{
margin-left: 30px;
margin-top: 50px;
margin-bottom: -40px;
font-size: .875rem;
font-weight: 700;
}
li.dropdown {
display: inline-block;
}
.dropdown:hover .isi-dropdown {
display: block;
}
.isi-dropdown a:hover {
color: #fff !important;
}
.isi-dropdown {
position: absolute;
display: none;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
background-color: #f9f9f9;
}
.isi-dropdown a {
color: #3c3c3c !important;
}
.isi-dropdown a:hover {
color: #232323 !important;
background: #f3f3f3 !important;
}
.content
{
position: relative;
top: 29px;
right: 15px;
margin-top: 10px;
font-weight: 400;
font-size: .875rem;
border-radius: 15px;
margin-left: 26px;
}
.content a
{
font-size: 14px;
color: rgb(29, 19, 19);
margin-left: 10;
padding: 10px;
width: 20px;
transition: .5s;
text-decoration: none;
letter-spacing: .07em;
}
.content a:hover
{
color: rgb(0, 0, 0);
font-size: 14px;
font-weight: bold;
}
.main
{
height: 1000px;
margin-left: 220px;
}
.header
{
margin-top: 50px;
margin-left: 40px;
}
.header .line-header
{
width: 60px;
height: 1px;
background-color: #716D6D;
}
.header .embed
{
font-weight: bold;
}
.header-file
{
margin-top: 50px;
margin-left: 40px;
}
.card-file
{
position: relative;
left: -10px;
width: 180px;
float: left;
height: 180px;
border-radius: 10px;
box-shadow: 2px 4px 6px rgba(55, 77, 62, 0.486);
color: rgb(53, 52, 52);
margin: 8px;
margin-left: 10px;
}
.card-file .file-image
{
width: 60%;
height: 60%;
position: relative;
left: 20%;
bottom: 10px;
}
.card-file .name
{
position: relative;
bottom: 0;
z-index: 1;
background-color: #e7e2e2;
position: absolute;
width: 100%;
height: 50px;
border-radius: 0 0 10px 10px;
}
.card-file .name .link-embed
{
position: relative;
left: 50px;
text-align: center;
line-height: 50px;
font-size: .875rem;
overflow: hidden;
display: inline;
color: black;
}
.card-file .name .title-name
{
position: relative;
left: 30%;
text-align: center;
line-height: 50px;
font-size: .875rem;
overflow: hidden;
display: inline;
}
.dropdown
{
margin-left: 75%;
}
.main-about
{
margin-top: 100px;
margin-bottom: 20px;
margin-left: 15px;
}
.main-about .main-p
{
width: 300px;
height: 200px;
margin-top: -50px;
float: left;
}
.main-about h1
{
font: 32px/28px arial;
margin-left: 0%;
}
.upload
{
margin-left: 20px ;
}
.input-group
{
width: 400px;
}
.header-empty-file h1
{
font: 30px/30px arial;
margin-left: 300px;
}
.header-empty-file hr
{
border-top: 2px solid black;
width: 300px;
margin-left: 330px;
}
/* End Index */
/* End Sintaks CSS */
/* Micro Clearfix*/
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
*zoom: 1;
}
/* End */ | asset/css/main.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Sintaks CSS */
/* Index CSS */
body
{
font: 16px/28px Merriweather, serif;
}
.avatar1
{
height: 100px;
width: 100px;
margin-left: 70px;;
margin-top: 50px;
}
.wrapper
{
position: relative;
}
.sidebar
{
position: fixed;
margin-top: 0;
width: 230px;
float: left;
height: 400px;
box-shadow: 4px 4px 6px rgba(209, 209, 209, 0.815), inset -2px -2px 20px rgba(245, 244, 244, 0.952);
border-radius: 0px 10px 30px 0px;
background-color: rgb(238, 238, 234);
}
.user
{
font-size: 16px;
text-align: center;
font-weight: bold;
margin-top: 5px;
}
.menu .menu-1
{
margin-left: 30px;
margin-top: 20px;
margin-bottom: -40px;
font-size: 16px;
letter-spacing: 0.06em;
font-weight: 700;
}
.menu hr
{
margin-bottom: -20px;
position: relative;
border: 2px solid #6d676d;
border-radius: 15px;
bottom: -10px;
width: 20%;
left: -60px;
}
.my-profile .menu-2
{
margin-left: 30px;
margin-top: 50px;
margin-bottom: -40px;
font-size: .875rem;
font-weight: 700;
}
li.dropdown {
display: inline-block;
}
.dropdown:hover .isi-dropdown {
display: block;
}
.isi-dropdown a:hover {
color: #fff !important;
}
.isi-dropdown {
position: absolute;
display: none;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
background-color: #f9f9f9;
}
.isi-dropdown a {
color: #3c3c3c !important;
}
.isi-dropdown a:hover {
color: #232323 !important;
background: #f3f3f3 !important;
}
.content
{
position: relative;
top: 29px;
right: 15px;
margin-top: 10px;
font-weight: 400;
font-size: .875rem;
border-radius: 15px;
margin-left: 26px;
}
.content a
{
font-size: 14px;
color: rgb(29, 19, 19);
margin-left: 10;
padding: 10px;
width: 20px;
transition: .5s;
text-decoration: none;
letter-spacing: .07em;
}
.content a:hover
{
color: rgb(0, 0, 0);
font-size: 14px;
font-weight: bold;
}
.main
{
height: 1000px;
margin-left: 220px;
}
.header
{
margin-top: 50px;
margin-left: 40px;
}
.header .line-header
{
width: 60px;
height: 1px;
background-color: #716D6D;
}
.header .embed
{
font-weight: bold;
}
.header-file
{
margin-top: 50px;
margin-left: 40px;
}
.card-file
{
position: relative;
left: -10px;
width: 180px;
float: left;
height: 180px;
border-radius: 10px;
box-shadow: 2px 4px 6px rgba(55, 77, 62, 0.486);
color: rgb(53, 52, 52);
margin: 8px;
margin-left: 10px;
}
.card-file .file-image
{
width: 60%;
height: 60%;
position: relative;
left: 20%;
bottom: 10px;
}
.card-file .name
{
position: relative;
bottom: 0;
z-index: 1;
background-color: #e7e2e2;
position: absolute;
width: 100%;
height: 50px;
border-radius: 0 0 10px 10px;
}
.card-file .name .link-embed
{
position: relative;
left: 50px;
text-align: center;
line-height: 50px;
font-size: .875rem;
overflow: hidden;
display: inline;
color: black;
}
.card-file .name .title-name
{
position: relative;
left: 30%;
text-align: center;
line-height: 50px;
font-size: .875rem;
overflow: hidden;
display: inline;
}
.dropdown
{
margin-left: 75%;
}
.main-about
{
margin-top: 100px;
margin-bottom: 20px;
margin-left: 15px;
}
.main-about .main-p
{
width: 300px;
height: 200px;
margin-top: -50px;
float: left;
}
.main-about h1
{
font: 32px/28px arial;
margin-left: 0%;
}
.upload
{
margin-left: 20px ;
}
.input-group
{
width: 400px;
}
.header-empty-file h1
{
font: 30px/30px arial;
margin-left: 300px;
}
.header-empty-file hr
{
border-top: 2px solid black;
width: 300px;
margin-left: 330px;
}
/* End Index */
/* End Sintaks CSS */
/* Micro Clearfix*/
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
*zoom: 1;
}
/* End */ | 0.331444 | 0.050518 |
position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-hamburger-menu {
display: none;
}
}
.cart-form{
position: absolute;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: calc(100% - 73px);
width: 95%;
margin: 2.5%;
margin-top: 0;
background: rgba(255,255,255,.9);
}
.checkout-tab .cart-form{
position: relative;
overflow: hidden;
height: auto!important;
}
.checkout-tab .cart-form li{
position: relative;
}
#cd-cart-trigger {
right: 0;
}
/*
#cd-cart-trigger a {
background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
*/
@media only screen and (min-width: 1200px) {
#cd-cart-trigger {
/* cart right margin on desktop */
right: 0;
}
#cd-cart-trigger a {
position: relative;
width: 100px;
border-left: none;
background-color: #26292f;
}
}
#main-nav, #cd-cart {
position: fixed;
top: 10px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
height: calc(100vh - 20px);
width: 100%;
/* header height */
padding-top: 65px;
border-left: 1px solid rgba(68,68,68,.3);
border-top: 1px solid rgba(144,144,144,.5);
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
z-index: 13;
}
#cd-cart .cart-logo{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 0;
color: #029AAC;
text-shadow: 0 -1px 4px rgba(0,0,0,.3);
font-size: 20px;
font-family: RobotoDraft;
font-weight: bold;
text-align: center;
line-height: 40px;
}
@media only screen and (min-width: 768px) {
#main-nav, #cd-cart {
width: 350px;
top: 6px;
height: calc(100vh - 12px);
}
}
@media only screen and (min-width: 1200px) {
#main-nav, #cd-cart {
width: 30%;
/* header height has changed */
padding-top: 60px;
}
}
#main-nav {
left: -100%;
background: #FFF;
-webkit-transition: left 0.3s;
-moz-transition: left 0.3s;
transition: left 0.3s;
}
#main-nav.speed-in {
left: 0;
}
#main-nav ul a {
display: block;
height: 50px;
line-height: 50px;
padding: 0 1em;
border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
#main-nav {
/* reset main nav style */
position: absolute;
height: auto;
width: auto;
left: auto;
right: 8em;
padding-top: 0;
top: 0;
background: transparent;
box-shadow: none;
/* header height */
line-height: 80px;
z-index: 4;
}
#main-nav li {
display: inline-block;
margin-left: 1em;
}
#main-nav ul a {
display: inline-block;
height: auto;
line-height: 1;
padding: 1em 1.4em;
border-bottom: none;
color: rgba(255, 255, 255, 0.8);
border-radius: 0.25em;
}
#main-nav ul a.current {
box-shadow: none;
background: #435779;
color: #FFF;
}
.no-touch #main-nav ul a:hover {
background: #435779;
color: #FFF;
}
}
.no-js #main-nav {
position: fixed;
}
#cd-cart {
right: -100%;
background: #fff;
-webkit-transition: right 0.3s;
-moz-transition: right 0.3s;
transition: right 0.3s;
}
#cd-cart.speed-in {
right: -9px;
}
#cd-cart > * {
padding: 0 1em;
}
#cd-cart h2 {
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
margin: 1em 0;
}
#cd-cart .cd-cart-items {
padding: 0;
list-style: none;
margin-bottom: 20px;
}
#cd-cart .cd-cart-items li:last-child {
border-bottom: 2px solid #029AAC;
}
.cd-item-remove {
position: absolute;
right:0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
background-color: #e0e6ef;
}
.item-title{
display: inline-block!important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
width: calc(60% - 10px);
}
#cd-cart .cd-cart-total {
padding: 1em 32px 1em 10px;
color: #029AAC;
font-size: 1em;
font-weight: bold;
text-align: left;
}
.checkout{
color: #fff!important;
}
#cd-cart .cd-cart-total span {
float: right;
}
#cd-cart .cd-cart-items li {
text-align: left;
font-size: 16px;
font-weight: bold;
position: relative;
padding: 1em 0;
padding-bottom: 1.4em;
padding-right: 32px;
display: inline-block;
width: 100%;
border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li div{
display:inline-block;
vertical-align: middle;
padding: 5px;
text-align: left;
}
#cd-cart .cd-cart-items li.cart-item-head{
text-align: center;
padding: 10px;
padding-right: 32px;
display: inline-block;
}
.cd-cart-items .form-header{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
}
#cd-cart .cart-item-head .item-title{
text-align: left;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
color: #a5aebc;
font-weight: normal;
}
#cd-cart .cd-cart-items li .cd-price {
margin-top: .4em;
text-align: right;
display: inline-block;
width:20%;
text-align: right;
}
#cd-cart .cd-cart-items li .cd-subtotal{
text-align: right;
width: 20%;
display: inline-block;
}
#cd-cart .cd-cart-total{
border-top: 2px solid #029AAC;
}
#cd-cart .cd-cart-total.sub{
border-width: 1px;
padding-top: 5px;
}
#cd-cart .cd-cart-total::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
.nameError.form-error-message{
visibility:visible;
opacity: 1;
}
#cd-cart .checkout-btn {
display: block;
width: 80%;
margin: 10px 10%;
background: #FF9833;
text-transform: capitalize;
font-family: RobotoDraft;
padding: 20px 10px;
font-size: 1.2em;
font-weight: bold;
color: #FFF;
text-align: center;
text-decoration: none;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
border-radius: .25em;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
#cd-cart .checkout-btn:hover {
background: #FF9822;
}
#cd-cart .cd-go-to-cart {
text-align: center;
margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
#cd-cart > * {
padding: 0 1em;
}
#cd-cart .cd-cart-items li {
}
#cd-cart .cd-item-remove {
right: 0;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background:rgba(233, 234, 237, 0.9);
cursor: pointer;
z-index: 13;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
.cd-img-replace {
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
#dismiss-cart{
padding: 10px;
position: absolute;
top :4px;
right: 20px;
cursor: pointer;
border-radius: 50%;
width:32px;
height: 32px;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
#dismiss-cart:hover,#dismiss-cart:focus{
background-color: rgba(200,200,200,.8);
}
#dismiss-cart.right-arrow{
background: #fff;
font-size: 1.5em;
font-weight: bold;
}
/* --------------------------------
xkeyframes
-------------------------------- */
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.cd-order-description{
position: absolute;
display: inline-block;
width: 100%;
text-align: right!important;
bottom: 0;
left: 0;
font-size: .6em;
color: #aaa;
}
.cd-order-description small{
padding: 0 20px;
display: inline-block;
}
.kit-icon{
padding-right: 10px;
} | assets/css/cart.css | position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-hamburger-menu {
display: none;
}
}
.cart-form{
position: absolute;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: calc(100% - 73px);
width: 95%;
margin: 2.5%;
margin-top: 0;
background: rgba(255,255,255,.9);
}
.checkout-tab .cart-form{
position: relative;
overflow: hidden;
height: auto!important;
}
.checkout-tab .cart-form li{
position: relative;
}
#cd-cart-trigger {
right: 0;
}
/*
#cd-cart-trigger a {
background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
*/
@media only screen and (min-width: 1200px) {
#cd-cart-trigger {
/* cart right margin on desktop */
right: 0;
}
#cd-cart-trigger a {
position: relative;
width: 100px;
border-left: none;
background-color: #26292f;
}
}
#main-nav, #cd-cart {
position: fixed;
top: 10px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
height: calc(100vh - 20px);
width: 100%;
/* header height */
padding-top: 65px;
border-left: 1px solid rgba(68,68,68,.3);
border-top: 1px solid rgba(144,144,144,.5);
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
z-index: 13;
}
#cd-cart .cart-logo{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 0;
color: #029AAC;
text-shadow: 0 -1px 4px rgba(0,0,0,.3);
font-size: 20px;
font-family: RobotoDraft;
font-weight: bold;
text-align: center;
line-height: 40px;
}
@media only screen and (min-width: 768px) {
#main-nav, #cd-cart {
width: 350px;
top: 6px;
height: calc(100vh - 12px);
}
}
@media only screen and (min-width: 1200px) {
#main-nav, #cd-cart {
width: 30%;
/* header height has changed */
padding-top: 60px;
}
}
#main-nav {
left: -100%;
background: #FFF;
-webkit-transition: left 0.3s;
-moz-transition: left 0.3s;
transition: left 0.3s;
}
#main-nav.speed-in {
left: 0;
}
#main-nav ul a {
display: block;
height: 50px;
line-height: 50px;
padding: 0 1em;
border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
#main-nav {
/* reset main nav style */
position: absolute;
height: auto;
width: auto;
left: auto;
right: 8em;
padding-top: 0;
top: 0;
background: transparent;
box-shadow: none;
/* header height */
line-height: 80px;
z-index: 4;
}
#main-nav li {
display: inline-block;
margin-left: 1em;
}
#main-nav ul a {
display: inline-block;
height: auto;
line-height: 1;
padding: 1em 1.4em;
border-bottom: none;
color: rgba(255, 255, 255, 0.8);
border-radius: 0.25em;
}
#main-nav ul a.current {
box-shadow: none;
background: #435779;
color: #FFF;
}
.no-touch #main-nav ul a:hover {
background: #435779;
color: #FFF;
}
}
.no-js #main-nav {
position: fixed;
}
#cd-cart {
right: -100%;
background: #fff;
-webkit-transition: right 0.3s;
-moz-transition: right 0.3s;
transition: right 0.3s;
}
#cd-cart.speed-in {
right: -9px;
}
#cd-cart > * {
padding: 0 1em;
}
#cd-cart h2 {
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
margin: 1em 0;
}
#cd-cart .cd-cart-items {
padding: 0;
list-style: none;
margin-bottom: 20px;
}
#cd-cart .cd-cart-items li:last-child {
border-bottom: 2px solid #029AAC;
}
.cd-item-remove {
position: absolute;
right:0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
background-color: #e0e6ef;
}
.item-title{
display: inline-block!important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
width: calc(60% - 10px);
}
#cd-cart .cd-cart-total {
padding: 1em 32px 1em 10px;
color: #029AAC;
font-size: 1em;
font-weight: bold;
text-align: left;
}
.checkout{
color: #fff!important;
}
#cd-cart .cd-cart-total span {
float: right;
}
#cd-cart .cd-cart-items li {
text-align: left;
font-size: 16px;
font-weight: bold;
position: relative;
padding: 1em 0;
padding-bottom: 1.4em;
padding-right: 32px;
display: inline-block;
width: 100%;
border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li div{
display:inline-block;
vertical-align: middle;
padding: 5px;
text-align: left;
}
#cd-cart .cd-cart-items li.cart-item-head{
text-align: center;
padding: 10px;
padding-right: 32px;
display: inline-block;
}
.cd-cart-items .form-header{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
}
#cd-cart .cart-item-head .item-title{
text-align: left;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
color: #a5aebc;
font-weight: normal;
}
#cd-cart .cd-cart-items li .cd-price {
margin-top: .4em;
text-align: right;
display: inline-block;
width:20%;
text-align: right;
}
#cd-cart .cd-cart-items li .cd-subtotal{
text-align: right;
width: 20%;
display: inline-block;
}
#cd-cart .cd-cart-total{
border-top: 2px solid #029AAC;
}
#cd-cart .cd-cart-total.sub{
border-width: 1px;
padding-top: 5px;
}
#cd-cart .cd-cart-total::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
.nameError.form-error-message{
visibility:visible;
opacity: 1;
}
#cd-cart .checkout-btn {
display: block;
width: 80%;
margin: 10px 10%;
background: #FF9833;
text-transform: capitalize;
font-family: RobotoDraft;
padding: 20px 10px;
font-size: 1.2em;
font-weight: bold;
color: #FFF;
text-align: center;
text-decoration: none;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
border-radius: .25em;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
#cd-cart .checkout-btn:hover {
background: #FF9822;
}
#cd-cart .cd-go-to-cart {
text-align: center;
margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
#cd-cart > * {
padding: 0 1em;
}
#cd-cart .cd-cart-items li {
}
#cd-cart .cd-item-remove {
right: 0;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background:rgba(233, 234, 237, 0.9);
cursor: pointer;
z-index: 13;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
.cd-img-replace {
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
#dismiss-cart{
padding: 10px;
position: absolute;
top :4px;
right: 20px;
cursor: pointer;
border-radius: 50%;
width:32px;
height: 32px;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
#dismiss-cart:hover,#dismiss-cart:focus{
background-color: rgba(200,200,200,.8);
}
#dismiss-cart.right-arrow{
background: #fff;
font-size: 1.5em;
font-weight: bold;
}
/* --------------------------------
xkeyframes
-------------------------------- */
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.cd-order-description{
position: absolute;
display: inline-block;
width: 100%;
text-align: right!important;
bottom: 0;
left: 0;
font-size: .6em;
color: #aaa;
}
.cd-order-description small{
padding: 0 20px;
display: inline-block;
}
.kit-icon{
padding-right: 10px;
} | 0.33231 | 0.053108 |
/* HEADER */
.index__header {
display: grid;
grid-template-columns: 5fr 2fr 4fr 2fr 3fr 2fr;
grid-template-rows: repeat(5, 140px);
}
.index__logo {
grid-column: 3/4;
grid-row: 2/5;
width: 100%;
align-self: center;
}
.index__hearts {
grid-column: 2/3;
grid-row: 3/5;
align-self: center;
transform: rotate(345deg);
}
.index__pencil {
grid-column: 2/3;
grid-row: 2/3;
justify-self: end;
}
.index__scissor {
grid-column: 4/5;
grid-row: 2/3;
transform: rotate(310deg);
}
.index__sheriff {
grid-column: 3/4;
grid-row: 5/6;
justify-self: end;
align-self: start;
}
.index__star {
grid-column: 3/4;
grid-row: 1/2;
justify-self: end;
align-self: end;
}
.index__text {
grid-column: 5/6;
grid-row: 3/4;
font-size: 1.5rem;
font-weight: 100;
color: #cfd8dc;
text-align: right;
}
.index__arrow {
grid-column: 5/6;
grid-row: 4/6;
justify-self: end;
align-self: start;
}
/* SECTION */
.index__section {
background: #cfd8dc;
height: 300px;
display: flex;
padding: 100px 55% 70px 150px;
margin-top: 100px;
}
.index__section p {
color: black;
font-size: 0.9rem;
width: 50%;
text-align: justify;
padding-left: 20px;
}
/* ASIDE */
.index__aside {
width: 30%;
height: 400px;
align-items: center;
position: relative;
right: -900px;
top: -370px;
box-shadow: 0 0 20px #000;
}
.index__aside > *:nth-child(even) {
padding-bottom: 20px;
margin-top: 5px;
}
.btn-dl {
color: white;
padding: 20px;
font-size: 25px;
text-decoration: none;
border: 1px solid white;
border-radius: 40px;
cursor: pointer;
}
.btn-dl:hover {
background: white;
color: orange;
}
.btn-dl + p {
color: white;
font-size: 12px;
}
/* FOOTER */
.index__footer {
margin-top: -250px;
}
/* .............. ABOUT VIEW ................... */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0;
margin: 0;
}
:root {
--yellow-color: #fa990e;
--blue-color: #00b8d4;
--gray-color: #cfd8dc;
}
::selection {
color: var(--yellow-color);
}
.about {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 200px;
grid-gap: 3rem;
}
.about-inner {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: "a b";
}
.about-description {
padding: 0 0 0 1rem;
grid-area: a;
align-self: center;
justify-self: end;
}
.about-logo {
grid-area: b;
align-self: center;
justify-self: start;
}
.about-inner .about-title {
color: var(--yellow-color);
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 2rem;
}
.about-inner .about-summury {
color: var(--gray-color);
font-family: 'Lato', sans-serif;
font-size: .6rem;
line-height: 80%;
}
.about-logo-img {
padding: 0 0 0 8rem;
width: 250px;
height: auto;
}
.about-history {
position: relative;
background: var(--gray-color);
padding: 0 0 0 25%;
height: 150px;
align-self: center;
}
.about-inner-title {
color: var(--yellow-color);
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 2vw;
padding-top: 3.6rem;
}
.flow-box {
position: absolute;
background: var(--blue-color);
width: 30%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 190px;
}
.about-inner-description {
color: #000;
padding: 0.5rem 1rem 0 1rem;
font-size: .8rem;
font-family: 'Lato', sans-serif;
}
.about-team {
position: relative;
background: var(--gray-color);
padding: 0 0 0 25%;
color: var(--yellow-color);
height: 150px;
}
/* Extra Small devices */
@media screen and (max-width:600px) {
.about-inner {
grid-template-columns: 1fr;
grid-template-areas: "a" "b";
}
.about-description {
grid-area: a;
align-self: center;
justify-self: center;
}
.about-logo {
grid-area: b;
align-self: center;
justify-self: start;
}
}
/* Medium and Small devices */
@media screen and (max-width:910px) {
.about {
grid-gap: 4rem;
}
.flow-box {
width: 85%;
}
.about-history {
padding: 0 0 0 10%;
}
.about-team {
padding: 0 0 0 10%;
}
}
/* .............. DOCUMENTATION VIEW ................... */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
h1,
h2 {
font-family: 'Capriola', sans-serif;
}
img {
width: 100px;
height: auto;
margin-right: 20px;
}
/* ................ BUILDING THE GRID ............ */
main {
display: grid;
grid-template-rows: 70vh repeat(6, minmax(100px, 300px)) 30px;
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
grid-row-gap: 30px;
}
header {
grid-area: 1 / 1 / 2 / 7;
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
}
#infographic {
grid-area: 2 / 5 / 8 / 6;
background-color: blue;
z-index: 2;
margin-top: 20px;
border-radius: 0 0 4px 4px;
width: 350px;
height: auto;
max-height: 1930px;
}
#getting-started {
grid-area: 2 / 1 / 3 / 7;
}
#infographic-title {
grid-area: 1 / 4 / 2 / 5;
}
#getting-started-aside {
grid-area: 2 / 3 / 3 / 4;
}
#prerequisites {
grid-area: 3 / 1 / 4 / 7;
}
#prerequisites-aside {
grid-area: 3 / 3 / 4 / 4;
}
#installing {
grid-area: 4 / 1 / 5 / 7;
}
#installing-aside {
grid-area: 4 / 3 / 5 / 4;
}
#using {
grid-area: 5 / 1 / 6 / 7;
}
#using-aside {
grid-area: 5 / 3 / 6 / 4;
}
#deployment {
grid-area: 6 / 1 / 7 / 7;
}
#deployment-aside {
grid-area: 6 / 3 / 7 / 4;
}
#built {
grid-area: 7 / 1 / 8 / 7;
}
#built-aside {
grid-area: 7 / 3 / 8 / 4;
}
/* ................... STYLE .................... */
/* NAV MENU */
nav {
background-color: #00b9d1;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
}
.nav__menu > * {
margin: 5px;
font-family: 'Lato', sans-serif;
}
.nav__link {
color: white;
padding: 13px;
font-size: 14px;
text-decoration: none;
}
.nav__link:nth-child(3) {
margin-right: 30px;
}
.nav__link:hover {
border: 1px solid white;
border-radius: 25px;
cursor: pointer;
}
.nav__link:active {
background: white;
color: orange;
}
.logo {
width: 200px;
}
.icon {
color: white;
height: 20px;
width: auto;
}
.icon:hover {
color: orange;
cursor: pointer;
}
/* */
aside {
background-color: #00b8d4;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 20px;
border-radius: 4px;
}
/* **** Please avoid general selctors ******* */
/* I uncomment background color because it is impact on another section */
section {
/* background-color: #cfd8dc; */
margin: 20px 0;
}
#title {
grid-area: 2 / 3 / 3 / 4;
display: flex;
flex-direction: column;
justify-content: center;
}
#logo {
grid-area: 2 / 4 / 3 / 5;
margin: 0 auto;
width: 300px;
height: auto;
}
h1,
section {
color: #fa990e;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
ul {
list-style-type: none;
}
.section-titles {
grid-area: 1 / 2 / 2 / 3;
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 20px;
overflow: hidden;
white-space: nowrap;
}
.section-grid {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
}
.footer-content {
width: 100%;
text-align: center;
margin: 0 auto;
font-size: 12px;
padding-top: 225px;
}
footer ul {
list-style: none;
margin: 0 auto;
}
footer li {
display: inline-block;
padding: 0 5px;
}
footer a {
text-decoration: none;
color: #fa990e;
}
footer .fa {
color: #00b8d4;
font-size: 30px;
padding-top: 10px;
transition: 0.5s;
}
footer .fa-github {
padding-left: 15px
}
footer .fa-facebook-official {
padding-left: 30px
}
footer .fa:hover {
transform: scale(1.2);
} | website/src/assets/css/style.css | /* HEADER */
.index__header {
display: grid;
grid-template-columns: 5fr 2fr 4fr 2fr 3fr 2fr;
grid-template-rows: repeat(5, 140px);
}
.index__logo {
grid-column: 3/4;
grid-row: 2/5;
width: 100%;
align-self: center;
}
.index__hearts {
grid-column: 2/3;
grid-row: 3/5;
align-self: center;
transform: rotate(345deg);
}
.index__pencil {
grid-column: 2/3;
grid-row: 2/3;
justify-self: end;
}
.index__scissor {
grid-column: 4/5;
grid-row: 2/3;
transform: rotate(310deg);
}
.index__sheriff {
grid-column: 3/4;
grid-row: 5/6;
justify-self: end;
align-self: start;
}
.index__star {
grid-column: 3/4;
grid-row: 1/2;
justify-self: end;
align-self: end;
}
.index__text {
grid-column: 5/6;
grid-row: 3/4;
font-size: 1.5rem;
font-weight: 100;
color: #cfd8dc;
text-align: right;
}
.index__arrow {
grid-column: 5/6;
grid-row: 4/6;
justify-self: end;
align-self: start;
}
/* SECTION */
.index__section {
background: #cfd8dc;
height: 300px;
display: flex;
padding: 100px 55% 70px 150px;
margin-top: 100px;
}
.index__section p {
color: black;
font-size: 0.9rem;
width: 50%;
text-align: justify;
padding-left: 20px;
}
/* ASIDE */
.index__aside {
width: 30%;
height: 400px;
align-items: center;
position: relative;
right: -900px;
top: -370px;
box-shadow: 0 0 20px #000;
}
.index__aside > *:nth-child(even) {
padding-bottom: 20px;
margin-top: 5px;
}
.btn-dl {
color: white;
padding: 20px;
font-size: 25px;
text-decoration: none;
border: 1px solid white;
border-radius: 40px;
cursor: pointer;
}
.btn-dl:hover {
background: white;
color: orange;
}
.btn-dl + p {
color: white;
font-size: 12px;
}
/* FOOTER */
.index__footer {
margin-top: -250px;
}
/* .............. ABOUT VIEW ................... */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0;
margin: 0;
}
:root {
--yellow-color: #fa990e;
--blue-color: #00b8d4;
--gray-color: #cfd8dc;
}
::selection {
color: var(--yellow-color);
}
.about {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 200px;
grid-gap: 3rem;
}
.about-inner {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: "a b";
}
.about-description {
padding: 0 0 0 1rem;
grid-area: a;
align-self: center;
justify-self: end;
}
.about-logo {
grid-area: b;
align-self: center;
justify-self: start;
}
.about-inner .about-title {
color: var(--yellow-color);
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 2rem;
}
.about-inner .about-summury {
color: var(--gray-color);
font-family: 'Lato', sans-serif;
font-size: .6rem;
line-height: 80%;
}
.about-logo-img {
padding: 0 0 0 8rem;
width: 250px;
height: auto;
}
.about-history {
position: relative;
background: var(--gray-color);
padding: 0 0 0 25%;
height: 150px;
align-self: center;
}
.about-inner-title {
color: var(--yellow-color);
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 2vw;
padding-top: 3.6rem;
}
.flow-box {
position: absolute;
background: var(--blue-color);
width: 30%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 190px;
}
.about-inner-description {
color: #000;
padding: 0.5rem 1rem 0 1rem;
font-size: .8rem;
font-family: 'Lato', sans-serif;
}
.about-team {
position: relative;
background: var(--gray-color);
padding: 0 0 0 25%;
color: var(--yellow-color);
height: 150px;
}
/* Extra Small devices */
@media screen and (max-width:600px) {
.about-inner {
grid-template-columns: 1fr;
grid-template-areas: "a" "b";
}
.about-description {
grid-area: a;
align-self: center;
justify-self: center;
}
.about-logo {
grid-area: b;
align-self: center;
justify-self: start;
}
}
/* Medium and Small devices */
@media screen and (max-width:910px) {
.about {
grid-gap: 4rem;
}
.flow-box {
width: 85%;
}
.about-history {
padding: 0 0 0 10%;
}
.about-team {
padding: 0 0 0 10%;
}
}
/* .............. DOCUMENTATION VIEW ................... */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
h1,
h2 {
font-family: 'Capriola', sans-serif;
}
img {
width: 100px;
height: auto;
margin-right: 20px;
}
/* ................ BUILDING THE GRID ............ */
main {
display: grid;
grid-template-rows: 70vh repeat(6, minmax(100px, 300px)) 30px;
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
grid-row-gap: 30px;
}
header {
grid-area: 1 / 1 / 2 / 7;
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
}
#infographic {
grid-area: 2 / 5 / 8 / 6;
background-color: blue;
z-index: 2;
margin-top: 20px;
border-radius: 0 0 4px 4px;
width: 350px;
height: auto;
max-height: 1930px;
}
#getting-started {
grid-area: 2 / 1 / 3 / 7;
}
#infographic-title {
grid-area: 1 / 4 / 2 / 5;
}
#getting-started-aside {
grid-area: 2 / 3 / 3 / 4;
}
#prerequisites {
grid-area: 3 / 1 / 4 / 7;
}
#prerequisites-aside {
grid-area: 3 / 3 / 4 / 4;
}
#installing {
grid-area: 4 / 1 / 5 / 7;
}
#installing-aside {
grid-area: 4 / 3 / 5 / 4;
}
#using {
grid-area: 5 / 1 / 6 / 7;
}
#using-aside {
grid-area: 5 / 3 / 6 / 4;
}
#deployment {
grid-area: 6 / 1 / 7 / 7;
}
#deployment-aside {
grid-area: 6 / 3 / 7 / 4;
}
#built {
grid-area: 7 / 1 / 8 / 7;
}
#built-aside {
grid-area: 7 / 3 / 8 / 4;
}
/* ................... STYLE .................... */
/* NAV MENU */
nav {
background-color: #00b9d1;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
}
.nav__menu > * {
margin: 5px;
font-family: 'Lato', sans-serif;
}
.nav__link {
color: white;
padding: 13px;
font-size: 14px;
text-decoration: none;
}
.nav__link:nth-child(3) {
margin-right: 30px;
}
.nav__link:hover {
border: 1px solid white;
border-radius: 25px;
cursor: pointer;
}
.nav__link:active {
background: white;
color: orange;
}
.logo {
width: 200px;
}
.icon {
color: white;
height: 20px;
width: auto;
}
.icon:hover {
color: orange;
cursor: pointer;
}
/* */
aside {
background-color: #00b8d4;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 20px;
border-radius: 4px;
}
/* **** Please avoid general selctors ******* */
/* I uncomment background color because it is impact on another section */
section {
/* background-color: #cfd8dc; */
margin: 20px 0;
}
#title {
grid-area: 2 / 3 / 3 / 4;
display: flex;
flex-direction: column;
justify-content: center;
}
#logo {
grid-area: 2 / 4 / 3 / 5;
margin: 0 auto;
width: 300px;
height: auto;
}
h1,
section {
color: #fa990e;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
ul {
list-style-type: none;
}
.section-titles {
grid-area: 1 / 2 / 2 / 3;
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 20px;
overflow: hidden;
white-space: nowrap;
}
.section-grid {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 30px minmax(50px, 1fr) minmax(100px, 400px) minmax(50px, 1fr) minmax(100px, 350px) 30px;
}
.footer-content {
width: 100%;
text-align: center;
margin: 0 auto;
font-size: 12px;
padding-top: 225px;
}
footer ul {
list-style: none;
margin: 0 auto;
}
footer li {
display: inline-block;
padding: 0 5px;
}
footer a {
text-decoration: none;
color: #fa990e;
}
footer .fa {
color: #00b8d4;
font-size: 30px;
padding-top: 10px;
transition: 0.5s;
}
footer .fa-github {
padding-left: 15px
}
footer .fa-facebook-official {
padding-left: 30px
}
footer .fa:hover {
transform: scale(1.2);
} | 0.30965 | 0.218982 |
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
padding-left: 0px !important;
}
.no-after:after{content:none !important;background:#fff}
/* table css */
tr.client_order_detail:hover{
background-color: #ddd !important;
}
th.text-left {
text-align: left !important;
}
th:first-child {
border-top-left-radius: 3px;
}
th {
color: #D5DDE5;
background: #1b1e24;
border-bottom: 4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size: 23px;
font-weight: 100;
/*padding: 16px;*/
padding: 12px;
text-align: left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align: middle;
}
/* end table css */
textarea{
resize:none;
}
body{
font-family: "lato" !important;
}
a{
text-decoration: none !important;
}
table th{
font-size: 16px !important;
text-align: center !important;
}
table td{
text-align: center !important;
}
.panel-default{
/*border: 0px solid #000 !important;*/
}
.addressbook_panel table th{
text-align: center !important;
}
.capitalize{
text-transform: capitalize;;
}
.text-bold{
font-weight: 800;
}
.no_padding{
padding: 0 !important;
}
.no_margin{
margin: 0 !important;
}
.marginTB10{
margin: 10px 0 !important;
}
.marginT50{
margin-top: 50px;
}
.marginL0{
margin-left: 0px !important;
}
.marginL5{
margin-left: 5px;
}
.marginL20{
margin-left: 20px;
}
.marginT30{
margin-top: 30px !important;
}
.marginT10{
margin-top: 10px !important;
}
.marginT5{
margin-top: 5px !important;
}
.marginT20{
margin-top: 20px !important;
}
.marginT25{
margin-top: 25px !important;
}
.marginT0{
margin-top: 0px !important;
}
.marginB5{
margin-bottom: 5px !important;
}
.marginB10{
margin-bottom: 10px !important;
}
.marginB0{
margin-bottom: 0px !important;
}
.marginB20{
margin-bottom: 20px;
}
.marginB15{
margin-bottom: 15px;
}
.marginT100{
margin-top: 100px;
}
.marginB40{
margin-bottom: 40px;
}
.marginB30{
margin-bottom: 30px;
}
.margin40{
margin: 40px !important;
}
.marginR20{
margin-right: 20px !important;
}
.pad4{
padding: 4px !important;
}
.padT5{
padding-top: 5px !important;
}
.padT8{
padding-top: 8px !important;
}
.padB0{
padding-bottom: 0px !important;
}
.padB5{
padding-bottom: 5px !important;
}
.padB8{
padding-bottom: 8px !important;
}
.padB10{
padding-bottom: 10px !important;
}
.padB30{
padding-bottom: 30px !important;
}
.padB20{
padding-bottom: 20px !important;
}
.padB15{
padding-bottom: 15px !important;
}
.padB100{
padding-bottom: 100px !important;
}
.padL0{
padding-left: 0px !important;
}
.padL15{
padding-left: 15px !important;
}
.padL4{
padding-left: 4px !important;
}
.padL8{
padding-left: 8px !important;
}
.padL20{
padding-left: 20px !important;
}
.padL30{
padding-left: 30px !important;
}
.padT0{
padding-top: 0px !important;
}
.padT4{
padding-top: 4px !important;
}
.padT10{
padding-top: 10px !important;
}
.padT20{
padding-top: 20px !important;
}
.padT25{
padding-top: 25px !important;
}
.padT30{
padding-top: 30px !important;
}
.padT40{
padding-top: 40px !important;
}
.padT50{
padding-top: 50px !important;
}
.padT100{
padding-top: 100px !important;
}
.padL100{
padding-left: 100px !important;
}
.padR70{
padding-right: 70px !important;
}
.padR100{
padding-right: 100px !important;
}
.padR30{
padding-right: 30px !important;
}
.padR25{
padding-right: 25px !important;
}
.padR20{
padding-right: 20px !important;
}
.green{
color:#5cb85c !important;
}
.red{
color:#e43a45 !important;
}
.colorYellow{
color: #ffc107 !important;
}
.fs40{
font-size: 40px !important;
}
.fs30{
font-size: 30px !important;
}
.fs23{
font-size: 23px !important;
}
.fs20{
font-size: 20px !important;
}
.fs22{
font-size: 22px !important;
}
.fs12 {
font-size: 12px !important;
}
.fs14 {
font-size: 14px !important;
}
.fs16 {
font-size: 16px !important;
}
.fs18 {
font-size: 18px !important;
}
.fs20 {
font-size: 20px !important;
}
.fs80{
font-size: 80px;
}
.fs60{
font-size: 60px !important;
}
.pad30{
padding: 30px;
}
.pad20{
padding: 20px;
}
.pad12{
padding: 12px;
}
.pad12{
padding: 12px;
}
.pad10{
padding: 10px;
}
.pad8{
padding: 8px;
}
.pad5{
padding: 5px !important;
}
.padR0{
padding-right: 0px !important;
}
.padR5{
padding-right: 5px !important;
}
.underLine{
text-decoration: underline;
}
.no-table-bg th {
color: #000;
background: none;
}
.no-border th{
border: none;
}
.no-border{
border: none !important;
}
.borderBottomNone > thead > tr > th, .borderBottomNone > tbody > tr > td{
border-bottom: none !important;
border-top: none !important;
}
.hide{
display: none;
}
.no-TableBorder th, .no-TableBorder td{
border: none !important;
}
.border2 th, .border2 td{
border: 2px solid #000 !important;
}
.border2{
border: 2px solid hsl(0, 0%, 0%) !important;
}
.border1Black{
border: 1px solid #000 !important;
}
.border1Grey{
border: 1px solid #ddd !important;
}
.defaultBorder{
border: 1px solid #ccc !important;
}
.border4Units{
border: 1px solid #ccc !important;
}
.border3Units{
border-left: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.noLBorder{
border-left: none !important;
}
.widthAuto{
width: auto !important;
}
.width100{
width: 100% !important;
}
.width90{
width: 90% !important;
}
.width70{
width: 70% !important;
}
.width50{
width: 50% !important;
}
.width40{
width:40% !important;
}
.width22{
width:22% !important;
}
.width10{
width:10% !important;
}
.height33{
height:33px;
}
.height30{
height:30px;
}
.height18{
height:18px !important;
}
.noCursor{
cursor: not-allowed !important;
}
.cursorPointer{
cursor: pointer !important;
}
.backYellow{
background-color: yellow;
}
.noBg{
background: none !important;
}
.noListStyle{
list-style: none !important;
}
.minHeight200{
min-height: 200px !important;
}
.minHeight45{
min-height: 45px;
}
.height150{
height: 150px !important;
}
.disabled {
pointer-events: none;
cursor: default;
}
.BorderRed{
border: 1px solid red !important;
}
.BorderGreen{
border: 1px solid green !important;
}
.margin20{
margin: 20px !important;
}
.colorBlack{
color: #000 !important;
}
.colorDarkGrey{
color: #696969 !important;
}
.colorLightGrey{
color: #dddddd !important;
}
.bgBlue{
background-color: #4a90e2;
}
.bgRed{
background-color: #d0021b;
}
.bgGrey{
background-color: #ddd;
}
.opaque{
opacity: 0.5 !important;
}
.overflow_unset{
overflow-x: unset;
}
.round_btn{
height: 38px !important;
/*min-width: 200px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
padding-left: 30px !important;
padding-right: 30px !important;
text-align: center !important;*/
padding: 5px 10px !important;
font-size: 20px !important;
}
.dBlock{
display: block !important;
}
.uppercase{
text-transform: uppercase;
}
.pos_relative{
position: relative !important;
}
.ajax_loading p {
position: absolute;
left: 0;
right: 0;
top: 55%;
}
.ajax_loading {
display: none;
position: fixed;
z-index: 999999;
top: 0;
left: 0;
height: 100%;
width: 100%;
font-weight: 600;
text-align: center;
font-size: 34px;
padding-top: 337px;
background: rgba( 255, 255, 255, .2 )
url('../img/ajax-loader.gif')
50% 50%
no-repeat;
}
.datasheet_download{
color:#fff;
background-color: #364150;
}
body.loading {
overflow: hidden;
}
body.loading .ajax_loading {
display: block;
}
.panel-heading{
font-size: 24px;
}
.birthday_div{
padding-left: 15px !important;
padding-right: 15px !important;
}
.cursor{
cursor: pointer;
}
.welcome_text{
margin-bottom: 80px;
margin-top: 150px;
}
#admin_login{
background: #034da0 !important;
padding: 15px;
}
#client_login{
background: #ed423f !important;
padding: 45px 15px;
}
.powerseal_login{
border: none !important;
color: #fff !important;
white-space: normal;
line-height: 70px !important;
height: 173px;
width: 500px;
align-items: center;
font-size: 60px;
word-wrap: break-word;
overflow: hidden;
}
.page_goto{
background-color: #337ab7;
color: #fff;
}
tr.completed td:first-child{
border-left: 5px solid green;
}
tr.completed td:last-child{
border-right: 5px solid green;
}
tr.hold td:first-child{
border-left: 5px solid red;
}
tr.hold td:last-child{
border-right: 5px solid red;
}
tr.progress td:first-child{
border-left: 5px solid #FFA500;
}
tr.progress td:last-child{
border-right: 5px solid #FFA500;
}
/*tr.oneweek td:first-child{
border-left: 5px solid blue;
}
tr.oneweek td:last-child{
border-right: 5px solid blue;
}
tr.twoweek td:first-child{
border-left: 5px solid brown;
}
tr.twoweek td:last-child{
border-right: 5px solid brown;
}*/
.datepicker th.prev,.datepicker th.next{
font-size: 20px !important;
line-height: 19px;
}
#prod-unapp-table_wrapper tr th,#prod-unapp-table_wrapper tr td{
vertical-align: middle;
}
table.preview_order th , table.preview_order td{
font-size: 11px !important;
}
.cat_name{
text-transform: uppercase;
}
.checkbox_li ul{
list-style-type: none;
padding-left: 0px !important;
margin-bottom: 0px !important;
}
.checkbox_li{
padding-left: 20px;
}
.module_box{
border:1px solid #e1e1e1;
padding: 5px 10px;
}
.first_box:first-child{
width: 68%;
float: left;
}
.first_box{
width: 10%;
float: left;
}
.first_box .radio {
text-align: center;
}
.box_head:first-child{
font-size: 20px;
text-align: center;
}
.box_head{
font-weight: 600;
padding: 5px 0;
}
.module_div_check{
padding-left: 5px;
padding-top: 10px;
padding-bottom: 11px;
}
.module_div_check1{
padding-left: 4px;
padding-top: 10px;
padding-bottom: 11px;
}
.module_div_check2{
padding-left: 3px;
padding-top: 10px;
padding-bottom: 11px;
}
/*for modal */
.modal.fade .modal-dialog {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
top: 300px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform: translate3d(0, -300px, 0);
transform: translate3d(0, -300px, 0);
opacity: 1;
}
.assign_user_list{
width: 33%;
float: left;
}
/*ends here*/
.checkbox_main{
padding-left: 20px;
}
.label-form{
font-size: 16px;
font-weight: 600;
}
.module_box .first_box a{
text-decoration: none;
}
.billing_add_check{
padding: 2px 0px 0 21px;
margin: 0;
}
.lead_contact_check{
padding: 0px 0 0 20px;
margin: 0;
float: left;
}
.lead_contact_box{
padding-top: 8px;
}
.top_margin_7px{
margin-top: 7px !important;
}
.contact_box{
padding: 5px 8px;
text-align: center;
font-size: 16px;
}
.pla_number_css{
width:35%;
height: 80%;
}
.pla_icon{
float: left;
padding-top: 3px;
padding-right: 25px;
margin-left: 61px;
}
.page-logo-img , .page-snall-logo {
text-align: center;
}
.users-panel {
text-align: center;
}
span.user_title {
font-size: 25px;
color: #034da0;
font-weight: 600;
display: block;
}
.row.user-panel-2 {
margin-top: 100px;
}
a.user-panel-click:hover .user_title {
color: #ed3035;
text-decoration: none;
}
a.user-panel-click {
display: block;
}
.users-panel {
width: 300px;
margin: 0 auto;
}
.users-panel a:hover {
background: #f6f6f6;
text-decoration:none;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
a.user-panel-click {
padding: 10px 0 15px 0;
}
h1.page-title {
color: #ed3035 !important;
}
@media only screen and (max-width: 40em) {
.users-panel {
width:auto;
}
}
.page-head-title{
font-size:40px;
color:#080808;
}
.address-text{
font-size:22px;
}
.pla_delete_icon{
font-size: 35px;
padding-top: 10px;
}
input.search-textbox {
width: 210px;
height: 40px;
border: 1px solid #000;
text-indent: 8px;
}
img.search-input {
margin-left: 12px;
}
.save_btn{
background: transparent;
border: none;
}
.add_user_txt{
font-size: 18px;
text-align: center;
}
.group-form label {
display: block;
font-weight: 600;
font-size: 14px;
}
.nav-item i{
font-size: 23px !important;
}
.nav-item .title{
font-size: 16px !important;
}
.page-small-logo{
text-align: center;
}
/*.pagin{
padding-left: 0;
margin: 5px 0;
text-align: center;
list-style: none;
}
.pagin i {
font-size: 26px;
}
.pagin li{
display: inline-block;
}*/
.total_page_no{
font-size: 23px;
padding: 0px 2px;
}
.attr_box{
border:1px solid #e1e1e1;
}
.attr_box_text{
font-size: 18px;
padding: 10px 5px 0px 5px;
}
.attr_box_text_no{
font-size: 18px;
padding: 62px 0px;
text-align: center;
}
.attr_box_text .checkbox{
margin-left: 20px;
margin-top: 4px;
}
.sel_check_act{
color:#337ab7;
}
.total-lable {
padding: 0 !important;
}
.total-lable td {
display: block;
padding: 15px 8px 0;
font-size: 16px;
}
.total-lable table {
width: 100%;
}
.balance {
font-size: 18px !important;
font-weight: 700;
border-top: 2px solid #979797;
border-bottom: 2px solid #979797;
margin: 10px 0;
padding: 5px 8px !important;
}
.terms-main {
margin-top: 9px;
}
.prdct-list {
margin-top: 25px;
}
.prdct-list .table thead tr th {
font-size: 16px;
font-weight: 600;
}
.add_prod_sub_btn{
font-size: 22px;
padding: 8px 0 0 11px;
}
.tax_block{
padding-bottom: 2px;
}
.quote_btm_img{
padding-bottom: 10px;
}
.order_left_section , .order_left_section_eng{
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
.order_left_section:first-child , .order_left_section_eng:first-child{
border-top: 1px solid #000;
}
.order_right_section{
border-top: 1px solid #000;
border-left: 1px solid #000;
margin-left: -1px;
}
.daterangepicker_input input{
width:100% !important;
}
.orderpage_price{
width: 32%;
border: 1px solid #000;
margin: 4px auto;
}
.orderpage_history{
font-size: 20px;
padding-top: 26px;
}
.order_active{
background: #e5e5e5;
}
.order_lost{
background: #D0021B;
color: #fff;
}
.order_won{
background: #7ED321;
color: #fff;
}
.order_delay{
background: #FFA50E;
color: #fff;
}
.order_lost_text{
color: #D0021B;
}
.order_won_text{
color: #7ED321 !important;
}
/* new css */
.time_options ul{
border: 2px solid #000;
font-size: 20px;
color: #000;
}
.time_options ul li {
line-height: 35px;
}
.time_options {
position: absolute;
width: 200px;
top: 70px;
z-index:9999;
background: #fff;
}
.order_btns{
position: relative;
}
.no_record_found{
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 40px;
border:1px solid #000;
}
/*5-1-2017**/
.td_align_center{
text-align: center !important;
}
.page-sidebar-menu li i{
color:#fff !important;
}
.change_attr_size{
float: right;
}
.text_dashboard_up{
color:#508501;
font-size:20px;
}
.text_dashboard_down{
color:#DB2022;
font-size:20px;
}
.dash_row_div1{
margin:30px 0;
}
.dash_row_div2{
margin-bottom: 25px;
}
.dash_img{
margin-bottom: 10px;
}
.paginate_input{
width: 17%;
text-align: center;
}
.order_font_review{
font-size:19px;
border: 2px solid #e1e1e1;
margin-top: 15px;
}
.product_list_detail{
border-right: 1px solid #000;
}
#upfile1, #upfile2, #upfile3, #upfile4{
width: 250px;
height: 200px;
border: 1px solid #000;
padding: 40px;
cursor:pointer;
}
#cross-icon-css1,#cross-icon-css2,#cross-icon-css3,#cross-icon-css4{
width: 35px;
height: 35px;
}
/*#cross-icon-css2{width: 35px;
height: 35px;
}*/
.or_tbl_action_img{
width:21px;
margin-left: 7px;
}
.or_tbl_action_img2{
width:25px;
margin-left: 7px;
}
.order_review_tble th{
padding: 9px;
font-size: 20px;
}
.order_review_tble td{
padding: 9px;
font-size: 16px;
}
.data_sheet_det{
font-size: 17px;
}
.or_right_cont{
border-top: 1px solid #000;
}
.es_code_top{
margin-top:30px;width:100%;text-align:center;font-size:20px;font-weight:bold;
}
.es_label_inst{
font-size: 18px;font-weight: normal;text-align: center;
}
.eng_sol_c1{
width: 52px;
margin-top: -216px;
margin-left: -14px;
}
.hold_div , .approve_div{
text-align: center;
}
.sd_cross1 , .sd_cross2, .sd_cross3, .sd_cross4{
/*margin-top: -37px;
margin-left: -9px;*/
margin-top: -41px;
margin-left: 145px;
}
.es_prod_list{
border: 1px solid #e1e1e1;
text-align: center;
padding: 0 0 10px 0;
margin-top: 10px;
}
/* inventory management*/
#logo_file.hide{
display: none !important;
}
.inv-btn {
background-color: hsla(0, 0%, 0%, 0);
border: 2px solid hsl(0, 0%, 0%);
border-radius: 3px;
font-size: 22px;
padding: 6px 20px;
}
.inv-btn:hover, .inv-btn:focus,
.inv-btn.active.focus, .inv-btn.active:focus,
.inv-btn.active:hover, .inv-btn:active.focus,
.inv-btn:active:focus, .inv-btn:active:hover {
background: transparent;
border-color: #000;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
outline: medium none;
}
/* ================
Index page
================ */
.check_form .form-group, .rent_form .form-group {
clear: both;
overflow: hidden;
}
.large_btn{
width: 335px;
/*width: 100%;*/
border-radius: 5px !important;
}
.small_btn{
width: 240px;
border-radius: 5px !important;
}
.supplier_btn{
width: 230px;
border-radius: 5px !important;
}
.xsmall_btn{
width: 190px;
border-radius: 5px !important;
}
.check_form input, .check_form select {
border: 1px solid hsl(0, 0%, 0%);
border-radius: 2px;
height: 38px;
width: 100%;
padding: 2px 15px;
}
.check_in_out h2{
color: #000;
font-weight: 100;
margin-bottom: 55px;
}
.check_in_out .check_form label {
font-size: 22px;
font-weight: 100;
color: hsl(0, 0%, 0%);
}
.quality_inputs input {
float: left;
margin-right: 7px;
width: 68%;
}
.quality_inputs select{
width: 100%;
}
/*.check_form{
margin: 40px 0;
}*/
.check_form .form-group , .rent_form .form-group{
margin-bottom: 20px;
}
.check_in_out .fa-angle-right{
margin-left: 10px;
}
.form_discription h2{
margin-top: 0;
margin-bottom: 20px;
}
.form_discription .discription_table th {
font-size: 25px;
font-weight: 100;
color: hsl(0, 0%, 0%);
width: 33%;
}
.form_discription .discription_table td {
font-size: 16px;
padding: 5px 10px;
color: hsl(0, 0%, 0%);
}
.check_input_btn .checkin_btn{
position: relative;
}
.check_inout_btn .checkin_btn::after {
background-color: hsl(0, 0%, 0%);
content: "";
font-weight: 100;
height: 55px;
position: absolute;
right: -43px;
top: -6px;
transform: rotate(-141deg);
width: 2px;
}
.bottom_text {
margin: 40px 0 20px;
}
.bottom_text p{
font-size: 16px;
}
/*.select_box{
position: relative;
}
.select_box::after {
align-items: center;
background-color: hsl(0, 0%, 100%);
color: hsl(0, 0%, 0%);
content: "";
display: flex;
font-family: "fontAwesome";
font-size: 25px;
height: 35px;
pointer-events: none;
position: absolute;
right: 1px;
top: 2px;
width: 25px;
}*/
.quality_inputs .select_box::after{
right: 1.5px;
}
.rent_container{
width: 900px;
}
.rent_form label {
font-size: 22px;
font-weight: 100;
}
.rent_form input, .rent_form select {
border: 1px solid hsl(0, 0%, 0%);
border-radius: 2px;
height: 38px;
padding: 2px 15px;
}
.scan_btn{
width: 500px;
border-radius: 5px !important;
}
.quality_inputs .select_box{
display: inline-block;
height: 100%;
width: 30%;
}
/* view inventory table*/
.icon_text{
margin-left: 185px;
font-size: 30px;
}
.threshold_icon{
font-size: 81px;
right: 90px;
padding-right: -16px;
padding: 38px;
}
.title{
margin-left: 20px;
bottom: 80px;
}
.threshold_checkbox{
margin-left: 80px;
bottom: 65px;
}
.low{
bottom: 78px;
}
.very_low{
bottom: 78px;
}
.low_pro_class{
bottom: 40px;
}
.very_low_pro_class{
bottom: 40px;
}
.title_pro_class{
margin-left: 52px;
bottom: 40px;
}
span.very_low_raw_material{
color: #FF0000;
}
span.low_raw_material{
color: #FFA500;
}
td.very_low_raw_material{
border-right: 2px solid #FF0000 !important;
}
td.low_raw_material{
border-right: 2px solid #FFA500 !important;
}
td#very_low_raw_material{
border-left: 3px solid #FF0000;
}
td#low_raw_material{
border-left: 3px solid #FFA500;
}
span.unavailable{
color:#FF0000 !important;
}
td.unavailable{
border-left: 3px solid #FF0000 !important;
}
td#unavailable{
border-right: 2px solid #FF0000 !important;
}
/* purchasing module*/
.supplier_add{
margin-top: 5px;
}
.supplier_add a{
vertical-align: bottom;
}
.supplier_big a{
padding: 6px 6px !important;
}
.supplier_small a{
padding: 6px 38px !important;
}
.supplier_logo{
height: 200px;
width: 200px;
background-color: #E0E0E0;
border-radius: 100px !important;
margin: 0 auto;
}
span.stars, span.stars span {
display: block;
background: url('../img/stars.png') 0 -16px repeat-x;
width: 80px;
height: 16px;
}
span.stars span {
background-position: 0 0;
}
.rating{
float: left !important;
}
.supplier_ranking{
background-color: #F9F9F9 !important;
}
ul#supplier_list li a {
color: #000;
}
ul#supplier_list li:hover,ul#supplier_list li:focus{
background-color: #D4D4D4 !important;
}
ul#supplier_list li.active{
background-color: #D4D4D4 !important;
}
ul#supplier_list {
overflow-y: auto;
max-height: 350px;
overflow-x: hidden;
}
.supplier_logo .image_on_logo{
border-radius: 100% !important;
}
.supplier_logo{
display: table;
}
.supplier_logo h2 {
vertical-align: middle;
margin: 0;
text-align: center;
display: table-cell;
color: #a1a1a1;
font-size: 48px;
}
.supplier_section_image {
position: relative;
}
.upload_logo {
position: absolute;
bottom: 0;
margin-right: 60px;
border-radius: 100% !important;
background: #888;
width: 50px;
height: 50px;
right: 0;
}
.upload_logo a {
display: inline-block;
}
i#logo_image {
font-size: 30px;
vertical-align: middle;
display: inherit;
color: #fff;
text-align: center;
margin-left: -2px;
}
.textTop{
vertical-align: text-top !important;
}
.round_btn[disabled]{
border: 1px solid #ddd !important;
color: #ddd;
pointer-events: none !important;
}
.top_suppliers{
border: 3px solid #ddd;
border-radius: 10px !important;
}
.show_rating span,.show_rating p{
display: inline-block !important;
}
.top_suppliers .supplier_logo {
height: 130px !important;
width: 130px !important;
}
.top_suppliers .supplier_logo h3{
vertical-align: middle;
margin: 0;
text-align: center;
display: table-cell;
color: #a1a1a1;
}
.top_suppliers.active{
border: 3px solid #A2C6F0 !important;
}
a.quick_dates, a.show_filter, a.custom-tab{
color: #333333 !important;
}
a.quick_dates.active{
font-weight: bold;
}
li.custom-tabs.active a{
background: none !important;
font-weight: bold;
border-bottom: 2px solid;
}
li.accounting-tabs.active a{
background: none !important;
font-weight: bold;
}
.raw_add tr td{
padding: 12px;
}
.tr_bg_selected{
background-color: #82BEE6 !important;
}
/* purchasing module*/
/* Added on 06june2017 for lock/unlock modal in view inventory admin panel */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px !important;
}
.slider.round:before {
border-radius: 50%;
}
.switch{
margin-top: 10px;
}
.lock_modal_title{
font-size: 30px;
}
.icon_lock_unlock{
margin-top: 8px;
}
/* Added on 06june2017 for lock/unlock modal in view inventory admin panel */
/* datasheet module*/
.datasheet_btn{
padding-top: 15px;
padding-bottom: 15px;
font-size: 25px;
font-weight: bold;
color: #fff;
border: none;
}
.datasheet_save{
padding-left: 113px;
padding-right: 113px;
}
.datasheet_cancel{
padding-left: 100px;
padding-right: 100px;
}
.border2 .inner_table td, .border2 .inner_table th{
border: 0 !important;
text-align: center;
line-height: 3;
}
.border2 .inner_table td:first-child{
border-right: 2px solid #000 !important;
}
/* datasheet module*/
/* accounting module*/
#calendar a.transaction_title.past_due:before, #calendar a.transaction_title.unpaid:before {
position: absolute;
content: "Past due";
right: 0;
bottom: -19px;
font-size: 10px;
background: #F67586;
border-radius: 100px;
padding: 1px 6px;
text-transform: capitalize;
color: #fff;
}
#calendar a.transaction_title.unpaid:before {
background: #F3F3F3;
content: "Unpaid";
color: #6d6d6d;
}
#calendar a.transaction_title.past_due, #calendar a.transaction_title.unpaid {
position: relative;
margin-top: 13px;
}
#calendar a.transaction_title.paid {
opacity: 0.3;
}
#calendar .fc-list-table .past_due .cost:before , #calendar .fc-list-table .paid .cost:before , #calendar .fc-list-table .unpaid .cost:before {
content: "Past Due";
position: absolute;
right: -48px;
font-size: 10px;
top: 1px;
background: #F796A2;
color: #fff;
border-radius: 100px;
padding: 1px 4px;
}
#calendar .fc-list-table .paid .cost:before {
content: "Paid";
color: #6d6d6d;
background: #BCE981;
right: -39px;
padding: 1px 8px;
}
#calendar .fc-list-table .unpaid .cost:before {
content: "Unpaid";
color: #6d6d6d;
background: #F3F3F3;
right: -41px;
}
#calendar .fc-list-table .past_due .cost, #calendar .fc-list-table .paid .cost, #calendar .fc-list-table .unpaid .cost {
position: relative;
}
#calendar .fc-list-table .paid {
opacity: 1;
}
#calendar .fc-list-table tr td {
table-layout: auto;
display: block;
overflow: hidden;
}
.list_view span.expense, .list_view span.sales {
position: relative;
}
.list_view span.expense:after, .list_view span.sales:after {
position: absolute;
left: -36px;
background: url('../img/arrow.png');
width: 32px;
height: 37px;
content: "";
}
.list_view span.sales:after {
background-position: -32px 0;
left: -44px;
}
.icon-spinner{
position: absolute;
top: 10px;
right: 15px;
}
#group_by_holder{
position: relative;
}
hr.group_by{
border-color: #ccc;
}
#group_by_holder span{
position: absolute;
content: "";
background-image: url(http://localhost/ps-erp/public/img/arrow-up.jpg);
height: 8px;
width: 21px;
/*left: 50%;*/
background-repeat: no-repeat;
top: -7px;
}
.accounting-tabs a:hover{
background-color: transparent !important;
}
#invoice_cancel_btn {
padding: 6.5px 47px !important;
vertical-align: 2px !important;
}
#upcoming_payments p.sale{
color: #008000;
}
#upcoming_payments p.expense{
color: #FF0000;
}
div#area_chart, div#pie_chart{
border: 1px solid #ddd;
padding: 20px 0;
}
#upcoming_payments {
overflow: hidden;
border: 1px solid #ddd;
padding: 20px 0px;
margin-top: 30px;
}
/* full calendar*/
.fc-event, .fc-event:hover, .ui-widget .fc-event{
color: #000 !important;
}
.fc-event {
border: none !important;
background-color: transparent !important;
}
.sales div.fc-content{
border-bottom: 2px solid #008000;
}
.transaction_title{
margin-bottom: 5px !important;
}
.expense div.fc-content{
border-bottom: 2px solid #FF0000;
}
.list_view span.expense{
color: #FF0000 !important;
}
.list_view span.sales{
color: #008000 !important;
}
#calendar span.fc-day-number{
font-weight: bold;
}
.fc-popover.fc-more-popover{
min-height: 150px !important;
min-width: 300px !important;
}
.fc-list-table{
text-align: center;
}
/* purchase module raw material list*/
#bulk_purchase{
background-image: url('../img/check-tick.png');
background-repeat: no-repeat;
background-position: 8px 6px;
background-size: 14%;
}
#raw_material_list tbody {
display:block;
max-height:350px;
overflow:auto;
}
#raw_material_list thead, #raw_material_list tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
#raw_material_list>thead>tr>th{
border: 1px solid #ddd;
}
/* responsive */
.check_inout_btn .checkin_btn{
position: relative;
}
.check_inout_btn button[disabled], .small_btn.checkout_btn[disabled]{
border: 1px solid #ddd;
color: #ddd;
}
input#sku {
position: relative;
}
i.fa.fa-spinner.fa-spin {
position: absolute;
top: 11px;
right: 22px;
}
.form_discription table, .sequence_table table{
width:100%;
}
.form_discription .table-responsive, .sequence_table .table-responsive{
border: none;
}
.check_input_btn button.checkin_btn:after {
background-color: hsl(0, 0%, 0%);
content: "";
font-weight: 100;
height: 55px;
position: absolute;
right: -34px;
top: -6px;
transform: rotate(-141deg);
width: 2px;
}
.form_discription {
min-height: 426px;
}
.first_box.module_div_check,.first_box.module_div_check1, .first_box.module_div_check2{
text-align: center;
}
.first_box.radio_center {
text-align: center;
}
.first_box.box_head {
text-align: center;
}
.first_box .btn-sm {
padding: 5px 40px;
}
.portlet-body.product_assign_number {
margin-top: 40px;
}
.product_management {
margin: 40px 0 0;
}
.threshold_image {
margin: 40px 0;
}
.close_order_btn {
margin: 10px 0 0;
}
p.monetary_value {
margin: 0;
}
.pagination li:first-child span , .pagination li:first-child a , .pagination li:last-child span , .pagination li:last-child a{
font-size: 20px !important;
padding: 1px 12px !important;
}
/*
RESPONSIVE
/*
@media (max-width:1199px){
.first_box:first-child {
width: 63%;
}
.first_box {
width: 12%;
}
.assign_user_list {
width: 47%;
float: inherit;
display: inline-block;
text-transform: capitalize;
}
.first_box .btn-sm {
padding: 5px 30px;
}
.assign_user_list label {
padding-left: 10px;
}
.dataTables_wrapper .table thead tr th {
font-size: 10px !important;
}
.dataTables_wrapper .table > thead > tr > th {
vertical-align: middle;
border-bottom: 2px solid #ddd;
}
.pla_icon {
margin-left: 0;
}
.product_widout_approval label.bold {
font-size: 12px;
}
.small_btn {
width: 190px;
}
.btn-default.inv-btn {
font-size: 20px;
}
.rent_button .scan_btn {
width: 400px;
}
.rent_form label {
font-size: 20px;
}
.modal_approval textarea {
resize: none;
border: 1px solid #ddd;
}
.req_raw_btn .width80, .req_mfcture_btn .width80{
width: 100%;
float: left;
}
.upload_logo {
margin-right: 25px;
}
}
@media (max-width:991px){
#group_by_holder span{
display: none;
}
}
@media (max-width:989px){
.portlet-body .row.user-panel-2 {
margin-top: 0px;
}
.bottom_quote_btn.cursor {
margin-bottom: 30px;
}
.form-control.pla_number{
padding:6px 8px;
}
.pla_number_css {
width: 43%;
}
.sales_list {
margin-bottom: 24px;
}
.fs30 {
font-size: 24px !important;
}
.product_management .users-panel{
margin-bottom:20px;
}
.checkin_btn, .checkout_btn {
width: 45%;
}
.form_discription {
margin-top: 53px;
min-height: auto;
}
.messgae_check_in {
position: absolute;
top: -2px;
left: 0;
}
.threshold_image {
margin: 20px 0;
}
.modal_approval {
text-align: center;
}
.modal_checkout h2.modal-title {
text-align: center;
}
.threshold_modal_inventory .padL15 {
padding-left: 0 !important;
}
.add_inventory_button button {
margin-top: 11px;
}
}
@media (max-width:767px){
.sub_head{
text-align: center;
}
span.select2.select2-container.select2-container--default {
width: 100% !important;
}
.text-right .assignusers.cursor {
float: left;
margin-top: 18px;
}
.portlet-body.product_assign_number {
margin-top: 15px;
}
.product_assign_number .users-panel {
margin-bottom: 20px;
}
.rent_button .small_btn {
width: 49%;
}
.search_input {
display: inline-block;
float: left;
width: 70%;
}
.pla_icon {
padding-right: 20px;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 70%;
margin-bottom: 10px;
float:initial;
}
.close_order_btn .small_btn {
width: 67%;
}
.close_order_btn {
margin:0;
}
#request_manufacture_form .table-responsive {
border: none;
}
.upload_logo {
margin-right: 55px;
}
}
@media (max-width: 599px){
.check_inout_btn .checkin_btn::after {
height: 50px;
right: -29px;
top: -4px;
transform: rotate(-150deg);
}
}
@media (max-width:500px){
.first_box .btn-sm {
padding: 5px 10px;
}
.first_box {
width: 14%;
}
.first_box:first-child {
width: 58%;
}
h4.cat_name {
font-size: 16px;
}
.rent_button .scan_btn {
width: 300px;
}
.checkbox_text label {
display: inline;
padding-left: 5px;
}
}
@media (max-width:480px){
.btn-default.inv-btn {
font-size: 17px;
}
.check_inout_btn .checkin_btn::after {
height: 40px;
right: -19px;
top: -1px;
}
.search_input {
width: 89%;
}
textarea.field {
width: 100%;
}
.close_order_btn .small_btn {
width: 64%;
}
}
@media (max-width:380px){
.assign_user_list {
width: 100%;
}
h4.cat_name {
font-size: 15px;
}
.first_box:first-child {
width: 55%;
}
.first_box {
width: 15%;
}
.sales_setting span.user_title {
font-size: 22px;
}
.add_unitbtn {
margin: 10px 0 !important;
}
.rent_button .scan_btn {
width: 280px;
}
.close_order_btn .small_btn {
width: 76%;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 85%;
}
p.monetary_value {
margin: 10px 0 0;
}
}
@media (max-width:320px){
.btn-default.inv-btn {
font-size: 13px;
}
.check_inout_btn .checkin_btn::after {
right: -15px;
height: 34px;
}
.rent_button .scan_btn {
width: 220px;
}
.search_input {
width: 85%;
}
.submit_inventroy_button .large_btn {
width: 240px;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 100%;
}
.close_order_btn .small_btn {
width: 87%;
}
.materials_body .form-control {
padding: 6px 4px;
}
}
/* responsive */ | public/css/style.css | .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
padding-left: 0px !important;
}
.no-after:after{content:none !important;background:#fff}
/* table css */
tr.client_order_detail:hover{
background-color: #ddd !important;
}
th.text-left {
text-align: left !important;
}
th:first-child {
border-top-left-radius: 3px;
}
th {
color: #D5DDE5;
background: #1b1e24;
border-bottom: 4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size: 23px;
font-weight: 100;
/*padding: 16px;*/
padding: 12px;
text-align: left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align: middle;
}
/* end table css */
textarea{
resize:none;
}
body{
font-family: "lato" !important;
}
a{
text-decoration: none !important;
}
table th{
font-size: 16px !important;
text-align: center !important;
}
table td{
text-align: center !important;
}
.panel-default{
/*border: 0px solid #000 !important;*/
}
.addressbook_panel table th{
text-align: center !important;
}
.capitalize{
text-transform: capitalize;;
}
.text-bold{
font-weight: 800;
}
.no_padding{
padding: 0 !important;
}
.no_margin{
margin: 0 !important;
}
.marginTB10{
margin: 10px 0 !important;
}
.marginT50{
margin-top: 50px;
}
.marginL0{
margin-left: 0px !important;
}
.marginL5{
margin-left: 5px;
}
.marginL20{
margin-left: 20px;
}
.marginT30{
margin-top: 30px !important;
}
.marginT10{
margin-top: 10px !important;
}
.marginT5{
margin-top: 5px !important;
}
.marginT20{
margin-top: 20px !important;
}
.marginT25{
margin-top: 25px !important;
}
.marginT0{
margin-top: 0px !important;
}
.marginB5{
margin-bottom: 5px !important;
}
.marginB10{
margin-bottom: 10px !important;
}
.marginB0{
margin-bottom: 0px !important;
}
.marginB20{
margin-bottom: 20px;
}
.marginB15{
margin-bottom: 15px;
}
.marginT100{
margin-top: 100px;
}
.marginB40{
margin-bottom: 40px;
}
.marginB30{
margin-bottom: 30px;
}
.margin40{
margin: 40px !important;
}
.marginR20{
margin-right: 20px !important;
}
.pad4{
padding: 4px !important;
}
.padT5{
padding-top: 5px !important;
}
.padT8{
padding-top: 8px !important;
}
.padB0{
padding-bottom: 0px !important;
}
.padB5{
padding-bottom: 5px !important;
}
.padB8{
padding-bottom: 8px !important;
}
.padB10{
padding-bottom: 10px !important;
}
.padB30{
padding-bottom: 30px !important;
}
.padB20{
padding-bottom: 20px !important;
}
.padB15{
padding-bottom: 15px !important;
}
.padB100{
padding-bottom: 100px !important;
}
.padL0{
padding-left: 0px !important;
}
.padL15{
padding-left: 15px !important;
}
.padL4{
padding-left: 4px !important;
}
.padL8{
padding-left: 8px !important;
}
.padL20{
padding-left: 20px !important;
}
.padL30{
padding-left: 30px !important;
}
.padT0{
padding-top: 0px !important;
}
.padT4{
padding-top: 4px !important;
}
.padT10{
padding-top: 10px !important;
}
.padT20{
padding-top: 20px !important;
}
.padT25{
padding-top: 25px !important;
}
.padT30{
padding-top: 30px !important;
}
.padT40{
padding-top: 40px !important;
}
.padT50{
padding-top: 50px !important;
}
.padT100{
padding-top: 100px !important;
}
.padL100{
padding-left: 100px !important;
}
.padR70{
padding-right: 70px !important;
}
.padR100{
padding-right: 100px !important;
}
.padR30{
padding-right: 30px !important;
}
.padR25{
padding-right: 25px !important;
}
.padR20{
padding-right: 20px !important;
}
.green{
color:#5cb85c !important;
}
.red{
color:#e43a45 !important;
}
.colorYellow{
color: #ffc107 !important;
}
.fs40{
font-size: 40px !important;
}
.fs30{
font-size: 30px !important;
}
.fs23{
font-size: 23px !important;
}
.fs20{
font-size: 20px !important;
}
.fs22{
font-size: 22px !important;
}
.fs12 {
font-size: 12px !important;
}
.fs14 {
font-size: 14px !important;
}
.fs16 {
font-size: 16px !important;
}
.fs18 {
font-size: 18px !important;
}
.fs20 {
font-size: 20px !important;
}
.fs80{
font-size: 80px;
}
.fs60{
font-size: 60px !important;
}
.pad30{
padding: 30px;
}
.pad20{
padding: 20px;
}
.pad12{
padding: 12px;
}
.pad12{
padding: 12px;
}
.pad10{
padding: 10px;
}
.pad8{
padding: 8px;
}
.pad5{
padding: 5px !important;
}
.padR0{
padding-right: 0px !important;
}
.padR5{
padding-right: 5px !important;
}
.underLine{
text-decoration: underline;
}
.no-table-bg th {
color: #000;
background: none;
}
.no-border th{
border: none;
}
.no-border{
border: none !important;
}
.borderBottomNone > thead > tr > th, .borderBottomNone > tbody > tr > td{
border-bottom: none !important;
border-top: none !important;
}
.hide{
display: none;
}
.no-TableBorder th, .no-TableBorder td{
border: none !important;
}
.border2 th, .border2 td{
border: 2px solid #000 !important;
}
.border2{
border: 2px solid hsl(0, 0%, 0%) !important;
}
.border1Black{
border: 1px solid #000 !important;
}
.border1Grey{
border: 1px solid #ddd !important;
}
.defaultBorder{
border: 1px solid #ccc !important;
}
.border4Units{
border: 1px solid #ccc !important;
}
.border3Units{
border-left: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.noLBorder{
border-left: none !important;
}
.widthAuto{
width: auto !important;
}
.width100{
width: 100% !important;
}
.width90{
width: 90% !important;
}
.width70{
width: 70% !important;
}
.width50{
width: 50% !important;
}
.width40{
width:40% !important;
}
.width22{
width:22% !important;
}
.width10{
width:10% !important;
}
.height33{
height:33px;
}
.height30{
height:30px;
}
.height18{
height:18px !important;
}
.noCursor{
cursor: not-allowed !important;
}
.cursorPointer{
cursor: pointer !important;
}
.backYellow{
background-color: yellow;
}
.noBg{
background: none !important;
}
.noListStyle{
list-style: none !important;
}
.minHeight200{
min-height: 200px !important;
}
.minHeight45{
min-height: 45px;
}
.height150{
height: 150px !important;
}
.disabled {
pointer-events: none;
cursor: default;
}
.BorderRed{
border: 1px solid red !important;
}
.BorderGreen{
border: 1px solid green !important;
}
.margin20{
margin: 20px !important;
}
.colorBlack{
color: #000 !important;
}
.colorDarkGrey{
color: #696969 !important;
}
.colorLightGrey{
color: #dddddd !important;
}
.bgBlue{
background-color: #4a90e2;
}
.bgRed{
background-color: #d0021b;
}
.bgGrey{
background-color: #ddd;
}
.opaque{
opacity: 0.5 !important;
}
.overflow_unset{
overflow-x: unset;
}
.round_btn{
height: 38px !important;
/*min-width: 200px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
padding-left: 30px !important;
padding-right: 30px !important;
text-align: center !important;*/
padding: 5px 10px !important;
font-size: 20px !important;
}
.dBlock{
display: block !important;
}
.uppercase{
text-transform: uppercase;
}
.pos_relative{
position: relative !important;
}
.ajax_loading p {
position: absolute;
left: 0;
right: 0;
top: 55%;
}
.ajax_loading {
display: none;
position: fixed;
z-index: 999999;
top: 0;
left: 0;
height: 100%;
width: 100%;
font-weight: 600;
text-align: center;
font-size: 34px;
padding-top: 337px;
background: rgba( 255, 255, 255, .2 )
url('../img/ajax-loader.gif')
50% 50%
no-repeat;
}
.datasheet_download{
color:#fff;
background-color: #364150;
}
body.loading {
overflow: hidden;
}
body.loading .ajax_loading {
display: block;
}
.panel-heading{
font-size: 24px;
}
.birthday_div{
padding-left: 15px !important;
padding-right: 15px !important;
}
.cursor{
cursor: pointer;
}
.welcome_text{
margin-bottom: 80px;
margin-top: 150px;
}
#admin_login{
background: #034da0 !important;
padding: 15px;
}
#client_login{
background: #ed423f !important;
padding: 45px 15px;
}
.powerseal_login{
border: none !important;
color: #fff !important;
white-space: normal;
line-height: 70px !important;
height: 173px;
width: 500px;
align-items: center;
font-size: 60px;
word-wrap: break-word;
overflow: hidden;
}
.page_goto{
background-color: #337ab7;
color: #fff;
}
tr.completed td:first-child{
border-left: 5px solid green;
}
tr.completed td:last-child{
border-right: 5px solid green;
}
tr.hold td:first-child{
border-left: 5px solid red;
}
tr.hold td:last-child{
border-right: 5px solid red;
}
tr.progress td:first-child{
border-left: 5px solid #FFA500;
}
tr.progress td:last-child{
border-right: 5px solid #FFA500;
}
/*tr.oneweek td:first-child{
border-left: 5px solid blue;
}
tr.oneweek td:last-child{
border-right: 5px solid blue;
}
tr.twoweek td:first-child{
border-left: 5px solid brown;
}
tr.twoweek td:last-child{
border-right: 5px solid brown;
}*/
.datepicker th.prev,.datepicker th.next{
font-size: 20px !important;
line-height: 19px;
}
#prod-unapp-table_wrapper tr th,#prod-unapp-table_wrapper tr td{
vertical-align: middle;
}
table.preview_order th , table.preview_order td{
font-size: 11px !important;
}
.cat_name{
text-transform: uppercase;
}
.checkbox_li ul{
list-style-type: none;
padding-left: 0px !important;
margin-bottom: 0px !important;
}
.checkbox_li{
padding-left: 20px;
}
.module_box{
border:1px solid #e1e1e1;
padding: 5px 10px;
}
.first_box:first-child{
width: 68%;
float: left;
}
.first_box{
width: 10%;
float: left;
}
.first_box .radio {
text-align: center;
}
.box_head:first-child{
font-size: 20px;
text-align: center;
}
.box_head{
font-weight: 600;
padding: 5px 0;
}
.module_div_check{
padding-left: 5px;
padding-top: 10px;
padding-bottom: 11px;
}
.module_div_check1{
padding-left: 4px;
padding-top: 10px;
padding-bottom: 11px;
}
.module_div_check2{
padding-left: 3px;
padding-top: 10px;
padding-bottom: 11px;
}
/*for modal */
.modal.fade .modal-dialog {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
top: 300px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform: translate3d(0, -300px, 0);
transform: translate3d(0, -300px, 0);
opacity: 1;
}
.assign_user_list{
width: 33%;
float: left;
}
/*ends here*/
.checkbox_main{
padding-left: 20px;
}
.label-form{
font-size: 16px;
font-weight: 600;
}
.module_box .first_box a{
text-decoration: none;
}
.billing_add_check{
padding: 2px 0px 0 21px;
margin: 0;
}
.lead_contact_check{
padding: 0px 0 0 20px;
margin: 0;
float: left;
}
.lead_contact_box{
padding-top: 8px;
}
.top_margin_7px{
margin-top: 7px !important;
}
.contact_box{
padding: 5px 8px;
text-align: center;
font-size: 16px;
}
.pla_number_css{
width:35%;
height: 80%;
}
.pla_icon{
float: left;
padding-top: 3px;
padding-right: 25px;
margin-left: 61px;
}
.page-logo-img , .page-snall-logo {
text-align: center;
}
.users-panel {
text-align: center;
}
span.user_title {
font-size: 25px;
color: #034da0;
font-weight: 600;
display: block;
}
.row.user-panel-2 {
margin-top: 100px;
}
a.user-panel-click:hover .user_title {
color: #ed3035;
text-decoration: none;
}
a.user-panel-click {
display: block;
}
.users-panel {
width: 300px;
margin: 0 auto;
}
.users-panel a:hover {
background: #f6f6f6;
text-decoration:none;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
a.user-panel-click {
padding: 10px 0 15px 0;
}
h1.page-title {
color: #ed3035 !important;
}
@media only screen and (max-width: 40em) {
.users-panel {
width:auto;
}
}
.page-head-title{
font-size:40px;
color:#080808;
}
.address-text{
font-size:22px;
}
.pla_delete_icon{
font-size: 35px;
padding-top: 10px;
}
input.search-textbox {
width: 210px;
height: 40px;
border: 1px solid #000;
text-indent: 8px;
}
img.search-input {
margin-left: 12px;
}
.save_btn{
background: transparent;
border: none;
}
.add_user_txt{
font-size: 18px;
text-align: center;
}
.group-form label {
display: block;
font-weight: 600;
font-size: 14px;
}
.nav-item i{
font-size: 23px !important;
}
.nav-item .title{
font-size: 16px !important;
}
.page-small-logo{
text-align: center;
}
/*.pagin{
padding-left: 0;
margin: 5px 0;
text-align: center;
list-style: none;
}
.pagin i {
font-size: 26px;
}
.pagin li{
display: inline-block;
}*/
.total_page_no{
font-size: 23px;
padding: 0px 2px;
}
.attr_box{
border:1px solid #e1e1e1;
}
.attr_box_text{
font-size: 18px;
padding: 10px 5px 0px 5px;
}
.attr_box_text_no{
font-size: 18px;
padding: 62px 0px;
text-align: center;
}
.attr_box_text .checkbox{
margin-left: 20px;
margin-top: 4px;
}
.sel_check_act{
color:#337ab7;
}
.total-lable {
padding: 0 !important;
}
.total-lable td {
display: block;
padding: 15px 8px 0;
font-size: 16px;
}
.total-lable table {
width: 100%;
}
.balance {
font-size: 18px !important;
font-weight: 700;
border-top: 2px solid #979797;
border-bottom: 2px solid #979797;
margin: 10px 0;
padding: 5px 8px !important;
}
.terms-main {
margin-top: 9px;
}
.prdct-list {
margin-top: 25px;
}
.prdct-list .table thead tr th {
font-size: 16px;
font-weight: 600;
}
.add_prod_sub_btn{
font-size: 22px;
padding: 8px 0 0 11px;
}
.tax_block{
padding-bottom: 2px;
}
.quote_btm_img{
padding-bottom: 10px;
}
.order_left_section , .order_left_section_eng{
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
.order_left_section:first-child , .order_left_section_eng:first-child{
border-top: 1px solid #000;
}
.order_right_section{
border-top: 1px solid #000;
border-left: 1px solid #000;
margin-left: -1px;
}
.daterangepicker_input input{
width:100% !important;
}
.orderpage_price{
width: 32%;
border: 1px solid #000;
margin: 4px auto;
}
.orderpage_history{
font-size: 20px;
padding-top: 26px;
}
.order_active{
background: #e5e5e5;
}
.order_lost{
background: #D0021B;
color: #fff;
}
.order_won{
background: #7ED321;
color: #fff;
}
.order_delay{
background: #FFA50E;
color: #fff;
}
.order_lost_text{
color: #D0021B;
}
.order_won_text{
color: #7ED321 !important;
}
/* new css */
.time_options ul{
border: 2px solid #000;
font-size: 20px;
color: #000;
}
.time_options ul li {
line-height: 35px;
}
.time_options {
position: absolute;
width: 200px;
top: 70px;
z-index:9999;
background: #fff;
}
.order_btns{
position: relative;
}
.no_record_found{
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 40px;
border:1px solid #000;
}
/*5-1-2017**/
.td_align_center{
text-align: center !important;
}
.page-sidebar-menu li i{
color:#fff !important;
}
.change_attr_size{
float: right;
}
.text_dashboard_up{
color:#508501;
font-size:20px;
}
.text_dashboard_down{
color:#DB2022;
font-size:20px;
}
.dash_row_div1{
margin:30px 0;
}
.dash_row_div2{
margin-bottom: 25px;
}
.dash_img{
margin-bottom: 10px;
}
.paginate_input{
width: 17%;
text-align: center;
}
.order_font_review{
font-size:19px;
border: 2px solid #e1e1e1;
margin-top: 15px;
}
.product_list_detail{
border-right: 1px solid #000;
}
#upfile1, #upfile2, #upfile3, #upfile4{
width: 250px;
height: 200px;
border: 1px solid #000;
padding: 40px;
cursor:pointer;
}
#cross-icon-css1,#cross-icon-css2,#cross-icon-css3,#cross-icon-css4{
width: 35px;
height: 35px;
}
/*#cross-icon-css2{width: 35px;
height: 35px;
}*/
.or_tbl_action_img{
width:21px;
margin-left: 7px;
}
.or_tbl_action_img2{
width:25px;
margin-left: 7px;
}
.order_review_tble th{
padding: 9px;
font-size: 20px;
}
.order_review_tble td{
padding: 9px;
font-size: 16px;
}
.data_sheet_det{
font-size: 17px;
}
.or_right_cont{
border-top: 1px solid #000;
}
.es_code_top{
margin-top:30px;width:100%;text-align:center;font-size:20px;font-weight:bold;
}
.es_label_inst{
font-size: 18px;font-weight: normal;text-align: center;
}
.eng_sol_c1{
width: 52px;
margin-top: -216px;
margin-left: -14px;
}
.hold_div , .approve_div{
text-align: center;
}
.sd_cross1 , .sd_cross2, .sd_cross3, .sd_cross4{
/*margin-top: -37px;
margin-left: -9px;*/
margin-top: -41px;
margin-left: 145px;
}
.es_prod_list{
border: 1px solid #e1e1e1;
text-align: center;
padding: 0 0 10px 0;
margin-top: 10px;
}
/* inventory management*/
#logo_file.hide{
display: none !important;
}
.inv-btn {
background-color: hsla(0, 0%, 0%, 0);
border: 2px solid hsl(0, 0%, 0%);
border-radius: 3px;
font-size: 22px;
padding: 6px 20px;
}
.inv-btn:hover, .inv-btn:focus,
.inv-btn.active.focus, .inv-btn.active:focus,
.inv-btn.active:hover, .inv-btn:active.focus,
.inv-btn:active:focus, .inv-btn:active:hover {
background: transparent;
border-color: #000;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
outline: medium none;
}
/* ================
Index page
================ */
.check_form .form-group, .rent_form .form-group {
clear: both;
overflow: hidden;
}
.large_btn{
width: 335px;
/*width: 100%;*/
border-radius: 5px !important;
}
.small_btn{
width: 240px;
border-radius: 5px !important;
}
.supplier_btn{
width: 230px;
border-radius: 5px !important;
}
.xsmall_btn{
width: 190px;
border-radius: 5px !important;
}
.check_form input, .check_form select {
border: 1px solid hsl(0, 0%, 0%);
border-radius: 2px;
height: 38px;
width: 100%;
padding: 2px 15px;
}
.check_in_out h2{
color: #000;
font-weight: 100;
margin-bottom: 55px;
}
.check_in_out .check_form label {
font-size: 22px;
font-weight: 100;
color: hsl(0, 0%, 0%);
}
.quality_inputs input {
float: left;
margin-right: 7px;
width: 68%;
}
.quality_inputs select{
width: 100%;
}
/*.check_form{
margin: 40px 0;
}*/
.check_form .form-group , .rent_form .form-group{
margin-bottom: 20px;
}
.check_in_out .fa-angle-right{
margin-left: 10px;
}
.form_discription h2{
margin-top: 0;
margin-bottom: 20px;
}
.form_discription .discription_table th {
font-size: 25px;
font-weight: 100;
color: hsl(0, 0%, 0%);
width: 33%;
}
.form_discription .discription_table td {
font-size: 16px;
padding: 5px 10px;
color: hsl(0, 0%, 0%);
}
.check_input_btn .checkin_btn{
position: relative;
}
.check_inout_btn .checkin_btn::after {
background-color: hsl(0, 0%, 0%);
content: "";
font-weight: 100;
height: 55px;
position: absolute;
right: -43px;
top: -6px;
transform: rotate(-141deg);
width: 2px;
}
.bottom_text {
margin: 40px 0 20px;
}
.bottom_text p{
font-size: 16px;
}
/*.select_box{
position: relative;
}
.select_box::after {
align-items: center;
background-color: hsl(0, 0%, 100%);
color: hsl(0, 0%, 0%);
content: "";
display: flex;
font-family: "fontAwesome";
font-size: 25px;
height: 35px;
pointer-events: none;
position: absolute;
right: 1px;
top: 2px;
width: 25px;
}*/
.quality_inputs .select_box::after{
right: 1.5px;
}
.rent_container{
width: 900px;
}
.rent_form label {
font-size: 22px;
font-weight: 100;
}
.rent_form input, .rent_form select {
border: 1px solid hsl(0, 0%, 0%);
border-radius: 2px;
height: 38px;
padding: 2px 15px;
}
.scan_btn{
width: 500px;
border-radius: 5px !important;
}
.quality_inputs .select_box{
display: inline-block;
height: 100%;
width: 30%;
}
/* view inventory table*/
.icon_text{
margin-left: 185px;
font-size: 30px;
}
.threshold_icon{
font-size: 81px;
right: 90px;
padding-right: -16px;
padding: 38px;
}
.title{
margin-left: 20px;
bottom: 80px;
}
.threshold_checkbox{
margin-left: 80px;
bottom: 65px;
}
.low{
bottom: 78px;
}
.very_low{
bottom: 78px;
}
.low_pro_class{
bottom: 40px;
}
.very_low_pro_class{
bottom: 40px;
}
.title_pro_class{
margin-left: 52px;
bottom: 40px;
}
span.very_low_raw_material{
color: #FF0000;
}
span.low_raw_material{
color: #FFA500;
}
td.very_low_raw_material{
border-right: 2px solid #FF0000 !important;
}
td.low_raw_material{
border-right: 2px solid #FFA500 !important;
}
td#very_low_raw_material{
border-left: 3px solid #FF0000;
}
td#low_raw_material{
border-left: 3px solid #FFA500;
}
span.unavailable{
color:#FF0000 !important;
}
td.unavailable{
border-left: 3px solid #FF0000 !important;
}
td#unavailable{
border-right: 2px solid #FF0000 !important;
}
/* purchasing module*/
.supplier_add{
margin-top: 5px;
}
.supplier_add a{
vertical-align: bottom;
}
.supplier_big a{
padding: 6px 6px !important;
}
.supplier_small a{
padding: 6px 38px !important;
}
.supplier_logo{
height: 200px;
width: 200px;
background-color: #E0E0E0;
border-radius: 100px !important;
margin: 0 auto;
}
span.stars, span.stars span {
display: block;
background: url('../img/stars.png') 0 -16px repeat-x;
width: 80px;
height: 16px;
}
span.stars span {
background-position: 0 0;
}
.rating{
float: left !important;
}
.supplier_ranking{
background-color: #F9F9F9 !important;
}
ul#supplier_list li a {
color: #000;
}
ul#supplier_list li:hover,ul#supplier_list li:focus{
background-color: #D4D4D4 !important;
}
ul#supplier_list li.active{
background-color: #D4D4D4 !important;
}
ul#supplier_list {
overflow-y: auto;
max-height: 350px;
overflow-x: hidden;
}
.supplier_logo .image_on_logo{
border-radius: 100% !important;
}
.supplier_logo{
display: table;
}
.supplier_logo h2 {
vertical-align: middle;
margin: 0;
text-align: center;
display: table-cell;
color: #a1a1a1;
font-size: 48px;
}
.supplier_section_image {
position: relative;
}
.upload_logo {
position: absolute;
bottom: 0;
margin-right: 60px;
border-radius: 100% !important;
background: #888;
width: 50px;
height: 50px;
right: 0;
}
.upload_logo a {
display: inline-block;
}
i#logo_image {
font-size: 30px;
vertical-align: middle;
display: inherit;
color: #fff;
text-align: center;
margin-left: -2px;
}
.textTop{
vertical-align: text-top !important;
}
.round_btn[disabled]{
border: 1px solid #ddd !important;
color: #ddd;
pointer-events: none !important;
}
.top_suppliers{
border: 3px solid #ddd;
border-radius: 10px !important;
}
.show_rating span,.show_rating p{
display: inline-block !important;
}
.top_suppliers .supplier_logo {
height: 130px !important;
width: 130px !important;
}
.top_suppliers .supplier_logo h3{
vertical-align: middle;
margin: 0;
text-align: center;
display: table-cell;
color: #a1a1a1;
}
.top_suppliers.active{
border: 3px solid #A2C6F0 !important;
}
a.quick_dates, a.show_filter, a.custom-tab{
color: #333333 !important;
}
a.quick_dates.active{
font-weight: bold;
}
li.custom-tabs.active a{
background: none !important;
font-weight: bold;
border-bottom: 2px solid;
}
li.accounting-tabs.active a{
background: none !important;
font-weight: bold;
}
.raw_add tr td{
padding: 12px;
}
.tr_bg_selected{
background-color: #82BEE6 !important;
}
/* purchasing module*/
/* Added on 06june2017 for lock/unlock modal in view inventory admin panel */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px !important;
}
.slider.round:before {
border-radius: 50%;
}
.switch{
margin-top: 10px;
}
.lock_modal_title{
font-size: 30px;
}
.icon_lock_unlock{
margin-top: 8px;
}
/* Added on 06june2017 for lock/unlock modal in view inventory admin panel */
/* datasheet module*/
.datasheet_btn{
padding-top: 15px;
padding-bottom: 15px;
font-size: 25px;
font-weight: bold;
color: #fff;
border: none;
}
.datasheet_save{
padding-left: 113px;
padding-right: 113px;
}
.datasheet_cancel{
padding-left: 100px;
padding-right: 100px;
}
.border2 .inner_table td, .border2 .inner_table th{
border: 0 !important;
text-align: center;
line-height: 3;
}
.border2 .inner_table td:first-child{
border-right: 2px solid #000 !important;
}
/* datasheet module*/
/* accounting module*/
#calendar a.transaction_title.past_due:before, #calendar a.transaction_title.unpaid:before {
position: absolute;
content: "Past due";
right: 0;
bottom: -19px;
font-size: 10px;
background: #F67586;
border-radius: 100px;
padding: 1px 6px;
text-transform: capitalize;
color: #fff;
}
#calendar a.transaction_title.unpaid:before {
background: #F3F3F3;
content: "Unpaid";
color: #6d6d6d;
}
#calendar a.transaction_title.past_due, #calendar a.transaction_title.unpaid {
position: relative;
margin-top: 13px;
}
#calendar a.transaction_title.paid {
opacity: 0.3;
}
#calendar .fc-list-table .past_due .cost:before , #calendar .fc-list-table .paid .cost:before , #calendar .fc-list-table .unpaid .cost:before {
content: "Past Due";
position: absolute;
right: -48px;
font-size: 10px;
top: 1px;
background: #F796A2;
color: #fff;
border-radius: 100px;
padding: 1px 4px;
}
#calendar .fc-list-table .paid .cost:before {
content: "Paid";
color: #6d6d6d;
background: #BCE981;
right: -39px;
padding: 1px 8px;
}
#calendar .fc-list-table .unpaid .cost:before {
content: "Unpaid";
color: #6d6d6d;
background: #F3F3F3;
right: -41px;
}
#calendar .fc-list-table .past_due .cost, #calendar .fc-list-table .paid .cost, #calendar .fc-list-table .unpaid .cost {
position: relative;
}
#calendar .fc-list-table .paid {
opacity: 1;
}
#calendar .fc-list-table tr td {
table-layout: auto;
display: block;
overflow: hidden;
}
.list_view span.expense, .list_view span.sales {
position: relative;
}
.list_view span.expense:after, .list_view span.sales:after {
position: absolute;
left: -36px;
background: url('../img/arrow.png');
width: 32px;
height: 37px;
content: "";
}
.list_view span.sales:after {
background-position: -32px 0;
left: -44px;
}
.icon-spinner{
position: absolute;
top: 10px;
right: 15px;
}
#group_by_holder{
position: relative;
}
hr.group_by{
border-color: #ccc;
}
#group_by_holder span{
position: absolute;
content: "";
background-image: url(http://localhost/ps-erp/public/img/arrow-up.jpg);
height: 8px;
width: 21px;
/*left: 50%;*/
background-repeat: no-repeat;
top: -7px;
}
.accounting-tabs a:hover{
background-color: transparent !important;
}
#invoice_cancel_btn {
padding: 6.5px 47px !important;
vertical-align: 2px !important;
}
#upcoming_payments p.sale{
color: #008000;
}
#upcoming_payments p.expense{
color: #FF0000;
}
div#area_chart, div#pie_chart{
border: 1px solid #ddd;
padding: 20px 0;
}
#upcoming_payments {
overflow: hidden;
border: 1px solid #ddd;
padding: 20px 0px;
margin-top: 30px;
}
/* full calendar*/
.fc-event, .fc-event:hover, .ui-widget .fc-event{
color: #000 !important;
}
.fc-event {
border: none !important;
background-color: transparent !important;
}
.sales div.fc-content{
border-bottom: 2px solid #008000;
}
.transaction_title{
margin-bottom: 5px !important;
}
.expense div.fc-content{
border-bottom: 2px solid #FF0000;
}
.list_view span.expense{
color: #FF0000 !important;
}
.list_view span.sales{
color: #008000 !important;
}
#calendar span.fc-day-number{
font-weight: bold;
}
.fc-popover.fc-more-popover{
min-height: 150px !important;
min-width: 300px !important;
}
.fc-list-table{
text-align: center;
}
/* purchase module raw material list*/
#bulk_purchase{
background-image: url('../img/check-tick.png');
background-repeat: no-repeat;
background-position: 8px 6px;
background-size: 14%;
}
#raw_material_list tbody {
display:block;
max-height:350px;
overflow:auto;
}
#raw_material_list thead, #raw_material_list tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
#raw_material_list>thead>tr>th{
border: 1px solid #ddd;
}
/* responsive */
.check_inout_btn .checkin_btn{
position: relative;
}
.check_inout_btn button[disabled], .small_btn.checkout_btn[disabled]{
border: 1px solid #ddd;
color: #ddd;
}
input#sku {
position: relative;
}
i.fa.fa-spinner.fa-spin {
position: absolute;
top: 11px;
right: 22px;
}
.form_discription table, .sequence_table table{
width:100%;
}
.form_discription .table-responsive, .sequence_table .table-responsive{
border: none;
}
.check_input_btn button.checkin_btn:after {
background-color: hsl(0, 0%, 0%);
content: "";
font-weight: 100;
height: 55px;
position: absolute;
right: -34px;
top: -6px;
transform: rotate(-141deg);
width: 2px;
}
.form_discription {
min-height: 426px;
}
.first_box.module_div_check,.first_box.module_div_check1, .first_box.module_div_check2{
text-align: center;
}
.first_box.radio_center {
text-align: center;
}
.first_box.box_head {
text-align: center;
}
.first_box .btn-sm {
padding: 5px 40px;
}
.portlet-body.product_assign_number {
margin-top: 40px;
}
.product_management {
margin: 40px 0 0;
}
.threshold_image {
margin: 40px 0;
}
.close_order_btn {
margin: 10px 0 0;
}
p.monetary_value {
margin: 0;
}
.pagination li:first-child span , .pagination li:first-child a , .pagination li:last-child span , .pagination li:last-child a{
font-size: 20px !important;
padding: 1px 12px !important;
}
/*
RESPONSIVE
/*
@media (max-width:1199px){
.first_box:first-child {
width: 63%;
}
.first_box {
width: 12%;
}
.assign_user_list {
width: 47%;
float: inherit;
display: inline-block;
text-transform: capitalize;
}
.first_box .btn-sm {
padding: 5px 30px;
}
.assign_user_list label {
padding-left: 10px;
}
.dataTables_wrapper .table thead tr th {
font-size: 10px !important;
}
.dataTables_wrapper .table > thead > tr > th {
vertical-align: middle;
border-bottom: 2px solid #ddd;
}
.pla_icon {
margin-left: 0;
}
.product_widout_approval label.bold {
font-size: 12px;
}
.small_btn {
width: 190px;
}
.btn-default.inv-btn {
font-size: 20px;
}
.rent_button .scan_btn {
width: 400px;
}
.rent_form label {
font-size: 20px;
}
.modal_approval textarea {
resize: none;
border: 1px solid #ddd;
}
.req_raw_btn .width80, .req_mfcture_btn .width80{
width: 100%;
float: left;
}
.upload_logo {
margin-right: 25px;
}
}
@media (max-width:991px){
#group_by_holder span{
display: none;
}
}
@media (max-width:989px){
.portlet-body .row.user-panel-2 {
margin-top: 0px;
}
.bottom_quote_btn.cursor {
margin-bottom: 30px;
}
.form-control.pla_number{
padding:6px 8px;
}
.pla_number_css {
width: 43%;
}
.sales_list {
margin-bottom: 24px;
}
.fs30 {
font-size: 24px !important;
}
.product_management .users-panel{
margin-bottom:20px;
}
.checkin_btn, .checkout_btn {
width: 45%;
}
.form_discription {
margin-top: 53px;
min-height: auto;
}
.messgae_check_in {
position: absolute;
top: -2px;
left: 0;
}
.threshold_image {
margin: 20px 0;
}
.modal_approval {
text-align: center;
}
.modal_checkout h2.modal-title {
text-align: center;
}
.threshold_modal_inventory .padL15 {
padding-left: 0 !important;
}
.add_inventory_button button {
margin-top: 11px;
}
}
@media (max-width:767px){
.sub_head{
text-align: center;
}
span.select2.select2-container.select2-container--default {
width: 100% !important;
}
.text-right .assignusers.cursor {
float: left;
margin-top: 18px;
}
.portlet-body.product_assign_number {
margin-top: 15px;
}
.product_assign_number .users-panel {
margin-bottom: 20px;
}
.rent_button .small_btn {
width: 49%;
}
.search_input {
display: inline-block;
float: left;
width: 70%;
}
.pla_icon {
padding-right: 20px;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 70%;
margin-bottom: 10px;
float:initial;
}
.close_order_btn .small_btn {
width: 67%;
}
.close_order_btn {
margin:0;
}
#request_manufacture_form .table-responsive {
border: none;
}
.upload_logo {
margin-right: 55px;
}
}
@media (max-width: 599px){
.check_inout_btn .checkin_btn::after {
height: 50px;
right: -29px;
top: -4px;
transform: rotate(-150deg);
}
}
@media (max-width:500px){
.first_box .btn-sm {
padding: 5px 10px;
}
.first_box {
width: 14%;
}
.first_box:first-child {
width: 58%;
}
h4.cat_name {
font-size: 16px;
}
.rent_button .scan_btn {
width: 300px;
}
.checkbox_text label {
display: inline;
padding-left: 5px;
}
}
@media (max-width:480px){
.btn-default.inv-btn {
font-size: 17px;
}
.check_inout_btn .checkin_btn::after {
height: 40px;
right: -19px;
top: -1px;
}
.search_input {
width: 89%;
}
textarea.field {
width: 100%;
}
.close_order_btn .small_btn {
width: 64%;
}
}
@media (max-width:380px){
.assign_user_list {
width: 100%;
}
h4.cat_name {
font-size: 15px;
}
.first_box:first-child {
width: 55%;
}
.first_box {
width: 15%;
}
.sales_setting span.user_title {
font-size: 22px;
}
.add_unitbtn {
margin: 10px 0 !important;
}
.rent_button .scan_btn {
width: 280px;
}
.close_order_btn .small_btn {
width: 76%;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 85%;
}
p.monetary_value {
margin: 10px 0 0;
}
}
@media (max-width:320px){
.btn-default.inv-btn {
font-size: 13px;
}
.check_inout_btn .checkin_btn::after {
right: -15px;
height: 34px;
}
.rent_button .scan_btn {
width: 220px;
}
.search_input {
width: 85%;
}
.submit_inventroy_button .large_btn {
width: 240px;
}
.req_raw_btn .width80, .req_mfcture_btn .width80 {
width: 100%;
}
.close_order_btn .small_btn {
width: 87%;
}
.materials_body .form-control {
padding: 6px 4px;
}
}
/* responsive */ | 0.231614 | 0.065695 |
.timeline {
list-style: none;
padding: 20px;
position: relative;
}
.timeline div {
height: auto !important;
}
.timeline:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline .timeline-item {
position: relative;
}
.timeline .timeline-item:before, .timeline .timeline-item:after {
content: "";
display: table;
}
.timeline .timeline-item:after {
clear: both;
}
.timeline .timeline-item .timeline-badge {
color: #fff;
width: 24px;
height: 24px !important;
line-height: 50px;
font-size: 22px;
text-align: center;
position: absolute;
top: 30px;
left: 50%;
margin-left: -12px;
background-color: #fd7f00;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-panel {
position: relative;
width: 46%;
float: left;
right: 16px;
padding: 20px;
}
.timeline .timeline-item .timeline-panel:before {
position: absolute;
top: 26px;
right: -16px;
display: inline-block;
border-top: 16px solid transparent;
border-left: 16px solid #eee;
border-right: 0 solid #eee;
border-bottom: 16px solid transparent;
content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
margin-top: 0;
color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p, .timeline .timeline-item .timeline-panel .timeline-body > ul {
margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
float: right;
left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-horizontal:extend(.timeline) {
list-style: none;
position: relative;
padding: 20px 0px 20px 0px;
display: inline-block;
}
.timeline-horizontal:extend(.timeline):before {
height: 3px;
top: auto;
bottom: 26px;
left: 56px;
right: 0;
width: 100%;
margin-bottom: 20px;
}
.timeline-horizontal:extend(.timeline) .timeline-item {
display: table-cell;
height: 280px;
width: 20%;
min-width: 320px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-panel {
top: auto;
bottom: 64px;
display: inline-block;
float: none !important;
left: 0 !important;
right: 0 !important;
width: 100%;
margin-bottom: 20px;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-panel:before {
top: auto;
bottom: -16px;
left: 28px !important;
right: auto;
border-right: 16px solid transparent !important;
border-top: 16px solid #777 !important;
border-bottom: 0 solid #777 !important;
border-left: 16px solid transparent !important;
}
.timeline-horizontal:extend(.timeline) .timeline-item:before, .timeline-horizontal:extend(.timeline) .timeline-item:after {
display: none;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-badge {
top: auto;
bottom: 0px;
left: 43px;
} | css/timeline.css | .timeline {
list-style: none;
padding: 20px;
position: relative;
}
.timeline div {
height: auto !important;
}
.timeline:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline .timeline-item {
position: relative;
}
.timeline .timeline-item:before, .timeline .timeline-item:after {
content: "";
display: table;
}
.timeline .timeline-item:after {
clear: both;
}
.timeline .timeline-item .timeline-badge {
color: #fff;
width: 24px;
height: 24px !important;
line-height: 50px;
font-size: 22px;
text-align: center;
position: absolute;
top: 30px;
left: 50%;
margin-left: -12px;
background-color: #fd7f00;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-panel {
position: relative;
width: 46%;
float: left;
right: 16px;
padding: 20px;
}
.timeline .timeline-item .timeline-panel:before {
position: absolute;
top: 26px;
right: -16px;
display: inline-block;
border-top: 16px solid transparent;
border-left: 16px solid #eee;
border-right: 0 solid #eee;
border-bottom: 16px solid transparent;
content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
margin-top: 0;
color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p, .timeline .timeline-item .timeline-panel .timeline-body > ul {
margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
float: right;
left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-horizontal:extend(.timeline) {
list-style: none;
position: relative;
padding: 20px 0px 20px 0px;
display: inline-block;
}
.timeline-horizontal:extend(.timeline):before {
height: 3px;
top: auto;
bottom: 26px;
left: 56px;
right: 0;
width: 100%;
margin-bottom: 20px;
}
.timeline-horizontal:extend(.timeline) .timeline-item {
display: table-cell;
height: 280px;
width: 20%;
min-width: 320px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-panel {
top: auto;
bottom: 64px;
display: inline-block;
float: none !important;
left: 0 !important;
right: 0 !important;
width: 100%;
margin-bottom: 20px;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-panel:before {
top: auto;
bottom: -16px;
left: 28px !important;
right: auto;
border-right: 16px solid transparent !important;
border-top: 16px solid #777 !important;
border-bottom: 0 solid #777 !important;
border-left: 16px solid transparent !important;
}
.timeline-horizontal:extend(.timeline) .timeline-item:before, .timeline-horizontal:extend(.timeline) .timeline-item:after {
display: none;
}
.timeline-horizontal:extend(.timeline) .timeline-item .timeline-badge {
top: auto;
bottom: 0px;
left: 43px;
} | 0.50952 | 0.230671 |
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
box-sizing: border-box;
padding:0;
margin:0;
}
html{
background-color: #eaf0f2;
}
body
{
margin:0;
font-family: Arial, Helvetica, sans-serif;
font: 16px/1.6 Arial, sans-serif;
}
/* ---------------------------------------------------------------
HEADER CSS
---------------------------------------------------------------
*/
.header{
overflow: hidden;
background-color: #2c292f;
padding:0px;
}
.header a {
float:left;
color:white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 45px;
border-radius: 4px;
}
.header a.logo{
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: #ddd;
color:white;
}
.header a.active{
background-color: #e0ac1c;
color:white;
}
.header a:hover:not(.active) {
background-color: #e0ac1c;
color: white;
}
.header-right{
float:right;
}
@media only screen and (max-width: 590px) {
.header
{
font-size:14px;
}
.header a.logo
{
width:100%;
float:left;
text-align:center;
}
.header-right
{
width:100%;
margin: 0 auto;
text-align:center;
}
.header-right a
{
float:none;
margin-right:0px;
text-align:center;
}
}
@media only screen and (max-width: 320px) {
.header
{
font-size:12px;
}
.header a.logo
{
margin-bottom:1%;
}
.menu a
{
display:block;
}
}
/* ----------------------------------------------------------------------
SLIDESHOW CSS
-----------------------------------------------------------------------------------
*/
#i1, #i2, #i3{
display: none;
}
.continut-slide{
margin: 0 auto;
margin-top: 40px;
position: relative;
width: 25%;
height: 0;
padding-bottom: 18%;
user-select: none;
background-color: grey;
border : solid 10px #616161;
border-radius:10px ;
}
.continut-slide .slide_img{
position: absolute;
width: 100%;
height : 100%;
background-color: white;
}
.continut-slide .slide_img .first_image
{
position: center;
margin-top: 50px;
width: 100%;
}
.continut-slide .slide_img .second_image, .third_image
{
width: inherit;
height: inherit;
}
.prev, .next{
width: 10%;
height: inherit;
position: absolute;
top:0;
background-color: rgba(88, 88, 88,.2);
color:rgba(244, 244, 244,.9);
z-index: 99;
transition: .45s;
cursor: pointer;
text-align: center;
}
.next{right:0;}
.prev{left:0;}
label span{
position: absolute;
font-size: 30pt;
top: 50%;
transform: translateY(-50%);
}
.prev:hover, .next:hover{
transition: .6s;
background-color: rgba(88, 88, 89,.3);
color: white;
}
.continut-slide #nav_slide{
width: 100%;
bottom: 12%;
height: 11px;
position: absolute;
text-align: center;
z-index: 99;
cursor: default;
}
#nav_slide .dots{
top: -5px;
width: 18px;
height: 18px;
margin: 0 4px;
position: relative;
border-radius: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.6);
transition: .4s;
}
#nav_slide .dots:hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 0.9);
transition: .25s
}
.slide_img{z-index: -1;}
#i1:checked ~ #one ,
#i2:checked ~ #two ,
#i3:checked ~ #three
{
z-index: 9;
animation: scroll 1s ease-in-out;
}
#i1:checked ~ #nav_slide #dot1,
#i2:checked ~ #nav_slide #dot2,
#i3:checked ~ #nav_slide #dot3
{
background-color: rgba(255,255,255,.9);
}
/* responsive slide css*/
@keyframes scroll{
0%{ opacity:.4;}
100%{opacity:1;}
}
@media screen and (max-width: 970px){
.continut-slide{
border: none;
width: 100%;
height: 0;
padding-bottom: 55%;
display: none;
}
label span { font-size: 30%; }
.prev, .next{
width: 10%;
}
#nav_slide .dots{
width: 12px;
height: 12px;
}
}
@media screen and(min-width: 320px){
.me{ display: none;}
}
/* CSS MOTTO */
.wrapper{
text-align: center;
}
.motto h3
{
text-align: center;
}
/* CSS BUTON de log IN */
.button{
position: center;
color: white ;
text-transform: uppercase;
text-decoration: none;
background: #2c292f;
padding: 20px;
border: 4px solid #2c292f;
display: inline-block;
transition: all 0.4s ease 0s;
font-family: cursive;
}
.button:hover {
color: white;
background: #e0ac1c;
border-color: #e0ac1c;
transition: all 0.4s ease 0s;
position: center;
}
/* ---------------------------------------------------------------------------
FOOTER CSS
-------------------------------------------------------------------------------
*/
footer{
position: bottom;
bottom:0%;
}
@media(max-height: 800px){
footer { position: relative; }
.header { position: relative; }
}
.distributed{
background-color: #2c292f;
box-sizing: border-box;
width: 100%;
text-align: left;
font: bold 10px sans-serif;
padding: 5px 50px 5px 50px;
position:absolute;
bottom: 1px;
}
.distributed .left, .distributed .center, .distributed .right {
display: inline-block;
vertical-align: middle;
}
/* Left Footer part */
.distributed .left{
width: 30%;
}
.distributed h3{
color: #ffffff;
font: normal 26px 'Cookie', cursive;
margin:0;
}
/*Project Logo*/
.distributed .left img{
width:20%;
}
.distributed h3 span{
color: #e0ac1c;
}
/*links to media */
.distributed .links{
color:#ffffff;
margin:15px 0 10px;
}
.distributed .links a{
display: inline-block;
line-height: 1.8;
text-decoration: none;
color:inherit;
}
.distributed .proj-name {
color:#8f9296;
font-size: 10px;
font-weight: normal;
margin:0;
}
/* Center footer part */
.distributed .center{
width:35%;
}
.distributed .center i{
background-color: #33383b;
color:#ffffff;
font-size: 20px;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}
.distributed .center i.fa-envelope {
font-size: 17px;
line-height: 38px;
}
.distributed .center p{
display: inline-block;
color:#ffffff;
vertical-align: middle;
margin:0;
}
.distributed .center p span{
display: block;
font-weight: normal;
font-size: 10px;
line-height: 2;
}
.distributed .center p a{
color:#e0ac1c;
text-decoration: none;
}
/* Right Footer Part */
.distributed .right{
width:30%;
}
.distributed .proj-about{
line-height: 20px;
color:#92999f;
font-size: 10px;
font-weight: normal;
margin:0;
}
.distributed .proj-about span {
display: block;
color:#ffffff;
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}
.distributed .icons{
margin-top: 25px;
}
.distributed .icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #33383b;
border-radius: 2px;
font-size: 15px;
color:#ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
/* for responsive*/
@media (max-width: 880px){
.distributed .left,
.distributed .center,
.distributed .right{
width: 100%;
height: -20%;
position: bottom;
bottom: 0%;
text-align: center;
}
.distributed .center{
margin-left: 0;
}
} | styles.css | @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
box-sizing: border-box;
padding:0;
margin:0;
}
html{
background-color: #eaf0f2;
}
body
{
margin:0;
font-family: Arial, Helvetica, sans-serif;
font: 16px/1.6 Arial, sans-serif;
}
/* ---------------------------------------------------------------
HEADER CSS
---------------------------------------------------------------
*/
.header{
overflow: hidden;
background-color: #2c292f;
padding:0px;
}
.header a {
float:left;
color:white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 45px;
border-radius: 4px;
}
.header a.logo{
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: #ddd;
color:white;
}
.header a.active{
background-color: #e0ac1c;
color:white;
}
.header a:hover:not(.active) {
background-color: #e0ac1c;
color: white;
}
.header-right{
float:right;
}
@media only screen and (max-width: 590px) {
.header
{
font-size:14px;
}
.header a.logo
{
width:100%;
float:left;
text-align:center;
}
.header-right
{
width:100%;
margin: 0 auto;
text-align:center;
}
.header-right a
{
float:none;
margin-right:0px;
text-align:center;
}
}
@media only screen and (max-width: 320px) {
.header
{
font-size:12px;
}
.header a.logo
{
margin-bottom:1%;
}
.menu a
{
display:block;
}
}
/* ----------------------------------------------------------------------
SLIDESHOW CSS
-----------------------------------------------------------------------------------
*/
#i1, #i2, #i3{
display: none;
}
.continut-slide{
margin: 0 auto;
margin-top: 40px;
position: relative;
width: 25%;
height: 0;
padding-bottom: 18%;
user-select: none;
background-color: grey;
border : solid 10px #616161;
border-radius:10px ;
}
.continut-slide .slide_img{
position: absolute;
width: 100%;
height : 100%;
background-color: white;
}
.continut-slide .slide_img .first_image
{
position: center;
margin-top: 50px;
width: 100%;
}
.continut-slide .slide_img .second_image, .third_image
{
width: inherit;
height: inherit;
}
.prev, .next{
width: 10%;
height: inherit;
position: absolute;
top:0;
background-color: rgba(88, 88, 88,.2);
color:rgba(244, 244, 244,.9);
z-index: 99;
transition: .45s;
cursor: pointer;
text-align: center;
}
.next{right:0;}
.prev{left:0;}
label span{
position: absolute;
font-size: 30pt;
top: 50%;
transform: translateY(-50%);
}
.prev:hover, .next:hover{
transition: .6s;
background-color: rgba(88, 88, 89,.3);
color: white;
}
.continut-slide #nav_slide{
width: 100%;
bottom: 12%;
height: 11px;
position: absolute;
text-align: center;
z-index: 99;
cursor: default;
}
#nav_slide .dots{
top: -5px;
width: 18px;
height: 18px;
margin: 0 4px;
position: relative;
border-radius: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.6);
transition: .4s;
}
#nav_slide .dots:hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 0.9);
transition: .25s
}
.slide_img{z-index: -1;}
#i1:checked ~ #one ,
#i2:checked ~ #two ,
#i3:checked ~ #three
{
z-index: 9;
animation: scroll 1s ease-in-out;
}
#i1:checked ~ #nav_slide #dot1,
#i2:checked ~ #nav_slide #dot2,
#i3:checked ~ #nav_slide #dot3
{
background-color: rgba(255,255,255,.9);
}
/* responsive slide css*/
@keyframes scroll{
0%{ opacity:.4;}
100%{opacity:1;}
}
@media screen and (max-width: 970px){
.continut-slide{
border: none;
width: 100%;
height: 0;
padding-bottom: 55%;
display: none;
}
label span { font-size: 30%; }
.prev, .next{
width: 10%;
}
#nav_slide .dots{
width: 12px;
height: 12px;
}
}
@media screen and(min-width: 320px){
.me{ display: none;}
}
/* CSS MOTTO */
.wrapper{
text-align: center;
}
.motto h3
{
text-align: center;
}
/* CSS BUTON de log IN */
.button{
position: center;
color: white ;
text-transform: uppercase;
text-decoration: none;
background: #2c292f;
padding: 20px;
border: 4px solid #2c292f;
display: inline-block;
transition: all 0.4s ease 0s;
font-family: cursive;
}
.button:hover {
color: white;
background: #e0ac1c;
border-color: #e0ac1c;
transition: all 0.4s ease 0s;
position: center;
}
/* ---------------------------------------------------------------------------
FOOTER CSS
-------------------------------------------------------------------------------
*/
footer{
position: bottom;
bottom:0%;
}
@media(max-height: 800px){
footer { position: relative; }
.header { position: relative; }
}
.distributed{
background-color: #2c292f;
box-sizing: border-box;
width: 100%;
text-align: left;
font: bold 10px sans-serif;
padding: 5px 50px 5px 50px;
position:absolute;
bottom: 1px;
}
.distributed .left, .distributed .center, .distributed .right {
display: inline-block;
vertical-align: middle;
}
/* Left Footer part */
.distributed .left{
width: 30%;
}
.distributed h3{
color: #ffffff;
font: normal 26px 'Cookie', cursive;
margin:0;
}
/*Project Logo*/
.distributed .left img{
width:20%;
}
.distributed h3 span{
color: #e0ac1c;
}
/*links to media */
.distributed .links{
color:#ffffff;
margin:15px 0 10px;
}
.distributed .links a{
display: inline-block;
line-height: 1.8;
text-decoration: none;
color:inherit;
}
.distributed .proj-name {
color:#8f9296;
font-size: 10px;
font-weight: normal;
margin:0;
}
/* Center footer part */
.distributed .center{
width:35%;
}
.distributed .center i{
background-color: #33383b;
color:#ffffff;
font-size: 20px;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}
.distributed .center i.fa-envelope {
font-size: 17px;
line-height: 38px;
}
.distributed .center p{
display: inline-block;
color:#ffffff;
vertical-align: middle;
margin:0;
}
.distributed .center p span{
display: block;
font-weight: normal;
font-size: 10px;
line-height: 2;
}
.distributed .center p a{
color:#e0ac1c;
text-decoration: none;
}
/* Right Footer Part */
.distributed .right{
width:30%;
}
.distributed .proj-about{
line-height: 20px;
color:#92999f;
font-size: 10px;
font-weight: normal;
margin:0;
}
.distributed .proj-about span {
display: block;
color:#ffffff;
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}
.distributed .icons{
margin-top: 25px;
}
.distributed .icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #33383b;
border-radius: 2px;
font-size: 15px;
color:#ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
/* for responsive*/
@media (max-width: 880px){
.distributed .left,
.distributed .center,
.distributed .right{
width: 100%;
height: -20%;
position: bottom;
bottom: 0%;
text-align: center;
}
.distributed .center{
margin-left: 0;
}
} | 0.226527 | 0.044369 |
@charset "utf-8";
* {
margin: 0px;
padding: 0px;
}
:root {
--corback: rgb(73, 73, 73);
--cormain: rgb(48, 48, 48);
--cornav: rgb(44, 44, 44);
--corlaranja: rgb(194, 81, 5);
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding: 164px 10px;
}
header.pai {
position: relative;
}
header.filho {
background-image: linear-gradient(to bottom, var(--corback) 35%, var(--cormain));
position: fixed;
top: 0px;
left: 0px;
right: 0px;
}
.links-p {
margin: auto;
text-decoration: none;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 3px;
padding: 4px;
transition-duration: .1s;
}
.links-p:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
.links-p:active {
color: white;
}
nav.links-prin {
display: flex;
max-width: 800px;
margin: auto;
text-align: center;
}
.links-p {
display: block;
font-size: 0.9em;
}
section#cabeca {
max-width: 1000px;
margin: auto;
margin-top: 8px;
margin-bottom: 10px;
}
section#cabeca img {
width: 100%;
}
main {
max-width: 800px;
margin: auto;
background-color: var(--cormain);
border-radius: 0px 0px 10px 10px;
padding: 20px;
}
main#industrial h2 {
color: var(--corlaranja);
}
main#industrial > h1 {
color: white;
}
main#industrial > h1 {
text-align: center;
}
main#contato {
text-align: center;
color: white;
}
nav.contatos {
margin: 5px auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
div.contato {
border: 4px solid var(--corback);
border-radius: 15px;
margin: 2px;
display: flex;
align-items: center;
}
nav#lista_produtos {
list-style-position: inside;
}
nav#lista_produtos a{
display: block;
color: white;
text-decoration: none;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 8px;
transition-duration: .1s;
}
nav#lista_produtos a:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
nav#lista_produtos a:active {
color: white;
}
nav#lista_produtos li {
margin-bottom: 12px;
padding: 3px;
}
section.artigo-empresa {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
}
.artigo-empresa img {
border-radius: 50%;
}
article.artigo {
max-width: 530px;
}
a.redes {
margin: 0px;
text-decoration: none;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 8px;
padding: 3px;
transition-duration: .1s;
}
a.redes:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
a.redes:active {
color: white;
}
p#aline {
text-align: center;
padding-bottom: 20px;
}
p#aline > a {
color: var(--corlaranja);
text-decoration: none;
}
p#aline >a:hover {
text-decoration: underline;
font-weight: 600;
}
div.imgs {
display: inline-block;
width: 200px;
height: 200px;
margin: 5px;
padding: 10px;
border: 8px solid var(--corlaranja);
}
div.imgs img {
height: 100%;
}
nav#imagens {
text-align: center;
}
p.moveis {
color: white;
margin-bottom: 15px;
text-indent: 25px;
text-align: justify;
line-height: 25px;
}
a#voltar {
margin: auto 20px;
text-decoration: none;
text-align: center;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 3px;
padding: 4px 12px;
transition-duration: .1s;
}
a#voltar:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
a#voltar:active {
color: white;
}
div.voltar {
text-align: center;
margin-top: 10px;
}
ul.lista {
list-style-position: inside;
color: white;
}
ul.lista > li {
margin-bottom: 12px;
}
footer {
background-color: var(--cormain);
max-width: 800px;
text-align: center;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
padding: 5px 20px;
}
footer a {
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
color: var(--corlaranja);
}
@media(max-width: 600px) {
.filho a {
font-size: 0.7em;
padding: 1.2px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding-top: 122px;
}
#img-empresa {
margin-bottom: 10px;
}
.contatos {
flex-direction: column;
align-items: center;
}
} | estilos/estilo.css | @charset "utf-8";
* {
margin: 0px;
padding: 0px;
}
:root {
--corback: rgb(73, 73, 73);
--cormain: rgb(48, 48, 48);
--cornav: rgb(44, 44, 44);
--corlaranja: rgb(194, 81, 5);
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding: 164px 10px;
}
header.pai {
position: relative;
}
header.filho {
background-image: linear-gradient(to bottom, var(--corback) 35%, var(--cormain));
position: fixed;
top: 0px;
left: 0px;
right: 0px;
}
.links-p {
margin: auto;
text-decoration: none;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 3px;
padding: 4px;
transition-duration: .1s;
}
.links-p:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
.links-p:active {
color: white;
}
nav.links-prin {
display: flex;
max-width: 800px;
margin: auto;
text-align: center;
}
.links-p {
display: block;
font-size: 0.9em;
}
section#cabeca {
max-width: 1000px;
margin: auto;
margin-top: 8px;
margin-bottom: 10px;
}
section#cabeca img {
width: 100%;
}
main {
max-width: 800px;
margin: auto;
background-color: var(--cormain);
border-radius: 0px 0px 10px 10px;
padding: 20px;
}
main#industrial h2 {
color: var(--corlaranja);
}
main#industrial > h1 {
color: white;
}
main#industrial > h1 {
text-align: center;
}
main#contato {
text-align: center;
color: white;
}
nav.contatos {
margin: 5px auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
div.contato {
border: 4px solid var(--corback);
border-radius: 15px;
margin: 2px;
display: flex;
align-items: center;
}
nav#lista_produtos {
list-style-position: inside;
}
nav#lista_produtos a{
display: block;
color: white;
text-decoration: none;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 8px;
transition-duration: .1s;
}
nav#lista_produtos a:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
nav#lista_produtos a:active {
color: white;
}
nav#lista_produtos li {
margin-bottom: 12px;
padding: 3px;
}
section.artigo-empresa {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
}
.artigo-empresa img {
border-radius: 50%;
}
article.artigo {
max-width: 530px;
}
a.redes {
margin: 0px;
text-decoration: none;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 8px;
padding: 3px;
transition-duration: .1s;
}
a.redes:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
a.redes:active {
color: white;
}
p#aline {
text-align: center;
padding-bottom: 20px;
}
p#aline > a {
color: var(--corlaranja);
text-decoration: none;
}
p#aline >a:hover {
text-decoration: underline;
font-weight: 600;
}
div.imgs {
display: inline-block;
width: 200px;
height: 200px;
margin: 5px;
padding: 10px;
border: 8px solid var(--corlaranja);
}
div.imgs img {
height: 100%;
}
nav#imagens {
text-align: center;
}
p.moveis {
color: white;
margin-bottom: 15px;
text-indent: 25px;
text-align: justify;
line-height: 25px;
}
a#voltar {
margin: auto 20px;
text-decoration: none;
text-align: center;
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
font-weight: bold;
border-radius: 3px;
padding: 4px 12px;
transition-duration: .1s;
}
a#voltar:hover {
background-color: rgb(255, 115, 0);
text-decoration: underline;
color: rgb(48, 48, 48);
}
a#voltar:active {
color: white;
}
div.voltar {
text-align: center;
margin-top: 10px;
}
ul.lista {
list-style-position: inside;
color: white;
}
ul.lista > li {
margin-bottom: 12px;
}
footer {
background-color: var(--cormain);
max-width: 800px;
text-align: center;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
padding: 5px 20px;
}
footer a {
color: white;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.514);
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
color: var(--corlaranja);
}
@media(max-width: 600px) {
.filho a {
font-size: 0.7em;
padding: 1.2px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding-top: 122px;
}
#img-empresa {
margin-bottom: 10px;
}
.contatos {
flex-direction: column;
align-items: center;
}
} | 0.441673 | 0.095139 |
.busses {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
left: 0;
margin-left: 18.8%;
}
#leftLane, #rightLane {
width: 50%;
height: 105vh;
position: absolute;
/* background-color: rgba(0, 0, 255, 0.4); */
}
#rightLane {
right: 0;
/* background-color: rgba(255, 0, 255, 0.4); */
}
.bus {
width: 80%;
height: 260px;
margin-left: 8%;
position: absolute;
background-image: url(img/bus.png);
background-position: center;
background-repeat: no-repeat;
background-size: 90% auto;
filter: drop-shadow(0px 2px 6px rgb(19, 19, 19));
/* background-color: rgba(128, 0, 128, 0.39); */
}
#leftBus {
animation: drive 15s linear infinite;
}
@keyframes drive {
0% { top: -40%; }
35% { top: 35%; }
50% { top: 35%; }
100% { top: 150%; }
}
#rightBus {
/* position: absolute; */
transform: rotate(180deg);
animation: driveUp 12s linear infinite;
}
@keyframes driveUp {
0% { top: 150%; }
100% { top: -50%; }
}
#cars {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
right: 0;
margin-right: 18.8%;
filter: drop-shadow(0px 2px 6px rgb(19, 19, 19));
z-index: 10;
}
#left-cars, #right-cars {
width: 50%;
height: 100%;
position: absolute;
/* background-color: rgba(235, 69, 199, 0.4); */
}
#left-cars {
transform: rotate(180deg);
animation: queLeft 120s linear infinite;
}
@keyframes queLeft {
0% { top: 0%; }
100% { top: 100%; }
}
#right-cars {
right: 0;
animation: queRight 300s linear infinite;
/* background-color: rgba(255, 143, 91, 0.4); */
}
@keyframes queRight {
0% { top: 0%; }
100% { top: -100%; }
}
.redCar, .greenCar, .yellowCar, .blueCar {
width: 65%;
height: 120px;
margin-left: 15%;
background-position: center;
background-repeat: no-repeat;
background-size: 90% auto;
}
.redCar { background-image: url(img/rodbil.png); }
.greenCar { background-image: url(img/gronnbil.png); }
.yellowCar { background-image: url(img/gulbil.png); }
.blueCar { background-image: url(img/blabil.png); } | cars.css | .busses {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
left: 0;
margin-left: 18.8%;
}
#leftLane, #rightLane {
width: 50%;
height: 105vh;
position: absolute;
/* background-color: rgba(0, 0, 255, 0.4); */
}
#rightLane {
right: 0;
/* background-color: rgba(255, 0, 255, 0.4); */
}
.bus {
width: 80%;
height: 260px;
margin-left: 8%;
position: absolute;
background-image: url(img/bus.png);
background-position: center;
background-repeat: no-repeat;
background-size: 90% auto;
filter: drop-shadow(0px 2px 6px rgb(19, 19, 19));
/* background-color: rgba(128, 0, 128, 0.39); */
}
#leftBus {
animation: drive 15s linear infinite;
}
@keyframes drive {
0% { top: -40%; }
35% { top: 35%; }
50% { top: 35%; }
100% { top: 150%; }
}
#rightBus {
/* position: absolute; */
transform: rotate(180deg);
animation: driveUp 12s linear infinite;
}
@keyframes driveUp {
0% { top: 150%; }
100% { top: -50%; }
}
#cars {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
right: 0;
margin-right: 18.8%;
filter: drop-shadow(0px 2px 6px rgb(19, 19, 19));
z-index: 10;
}
#left-cars, #right-cars {
width: 50%;
height: 100%;
position: absolute;
/* background-color: rgba(235, 69, 199, 0.4); */
}
#left-cars {
transform: rotate(180deg);
animation: queLeft 120s linear infinite;
}
@keyframes queLeft {
0% { top: 0%; }
100% { top: 100%; }
}
#right-cars {
right: 0;
animation: queRight 300s linear infinite;
/* background-color: rgba(255, 143, 91, 0.4); */
}
@keyframes queRight {
0% { top: 0%; }
100% { top: -100%; }
}
.redCar, .greenCar, .yellowCar, .blueCar {
width: 65%;
height: 120px;
margin-left: 15%;
background-position: center;
background-repeat: no-repeat;
background-size: 90% auto;
}
.redCar { background-image: url(img/rodbil.png); }
.greenCar { background-image: url(img/gronnbil.png); }
.yellowCar { background-image: url(img/gulbil.png); }
.blueCar { background-image: url(img/blabil.png); } | 0.802323 | 0.177936 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 100;
font-size: 12px;
line-height: 30px;
color: #777;
background: #4CAF50;
}
.container-contact {
max-width: 400px;
width: 100%;
margin: 0 auto;
position: relative;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select,
#contact button[type="submit"] {
font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
background: #F9F9F9;
padding: 25px;
margin: 150px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contact h3 {
display: block;
font-size: 30px;
font-weight: 300;
margin-bottom: 10px;
}
#contact h4 {
margin: 5px 0 15px;
display: block;
font-size: 13px;
font-weight: 400;
}
fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select,
#contact textarea {
width: 100%;
border: 1px solid #ccc;
background: #FFF;
margin: 0 0 5px;
padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact select:hover,
#contact textarea:hover {
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
border: 1px solid #aaa;
}
#contact textarea {
height: 100px;
max-width: 100%;
resize: none;
}
#contact button[type="submit"] {
cursor: pointer;
width: 100%;
border: none;
background: #4CAF50;
color: #FFF;
margin: 0 0 5px;
padding: 10px;
font-size: 15px;
}
#contact button[type="submit"]:hover {
background: #43A047;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.copyright {
text-align: center;
}
#contact input:focus,
#contact textarea:focus {
outline: 0;
border: 1px solid #aaa;
}
::-webkit-input-placeholder {
color: #888;
}
:-moz-placeholder {
color: #888;
}
::-moz-placeholder {
color: #888;
}
:-ms-input-placeholder {
color: #888;
}
@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
.no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.no-more-tables tr { border: 1px solid #ccc; }
.no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
white-space: normal;
text-align:left;
}
.no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
.no-more-tables td:before { content: attr(data-title); }
}
.history-preservation {
background: #F9F9F9;
padding: 25px;
margin: 150px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.container-preservation {
max-width: 500px;
width: 100%;
margin: 0 auto;
position: relative;
}
td.municipality_name {
color: black;
}
.button-survey{
background-color: #dea948 !important;
color: #000 !important;
}
.hist-description {
line-height: 1.5;
font-size: 14px;
margin-bottom: 14px;
}
body {
font-family: "Helvetica Neue", arial, sans-serif;
padding: 2em;
}
h1 {
font-size: 2em;
font-weight: 800;
}
h3 {
font-size: 2em;
}
progress, progress[role] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-size: auto;
height: 30px;
width: 100%;
}
.skill-list {
list-style: none;
margin: 0;
padding: 1em;
}
.skill {
margin-bottom: 1em;
position: relative;
}
.skill h5 {
color: #fff;
left: 1em;
line-height: 1;
position: absolute;
}
.skill ::-webkit-progress-value {
-webkit-animation: bar-fill 2s;
width: 0px;
}
.skill-1::-webkit-progress-value {
background: #4ecdc4;
}
.skill-1::-moz-progress-bar {
background: #4ecdc4;
}
.skill-2::-webkit-progress-value {
background: #4ecdc4;
}
.skill-2::-moz-progress-bar {
background: #4ecdc4;
}
.skill-3::-webkit-progress-value {
background: #ff6b6b;
}
.skill-3::-moz-progress-bar {
background: #ff6b6b;
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@keyframes bar-fill {
0% {
width: 0;
}
}
.control-group {
display: inline-block;
vertical-align: top;
text-align: left;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
padding: 12px 20px;
margin: 10px;
width: 95%;
}
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 3px;
cursor: pointer;
font-size: 13px;
font-weight: 100;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
background: #e6e6e6 none repeat scroll 0 0;
height: 15px;
left: 0;
position: absolute;
top: 2px;
width: 15px;
margin-top: 6px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc;
}
.control input:checked ~ .control__indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #0e647d;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control__indicator:after {
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--checkbox .control__indicator:after {
left: 6px;
top: 3px;
width: 3px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #7b7b7b;
}
.municipality-title {
font-size: 17px;
font-weight: bold;
}
.question_page {
display: none;
}
.question_page.active {
display: block;
}
.button-survey-next{
width: 100%;
}
.button-survey-previous{
width: 100%;
display: none;
}
#history-preservation #survey-submit {
cursor: pointer;
width: 100%;
border: none;
background: #4CAF50;
color: #FFF;
padding: 3px;
font-size: 15px;
display: none;
}
#history-preservation #survey-submit:hover {
background: #43A047;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
#history-preservation #survey-submit:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
} | assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 100;
font-size: 12px;
line-height: 30px;
color: #777;
background: #4CAF50;
}
.container-contact {
max-width: 400px;
width: 100%;
margin: 0 auto;
position: relative;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select,
#contact button[type="submit"] {
font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
background: #F9F9F9;
padding: 25px;
margin: 150px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contact h3 {
display: block;
font-size: 30px;
font-weight: 300;
margin-bottom: 10px;
}
#contact h4 {
margin: 5px 0 15px;
display: block;
font-size: 13px;
font-weight: 400;
}
fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select,
#contact textarea {
width: 100%;
border: 1px solid #ccc;
background: #FFF;
margin: 0 0 5px;
padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact select:hover,
#contact textarea:hover {
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
border: 1px solid #aaa;
}
#contact textarea {
height: 100px;
max-width: 100%;
resize: none;
}
#contact button[type="submit"] {
cursor: pointer;
width: 100%;
border: none;
background: #4CAF50;
color: #FFF;
margin: 0 0 5px;
padding: 10px;
font-size: 15px;
}
#contact button[type="submit"]:hover {
background: #43A047;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.copyright {
text-align: center;
}
#contact input:focus,
#contact textarea:focus {
outline: 0;
border: 1px solid #aaa;
}
::-webkit-input-placeholder {
color: #888;
}
:-moz-placeholder {
color: #888;
}
::-moz-placeholder {
color: #888;
}
:-ms-input-placeholder {
color: #888;
}
@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
.no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.no-more-tables tr { border: 1px solid #ccc; }
.no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
white-space: normal;
text-align:left;
}
.no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
.no-more-tables td:before { content: attr(data-title); }
}
.history-preservation {
background: #F9F9F9;
padding: 25px;
margin: 150px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.container-preservation {
max-width: 500px;
width: 100%;
margin: 0 auto;
position: relative;
}
td.municipality_name {
color: black;
}
.button-survey{
background-color: #dea948 !important;
color: #000 !important;
}
.hist-description {
line-height: 1.5;
font-size: 14px;
margin-bottom: 14px;
}
body {
font-family: "Helvetica Neue", arial, sans-serif;
padding: 2em;
}
h1 {
font-size: 2em;
font-weight: 800;
}
h3 {
font-size: 2em;
}
progress, progress[role] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-size: auto;
height: 30px;
width: 100%;
}
.skill-list {
list-style: none;
margin: 0;
padding: 1em;
}
.skill {
margin-bottom: 1em;
position: relative;
}
.skill h5 {
color: #fff;
left: 1em;
line-height: 1;
position: absolute;
}
.skill ::-webkit-progress-value {
-webkit-animation: bar-fill 2s;
width: 0px;
}
.skill-1::-webkit-progress-value {
background: #4ecdc4;
}
.skill-1::-moz-progress-bar {
background: #4ecdc4;
}
.skill-2::-webkit-progress-value {
background: #4ecdc4;
}
.skill-2::-moz-progress-bar {
background: #4ecdc4;
}
.skill-3::-webkit-progress-value {
background: #ff6b6b;
}
.skill-3::-moz-progress-bar {
background: #ff6b6b;
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@keyframes bar-fill {
0% {
width: 0;
}
}
.control-group {
display: inline-block;
vertical-align: top;
text-align: left;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
padding: 12px 20px;
margin: 10px;
width: 95%;
}
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 3px;
cursor: pointer;
font-size: 13px;
font-weight: 100;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
background: #e6e6e6 none repeat scroll 0 0;
height: 15px;
left: 0;
position: absolute;
top: 2px;
width: 15px;
margin-top: 6px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc;
}
.control input:checked ~ .control__indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #0e647d;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control__indicator:after {
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--checkbox .control__indicator:after {
left: 6px;
top: 3px;
width: 3px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #7b7b7b;
}
.municipality-title {
font-size: 17px;
font-weight: bold;
}
.question_page {
display: none;
}
.question_page.active {
display: block;
}
.button-survey-next{
width: 100%;
}
.button-survey-previous{
width: 100%;
display: none;
}
#history-preservation #survey-submit {
cursor: pointer;
width: 100%;
border: none;
background: #4CAF50;
color: #FFF;
padding: 3px;
font-size: 15px;
display: none;
}
#history-preservation #survey-submit:hover {
background: #43A047;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
#history-preservation #survey-submit:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
} | 0.256832 | 0.082291 |
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.full-page
{
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(bg-2.jpg);
background-position: center;
background-size: cover;
position: absolute;
}
.h1 {
font-weight: bold;
font-size: 40px;
color:cornsilk;
}
.navbar
{
display: flex;
align-items: center;
padding: 20px;
padding-left: 50px;
padding-right: 30px;
padding-top: 50px;
}
nav
{
flex: 1;
color: cyan;
text-align: right;
}
nav ul
{ color: cyan;
display: inline-block;
list-style: none;
}
nav ul li
{
display: inline-block;
margin-right: 70px;
}
nav ul li a
{
text-decoration: none;
font-size: 20px;
color: white;
font-family: sans-serif;
}
nav ul li button
{
font-size: 20px;
color: white;
outline: none;
border: none;
background: transparent;
cursor: pointer;
font-family: sans-serif;
}
nav ul li button:hover
{
color: aqua;
}
nav ul li a:hover
{
color: aqua;
}
a
{
text-decoration: none;
color: palevioletred;
font-size: 28px;
}
#map {
height: 350px;
width: 71%;
margin: auto;
margin-top: 0px;
margin-bottom: 20px;
border: 3px solid black;
border-radius: 30px;
box-shadow: 16px 16px 22px black;
}
#map:hover {
box-shadow: 0 10px 20px black;
height: 360px;
width: 80%;
}
.btn {
border-radius: 300px;
width: 120px;
}
.btn1 {
border: none;
outline: none;
width: 17%;
height: 45px;
background: black;
color: white;
font-weight: bold;
border-radius: 9px;
}
.btn1:hover {
background: white;
color: black;
font-weight: bold;
border: 2px solid black;
}
.col-12 {
text-align: center;
}
.card-footer {
background-color: #2c2c2e;
border-top: 1px solid rgb(32, 31, 31);
opacity: 0.8;
}
.text-muted {
color: white !important;
}
/* for navbar and below card footer */
.card-header {
background-color: #e0ece4;
opacity: 0.9;
/* background-color: black; */
border-bottom: 1px solid;
}
.col-12 {
text-align: center;
padding-top: 12px;
}
.form-group {
margin-bottom: 1rem;
margin-left: 102px;
}
.navbar-dark {
background-color: #4670ad;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
min-height: 65px;
}
.logo {
color: #FFFFFF;
font-weight: 500;
text-transform: capitalize;
}
.card {
border-radius: 5px;
box-shadow: 0 6px 14px 0 rgba(33,35,68,.1)!important;
}
.kpi-value {
font-weight: 500 !important;
} | bitcoin.css | *
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.full-page
{
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(bg-2.jpg);
background-position: center;
background-size: cover;
position: absolute;
}
.h1 {
font-weight: bold;
font-size: 40px;
color:cornsilk;
}
.navbar
{
display: flex;
align-items: center;
padding: 20px;
padding-left: 50px;
padding-right: 30px;
padding-top: 50px;
}
nav
{
flex: 1;
color: cyan;
text-align: right;
}
nav ul
{ color: cyan;
display: inline-block;
list-style: none;
}
nav ul li
{
display: inline-block;
margin-right: 70px;
}
nav ul li a
{
text-decoration: none;
font-size: 20px;
color: white;
font-family: sans-serif;
}
nav ul li button
{
font-size: 20px;
color: white;
outline: none;
border: none;
background: transparent;
cursor: pointer;
font-family: sans-serif;
}
nav ul li button:hover
{
color: aqua;
}
nav ul li a:hover
{
color: aqua;
}
a
{
text-decoration: none;
color: palevioletred;
font-size: 28px;
}
#map {
height: 350px;
width: 71%;
margin: auto;
margin-top: 0px;
margin-bottom: 20px;
border: 3px solid black;
border-radius: 30px;
box-shadow: 16px 16px 22px black;
}
#map:hover {
box-shadow: 0 10px 20px black;
height: 360px;
width: 80%;
}
.btn {
border-radius: 300px;
width: 120px;
}
.btn1 {
border: none;
outline: none;
width: 17%;
height: 45px;
background: black;
color: white;
font-weight: bold;
border-radius: 9px;
}
.btn1:hover {
background: white;
color: black;
font-weight: bold;
border: 2px solid black;
}
.col-12 {
text-align: center;
}
.card-footer {
background-color: #2c2c2e;
border-top: 1px solid rgb(32, 31, 31);
opacity: 0.8;
}
.text-muted {
color: white !important;
}
/* for navbar and below card footer */
.card-header {
background-color: #e0ece4;
opacity: 0.9;
/* background-color: black; */
border-bottom: 1px solid;
}
.col-12 {
text-align: center;
padding-top: 12px;
}
.form-group {
margin-bottom: 1rem;
margin-left: 102px;
}
.navbar-dark {
background-color: #4670ad;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
min-height: 65px;
}
.logo {
color: #FFFFFF;
font-weight: 500;
text-transform: capitalize;
}
.card {
border-radius: 5px;
box-shadow: 0 6px 14px 0 rgba(33,35,68,.1)!important;
}
.kpi-value {
font-weight: 500 !important;
} | 0.425963 | 0.075927 |
.home-store {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.home-store .product .product-description {
display: none;
}
.slick-active-btn-2::after {
content: '';
width: 60px !important;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
transition: 2s all !important;
opacity: 1 !important;
}
.z-test {
z-index: 1200;
position: fixed;
height: 100vh;
top: 0;
width: 100%;
z-index: 999;
}
.banner-loader {
position: fixed;
height: 100vh;
top: 0;
width: 100%;
z-index: 999;
}
.banner-loader img {
z-index: 1000;
}
.very-small-font-homepage {
font-size: 0.575rem;
line-height: 25px;
}
@media (min-width: 480px) {
.very-small-font-homepage {
font-size: 0.875rem;
line-height: 25px;
}
}
@media (min-width: 575px) {
.very-small-font-homepage {
font-size: 0.875rem;
line-height: 25px;
}
}
@media (min-width: 767px) {
.very-small-font-homepage {
font-size: 0.675rem;
line-height: 25px;
}
}
@media (min-width: 991px) {
.very-small-font-homepage {
font-size: 0.625rem;
line-height: 25px;
}
}
@media (min-width: 1200px) {
.very-small-font-homepage {
font-size: 0.675rem;
line-height: 25px;
}
}
.main-bg .view-store p:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
background-color: #9CA72C;
bottom: 0;
left: 0;
}
.dcs .dcs-slider .slick-container {
max-width: 800px;
margin: 0 auto;
width: 100%;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-prev {
display: none !important;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-next {
display: none !important;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots {
top: -20px;
left: 50%;
position: absolute;
display: flex !important;
transform: translateX(-50%);
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li {
border-radius: 50%;
width: 40px;
margin-left: 20px;
margin-right: 20px;
pointer-events: none;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button {
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='2' stroke-dasharray='3%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
background-color: white;
outline: none;
pointer-events: visible;
text-align: center;
color: #000;
padding: 8px;
border-radius: 50%;
width: 40px;
font-family: 'HK Grotesk';
font-weight: 600;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button.default-btn-class::after {
content: '';
height: 8px;
width: 15px;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
transition: 0s all;
opacity: 0;
border-radius: 15px;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button.slick-active-btn-2 {
background-color: #124426;
color: #FFFFFF;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li:nth-child(1) button {
background-color: #124426;
color: #FFFFFF;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li:last-child button:after {
display: none !important;
}
.dcs .dcs-slider .slick-container .button-container {
right: 30px;
bottom: 30px;
}
.dcs .dcs-slider .slick-container .left-leaf-1 {
display: none;
z-index: -99;
left: -105px;
top: -70px;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
display: block;
left: -36px;
top: -24px;
width: 92px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
width: 130px;
left: -51px;
top: -33px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
width: 185px;
left: -75px;
top: -51px;
}
}
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
display: none;
left: -130px;
top: 50%;
transform: translateY(-50%);
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
display: block;
left: -35px;
width: 80px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
width: 130px;
left: -60px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
width: 185px;
left: -85px;
}
}
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
display: none;
left: -130px;
top: unset;
transform: translateY(unset);
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
display: block;
left: -35px;
width: 80px;
bottom: 30px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
width: 130px;
left: -80px;
bottom: 12px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
width: 185px;
left: -97px;
bottom: 10px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-1 {
display: none;
right: -108px;
top: -94px;
z-index: -99;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-1 {
display: block;
right: -28px;
top: -31px;
z-index: -99;
width: 85px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-1 {
right: -64px;
top: -55px;
z-index: -99;
width: 140px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-2 {
display: none;
right: -95px;
top: 0;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
display: block;
top: 3px;
right: -33px;
width: 50px;
}
}
@media (min-width: 768px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 60px;
right: -36px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 100px;
right: -60px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 120px;
right: -70px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-3 {
display: none;
right: -95px;
top: unset;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
display: block;
bottom: 50px;
right: -33px;
width: 50px;
}
}
@media (min-width: 768px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 60px;
right: -36px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 260px;
right: -108px;
bottom: 74px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 260px;
right: -120px;
bottom: 50px;
}
}
.dcs .dcs-slider .selector .first-selector {
border-radius: 50%;
width: 34px;
height: 34px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.homepage-blog .homepageblogimg .main-image img {
width: 100%;
height: 250px;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .main-image img {
height: 300px;
}
}
@media (min-width: 991px) {
.homepage-blog .homepageblogimg .main-image img {
height: 350px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .main-image img {
height: 400px;
}
}
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 220px;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section {
left: 32%;
}
}
@media (min-width: 991px) {
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 260px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 330px;
left: 33%;
}
}
.homepage-blog .homepageblogimg .inner-blog-section .view-blog p {
cursor: pointer;
}
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -28px;
width: 60px;
right: -21px;
z-index: 10;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -55px;
width: 90px;
right: -38px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -68px;
width: 125px;
right: -39px;
}
}
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -9px;
width: 60px;
right: -37px;
z-index: 9;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -22px;
width: 90px;
right: -63px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -29px;
width: 125px;
right: -74px;
}
}
.a-b-p .a-b-p-container {
margin: 0 auto;
max-width: 550px;
width: 100%;
}
.a-b-p .a-b-p-container .a-b-p-elements .element-1 img {
width: 35px;
height: 35px;
}
.a-b-p .a-b-p-container .know-more p:after {
content: '';
position: absolute;
width: 100%;
bottom: -3px;
padding: 0;
left: 0;
border-bottom: 1px solid #9CA72C;
line-height: 0px;
}
.green-thumb .green-thumb-section-image {
left: 50%;
transform: translateX(-50%);
top: -55px;
max-width: 280px;
width: 100%;
}
.green-thumb .know-more p:after {
content: '';
position: absolute;
width: 100%;
bottom: -3px;
padding: 0;
left: 0;
border-bottom: 1px solid #9CA72C;
line-height: 0px;
}
.social-share .slick-slider {
padding-left: 10rem!important;
padding-right: 10rem!important;
}
.social-share .slick-slider .image-1 {
max-width: 220px;
}
.social-share .slick-slider .slick-prev {
top: 50%;
transform: translateY(-50%);
left: 14%;
font-size: 0;
position: absolute;
width: 20px;
height: 20px;
outline: none;
}
.social-share .slick-slider .slick-prev::before {
content: '';
background-image: url(../../src/img/arrow_left.png);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
@media (min-width: 1200px) {
.social-share .slick-slider .slick-prev {
left: 10%;
}
}
.social-share .slick-slider .slick-next {
top: 50%;
transform: translateY(-50%);
right: 14%;
font-size: 0;
position: absolute;
width: 20px;
height: 20px;
outline: none;
}
.social-share .slick-slider .slick-next::before {
content: '';
background-image: url(../../src/img/arrow_right.png);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
} | src/styles/homepage.css | .home-store {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.home-store .product .product-description {
display: none;
}
.slick-active-btn-2::after {
content: '';
width: 60px !important;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
transition: 2s all !important;
opacity: 1 !important;
}
.z-test {
z-index: 1200;
position: fixed;
height: 100vh;
top: 0;
width: 100%;
z-index: 999;
}
.banner-loader {
position: fixed;
height: 100vh;
top: 0;
width: 100%;
z-index: 999;
}
.banner-loader img {
z-index: 1000;
}
.very-small-font-homepage {
font-size: 0.575rem;
line-height: 25px;
}
@media (min-width: 480px) {
.very-small-font-homepage {
font-size: 0.875rem;
line-height: 25px;
}
}
@media (min-width: 575px) {
.very-small-font-homepage {
font-size: 0.875rem;
line-height: 25px;
}
}
@media (min-width: 767px) {
.very-small-font-homepage {
font-size: 0.675rem;
line-height: 25px;
}
}
@media (min-width: 991px) {
.very-small-font-homepage {
font-size: 0.625rem;
line-height: 25px;
}
}
@media (min-width: 1200px) {
.very-small-font-homepage {
font-size: 0.675rem;
line-height: 25px;
}
}
.main-bg .view-store p:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
background-color: #9CA72C;
bottom: 0;
left: 0;
}
.dcs .dcs-slider .slick-container {
max-width: 800px;
margin: 0 auto;
width: 100%;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-prev {
display: none !important;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-next {
display: none !important;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots {
top: -20px;
left: 50%;
position: absolute;
display: flex !important;
transform: translateX(-50%);
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li {
border-radius: 50%;
width: 40px;
margin-left: 20px;
margin-right: 20px;
pointer-events: none;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button {
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='2' stroke-dasharray='3%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
background-color: white;
outline: none;
pointer-events: visible;
text-align: center;
color: #000;
padding: 8px;
border-radius: 50%;
width: 40px;
font-family: 'HK Grotesk';
font-weight: 600;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button.default-btn-class::after {
content: '';
height: 8px;
width: 15px;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
transition: 0s all;
opacity: 0;
border-radius: 15px;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li button.slick-active-btn-2 {
background-color: #124426;
color: #FFFFFF;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li:nth-child(1) button {
background-color: #124426;
color: #FFFFFF;
}
.dcs .dcs-slider .slick-container .slick-slider .slick-dots li:last-child button:after {
display: none !important;
}
.dcs .dcs-slider .slick-container .button-container {
right: 30px;
bottom: 30px;
}
.dcs .dcs-slider .slick-container .left-leaf-1 {
display: none;
z-index: -99;
left: -105px;
top: -70px;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
display: block;
left: -36px;
top: -24px;
width: 92px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
width: 130px;
left: -51px;
top: -33px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1 {
width: 185px;
left: -75px;
top: -51px;
}
}
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
display: none;
left: -130px;
top: 50%;
transform: translateY(-50%);
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
display: block;
left: -35px;
width: 80px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
width: 130px;
left: -60px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-2 {
width: 185px;
left: -85px;
}
}
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
display: none;
left: -130px;
top: unset;
transform: translateY(unset);
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
display: block;
left: -35px;
width: 80px;
bottom: 30px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
width: 130px;
left: -80px;
bottom: 12px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .left-leaf-1.left-leaf-3 {
width: 185px;
left: -97px;
bottom: 10px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-1 {
display: none;
right: -108px;
top: -94px;
z-index: -99;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-1 {
display: block;
right: -28px;
top: -31px;
z-index: -99;
width: 85px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-1 {
right: -64px;
top: -55px;
z-index: -99;
width: 140px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-2 {
display: none;
right: -95px;
top: 0;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
display: block;
top: 3px;
right: -33px;
width: 50px;
}
}
@media (min-width: 768px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 60px;
right: -36px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 100px;
right: -60px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .right-leaf-2 {
width: 120px;
right: -70px;
}
}
.dcs .dcs-slider .slick-container .right-leaf-3 {
display: none;
right: -95px;
top: unset;
}
@media (min-width: 576px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
display: block;
bottom: 50px;
right: -33px;
width: 50px;
}
}
@media (min-width: 768px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 60px;
right: -36px;
}
}
@media (min-width: 991px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 260px;
right: -108px;
bottom: 74px;
}
}
@media (min-width: 1200px) {
.dcs .dcs-slider .slick-container .right-leaf-3 {
width: 260px;
right: -120px;
bottom: 50px;
}
}
.dcs .dcs-slider .selector .first-selector {
border-radius: 50%;
width: 34px;
height: 34px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.homepage-blog .homepageblogimg .main-image img {
width: 100%;
height: 250px;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .main-image img {
height: 300px;
}
}
@media (min-width: 991px) {
.homepage-blog .homepageblogimg .main-image img {
height: 350px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .main-image img {
height: 400px;
}
}
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 220px;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section {
left: 32%;
}
}
@media (min-width: 991px) {
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 260px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section {
max-width: 330px;
left: 33%;
}
}
.homepage-blog .homepageblogimg .inner-blog-section .view-blog p {
cursor: pointer;
}
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -28px;
width: 60px;
right: -21px;
z-index: 10;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -55px;
width: 90px;
right: -38px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-1 {
top: -68px;
width: 125px;
right: -39px;
}
}
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -9px;
width: 60px;
right: -37px;
z-index: 9;
}
@media (min-width: 576px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -22px;
width: 90px;
right: -63px;
}
}
@media (min-width: 1200px) {
.homepage-blog .homepageblogimg .inner-blog-section .image-2 {
top: -29px;
width: 125px;
right: -74px;
}
}
.a-b-p .a-b-p-container {
margin: 0 auto;
max-width: 550px;
width: 100%;
}
.a-b-p .a-b-p-container .a-b-p-elements .element-1 img {
width: 35px;
height: 35px;
}
.a-b-p .a-b-p-container .know-more p:after {
content: '';
position: absolute;
width: 100%;
bottom: -3px;
padding: 0;
left: 0;
border-bottom: 1px solid #9CA72C;
line-height: 0px;
}
.green-thumb .green-thumb-section-image {
left: 50%;
transform: translateX(-50%);
top: -55px;
max-width: 280px;
width: 100%;
}
.green-thumb .know-more p:after {
content: '';
position: absolute;
width: 100%;
bottom: -3px;
padding: 0;
left: 0;
border-bottom: 1px solid #9CA72C;
line-height: 0px;
}
.social-share .slick-slider {
padding-left: 10rem!important;
padding-right: 10rem!important;
}
.social-share .slick-slider .image-1 {
max-width: 220px;
}
.social-share .slick-slider .slick-prev {
top: 50%;
transform: translateY(-50%);
left: 14%;
font-size: 0;
position: absolute;
width: 20px;
height: 20px;
outline: none;
}
.social-share .slick-slider .slick-prev::before {
content: '';
background-image: url(../../src/img/arrow_left.png);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
@media (min-width: 1200px) {
.social-share .slick-slider .slick-prev {
left: 10%;
}
}
.social-share .slick-slider .slick-next {
top: 50%;
transform: translateY(-50%);
right: 14%;
font-size: 0;
position: absolute;
width: 20px;
height: 20px;
outline: none;
}
.social-share .slick-slider .slick-next::before {
content: '';
background-image: url(../../src/img/arrow_right.png);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
} | 0.452052 | 0.045586 |
body {
padding-top: 3.5rem;
background-color: #003F87;
color: white;
}
/*.container {*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*padding-right: 15px;*/
/*padding-left: 0px;*/
/*width: 100%;*/
/*}*/
.starter-template {
padding: 0rem;
text-align: center;
}
.bg-dark {
background-color: #996633 !important;
}
.copy {
text-align: center;
}
footer {
margin: auto;
}
.copywriteline {
border-color: white;
}
.jumbotron {
background-color: white;
color: #003F87;
padding-bottom: 0rem;
}
.littleimage {
float: right;
max-width: 75%;
height: auto;
padding-bottom: 0em;
margin-bottom: 0em;
}
.highlightimage {
width: 100%;
height: auto;
padding-bottom: 0em;
margin-bottom: 1em;
}
.littleheader {
max-width: 100%;
height: auto;
font-size: 1rem;
color: #003F87;
text-align: center;
padding-bottom: 0em;
margin-bottom: 0em;
}
.mediumheader {
max-width: 100%;
height: auto;
font-size: 2rem;
color: #003F87;
text-align: center;
padding-bottom: 0em;
margin-bottom: 0em;
}
.btn {
background-color: #003F87;
}
.inlineLinks {
color: #FFCC00;
text-decoration: underline;
}
.inlineLinks:hover {
color: white;
}
.btn-outline-success {
border-color: #003F87;
color: white;
}
.btn-outline-success:hover {
color: white;
background-color: #003F87;
border-color: white;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 3px rgba(256, 256, 256, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: gray;
background-color: darkgray;
border-color: #003F87;
}
.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
color: #003F87;
background-color: #996633;
border-color: #003F87;
}
.feed-container {
font-size: 12px;
}
.feed-container a {
color: white;
text-decoration: none;
}
.feed-container a:hover {
color: #996633;
text-decoration: no-underline;
}
.feed-container .header {
margin: 0px;
padding: 5px 5px 5px 5px;
font-size: 14px;
border-bottom: 1px solid #fff;
text-align: center;
}
.feed-container .footer {
margin: 0px;
padding: 5px 5px 5px 5px;
color: #fff;
}
.feed-container .header .title {
margin: 0;
padding: 0;
font-weight: bold;
color: #333;
}
.feed-container .content {
margin: 0px;
padding: 0 3px;
}
.feed-container .content .item {
margin: 0 0 7px 0;
padding: 0 0 7px 0;
border-bottom: 1px dotted #fff;
}
.feed-container .content .item .title {
margin: 1px 0 1px 3px;
padding: 1px 2px 1px 3px;
color: white;
font-weight: bold;
}
.feed-container .content .item .description {
margin: 0 0 0 3px;
padding: 0 2px 0 3px;
color: white;
}
.feed-container .content .item .description a {
text-decoration: none;
color: white;
}
.feed-container .content .item .description a:hover {
text-decoration: no-underline;
color: white;
}
.picture-box {
position: relative;
width: 100%;
margin-bottom: 1em;
}
.picture-box:hover {
transform: scale(1.5,1.5);
z-index: 99;
}
.picture-box .image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.picture-box:hover .image {
opacity: 1.0;
transform: scale(2,2);
height: auto;
z-index: 99 !important;
}
.picture-box:hover .middle {
opacity: 1;
}
.church-image {
width: 300px;
height: 400px;
padding-left: 0rem;
margin-left: 0rem;
}
.pdf-container{
height: 400px;
width: auto;
margin-bottom: 2rem;
}
.pdf-object {
width:100%;
height: 400px;
}
.event-list {
text-align: left;
}
.event-list h4 {
text-align: left;
}
.scount-num-containerL {
padding-right:5px;
}
.scount-num-containerR {
padding-left: 0;
}
.scount-num {
width: 25px;
height: 50px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right:0;
}
.scout-list {
padding-left: 0;
list-style: none;
text-align: left;
}
.scout-list {
height: 100%;
width: auto;
padding: .5rem 0 0 2rem;
list-style: none;
text-align: left;
background-color: #003F87;
}
.event-box {
height: auto;
margin-bottom: 1rem;
overflow: hidden;
transition: .4s;
box-shadow: 0px 3px 20px 4px rgba(255, 204, 0, 0.1);
z:99;
}
.event-box li {
text-align: left;
}
.event-box .special {
background-color: white;
border: solid 1px #003F87;
border-radius: 6px;
line-height: 18px;
overflow: hidden;
color: #003F87;
overflow: hidden;
padding: 5px 5px;
font-weight: bold;
margin-top: 5px;
text-align: left;
}
.event-box:hover {
transform: scale(1.15,1.15);
z-index: 99;
}
.event-box h4 {
padding: 20px 0 5px 0;
margin-bottom: 0;
transition: .4s;
background-color: #996633;
}
.event-box:hover h4 {
background-color: #CE1126;
}
.centered-image {
display: block;
margin: auto;
}
.center-text{
text-align: center;
} | public_html/css/upcoming-events.css | body {
padding-top: 3.5rem;
background-color: #003F87;
color: white;
}
/*.container {*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*padding-right: 15px;*/
/*padding-left: 0px;*/
/*width: 100%;*/
/*}*/
.starter-template {
padding: 0rem;
text-align: center;
}
.bg-dark {
background-color: #996633 !important;
}
.copy {
text-align: center;
}
footer {
margin: auto;
}
.copywriteline {
border-color: white;
}
.jumbotron {
background-color: white;
color: #003F87;
padding-bottom: 0rem;
}
.littleimage {
float: right;
max-width: 75%;
height: auto;
padding-bottom: 0em;
margin-bottom: 0em;
}
.highlightimage {
width: 100%;
height: auto;
padding-bottom: 0em;
margin-bottom: 1em;
}
.littleheader {
max-width: 100%;
height: auto;
font-size: 1rem;
color: #003F87;
text-align: center;
padding-bottom: 0em;
margin-bottom: 0em;
}
.mediumheader {
max-width: 100%;
height: auto;
font-size: 2rem;
color: #003F87;
text-align: center;
padding-bottom: 0em;
margin-bottom: 0em;
}
.btn {
background-color: #003F87;
}
.inlineLinks {
color: #FFCC00;
text-decoration: underline;
}
.inlineLinks:hover {
color: white;
}
.btn-outline-success {
border-color: #003F87;
color: white;
}
.btn-outline-success:hover {
color: white;
background-color: #003F87;
border-color: white;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 3px rgba(256, 256, 256, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: gray;
background-color: darkgray;
border-color: #003F87;
}
.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
color: #003F87;
background-color: #996633;
border-color: #003F87;
}
.feed-container {
font-size: 12px;
}
.feed-container a {
color: white;
text-decoration: none;
}
.feed-container a:hover {
color: #996633;
text-decoration: no-underline;
}
.feed-container .header {
margin: 0px;
padding: 5px 5px 5px 5px;
font-size: 14px;
border-bottom: 1px solid #fff;
text-align: center;
}
.feed-container .footer {
margin: 0px;
padding: 5px 5px 5px 5px;
color: #fff;
}
.feed-container .header .title {
margin: 0;
padding: 0;
font-weight: bold;
color: #333;
}
.feed-container .content {
margin: 0px;
padding: 0 3px;
}
.feed-container .content .item {
margin: 0 0 7px 0;
padding: 0 0 7px 0;
border-bottom: 1px dotted #fff;
}
.feed-container .content .item .title {
margin: 1px 0 1px 3px;
padding: 1px 2px 1px 3px;
color: white;
font-weight: bold;
}
.feed-container .content .item .description {
margin: 0 0 0 3px;
padding: 0 2px 0 3px;
color: white;
}
.feed-container .content .item .description a {
text-decoration: none;
color: white;
}
.feed-container .content .item .description a:hover {
text-decoration: no-underline;
color: white;
}
.picture-box {
position: relative;
width: 100%;
margin-bottom: 1em;
}
.picture-box:hover {
transform: scale(1.5,1.5);
z-index: 99;
}
.picture-box .image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.picture-box:hover .image {
opacity: 1.0;
transform: scale(2,2);
height: auto;
z-index: 99 !important;
}
.picture-box:hover .middle {
opacity: 1;
}
.church-image {
width: 300px;
height: 400px;
padding-left: 0rem;
margin-left: 0rem;
}
.pdf-container{
height: 400px;
width: auto;
margin-bottom: 2rem;
}
.pdf-object {
width:100%;
height: 400px;
}
.event-list {
text-align: left;
}
.event-list h4 {
text-align: left;
}
.scount-num-containerL {
padding-right:5px;
}
.scount-num-containerR {
padding-left: 0;
}
.scount-num {
width: 25px;
height: 50px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right:0;
}
.scout-list {
padding-left: 0;
list-style: none;
text-align: left;
}
.scout-list {
height: 100%;
width: auto;
padding: .5rem 0 0 2rem;
list-style: none;
text-align: left;
background-color: #003F87;
}
.event-box {
height: auto;
margin-bottom: 1rem;
overflow: hidden;
transition: .4s;
box-shadow: 0px 3px 20px 4px rgba(255, 204, 0, 0.1);
z:99;
}
.event-box li {
text-align: left;
}
.event-box .special {
background-color: white;
border: solid 1px #003F87;
border-radius: 6px;
line-height: 18px;
overflow: hidden;
color: #003F87;
overflow: hidden;
padding: 5px 5px;
font-weight: bold;
margin-top: 5px;
text-align: left;
}
.event-box:hover {
transform: scale(1.15,1.15);
z-index: 99;
}
.event-box h4 {
padding: 20px 0 5px 0;
margin-bottom: 0;
transition: .4s;
background-color: #996633;
}
.event-box:hover h4 {
background-color: #CE1126;
}
.centered-image {
display: block;
margin: auto;
}
.center-text{
text-align: center;
} | 0.437583 | 0.085327 |
@font-face {
font-family: "PingFangHK-Semibold";
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot); /* IE9 */
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */ url(/fonts/53faa9276001397f57e3dec8cafa2205.woff) format("woff"), /* chrome, firefox */ url(/fonts/53faa9276001397f57e3dec8cafa2205.ttf) format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url(/fonts/53faa9276001397f57e3dec8cafa2205.svg#PingFangHK-Semibold-Proportional) format("svg"); /* iOS 4.1- */
font-style: normal;
font-weight: normal;
}
@media screen and (min-width: 992px) {
/*@media screen and (min-width: 577px) {*/
.login-form {
position: absolute;
right: 290px;
background: #ffffff;
border-radius: 5px;
width: 360px;
height: 400px;
padding-left: 20px;
padding-right: 20px;
}
.login-index-log {
position: absolute;
padding-top: 30px;
width: auto;
height: inherit;
right: 690px;
}
.login-form .login-sub-title {
margin-top: 20px;
margin-bottom: 10px;
font-family: PingFangHK-Semibold;
font-size: 28px;
color: #323a45;
text-align: center;
}
.login-form .login-context .form-group > label {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #323a45 !important;
}
.login-form .login-context .form-group .link > a {
font-family: PingFangHK-Semibold;
font-size: 13px;
}
}
/*@media screen and (min-width: 577px) and (max-width: 767px) {*/
/*.login-form {*/
/*right: 30px;*/
/*}*/
/*.login-index-log {*/
/*right: 420px;*/
/*width: 356px;*/
/*height: auto;*/
/*padding-top: 0px;*/
/*}*/
/*}*/
/*@media screen and (min-width: 768px) and (max-width: 992px) {*/
/*.login-form {*/
/*right: 20px;*/
/*}*/
/*.login-index-log {*/
/*right: 410px;*/
/*width: 408px;*/
/*height: auto;*/
/*padding-top: 0px;*/
/*top: 30px;*/
/*}*/
/*}*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
.login-form {
right: 88px;
}
.login-index-log {
right: 478px;
width: 551px;
height: auto;
padding-top: 0px;
top: 30px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1260px) {
.login-form {
right: 138px;
}
.login-index-log {
right: 528px;
width: 607px;
height: auto;
padding-top: 0px;
}
}
@media screen and (min-width: 1261px) and (max-width: 1452px) {
.login-form {
right: 168px;
}
.login-index-log {
right: 558px;
width: 607px;
height: auto;
padding-top: 0px;
}
}
@media screen and (min-width: 0) and (max-width: 991px) {
.login-form {
position: absolute;
top: 142px;
padding-right: 24px;
width: 100%;
font-size: 13px;
}
.login-context {
max-width: 400px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}
.login-sub-title {
font-size: 20px;
margin-top: 0px;
margin-bottom: 38px;
color: #ffffff;
}
}
@media screen and (min-width: 0) and (max-width: 576px) {
.kcoin-button-normal {
font-size: 13px !important;
width: 100% !important;
max-width: 340px;
}
div#project-detail-menu {
height: 172px !important;
}
#project-detail-menu .container .project-name {
height: 124px !important;
}
#project-detail-menu .container .row.tab-menu {
height: auto !important;
padding-left: 0px !important;
margin-left: auto;
margin-right: auto;
}
.kcoin-win {
position: fixed !important;
max-height: 100vh !important;
z-index: 9999 !important;
top: 0px !important;
left: 0px !important;
}
.project-detail-container {
padding-top: 212px !important;
}
.user-kcoin-detail-number {
font-family: MicrosoftYaHei;
font-size: 30px;
color: #ff5a59;
order: 2 !important;
}
.user-kcoin-detail-title {
font-family: PingFangHK-Semibold;
font-size: 30px;
color: #8b939e;
order: 1 !important;
}
.user-kcoin-detail {
background: #fdfeff;
border: 1px solid #e2e9f5;
box-shadow: 0 0 6px 1px #edf0f5;
border-radius: 5px;
}
.user-profile-float {
border: none !important;
box-shadow: none !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.user-kcoin-detail-left-area {
width: 100%;
}
}
.container {
width: auto;
max-width: 1030px;
height: 100%;
margin-left: auto;
margin-right: auto;
/* min-height: calc(100vh - 93px); */
}
.login-sub-title {
margin-top: 0px;
margin-bottom: 20px;
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #ffffff;
}
.login-title {
position: absolute;
top: 46px;
left: 0px;
right: 0px;
}
.login-context {
max-width: 400px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}
.required {
border: 1px #1ba1e2 solid !important;
}
body {
font-family: PingFangHK-Semibold;
font-size: 1em;
/* color: #ffffff; */
}
html, body {
margin: 0;
height: 100%;
}
/* Kcoin title style */
.kcoin-title {
color: #00a3d9;
}
/* container style */
.kcoin-background {
background-color: #333333;
height: 100%;
}
/* kcoin title style */
.text-center.login-title > a {
color: inherit;
text-decoration: none;
}
/* kcoin input style */
input {
height: 40px !important;
}
/* form style */
.join-form {
position: absolute;
top: 142px;
padding-right: 24px;
width: 100%;
font-size: 0.8125em;
}
.kcoin-button-flex {
display: block;
width: 100% !important;
}
.kcoin-button-normal {
font-size: 13px !important;
}
/* login-btn style */
.button.info {
background: #60A8F0;
border-radius: 5px;
font-size: 16px;
margin-bottom: 5px;
width: 150px;
}
/* link-btn style */
.link {
float: right;
padding: 0px;
}
.button {
height: 40px;
}
.link > a {
color: #5fbbd9;
}
/* github btn style */
.button.dark {
background: #666666;
border-radius: 5px;
}
/* githbu icon style */
.github-icon {
width: 25px !important;
height: 25px !important;
margin-right: 21px;
margin-top: 6px;
}
/* input style */
input {
background: #ffffff;
border: 1px solid #979797 !important;
border-radius: 5px;
}
input.focused, input:focus, input:focus {
/* border: 1px solid #00a3d9 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, .10) !important; */
}
.border-radius-5.border {
height: 42px;
}
/* span style */
span {
color: #939393;
}
/* app bar background */
.app-bar-wrapper, .app-bar {
background-color: #333333;
color: #9c9c9c;
}
/* figure style */
.kcoin-figure {
width: 100%;
height: 100%;
}
.kcoin-figure:hover {
cursor: pointer;
}
.kcoin-figure:hover:before {
content: "";
}
.kcoin-figure:before {
background: none;
border: 3px solid #00a3d9;
position: absolute;
top: -12px;
right: 0px;
bottom: 0px;
left: 0px;
}
.kcoin-figure-token-div {
display: inline-block;
width: 100px;
height: 40px;
font-size: 11px;
color: #ffffff;
bottom: 21px;
background: #89919c;
border-radius: 0px 25px 25px 0px;
}
.kcoin-figure-token-span {
color: #ffffff;
width: 75px;
}
.kcoin-figure-title-letter-div {
display: inline-block;
/* width: 72px; */
/* height: 140px; */
font-size: 11px;
color: #ffffff;
right: 20px;
top: 0px;
}
.kcoin-figure-title-letter-span {
font-size: 100px;
color: #89919c;
}
.kcoin-win-title {
background: #333333;
height: 40px;
}
.kcoin-stepper {
width: 234px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.step.kcoin-step:first-child:after {
content: "选择项目";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.step.kcoin-step.current.kcoin-stepper-complete:first-child:after {
color: #FF5C5D;
}
.step.kcoin-step.current.kcoin-stepper-complete:nth-child(2):after {
color: #FF5C5D;
}
.step.kcoin-step.current.kcoin-stepper-complete:last-child:after {
color: #FF5C5D;
}
.step.kcoin-step.complete.kcoin-stepper-complete:first-child:after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step.complete.kcoin-stepper-complete:nth-child(2):after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step.complete.kcoin-stepper-complete:last-child:after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step:nth-child(2):after {
content: "基本信息";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.step.kcoin-step:last-child:after {
content: "初始分配";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.kcoin-step span {
display: none !important;
}
.step.kcoin-step.current.kcoin-stepper-complete {
width: 24px;
height: 24px;
background: #FF5C5D !important;
border: 4px solid #FF5C5D !important;
}
.kcoin-step {
border: 4px solid #FFD7D8;
background-color: white;
}
.kcoin-li {
background: #edf0f5;
width: 100%;
height: 40px;
margin-bottom: 10px;
font-family: PingFangHK-Regular;
font-size: 16px;
color: #404b59;
padding-left: 10px;
}
.kcoin-img-org {
width: 40px;
height: 40px;
}
.kcoin-checkbox span.check {
/* display: none; */
}
.kcoin-win-panel {
width: 100% !important;
height: 100% !important;
max-height: 466px;
}
.kcoin-win-member-panel {
width: 100% !important;
height: 100% !important;
max-height: 466px;
}
.kcoin-win {
width: 100% !important;
height: 100% !important;
max-height: 604px;
min-height: 604px;
max-width: 750px;
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 0 4px 0 #9c9c9c;
display: none;
}
#import_form .page {
padding: 10px 0px;
}
.import_title {
width: 100%;
height: 60px;
background: #edf0f5;
}
.kcoin-figure .img-container {
width: 220px;
height: 220px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
margin-left: auto;
margin-right: auto;
background: #f3f3f3;
}
.kcoin-figure .painting-name {
width: 100%;
max-width: 220px;
margin-left: auto;
margin-right: auto;
}
.kcoin-avater {
background: #d8d8d8;
border: 1px solid #979797;
width: 39px;
height: 39px;
border-radius: 100%;
}
.button.info.outline {
background: #ffffff !important;
color: #00a3d9 !important;
}
.kcoin-li:hover {
background: rgba(0, 0, 0, 0.10);
border: 1px solid #cfd2d6;
cursor: pointer;
}
div#project-detail-menu {
background: #edf0f5;
width: 100%;
height: 100px;
position: fixed;
left: 0px;
z-index: 1;
}
#project-detail-menu .container .porject-name {
height: 50%;
}
#project-detail-menu .row > figure {
position: absolute;
top: 20px;
width: 100px;
background-color: #edf0f5;
height: 100px;
border: 1px solid #cfd2d6;
}
#project-detail-menu .row > span {
margin-left: 130px;
top: 20px;
position: absolute;
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #323a45;
}
#project-detail-menu .kcoin-figure-title-letter-span {
font-size: 20px;
}
#project-detail-menu .kcoin-figure-title-letter-div {
width: auto;
height: auto;
right: 5px;
top: 5px;
}
#project-detail-menu .container .row.tab-menu {
padding-left: 146px;
}
#project-detail-menu .tabs {
background-color: #edf0f5;
}
#project-detail-menu .tabs > ul {
border-bottom: 0px;
}
#project-detail-menu .tabs > ul > li {
border-bottom: 0px;
background-color: #edf0f5;
margin-right: 10px;
margin-left: 10px;
color: #89919c;
}
#project-detail-menu .tabs > ul > li.active {
border: 0px;
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #60a8f0;
border-bottom: 8px solid #60a8f0;
background-color: #edf0f5;
}
#project-detail-menu .tabs > ul > li > a {
padding-left: 0px;
padding-right: 0px;
}
.project-detail .card-header {
max-width: 498px;
max-height: 82px;
width: 100%;
height: 100%;
min-width: 342px;
min-height: 82px;
background: #edf0f5;
}
.project-detail .card-content {
max-width: 498px;
max-height: 227px;
width: 100%;
height: 100%;
min-width: 324px;
min-height: 227px;
}
.project-detail .card {
background: #fdfeff;
border: 1px solid #cfd2d6;
border-radius: 5px;
max-width: 498px;
min-width: 344px;
box-shadow: 0 0 6px 2px #edf0f5;
}
.project-detail .left-title > span {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #404b59;
}
.project-detail .right-title > span {
font-family: PingFangHK-Semibold;
font-size: 35px;
color: #f27370;
}
.project-detail .content-title {
position: relative;
background: #ffffff;
border-radius: 100px;
width: 103px;
height: 30px;
margin-left: auto;
margin-right: auto;
top: -15px;
}
.project-detail .content-title > span {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #89919c;
}
.project-detail .card-content {
font-family: PingFangHK-Regular;
font-size: 16px;
}
.project-detail .content-item > span {
color: #323a45;
}
.project-detail .content-item-num > span {
color: #f27370;
}
.koin-card-link {
color: #00a3d9;
}
.form-group > label {
color: #89919c;
}
.member-img > img {
border: 1px solid #b6c1cf;
width: 81px;
height: 81px;
border-radius: 100%;
}
.member-msg .member-name > span {
color: #323a45;
}
.member-flag {
background: #ffffff;
width: 80px;
height: 25px;
position: absolute;
bottom: 0px;
}
.member-flag > span {
font-family: PingFangHK-Semibold;
font-size: 13px;
}
.member-flag-creator {
border: 1px solid #ff7827;
}
.memeber-flag-creator > span {
color: #ff7827;
}
.member-flag-manager > span {
color: #86cad7;
}
.member-flag-manager {
border: 1px solid #86cad7;
}
.kcoin-figure-default-img {
width: 164px !important;
height: 164px !important;
margin-left: auto;
margin-right: auto;
}
#project-detail-menu .project-name {
height: 50%;
}
dl {
}
.stepper::before {
content: "";
display: block;
width: 97%;
position: absolute;
background-color: white;
top: calc(50% - 2px);
left: 2px;
z-index: 0;
border: 2px dashed #FFD7D8;
height: 0px;
}
.step.kcoin-step.complete.kcoin-stepper-complete::before {
content: "";
display: block;
width: 110px;
position: absolute;
background-color: white;
top: calc(50% - 2px);
left: 2px;
z-index: 0;
border: 2px solid #FF5C5D;
height: 0px;
}
span.step.kcoin-step {
width: 24px;
height: 24px;
background-color: white;
}
span.step.kcoin-step.complete.kcoin-stepper-complete {
background-color: #FF5C5D;
border: none;
}
.kcoin-win-title .title {
color: #f3f3f3;
}
.import_title > span {
color: #404b59;
}
.pagination .page-item.active {
background: #00a3d9;
}
.pagination .page-item.active > a {
color: #ffffff;
}
.member-flag-creator > span {
color: #ff5c5d;
}
.login-context .form-group > label {
font-size: 13px;
color: #ffffff !important;
}
.login-context .form-group .link > a {
color: #60a8f0;
}
.project-detail-container {
padding-top: 180px;
z-index: 0;
}
span {
}
.coscon-container {
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 4px 10px 0 #e2e9f5;
border-radius: 10px;
width: 748px;
height: 548px;
padding: 0;
}
.coscon-rectangle {
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 4px 10px 0 #e2e9f5;
border-radius: 10px;
width: 748px;
height: 548px;
}
.coscon-title-rectangle {
background: #333333;
border: 1px solid #cfd2d6;
height: 48px;
text-align: center;
}
.coscon-win-title {
font-family: PingFangHK-Regular;
font-size: 16px;
color: #f3f3f3;
text-align: left;
}
.coscon-mt-tille {
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #404b59;
text-align: left;
}
.coscon-mt-detail {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #404b59;
text-align: left;
}
.coscon-mt-a {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #60a8f0;
text-align: left;
}
.coscon-award-win {
background: #fcfdff;
border: 1px solid #e2e9f5;
width: 748px;
height: 246px;
}
.coscon-award-label {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #404b59;
text-align: left;
}
.coscon-award-rectangle {
background: #ffffff;
border: 2px solid #5ca7f3;
border-radius: 5px;
width: 196px;
height: 50px;
}
.coscon-award-detail {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #ff5a59;
text-align: left;
}
.coscon-award-tip {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #8b939e;
text-align: left;
}
.coscon-award-submit-a {
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #60a8f0;
text-align: left;
}
div.chart {
height: 400px;
border: none !important;
box-shadow: none !important;
background: none !important;
margin-top: 40px;
}
.file .button {
background: #ffffff;
border: 2px solid #60a8f0;
border-radius: 5px;
width: 110px;
height: 36px;
margin-right: 10px !important;
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #60a8f0;
}
.file.rtl .caption, .file[dir=rtl] .caption {
text-align: left;
position: absolute;
width: 200px;
left: 110px;
}
.file.rtl {
border: none;
width: 110px;
}
.kcoin-win-title .btn-close {
padding-bottom: 0px !important;
}
.user-profile {
max-width: 340px;
min-height: 760px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.user-profile-float {
max-width: 340px;
max-height: 760px;
/* height: 100%; */
width: 100%;
background: #fdfeff;
border: 1px solid #e2e9f5;
box-shadow: 0 0 6px 1px #edf0f5;
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
}
.user-project-panel {
/* width: 200px; */
/* height: 1600px; */
}
.brief {
margin-top: 5px;
border: none;
}
.brief-title {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #323a45;
}
.wallet-address-title {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #323a45;
}
.wallet-address {
background: #edf0f5;
/* width: 300px; */
height: 40px;
padding-top: 9px;
padding-left: 10px;
font-family: PingFangHK-Regular, serif;
font-size: 16px;
color: #323a45;
margin-top: 5px;
}
.user-name {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #404b59;
}
.user-profile-float > img {
width: 100px;
height: 100px;
border-radius: 100%;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.btn-user-edit {
width: 100px !important;
height: 40px;
margin-top: 50px;
margin-left: calc(50% - 50px);
margin-bottom: 50px !important;
}
.brief > textarea {
padding-left: 0px;
padding-right: 0px;
font-family: PingFangHK-Regular, serif;
font-size: 16px;
color: #404b59;
height: 140px;
}
.user-kcoin-detail {
min-width: 360px;
min-height: 100px;
}
.user-kcoin-detail > img {
width: inherit;
height: inherit;
}
.user-kcoin {
font-family: PingFangHK-Regular, Serif;
font-size: 46px;
color: #ff5a59;
}
.user-kcoin-detail-left-area {
min-width: 194px;
height: 100%;
min-height: 100px;
background: url('/icons/kcoin-project-list-half-icon.png') no-repeat;
}
.user-kcoin-detail-right-area {
padding-left: 40px;
max-width: calc(100% - 176px);
width: 100%;
}
.user-kcoin-detail-split {
border: 1px solid #cfd2d6;
width: 1px;
height: 59px;
position: absolute;
right: 0px;
top: calc(50% - 30px);
}
.user-kcoin-detail-link {
font-family: PingFangHK-Semibold, serif;
font-size: 16px;
color: #60a8f0 !important;
}
.user-project-detail-title {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #323a45;
}
.user-project-detail-image {
width: 120px;
height: 120px;
}
.user-project-list-title {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #5e6d81;
}
.user-project-list-title-num {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #f27370;
}
.user-project-list-split {
border: 1px solid #cfd2d6;
width: 489px;
height: 1px;
}
.history-table {
width: 100%;
}
.history-head {
display: none;
}
.table.striped .tbody .tr:nth-child(odd), .table.striped tbody tr:nth-child(odd) {
background: #edf0f5;
}
label.select.input.dropdown-toggle {
background: #ffffff;
border: 1px solid #979797 !important;
border-radius: 5px;
height: 40px !important;
}
.drop-container {
border: 1px solid #979797 !important;
border-radius: 5px;
}
.window-content {
overflow: hidden;
}
.app-bar .app-bar-menu > li > a {
font-size: 16px;
}
.overflow-unset {
overflow: unset !important;
}
tr td:last-child {
width: 1%;
white-space: nowrap;
} | src/web/public/stylesheets/kcoin.css | @font-face {
font-family: "PingFangHK-Semibold";
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot); /* IE9 */
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */ url(/fonts/53faa9276001397f57e3dec8cafa2205.woff) format("woff"), /* chrome, firefox */ url(/fonts/53faa9276001397f57e3dec8cafa2205.ttf) format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url(/fonts/53faa9276001397f57e3dec8cafa2205.svg#PingFangHK-Semibold-Proportional) format("svg"); /* iOS 4.1- */
font-style: normal;
font-weight: normal;
}
@media screen and (min-width: 992px) {
/*@media screen and (min-width: 577px) {*/
.login-form {
position: absolute;
right: 290px;
background: #ffffff;
border-radius: 5px;
width: 360px;
height: 400px;
padding-left: 20px;
padding-right: 20px;
}
.login-index-log {
position: absolute;
padding-top: 30px;
width: auto;
height: inherit;
right: 690px;
}
.login-form .login-sub-title {
margin-top: 20px;
margin-bottom: 10px;
font-family: PingFangHK-Semibold;
font-size: 28px;
color: #323a45;
text-align: center;
}
.login-form .login-context .form-group > label {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #323a45 !important;
}
.login-form .login-context .form-group .link > a {
font-family: PingFangHK-Semibold;
font-size: 13px;
}
}
/*@media screen and (min-width: 577px) and (max-width: 767px) {*/
/*.login-form {*/
/*right: 30px;*/
/*}*/
/*.login-index-log {*/
/*right: 420px;*/
/*width: 356px;*/
/*height: auto;*/
/*padding-top: 0px;*/
/*}*/
/*}*/
/*@media screen and (min-width: 768px) and (max-width: 992px) {*/
/*.login-form {*/
/*right: 20px;*/
/*}*/
/*.login-index-log {*/
/*right: 410px;*/
/*width: 408px;*/
/*height: auto;*/
/*padding-top: 0px;*/
/*top: 30px;*/
/*}*/
/*}*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
.login-form {
right: 88px;
}
.login-index-log {
right: 478px;
width: 551px;
height: auto;
padding-top: 0px;
top: 30px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1260px) {
.login-form {
right: 138px;
}
.login-index-log {
right: 528px;
width: 607px;
height: auto;
padding-top: 0px;
}
}
@media screen and (min-width: 1261px) and (max-width: 1452px) {
.login-form {
right: 168px;
}
.login-index-log {
right: 558px;
width: 607px;
height: auto;
padding-top: 0px;
}
}
@media screen and (min-width: 0) and (max-width: 991px) {
.login-form {
position: absolute;
top: 142px;
padding-right: 24px;
width: 100%;
font-size: 13px;
}
.login-context {
max-width: 400px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}
.login-sub-title {
font-size: 20px;
margin-top: 0px;
margin-bottom: 38px;
color: #ffffff;
}
}
@media screen and (min-width: 0) and (max-width: 576px) {
.kcoin-button-normal {
font-size: 13px !important;
width: 100% !important;
max-width: 340px;
}
div#project-detail-menu {
height: 172px !important;
}
#project-detail-menu .container .project-name {
height: 124px !important;
}
#project-detail-menu .container .row.tab-menu {
height: auto !important;
padding-left: 0px !important;
margin-left: auto;
margin-right: auto;
}
.kcoin-win {
position: fixed !important;
max-height: 100vh !important;
z-index: 9999 !important;
top: 0px !important;
left: 0px !important;
}
.project-detail-container {
padding-top: 212px !important;
}
.user-kcoin-detail-number {
font-family: MicrosoftYaHei;
font-size: 30px;
color: #ff5a59;
order: 2 !important;
}
.user-kcoin-detail-title {
font-family: PingFangHK-Semibold;
font-size: 30px;
color: #8b939e;
order: 1 !important;
}
.user-kcoin-detail {
background: #fdfeff;
border: 1px solid #e2e9f5;
box-shadow: 0 0 6px 1px #edf0f5;
border-radius: 5px;
}
.user-profile-float {
border: none !important;
box-shadow: none !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.user-kcoin-detail-left-area {
width: 100%;
}
}
.container {
width: auto;
max-width: 1030px;
height: 100%;
margin-left: auto;
margin-right: auto;
/* min-height: calc(100vh - 93px); */
}
.login-sub-title {
margin-top: 0px;
margin-bottom: 20px;
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #ffffff;
}
.login-title {
position: absolute;
top: 46px;
left: 0px;
right: 0px;
}
.login-context {
max-width: 400px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}
.required {
border: 1px #1ba1e2 solid !important;
}
body {
font-family: PingFangHK-Semibold;
font-size: 1em;
/* color: #ffffff; */
}
html, body {
margin: 0;
height: 100%;
}
/* Kcoin title style */
.kcoin-title {
color: #00a3d9;
}
/* container style */
.kcoin-background {
background-color: #333333;
height: 100%;
}
/* kcoin title style */
.text-center.login-title > a {
color: inherit;
text-decoration: none;
}
/* kcoin input style */
input {
height: 40px !important;
}
/* form style */
.join-form {
position: absolute;
top: 142px;
padding-right: 24px;
width: 100%;
font-size: 0.8125em;
}
.kcoin-button-flex {
display: block;
width: 100% !important;
}
.kcoin-button-normal {
font-size: 13px !important;
}
/* login-btn style */
.button.info {
background: #60A8F0;
border-radius: 5px;
font-size: 16px;
margin-bottom: 5px;
width: 150px;
}
/* link-btn style */
.link {
float: right;
padding: 0px;
}
.button {
height: 40px;
}
.link > a {
color: #5fbbd9;
}
/* github btn style */
.button.dark {
background: #666666;
border-radius: 5px;
}
/* githbu icon style */
.github-icon {
width: 25px !important;
height: 25px !important;
margin-right: 21px;
margin-top: 6px;
}
/* input style */
input {
background: #ffffff;
border: 1px solid #979797 !important;
border-radius: 5px;
}
input.focused, input:focus, input:focus {
/* border: 1px solid #00a3d9 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, .10) !important; */
}
.border-radius-5.border {
height: 42px;
}
/* span style */
span {
color: #939393;
}
/* app bar background */
.app-bar-wrapper, .app-bar {
background-color: #333333;
color: #9c9c9c;
}
/* figure style */
.kcoin-figure {
width: 100%;
height: 100%;
}
.kcoin-figure:hover {
cursor: pointer;
}
.kcoin-figure:hover:before {
content: "";
}
.kcoin-figure:before {
background: none;
border: 3px solid #00a3d9;
position: absolute;
top: -12px;
right: 0px;
bottom: 0px;
left: 0px;
}
.kcoin-figure-token-div {
display: inline-block;
width: 100px;
height: 40px;
font-size: 11px;
color: #ffffff;
bottom: 21px;
background: #89919c;
border-radius: 0px 25px 25px 0px;
}
.kcoin-figure-token-span {
color: #ffffff;
width: 75px;
}
.kcoin-figure-title-letter-div {
display: inline-block;
/* width: 72px; */
/* height: 140px; */
font-size: 11px;
color: #ffffff;
right: 20px;
top: 0px;
}
.kcoin-figure-title-letter-span {
font-size: 100px;
color: #89919c;
}
.kcoin-win-title {
background: #333333;
height: 40px;
}
.kcoin-stepper {
width: 234px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.step.kcoin-step:first-child:after {
content: "选择项目";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.step.kcoin-step.current.kcoin-stepper-complete:first-child:after {
color: #FF5C5D;
}
.step.kcoin-step.current.kcoin-stepper-complete:nth-child(2):after {
color: #FF5C5D;
}
.step.kcoin-step.current.kcoin-stepper-complete:last-child:after {
color: #FF5C5D;
}
.step.kcoin-step.complete.kcoin-stepper-complete:first-child:after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step.complete.kcoin-stepper-complete:nth-child(2):after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step.complete.kcoin-stepper-complete:last-child:after {
color: #FF5C5D;
top: 22px;
left: -15px;
}
.step.kcoin-step:nth-child(2):after {
content: "基本信息";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.step.kcoin-step:last-child:after {
content: "初始分配";
font-size: 13px;
color: #FFD7D8;
width: 53px;
display: block;
top: 18px;
position: absolute;
left: -17px;
}
.kcoin-step span {
display: none !important;
}
.step.kcoin-step.current.kcoin-stepper-complete {
width: 24px;
height: 24px;
background: #FF5C5D !important;
border: 4px solid #FF5C5D !important;
}
.kcoin-step {
border: 4px solid #FFD7D8;
background-color: white;
}
.kcoin-li {
background: #edf0f5;
width: 100%;
height: 40px;
margin-bottom: 10px;
font-family: PingFangHK-Regular;
font-size: 16px;
color: #404b59;
padding-left: 10px;
}
.kcoin-img-org {
width: 40px;
height: 40px;
}
.kcoin-checkbox span.check {
/* display: none; */
}
.kcoin-win-panel {
width: 100% !important;
height: 100% !important;
max-height: 466px;
}
.kcoin-win-member-panel {
width: 100% !important;
height: 100% !important;
max-height: 466px;
}
.kcoin-win {
width: 100% !important;
height: 100% !important;
max-height: 604px;
min-height: 604px;
max-width: 750px;
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 0 4px 0 #9c9c9c;
display: none;
}
#import_form .page {
padding: 10px 0px;
}
.import_title {
width: 100%;
height: 60px;
background: #edf0f5;
}
.kcoin-figure .img-container {
width: 220px;
height: 220px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
margin-left: auto;
margin-right: auto;
background: #f3f3f3;
}
.kcoin-figure .painting-name {
width: 100%;
max-width: 220px;
margin-left: auto;
margin-right: auto;
}
.kcoin-avater {
background: #d8d8d8;
border: 1px solid #979797;
width: 39px;
height: 39px;
border-radius: 100%;
}
.button.info.outline {
background: #ffffff !important;
color: #00a3d9 !important;
}
.kcoin-li:hover {
background: rgba(0, 0, 0, 0.10);
border: 1px solid #cfd2d6;
cursor: pointer;
}
div#project-detail-menu {
background: #edf0f5;
width: 100%;
height: 100px;
position: fixed;
left: 0px;
z-index: 1;
}
#project-detail-menu .container .porject-name {
height: 50%;
}
#project-detail-menu .row > figure {
position: absolute;
top: 20px;
width: 100px;
background-color: #edf0f5;
height: 100px;
border: 1px solid #cfd2d6;
}
#project-detail-menu .row > span {
margin-left: 130px;
top: 20px;
position: absolute;
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #323a45;
}
#project-detail-menu .kcoin-figure-title-letter-span {
font-size: 20px;
}
#project-detail-menu .kcoin-figure-title-letter-div {
width: auto;
height: auto;
right: 5px;
top: 5px;
}
#project-detail-menu .container .row.tab-menu {
padding-left: 146px;
}
#project-detail-menu .tabs {
background-color: #edf0f5;
}
#project-detail-menu .tabs > ul {
border-bottom: 0px;
}
#project-detail-menu .tabs > ul > li {
border-bottom: 0px;
background-color: #edf0f5;
margin-right: 10px;
margin-left: 10px;
color: #89919c;
}
#project-detail-menu .tabs > ul > li.active {
border: 0px;
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #60a8f0;
border-bottom: 8px solid #60a8f0;
background-color: #edf0f5;
}
#project-detail-menu .tabs > ul > li > a {
padding-left: 0px;
padding-right: 0px;
}
.project-detail .card-header {
max-width: 498px;
max-height: 82px;
width: 100%;
height: 100%;
min-width: 342px;
min-height: 82px;
background: #edf0f5;
}
.project-detail .card-content {
max-width: 498px;
max-height: 227px;
width: 100%;
height: 100%;
min-width: 324px;
min-height: 227px;
}
.project-detail .card {
background: #fdfeff;
border: 1px solid #cfd2d6;
border-radius: 5px;
max-width: 498px;
min-width: 344px;
box-shadow: 0 0 6px 2px #edf0f5;
}
.project-detail .left-title > span {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #404b59;
}
.project-detail .right-title > span {
font-family: PingFangHK-Semibold;
font-size: 35px;
color: #f27370;
}
.project-detail .content-title {
position: relative;
background: #ffffff;
border-radius: 100px;
width: 103px;
height: 30px;
margin-left: auto;
margin-right: auto;
top: -15px;
}
.project-detail .content-title > span {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #89919c;
}
.project-detail .card-content {
font-family: PingFangHK-Regular;
font-size: 16px;
}
.project-detail .content-item > span {
color: #323a45;
}
.project-detail .content-item-num > span {
color: #f27370;
}
.koin-card-link {
color: #00a3d9;
}
.form-group > label {
color: #89919c;
}
.member-img > img {
border: 1px solid #b6c1cf;
width: 81px;
height: 81px;
border-radius: 100%;
}
.member-msg .member-name > span {
color: #323a45;
}
.member-flag {
background: #ffffff;
width: 80px;
height: 25px;
position: absolute;
bottom: 0px;
}
.member-flag > span {
font-family: PingFangHK-Semibold;
font-size: 13px;
}
.member-flag-creator {
border: 1px solid #ff7827;
}
.memeber-flag-creator > span {
color: #ff7827;
}
.member-flag-manager > span {
color: #86cad7;
}
.member-flag-manager {
border: 1px solid #86cad7;
}
.kcoin-figure-default-img {
width: 164px !important;
height: 164px !important;
margin-left: auto;
margin-right: auto;
}
#project-detail-menu .project-name {
height: 50%;
}
dl {
}
.stepper::before {
content: "";
display: block;
width: 97%;
position: absolute;
background-color: white;
top: calc(50% - 2px);
left: 2px;
z-index: 0;
border: 2px dashed #FFD7D8;
height: 0px;
}
.step.kcoin-step.complete.kcoin-stepper-complete::before {
content: "";
display: block;
width: 110px;
position: absolute;
background-color: white;
top: calc(50% - 2px);
left: 2px;
z-index: 0;
border: 2px solid #FF5C5D;
height: 0px;
}
span.step.kcoin-step {
width: 24px;
height: 24px;
background-color: white;
}
span.step.kcoin-step.complete.kcoin-stepper-complete {
background-color: #FF5C5D;
border: none;
}
.kcoin-win-title .title {
color: #f3f3f3;
}
.import_title > span {
color: #404b59;
}
.pagination .page-item.active {
background: #00a3d9;
}
.pagination .page-item.active > a {
color: #ffffff;
}
.member-flag-creator > span {
color: #ff5c5d;
}
.login-context .form-group > label {
font-size: 13px;
color: #ffffff !important;
}
.login-context .form-group .link > a {
color: #60a8f0;
}
.project-detail-container {
padding-top: 180px;
z-index: 0;
}
span {
}
.coscon-container {
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 4px 10px 0 #e2e9f5;
border-radius: 10px;
width: 748px;
height: 548px;
padding: 0;
}
.coscon-rectangle {
background: #ffffff;
border: 1px solid #cfd2d6;
box-shadow: 0 4px 10px 0 #e2e9f5;
border-radius: 10px;
width: 748px;
height: 548px;
}
.coscon-title-rectangle {
background: #333333;
border: 1px solid #cfd2d6;
height: 48px;
text-align: center;
}
.coscon-win-title {
font-family: PingFangHK-Regular;
font-size: 16px;
color: #f3f3f3;
text-align: left;
}
.coscon-mt-tille {
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #404b59;
text-align: left;
}
.coscon-mt-detail {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #404b59;
text-align: left;
}
.coscon-mt-a {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #60a8f0;
text-align: left;
}
.coscon-award-win {
background: #fcfdff;
border: 1px solid #e2e9f5;
width: 748px;
height: 246px;
}
.coscon-award-label {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #404b59;
text-align: left;
}
.coscon-award-rectangle {
background: #ffffff;
border: 2px solid #5ca7f3;
border-radius: 5px;
width: 196px;
height: 50px;
}
.coscon-award-detail {
font-family: PingFangHK-Semibold;
font-size: 16px;
color: #ff5a59;
text-align: left;
}
.coscon-award-tip {
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #8b939e;
text-align: left;
}
.coscon-award-submit-a {
font-family: PingFangHK-Semibold;
font-size: 18px;
color: #60a8f0;
text-align: left;
}
div.chart {
height: 400px;
border: none !important;
box-shadow: none !important;
background: none !important;
margin-top: 40px;
}
.file .button {
background: #ffffff;
border: 2px solid #60a8f0;
border-radius: 5px;
width: 110px;
height: 36px;
margin-right: 10px !important;
font-family: PingFangHK-Semibold;
font-size: 13px;
color: #60a8f0;
}
.file.rtl .caption, .file[dir=rtl] .caption {
text-align: left;
position: absolute;
width: 200px;
left: 110px;
}
.file.rtl {
border: none;
width: 110px;
}
.kcoin-win-title .btn-close {
padding-bottom: 0px !important;
}
.user-profile {
max-width: 340px;
min-height: 760px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.user-profile-float {
max-width: 340px;
max-height: 760px;
/* height: 100%; */
width: 100%;
background: #fdfeff;
border: 1px solid #e2e9f5;
box-shadow: 0 0 6px 1px #edf0f5;
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
}
.user-project-panel {
/* width: 200px; */
/* height: 1600px; */
}
.brief {
margin-top: 5px;
border: none;
}
.brief-title {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #323a45;
}
.wallet-address-title {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #323a45;
}
.wallet-address {
background: #edf0f5;
/* width: 300px; */
height: 40px;
padding-top: 9px;
padding-left: 10px;
font-family: PingFangHK-Regular, serif;
font-size: 16px;
color: #323a45;
margin-top: 5px;
}
.user-name {
font-family: PingFangHK-Semibold, serif;
font-size: 20px;
color: #404b59;
}
.user-profile-float > img {
width: 100px;
height: 100px;
border-radius: 100%;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.btn-user-edit {
width: 100px !important;
height: 40px;
margin-top: 50px;
margin-left: calc(50% - 50px);
margin-bottom: 50px !important;
}
.brief > textarea {
padding-left: 0px;
padding-right: 0px;
font-family: PingFangHK-Regular, serif;
font-size: 16px;
color: #404b59;
height: 140px;
}
.user-kcoin-detail {
min-width: 360px;
min-height: 100px;
}
.user-kcoin-detail > img {
width: inherit;
height: inherit;
}
.user-kcoin {
font-family: PingFangHK-Regular, Serif;
font-size: 46px;
color: #ff5a59;
}
.user-kcoin-detail-left-area {
min-width: 194px;
height: 100%;
min-height: 100px;
background: url('/icons/kcoin-project-list-half-icon.png') no-repeat;
}
.user-kcoin-detail-right-area {
padding-left: 40px;
max-width: calc(100% - 176px);
width: 100%;
}
.user-kcoin-detail-split {
border: 1px solid #cfd2d6;
width: 1px;
height: 59px;
position: absolute;
right: 0px;
top: calc(50% - 30px);
}
.user-kcoin-detail-link {
font-family: PingFangHK-Semibold, serif;
font-size: 16px;
color: #60a8f0 !important;
}
.user-project-detail-title {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #323a45;
}
.user-project-detail-image {
width: 120px;
height: 120px;
}
.user-project-list-title {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #5e6d81;
}
.user-project-list-title-num {
font-family: PingFangHK-Semibold;
font-size: 20px;
color: #f27370;
}
.user-project-list-split {
border: 1px solid #cfd2d6;
width: 489px;
height: 1px;
}
.history-table {
width: 100%;
}
.history-head {
display: none;
}
.table.striped .tbody .tr:nth-child(odd), .table.striped tbody tr:nth-child(odd) {
background: #edf0f5;
}
label.select.input.dropdown-toggle {
background: #ffffff;
border: 1px solid #979797 !important;
border-radius: 5px;
height: 40px !important;
}
.drop-container {
border: 1px solid #979797 !important;
border-radius: 5px;
}
.window-content {
overflow: hidden;
}
.app-bar .app-bar-menu > li > a {
font-size: 16px;
}
.overflow-unset {
overflow: unset !important;
}
tr td:last-child {
width: 1%;
white-space: nowrap;
} | 0.273574 | 0.058025 |
.knowMore-page{
width: 100%;
height: 100%;
overflow: hidden;
background: url('../image/bg.png') center bottom no-repeat;
background-size: cover;
}
.knowMore-page img{
display: block;
}
.knowMore-page .header{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 102px;
padding: 0 13px 0 25px;
background: #F2B219;
}
.knowMore-page .header .logo{
width: 128px;
height: 56px;
background: url('../image/logo.png') center no-repeat;
background-size: cover;
}
.knowMore-page .header .slogan{
height:32px;
font-size:32px;
color: #fff;
line-height: 30px;
}
.knowMore-page .header a{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 201px;
height: 55px;
padding: 0 28px 0 32px;
border: 4px solid #fff;
border-radius: 26px;
font-size: 28px;
line-height: 30px;
color: #fff;
}
.knowMore-page .header a .icon-arrow-right{
width: 15px;
height: 26px;
background: url('../image/arrow-right.png') center no-repeat;
background-size: cover;
}
.knowMore-page .content{
padding: 48px 21px 0 29px;
}
.knowMore-page .content .content-header,
.knowMore-page .content .content-header .text-wrap .main{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.knowMore-page .content .content-header .text-wrap .main .host-name{
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.knowMore-page .content .content-header .avatar-wrap{
width: 92px;
height: 92px;
margin-right: 21px;
border-radius: 50%;
overflow: hidden;
background: #eee;
}
.knowMore-page .content .content-header .avatar-wrap img{
width: 100%;
height: 100%;
}
.knowMore-page .content .content-header .text-wrap .main{
margin-bottom: 28px;
font-size: 30px;
line-height: 30px;
color: #666;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo{
display: flex;
flex-direction: row;
justify-content: flex-start;
min-width: 239px;
height: 35px;
padding-right: 22px;
margin-left: 26px;
border-radius: 18px;
font-size: 22px;
font-weight: bold;
line-height: 35px;
color: #333;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo .petAvatar-wrap{
width: 33px;
height: 33px;
margin-right: 10px;
overflow: hidden;
border-radius: 50%;
background: #eee;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo .petAvatar-wrap img {
display: block;
width: 100%;
height: 100%;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo span.nick-name{
margin: 0 12px;
}
.knowMore-page .content .content-header .text-wrap .intro{
width: 585px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 28px;
line-height: 28px;
color: #333;
}
.knowMore-page .content .img-list{
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
padding-left: 115px;
padding-bottom: 20px;
margin-top: 19px;
}
.knowMore-page .content .img-list li{
display: flex;
flex-direction: column;
justify-content: center;
width: 177px;
height: 133px;
overflow: hidden;
margin-right: 27px;
margin-bottom: 22px;
background: #000;
}
.knowMore-page .content .img-list li:nth-child(3n){
margin-right: 0;
}
.knowMore-page .content .img-list li img{
width: 100%;
}
.knowMore-page .content .post-time{
margin-bottom: 40px;
color: #7e7e7e;
font-size: 22px;
line-height: 24px;
padding-left: 115px;
}
.knowMore-page .content .dec-line{
width: 658px;
margin: 0 auto;
border-bottom: 1px solid #e1e1e1;
} | src/page/index.css | .knowMore-page{
width: 100%;
height: 100%;
overflow: hidden;
background: url('../image/bg.png') center bottom no-repeat;
background-size: cover;
}
.knowMore-page img{
display: block;
}
.knowMore-page .header{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 102px;
padding: 0 13px 0 25px;
background: #F2B219;
}
.knowMore-page .header .logo{
width: 128px;
height: 56px;
background: url('../image/logo.png') center no-repeat;
background-size: cover;
}
.knowMore-page .header .slogan{
height:32px;
font-size:32px;
color: #fff;
line-height: 30px;
}
.knowMore-page .header a{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 201px;
height: 55px;
padding: 0 28px 0 32px;
border: 4px solid #fff;
border-radius: 26px;
font-size: 28px;
line-height: 30px;
color: #fff;
}
.knowMore-page .header a .icon-arrow-right{
width: 15px;
height: 26px;
background: url('../image/arrow-right.png') center no-repeat;
background-size: cover;
}
.knowMore-page .content{
padding: 48px 21px 0 29px;
}
.knowMore-page .content .content-header,
.knowMore-page .content .content-header .text-wrap .main{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.knowMore-page .content .content-header .text-wrap .main .host-name{
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.knowMore-page .content .content-header .avatar-wrap{
width: 92px;
height: 92px;
margin-right: 21px;
border-radius: 50%;
overflow: hidden;
background: #eee;
}
.knowMore-page .content .content-header .avatar-wrap img{
width: 100%;
height: 100%;
}
.knowMore-page .content .content-header .text-wrap .main{
margin-bottom: 28px;
font-size: 30px;
line-height: 30px;
color: #666;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo{
display: flex;
flex-direction: row;
justify-content: flex-start;
min-width: 239px;
height: 35px;
padding-right: 22px;
margin-left: 26px;
border-radius: 18px;
font-size: 22px;
font-weight: bold;
line-height: 35px;
color: #333;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo .petAvatar-wrap{
width: 33px;
height: 33px;
margin-right: 10px;
overflow: hidden;
border-radius: 50%;
background: #eee;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo .petAvatar-wrap img {
display: block;
width: 100%;
height: 100%;
}
.knowMore-page .content .content-header .text-wrap .main .petInfo span.nick-name{
margin: 0 12px;
}
.knowMore-page .content .content-header .text-wrap .intro{
width: 585px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 28px;
line-height: 28px;
color: #333;
}
.knowMore-page .content .img-list{
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
padding-left: 115px;
padding-bottom: 20px;
margin-top: 19px;
}
.knowMore-page .content .img-list li{
display: flex;
flex-direction: column;
justify-content: center;
width: 177px;
height: 133px;
overflow: hidden;
margin-right: 27px;
margin-bottom: 22px;
background: #000;
}
.knowMore-page .content .img-list li:nth-child(3n){
margin-right: 0;
}
.knowMore-page .content .img-list li img{
width: 100%;
}
.knowMore-page .content .post-time{
margin-bottom: 40px;
color: #7e7e7e;
font-size: 22px;
line-height: 24px;
padding-left: 115px;
}
.knowMore-page .content .dec-line{
width: 658px;
margin: 0 auto;
border-bottom: 1px solid #e1e1e1;
} | 0.275617 | 0.047802 |
body.p-mod-override-cursor * {
cursor: inherit !important;
}
.flx-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
.flx-Widget .p-Widget.p-mod-hidden {
display: none;
}
.flx-Widget .p-CommandPalette {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-CommandPalette-search {
flex: 0 0 auto;
}
.flx-Widget .p-CommandPalette-content {
flex: 1 1 auto;
margin: 0;
padding: 0;
min-height: 0;
overflow: auto;
list-style-type: none;
}
.flx-Widget .p-CommandPalette-header {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: capitalize;
}
.flx-Widget .p-CommandPalette-itemShortcut {
float: right;
}
.flx-Widget .p-CommandPalette-itemLabel {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.flx-Widget .p-Menu {
position: absolute;
white-space: nowrap;
overflow-x: hidden;
overflow-y: auto;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-Menu-content {
margin: 0;
padding: 0;
display: table;
list-style-type: none;
}
.flx-Widget .p-Menu-item {
display: table-row;
}
.flx-Widget .p-Menu-item.p-mod-hidden {
display: none;
}
.flx-Widget .p-Menu-itemIcon,
.flx-Widget .p-Menu-itemSubmenuIcon {
display: table-cell;
text-align: center;
}
.flx-Widget .p-Menu-itemLabel {
display: table-cell;
text-align: left;
}
.flx-Widget .p-Menu-itemShortcut {
display: table-cell;
text-align: right;
}
.flx-Widget .p-MenuBar {
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-MenuBar-content {
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
list-style-type: none;
}
.flx-Widget .p-MenuBar-item {
box-sizing: border-box;
}
.flx-Widget .p-MenuBar-itemIcon,
.flx-Widget .p-MenuBar-itemLabel {
display: inline-block;
}
.flx-Widget .p-SplitPanel-child {
z-index: 0;
}
.flx-Widget .p-SplitPanel-handle {
z-index: 1;
}
.flx-Widget .p-SplitPanel-handle.p-mod-hidden {
display: none;
}
.flx-Widget .p-SplitPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.flx-Widget .p-SplitPanel.p-mod-horizontal > .p-SplitPanel-handle {
cursor: ew-resize;
}
.flx-Widget .p-SplitPanel.p-mod-vertical > .p-SplitPanel-handle {
cursor: ns-resize;
}
.flx-Widget .p-SplitPanel.p-mod-horizontal > .p-SplitPanel-handle:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
.flx-Widget .p-SplitPanel.p-mod-vertical > .p-SplitPanel-handle:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
.flx-Widget .p-TabBar {
display: flex;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-TabBar.p-mod-horizontal {
flex-direction: row;
}
.flx-Widget .p-TabBar.p-mod-vertical {
flex-direction: column;
}
.flx-Widget .p-TabBar-content {
margin: 0;
padding: 0;
display: flex;
flex: 1 1 auto;
list-style-type: none;
}
.flx-Widget .p-TabBar.p-mod-horizontal > .p-TabBar-content {
flex-direction: row;
}
.flx-Widget .p-TabBar.p-mod-vertical > .p-TabBar-content {
flex-direction: column;
}
.flx-Widget .p-TabBar-tab {
display: flex;
flex-direction: row;
box-sizing: border-box;
overflow: hidden;
}
.flx-Widget .p-TabBar-tabIcon,
.flx-Widget .p-TabBar-tabCloseIcon {
flex: 0 0 auto;
}
.flx-Widget .p-TabBar-tabLabel {
flex: 1 1 auto;
overflow: hidden;
white-space: nowrap;
}
.flx-Widget .p-TabBar-tab.p-mod-hidden {
display: none;
}
.flx-Widget .p-TabBar.p-mod-dragging .p-TabBar-tab {
position: relative;
}
.flx-Widget .p-TabBar.p-mod-horizontal.p-mod-dragging .p-TabBar-tab {
left: 0;
transition: left 150ms ease;
}
.flx-Widget .p-TabBar.p-mod-vertical.p-mod-dragging .p-TabBar-tab {
top: 0;
transition: top 150ms ease;
}
.flx-Widget .p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging {
transition: none;
}
.flx-Widget .p-TabPanel-tabBar {
z-index: 1;
}
.flx-Widget .p-TabPanel-stackedPanel {
z-index: 0;
}
.flx-Widget .p-DockPanel {
z-index: 0;
}
.flx-Widget .p-DockPanel-widget {
z-index: 0;
}
.flx-Widget .p-DockPanel-tabBar {
z-index: 1;
}
.flx-Widget .p-DockPanel-handle {
z-index: 2;
}
.flx-Widget .p-DockPanel-handle.p-mod-hidden {
display: none;
}
.flx-Widget .p-DockPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.flx-Widget .p-DockPanel-handle.p-mod-horizontal {
cursor: ew-resize;
}
.flx-Widget .p-DockPanel-handle.p-mod-vertical {
cursor: ns-resize;
}
.flx-Widget .p-DockPanel-handle.p-mod-horizontal:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
.flx-Widget .p-DockPanel-handle.p-mod-vertical:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
.flx-Widget .p-DockPanel-overlay {
z-index: 3;
box-sizing: border-box;
pointer-events: none;
}
.flx-Widget .p-DockPanel-overlay.p-mod-hidden {
display: none;
}
.flx-Widget .p-DockPanel-overlay {
background: rgba(255, 255, 255, 0.6);
border: 2px solid rgba(0, 0, 0, 0.6);;
transition-property: top, left, right, bottom;
transition-duration: 100ms;
transition-timing-function: ease;
}
.flx-Widget .p-TabBar {
min-height: 24px;
max-height: 24px;
}
.flx-Widget .p-TabBar-content {
min-width: 0;
min-height: 0;
align-items: flex-end;
border-bottom: 1px solid #C0C0C0;
}
.flx-Widget .p-TabBar-tab {
padding: 0px 10px;
background: #E5E5E5;
border: 1px solid #C0C0C0;
border-bottom: none;
font: 12px Helvetica, Arial, sans-serif;
flex: 0 1 125px;
min-height: 20px;
max-height: 20px;
min-width: 35px;
margin-left: -1px;
line-height: 20px;
}
.flx-Widget .p-TabBar-tab.p-mod-current {
background: white;
}
.flx-Widget .p-TabBar-tab:hover:not(.p-mod-current) {
background: #F0F0F0;
}
.flx-Widget .p-TabBar-tab:first-child {
margin-left: 0;
}
.flx-Widget .p-TabBar-tab.p-mod-current {
min-height: 23px;
max-height: 23px;
transform: translateY(1px);
}
.flx-Widget .p-TabBar-tabIcon,
.flx-Widget .p-TabBar-tabLabel,
.flx-Widget .p-TabBar-tabCloseIcon {
display: inline-block;
}
.flx-Widget .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon {
margin-left: 4px;
}
.flx-Widget .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:before {
content: '\f00d';
font-family: FontAwesome;
}
.flx-Widget .p-TabBar-tab.p-mod-drag-image {
min-height: 23px;
max-height: 23px;
min-width: 125px;
border: none;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
transform: translateX(-40%) translateY(-58%);
} | docs/ui/examples/_assets/shared/phosphor-all.css | body.p-mod-override-cursor * {
cursor: inherit !important;
}
.flx-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
.flx-Widget .p-Widget.p-mod-hidden {
display: none;
}
.flx-Widget .p-CommandPalette {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-CommandPalette-search {
flex: 0 0 auto;
}
.flx-Widget .p-CommandPalette-content {
flex: 1 1 auto;
margin: 0;
padding: 0;
min-height: 0;
overflow: auto;
list-style-type: none;
}
.flx-Widget .p-CommandPalette-header {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: capitalize;
}
.flx-Widget .p-CommandPalette-itemShortcut {
float: right;
}
.flx-Widget .p-CommandPalette-itemLabel {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.flx-Widget .p-Menu {
position: absolute;
white-space: nowrap;
overflow-x: hidden;
overflow-y: auto;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-Menu-content {
margin: 0;
padding: 0;
display: table;
list-style-type: none;
}
.flx-Widget .p-Menu-item {
display: table-row;
}
.flx-Widget .p-Menu-item.p-mod-hidden {
display: none;
}
.flx-Widget .p-Menu-itemIcon,
.flx-Widget .p-Menu-itemSubmenuIcon {
display: table-cell;
text-align: center;
}
.flx-Widget .p-Menu-itemLabel {
display: table-cell;
text-align: left;
}
.flx-Widget .p-Menu-itemShortcut {
display: table-cell;
text-align: right;
}
.flx-Widget .p-MenuBar {
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-MenuBar-content {
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
list-style-type: none;
}
.flx-Widget .p-MenuBar-item {
box-sizing: border-box;
}
.flx-Widget .p-MenuBar-itemIcon,
.flx-Widget .p-MenuBar-itemLabel {
display: inline-block;
}
.flx-Widget .p-SplitPanel-child {
z-index: 0;
}
.flx-Widget .p-SplitPanel-handle {
z-index: 1;
}
.flx-Widget .p-SplitPanel-handle.p-mod-hidden {
display: none;
}
.flx-Widget .p-SplitPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.flx-Widget .p-SplitPanel.p-mod-horizontal > .p-SplitPanel-handle {
cursor: ew-resize;
}
.flx-Widget .p-SplitPanel.p-mod-vertical > .p-SplitPanel-handle {
cursor: ns-resize;
}
.flx-Widget .p-SplitPanel.p-mod-horizontal > .p-SplitPanel-handle:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
.flx-Widget .p-SplitPanel.p-mod-vertical > .p-SplitPanel-handle:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
.flx-Widget .p-TabBar {
display: flex;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flx-Widget .p-TabBar.p-mod-horizontal {
flex-direction: row;
}
.flx-Widget .p-TabBar.p-mod-vertical {
flex-direction: column;
}
.flx-Widget .p-TabBar-content {
margin: 0;
padding: 0;
display: flex;
flex: 1 1 auto;
list-style-type: none;
}
.flx-Widget .p-TabBar.p-mod-horizontal > .p-TabBar-content {
flex-direction: row;
}
.flx-Widget .p-TabBar.p-mod-vertical > .p-TabBar-content {
flex-direction: column;
}
.flx-Widget .p-TabBar-tab {
display: flex;
flex-direction: row;
box-sizing: border-box;
overflow: hidden;
}
.flx-Widget .p-TabBar-tabIcon,
.flx-Widget .p-TabBar-tabCloseIcon {
flex: 0 0 auto;
}
.flx-Widget .p-TabBar-tabLabel {
flex: 1 1 auto;
overflow: hidden;
white-space: nowrap;
}
.flx-Widget .p-TabBar-tab.p-mod-hidden {
display: none;
}
.flx-Widget .p-TabBar.p-mod-dragging .p-TabBar-tab {
position: relative;
}
.flx-Widget .p-TabBar.p-mod-horizontal.p-mod-dragging .p-TabBar-tab {
left: 0;
transition: left 150ms ease;
}
.flx-Widget .p-TabBar.p-mod-vertical.p-mod-dragging .p-TabBar-tab {
top: 0;
transition: top 150ms ease;
}
.flx-Widget .p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging {
transition: none;
}
.flx-Widget .p-TabPanel-tabBar {
z-index: 1;
}
.flx-Widget .p-TabPanel-stackedPanel {
z-index: 0;
}
.flx-Widget .p-DockPanel {
z-index: 0;
}
.flx-Widget .p-DockPanel-widget {
z-index: 0;
}
.flx-Widget .p-DockPanel-tabBar {
z-index: 1;
}
.flx-Widget .p-DockPanel-handle {
z-index: 2;
}
.flx-Widget .p-DockPanel-handle.p-mod-hidden {
display: none;
}
.flx-Widget .p-DockPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.flx-Widget .p-DockPanel-handle.p-mod-horizontal {
cursor: ew-resize;
}
.flx-Widget .p-DockPanel-handle.p-mod-vertical {
cursor: ns-resize;
}
.flx-Widget .p-DockPanel-handle.p-mod-horizontal:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
.flx-Widget .p-DockPanel-handle.p-mod-vertical:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
.flx-Widget .p-DockPanel-overlay {
z-index: 3;
box-sizing: border-box;
pointer-events: none;
}
.flx-Widget .p-DockPanel-overlay.p-mod-hidden {
display: none;
}
.flx-Widget .p-DockPanel-overlay {
background: rgba(255, 255, 255, 0.6);
border: 2px solid rgba(0, 0, 0, 0.6);;
transition-property: top, left, right, bottom;
transition-duration: 100ms;
transition-timing-function: ease;
}
.flx-Widget .p-TabBar {
min-height: 24px;
max-height: 24px;
}
.flx-Widget .p-TabBar-content {
min-width: 0;
min-height: 0;
align-items: flex-end;
border-bottom: 1px solid #C0C0C0;
}
.flx-Widget .p-TabBar-tab {
padding: 0px 10px;
background: #E5E5E5;
border: 1px solid #C0C0C0;
border-bottom: none;
font: 12px Helvetica, Arial, sans-serif;
flex: 0 1 125px;
min-height: 20px;
max-height: 20px;
min-width: 35px;
margin-left: -1px;
line-height: 20px;
}
.flx-Widget .p-TabBar-tab.p-mod-current {
background: white;
}
.flx-Widget .p-TabBar-tab:hover:not(.p-mod-current) {
background: #F0F0F0;
}
.flx-Widget .p-TabBar-tab:first-child {
margin-left: 0;
}
.flx-Widget .p-TabBar-tab.p-mod-current {
min-height: 23px;
max-height: 23px;
transform: translateY(1px);
}
.flx-Widget .p-TabBar-tabIcon,
.flx-Widget .p-TabBar-tabLabel,
.flx-Widget .p-TabBar-tabCloseIcon {
display: inline-block;
}
.flx-Widget .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon {
margin-left: 4px;
}
.flx-Widget .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:before {
content: '\f00d';
font-family: FontAwesome;
}
.flx-Widget .p-TabBar-tab.p-mod-drag-image {
min-height: 23px;
max-height: 23px;
min-width: 125px;
border: none;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
transform: translateX(-40%) translateY(-58%);
} | 0.279042 | 0.042603 |
.unique_visits_legend,
.unique_visits {
margin: 0.16667em;
border: thin solid #999;
background: #e2e4e9 url('../../../images/backgrounds/button.gif') repeat-x center left;
color: #666666;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: left;
}
.unique_visits_legend {
margin: 0 10px 0 0;
padding: 3px;
}
.total_visits_legend,
.total_visits {
border: thin solid #86ae47;
background: #DFEDCA url('../../../images/backgrounds/button_hover.gif') repeat-x center left;
color: #86ae47;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: left;
}
.total_visits_legend {
padding: 3px;
}
.legend {
width: 8.3333em;
}
#storefront_stats strong {
display: block;
float: left;
padding-right: 3px;
}
#stats_controls {
margin: 0.83333em 0em 0em 1.8333em;
}
/* Categories and Pages lists */
.sortable_list {
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.sortable_list div.item_name {
padding-top: 0.25em;
}
.sortable_item_controls {
float: right;
margin-top: 0.16667em;
cursor: pointer;
}
.storefront_sort_item {
border: medium solid #eaeaea;
padding: 0.33333em 0.83333em 0.5em 0.83333em;
margin: 0.41667em;
font-weight: bold;
font-size: 12px;
background: #f7f7f7;
color: #666666;
display: block;
height: auto;
}
.storefront_sort_item:hover {
background: #ffffe1;
}
.storefront_sort_item .glyphicon-move {
cursor: pointer;
font-size: 1.6em;
}
.button_green {
background: url("../../../images/backgrounds/button.gif") repeat-x scroll left center #E2E4E9;
border: thin solid #CACBCC;
color: #666666;
font-size: 12px;
font-weight: bold;
margin: 0.08333em;
padding: 0.25em 0.41667em 0.16667em;
text-decoration: none;
}
.button_green:hover, .button_green:active {
border: thin solid #7CA93A;
background: #EBF4DD url('../../../images/backgrounds/button_hover.gif') repeat-x center left;
color: #648D25;
text-decoration: none;
}
.button_red {
background: url("../../../images/backgrounds/button.gif") repeat-x scroll left center #E2E4E9;
border: thin solid #CACBCC;
color: #666666;
font-size: 12px;
font-weight: bold;
margin: 0.08333em;
padding: 0.25em 0.41667em 0.16667em;
text-decoration: none;
}
.button_red:hover, .button_red:active {
border: thin solid #e4a0a2;
background: #f0b5b7 url('../../../images/backgrounds/button_cancel.gif') repeat-x center left;
color: #9e4144;
text-decoration: none;
}
.subcat_input_container {
background-color: #fff;
border-bottom: thin dashed #ddd;
clear: both;
margin: 0 1em;
padding: 5px 0 8px 5px;
}
.subcat_divider {
width: 90%;
margin: 0.58333em auto;
}
.storefront_cp_nav, ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.storefront_cp_nav li, ul li {
text-align: left;
}
.storefront_cp_nav li a:link, .storefront_cp_nav li a:visited
{
display: block;
padding: 0 0 0 1em;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.storefront_cp_nav li a:hover, .storefront_cp_nav li a:active
{
text-decoration: underline;
} | src/addons/storefront/templates/external/css/addon/storefront/control_panel.css | .unique_visits_legend,
.unique_visits {
margin: 0.16667em;
border: thin solid #999;
background: #e2e4e9 url('../../../images/backgrounds/button.gif') repeat-x center left;
color: #666666;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: left;
}
.unique_visits_legend {
margin: 0 10px 0 0;
padding: 3px;
}
.total_visits_legend,
.total_visits {
border: thin solid #86ae47;
background: #DFEDCA url('../../../images/backgrounds/button_hover.gif') repeat-x center left;
color: #86ae47;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: left;
}
.total_visits_legend {
padding: 3px;
}
.legend {
width: 8.3333em;
}
#storefront_stats strong {
display: block;
float: left;
padding-right: 3px;
}
#stats_controls {
margin: 0.83333em 0em 0em 1.8333em;
}
/* Categories and Pages lists */
.sortable_list {
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.sortable_list div.item_name {
padding-top: 0.25em;
}
.sortable_item_controls {
float: right;
margin-top: 0.16667em;
cursor: pointer;
}
.storefront_sort_item {
border: medium solid #eaeaea;
padding: 0.33333em 0.83333em 0.5em 0.83333em;
margin: 0.41667em;
font-weight: bold;
font-size: 12px;
background: #f7f7f7;
color: #666666;
display: block;
height: auto;
}
.storefront_sort_item:hover {
background: #ffffe1;
}
.storefront_sort_item .glyphicon-move {
cursor: pointer;
font-size: 1.6em;
}
.button_green {
background: url("../../../images/backgrounds/button.gif") repeat-x scroll left center #E2E4E9;
border: thin solid #CACBCC;
color: #666666;
font-size: 12px;
font-weight: bold;
margin: 0.08333em;
padding: 0.25em 0.41667em 0.16667em;
text-decoration: none;
}
.button_green:hover, .button_green:active {
border: thin solid #7CA93A;
background: #EBF4DD url('../../../images/backgrounds/button_hover.gif') repeat-x center left;
color: #648D25;
text-decoration: none;
}
.button_red {
background: url("../../../images/backgrounds/button.gif") repeat-x scroll left center #E2E4E9;
border: thin solid #CACBCC;
color: #666666;
font-size: 12px;
font-weight: bold;
margin: 0.08333em;
padding: 0.25em 0.41667em 0.16667em;
text-decoration: none;
}
.button_red:hover, .button_red:active {
border: thin solid #e4a0a2;
background: #f0b5b7 url('../../../images/backgrounds/button_cancel.gif') repeat-x center left;
color: #9e4144;
text-decoration: none;
}
.subcat_input_container {
background-color: #fff;
border-bottom: thin dashed #ddd;
clear: both;
margin: 0 1em;
padding: 5px 0 8px 5px;
}
.subcat_divider {
width: 90%;
margin: 0.58333em auto;
}
.storefront_cp_nav, ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.storefront_cp_nav li, ul li {
text-align: left;
}
.storefront_cp_nav li a:link, .storefront_cp_nav li a:visited
{
display: block;
padding: 0 0 0 1em;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.storefront_cp_nav li a:hover, .storefront_cp_nav li a:active
{
text-decoration: underline;
} | 0.489015 | 0.177775 |
.user-info-wrapper {
position: relative;
width: 100%;
margin-bottom: -1px;
padding-top: 90px;
padding-bottom: 30px;
border: 1px solid #e1e7ec;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
overflow: hidden
}
.user-info-wrapper .user-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background-position: center;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover
}
.user-info-wrapper .user-cover .tooltip .tooltip-inner {
width: 230px;
max-width: 100%;
padding: 10px 15px
}
.user-info-wrapper .info-label {
display: block;
position: absolute;
top: 18px;
right: 18px;
height: 26px;
padding: 0 12px;
border-radius: 13px;
background-color: #fff;
color: #606975;
font-size: 12px;
line-height: 26px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
cursor: pointer
}
.user-info-wrapper .info-label>i {
display: inline-block;
margin-right: 3px;
font-size: 1.2em;
vertical-align: middle
}
.user-info-wrapper .user-info {
display: table;
position: relative;
width: 100%;
padding: 0 18px;
z-index: 5
}
.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
display: table-cell;
vertical-align: top
}
.user-info-wrapper .user-info .user-avatar {
position: relative;
width: 115px
}
.user-info-wrapper .user-info .user-avatar>img {
display: block;
width: 100%;
border: 5px solid #fff;
border-radius: 50%
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
display: block;
position: absolute;
top: -2px;
right: 2px;
width: 36px;
height: 36px;
transition: opacity .3s;
border-radius: 50%;
background-color: #fff;
color: #606975;
line-height: 34px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
opacity: 0;
text-align: center;
text-decoration: none
}
.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
font-family: feather;
font-size: 17px;
content: '\e058'
}
.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
opacity: 1
}
.user-info-wrapper .user-info .user-data {
padding-top: 48px;
padding-left: 12px
}
.user-info-wrapper .user-info .user-data h4 {
margin-bottom: 2px
}
.user-info-wrapper .user-info .user-data span {
display: block;
color: #9da9b9;
font-size: 13px
}
.user-info-wrapper+.list-group .list-group-item:first-child {
border-radius: 0
}
.user-info-wrapper+.list-group .list-group-item:first-child {
border-radius: 0;
}
.list-group-item:first-child {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
a.list-group-item {
padding-top: .87rem;
padding-bottom: .87rem;
}
a.list-group-item, .list-group-item-action {
transition: all .25s;
color: #606975;
font-weight: 500;
}
.with-badge {
position: relative;
padding-right: 3.3rem;
}
.list-group-item {
border-color: #e1e7ec;
background-color: #fff;
text-decoration: none;
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.125);
}
.badge.badge-primary {
background-color: #0da9ef;
}
.with-badge .badge {
position: absolute;
top: 50%;
right: 1.15rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.list-group-item i {
margin-top: -4px;
margin-right: 8px;
font-size: 1.1em;
}
.comment {
display: block;
position: relative;
margin-bottom: 30px;
padding-left: 66px
}
.comment .comment-author-ava {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
border-radius: 50%;
overflow: hidden
}
.comment .comment-author-ava>img {
display: block;
width: 100%
}
.comment .comment-body {
position: relative;
padding: 24px;
border: 1px solid #e1e7ec;
border-radius: 7px;
background-color: #fff
}
.comment .comment-body::after,
.comment .comment-body::before {
position: absolute;
top: 12px;
right: 100%;
width: 0;
height: 0;
border: solid transparent;
content: '';
pointer-events: none
}
.comment .comment-body::after {
border-width: 9px;
border-color: transparent;
border-right-color: #fff
}
.comment .comment-body::before {
margin-top: -1px;
border-width: 10px;
border-color: transparent;
border-right-color: #e1e7ec
}
.comment .comment-title {
margin-bottom: 8px;
color: #606975;
font-size: 14px;
font-weight: 500
}
.comment .comment-text {
margin-bottom: 12px
}
.comment .comment-footer {
display: table;
width: 100%
}
.comment .comment-footer>.column {
display: table-cell;
vertical-align: middle
}
.comment .comment-footer>.column:last-child {
text-align: right
}
.comment .comment-meta {
color: #9da9b9;
font-size: 13px
}
.comment .reply-link {
transition: color .3s;
color: #606975;
font-size: 14px;
font-weight: 500;
letter-spacing: .07em;
text-transform: uppercase;
text-decoration: none
}
.comment .reply-link>i {
display: inline-block;
margin-top: -3px;
margin-right: 4px;
vertical-align: middle
}
.comment .reply-link:hover {
color: #0da9ef
}
.comment.comment-reply {
margin-top: 30px;
margin-bottom: 0
}
@media (max-width: 576px) {
.comment {
padding-left: 0
}
.comment .comment-author-ava {
display: none
}
.comment .comment-body {
padding: 15px
}
.comment .comment-body::before,
.comment .comment-body::after {
display: none
}
} | public/dist/css/user.profile.css | .user-info-wrapper {
position: relative;
width: 100%;
margin-bottom: -1px;
padding-top: 90px;
padding-bottom: 30px;
border: 1px solid #e1e7ec;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
overflow: hidden
}
.user-info-wrapper .user-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background-position: center;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover
}
.user-info-wrapper .user-cover .tooltip .tooltip-inner {
width: 230px;
max-width: 100%;
padding: 10px 15px
}
.user-info-wrapper .info-label {
display: block;
position: absolute;
top: 18px;
right: 18px;
height: 26px;
padding: 0 12px;
border-radius: 13px;
background-color: #fff;
color: #606975;
font-size: 12px;
line-height: 26px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
cursor: pointer
}
.user-info-wrapper .info-label>i {
display: inline-block;
margin-right: 3px;
font-size: 1.2em;
vertical-align: middle
}
.user-info-wrapper .user-info {
display: table;
position: relative;
width: 100%;
padding: 0 18px;
z-index: 5
}
.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
display: table-cell;
vertical-align: top
}
.user-info-wrapper .user-info .user-avatar {
position: relative;
width: 115px
}
.user-info-wrapper .user-info .user-avatar>img {
display: block;
width: 100%;
border: 5px solid #fff;
border-radius: 50%
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
display: block;
position: absolute;
top: -2px;
right: 2px;
width: 36px;
height: 36px;
transition: opacity .3s;
border-radius: 50%;
background-color: #fff;
color: #606975;
line-height: 34px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
opacity: 0;
text-align: center;
text-decoration: none
}
.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
font-family: feather;
font-size: 17px;
content: '\e058'
}
.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
opacity: 1
}
.user-info-wrapper .user-info .user-data {
padding-top: 48px;
padding-left: 12px
}
.user-info-wrapper .user-info .user-data h4 {
margin-bottom: 2px
}
.user-info-wrapper .user-info .user-data span {
display: block;
color: #9da9b9;
font-size: 13px
}
.user-info-wrapper+.list-group .list-group-item:first-child {
border-radius: 0
}
.user-info-wrapper+.list-group .list-group-item:first-child {
border-radius: 0;
}
.list-group-item:first-child {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
a.list-group-item {
padding-top: .87rem;
padding-bottom: .87rem;
}
a.list-group-item, .list-group-item-action {
transition: all .25s;
color: #606975;
font-weight: 500;
}
.with-badge {
position: relative;
padding-right: 3.3rem;
}
.list-group-item {
border-color: #e1e7ec;
background-color: #fff;
text-decoration: none;
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.125);
}
.badge.badge-primary {
background-color: #0da9ef;
}
.with-badge .badge {
position: absolute;
top: 50%;
right: 1.15rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.list-group-item i {
margin-top: -4px;
margin-right: 8px;
font-size: 1.1em;
}
.comment {
display: block;
position: relative;
margin-bottom: 30px;
padding-left: 66px
}
.comment .comment-author-ava {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
border-radius: 50%;
overflow: hidden
}
.comment .comment-author-ava>img {
display: block;
width: 100%
}
.comment .comment-body {
position: relative;
padding: 24px;
border: 1px solid #e1e7ec;
border-radius: 7px;
background-color: #fff
}
.comment .comment-body::after,
.comment .comment-body::before {
position: absolute;
top: 12px;
right: 100%;
width: 0;
height: 0;
border: solid transparent;
content: '';
pointer-events: none
}
.comment .comment-body::after {
border-width: 9px;
border-color: transparent;
border-right-color: #fff
}
.comment .comment-body::before {
margin-top: -1px;
border-width: 10px;
border-color: transparent;
border-right-color: #e1e7ec
}
.comment .comment-title {
margin-bottom: 8px;
color: #606975;
font-size: 14px;
font-weight: 500
}
.comment .comment-text {
margin-bottom: 12px
}
.comment .comment-footer {
display: table;
width: 100%
}
.comment .comment-footer>.column {
display: table-cell;
vertical-align: middle
}
.comment .comment-footer>.column:last-child {
text-align: right
}
.comment .comment-meta {
color: #9da9b9;
font-size: 13px
}
.comment .reply-link {
transition: color .3s;
color: #606975;
font-size: 14px;
font-weight: 500;
letter-spacing: .07em;
text-transform: uppercase;
text-decoration: none
}
.comment .reply-link>i {
display: inline-block;
margin-top: -3px;
margin-right: 4px;
vertical-align: middle
}
.comment .reply-link:hover {
color: #0da9ef
}
.comment.comment-reply {
margin-top: 30px;
margin-bottom: 0
}
@media (max-width: 576px) {
.comment {
padding-left: 0
}
.comment .comment-author-ava {
display: none
}
.comment .comment-body {
padding: 15px
}
.comment .comment-body::before,
.comment .comment-body::after {
display: none
}
} | 0.447823 | 0.087759 |
a.btn, .btn {
border-radius: 5px;
font: 16px/1em SkyTextRegular, Helvetica, Arial, sans-serif;
padding: 0 15px;
height: 32px;
line-height: 2em;
position: relative;
z-index: 2;
border: none;
border-top: 1px solid #0073c5;
background-color: #0073c5;
color: #fff;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
margin-right: 20px;
text-decoration: none; }
a.btn:before, .btn:before {
background: rgba(255, 255, 255, 0.3);
background: linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
-webkit-transition: opacity .25s;
transition: opacity .25s;
border-radius: 0 0 20px 20px;
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 4%;
width: 93%;
height: 10px; }
a.btn:hover, a.btn:focus, .btn:hover, .btn:focus {
text-decoration: none; }
a.btn:hover:before, a.btn:focus:before, .btn:hover:before, .btn:focus:before {
opacity: 0.3; }
a.btn:last-child, .btn:last-child {
margin-right: 0; }
a.btn[disabled], .btn[disabled] {
cursor: default;
opacity: 0.3; }
a.btn[disabled]:hover:before, .btn[disabled]:hover:before {
opacity: 1; }
a.btn.secondary, a.btn.btn--secondary, .btn.secondary, .btn.btn--secondary {
border: solid 1px #cfcfcf;
background: #eaeaea;
color: #333; }
a.btn.secondary:before, a.btn.btn--secondary:before, .btn.secondary:before, .btn.btn--secondary:before {
background: rgba(255, 255, 255, 0.4);
background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
background: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0)); }
.lt-ie9 .btn:before {
left: 1px;
width: 99%;
background: #56a2d8; }
.lt-ie9 .btn.secondary:before, .lt-ie9 .btn.btn--secondary:before {
background: #fff; }
.lt-ie9 .btn:hover:before {
background: none; } | dist/styles/buttons.css | a.btn, .btn {
border-radius: 5px;
font: 16px/1em SkyTextRegular, Helvetica, Arial, sans-serif;
padding: 0 15px;
height: 32px;
line-height: 2em;
position: relative;
z-index: 2;
border: none;
border-top: 1px solid #0073c5;
background-color: #0073c5;
color: #fff;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
margin-right: 20px;
text-decoration: none; }
a.btn:before, .btn:before {
background: rgba(255, 255, 255, 0.3);
background: linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
-webkit-transition: opacity .25s;
transition: opacity .25s;
border-radius: 0 0 20px 20px;
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 4%;
width: 93%;
height: 10px; }
a.btn:hover, a.btn:focus, .btn:hover, .btn:focus {
text-decoration: none; }
a.btn:hover:before, a.btn:focus:before, .btn:hover:before, .btn:focus:before {
opacity: 0.3; }
a.btn:last-child, .btn:last-child {
margin-right: 0; }
a.btn[disabled], .btn[disabled] {
cursor: default;
opacity: 0.3; }
a.btn[disabled]:hover:before, .btn[disabled]:hover:before {
opacity: 1; }
a.btn.secondary, a.btn.btn--secondary, .btn.secondary, .btn.btn--secondary {
border: solid 1px #cfcfcf;
background: #eaeaea;
color: #333; }
a.btn.secondary:before, a.btn.btn--secondary:before, .btn.secondary:before, .btn.btn--secondary:before {
background: rgba(255, 255, 255, 0.4);
background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
background: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0)); }
.lt-ie9 .btn:before {
left: 1px;
width: 99%;
background: #56a2d8; }
.lt-ie9 .btn.secondary:before, .lt-ie9 .btn.btn--secondary:before {
background: #fff; }
.lt-ie9 .btn:hover:before {
background: none; } | 0.364664 | 0.059156 |
.query{
width: 80%;
margin-left: 10%;
margin-bottom: 10px;
}
.result{
margin-top: 10px;
width: 500px;
margin-left: 4%;
overflow-x: auto;
}
.db{
margin-top: 50px;
border: 1px solid black;
padding: 15px;
}
.stats{
width: 25%;
overflow: auto;
max-height: 400px;
}
.db-input{
width: 70%;
}
.runQuery{
margin-left:4%;
}
.rollback{
border: 1px solid red;
color: red;
margin-bottom: 5px;
margin-top: 10px;
}
.db-tables{
border: 1px solid black;
width: 100%;
text-align: center;
}
.db-tables tr, .db-tables th, .db-tables td{
border: 1px solid black;
padding-left: 2.5px;
padding-right: 2.5px;
text-align: center !important;
}
.db-table{
cursor: pointer;
}
.res-tables{
border: 1px solid black;
width: 100%;
text-align: center;
}
.res-tables th{
border: 1px solid black;
min-width: 45px;
text-align: center;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables td{
border-left: 1px solid black;
min-width: 45px;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables td{
border-left: 1px solid black;
min-width: 45px;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables tr td:first-child{
color: black;
width: 10px;
background: lightblue;
}
.res-tables tr:nth-child(even){
background-color:#18bc9c ;
}
.errP{
border: 1px solid;
background-color: #fda2a8;
width: 500px;
}
.msgP{
color: #6bda8c;
width: 500px;
}
.res-tables th{
color: #18bc9c;
}
.db-table{
color: #18bc9c;;
}
.editor-div-db{
width: 500px;
margin-left:20px
}
.btn-db {
display:inline-block;
margin-bottom:0;
margin-right: 5px;
padding: 5px 10px;
font-weight:normal;
text-align:center;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
background-image:none;
border:1px solid transparent;
white-space:nowrap;
font-size:15px;
line-height:1.42857143;
border-radius:4px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
margin-bottom: 10px;
}
.db-input .row :nth-child(4){
margin-left: 20px
} | petljadoc/runestone_ext/dbDirective/css/dbDirective.css | .query{
width: 80%;
margin-left: 10%;
margin-bottom: 10px;
}
.result{
margin-top: 10px;
width: 500px;
margin-left: 4%;
overflow-x: auto;
}
.db{
margin-top: 50px;
border: 1px solid black;
padding: 15px;
}
.stats{
width: 25%;
overflow: auto;
max-height: 400px;
}
.db-input{
width: 70%;
}
.runQuery{
margin-left:4%;
}
.rollback{
border: 1px solid red;
color: red;
margin-bottom: 5px;
margin-top: 10px;
}
.db-tables{
border: 1px solid black;
width: 100%;
text-align: center;
}
.db-tables tr, .db-tables th, .db-tables td{
border: 1px solid black;
padding-left: 2.5px;
padding-right: 2.5px;
text-align: center !important;
}
.db-table{
cursor: pointer;
}
.res-tables{
border: 1px solid black;
width: 100%;
text-align: center;
}
.res-tables th{
border: 1px solid black;
min-width: 45px;
text-align: center;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables td{
border-left: 1px solid black;
min-width: 45px;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables td{
border-left: 1px solid black;
min-width: 45px;
padding-left: 2.5px;
padding-right: 2.5px;
}
.res-tables tr td:first-child{
color: black;
width: 10px;
background: lightblue;
}
.res-tables tr:nth-child(even){
background-color:#18bc9c ;
}
.errP{
border: 1px solid;
background-color: #fda2a8;
width: 500px;
}
.msgP{
color: #6bda8c;
width: 500px;
}
.res-tables th{
color: #18bc9c;
}
.db-table{
color: #18bc9c;;
}
.editor-div-db{
width: 500px;
margin-left:20px
}
.btn-db {
display:inline-block;
margin-bottom:0;
margin-right: 5px;
padding: 5px 10px;
font-weight:normal;
text-align:center;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
background-image:none;
border:1px solid transparent;
white-space:nowrap;
font-size:15px;
line-height:1.42857143;
border-radius:4px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
margin-bottom: 10px;
}
.db-input .row :nth-child(4){
margin-left: 20px
} | 0.391057 | 0.123471 |
@-moz-document domain("binary.com") {
#menu-top > li:nth-child(2),
#menu-top > li:nth-child(1),
#menu-top > li:nth-child(3),
#footer-regulatory,
#footer-menu,
#footer-last,
#trading_bottom_content,
#topbar,
#logo > div.grd-grid-3.grd-grid-mobile-12.grd-grid-phablet-12.grd-no-gutter,
#content > div.content-tab-container.page-section {
display: none !important;
}
#balance {
position: absolute;
left: -220px;
padding: 0;
margin: 0;
font-size: 18pt;
font-weight: 100;
top: 8px;
}
#loginid-switch-form {
position: relative;
}
#menu-top > li.active > a {
max-width: initial !important;
margin-top: 9px;
display: inline-block !important;
text-transform: uppercase !important;
margin-left: -280px !important;
font-size: 24px !important;
font-weight: 100 !important;
min-width: 200px;
}
#client_loginid {
position: absolute;
right: 70px;
top: 7px;
}
#content-holder {
background: white;
height: auto;
display: table;
margin: 0 auto;
width: 100%;
}
#page-wrapper {
height: auto !important;
}
body {
width: 1100px;
margin: 0 auto;
background: rgba(211, 211, 211, 0.27);
}
#binary-logo-text {
overflow: hidden;
height: 26px;
}
#bet_calculation_cont1ёainer > div > div.price_box.price_box_first > div > div > div.rbox-heading,
#bet_cost_container > div.bet_description {
display: none;
}
#orderform_10 > div > span {
display: block !important;
}
#orderform_10 > div > span > button.buy_bet_button {
background: green;
width: 382px;
position: absolute;
bottom: -136px;
left: -302px;
padding: 25px 0;
color: transparent;
}
#orderform_10 > div > span > button.buy_bet_button:before {
content: "CALL";
width: 77px;
height: 13px;
font-size: 26px;
position: absolute;
font-weight: 100;
color: white;
margin-left: -11px;
margin-top: -1px;
}
#orderform_20 > div > span > button {
background: #c03;
width: 382px;
position: absolute;
bottom: -144px;
left: -302px;
padding: 25px 0;
color: transparent;
}
#orderform_20 > div > span > button.buy_bet_button:before {
content: "PUT";
width: 77px;
height: 13px;
font-size: 26px;
position: absolute;
font-weight: 100;
color: white;
margin-left: -11px;
margin-top: -1px;
}
#bet_cost_container {
clear: both;
top: 10px;
position: absolute;
right: 5px;
}
#bet_calcula1te {
width: 100%;
padding: 20px 0;
font-size: 23px;
font-weight: 100;
margin: 0;
}
} | data/usercss/121925.user.css | @-moz-document domain("binary.com") {
#menu-top > li:nth-child(2),
#menu-top > li:nth-child(1),
#menu-top > li:nth-child(3),
#footer-regulatory,
#footer-menu,
#footer-last,
#trading_bottom_content,
#topbar,
#logo > div.grd-grid-3.grd-grid-mobile-12.grd-grid-phablet-12.grd-no-gutter,
#content > div.content-tab-container.page-section {
display: none !important;
}
#balance {
position: absolute;
left: -220px;
padding: 0;
margin: 0;
font-size: 18pt;
font-weight: 100;
top: 8px;
}
#loginid-switch-form {
position: relative;
}
#menu-top > li.active > a {
max-width: initial !important;
margin-top: 9px;
display: inline-block !important;
text-transform: uppercase !important;
margin-left: -280px !important;
font-size: 24px !important;
font-weight: 100 !important;
min-width: 200px;
}
#client_loginid {
position: absolute;
right: 70px;
top: 7px;
}
#content-holder {
background: white;
height: auto;
display: table;
margin: 0 auto;
width: 100%;
}
#page-wrapper {
height: auto !important;
}
body {
width: 1100px;
margin: 0 auto;
background: rgba(211, 211, 211, 0.27);
}
#binary-logo-text {
overflow: hidden;
height: 26px;
}
#bet_calculation_cont1ёainer > div > div.price_box.price_box_first > div > div > div.rbox-heading,
#bet_cost_container > div.bet_description {
display: none;
}
#orderform_10 > div > span {
display: block !important;
}
#orderform_10 > div > span > button.buy_bet_button {
background: green;
width: 382px;
position: absolute;
bottom: -136px;
left: -302px;
padding: 25px 0;
color: transparent;
}
#orderform_10 > div > span > button.buy_bet_button:before {
content: "CALL";
width: 77px;
height: 13px;
font-size: 26px;
position: absolute;
font-weight: 100;
color: white;
margin-left: -11px;
margin-top: -1px;
}
#orderform_20 > div > span > button {
background: #c03;
width: 382px;
position: absolute;
bottom: -144px;
left: -302px;
padding: 25px 0;
color: transparent;
}
#orderform_20 > div > span > button.buy_bet_button:before {
content: "PUT";
width: 77px;
height: 13px;
font-size: 26px;
position: absolute;
font-weight: 100;
color: white;
margin-left: -11px;
margin-top: -1px;
}
#bet_cost_container {
clear: both;
top: 10px;
position: absolute;
right: 5px;
}
#bet_calcula1te {
width: 100%;
padding: 20px 0;
font-size: 23px;
font-weight: 100;
margin: 0;
}
} | 0.217338 | 0.037821 |
body {
font-size: 14px;
line-height: 22px;
font-family: Helvetica Neue, Helvetica, Arial;
background: #f4f4f4 url(../images/background.png);
}
.interface {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
div#sidebar {
background: #fff;
position: fixed;
z-index: 10;
top: 0; left: 0; bottom: 0;
width: 200px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 15px 0 30px 30px;
border-right: 1px solid #bbb;
box-shadow: 0 0 20px #ccc;
}
a.toc_title, a.toc_title:visited {
display: block;
color: black;
font-weight: bold;
margin-top: 15px;
}
a.toc_title:hover {
text-decoration: underline;
}
#sidebar .version {
font-size: 10px;
font-weight: normal;
}
ul.toc_section {
font-size: 11px;
line-height: 14px;
margin: 5px 0 0 0;
padding-left: 0px;
list-style-type: none;
font-family: Lucida Grande;
}
.toc_section li {
margin: 0 0 3px 0;
}
.toc_section li a {
text-decoration: none;
color: black;
}
.toc_section li a.active,
a.toc_title.active {
color: #18b6e5;
}
.toc_section li a:hover {
text-decoration: underline;
}
div.container {
position: relative;
width: 600px;
margin: 40px 0 50px 260px;
}
img#logo {
width: 300px;
height: 71px;
}
a.download-button {
display: inline-block;
margin: 5px 0;
color: #000;
text-align: center;
text-decoration: none;
}
.download-button strong {
display: block;
border: 1px solid #7CE0FF;
margin: 0 0 5px;
padding: 5px 25px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
background: #00C6FF;
color: #fff;
font-family: Arial, serif;
}
div.container p, div.container ul {
margin: 20px 0;
}
div.container ul.list {
margin: 10px 0;
}
div.container ul.list li {
margin-bottom: 1px;
}
p.warning {
font-size: 12px;
line-height: 18px;
font-style: italic;
}
div.container ul {
list-style: circle;
padding-left: 15px;
font-size: 13px;
line-height: 18px;
}
div.container ul li {
margin-bottom: 6px;
}
div.container ul.small {
font-size: 12px;
}
a, a:visited {
color: #18b6e5;
}
a:active, a:hover {
color: #1283a8;
}
a img {
border: 0;
}
a.travis-badge {
display: block;
}
h1, h2, h3, h4, h5, h6 {
padding-top: 20px;
}
h2 {
font-size: 22px;
}
b.header {
font-size: 18px;
line-height: 35px;
}
span.alias {
font-size: 14px;
font-style: italic;
margin-left: 20px;
}
table {
margin: 15px 0 0; padding: 0;
}
tr, td {
margin: 0; padding: 0;
}
td {
padding: 0px 15px 5px 0;
}
table .rule {
height: 1px;
background: #ccc;
margin: 5px 0;
}
code, pre{
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
line-height: 18px;
font-style: normal;
}
code.i {
padding: 0px 3px;
background: #fff;
border: 1px solid #ddd;
zoom: 1;
}
code {
margin-left: 0px;
padding: 3px;
}
pre {
font-size: 12px;
padding: 2px 0 2px 15px;
border: 4px solid #bbb; border-top: 0; border-bottom: 0;
margin: 0px 0 25px;
}
img.example_image {
margin: 0px auto;
}
img.example_retina {
margin: 20px;
box-shadow: 0 8px 15px rgba(0,0,0,0.4);
}
@media only screen and (-webkit-max-device-pixel-ratio: 1) and (max-width: 600px),
only screen and (max--moz-device-pixel-ratio: 1) and (max-width: 600px) {
div#sidebar {
display: none;
}
img#logo {
max-width: 450px;
width: 100%;
height: auto;
}
div.container {
width: auto;
margin-left: 15px;
margin-right: 15px;
}
p, div.container ul {
width: auto;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) {
img {
max-width: 100%;
height: auto;
}
div#sidebar {
-webkit-overflow-scrolling: initial;
position: relative;
width: 90%;
height: 120px;
left: 0;
top: -7px;
padding: 10px 0 10px 30px;
border: 0;
}
img#logo {
width: auto;
height: auto;
}
div.container {
margin: 0;
width: 100%;
}
p, div.container ul {
max-width: 98%;
overflow-x: scroll;
}
table {
position: relative;
}
tr:first-child td {
padding-bottom: 25px;
}
td.text {
line-height: 12px;
padding: 0;
position: absolute;
left: 0;
top: 48px;
}
tr:last-child td.text {
top: 122px;
}
pre {
overflow: scroll;
}
}
pre code.language-dir {
-moz-tab-size: 3;
-webkit-tab-size: 3;
tab-size: 3;
} | demos/css/styles.css | body {
font-size: 14px;
line-height: 22px;
font-family: Helvetica Neue, Helvetica, Arial;
background: #f4f4f4 url(../images/background.png);
}
.interface {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
div#sidebar {
background: #fff;
position: fixed;
z-index: 10;
top: 0; left: 0; bottom: 0;
width: 200px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 15px 0 30px 30px;
border-right: 1px solid #bbb;
box-shadow: 0 0 20px #ccc;
}
a.toc_title, a.toc_title:visited {
display: block;
color: black;
font-weight: bold;
margin-top: 15px;
}
a.toc_title:hover {
text-decoration: underline;
}
#sidebar .version {
font-size: 10px;
font-weight: normal;
}
ul.toc_section {
font-size: 11px;
line-height: 14px;
margin: 5px 0 0 0;
padding-left: 0px;
list-style-type: none;
font-family: Lucida Grande;
}
.toc_section li {
margin: 0 0 3px 0;
}
.toc_section li a {
text-decoration: none;
color: black;
}
.toc_section li a.active,
a.toc_title.active {
color: #18b6e5;
}
.toc_section li a:hover {
text-decoration: underline;
}
div.container {
position: relative;
width: 600px;
margin: 40px 0 50px 260px;
}
img#logo {
width: 300px;
height: 71px;
}
a.download-button {
display: inline-block;
margin: 5px 0;
color: #000;
text-align: center;
text-decoration: none;
}
.download-button strong {
display: block;
border: 1px solid #7CE0FF;
margin: 0 0 5px;
padding: 5px 25px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
background: #00C6FF;
color: #fff;
font-family: Arial, serif;
}
div.container p, div.container ul {
margin: 20px 0;
}
div.container ul.list {
margin: 10px 0;
}
div.container ul.list li {
margin-bottom: 1px;
}
p.warning {
font-size: 12px;
line-height: 18px;
font-style: italic;
}
div.container ul {
list-style: circle;
padding-left: 15px;
font-size: 13px;
line-height: 18px;
}
div.container ul li {
margin-bottom: 6px;
}
div.container ul.small {
font-size: 12px;
}
a, a:visited {
color: #18b6e5;
}
a:active, a:hover {
color: #1283a8;
}
a img {
border: 0;
}
a.travis-badge {
display: block;
}
h1, h2, h3, h4, h5, h6 {
padding-top: 20px;
}
h2 {
font-size: 22px;
}
b.header {
font-size: 18px;
line-height: 35px;
}
span.alias {
font-size: 14px;
font-style: italic;
margin-left: 20px;
}
table {
margin: 15px 0 0; padding: 0;
}
tr, td {
margin: 0; padding: 0;
}
td {
padding: 0px 15px 5px 0;
}
table .rule {
height: 1px;
background: #ccc;
margin: 5px 0;
}
code, pre{
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
line-height: 18px;
font-style: normal;
}
code.i {
padding: 0px 3px;
background: #fff;
border: 1px solid #ddd;
zoom: 1;
}
code {
margin-left: 0px;
padding: 3px;
}
pre {
font-size: 12px;
padding: 2px 0 2px 15px;
border: 4px solid #bbb; border-top: 0; border-bottom: 0;
margin: 0px 0 25px;
}
img.example_image {
margin: 0px auto;
}
img.example_retina {
margin: 20px;
box-shadow: 0 8px 15px rgba(0,0,0,0.4);
}
@media only screen and (-webkit-max-device-pixel-ratio: 1) and (max-width: 600px),
only screen and (max--moz-device-pixel-ratio: 1) and (max-width: 600px) {
div#sidebar {
display: none;
}
img#logo {
max-width: 450px;
width: 100%;
height: auto;
}
div.container {
width: auto;
margin-left: 15px;
margin-right: 15px;
}
p, div.container ul {
width: auto;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) {
img {
max-width: 100%;
height: auto;
}
div#sidebar {
-webkit-overflow-scrolling: initial;
position: relative;
width: 90%;
height: 120px;
left: 0;
top: -7px;
padding: 10px 0 10px 30px;
border: 0;
}
img#logo {
width: auto;
height: auto;
}
div.container {
margin: 0;
width: 100%;
}
p, div.container ul {
max-width: 98%;
overflow-x: scroll;
}
table {
position: relative;
}
tr:first-child td {
padding-bottom: 25px;
}
td.text {
line-height: 12px;
padding: 0;
position: absolute;
left: 0;
top: 48px;
}
tr:last-child td.text {
top: 122px;
}
pre {
overflow: scroll;
}
}
pre code.language-dir {
-moz-tab-size: 3;
-webkit-tab-size: 3;
tab-size: 3;
} | 0.286169 | 0.116663 |
body {line-height: 25px;}
* a {text-decoration: none; color:#CFE0EE;}
a:hover {color:#F09C42;}
#wrapper {}
* {font-size: 18px;}
/* 导航条样式开始 */
.cus_nav ul li {float: left; margin:0 6px; padding: 10px 22px; display: inline-block;list-style:none;}
.cus_nav ul li a {display:block;padding: 8px 22px;color:#fff}
.logo a, .cus_nav li a {
color:#fff;
font-family: "宋体";
padding-right: 1em;
padding-left: 1em;
margin-left: 2px;
display: block;
}
.logo a:hover, .logo.hover a {
background-repeat:repeat-x;
background-position: center top;
text-decoration: none;
color:#FF7B0E;
}
.cus_nav li a:hover, .cus_nav li.hover a, .horizon_align a:hover {
background-repeat:repeat-x;
background-position: center top;
text-decoration: none;
color:#FF7B0E;
}
.horizon_align a {
color:#666;
font-family: "宋体";
}
.span_clear_margin {margin: 0}
.logo {text-align: center;}
.logo_size {font-size:32px;}
.cus_nav_left {padding:18px 17px 18px 0;}
.cus_navbar {background-color:#5bc0de;}
.cus_nav_height {height:61px; }
.cus_nav_right {position: relative; left: 20px; padding:18px 0 18px 17px;}
.horizon_align {text-align: center;}
.cus_login, .cus_register {background-color: #fff; color: #666;padding: 6px 22px; margin: 0 6px; border-radius: 100px;}
/* 导航条样式结束 */
/* 发布文章的表单样式开始 */
.main {margin-top:25px;}
.post_title {margin-bottom:25px;position:relative;left:40%;}
.cus_container {margin: 0 384.5px;padding:0 70px;}
/* 发布文章的表单样式结束 */
/* post_success.html start */
.title_font {font-size:1.9em;color:black;}
.entry_meta span a {font-size:15px;color:black;}
/** 伪元素 **/
.post_category a:after {content:'.';}
.post_date a:after {content:'.';}
.post_author a:after {content:'.';}
.comments_link a:after {content:'.';}
.articles {padding: 20px 20px 0;}
.entry_title {text-align:center;margin-bottom:20px;}
.entry_meta {text-align:center;margin-bottom:20px;}
/* post_success.html end */
/** index.html 自定义模板样式开始 **/
.widget {padding:30px 0 0;}
.widget_title {margin-bottom:20px;padding:10px 0 0;}
.widget_recent_posts ul{padding-left: 20px;}
.widget_recent_posts ul li {margin-bottom:10px;}
.widget_recent_posts ul li a{color:black;text-decoration:none;}
.widget_archives ul{padding-left: 20px;}
.widget_archives ul li {margin-bottom:10px;}
.widget_archives ul li a{color:black;text-decoration:none;}
.widget_category ul{padding-left: 20px;}
.widget_category ul li {margin-bottom:10px;}
.widget_category ul li a{color:black;text-decoration:none;}
.widget_tag ul{padding-left: 20px;}
.widget_tag ul li {margin-bottom:10px;}
.widget_tag ul li a{color:black;text-decoration:none;}
/** index.html 自定义模板样式结束 **/
/** 博客详情页样式开始 **/
.articles{margin-bottom:40px;}
.post_comment{margin-top:20px;}
.post_comment_title{font-size:18px;margin-bottom:10px;}
.comment_area{padding:0 30px;}
.content{width:100%;height:250px;}
.post_comment_btn{text-align:left;margin-top:20px;}
.fix{margin-bottom:13px;}
.comment_list_panel{margin-top:20px;}
/** 博客详情页样式结束 **/ | blog/static/blog/css/style.css | body {line-height: 25px;}
* a {text-decoration: none; color:#CFE0EE;}
a:hover {color:#F09C42;}
#wrapper {}
* {font-size: 18px;}
/* 导航条样式开始 */
.cus_nav ul li {float: left; margin:0 6px; padding: 10px 22px; display: inline-block;list-style:none;}
.cus_nav ul li a {display:block;padding: 8px 22px;color:#fff}
.logo a, .cus_nav li a {
color:#fff;
font-family: "宋体";
padding-right: 1em;
padding-left: 1em;
margin-left: 2px;
display: block;
}
.logo a:hover, .logo.hover a {
background-repeat:repeat-x;
background-position: center top;
text-decoration: none;
color:#FF7B0E;
}
.cus_nav li a:hover, .cus_nav li.hover a, .horizon_align a:hover {
background-repeat:repeat-x;
background-position: center top;
text-decoration: none;
color:#FF7B0E;
}
.horizon_align a {
color:#666;
font-family: "宋体";
}
.span_clear_margin {margin: 0}
.logo {text-align: center;}
.logo_size {font-size:32px;}
.cus_nav_left {padding:18px 17px 18px 0;}
.cus_navbar {background-color:#5bc0de;}
.cus_nav_height {height:61px; }
.cus_nav_right {position: relative; left: 20px; padding:18px 0 18px 17px;}
.horizon_align {text-align: center;}
.cus_login, .cus_register {background-color: #fff; color: #666;padding: 6px 22px; margin: 0 6px; border-radius: 100px;}
/* 导航条样式结束 */
/* 发布文章的表单样式开始 */
.main {margin-top:25px;}
.post_title {margin-bottom:25px;position:relative;left:40%;}
.cus_container {margin: 0 384.5px;padding:0 70px;}
/* 发布文章的表单样式结束 */
/* post_success.html start */
.title_font {font-size:1.9em;color:black;}
.entry_meta span a {font-size:15px;color:black;}
/** 伪元素 **/
.post_category a:after {content:'.';}
.post_date a:after {content:'.';}
.post_author a:after {content:'.';}
.comments_link a:after {content:'.';}
.articles {padding: 20px 20px 0;}
.entry_title {text-align:center;margin-bottom:20px;}
.entry_meta {text-align:center;margin-bottom:20px;}
/* post_success.html end */
/** index.html 自定义模板样式开始 **/
.widget {padding:30px 0 0;}
.widget_title {margin-bottom:20px;padding:10px 0 0;}
.widget_recent_posts ul{padding-left: 20px;}
.widget_recent_posts ul li {margin-bottom:10px;}
.widget_recent_posts ul li a{color:black;text-decoration:none;}
.widget_archives ul{padding-left: 20px;}
.widget_archives ul li {margin-bottom:10px;}
.widget_archives ul li a{color:black;text-decoration:none;}
.widget_category ul{padding-left: 20px;}
.widget_category ul li {margin-bottom:10px;}
.widget_category ul li a{color:black;text-decoration:none;}
.widget_tag ul{padding-left: 20px;}
.widget_tag ul li {margin-bottom:10px;}
.widget_tag ul li a{color:black;text-decoration:none;}
/** index.html 自定义模板样式结束 **/
/** 博客详情页样式开始 **/
.articles{margin-bottom:40px;}
.post_comment{margin-top:20px;}
.post_comment_title{font-size:18px;margin-bottom:10px;}
.comment_area{padding:0 30px;}
.content{width:100%;height:250px;}
.post_comment_btn{text-align:left;margin-top:20px;}
.fix{margin-bottom:13px;}
.comment_list_panel{margin-top:20px;}
/** 博客详情页样式结束 **/ | 0.218419 | 0.095392 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
/* rtl:remove */
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
body{
background-color: #f8f9fa!important
}
.p-4 {
padding: 1.5rem!important;
}
.mb-0, .my-0 {
margin-bottom: 0!important;
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
margin-right: 20px;
}
.user-dashboard-info-box .candidates-list .thumb img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
border-radius: 50%;
}
.user-dashboard-info-box .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px 0;
}
.user-dashboard-info-box .candidates-list td {
vertical-align: middle;
}
.user-dashboard-info-box td li {
margin: 0 4px;
}
.user-dashboard-info-box .table thead th {
border-bottom: none;
}
.table.manage-candidates-top th {
border: 0;
}
.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
margin-bottom: 10px;
}
.table.manage-candidates-top {
min-width: 100px;
}
.user-dashboard-info-box .candidate-list-details ul {
color: #969696;
}
/* Candidate List */
.candidate-list {
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #eeeeee;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.candidate-list:hover {
-webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
position: relative;
z-index: 99;
}
.candidate-list:hover a.candidate-list-favourite {
color: #e74c3c;
-webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}
.candidate-list .candidate-list-image {
margin-right: 25px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
border: none;
}
.candidate-list .candidate-list-image img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
}
.candidate-list-title {
margin-bottom: 5px;
}
.candidate-list-details ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0px;
}
.candidate-list-details ul li {
margin: 5px 10px 5px 0px;
font-size: 13px;
}
.candidate-list .candidate-list-favourite-time {
margin-left: auto;
text-align: center;
font-size: 13px;
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
}
.candidate-list .candidate-list-favourite-time span {
display: block;
margin: 0 auto;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
display: inline-block;
position: relative;
height: 40px;
width: 40px;
line-height: 40px;
border: 1px solid #eeeeee;
border-radius: 100%;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 20px;
font-size: 16px;
color: #646f79;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
background: #ffffff;
color: #e74c3c;
}
.candidate-banner .candidate-list:hover {
position: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
z-index: inherit;
}
.bg-white {
background-color: #ffffff !important;
}
.p-4 {
padding: 1.5rem!important;
}
.mb-0, .my-0 {
margin-bottom: 0!important;
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.user-dashboard-info-box .candidates-list .thumb {
margin-right: 20px;
} | src/main/resources/static/css/halkotrans.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
/* rtl:remove */
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
body{
background-color: #f8f9fa!important
}
.p-4 {
padding: 1.5rem!important;
}
.mb-0, .my-0 {
margin-bottom: 0!important;
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
margin-right: 20px;
}
.user-dashboard-info-box .candidates-list .thumb img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
border-radius: 50%;
}
.user-dashboard-info-box .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px 0;
}
.user-dashboard-info-box .candidates-list td {
vertical-align: middle;
}
.user-dashboard-info-box td li {
margin: 0 4px;
}
.user-dashboard-info-box .table thead th {
border-bottom: none;
}
.table.manage-candidates-top th {
border: 0;
}
.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
margin-bottom: 10px;
}
.table.manage-candidates-top {
min-width: 100px;
}
.user-dashboard-info-box .candidate-list-details ul {
color: #969696;
}
/* Candidate List */
.candidate-list {
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #eeeeee;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.candidate-list:hover {
-webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
position: relative;
z-index: 99;
}
.candidate-list:hover a.candidate-list-favourite {
color: #e74c3c;
-webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}
.candidate-list .candidate-list-image {
margin-right: 25px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
border: none;
}
.candidate-list .candidate-list-image img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
}
.candidate-list-title {
margin-bottom: 5px;
}
.candidate-list-details ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0px;
}
.candidate-list-details ul li {
margin: 5px 10px 5px 0px;
font-size: 13px;
}
.candidate-list .candidate-list-favourite-time {
margin-left: auto;
text-align: center;
font-size: 13px;
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
}
.candidate-list .candidate-list-favourite-time span {
display: block;
margin: 0 auto;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
display: inline-block;
position: relative;
height: 40px;
width: 40px;
line-height: 40px;
border: 1px solid #eeeeee;
border-radius: 100%;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 20px;
font-size: 16px;
color: #646f79;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
background: #ffffff;
color: #e74c3c;
}
.candidate-banner .candidate-list:hover {
position: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
z-index: inherit;
}
.bg-white {
background-color: #ffffff !important;
}
.p-4 {
padding: 1.5rem!important;
}
.mb-0, .my-0 {
margin-bottom: 0!important;
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.user-dashboard-info-box .candidates-list .thumb {
margin-right: 20px;
} | 0.400632 | 0.046965 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
input {
font-family: "Poppins", sans-serif;
}
.container {
display: flex;
position: relative;
width: 100%;
min-height: 100vh;
background: #fff;
overflow: hidden;
}
.container:before {
content: "";
position: absolute;
width: 2000px;
height: 2000px;
border-radius: 50%;
background: linear-gradient(rgb(240, 54, 54), rgb(235, 121, 121));
top: -10%;
right: 48%;
/* z-index: 6; */
/* transform: translate(-50%); */
}
.form-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.signin-signup {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50% -50%);
width: 50%;
display: grid;
grid-template-columns: 1fr;
}
form {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
grid-column: 1/2;
grid-row: 1/2;
padding: 0 5rem;
overflow: hidden;
}
form.sign-in-form {
z-index: 2;
}
form.sign-up-form {
z-index: 2;
opacity: 0;
}
.title {
font-size: 2.2rem;
color: #444;
margin-bottom: 10px;
}
.input-field {
max-width: 300px;
width: 100%;
height: 55px;
background: #f0f0f0;
margin: 10px 0;
border-radius: 55px;
display: grid;
grid-template-columns: 15% 85%;
padding: 0.4rem;
}
.input-field i {
text-align: center;
line-height: 55px;
color: #acacac;
font-size: 1.1rem;
}
.input-field input {
background: none;
outline: none;
border: none;
line-height: 1;
font-weight: 600;
font-size: 1.1rem;
color: #333;
}
.input-field input::placeholder {
color: #aaa;
font-weight: 500;
}
.btn {
width: 150px;
height: 49px;
border: none;
outline: none;
border-radius: 49px;
cursor: pointer;
background: rgb(255, 87, 87);
color: #fff;
text-transform: uppercase;
font-weight: 600;
margin: 10px 0;
transition: 0.5s;
}
.btn:hover {
background: rgb(240, 54, 54);
}
.social-text {
padding: 0.7rem 0;
font-size: 1rem;
}
.social-media {
display: flex;
justify-content: center;
}
.social-icon {
height: 46px;
width: 46px;
border: 1px solid #333;
margin: 0 0.45rem;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #333;
font-size: 1.1rem;
border-radius: 50%;
transform: 0.3s;
}
.social-icon:hover {
color: rgb(240, 54, 54);
border-color: rgb(240, 54, 54);
}
.panels-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.panel {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-around;
text-align: center;
}
.panel .content {
color: #fff;
}
.panel h3 {
font-weight: 600;
line-height: 1;
font-size: 1.5rem;
}
.btn.transparent {
margin: 0;
background: none;
border: 2px solid #fff;
width: 130px;
height: 41px;
font-size: 600;
font-size: 0.8rem;
}
.left-panel {
pointer-events: all;
padding: 3rem 17% 2rem 12%;
}
.right-panel {
pointer-events: all;
padding: 3rem 12% 2rem 17%;
} | Frontend Task/Sona_Mathew_CS1B/library/login.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
input {
font-family: "Poppins", sans-serif;
}
.container {
display: flex;
position: relative;
width: 100%;
min-height: 100vh;
background: #fff;
overflow: hidden;
}
.container:before {
content: "";
position: absolute;
width: 2000px;
height: 2000px;
border-radius: 50%;
background: linear-gradient(rgb(240, 54, 54), rgb(235, 121, 121));
top: -10%;
right: 48%;
/* z-index: 6; */
/* transform: translate(-50%); */
}
.form-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.signin-signup {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50% -50%);
width: 50%;
display: grid;
grid-template-columns: 1fr;
}
form {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
grid-column: 1/2;
grid-row: 1/2;
padding: 0 5rem;
overflow: hidden;
}
form.sign-in-form {
z-index: 2;
}
form.sign-up-form {
z-index: 2;
opacity: 0;
}
.title {
font-size: 2.2rem;
color: #444;
margin-bottom: 10px;
}
.input-field {
max-width: 300px;
width: 100%;
height: 55px;
background: #f0f0f0;
margin: 10px 0;
border-radius: 55px;
display: grid;
grid-template-columns: 15% 85%;
padding: 0.4rem;
}
.input-field i {
text-align: center;
line-height: 55px;
color: #acacac;
font-size: 1.1rem;
}
.input-field input {
background: none;
outline: none;
border: none;
line-height: 1;
font-weight: 600;
font-size: 1.1rem;
color: #333;
}
.input-field input::placeholder {
color: #aaa;
font-weight: 500;
}
.btn {
width: 150px;
height: 49px;
border: none;
outline: none;
border-radius: 49px;
cursor: pointer;
background: rgb(255, 87, 87);
color: #fff;
text-transform: uppercase;
font-weight: 600;
margin: 10px 0;
transition: 0.5s;
}
.btn:hover {
background: rgb(240, 54, 54);
}
.social-text {
padding: 0.7rem 0;
font-size: 1rem;
}
.social-media {
display: flex;
justify-content: center;
}
.social-icon {
height: 46px;
width: 46px;
border: 1px solid #333;
margin: 0 0.45rem;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #333;
font-size: 1.1rem;
border-radius: 50%;
transform: 0.3s;
}
.social-icon:hover {
color: rgb(240, 54, 54);
border-color: rgb(240, 54, 54);
}
.panels-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.panel {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-around;
text-align: center;
}
.panel .content {
color: #fff;
}
.panel h3 {
font-weight: 600;
line-height: 1;
font-size: 1.5rem;
}
.btn.transparent {
margin: 0;
background: none;
border: 2px solid #fff;
width: 130px;
height: 41px;
font-size: 600;
font-size: 0.8rem;
}
.left-panel {
pointer-events: all;
padding: 3rem 17% 2rem 12%;
}
.right-panel {
pointer-events: all;
padding: 3rem 12% 2rem 17%;
} | 0.47926 | 0.092155 |
@-moz-document domain("booth.pm") {
body {
color: #fff;
}
a {
color: #6ae4f4;
}
a:visited {
color: #3fb4c4;
}
.page-wrap {
background-color: #222;
}
.nav:link {
color: #fff;
}
.nav:visited {
color: #bbbbbb;
}
.u-bg-white {
background-color: #2d2d2d !important;
}
.recent_viewed_items_component, .market_top-headings .subtitle, .info-bar.booth-message, .ask_create_booth-white_board, .sheet, .l-order-detail-sheet-group-header, .manage-list-card-foot {
background-color: #222;
}
.global-nav, .ctrl-nav, header-nav, [role="banner"] .header-nav, [role="banner"] [role="navigation"], .following-shop-card {
background-color: #3e3e3e !important;
}
.ctrl-nav-box, .ctrl-nav-box:visited, .ctrl-nav-box:link, .search-guide-slider-nav, .btn.calm.negative {
color: #fff;
}
.ctrl-nav-box:hover {
color: #999;
}
.footer, .mini-banners-box {
background-color: #222;
}
.footer-menu-heading, .market_section-head-title--large {
color: #ccc;
}
.ellip-btn, .footer, .text-ui:link {
color: #fff;
}
.top_navigation .categories-menu {
color: #fff;
background-color: #444;
}
.top_navigation .categories-menu .name {
color: #fff;
}
.categories .nav-reverse {
background-color: #3D4651;
color: #fff;
}
.u-text-gray-300, .u-text-gray-500, .ui-market-filter .nav-item, .ctrl-nav-box.before-signin .nav-item, .u-text-label {
color: #fff !important;
}
.pseudo-pulldown, .pseudo-pulldown .pulldown-menu, .pulldown-area .pulldown-menu, .account-menu-group .text-ui, .text-ui-negative:visited, .text-ui-negative:link, .manage-list-card.no-behavior, .manage-list-card-foot:hover, .text-ui:visited, .cart-payment-methods th, .cart-payment-methods td {
background-color: #3D4651;
color: #fff;
}
.pseudo-pulldown-nav:hover, .text-ui-negative:hover, .account-menu-group .text-ui:hover, .no-behavior.manage-list-card:hover, .ui-market-filter .nav-item:hover {
background-color: #fff !important;
color: #3D4651 !important;
}
.pseudo-pulldown-nav:link, .pseudo-pulldown-nav:visited, .pseudo-pulldown .trigger [class|="icon"] {
background-color: #3D4651;
color: #fff;
}
.trigger:hover, .text-ui:hover {
color: #999;
}
.pulldown.pulldown-active .trigger {
color: #888;
}
.search-guide-slider-nav.right {
background-image: linear-gradient(to right, rgba(21,21,21,0) 0%, #222 89%);
}
.search-guide-slider-nav.left {
background-image: linear-gradient(to left, rgba(21,21,21,0) 0%, #222 89%);
}
.wishlists_count, .count, .icon-heart, .icon-heart-empty {
color: #FFA9A9 !important;
}
.radio-cell-view > input[type="radio"]:checked + .radio-cell-view-label {
background-color: #3e3e3e;
}
.radio-cell-view:hover > input[type="radio"] + .radio-cell-view-label {
background-color: #3D4651;
}
.step-progress li {
color: #fff;
}
.step-progress-display {
background-color: #444;
}
.btn.calm, .btn.calm:visited, .btn.calm:hover {
color: #fff;
}
} | data/usercss/188073.user.css | @-moz-document domain("booth.pm") {
body {
color: #fff;
}
a {
color: #6ae4f4;
}
a:visited {
color: #3fb4c4;
}
.page-wrap {
background-color: #222;
}
.nav:link {
color: #fff;
}
.nav:visited {
color: #bbbbbb;
}
.u-bg-white {
background-color: #2d2d2d !important;
}
.recent_viewed_items_component, .market_top-headings .subtitle, .info-bar.booth-message, .ask_create_booth-white_board, .sheet, .l-order-detail-sheet-group-header, .manage-list-card-foot {
background-color: #222;
}
.global-nav, .ctrl-nav, header-nav, [role="banner"] .header-nav, [role="banner"] [role="navigation"], .following-shop-card {
background-color: #3e3e3e !important;
}
.ctrl-nav-box, .ctrl-nav-box:visited, .ctrl-nav-box:link, .search-guide-slider-nav, .btn.calm.negative {
color: #fff;
}
.ctrl-nav-box:hover {
color: #999;
}
.footer, .mini-banners-box {
background-color: #222;
}
.footer-menu-heading, .market_section-head-title--large {
color: #ccc;
}
.ellip-btn, .footer, .text-ui:link {
color: #fff;
}
.top_navigation .categories-menu {
color: #fff;
background-color: #444;
}
.top_navigation .categories-menu .name {
color: #fff;
}
.categories .nav-reverse {
background-color: #3D4651;
color: #fff;
}
.u-text-gray-300, .u-text-gray-500, .ui-market-filter .nav-item, .ctrl-nav-box.before-signin .nav-item, .u-text-label {
color: #fff !important;
}
.pseudo-pulldown, .pseudo-pulldown .pulldown-menu, .pulldown-area .pulldown-menu, .account-menu-group .text-ui, .text-ui-negative:visited, .text-ui-negative:link, .manage-list-card.no-behavior, .manage-list-card-foot:hover, .text-ui:visited, .cart-payment-methods th, .cart-payment-methods td {
background-color: #3D4651;
color: #fff;
}
.pseudo-pulldown-nav:hover, .text-ui-negative:hover, .account-menu-group .text-ui:hover, .no-behavior.manage-list-card:hover, .ui-market-filter .nav-item:hover {
background-color: #fff !important;
color: #3D4651 !important;
}
.pseudo-pulldown-nav:link, .pseudo-pulldown-nav:visited, .pseudo-pulldown .trigger [class|="icon"] {
background-color: #3D4651;
color: #fff;
}
.trigger:hover, .text-ui:hover {
color: #999;
}
.pulldown.pulldown-active .trigger {
color: #888;
}
.search-guide-slider-nav.right {
background-image: linear-gradient(to right, rgba(21,21,21,0) 0%, #222 89%);
}
.search-guide-slider-nav.left {
background-image: linear-gradient(to left, rgba(21,21,21,0) 0%, #222 89%);
}
.wishlists_count, .count, .icon-heart, .icon-heart-empty {
color: #FFA9A9 !important;
}
.radio-cell-view > input[type="radio"]:checked + .radio-cell-view-label {
background-color: #3e3e3e;
}
.radio-cell-view:hover > input[type="radio"] + .radio-cell-view-label {
background-color: #3D4651;
}
.step-progress li {
color: #fff;
}
.step-progress-display {
background-color: #444;
}
.btn.calm, .btn.calm:visited, .btn.calm:hover {
color: #fff;
}
} | 0.312685 | 0.057785 |
#actions { background: rgba(199, 199, 199, 0.25); padding: 0.5rem; position: fixed; top: 0; right: 1rem; text-align: right; z-index: 100; border-radius: 0 0 0.3rem 0.3rem; }
#actions .btn-group > .btn-group { display: block }
#actions .btn-group .btn { font-size: 0.675rem; height: 2.5em }
#actions .btn-group .btn .fa { display: none; width: 1em; font-size: 1em; text-align: center }
#actions .btn-group .btn-group #Button1 { min-width: 100%; text-align: left; }
#actions .btn-group .btn-group .btn-success { box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .07); }
#actions .btn-group .btn-group .btn-success:hover { box-shadow: none }
#actions .btn-group .plus { z-index: 2; float: right; margin: -2.5em 0 0 0; width: 2rem; padding-left: 0; padding-right: 0; text-align: center }
#actions .btn-group select#stay { display: block; position: relative; z-index: -1; clear: both; width: auto; height: 0; margin: -100% 0 -2rem 0; font-size: 0.675rem; opacity: 0; visibility: hidden; }
#actions .btn-group .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 2rem; margin: -2px 0 0; padding: 2px 0 0; text-align: left; font-size: 0.675rem; border-top: none; border-radius: 0 0 0.1em 0.1em; overflow: hidden; }
#actions .btn-group .show > .dropdown-menu { display: block }
#actions .btn-group .dropdown-menu > span { display: block; margin: 0; text-align: left }
#actions .btn-group .dropdown-menu > span:hover { background-color: #e6e6e6; }
#actions .btn-group .dropdown-toggle::after { margin: 0; border-width: 0.4em; transition-duration: 0.25s }
#actions .btn-group .show .dropdown-toggle::after { transform: rotate(180deg) }
@media (max-width: 840px) {
#actions { right: 0 }
#actions .btn-group .btn span, #actions .btn-group select#stay { display: none }
#actions .btn-group .btn .fa { display: inline-block }
#actions .btn-group .dropdown-menu { width: 2rem }
#actions .btn-group .dropdown-menu span { padding-left: 0; padding-right: 0; text-align: center }
}
/* old style */
#actions .actionButtons { float: left; min-height: 32px }
#actions .actionButtons li { position: relative; float: left; margin-right: 3px; border: none }
#actions .actionButtons li a, #actions .actionButtons .plus { float: left; padding: 0 10px !important; height: 32px; line-height: 30px; -webkit-user-select: none; user-select: none; }
#actions .actionButtons li:last-child { margin: 0 }
#actions .actionButtons #Button1 a { width: 100%; text-align: left; }
#actions .actionButtons .plus { overflow: hidden; float: right; margin: -32px 0 0 0; width: 35px; border-radius: 0 3px 3px 0 !important; text-align: center; cursor: default; font: normal normal normal 0/30px FontAwesome }
#actions .actionButtons .plus::before { content: "\f107"; font-size: 14px }
#actions .actionButtons .show .plus::before { content: "\f106"; }
#actions .actionButtons .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 35px; margin: -2px 0 0; padding: 2px 0 0; text-align: left; font-size: 1em; background-color: #fff; border: 1px solid #32ab9a; border-top: none; border-radius: 0 0 3px 3px; overflow: hidden; }
#actions .actionButtons .show > .dropdown-menu { display: block }
#actions .actionButtons .dropdown-menu > span { display: block; padding: 0 10px; height: 32px; line-height: 30px; border: none; border-top: 1px solid #f2f2f2; cursor: pointer; }
#actions .actionButtons .dropdown-menu > span:hover { background-color: #fbfbfb; }
#actions .actionButtons select#stay { display: block; position: relative; z-index: -1; clear: both; width: auto; height: 0; padding: 0 10px; margin: -100% 0 -32px 0; font-size: 1em; opacity: 0; visibility: hidden; }
#actions .actionButtons #Button1 a, #actions .actionButtons .plus { color: #fff; border-color: #32AB9A; background: #32AB9A linear-gradient(#32AB9A, #00948E); }
#actions .actionButtons #Button1 a:hover, #actions .actionButtons .plus:hover { background: #2b9385 linear-gradient(#2b9385, #007571); border-color: #2b9385; }
#actions .actionButtons #Button1 a:active, #actions .actionButtons .plus:active { background: #32AB9A; border-color: #32AB9A; }
@media (max-width: 900px) {
#actions .actionButtons li a, #actions .actionButtons .dropdown-menu span { font-size: 0 }
#actions .actionButtons li a .fa, #actions .actionButtons .dropdown-menu span .fa { display: inline-block; font-size: 14px; line-height: 30px }
#actions .actionButtons .dropdown-menu { width: 35px }
#actions .actionButtons #Button1 a { margin: 0; width: auto }
#actions .actionButtons .plus { margin: 0 0 0 -2px }
#actions .actionButtons select#stay { display: none }
} | manager/media/style/default/css/actionbuttons.css | #actions { background: rgba(199, 199, 199, 0.25); padding: 0.5rem; position: fixed; top: 0; right: 1rem; text-align: right; z-index: 100; border-radius: 0 0 0.3rem 0.3rem; }
#actions .btn-group > .btn-group { display: block }
#actions .btn-group .btn { font-size: 0.675rem; height: 2.5em }
#actions .btn-group .btn .fa { display: none; width: 1em; font-size: 1em; text-align: center }
#actions .btn-group .btn-group #Button1 { min-width: 100%; text-align: left; }
#actions .btn-group .btn-group .btn-success { box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .07); }
#actions .btn-group .btn-group .btn-success:hover { box-shadow: none }
#actions .btn-group .plus { z-index: 2; float: right; margin: -2.5em 0 0 0; width: 2rem; padding-left: 0; padding-right: 0; text-align: center }
#actions .btn-group select#stay { display: block; position: relative; z-index: -1; clear: both; width: auto; height: 0; margin: -100% 0 -2rem 0; font-size: 0.675rem; opacity: 0; visibility: hidden; }
#actions .btn-group .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 2rem; margin: -2px 0 0; padding: 2px 0 0; text-align: left; font-size: 0.675rem; border-top: none; border-radius: 0 0 0.1em 0.1em; overflow: hidden; }
#actions .btn-group .show > .dropdown-menu { display: block }
#actions .btn-group .dropdown-menu > span { display: block; margin: 0; text-align: left }
#actions .btn-group .dropdown-menu > span:hover { background-color: #e6e6e6; }
#actions .btn-group .dropdown-toggle::after { margin: 0; border-width: 0.4em; transition-duration: 0.25s }
#actions .btn-group .show .dropdown-toggle::after { transform: rotate(180deg) }
@media (max-width: 840px) {
#actions { right: 0 }
#actions .btn-group .btn span, #actions .btn-group select#stay { display: none }
#actions .btn-group .btn .fa { display: inline-block }
#actions .btn-group .dropdown-menu { width: 2rem }
#actions .btn-group .dropdown-menu span { padding-left: 0; padding-right: 0; text-align: center }
}
/* old style */
#actions .actionButtons { float: left; min-height: 32px }
#actions .actionButtons li { position: relative; float: left; margin-right: 3px; border: none }
#actions .actionButtons li a, #actions .actionButtons .plus { float: left; padding: 0 10px !important; height: 32px; line-height: 30px; -webkit-user-select: none; user-select: none; }
#actions .actionButtons li:last-child { margin: 0 }
#actions .actionButtons #Button1 a { width: 100%; text-align: left; }
#actions .actionButtons .plus { overflow: hidden; float: right; margin: -32px 0 0 0; width: 35px; border-radius: 0 3px 3px 0 !important; text-align: center; cursor: default; font: normal normal normal 0/30px FontAwesome }
#actions .actionButtons .plus::before { content: "\f107"; font-size: 14px }
#actions .actionButtons .show .plus::before { content: "\f106"; }
#actions .actionButtons .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 35px; margin: -2px 0 0; padding: 2px 0 0; text-align: left; font-size: 1em; background-color: #fff; border: 1px solid #32ab9a; border-top: none; border-radius: 0 0 3px 3px; overflow: hidden; }
#actions .actionButtons .show > .dropdown-menu { display: block }
#actions .actionButtons .dropdown-menu > span { display: block; padding: 0 10px; height: 32px; line-height: 30px; border: none; border-top: 1px solid #f2f2f2; cursor: pointer; }
#actions .actionButtons .dropdown-menu > span:hover { background-color: #fbfbfb; }
#actions .actionButtons select#stay { display: block; position: relative; z-index: -1; clear: both; width: auto; height: 0; padding: 0 10px; margin: -100% 0 -32px 0; font-size: 1em; opacity: 0; visibility: hidden; }
#actions .actionButtons #Button1 a, #actions .actionButtons .plus { color: #fff; border-color: #32AB9A; background: #32AB9A linear-gradient(#32AB9A, #00948E); }
#actions .actionButtons #Button1 a:hover, #actions .actionButtons .plus:hover { background: #2b9385 linear-gradient(#2b9385, #007571); border-color: #2b9385; }
#actions .actionButtons #Button1 a:active, #actions .actionButtons .plus:active { background: #32AB9A; border-color: #32AB9A; }
@media (max-width: 900px) {
#actions .actionButtons li a, #actions .actionButtons .dropdown-menu span { font-size: 0 }
#actions .actionButtons li a .fa, #actions .actionButtons .dropdown-menu span .fa { display: inline-block; font-size: 14px; line-height: 30px }
#actions .actionButtons .dropdown-menu { width: 35px }
#actions .actionButtons #Button1 a { margin: 0; width: auto }
#actions .actionButtons .plus { margin: 0 0 0 -2px }
#actions .actionButtons select#stay { display: none }
} | 0.390011 | 0.139631 |
@import url("https://fonts.googleapis.com/css2?family=Girassol&family=Berkshire+Swash&family=Source+Sans+Pro:wght@300&display=swap");
.__slide-button__ *,
.__small-slide-button__ * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.__slide-button__ {
cursor: pointer;
background-color: whitesmoke;
border: solid 1px lightgray;
-webkit-box-shadow: 2px 2px 4px 1px grey inset;
box-shadow: 2px 2px 4px 1px grey inset;
-webkit-transition: 0.8s;
transition: 0.8s;
}
.__slide-button__ > div {
background-color: white;
border: solid 1px whitesmoke;
position: relative;
top: 3%;
left: 2.5%;
width: 47.5%;
height: 94%;
-webkit-box-shadow: 2px 2px 4px grey;
box-shadow: 2px 2px 4px grey;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.__slide-button__.__slide-button-on__ {
background-color: #7ed050;
-webkit-box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 4px 0.5px #78cd5a;
box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 4px 0.5px #78cd5a;
}
.__slide-button__.__slide-button-on__ > div {
left: 50%;
}
.__small-slide-button__ {
cursor: pointer;
background-color: whitesmoke;
border: solid 1px lightgray;
-webkit-box-shadow: 1px 1px 2px 1px grey inset;
box-shadow: 1px 1px 2px 1px grey inset;
-webkit-transition: 0.8s;
transition: 0.8s;
}
.__small-slide-button__ > div {
background-color: white;
border: solid 1px whitesmoke;
position: relative;
top: 15%;
left: 12.5%;
width: 37.5%;
height: 70%;
-webkit-box-shadow: 1px 1px 2px grey;
box-shadow: 1px 1px 2px grey;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.__small-slide-button__.__slide-button-on__ {
background-color: #7ed050;
-webkit-box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 2px 0.5px #78cd5a;
box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 2px 0.5px #78cd5a;
}
.__small-slide-button__.__slide-button-on__ > div {
left: 50%;
}
/*# sourceMappingURL=slide-button.css.map */ | __HTML/_class/slide-button/slide-button.css | @import url("https://fonts.googleapis.com/css2?family=Girassol&family=Berkshire+Swash&family=Source+Sans+Pro:wght@300&display=swap");
.__slide-button__ *,
.__small-slide-button__ * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.__slide-button__ {
cursor: pointer;
background-color: whitesmoke;
border: solid 1px lightgray;
-webkit-box-shadow: 2px 2px 4px 1px grey inset;
box-shadow: 2px 2px 4px 1px grey inset;
-webkit-transition: 0.8s;
transition: 0.8s;
}
.__slide-button__ > div {
background-color: white;
border: solid 1px whitesmoke;
position: relative;
top: 3%;
left: 2.5%;
width: 47.5%;
height: 94%;
-webkit-box-shadow: 2px 2px 4px grey;
box-shadow: 2px 2px 4px grey;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.__slide-button__.__slide-button-on__ {
background-color: #7ed050;
-webkit-box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 4px 0.5px #78cd5a;
box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 4px 0.5px #78cd5a;
}
.__slide-button__.__slide-button-on__ > div {
left: 50%;
}
.__small-slide-button__ {
cursor: pointer;
background-color: whitesmoke;
border: solid 1px lightgray;
-webkit-box-shadow: 1px 1px 2px 1px grey inset;
box-shadow: 1px 1px 2px 1px grey inset;
-webkit-transition: 0.8s;
transition: 0.8s;
}
.__small-slide-button__ > div {
background-color: white;
border: solid 1px whitesmoke;
position: relative;
top: 15%;
left: 12.5%;
width: 37.5%;
height: 70%;
-webkit-box-shadow: 1px 1px 2px grey;
box-shadow: 1px 1px 2px grey;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.__small-slide-button__.__slide-button-on__ {
background-color: #7ed050;
-webkit-box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 2px 0.5px #78cd5a;
box-shadow: 2px 2px 4px 1px #9cbe9c inset, 0px 0px 6px 5px #88da5a inset, 0 0 2px 0.5px #78cd5a;
}
.__small-slide-button__.__slide-button-on__ > div {
left: 50%;
}
/*# sourceMappingURL=slide-button.css.map */ | 0.296349 | 0.094052 |
.main {
margin-top: 68px;
width: 100%;
}
.carousel-item img{
height:460px;
object-fit:cover;
}
.navbar {
font-size: 18px;
font-weight: 600;
padding: 0.8rem 3rem !important;
box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
background-color: #6a090a;
/* box-shadow: 0px 2px 15px */
}
.navbar-nav li:hover {
z-index: 2;
-webkit-transition: all 150ms ease-in-out;
-webkit-transform: scale(1.05);
-ms-transition: all 150ms ease-in-out;
-ms-transform: scale(1.05);
-moz-transition: all 150ms ease-in-out;
-moz-transform: scale(1.05);
transition: all 150ms ease-in-out;
transform: scale(1.05);
}
.nav-link {
color: #fff;
}
.nav-link:hover {
color: #ff5f13;
}
.navbar-toggler {
/* color: rgb(78, 78, 78) !important; */
background-color: rgb(255, 255, 255);
border-color: rgb(156, 156, 156);
}
.navbutton {
color: rgb(156, 156, 156);
font-size: 28px;
}
.active a {
color: #ff5f13 !important;
}
.dropdown-item,
.dropdown-item:hover {
color: maroon;
}
.carousel-caption {
bottom: 225px !important;
}
.jumbotron {
padding: 4rem 2rem 2.5rem 2rem;
margin: 0;
}
.jumbotron-head {
margin-bottom: 45px;
}
.jumbotron-subhead {
font-weight: 400;
}
.jumbotron-text {
font-size: 17px;
color: #555555;
}
main{
padding-top: 69px;
}
.slider-text {
font-weight: 600;
color:#fff;
text-shadow:2px 3px 8px #424242;
}
/*Do More Section*/
.do-more .card{
padding: 84px;
border-radius: 10px;
background-image: linear-gradient(237deg, #2f396b, #1b2145);
}
.do-more .card h3{
color: #fff;
margin-bottom: 30px;
}
.do-more .card p{
color: #fff;
margin-bottom: 15px;
}
.do-more .single-cardinfo{
padding: 10px 5px;
border: 1px solid #fff;
}
.do-more .single-cardinfo p{
margin-bottom: 0px;
font-size: 13px;
text-align: center;
}
.foot {
font-family: 'Nunito', sans-serif;
box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.1);
background-repeat: repeat;
}
.foot ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.foot ul li a{
color: #fff;
text-decoration: none;
}
.foot-head {
margin-bottom: 20px;
}
.foot-text {
color: rgb(170, 170, 170);
margin: 0;
}
.foot-link,
.foot-link:hover {
color: red;
text-decoration: none !important;
}
.footer-link,
.footer-link:hover {
color: white;
text-decoration: none !important;
font-weight: bolder;
}
.custom-input {
border: 1px solid #000000;
border-radius: unset;
}
.custom-footer-btn {
margin-top: 20px;
border-radius: unset !important;
padding: 0.375rem 0.75rem;
}
.card {
border-left: unset;
border-right: unset;
}
.card-common {
border: 0;
border-radius: unset !important;
transition: all 0.5s;
cursor: pointer;
}
.card-common:hover {
/* background-color: whitesmoke; */
box-shadow: 0px 5px 15px -3px #707070;
position: relative;
z-index: 2;
-webkit-transition: all 300ms ease-in-out;
-webkit-transform: scale(1.08);
-ms-transition: all 300ms ease-in-out;
-ms-transform: scale(1.08);
-moz-transition: all 300ms ease-in-out;
-moz-transform: scale(1.08);
transition: all 300ms ease-in-out;
transform: scale(1.08);
}
.image {
margin: 30px 0;
}
.card-title {
font-size: 68px;
letter-spacing: 9px;
color: red;
font-weight: 600;
}
.card-title2 {
font-size: 40px;
letter-spacing: 6px !important;
/* color: maroon;
font-weight: 600; */
}
.card-subtitle {
font-weight: 500;
font-size: 22px;
}
.short-hr {
margin: 0;
border-bottom: 1.5px solid whitesmoke;
width: 190px;
}
.blur-text {
margin: 20px 0;
color: rgb(148, 148, 148);
font-size: 15px;
}
.card-link,
.card-link:hover {
color: red;
text-decoration: none !important;
font-weight: bolder;
}
.custom-card-btn {
font-size: 15px;
font-weight: 500;
color: black;
background-color: red;
margin: 20px;
border: 1px solid #143a54;
border-radius: 8px;
padding: 0.32rem 1rem;
}
/* @media only screen and (max-width: 600px) {
.slider-head {
font-size: 10px !important;
display: block;
}
.slider-text {
font-size: 10px;
}
} */
@media (max-width: 992px) {
.image {
display: inline;
margin: 40px 12px;
}
.card-title {
margin-top: 20px;
}
.form {
margin-top: 35px;
}
.slider-head {
font-size: 45px !important;
display: block;
}
.slider-text {
font-size: 18px;
}
}
/*services*/
.mb-60 {
margin-bottom: 60px;
}
.services-inner {
margin-left: 35px;
transition: 0.3s;
}
.our-services-img {
float: left;
margin-left: -36px;
margin-right: 22px;
margin-top: 28px;
}
.our-services-text {
padding-right: 10px;
}
.our-services-text {
overflow: hidden;
padding: 28px 0 25px;
}
.our-services-text h4 {
color: #222222;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 8px;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.our-services-text h4::before {
background: #ec6d48 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
position: absolute;
width: 35px;
}
.our-services-wrapper:hover .services-inner {
background: #fff none repeat scroll 0 0;
border: 2px solid transparent;
padding:20px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
margin-bottom: 0;
}
/*footer-contact */
.footer-area {
background: #6a090a;
padding: 40px 0px 15px 0px;
}
.footer-area ul{
list-style-type:none;
margin: 0;
padding: 0;
}
.footer-contact p, .footer-contact span {
font-weight: bold;
}
.footer-area {
background: #6a090a;
padding: 40px 0px 15px 0px;
}
.footer-area ul{
list-style-type:none;
margin: 0;
padding: 0;
}
.footer-contact p, .footer-contact span {
font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-heading .wantToWork-caption h2 {
font-size: 30px;
}
}
@media (max-width: 575px) {
.footer-area .footer-heading .wantToWork-caption h2 {
font-size: 25px;
margin-bottom: 20px;
}
}
.footer-area .footer-heading .wantToWork-caption p {
font-size: 18px;
}
.footer-area .footer-heading .contact-number {
color: #ff5f13;
font-size: 30px;
font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 30px;
}
}
@media (max-width: 575px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 20px;
font-size: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 30px;
}
}
.footer-area .footer-top .single-footer-caption .footer-logo {
margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
line-height: 1.8;
margin-bottom: 30px;
padding-right: 0;
color: #fff;
font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
color: #fff;
font-family: "Barlow", sans-serif;
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
padding-bottom: 15px;
position: relative;
font-weight: 700;
}
.footer-area .footer-top .single-footer-caption .footer-tittle h4:before {
position: absolute;
width: 40px;
height: 3px;
background: #db863e;
content: "";
left: 0;
bottom: 0;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
color: #fff;
text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
color: #fff;
font-weight: 400;
text-decoration: none;
line-height: 32px;
font-size: 14px;
}
.footer-bottom {
padding: 4px 0px;
background-color: #4e090a;
}
.footer-bottom .footer-copy-right p {
color: #fff;
font-weight: 300;
font-size: 14px;
line-height: 2;
margin-bottom: 0;
}
.footer-bottom .footer-copy-right p i {
color: #f15f22;
}
.footer-bottom .footer-copy-right p a {
color: #f15f22;
}
.footer-area .footer-social a {
color: #848493;
font-size: 18px;
text-align: center;
margin-left: 24px;
}
.footer-area .footer-social a:first-child {
margin-left: 0px;
}
.footer-area .footer-social a:hover {
color: #fff;
}
/*about us */
.aboutus-section {
padding: 90px 0;
}
.aboutus-title {
font-size: 30px;
letter-spacing: 0;
line-height: 32px;
margin: 0 0 39px;
padding: 0 0 11px;
position: relative;
text-transform: uppercase;
color: #000;
}
.aboutus-title::after {
background: #6a090a none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 54px;
}
.aboutus-text {
color: black;
font-size: 13px;
line-height: 22px;
margin: 0 0 35px;
text-align: justify;
}
.feature .feature-box .iconset {
background: #fff none repeat scroll 0 0;
float: left;
position: relative;
width: 18%;
}
.feature .feature-box .iconset::after {
background: #6a090a none repeat scroll 0 0;
content: "";
height: 150%;
left: 36%;
position: absolute;
top: 100%;
width: 1px;
}
.feature .feature-box .feature-content h4 {
color: #0f0f0f;
font-size: 18px;
letter-spacing: 0;
line-height: 22px;
margin: 0 0 5px;
}
.feature .feature-box .feature-content {
float: left;
padding-left: 28px;
width: 78%;
}
.feature .feature-box .feature-content h4 {
color: black;
font-size: 18px;
letter-spacing: 0;
line-height: 22px;
margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
color: black;
font-size: 13px;
line-height: 22px;
text-align: justify;
}
.about-icon {
color: #db863e;
padding: 0px;
font-size: 40px;
border: 1px solid #6a090a;
border-radius: 100px;
font-size: 28px;
height: 70px;
line-height: 70px;
text-align: center;
width: 70px;
}
/*contact us */
.contact-wrapper {
margin-top: 50px;
padding: 10px;
}
.icon-border {
border: 1px solid #6c0c0d;
border-radius: 50%;
padding: 10px;
margin: 10px;
color: #c6863e;
}
.contactcol1 ul li {
list-style: none;
}
.line-deco {
border-bottom: 2px solid #6c0c0d;
width: 25%;
}
.list-items {
font-size: medium;
font-weight: bold;
}
.contact-sub-title {
font-weight: normal;
margin-left: 55px;
}
.btn-color {
background-color: #6c0c0d;
}
/* Our Services*/
.services-section {
/* background-image: url('../air-cargo-1.jpg'); */
background-color: #a06d6d;
height: 415px;
position: absolute;
width: 100%;
padding-top: 40px;
color: white;
}
.services-title {
font-weight: 500;
}
.services-main {
margin-top: 80px !important;
}
.services-card {
cursor: pointer;
width: 19rem;
height: 19rem;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.services-card-color {
color: darkcyan;
}
.center {
display: grid;
place-items: center;
}
.card-twist {
transform: rotate(45deg);
}
.text-twist {
transform: rotate(-45deg);
}
.services-text {
font-size: 15px;
font-weight: 400;
}
.second-section-row {
padding: 0 13rem;
margin: -35px 0;
}
.services-space {
margin-top: 85px !important;
}
@media only screen and (max-width: 600px) {
.second-section-row {
padding: 0 1rem;
}
.card-twist {
margin: 65px 0;
}
.services-space {
margin-top: 4rem !important;
}
.services-section {
height: 440px;
}
.services-card {
width: 16.5rem;
height: 16.5rem;
}
.services-text {
font-size: 14px;
}
.second-section-row {
padding-top: 30px;
}
}
.custom-card-btn {
font-size: 15px;
font-weight: 500;
color: whitesmoke;
background-color: red;
margin: 20px;
/* border: 1px solid #143a54; */
border-radius: 8px;
padding: 0.32rem 1rem;
}
.custom-card-btn:hover {
color: rgb(231, 231, 231);
} | public/css/style.css | .main {
margin-top: 68px;
width: 100%;
}
.carousel-item img{
height:460px;
object-fit:cover;
}
.navbar {
font-size: 18px;
font-weight: 600;
padding: 0.8rem 3rem !important;
box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
background-color: #6a090a;
/* box-shadow: 0px 2px 15px */
}
.navbar-nav li:hover {
z-index: 2;
-webkit-transition: all 150ms ease-in-out;
-webkit-transform: scale(1.05);
-ms-transition: all 150ms ease-in-out;
-ms-transform: scale(1.05);
-moz-transition: all 150ms ease-in-out;
-moz-transform: scale(1.05);
transition: all 150ms ease-in-out;
transform: scale(1.05);
}
.nav-link {
color: #fff;
}
.nav-link:hover {
color: #ff5f13;
}
.navbar-toggler {
/* color: rgb(78, 78, 78) !important; */
background-color: rgb(255, 255, 255);
border-color: rgb(156, 156, 156);
}
.navbutton {
color: rgb(156, 156, 156);
font-size: 28px;
}
.active a {
color: #ff5f13 !important;
}
.dropdown-item,
.dropdown-item:hover {
color: maroon;
}
.carousel-caption {
bottom: 225px !important;
}
.jumbotron {
padding: 4rem 2rem 2.5rem 2rem;
margin: 0;
}
.jumbotron-head {
margin-bottom: 45px;
}
.jumbotron-subhead {
font-weight: 400;
}
.jumbotron-text {
font-size: 17px;
color: #555555;
}
main{
padding-top: 69px;
}
.slider-text {
font-weight: 600;
color:#fff;
text-shadow:2px 3px 8px #424242;
}
/*Do More Section*/
.do-more .card{
padding: 84px;
border-radius: 10px;
background-image: linear-gradient(237deg, #2f396b, #1b2145);
}
.do-more .card h3{
color: #fff;
margin-bottom: 30px;
}
.do-more .card p{
color: #fff;
margin-bottom: 15px;
}
.do-more .single-cardinfo{
padding: 10px 5px;
border: 1px solid #fff;
}
.do-more .single-cardinfo p{
margin-bottom: 0px;
font-size: 13px;
text-align: center;
}
.foot {
font-family: 'Nunito', sans-serif;
box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.1);
background-repeat: repeat;
}
.foot ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.foot ul li a{
color: #fff;
text-decoration: none;
}
.foot-head {
margin-bottom: 20px;
}
.foot-text {
color: rgb(170, 170, 170);
margin: 0;
}
.foot-link,
.foot-link:hover {
color: red;
text-decoration: none !important;
}
.footer-link,
.footer-link:hover {
color: white;
text-decoration: none !important;
font-weight: bolder;
}
.custom-input {
border: 1px solid #000000;
border-radius: unset;
}
.custom-footer-btn {
margin-top: 20px;
border-radius: unset !important;
padding: 0.375rem 0.75rem;
}
.card {
border-left: unset;
border-right: unset;
}
.card-common {
border: 0;
border-radius: unset !important;
transition: all 0.5s;
cursor: pointer;
}
.card-common:hover {
/* background-color: whitesmoke; */
box-shadow: 0px 5px 15px -3px #707070;
position: relative;
z-index: 2;
-webkit-transition: all 300ms ease-in-out;
-webkit-transform: scale(1.08);
-ms-transition: all 300ms ease-in-out;
-ms-transform: scale(1.08);
-moz-transition: all 300ms ease-in-out;
-moz-transform: scale(1.08);
transition: all 300ms ease-in-out;
transform: scale(1.08);
}
.image {
margin: 30px 0;
}
.card-title {
font-size: 68px;
letter-spacing: 9px;
color: red;
font-weight: 600;
}
.card-title2 {
font-size: 40px;
letter-spacing: 6px !important;
/* color: maroon;
font-weight: 600; */
}
.card-subtitle {
font-weight: 500;
font-size: 22px;
}
.short-hr {
margin: 0;
border-bottom: 1.5px solid whitesmoke;
width: 190px;
}
.blur-text {
margin: 20px 0;
color: rgb(148, 148, 148);
font-size: 15px;
}
.card-link,
.card-link:hover {
color: red;
text-decoration: none !important;
font-weight: bolder;
}
.custom-card-btn {
font-size: 15px;
font-weight: 500;
color: black;
background-color: red;
margin: 20px;
border: 1px solid #143a54;
border-radius: 8px;
padding: 0.32rem 1rem;
}
/* @media only screen and (max-width: 600px) {
.slider-head {
font-size: 10px !important;
display: block;
}
.slider-text {
font-size: 10px;
}
} */
@media (max-width: 992px) {
.image {
display: inline;
margin: 40px 12px;
}
.card-title {
margin-top: 20px;
}
.form {
margin-top: 35px;
}
.slider-head {
font-size: 45px !important;
display: block;
}
.slider-text {
font-size: 18px;
}
}
/*services*/
.mb-60 {
margin-bottom: 60px;
}
.services-inner {
margin-left: 35px;
transition: 0.3s;
}
.our-services-img {
float: left;
margin-left: -36px;
margin-right: 22px;
margin-top: 28px;
}
.our-services-text {
padding-right: 10px;
}
.our-services-text {
overflow: hidden;
padding: 28px 0 25px;
}
.our-services-text h4 {
color: #222222;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 8px;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.our-services-text h4::before {
background: #ec6d48 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
position: absolute;
width: 35px;
}
.our-services-wrapper:hover .services-inner {
background: #fff none repeat scroll 0 0;
border: 2px solid transparent;
padding:20px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
margin-bottom: 0;
}
/*footer-contact */
.footer-area {
background: #6a090a;
padding: 40px 0px 15px 0px;
}
.footer-area ul{
list-style-type:none;
margin: 0;
padding: 0;
}
.footer-contact p, .footer-contact span {
font-weight: bold;
}
.footer-area {
background: #6a090a;
padding: 40px 0px 15px 0px;
}
.footer-area ul{
list-style-type:none;
margin: 0;
padding: 0;
}
.footer-contact p, .footer-contact span {
font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-heading .wantToWork-caption h2 {
font-size: 30px;
}
}
@media (max-width: 575px) {
.footer-area .footer-heading .wantToWork-caption h2 {
font-size: 25px;
margin-bottom: 20px;
}
}
.footer-area .footer-heading .wantToWork-caption p {
font-size: 18px;
}
.footer-area .footer-heading .contact-number {
color: #ff5f13;
font-size: 30px;
font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 30px;
}
}
@media (max-width: 575px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 20px;
font-size: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-heading .contact-number {
float: left;
margin-top: 30px;
}
}
.footer-area .footer-top .single-footer-caption .footer-logo {
margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
line-height: 1.8;
margin-bottom: 30px;
padding-right: 0;
color: #fff;
font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
padding-right: 0px;
}
}
.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
color: #fff;
font-family: "Barlow", sans-serif;
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
padding-bottom: 15px;
position: relative;
font-weight: 700;
}
.footer-area .footer-top .single-footer-caption .footer-tittle h4:before {
position: absolute;
width: 40px;
height: 3px;
background: #db863e;
content: "";
left: 0;
bottom: 0;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
color: #fff;
text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
color: #fff;
font-weight: 400;
text-decoration: none;
line-height: 32px;
font-size: 14px;
}
.footer-bottom {
padding: 4px 0px;
background-color: #4e090a;
}
.footer-bottom .footer-copy-right p {
color: #fff;
font-weight: 300;
font-size: 14px;
line-height: 2;
margin-bottom: 0;
}
.footer-bottom .footer-copy-right p i {
color: #f15f22;
}
.footer-bottom .footer-copy-right p a {
color: #f15f22;
}
.footer-area .footer-social a {
color: #848493;
font-size: 18px;
text-align: center;
margin-left: 24px;
}
.footer-area .footer-social a:first-child {
margin-left: 0px;
}
.footer-area .footer-social a:hover {
color: #fff;
}
/*about us */
.aboutus-section {
padding: 90px 0;
}
.aboutus-title {
font-size: 30px;
letter-spacing: 0;
line-height: 32px;
margin: 0 0 39px;
padding: 0 0 11px;
position: relative;
text-transform: uppercase;
color: #000;
}
.aboutus-title::after {
background: #6a090a none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 54px;
}
.aboutus-text {
color: black;
font-size: 13px;
line-height: 22px;
margin: 0 0 35px;
text-align: justify;
}
.feature .feature-box .iconset {
background: #fff none repeat scroll 0 0;
float: left;
position: relative;
width: 18%;
}
.feature .feature-box .iconset::after {
background: #6a090a none repeat scroll 0 0;
content: "";
height: 150%;
left: 36%;
position: absolute;
top: 100%;
width: 1px;
}
.feature .feature-box .feature-content h4 {
color: #0f0f0f;
font-size: 18px;
letter-spacing: 0;
line-height: 22px;
margin: 0 0 5px;
}
.feature .feature-box .feature-content {
float: left;
padding-left: 28px;
width: 78%;
}
.feature .feature-box .feature-content h4 {
color: black;
font-size: 18px;
letter-spacing: 0;
line-height: 22px;
margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
color: black;
font-size: 13px;
line-height: 22px;
text-align: justify;
}
.about-icon {
color: #db863e;
padding: 0px;
font-size: 40px;
border: 1px solid #6a090a;
border-radius: 100px;
font-size: 28px;
height: 70px;
line-height: 70px;
text-align: center;
width: 70px;
}
/*contact us */
.contact-wrapper {
margin-top: 50px;
padding: 10px;
}
.icon-border {
border: 1px solid #6c0c0d;
border-radius: 50%;
padding: 10px;
margin: 10px;
color: #c6863e;
}
.contactcol1 ul li {
list-style: none;
}
.line-deco {
border-bottom: 2px solid #6c0c0d;
width: 25%;
}
.list-items {
font-size: medium;
font-weight: bold;
}
.contact-sub-title {
font-weight: normal;
margin-left: 55px;
}
.btn-color {
background-color: #6c0c0d;
}
/* Our Services*/
.services-section {
/* background-image: url('../air-cargo-1.jpg'); */
background-color: #a06d6d;
height: 415px;
position: absolute;
width: 100%;
padding-top: 40px;
color: white;
}
.services-title {
font-weight: 500;
}
.services-main {
margin-top: 80px !important;
}
.services-card {
cursor: pointer;
width: 19rem;
height: 19rem;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.services-card-color {
color: darkcyan;
}
.center {
display: grid;
place-items: center;
}
.card-twist {
transform: rotate(45deg);
}
.text-twist {
transform: rotate(-45deg);
}
.services-text {
font-size: 15px;
font-weight: 400;
}
.second-section-row {
padding: 0 13rem;
margin: -35px 0;
}
.services-space {
margin-top: 85px !important;
}
@media only screen and (max-width: 600px) {
.second-section-row {
padding: 0 1rem;
}
.card-twist {
margin: 65px 0;
}
.services-space {
margin-top: 4rem !important;
}
.services-section {
height: 440px;
}
.services-card {
width: 16.5rem;
height: 16.5rem;
}
.services-text {
font-size: 14px;
}
.second-section-row {
padding-top: 30px;
}
}
.custom-card-btn {
font-size: 15px;
font-weight: 500;
color: whitesmoke;
background-color: red;
margin: 20px;
/* border: 1px solid #143a54; */
border-radius: 8px;
padding: 0.32rem 1rem;
}
.custom-card-btn:hover {
color: rgb(231, 231, 231);
} | 0.251188 | 0.075927 |
@charset "UTF-8";
body {
background-color: #D6D6D6;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13pt;
font-weight: normal;
line-height: 1.65em;
color:#2A2A2A;
}
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
/**
* Login form
*/
#login-form {
display:block;
width:30%;
margin:150px auto;
background-color:#FFF;
border: 1px solid #AAA;
border-radius:5px;
padding:20px;
}
#login-form h1 {
border-bottom:1px solid #AAA;
font-size:1.4em;
padding-bottom:20px;
text-align: center;
}
#login-form label {
display:block;
}
#login-form input {
height:2em;
width:100%;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background: rgba(144, 144, 144, 0.075);
border-radius: 4px;
border: none;
border: solid 1px rgba(144, 144, 144, 0.25);
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
#login-form input:focus {
border-color: #EC6760;
box-shadow: 0 0 0 1px #EC6760;
}
#login-form input[type="submit"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: #2A2A2A;
border-radius: 4px;
border: 0;
color: #FFF !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
height: 2.85em;
line-height: 2.95em;
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
margin:1em 0;
}
#login-form input[type="submit"]:hover {
background-color: #676767;
}
#login-form input[type="submit"]:active {
background-color: #4D4D4D;
}
@media screen and (max-width: 480px) {
#login-form {
width:90%;
margin:0;
}
}
#login-form a {
color:#EC6760;
text-decoration: none;
font-weight: bold;
display:block;
}
#login-form a:hover, #login-form a:focus, #login-form a:active {
color:#2A2A2A;
}
.error {
width:100%;
text-align: center;
color:#FF3B3B;
}
/**
* Welcome splash screen
*/
.splashOuter {
margin: 150px 0;
text-align: center;
}
.splash {
background-color:#FFF;
border: 1px solid #AAA;
border-radius:5px;
padding: 20px;
-webkit-font-smoothing: antialiased;
}
/**
* Saving & Uploading
*/
#saving,
#uploading {
position: fixed;
top: 3em;
right: 3em;
z-index: 10011;
background: #EC6760;
color: #FFF;
padding: 2px 10px;
opacity: 0;
border-radius: 3px;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#uploading span {
display:inline-block;
margin:10px;
}
#saving.active,
#uploading.active,
#assetimagepreview.active {
opacity: 1;
}
/**
* Header
*/
header {
width:100%;
height:2.5em;
line-height:2.5em;
position:fixed;
top:0;
z-index:10001;
background:#2A2A2A;
color:#D9D9D9;
font-variant:small-caps;
font-variant:
font-weight: bold;
}
header button {
background:transparent;
border:none;
}
header button:hover,
header button:focus,
header button:active {
color:#EC6760;
}
header button.right {
float:right;
}
header .anim {
display: inline-block;
}
header .rotate {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
header button.togglePreview {
display:none;
}
@media screen and (max-width: 480px) {
header button.save {
display:none ;
}
header button.togglePreview {
display:block;
}
}
/**
* Menu
*/
nav#menu {
overflow-y:auto;
background:#2A2A2A;
width:30%;
height:100%;
box-shadow: 0 0 2em rgba(0,20,50,0.04);
word-wrap: break-word;
color:#D9D9D9;
position:fixed;
z-index: 1001;
top:2.5em;
left: -30%;
}
nav#menu a {
color:#D9D9D9;
text-decoration: none;
}
nav#menu a:hover,
nav#menu a:active,
nav#menu a:focus {
color:#EC6760;
}
nav#menu h2 {
margin:0 1em;
font-variant:small-caps;
font-size:1em;
font-weight: bold;
}
nav#menu ul {
list-style:none;
}
nav#menu ul.controls {
padding:1em 0;
margin:1em;
border-bottom:1px solid #666;
}
nav#menu ul.controls li {
display:inline-block;
margin-right: 1em;
}
nav#menu ul.pages {
margin:0;
padding:0 2em;
}
.no-touch nav#menu ul.pages li a {
opacity:0;
}
.no-touch nav#menu ul.pages li a:first-child,
.no-touch nav#menu ul.pages li:hover a {
opacity:1;
}
.pages a.view {
margin:0 0.5em;
}
/**
* Editor CodeMirror
*/
.CodeMirror {
width: 49.99%;
height: auto;
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
font-size: 1em;
line-height: 1.3em;
color: #606060;
border: 0;
border-right: 1px solid #eee;
}
.CodeMirror-lines {
padding: 50px 0;
padding-top: 35px;
}
.CodeMirror pre {
padding: 0 30px;
}
.cm-s-default .cm-strong,
.cm-s-default .cm-quote,
.cm-s-default .cm-number,
.cm-s-default .cm-atom,
.cm-s-default .cm-tag {
color: #2A2A2A;
font-weight: bold;
}
.cm-s-default .cm-string,
.cm-s-default .cm-link {
color: #357;
}
.cm-s-default .cm-link {
font-weight: bold;
text-decoration: none;
}
.cm-s-default .cm-string {
text-decoration: underline;
}
.cm-s-default .cm-tag {
color: #364;
}
.cm-s-default .cm-comment {
color: #755;
}
.cm-s-default .cm-header {
color: #2A2A2A;
line-height: 1.5em;
font-weight: bold;
}
.cm-s-default .cm-header-1 { font-size: 1.45em; }
.cm-s-default .cm-header-2 { font-size: 1.3em; }
.cm-s-default .cm-header-3 { font-size: 1.1em; }
.cm-s-default .cm-header-4 { font-size: 1.05em; }
.cm-s-default .cm-variable-2,
.cm-s-default .cm-variable-3,
.cm-s-default .cm-keyword {
color: #2A2A2A;
}
/**
* Editor toolbar
*/
#toolbar {
position: fixed;
top:2.5em;
left:0;
padding:0 1.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index:10;
background:#fff;
width:47.99%;
}
#toolbar button {
display:inline-block;
border:none;
background:transparent;
}
@media screen and (max-width: 480px) {
#toolbar {
width:100%;
}
}
/**
* Editor preview
*/
#preview {
position: absolute;
width: 49.99%;
max-width: 49.99%;
right: 0;
padding-bottom: 50px;
top: 40px;
bottom: 0px;
overflow-y: auto;
word-wrap:break-word;
}
#preview .inner {
margin: 35px;
}
@media screen and (max-width: 480px) {
#preview {
width:0;
}
.CodeMirror {
width:100%;
}
}
/**
* Event on modified
*/
.save.modified,
.save.modified span {
color:#4484F0;
}
/**
* Assets
*/
aside#assetsmanager {
overflow-y:auto;
background:#2A2A2A;
width:49.99%;
height:100%;
box-shadow: 0 0 2em rgba(0,20,50,0.04);
word-wrap: break-word;
color:#D9D9D9;
position:fixed;
z-index: 1001;
top:-100%;
right: 0;
}
#assets {
padding:1em 0;
margin:1em;
}
#assets ul {
list-style: none;
}
#assets a {
color:#D9D9D9;
text-decoration: none;
}
#assets a:hover,
#assets a:active,
#assets a:focus {
color:#EC6760;
}
#assets span {
display:inline-block;
cursor:pointer;
}
#assets span:hover,
#assets span:active,
#assets span:focus {
color:#EC6760;
}
ul#assetslist {
word-wrap: break-word;
padding:1em 0;
margin:0;
border-top:1px solid #666;
}
#assetscontrols form {
margin-bottom:1em;
text-align: right;
}
#assetscontrols form label {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
display:inline-block;
font-variant:small-caps;
background:#EC6760;
padding:5px;
border-radius:4px;
cursor: pointer;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
#assetscontrols form label:hover {
background-color:#EC7979 ;
}
#assetscontrols form label:active {
background-color:#AB4B46;
}
#assetscontrols form input[type="file"] {
display:none;
}
ul#assetslist li {
padding-left:1em;
}
ul#assetslist li:first-child {
padding:0;
}
ul#assetslist li:first-child:before {
margin-right:4px;
}
ul#assetslist li span {
margin:0 3px;
}
.no-touch ul#assetslist li span {
opacity:0;
}
.no-touch ul#assetslist li:hover span,
.no-touch ul#assetslist li:focus span {
opacity:1;
}
div#assetimagepreview {
position: fixed;
z-index:100000020;
top:2.5em;
right:1em;
background:#2A2A2A;
padding: 0.5em;
opacity:0;
word-wrap: break-word;
width:210px;
}
@media screen and (max-width: 480px) {
aside#assetsmanager {
width:100%;
}
}
/**
* Introjs
*/
ul.introjs-showElement span,
ul.introjs-showElement a {
color:#2A2A2A;
}
/**
* Animation
*/
.CodeMirror, header button, header .anim, nav#menu a, #preview {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} | deprecated/plugins/pico_administrators/assets/css/pico_administrators.css | @charset "UTF-8";
body {
background-color: #D6D6D6;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13pt;
font-weight: normal;
line-height: 1.65em;
color:#2A2A2A;
}
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
/**
* Login form
*/
#login-form {
display:block;
width:30%;
margin:150px auto;
background-color:#FFF;
border: 1px solid #AAA;
border-radius:5px;
padding:20px;
}
#login-form h1 {
border-bottom:1px solid #AAA;
font-size:1.4em;
padding-bottom:20px;
text-align: center;
}
#login-form label {
display:block;
}
#login-form input {
height:2em;
width:100%;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background: rgba(144, 144, 144, 0.075);
border-radius: 4px;
border: none;
border: solid 1px rgba(144, 144, 144, 0.25);
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
#login-form input:focus {
border-color: #EC6760;
box-shadow: 0 0 0 1px #EC6760;
}
#login-form input[type="submit"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: #2A2A2A;
border-radius: 4px;
border: 0;
color: #FFF !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
height: 2.85em;
line-height: 2.95em;
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
margin:1em 0;
}
#login-form input[type="submit"]:hover {
background-color: #676767;
}
#login-form input[type="submit"]:active {
background-color: #4D4D4D;
}
@media screen and (max-width: 480px) {
#login-form {
width:90%;
margin:0;
}
}
#login-form a {
color:#EC6760;
text-decoration: none;
font-weight: bold;
display:block;
}
#login-form a:hover, #login-form a:focus, #login-form a:active {
color:#2A2A2A;
}
.error {
width:100%;
text-align: center;
color:#FF3B3B;
}
/**
* Welcome splash screen
*/
.splashOuter {
margin: 150px 0;
text-align: center;
}
.splash {
background-color:#FFF;
border: 1px solid #AAA;
border-radius:5px;
padding: 20px;
-webkit-font-smoothing: antialiased;
}
/**
* Saving & Uploading
*/
#saving,
#uploading {
position: fixed;
top: 3em;
right: 3em;
z-index: 10011;
background: #EC6760;
color: #FFF;
padding: 2px 10px;
opacity: 0;
border-radius: 3px;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#uploading span {
display:inline-block;
margin:10px;
}
#saving.active,
#uploading.active,
#assetimagepreview.active {
opacity: 1;
}
/**
* Header
*/
header {
width:100%;
height:2.5em;
line-height:2.5em;
position:fixed;
top:0;
z-index:10001;
background:#2A2A2A;
color:#D9D9D9;
font-variant:small-caps;
font-variant:
font-weight: bold;
}
header button {
background:transparent;
border:none;
}
header button:hover,
header button:focus,
header button:active {
color:#EC6760;
}
header button.right {
float:right;
}
header .anim {
display: inline-block;
}
header .rotate {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
header button.togglePreview {
display:none;
}
@media screen and (max-width: 480px) {
header button.save {
display:none ;
}
header button.togglePreview {
display:block;
}
}
/**
* Menu
*/
nav#menu {
overflow-y:auto;
background:#2A2A2A;
width:30%;
height:100%;
box-shadow: 0 0 2em rgba(0,20,50,0.04);
word-wrap: break-word;
color:#D9D9D9;
position:fixed;
z-index: 1001;
top:2.5em;
left: -30%;
}
nav#menu a {
color:#D9D9D9;
text-decoration: none;
}
nav#menu a:hover,
nav#menu a:active,
nav#menu a:focus {
color:#EC6760;
}
nav#menu h2 {
margin:0 1em;
font-variant:small-caps;
font-size:1em;
font-weight: bold;
}
nav#menu ul {
list-style:none;
}
nav#menu ul.controls {
padding:1em 0;
margin:1em;
border-bottom:1px solid #666;
}
nav#menu ul.controls li {
display:inline-block;
margin-right: 1em;
}
nav#menu ul.pages {
margin:0;
padding:0 2em;
}
.no-touch nav#menu ul.pages li a {
opacity:0;
}
.no-touch nav#menu ul.pages li a:first-child,
.no-touch nav#menu ul.pages li:hover a {
opacity:1;
}
.pages a.view {
margin:0 0.5em;
}
/**
* Editor CodeMirror
*/
.CodeMirror {
width: 49.99%;
height: auto;
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
font-size: 1em;
line-height: 1.3em;
color: #606060;
border: 0;
border-right: 1px solid #eee;
}
.CodeMirror-lines {
padding: 50px 0;
padding-top: 35px;
}
.CodeMirror pre {
padding: 0 30px;
}
.cm-s-default .cm-strong,
.cm-s-default .cm-quote,
.cm-s-default .cm-number,
.cm-s-default .cm-atom,
.cm-s-default .cm-tag {
color: #2A2A2A;
font-weight: bold;
}
.cm-s-default .cm-string,
.cm-s-default .cm-link {
color: #357;
}
.cm-s-default .cm-link {
font-weight: bold;
text-decoration: none;
}
.cm-s-default .cm-string {
text-decoration: underline;
}
.cm-s-default .cm-tag {
color: #364;
}
.cm-s-default .cm-comment {
color: #755;
}
.cm-s-default .cm-header {
color: #2A2A2A;
line-height: 1.5em;
font-weight: bold;
}
.cm-s-default .cm-header-1 { font-size: 1.45em; }
.cm-s-default .cm-header-2 { font-size: 1.3em; }
.cm-s-default .cm-header-3 { font-size: 1.1em; }
.cm-s-default .cm-header-4 { font-size: 1.05em; }
.cm-s-default .cm-variable-2,
.cm-s-default .cm-variable-3,
.cm-s-default .cm-keyword {
color: #2A2A2A;
}
/**
* Editor toolbar
*/
#toolbar {
position: fixed;
top:2.5em;
left:0;
padding:0 1.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index:10;
background:#fff;
width:47.99%;
}
#toolbar button {
display:inline-block;
border:none;
background:transparent;
}
@media screen and (max-width: 480px) {
#toolbar {
width:100%;
}
}
/**
* Editor preview
*/
#preview {
position: absolute;
width: 49.99%;
max-width: 49.99%;
right: 0;
padding-bottom: 50px;
top: 40px;
bottom: 0px;
overflow-y: auto;
word-wrap:break-word;
}
#preview .inner {
margin: 35px;
}
@media screen and (max-width: 480px) {
#preview {
width:0;
}
.CodeMirror {
width:100%;
}
}
/**
* Event on modified
*/
.save.modified,
.save.modified span {
color:#4484F0;
}
/**
* Assets
*/
aside#assetsmanager {
overflow-y:auto;
background:#2A2A2A;
width:49.99%;
height:100%;
box-shadow: 0 0 2em rgba(0,20,50,0.04);
word-wrap: break-word;
color:#D9D9D9;
position:fixed;
z-index: 1001;
top:-100%;
right: 0;
}
#assets {
padding:1em 0;
margin:1em;
}
#assets ul {
list-style: none;
}
#assets a {
color:#D9D9D9;
text-decoration: none;
}
#assets a:hover,
#assets a:active,
#assets a:focus {
color:#EC6760;
}
#assets span {
display:inline-block;
cursor:pointer;
}
#assets span:hover,
#assets span:active,
#assets span:focus {
color:#EC6760;
}
ul#assetslist {
word-wrap: break-word;
padding:1em 0;
margin:0;
border-top:1px solid #666;
}
#assetscontrols form {
margin-bottom:1em;
text-align: right;
}
#assetscontrols form label {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
display:inline-block;
font-variant:small-caps;
background:#EC6760;
padding:5px;
border-radius:4px;
cursor: pointer;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
#assetscontrols form label:hover {
background-color:#EC7979 ;
}
#assetscontrols form label:active {
background-color:#AB4B46;
}
#assetscontrols form input[type="file"] {
display:none;
}
ul#assetslist li {
padding-left:1em;
}
ul#assetslist li:first-child {
padding:0;
}
ul#assetslist li:first-child:before {
margin-right:4px;
}
ul#assetslist li span {
margin:0 3px;
}
.no-touch ul#assetslist li span {
opacity:0;
}
.no-touch ul#assetslist li:hover span,
.no-touch ul#assetslist li:focus span {
opacity:1;
}
div#assetimagepreview {
position: fixed;
z-index:100000020;
top:2.5em;
right:1em;
background:#2A2A2A;
padding: 0.5em;
opacity:0;
word-wrap: break-word;
width:210px;
}
@media screen and (max-width: 480px) {
aside#assetsmanager {
width:100%;
}
}
/**
* Introjs
*/
ul.introjs-showElement span,
ul.introjs-showElement a {
color:#2A2A2A;
}
/**
* Animation
*/
.CodeMirror, header button, header .anim, nav#menu a, #preview {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} | 0.193833 | 0.063164 |
@import "/node_modules/@simonwep/pickr/dist/pickr.min.css";
@import "./node_modules/tingle.js/dist/tingle.min.css";
p {
font-family: sans-serif;
line-height: 180%;
}
a {
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
color: #4285f4;
}
h6 {
line-height: 10px;
font-size: 10px;
margin: 0;
font-weight: normal;
font-family: sans-serif;
text-align: left;
margin-left: 14px;
color: white;
transition: color 1.2s;
}
.pickr button.pcr-button {
margin: auto;
}
.align-left {
text-align: left;
margin-left: 18px;
}
.canvas-container {
position: relative;
padding: 1px;
height: 60px;
width: 100px;
transition: background-color 1.2s;
margin-left: 20px;
margin-bottom: 3px;
}
#swatch {
background: #ddf;
position: absolute;
}
#swatchimg {
width: 100px;
height: 60px;
position: absolute;
}
.button-container {
position: absolute;
top: 20px;
right: 12px;
width: 50px;
}
.pcr-app input.pcr-type {
background: transparent;
/* transition: color 1.2s, border 1.2s, background 1.2s; */
transition: color 1.2s, border 1.2s, background 1.2s;
border: 1px solid black;
}
.pcr-app .pcr-interaction input.pcr-type.active {
transition: color 1.2s, border 1.2s, background 0.2s;
background: grey;
}
.button {
outline: none;
border: none;
-webkit-appearance: none;
letter-spacing: .07em;
font-size: .75em;
text-align: center;
cursor: pointer;
color: #75797e;
border: 1px solid black;
background: transparent;
border-radius: .15em;
transition: color 1.2s, border 1.2s;
padding: .45em .5em;
display: block;
margin-bottom: 6px;
display: none;
}
.pcr-app.visible {
border-radius: 4px;
background: transparent;
box-shadow: none;
margin: auto;
}
.center {
text-align: center;
}
.swatch-container {
/* font-size: 12px; */
display: inline-block;
text-align: left;
padding: 15px 20px;
padding-left: 7px;
border-radius: 2px;
margin: auto;
width: 152px;
height: 60px;
position: absolute;
}
.container {
background: rgba(122, 122, 122, 0.4);
max-width: 500px;
border-radius: 6px;
margin: auto;
padding-bottom: 10px;
display: border-box;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -70%);
border: .5px solid white;
transition: border 1.2s;
padding-right: 5px;
}
body {
background: #2A9663;
/* transition: background-color .1s; */
/* box-shadow: inset 0 0 500px 20px #656565; */
padding: 0;
margin: 0;
height: 100vh;
}
h1 {
margin: 0;
font-family: 'Londrina Solid', cursive;
font-size: 80px;
line-height: 120%;
font-weight: normal;
transition: text-stroke 1.2s, -webkit-text-stroke 1.2s;
position: relative;
top: 8px;
display: inline;
text-stroke: 1px white;
-webkit-text-stroke: 1px white;
}
.info {
display: block;
font-family: normal;
border: 1px solid white;
color: white;
border-radius: 50%;
background: transparent;
font-size: 12px;
position: absolute;
width: 20px;
height: 20px;
top: 10px;
right: 10px;
padding-left: 8px;
transition: color 1.2s, border-color 1.2s;
}
@media screen and (max-width: 492px) {
.container {
background: transparent;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border-radius: 0;
border: none;
transform: translate(0%, 0%);
}
.swatch-container {
position: relative;
}
.container {
max-width: 100%;
}
.align-left {
padding-top: 10vh;
}
.pcr-app.visible {
box-sizing: border-box;
}
}
@media screen and (max-width: 300px) {
h1 {
font-size: 60px;
}
}
@media screen and (max-width: 230px) {
h1 {
font-size: 40px;
}
}
.save-instructions {
padding-left: 6px;
}
.credits {
position: absolute;
bottom: 14px;
} | styles.css | @import "/node_modules/@simonwep/pickr/dist/pickr.min.css";
@import "./node_modules/tingle.js/dist/tingle.min.css";
p {
font-family: sans-serif;
line-height: 180%;
}
a {
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
color: #4285f4;
}
h6 {
line-height: 10px;
font-size: 10px;
margin: 0;
font-weight: normal;
font-family: sans-serif;
text-align: left;
margin-left: 14px;
color: white;
transition: color 1.2s;
}
.pickr button.pcr-button {
margin: auto;
}
.align-left {
text-align: left;
margin-left: 18px;
}
.canvas-container {
position: relative;
padding: 1px;
height: 60px;
width: 100px;
transition: background-color 1.2s;
margin-left: 20px;
margin-bottom: 3px;
}
#swatch {
background: #ddf;
position: absolute;
}
#swatchimg {
width: 100px;
height: 60px;
position: absolute;
}
.button-container {
position: absolute;
top: 20px;
right: 12px;
width: 50px;
}
.pcr-app input.pcr-type {
background: transparent;
/* transition: color 1.2s, border 1.2s, background 1.2s; */
transition: color 1.2s, border 1.2s, background 1.2s;
border: 1px solid black;
}
.pcr-app .pcr-interaction input.pcr-type.active {
transition: color 1.2s, border 1.2s, background 0.2s;
background: grey;
}
.button {
outline: none;
border: none;
-webkit-appearance: none;
letter-spacing: .07em;
font-size: .75em;
text-align: center;
cursor: pointer;
color: #75797e;
border: 1px solid black;
background: transparent;
border-radius: .15em;
transition: color 1.2s, border 1.2s;
padding: .45em .5em;
display: block;
margin-bottom: 6px;
display: none;
}
.pcr-app.visible {
border-radius: 4px;
background: transparent;
box-shadow: none;
margin: auto;
}
.center {
text-align: center;
}
.swatch-container {
/* font-size: 12px; */
display: inline-block;
text-align: left;
padding: 15px 20px;
padding-left: 7px;
border-radius: 2px;
margin: auto;
width: 152px;
height: 60px;
position: absolute;
}
.container {
background: rgba(122, 122, 122, 0.4);
max-width: 500px;
border-radius: 6px;
margin: auto;
padding-bottom: 10px;
display: border-box;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -70%);
border: .5px solid white;
transition: border 1.2s;
padding-right: 5px;
}
body {
background: #2A9663;
/* transition: background-color .1s; */
/* box-shadow: inset 0 0 500px 20px #656565; */
padding: 0;
margin: 0;
height: 100vh;
}
h1 {
margin: 0;
font-family: 'Londrina Solid', cursive;
font-size: 80px;
line-height: 120%;
font-weight: normal;
transition: text-stroke 1.2s, -webkit-text-stroke 1.2s;
position: relative;
top: 8px;
display: inline;
text-stroke: 1px white;
-webkit-text-stroke: 1px white;
}
.info {
display: block;
font-family: normal;
border: 1px solid white;
color: white;
border-radius: 50%;
background: transparent;
font-size: 12px;
position: absolute;
width: 20px;
height: 20px;
top: 10px;
right: 10px;
padding-left: 8px;
transition: color 1.2s, border-color 1.2s;
}
@media screen and (max-width: 492px) {
.container {
background: transparent;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border-radius: 0;
border: none;
transform: translate(0%, 0%);
}
.swatch-container {
position: relative;
}
.container {
max-width: 100%;
}
.align-left {
padding-top: 10vh;
}
.pcr-app.visible {
box-sizing: border-box;
}
}
@media screen and (max-width: 300px) {
h1 {
font-size: 60px;
}
}
@media screen and (max-width: 230px) {
h1 {
font-size: 40px;
}
}
.save-instructions {
padding-left: 6px;
}
.credits {
position: absolute;
bottom: 14px;
} | 0.440229 | 0.077308 |
*{margin: 0; padding: 0;}
body
{
background: url('../images/social-network.jpg');
background-size: cover;
}
#E
{
font-family: tesla;
}
@font-face
{
font-family: tesla;
src:url('../fonts/TESLA.ttf');
}
@font-face
{
font-family: gotham;
src:url('../fonts/GothamBoldRegular.ttf');
}
#header-principal
{
width: 100%;
font-size: 20px;
background: #66cccc;
line-height: 100px;
opacity: 0.9;
}
#LOGO
{
font-size: 40px;
line-height: 100px;
margin-left: 30px;
color: #fff;
}
#LogoLogin
{
text-align: center;
font-size: 40px;
background-color: #66cccc;
border-radius: 10px;
box-shadow: #525252 10px 10px 15px;
}
#LogoLogin a
{
color: #fff;
}
#btn-modulo
{
margin-top: 50px;
margin-bottom: 50px;
width: 30%;
margin-left: 35%;
box-shadow: silver 5px 5px 15px;
background-color: #00cc7a;
color: #fff;
text-shadow: #000 2px 2px 5px;
border-radius: 30px;
}
#home
{
}
#item
{
line-height: 70px;
color: #fff;
}
#item:hover
{
color:#2272A5;
}
#informacion1
{
text-align: center;
font-size: 30px;
background: rgba(192,192,192,0.8);
width: 30%;
border-radius: 70px;
padding: 20px;
color: #107FC5;
margin: 15px;
cursor: pointer;
}
#informacion1:hover
{
background: rgba(192,192,192,0.9);
}
#contenedor
{
text-align: center;
background: #C1C1C1;
width: 100px;
height: 40px;
box-shadow: #737373 10px 10px 10px;
border-radius: 20px;
}
#item-login
{
font-size: 18px;
}
#register-form
{
background: rgba(242,242,242,0.9);
width: 50%;
padding: 20px;
margin-top: 50px;
}
/*------------------------------------------------------------------------*/
/* MODULO - STREAMING */
/*------------------------------------------------------------------------*/
/*_________________ START FILTROS DE BUSQUEDAS ___________*/
.menu-principal
{
float: left;
width: 12%;
height: 600px;
background-color: rgba(220,220,220,0.8);
margin-left: 5px;
padding: 10px;
border: solid 2px #ADCFFE;
border-radius: 20px;
}
input[type=checkbox].checkbox
{
margin-left: 4%;
}
input[type=checkbox].checkbox + label.css-label
{
margin-left: 4%;
padding-top: 4px;
height: 23px;
display: inline-block;
line-height: 15px;
font-size: 15px;
vertical-align: middle;
cursor: pointer;
}
input[type=text]
{
width: 100%;
border-radius: 5px;
padding: 3px;
box-shadow: #CCCCCC 5px 5px 5px;
margin-bottom: 5%;
}
.menu-principal h3
{
padding: 4%;
margin-top: 15%;
text-align: center;
color: #1476E4;
}
/*_________________ END FILTROS DE BUSQUEDAS ___________*/
/*_________________ START PERFILES USUARIOS ___________*/
.perfiles
{
float: left;
width: 20%;
height: 600px;
background-color: rgba(220,220,220,0.8);
margin-left: 1%;
border: solid 2px #ADCFFE;
border-radius: 10px;
overflow-y: scroll;
}
.perfiles::-webkit-scrollbar{
width: 3px;
}
.perfiles::-webkit-scrollbar-thumb{
background: #53B8D1;
border-radius: 10px;
}
.perfiles h3
{
position: fixed;
color: #1476E4;
background-color: rgba(220,220,220,0.9);
margin: 0;
border-radius: 5px;
border-bottom: #1476E4 2px solid;
padding-top: 5px;
}
.titulo-emprendedores
{
text-align: center;
width: 19%;
}
.contenedor-perfiles
{
height: auto;
padding-right: 5px;
padding-left: 5px;
}
.perfil
{
width: 100%;
height: 200px;
border:#ADCFFE solid 2px;
border-radius: 5px;
margin-bottom: 5px;
}
.foto
{
width: 40%;
height: 45%;
background: #FFFFFF;
border-radius: 100%;
text-align: center;
float: left;
}
.basicos
{
width: 59%;
float: right;
height: 45%;
background: #C1DCDE;
}
.basicos span
{
display: block;
margin-top: 4%;
margin-left: 5%;
}
.detalles
{
background: #c1dcde;
float: left;
width: 100%;
margin-top: 2px;
height: 53%;
}
/*_________________ END PERFILES USUARIOS ___________*/
/*_______________ Start Streaming _________*/
.modulo-streaming
{
width: 40%;
height: 600px;
background: rgba(240,240,240,0.9);
float: left;
margin-left: 1%;
padding:10px;
}
.modulo-chat
{
width: 100%;
height: 340px;
background: #7F81DD;
}
.modulo-video
{
width: 100%;
height: 240px;
background: #DC9090;
position: relative;
}
video
{
position: absolute;
width: 25%;
bottom: 10px;
right: 10px;
}
#temas
{
background: none;
}
/*_______________ End Streaming _________*/
.botonera
{
text-align: center;
}
#video
{
display: block;
border:solid 5px #f7f7f7;
width: 30%;
}
.boton
{
padding: 0.5em;
display: inline-block;
margin: 1em auto;
} | resources/css/styles.css | *{margin: 0; padding: 0;}
body
{
background: url('../images/social-network.jpg');
background-size: cover;
}
#E
{
font-family: tesla;
}
@font-face
{
font-family: tesla;
src:url('../fonts/TESLA.ttf');
}
@font-face
{
font-family: gotham;
src:url('../fonts/GothamBoldRegular.ttf');
}
#header-principal
{
width: 100%;
font-size: 20px;
background: #66cccc;
line-height: 100px;
opacity: 0.9;
}
#LOGO
{
font-size: 40px;
line-height: 100px;
margin-left: 30px;
color: #fff;
}
#LogoLogin
{
text-align: center;
font-size: 40px;
background-color: #66cccc;
border-radius: 10px;
box-shadow: #525252 10px 10px 15px;
}
#LogoLogin a
{
color: #fff;
}
#btn-modulo
{
margin-top: 50px;
margin-bottom: 50px;
width: 30%;
margin-left: 35%;
box-shadow: silver 5px 5px 15px;
background-color: #00cc7a;
color: #fff;
text-shadow: #000 2px 2px 5px;
border-radius: 30px;
}
#home
{
}
#item
{
line-height: 70px;
color: #fff;
}
#item:hover
{
color:#2272A5;
}
#informacion1
{
text-align: center;
font-size: 30px;
background: rgba(192,192,192,0.8);
width: 30%;
border-radius: 70px;
padding: 20px;
color: #107FC5;
margin: 15px;
cursor: pointer;
}
#informacion1:hover
{
background: rgba(192,192,192,0.9);
}
#contenedor
{
text-align: center;
background: #C1C1C1;
width: 100px;
height: 40px;
box-shadow: #737373 10px 10px 10px;
border-radius: 20px;
}
#item-login
{
font-size: 18px;
}
#register-form
{
background: rgba(242,242,242,0.9);
width: 50%;
padding: 20px;
margin-top: 50px;
}
/*------------------------------------------------------------------------*/
/* MODULO - STREAMING */
/*------------------------------------------------------------------------*/
/*_________________ START FILTROS DE BUSQUEDAS ___________*/
.menu-principal
{
float: left;
width: 12%;
height: 600px;
background-color: rgba(220,220,220,0.8);
margin-left: 5px;
padding: 10px;
border: solid 2px #ADCFFE;
border-radius: 20px;
}
input[type=checkbox].checkbox
{
margin-left: 4%;
}
input[type=checkbox].checkbox + label.css-label
{
margin-left: 4%;
padding-top: 4px;
height: 23px;
display: inline-block;
line-height: 15px;
font-size: 15px;
vertical-align: middle;
cursor: pointer;
}
input[type=text]
{
width: 100%;
border-radius: 5px;
padding: 3px;
box-shadow: #CCCCCC 5px 5px 5px;
margin-bottom: 5%;
}
.menu-principal h3
{
padding: 4%;
margin-top: 15%;
text-align: center;
color: #1476E4;
}
/*_________________ END FILTROS DE BUSQUEDAS ___________*/
/*_________________ START PERFILES USUARIOS ___________*/
.perfiles
{
float: left;
width: 20%;
height: 600px;
background-color: rgba(220,220,220,0.8);
margin-left: 1%;
border: solid 2px #ADCFFE;
border-radius: 10px;
overflow-y: scroll;
}
.perfiles::-webkit-scrollbar{
width: 3px;
}
.perfiles::-webkit-scrollbar-thumb{
background: #53B8D1;
border-radius: 10px;
}
.perfiles h3
{
position: fixed;
color: #1476E4;
background-color: rgba(220,220,220,0.9);
margin: 0;
border-radius: 5px;
border-bottom: #1476E4 2px solid;
padding-top: 5px;
}
.titulo-emprendedores
{
text-align: center;
width: 19%;
}
.contenedor-perfiles
{
height: auto;
padding-right: 5px;
padding-left: 5px;
}
.perfil
{
width: 100%;
height: 200px;
border:#ADCFFE solid 2px;
border-radius: 5px;
margin-bottom: 5px;
}
.foto
{
width: 40%;
height: 45%;
background: #FFFFFF;
border-radius: 100%;
text-align: center;
float: left;
}
.basicos
{
width: 59%;
float: right;
height: 45%;
background: #C1DCDE;
}
.basicos span
{
display: block;
margin-top: 4%;
margin-left: 5%;
}
.detalles
{
background: #c1dcde;
float: left;
width: 100%;
margin-top: 2px;
height: 53%;
}
/*_________________ END PERFILES USUARIOS ___________*/
/*_______________ Start Streaming _________*/
.modulo-streaming
{
width: 40%;
height: 600px;
background: rgba(240,240,240,0.9);
float: left;
margin-left: 1%;
padding:10px;
}
.modulo-chat
{
width: 100%;
height: 340px;
background: #7F81DD;
}
.modulo-video
{
width: 100%;
height: 240px;
background: #DC9090;
position: relative;
}
video
{
position: absolute;
width: 25%;
bottom: 10px;
right: 10px;
}
#temas
{
background: none;
}
/*_______________ End Streaming _________*/
.botonera
{
text-align: center;
}
#video
{
display: block;
border:solid 5px #f7f7f7;
width: 30%;
}
.boton
{
padding: 0.5em;
display: inline-block;
margin: 1em auto;
} | 0.191214 | 0.037503 |
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
.App {
text-align: center;
background-image: linear-gradient(to top, #141e30 30%, #01304E 75%);
background-size: 200% 200%;
height: 100vh;
font-family: "Lexend Deca"
}
.yellow {
color: #F6AF55;
}
.nav {
position: sticky;
display: flex;
justify-content: space-between;
align-items: center;
height: 5em;
top: 0;
}
.logo {
margin: 2em 0 0 1em;
height: 100%;
}
.pass {
margin: 2em 0 2em 0;
}
.mint-bt {
background-color: #2A948E !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
border-radius: 25px;
font-size: 1.5em;
width:50%;
margin: 0 0 0.5em 25%;
}
.mint-bt:hover {
cursor: pointer;
background: linear-gradient(45deg, #1a5e5a96, #1a5e5a96,#2A948E, #2A948E);
background-size: 200% 200%;
animation: gradient 5s ease infinite;
}
.redeem-bt {
background-color: #F6AF55 !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
border-radius: 25px;
font-size: 1.5em;
}
.redeem-bt:hover {
background: linear-gradient(45deg, #F6AF5596, #F6AF5596,#F6AF55, #F6AF55) !important;
background-size: 200% 200%;
animation: gradient 5s ease infinite;
cursor: pointer;
}
.yolo-bt {
background-color: #2A948E !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
margin: 0 40% 0 40%;
border-radius: 25px;
font-size: 1.5em;
}
.yolo-bt:hover {
background: linear-gradient(45deg, #F6AF5596, #F6AF5596,#F6AF55, #F6AF55) !important;
background-size: 200% 200%;
animation: gradient 5s ease infinite;
cursor: pointer;
}
.input-eth {
background-color: #ffffff6e !important;
font-size: 1.5em !important;
border-radius: 25px !important;
}
.roadgrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin: 10em 0 5em 15%;
}
.dashboard {
background-image: linear-gradient(to bottom, #ffffff38, #ffffff00 75%);
margin: 3em 10% 3em 10%;
border-radius: 25px;
height: 80vh;
}
.dash-head {
text-align: left;
padding: 1.5em;
}
.dash-city {
font-size: 0.7em;
color: #F6AF55;
}
.dash-grid {
display: grid;
grid-template-columns: 1fr 0.25fr 0.5fr 1fr 1fr 0.25fr 0.25fr 0.25fr;
font-size: 1.5em;
grid-template-rows: 1fr 1fr 1fr;
height: 40%;
}
.nft-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
padding: 2em;
} | packages/react-app/src/App.css | @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
.App {
text-align: center;
background-image: linear-gradient(to top, #141e30 30%, #01304E 75%);
background-size: 200% 200%;
height: 100vh;
font-family: "Lexend Deca"
}
.yellow {
color: #F6AF55;
}
.nav {
position: sticky;
display: flex;
justify-content: space-between;
align-items: center;
height: 5em;
top: 0;
}
.logo {
margin: 2em 0 0 1em;
height: 100%;
}
.pass {
margin: 2em 0 2em 0;
}
.mint-bt {
background-color: #2A948E !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
border-radius: 25px;
font-size: 1.5em;
width:50%;
margin: 0 0 0.5em 25%;
}
.mint-bt:hover {
cursor: pointer;
background: linear-gradient(45deg, #1a5e5a96, #1a5e5a96,#2A948E, #2A948E);
background-size: 200% 200%;
animation: gradient 5s ease infinite;
}
.redeem-bt {
background-color: #F6AF55 !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
border-radius: 25px;
font-size: 1.5em;
}
.redeem-bt:hover {
background: linear-gradient(45deg, #F6AF5596, #F6AF5596,#F6AF55, #F6AF55) !important;
background-size: 200% 200%;
animation: gradient 5s ease infinite;
cursor: pointer;
}
.yolo-bt {
background-color: #2A948E !important;
border: none;
padding: 0.5em 1em 0.5em 1em;
margin: 0 40% 0 40%;
border-radius: 25px;
font-size: 1.5em;
}
.yolo-bt:hover {
background: linear-gradient(45deg, #F6AF5596, #F6AF5596,#F6AF55, #F6AF55) !important;
background-size: 200% 200%;
animation: gradient 5s ease infinite;
cursor: pointer;
}
.input-eth {
background-color: #ffffff6e !important;
font-size: 1.5em !important;
border-radius: 25px !important;
}
.roadgrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin: 10em 0 5em 15%;
}
.dashboard {
background-image: linear-gradient(to bottom, #ffffff38, #ffffff00 75%);
margin: 3em 10% 3em 10%;
border-radius: 25px;
height: 80vh;
}
.dash-head {
text-align: left;
padding: 1.5em;
}
.dash-city {
font-size: 0.7em;
color: #F6AF55;
}
.dash-grid {
display: grid;
grid-template-columns: 1fr 0.25fr 0.5fr 1fr 1fr 0.25fr 0.25fr 0.25fr;
font-size: 1.5em;
grid-template-rows: 1fr 1fr 1fr;
height: 40%;
}
.nft-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
padding: 2em;
} | 0.479504 | 0.18054 |
body a {
text-decoration: none;
color: #333;
}
.navigation {
position: relative;
}
.nav {
box-shadow: none;
background: transparent;
height: 70px;
}
.nav_b_title,
.nav_b_logo,
.nav_b {
display: none;
}
.hamburger {
display: block;
}
.logo {
position: absolute;
top: 36px;
width: 100%;
text-align: center;
font-size: 40px;
}
.title {
display: block;
font-size: 3em;
margin: 20px auto;
text-align: center;
text-decoration: none;
color: #333;
z-index: 1;
}
.main {
width: fit-content;
margin: auto;
}
.top-block-wrap {
width: 500px;
margin: 0 auto;
display: inline-grid;
}
.block-wrap-title {
margin: 0 10px;
font-size: 20px;
font-weight: normal;
text-align: center;
border-bottom: 1px solid #00000023;
}
.title-img {
position: relative;
width: calc(100% - 20px);
height: 480px;
display: inline-block;
margin: 10px;
overflow: hidden;
}
.title-img * {
color: #fff;
}
.title-img img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
transition: all 0.8s cubic-bezier(0, 0.8, 0.3, 1);
}
.title-img:hover img {
transform: scale(1.2);
}
.title-img img.cover {
position: absolute;
top: 0;
left: 0;
background: #642a2a85;
}
.title-img:hover .cover {
background: #642a2acc;
}
.title-img a.go {
position: absolute;
width: 100%;
font-size: 2em;
top: 35%;
left: 0;
text-align: center;
font-weight: normal;
border-bottom: 1px solid #fff;
opacity: 0;
transition: all 0.2s ease;
}
.title-img a.go:hover {
text-decoration: none;
}
.title-img:hover .go {
opacity: 1;
}
.title-img .content {
display: inline-block;
position: absolute;
color: #fff;
font-size: 32px;
vertical-align: middle;
line-height: 65px;
bottom: 40px;
left: 120px;
margin: 0;
}
.title-img i.content {
line-height: 150px;
font-size: 4em;
width: 60px;
text-align: center;
left: 20px;
bottom: 0;
}
.title-img .content * {
color: #fff;
}
.title-img .content p {
font-size: 20px;
position: absolute;
bottom: -40px;
left: 0;
}
.item {
width: calc(100% - 20px);
margin: 10px;
padding: 10px;
background: #fff;
border: solid 1px #00000023;
box-shadow: 0 15px 15px 0 #00000023;
}
.block.article .date {
font-size: 24px;
display: block;
}
.block.article .date p {
display: inline-block;
font-size: 18px;
}
.block.article .date p.day {
font-size: 24px;
}
.item .content {
margin-top: 10px;
font-size: 20px;
display: inline-block;
width: 100%;
}
.item .content p {
font-size: 24px;
}
.item .content p.description {
font-size: 16px;
padding: 5px 0;
}
.item p.right {
font-size: 16px;
text-align: right;
}
.item .right.place::before {
content: "場所:";
}
.item .right.user::before {
content: "By: ";
}
.item .tag-area {
display: block;
position: relative;
text-align: right;
height: auto;
margin: 5px auto;
}
.chart-area {
position: relative;
height: fit-content;
display: flex;
border-top: 1px solid #00000023;
}
.chart-area .chart {
display: inline-block;
position: relative;
margin: auto;
width: 50%;
height: 250px;
padding: 10px;
}
.chart-area p.achieve {
position: absolute;
width: calc(100% - 20px);
line-height: 2em;
font-size: 35px;
top: calc(50% - 1em + 20px);
text-align: center;
}
.chart-area p.achieve::before {
content: "投稿記事";
position: absolute;
font-size: 16px;
width: calc(100%);
left: 0;
top: -40px;
}
.chart-area p.achieve::after {
content: "件";
font-size: 16px;
}
.chart-area #chart-legends {
display: grid;
grid-template-rows: repeat(auto-fill, 40px);
grid-template-columns: repeat(auto-fill, 50%);
margin: auto;
width: 50%;
height: fit-content;
padding: 10px;
}
.chart-area h1 {
font-weight: normal;
border-bottom: 1px solid #00000023;
}
.legend {
position: relative;
margin-bottom: 10px;
}
.legend .color-pan {
position: absolute;
left: 0;
top: 15px;
height: 10px;
width: 30px;
border-radius: 10px;
background: #642a2a85;
}
.legend .text-wrap {
margin-left: 30px;
}
.legend .text,
.percentage {
display: inline-block;
margin-left: 10px;
font-size: 16px;
line-height: 40px;
vertical-align: middle;
}
.text::after {
content: ":";
}
.percentage::after {
content: "%";
}
.footer {
display: block;
position: relative;
}
@media (max-width: 1020px) {
.main {
width: auto;
}
.top-block-wrap {
width: 100%;
}
.title-img {
height: 330px;
}
.title-img .content {
font-size: 24px;
line-height: 60px;
}
.chart-area {
display: block;
}
.chart-area .chart {
width: 100%;
}
.chart-area #chart-legends {
display: block;
width: max-content;
}
} | public/css/pages/top.css | body a {
text-decoration: none;
color: #333;
}
.navigation {
position: relative;
}
.nav {
box-shadow: none;
background: transparent;
height: 70px;
}
.nav_b_title,
.nav_b_logo,
.nav_b {
display: none;
}
.hamburger {
display: block;
}
.logo {
position: absolute;
top: 36px;
width: 100%;
text-align: center;
font-size: 40px;
}
.title {
display: block;
font-size: 3em;
margin: 20px auto;
text-align: center;
text-decoration: none;
color: #333;
z-index: 1;
}
.main {
width: fit-content;
margin: auto;
}
.top-block-wrap {
width: 500px;
margin: 0 auto;
display: inline-grid;
}
.block-wrap-title {
margin: 0 10px;
font-size: 20px;
font-weight: normal;
text-align: center;
border-bottom: 1px solid #00000023;
}
.title-img {
position: relative;
width: calc(100% - 20px);
height: 480px;
display: inline-block;
margin: 10px;
overflow: hidden;
}
.title-img * {
color: #fff;
}
.title-img img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
transition: all 0.8s cubic-bezier(0, 0.8, 0.3, 1);
}
.title-img:hover img {
transform: scale(1.2);
}
.title-img img.cover {
position: absolute;
top: 0;
left: 0;
background: #642a2a85;
}
.title-img:hover .cover {
background: #642a2acc;
}
.title-img a.go {
position: absolute;
width: 100%;
font-size: 2em;
top: 35%;
left: 0;
text-align: center;
font-weight: normal;
border-bottom: 1px solid #fff;
opacity: 0;
transition: all 0.2s ease;
}
.title-img a.go:hover {
text-decoration: none;
}
.title-img:hover .go {
opacity: 1;
}
.title-img .content {
display: inline-block;
position: absolute;
color: #fff;
font-size: 32px;
vertical-align: middle;
line-height: 65px;
bottom: 40px;
left: 120px;
margin: 0;
}
.title-img i.content {
line-height: 150px;
font-size: 4em;
width: 60px;
text-align: center;
left: 20px;
bottom: 0;
}
.title-img .content * {
color: #fff;
}
.title-img .content p {
font-size: 20px;
position: absolute;
bottom: -40px;
left: 0;
}
.item {
width: calc(100% - 20px);
margin: 10px;
padding: 10px;
background: #fff;
border: solid 1px #00000023;
box-shadow: 0 15px 15px 0 #00000023;
}
.block.article .date {
font-size: 24px;
display: block;
}
.block.article .date p {
display: inline-block;
font-size: 18px;
}
.block.article .date p.day {
font-size: 24px;
}
.item .content {
margin-top: 10px;
font-size: 20px;
display: inline-block;
width: 100%;
}
.item .content p {
font-size: 24px;
}
.item .content p.description {
font-size: 16px;
padding: 5px 0;
}
.item p.right {
font-size: 16px;
text-align: right;
}
.item .right.place::before {
content: "場所:";
}
.item .right.user::before {
content: "By: ";
}
.item .tag-area {
display: block;
position: relative;
text-align: right;
height: auto;
margin: 5px auto;
}
.chart-area {
position: relative;
height: fit-content;
display: flex;
border-top: 1px solid #00000023;
}
.chart-area .chart {
display: inline-block;
position: relative;
margin: auto;
width: 50%;
height: 250px;
padding: 10px;
}
.chart-area p.achieve {
position: absolute;
width: calc(100% - 20px);
line-height: 2em;
font-size: 35px;
top: calc(50% - 1em + 20px);
text-align: center;
}
.chart-area p.achieve::before {
content: "投稿記事";
position: absolute;
font-size: 16px;
width: calc(100%);
left: 0;
top: -40px;
}
.chart-area p.achieve::after {
content: "件";
font-size: 16px;
}
.chart-area #chart-legends {
display: grid;
grid-template-rows: repeat(auto-fill, 40px);
grid-template-columns: repeat(auto-fill, 50%);
margin: auto;
width: 50%;
height: fit-content;
padding: 10px;
}
.chart-area h1 {
font-weight: normal;
border-bottom: 1px solid #00000023;
}
.legend {
position: relative;
margin-bottom: 10px;
}
.legend .color-pan {
position: absolute;
left: 0;
top: 15px;
height: 10px;
width: 30px;
border-radius: 10px;
background: #642a2a85;
}
.legend .text-wrap {
margin-left: 30px;
}
.legend .text,
.percentage {
display: inline-block;
margin-left: 10px;
font-size: 16px;
line-height: 40px;
vertical-align: middle;
}
.text::after {
content: ":";
}
.percentage::after {
content: "%";
}
.footer {
display: block;
position: relative;
}
@media (max-width: 1020px) {
.main {
width: auto;
}
.top-block-wrap {
width: 100%;
}
.title-img {
height: 330px;
}
.title-img .content {
font-size: 24px;
line-height: 60px;
}
.chart-area {
display: block;
}
.chart-area .chart {
width: 100%;
}
.chart-area #chart-legends {
display: block;
width: max-content;
}
} | 0.662796 | 0.113727 |
==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#FEATURE SECTION
#VIDEO
#APPPS SCREENSHOT
#DOWNLOAD
#FAQ
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
body,
html {
overflow-x:hidden;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 0.5px;
line-height: 1.5;
color: #1c1b1b;
}
ul {
padding: 0;
margin: 0;
}
ul li {
list-style: disc;
font-size: 17px;
line-height: 1.59;
}
a {
text-decoration: none;
color: #2f2f2f;
}
a:hover,
a:focus {
outline: none;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin-top: 0;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 32px;
line-height: 1.13;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
img {
border: none;
max-width: 100%;
}
button {
padding: 5px 15px;
border: none;
}
button:focus {
outline: none;
border: none;
}
/*--------------------*/
/* HEADER */
/*--------------------*/
#mu-header {
background-color: #ff1616;
opacity: 0.8;
display: inline;
float: left;
width: 100%;
background-position: center center;
background-attachment: fixed;
}
.mu-header-overlay {
background-color: #ff1616;
display: inline;
float: left;
opacity: 1;
width: 100%;
}
/*=== Featured section ===*/
.mu-header-logo {
padding-top: 5%;
}
.mu-header-logo-img {
width: 70%;
}
.mu-header-featured-area {
display: inline;
float: left;
padding: 50px 0;
width: 100%;
}
.mu-header-featured-img {
display: inline;
float: left;
height: 500px;
}
.mu-header-phone-img {
height: 100%;
}
.mu-header-featured-content {
display: inline;
float: right;
margin-top: 100px;
text-align: center;
width: 60%;
}
.mu-header-featured-content h1 {
font-size: 45px;
color: #fff;
font-weight: 300;
margin-bottom: 15px;
}
.mu-header-featured-content h1 span {
font-weight: 700;
}
.mu-header-featured-content p{
color: #fff;
}
.mu-app-download-area {
display: inline;
float: left;
margin-top: 50px;
width: 100%;
}
.mu-app-download-area h4 {
color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 20px;
}
.mu-download-btn,
.mu-read-me-btn {
border: 2px solid #fff;
border-radius: 50px;
color: #fff;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-download-btn:hover,
.mu-read-me-btn:hover,
.mu-apple-btn:focus,
.mu-google-btn:focus,
.mu-windows-btn:focus {
background-color: #ffffff;
}
/*--------------------*/
/* FEATURE SECTION */
/*--------------------*/
#mu-feature {
background-color: #fff;
display: inline;
float: left;
width: 100%;
}
.mu-feature-area {
display: inline;
float: left;
padding: 100px 0;
width: 100%;
}
.mu-title-area {
display: inline;
float: left;
text-align: center;
padding: 0 120px;
width: 100%;
}
.mu-title {
color: #1c1b1b;
margin-bottom: 15px;
padding: 0;
z-index: 10;
text-transform: capitalize;
}
.mu-title-dot {
border-radius: 50%;
height: 8px;
width: 8px;
display: inline-block;
margin-bottom: 20px;
position: relative;
}
.mu-title-dot::before {
content: '';
position: absolute;
left: 15px;
height: 3px;
width: 50px;
top: 2px;
}
.mu-title-dot::after {
content: '';
position: absolute;
right: 15px;
height: 3px;
width: 50px;
top: 2px;
}
.mu-feature-content,
.team-content {
background-color: #fff;
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-left,
.team-content-left,
.team-content-right,
.team-content-center {
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-right {
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-right .media-left {
padding-right: 15px;
}
.mu-feature-btn {
color: #fff;
font-size: 18px;
pointer-events: none;
cursor: default;
}
.mu-feature-btn:hover {
/* color: #fff; */
cursor: default;
}
.mu-feature-content-right .media-heading {
font-size: 22px;
font-weight: 500;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-feature-content-right .media {
margin-top: 15px;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-feature-content-right .media p {
font-size: 14px;
margin-bottom: 0;
}
.feat-descrip {
padding-bottom: 20px;
}
.feat-down-btn {
border: 2px solid #ff1616;
border-radius: 50px;
color: #ff1616;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
width: fit-content;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.feat-down-btn:hover {
background-color: #ff1616;
color: #fff;
}
/*--------------------*/
/* VIDEO */
/*--------------------*/
.video-download-area {
display: inline;
float: left;
width: 100%;
padding-top: 30px;
}
.vid-download-btn,
.vid-youtube-btn {
border: 2px solid #ff1616;
border-radius: 50px;
color: #ff1616;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
width: 150px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vid-download-btn:hover,
.vid-youtube-btn:hover {
background-color: #ff1616;
color: #fff;
}
#mu-video {
background-image: url("assets/images/video-bg.png");
background-attachment: fixed;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
display: inline;
float: left;
width: 100%;
}
.mu-video-overlay {
display: inline;
background-color: #fff;
float: left;
opacity: 0.7;
width: 100%;
}
.mu-video-area {
display: inline;
float: left;
padding: 200px 0;
text-align: center;
width: 100%;
color: #ff1616;
opacity: 1;
}
.mu-video-area h2 {
color: #fff;
}
.mu-video-content {
display: inline;
float: left;
width: 100%;
}
.mu-video-play-btn,
.demo-video-play-btn,
.demo-video-close-btn,
.mu-video-close-btn {
color: #ff1616;
font-size: 22px;
border: 2px solid #ff1616;
border-radius: 50%;
width: 60px;
display: inline-block;
height: 60px;
line-height: 55px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-video-play-btn:hover,
.demo-video-play-btn:hover,
.demo-video-play-btn:focus,
.mu-video-play-btn:focus {
color: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.mu-video-close-btn,
.demo-video-close-btn {
border-radius: 50%;
color: #fff;
font-size: 18px;
border: 2px solid #fff;
position: absolute;
top: 0;
right: 15%;
display: inline-block;
height: 50px;
line-height: 45px;
text-align: center;
margin-top: 100px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
}
.mu-video-close-btn:hover,
.demo-video-close-btn:hover,
.demo-video-close-btn:focus,
.mu-video-close-btn:focus {
color: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.mu-video-iframe-area,
.demo-video-iframe-area {
background-color: rgba(0,0,0,0.84);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
padding: 12% 0;
text-align: center;
z-index: 9999;
display: none;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-video-iframe-display,
.demo-video-iframe-display {
display: block;
}
.teammate {
text-align: center;
}
.teampic {
height: 200px;
width: auto;
border-style: solid;
border-color: #ff1616;
border-radius: 200px;
object-fit: contain;
}
/*--------------------*/
/* FAQ */
/*--------------------*/
#mu-faq {
background-color: #f8f8f8;
display: inline;
float: left;
position: relative;
width: 100%;
}
.mu-faq-area {
display: inline;
float: left;
padding: 150px 0;
width: 100%;
}
.mu-faq-content {
display: inline;
float: left;
width: 100%;
text-align: center;
padding: 0 150px;
margin-top: 50px;
}
.mu-faq-content .panel-default {
border-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}
.mu-faq-content .panel-default > .panel-heading {
color: #333;
background-color: #fff;
border-color: #ddd;
padding: 0;
}
.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
text-align: left;
}
.mu-faq-content .panel-title {
text-align: left;
}
.mu-faq-content .panel-title a {
display: block;
padding: 12px 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-faq-content .panel-title a>span {
margin-right: 5px;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/
#mu-footer {
background-color: #f8f8f8;
display: inline;
float: left;
width: 100%;
}
.mu-footer-area{
display: inline;
float: left;
padding: 30px 0;
text-align: center;
width: 100%;
}
.mu-copy-right {
margin-bottom: 0;
}
.mu-copy-right a {
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/
@media (max-width: 1199px) {
.mu-header-featured-content {
margin-top: 120px;
}
.mu-video-iframe-area {
padding: 16% 0;
}
.mu-video-close-btn {
top: 5%;
right: 5%;
margin-top: 0;
}
.mu-apps-screenshot-slider .slick-prev {
left: -25px;
}
.mu-apps-screenshot-slider .slick-next {
right: -25px;
}
.mu-contact-content {
padding: 0;
}
}
@media (max-width: 991px) {
.mu-primary-btn {
font-size: 14px;
padding: 12px 22px;
}
.mu-header-featured-content {
margin-top: 35px;
}
.mu-video-iframe-area {
padding: 16% 5%;
}
.mu-video-iframe-area iframe {
width: 100%;
}
.mu-title-area {
padding: 0 50px;
}
.mu-faq-content {
padding: 0;
}
.mu-contact-right {
margin-top: 50px;
}
.mu-menu-btn {
right: 5%;
}
.mu-apps-screenshot-slider .slick-next {
right: 0;
}
.mu-apps-screenshot-slider .slick-prev {
left: 0;
}
.mu-apps-screenshot-slider .slick-next,
.mu-apps-screenshot-slider .slick-prev {
width: 40px;
height: 40px;
}
.mu-apps-screenshot-slider .slick-prev::before,
.mu-apps-screenshot-slider .slick-next::before {
font-size: 18px;
}
}
@media (max-width: 767px) {
.mu-header-featured-content h1 {
font-size: 35px;
}
.mu-app-download-area {
margin-top: 20px;
}
.mu-apple-btn,
.mu-google-btn,
.mu-windows-btn {
margin-bottom: 10px;
}
.mu-menu-btn {
top: 44px;
color: #fff;
font-size: 20px;
padding: 5px 12px;
}
.mu-logo {
margin-top: 25px;
}
.mu-logo img {
width: 200px;
}
}
@media (max-width: 640px){
.mu-header-featured-img,
.mu-header-featured-content {
width: 100%;
}
.mu-menu ul li a {
font-size: 20px;
font-weight: 300;
line-height: 1;
}
.mu-title-area {
padding: 0;
}
}
@media (max-width: 480px) {
.mu-logo img {
width: 150px;
}
.mu-video-close-btn {
top: 2%;
right: 5%;
height: 40px;
line-height: 35px;
width: 40px;
}
.mu-menu-close-btn {
right: 5%;
top: 30px;
}
.mu-video-iframe-area {
padding: 10% 5%;
}
.mu-video-iframe-area iframe {
height: 250px;
}
}
@media (max-width: 360px){
.mu-video-iframe-area {
padding: 15% 5%;
}
h2 {
font-size: 25px;
}
}
@media (max-width: 320px){
.mu-video-iframe-area {
padding: 30% 5%;
}
} | style.css | ==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#FEATURE SECTION
#VIDEO
#APPPS SCREENSHOT
#DOWNLOAD
#FAQ
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
body,
html {
overflow-x:hidden;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 0.5px;
line-height: 1.5;
color: #1c1b1b;
}
ul {
padding: 0;
margin: 0;
}
ul li {
list-style: disc;
font-size: 17px;
line-height: 1.59;
}
a {
text-decoration: none;
color: #2f2f2f;
}
a:hover,
a:focus {
outline: none;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin-top: 0;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 32px;
line-height: 1.13;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
img {
border: none;
max-width: 100%;
}
button {
padding: 5px 15px;
border: none;
}
button:focus {
outline: none;
border: none;
}
/*--------------------*/
/* HEADER */
/*--------------------*/
#mu-header {
background-color: #ff1616;
opacity: 0.8;
display: inline;
float: left;
width: 100%;
background-position: center center;
background-attachment: fixed;
}
.mu-header-overlay {
background-color: #ff1616;
display: inline;
float: left;
opacity: 1;
width: 100%;
}
/*=== Featured section ===*/
.mu-header-logo {
padding-top: 5%;
}
.mu-header-logo-img {
width: 70%;
}
.mu-header-featured-area {
display: inline;
float: left;
padding: 50px 0;
width: 100%;
}
.mu-header-featured-img {
display: inline;
float: left;
height: 500px;
}
.mu-header-phone-img {
height: 100%;
}
.mu-header-featured-content {
display: inline;
float: right;
margin-top: 100px;
text-align: center;
width: 60%;
}
.mu-header-featured-content h1 {
font-size: 45px;
color: #fff;
font-weight: 300;
margin-bottom: 15px;
}
.mu-header-featured-content h1 span {
font-weight: 700;
}
.mu-header-featured-content p{
color: #fff;
}
.mu-app-download-area {
display: inline;
float: left;
margin-top: 50px;
width: 100%;
}
.mu-app-download-area h4 {
color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 20px;
}
.mu-download-btn,
.mu-read-me-btn {
border: 2px solid #fff;
border-radius: 50px;
color: #fff;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-download-btn:hover,
.mu-read-me-btn:hover,
.mu-apple-btn:focus,
.mu-google-btn:focus,
.mu-windows-btn:focus {
background-color: #ffffff;
}
/*--------------------*/
/* FEATURE SECTION */
/*--------------------*/
#mu-feature {
background-color: #fff;
display: inline;
float: left;
width: 100%;
}
.mu-feature-area {
display: inline;
float: left;
padding: 100px 0;
width: 100%;
}
.mu-title-area {
display: inline;
float: left;
text-align: center;
padding: 0 120px;
width: 100%;
}
.mu-title {
color: #1c1b1b;
margin-bottom: 15px;
padding: 0;
z-index: 10;
text-transform: capitalize;
}
.mu-title-dot {
border-radius: 50%;
height: 8px;
width: 8px;
display: inline-block;
margin-bottom: 20px;
position: relative;
}
.mu-title-dot::before {
content: '';
position: absolute;
left: 15px;
height: 3px;
width: 50px;
top: 2px;
}
.mu-title-dot::after {
content: '';
position: absolute;
right: 15px;
height: 3px;
width: 50px;
top: 2px;
}
.mu-feature-content,
.team-content {
background-color: #fff;
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-left,
.team-content-left,
.team-content-right,
.team-content-center {
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-right {
display: inline;
float: left;
margin-top: 30px;
width: 100%;
}
.mu-feature-content-right .media-left {
padding-right: 15px;
}
.mu-feature-btn {
color: #fff;
font-size: 18px;
pointer-events: none;
cursor: default;
}
.mu-feature-btn:hover {
/* color: #fff; */
cursor: default;
}
.mu-feature-content-right .media-heading {
font-size: 22px;
font-weight: 500;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-feature-content-right .media {
margin-top: 15px;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-feature-content-right .media p {
font-size: 14px;
margin-bottom: 0;
}
.feat-descrip {
padding-bottom: 20px;
}
.feat-down-btn {
border: 2px solid #ff1616;
border-radius: 50px;
color: #ff1616;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
width: fit-content;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.feat-down-btn:hover {
background-color: #ff1616;
color: #fff;
}
/*--------------------*/
/* VIDEO */
/*--------------------*/
.video-download-area {
display: inline;
float: left;
width: 100%;
padding-top: 30px;
}
.vid-download-btn,
.vid-youtube-btn {
border: 2px solid #ff1616;
border-radius: 50px;
color: #ff1616;
display: inline-block;
margin: 0 10px;
padding: 11px 22px;
width: 150px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vid-download-btn:hover,
.vid-youtube-btn:hover {
background-color: #ff1616;
color: #fff;
}
#mu-video {
background-image: url("assets/images/video-bg.png");
background-attachment: fixed;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
display: inline;
float: left;
width: 100%;
}
.mu-video-overlay {
display: inline;
background-color: #fff;
float: left;
opacity: 0.7;
width: 100%;
}
.mu-video-area {
display: inline;
float: left;
padding: 200px 0;
text-align: center;
width: 100%;
color: #ff1616;
opacity: 1;
}
.mu-video-area h2 {
color: #fff;
}
.mu-video-content {
display: inline;
float: left;
width: 100%;
}
.mu-video-play-btn,
.demo-video-play-btn,
.demo-video-close-btn,
.mu-video-close-btn {
color: #ff1616;
font-size: 22px;
border: 2px solid #ff1616;
border-radius: 50%;
width: 60px;
display: inline-block;
height: 60px;
line-height: 55px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-video-play-btn:hover,
.demo-video-play-btn:hover,
.demo-video-play-btn:focus,
.mu-video-play-btn:focus {
color: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.mu-video-close-btn,
.demo-video-close-btn {
border-radius: 50%;
color: #fff;
font-size: 18px;
border: 2px solid #fff;
position: absolute;
top: 0;
right: 15%;
display: inline-block;
height: 50px;
line-height: 45px;
text-align: center;
margin-top: 100px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
}
.mu-video-close-btn:hover,
.demo-video-close-btn:hover,
.demo-video-close-btn:focus,
.mu-video-close-btn:focus {
color: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.mu-video-iframe-area,
.demo-video-iframe-area {
background-color: rgba(0,0,0,0.84);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
padding: 12% 0;
text-align: center;
z-index: 9999;
display: none;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-video-iframe-display,
.demo-video-iframe-display {
display: block;
}
.teammate {
text-align: center;
}
.teampic {
height: 200px;
width: auto;
border-style: solid;
border-color: #ff1616;
border-radius: 200px;
object-fit: contain;
}
/*--------------------*/
/* FAQ */
/*--------------------*/
#mu-faq {
background-color: #f8f8f8;
display: inline;
float: left;
position: relative;
width: 100%;
}
.mu-faq-area {
display: inline;
float: left;
padding: 150px 0;
width: 100%;
}
.mu-faq-content {
display: inline;
float: left;
width: 100%;
text-align: center;
padding: 0 150px;
margin-top: 50px;
}
.mu-faq-content .panel-default {
border-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}
.mu-faq-content .panel-default > .panel-heading {
color: #333;
background-color: #fff;
border-color: #ddd;
padding: 0;
}
.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
text-align: left;
}
.mu-faq-content .panel-title {
text-align: left;
}
.mu-faq-content .panel-title a {
display: block;
padding: 12px 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-faq-content .panel-title a>span {
margin-right: 5px;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/
#mu-footer {
background-color: #f8f8f8;
display: inline;
float: left;
width: 100%;
}
.mu-footer-area{
display: inline;
float: left;
padding: 30px 0;
text-align: center;
width: 100%;
}
.mu-copy-right {
margin-bottom: 0;
}
.mu-copy-right a {
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/
@media (max-width: 1199px) {
.mu-header-featured-content {
margin-top: 120px;
}
.mu-video-iframe-area {
padding: 16% 0;
}
.mu-video-close-btn {
top: 5%;
right: 5%;
margin-top: 0;
}
.mu-apps-screenshot-slider .slick-prev {
left: -25px;
}
.mu-apps-screenshot-slider .slick-next {
right: -25px;
}
.mu-contact-content {
padding: 0;
}
}
@media (max-width: 991px) {
.mu-primary-btn {
font-size: 14px;
padding: 12px 22px;
}
.mu-header-featured-content {
margin-top: 35px;
}
.mu-video-iframe-area {
padding: 16% 5%;
}
.mu-video-iframe-area iframe {
width: 100%;
}
.mu-title-area {
padding: 0 50px;
}
.mu-faq-content {
padding: 0;
}
.mu-contact-right {
margin-top: 50px;
}
.mu-menu-btn {
right: 5%;
}
.mu-apps-screenshot-slider .slick-next {
right: 0;
}
.mu-apps-screenshot-slider .slick-prev {
left: 0;
}
.mu-apps-screenshot-slider .slick-next,
.mu-apps-screenshot-slider .slick-prev {
width: 40px;
height: 40px;
}
.mu-apps-screenshot-slider .slick-prev::before,
.mu-apps-screenshot-slider .slick-next::before {
font-size: 18px;
}
}
@media (max-width: 767px) {
.mu-header-featured-content h1 {
font-size: 35px;
}
.mu-app-download-area {
margin-top: 20px;
}
.mu-apple-btn,
.mu-google-btn,
.mu-windows-btn {
margin-bottom: 10px;
}
.mu-menu-btn {
top: 44px;
color: #fff;
font-size: 20px;
padding: 5px 12px;
}
.mu-logo {
margin-top: 25px;
}
.mu-logo img {
width: 200px;
}
}
@media (max-width: 640px){
.mu-header-featured-img,
.mu-header-featured-content {
width: 100%;
}
.mu-menu ul li a {
font-size: 20px;
font-weight: 300;
line-height: 1;
}
.mu-title-area {
padding: 0;
}
}
@media (max-width: 480px) {
.mu-logo img {
width: 150px;
}
.mu-video-close-btn {
top: 2%;
right: 5%;
height: 40px;
line-height: 35px;
width: 40px;
}
.mu-menu-close-btn {
right: 5%;
top: 30px;
}
.mu-video-iframe-area {
padding: 10% 5%;
}
.mu-video-iframe-area iframe {
height: 250px;
}
}
@media (max-width: 360px){
.mu-video-iframe-area {
padding: 15% 5%;
}
h2 {
font-size: 25px;
}
}
@media (max-width: 320px){
.mu-video-iframe-area {
padding: 30% 5%;
}
} | 0.150621 | 0.035046 |
.about-section {
background: url(../../assets/HomeHeadingBackground.jpg);
height: 80vh;
background-attachment: fixed;
background-size: cover;
margin-left: 8rem;
}
.about-wrapper {
background-color: rgba(85, 40, 3, 0.931);
height: 80vh;
width: 100%;
clip-path: polygon(0 0%, 100% 28%, 100% 100%, 0% 100%);
}
.clip-wrapper {
display: flex;
height: 80rem;
flex: 1 1;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.about-image-wrapper {
width: 25rem;
}
.about-image {
border-radius: 3rem;
border: .2rem solid rgba(129, 64, 11, 0.911);
width: 100%;
box-shadow: .1rem .1rem .5rem black;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 30rem;
margin: 10rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part h1 {
font-family: 4rem;
text-decoration: underline;
letter-spacing: .2rem;
font-weight: 500;
}
.about-text-part p {
font-size: 1.3rem;
font-family: 4rem;
font-weight: 500;
text-align: center;
}
@media(max-width: 900px) {
.about-image-wrapper {
width: 18rem;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 25rem;
margin: 3rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part h1 {
font-family: 3rem;
letter-spacing: 0rem;
}
.about-text-part p {
font-size: 1rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
text-align: center;
}
}
@media(max-width: 550px) {
.about-image-wrapper {
width: 15rem;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 27rem;
margin: 2rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part p {
font-size: .7rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
text-align: center;
}
} | src/components/About/About.css | .about-section {
background: url(../../assets/HomeHeadingBackground.jpg);
height: 80vh;
background-attachment: fixed;
background-size: cover;
margin-left: 8rem;
}
.about-wrapper {
background-color: rgba(85, 40, 3, 0.931);
height: 80vh;
width: 100%;
clip-path: polygon(0 0%, 100% 28%, 100% 100%, 0% 100%);
}
.clip-wrapper {
display: flex;
height: 80rem;
flex: 1 1;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.about-image-wrapper {
width: 25rem;
}
.about-image {
border-radius: 3rem;
border: .2rem solid rgba(129, 64, 11, 0.911);
width: 100%;
box-shadow: .1rem .1rem .5rem black;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 30rem;
margin: 10rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part h1 {
font-family: 4rem;
text-decoration: underline;
letter-spacing: .2rem;
font-weight: 500;
}
.about-text-part p {
font-size: 1.3rem;
font-family: 4rem;
font-weight: 500;
text-align: center;
}
@media(max-width: 900px) {
.about-image-wrapper {
width: 18rem;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 25rem;
margin: 3rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part h1 {
font-family: 3rem;
letter-spacing: 0rem;
}
.about-text-part p {
font-size: 1rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
text-align: center;
}
}
@media(max-width: 550px) {
.about-image-wrapper {
width: 15rem;
}
.about-text-part {
display: flex;
flex-direction: column;
flex: 1 1;
flex-wrap: wrap;
width: 27rem;
margin: 2rem;
border-radius: 1rem;
justify-content: center;
align-items: center;
}
.about-text-part p {
font-size: .7rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
text-align: center;
}
} | 0.682679 | 0.112991 |
.form-control {
max-width: 700px;
}
/* Tasks ------------------------------------ */
path {
fill: rgb(62, 63, 63);
}
svg {
height: 20px;
}
.headline-container {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.headline-container label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
font-weight: bold;
}
.create-task-container {
margin-bottom: 20px;
}
.task-container {
border: rgb(190, 189, 189) 1px solid;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
max-width: 700px;
}
.task-info {
width: 100%;
}
.task-container span {
font-size: 0.8rem;
}
.task-title {
margin-bottom: 0px;
}
.task-description {
margin-bottom: 0px;
}
/* Fixes edit btns so the won't block on small screens */
.edit-btn-container {
width: 97px;
display: flex;
justify-content: flex-end;
}
.edit-and-add-btns {
background-color: transparent;
border: none;
height: 26px;
}
.list-form {
display: flex;
align-items: flex-end;
margin-top: 10px;
}
.select-list-dropdown {
max-width: 200px;
height: 35px;
}
.bold-info-text {
font-weight: bold;
}
.date-list-container {
display: flex;
flex-direction: column;
}
.flex-container {
display: flex;
align-items: center;
}
/* NEW CLASS FOR WHEN SUBTASK IS COMPLETED */
.subtask-complete {
color: var(--complete-green);
text-decoration: line-through;
}
/* Lists --------------------------------------- */
.list-container {
border: var(--border-grey) 1px solid;
border-radius: 5px;
padding: 15px;
max-width: 700px;
margin-bottom: 10px;
}
.list-container span {
font-size: 0.8rem;
}
.task-container-in-list {
border: var(--border-grey) 1px solid;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
max-width: 700px;
}
.task-container-in-list input[type='checkbox'] {
margin-top: 5px;
}
.task-container-in-list label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
font-weight: bold;
}
.task-info-container {
margin-right: 5px;
margin-bottom: -5px;
}
.date-container-in-list {
margin-left: 40px;
}
.task-in-list-description {
margin-bottom: 0px;
}
.flex-btn-container {
display: flex;
}
.hidden {
display: none;
}
@media screen and (min-width: 992px) {
path {
fill: rgb(169, 172, 172);
}
.task-container:hover path {
fill: rgb(54, 54, 54);
}
.list-container:hover path {
fill: rgb(54, 54, 54);
}
}
@media screen and (min-width: 769px) {
.date-list-container {
flex-direction: row;
}
}
@media screen and (min-width: 554px) {
.task-description {
margin-left: 40px;
}
.date-list-container {
margin-left: 40px;
}
} | assets/styles/tasks-lists.css | .form-control {
max-width: 700px;
}
/* Tasks ------------------------------------ */
path {
fill: rgb(62, 63, 63);
}
svg {
height: 20px;
}
.headline-container {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.headline-container label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
font-weight: bold;
}
.create-task-container {
margin-bottom: 20px;
}
.task-container {
border: rgb(190, 189, 189) 1px solid;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
max-width: 700px;
}
.task-info {
width: 100%;
}
.task-container span {
font-size: 0.8rem;
}
.task-title {
margin-bottom: 0px;
}
.task-description {
margin-bottom: 0px;
}
/* Fixes edit btns so the won't block on small screens */
.edit-btn-container {
width: 97px;
display: flex;
justify-content: flex-end;
}
.edit-and-add-btns {
background-color: transparent;
border: none;
height: 26px;
}
.list-form {
display: flex;
align-items: flex-end;
margin-top: 10px;
}
.select-list-dropdown {
max-width: 200px;
height: 35px;
}
.bold-info-text {
font-weight: bold;
}
.date-list-container {
display: flex;
flex-direction: column;
}
.flex-container {
display: flex;
align-items: center;
}
/* NEW CLASS FOR WHEN SUBTASK IS COMPLETED */
.subtask-complete {
color: var(--complete-green);
text-decoration: line-through;
}
/* Lists --------------------------------------- */
.list-container {
border: var(--border-grey) 1px solid;
border-radius: 5px;
padding: 15px;
max-width: 700px;
margin-bottom: 10px;
}
.list-container span {
font-size: 0.8rem;
}
.task-container-in-list {
border: var(--border-grey) 1px solid;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
max-width: 700px;
}
.task-container-in-list input[type='checkbox'] {
margin-top: 5px;
}
.task-container-in-list label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
font-weight: bold;
}
.task-info-container {
margin-right: 5px;
margin-bottom: -5px;
}
.date-container-in-list {
margin-left: 40px;
}
.task-in-list-description {
margin-bottom: 0px;
}
.flex-btn-container {
display: flex;
}
.hidden {
display: none;
}
@media screen and (min-width: 992px) {
path {
fill: rgb(169, 172, 172);
}
.task-container:hover path {
fill: rgb(54, 54, 54);
}
.list-container:hover path {
fill: rgb(54, 54, 54);
}
}
@media screen and (min-width: 769px) {
.date-list-container {
flex-direction: row;
}
}
@media screen and (min-width: 554px) {
.task-description {
margin-left: 40px;
}
.date-list-container {
margin-left: 40px;
}
} | 0.487307 | 0.065635 |
@import url('https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
body {
font-family: "Montserrat", Arial, sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 1.6;
color: rgba(0, 0, 0, 0.5);
background: whitesmoke;
}
.sub-menu nav {
background-color: #2d3038;
}
.sub-menu {
color: #fff;
}
.sub-menu nav ul li a {
color: #fff !important;
}
.sub-menu nav ul li a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.identity {
margin-top: 0px;
pading-top: 0px;
font-family: 'Sacramento', cursive;
text-transform: capitalize;
font-weight: 700;
font-size: 34px;
}
.identity a, .sub-menu nav a {
color: #fff;
}
.sub-menu {
position: fixed;
z-index: 111;
top: 0px;
left: 0px;
width: 100%;
}
.dashboard-content {
padding-top: 65px;
}
.widget {
margin-bottom: 10px;
}
.widget-right {
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow: 0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
padding: 20px;
margin-left: 10px;
}
.comments-media, .table-responsive {
padding: 10px;
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow:0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
}
.widget-left {
height: auto;
padding: 10px;
padding-bottom: 10px;
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow: 0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
}
.widget-left .thumbnail {
margin-bottom: 0px;
}
.quick-view {
margin-bottom: 20px;
}
.quick-view li a, .widget span a, .quick-view h4 {
color: #fff;
}
.quick-view li a:hover {
color: #222;
}
.add-content-form input[type="file"] {
background: #eee;
padding: 10px;
}
.add-content-form button, .total-btn a {
color: #fff;
}
.total-btn a span {
color: #2196F3;
}
.btn-primary {
background: #873e95;
color: #fff;
border: 2px solid #873e95;
}
.btn-block {
display: block;
width: 100%;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
/**
*
*/
.color-yellow {
background-color: #f4bf00;
}
.color-orange-light {
background-color: #f7941d;
}
.color-orange {
background-color: #f26522;
}
.color-red {
background-color: #ed1c24;
}
.color-pink {
background-color: #e10337;
}
.color-pirple-light {
background-color: #b90162;
}
.color-pirple {
background-color: #873e95;
}
.color-grey {
background-color: #2d3038;
}
.color-blue {
background-color: #2196F3;
}
.color-green {
background-color: #00C853;
} | public/assets/css/backend-style.css | @import url('https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
body {
font-family: "Montserrat", Arial, sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 1.6;
color: rgba(0, 0, 0, 0.5);
background: whitesmoke;
}
.sub-menu nav {
background-color: #2d3038;
}
.sub-menu {
color: #fff;
}
.sub-menu nav ul li a {
color: #fff !important;
}
.sub-menu nav ul li a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.identity {
margin-top: 0px;
pading-top: 0px;
font-family: 'Sacramento', cursive;
text-transform: capitalize;
font-weight: 700;
font-size: 34px;
}
.identity a, .sub-menu nav a {
color: #fff;
}
.sub-menu {
position: fixed;
z-index: 111;
top: 0px;
left: 0px;
width: 100%;
}
.dashboard-content {
padding-top: 65px;
}
.widget {
margin-bottom: 10px;
}
.widget-right {
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow: 0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
padding: 20px;
margin-left: 10px;
}
.comments-media, .table-responsive {
padding: 10px;
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow:0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
}
.widget-left {
height: auto;
padding: 10px;
padding-bottom: 10px;
-webkit-box-shadow: 0px 0px 10px #c1c1c1;
-moz-box-shadow: 0px 0px 10px #c1c1c1;
-o-box-shadow: 0px 0px 10px #c1c1c1;
box-shadow: 0px 0px 10px #c1c1c1;
}
.widget-left .thumbnail {
margin-bottom: 0px;
}
.quick-view {
margin-bottom: 20px;
}
.quick-view li a, .widget span a, .quick-view h4 {
color: #fff;
}
.quick-view li a:hover {
color: #222;
}
.add-content-form input[type="file"] {
background: #eee;
padding: 10px;
}
.add-content-form button, .total-btn a {
color: #fff;
}
.total-btn a span {
color: #2196F3;
}
.btn-primary {
background: #873e95;
color: #fff;
border: 2px solid #873e95;
}
.btn-block {
display: block;
width: 100%;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
/**
*
*/
.color-yellow {
background-color: #f4bf00;
}
.color-orange-light {
background-color: #f7941d;
}
.color-orange {
background-color: #f26522;
}
.color-red {
background-color: #ed1c24;
}
.color-pink {
background-color: #e10337;
}
.color-pirple-light {
background-color: #b90162;
}
.color-pirple {
background-color: #873e95;
}
.color-grey {
background-color: #2d3038;
}
.color-blue {
background-color: #2196F3;
}
.color-green {
background-color: #00C853;
} | 0.338624 | 0.091463 |
html {
height: 100%;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-weight: 300;
overflow: hidden;
font-family: sans-serif;
}
body,
#root {
height: 100%;
}
.UnderConstruction {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100%;
width: 100%;
}
.UnderConstruction-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.UnderConstruction-container {
margin-top: -50px;
width: 100%;
max-width: 800px;
position: relative;
}
@media (max-width: 700px) {
.UnderConstruction-container {
margin-top: -120px;
}
}
.UnderConstruction-logo-container {
text-align: center;
}
.UnderConstruction-logo {
width: 130px;
}
.UnderConstruction-title {
margin: 0 auto;
margin-top: 18px;
font-size: 40px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-title {
font-size: 30px;
}
}
.UnderConstruction-description {
margin: 0 auto;
margin-top: 18px;
font-size: 22px;
line-height: 32px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-description {
font-size: 16px;
}
}
.UnderConstruction-notify {
margin-top: 18px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-notify {
max-width: 100%;
padding: 0 15px;
}
}
.UnderConstruction-input {
border-radius: 4px;
width: 230px;
height: 38px;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
border: 1px solid #fff;
border-color: rgba(255, 255, 255, 0.3);
padding-left: 15px;
font-size: 14px;
transition: all .2s ease-in;
box-sizing: border-box;
}
.UnderConstruction-input::placeholder {
color: #fff;
font-size: 14px;
}
@media (max-width: 700px) {
.UnderConstruction-input {
padding-left: 10px;
width: 100%;
}
}
.UnderConstruction-input:focus {
border-color: #fff;
outline: none;
}
.UnderConstruction-notify-button {
width: 100px;
height: 40px;
background-color: #ff3b30;
border: 0;
color: white;
border-radius: 4px;
margin-left: 4px;
font-size: 14px;
cursor: pointer;
transition: all .2s ease-in;
}
@media (max-width: 700px) {
.UnderConstruction-notify-button {
width: 100%;
margin: 15px 0;
}
}
.UnderConstruction-notify-button:hover {
background-color: #fc0d00;
}
.UnderConstruction-notify-button:focus {
outline: none;
}
.UnderConstruction-social-networks {
width: 100%;
position: fixed;
text-align: center;
bottom: 30px;
}
.UnderConstruction-social-networks-link {
color: white;
opacity: .8;
display: inline-block;
text-decoration: none;
transition: all .3s ease-in;
margin-right: 20px;
}
.UnderConstruction-social-networks-link:hover {
opacity: 1;
text-decoration: underline;
}
.UnderConstruction-social-networks-link:last-child {
margin-right: 0;
}
.UnderConstruction-social-networks-image {
width: 26px;
}
.UnderConstruction-social-networks-text {
display: block;
margin-top: 3px;
font-size: 12px;
} | src/lib/components/UnderConstruction.css | html {
height: 100%;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-weight: 300;
overflow: hidden;
font-family: sans-serif;
}
body,
#root {
height: 100%;
}
.UnderConstruction {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100%;
width: 100%;
}
.UnderConstruction-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.UnderConstruction-container {
margin-top: -50px;
width: 100%;
max-width: 800px;
position: relative;
}
@media (max-width: 700px) {
.UnderConstruction-container {
margin-top: -120px;
}
}
.UnderConstruction-logo-container {
text-align: center;
}
.UnderConstruction-logo {
width: 130px;
}
.UnderConstruction-title {
margin: 0 auto;
margin-top: 18px;
font-size: 40px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-title {
font-size: 30px;
}
}
.UnderConstruction-description {
margin: 0 auto;
margin-top: 18px;
font-size: 22px;
line-height: 32px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-description {
font-size: 16px;
}
}
.UnderConstruction-notify {
margin-top: 18px;
text-align: center;
}
@media (max-width: 700px) {
.UnderConstruction-notify {
max-width: 100%;
padding: 0 15px;
}
}
.UnderConstruction-input {
border-radius: 4px;
width: 230px;
height: 38px;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
border: 1px solid #fff;
border-color: rgba(255, 255, 255, 0.3);
padding-left: 15px;
font-size: 14px;
transition: all .2s ease-in;
box-sizing: border-box;
}
.UnderConstruction-input::placeholder {
color: #fff;
font-size: 14px;
}
@media (max-width: 700px) {
.UnderConstruction-input {
padding-left: 10px;
width: 100%;
}
}
.UnderConstruction-input:focus {
border-color: #fff;
outline: none;
}
.UnderConstruction-notify-button {
width: 100px;
height: 40px;
background-color: #ff3b30;
border: 0;
color: white;
border-radius: 4px;
margin-left: 4px;
font-size: 14px;
cursor: pointer;
transition: all .2s ease-in;
}
@media (max-width: 700px) {
.UnderConstruction-notify-button {
width: 100%;
margin: 15px 0;
}
}
.UnderConstruction-notify-button:hover {
background-color: #fc0d00;
}
.UnderConstruction-notify-button:focus {
outline: none;
}
.UnderConstruction-social-networks {
width: 100%;
position: fixed;
text-align: center;
bottom: 30px;
}
.UnderConstruction-social-networks-link {
color: white;
opacity: .8;
display: inline-block;
text-decoration: none;
transition: all .3s ease-in;
margin-right: 20px;
}
.UnderConstruction-social-networks-link:hover {
opacity: 1;
text-decoration: underline;
}
.UnderConstruction-social-networks-link:last-child {
margin-right: 0;
}
.UnderConstruction-social-networks-image {
width: 26px;
}
.UnderConstruction-social-networks-text {
display: block;
margin-top: 3px;
font-size: 12px;
} | 0.525369 | 0.059237 |
@-moz-document domain("www.weibo.com") {
/** Header **/
a[nm="game"] {
display: none !important;
}
a[nm="find"] {
display: none !important;
}
a[nm="tv"] {
display: none !important;
}
.WB_global_nav .gn_nav {
width: 250px;
}
/** Feed **/
/* Ad feed */
div[feedtype="ad"] {
display: none;
}
/* Extend content column */
@media screen and (min-width: 1005px) {
#v6_pl_content_homefeed {
width: 840px;
}
.WB_tab_a .tab_box_a_r6 .fr_box {
width: 528px;
}
/* .WB_feed_v3 .WB_media_a_m5, .WB_feed_v3 .WB_media_a_m6, .WB_feed_v3 .WB_media_a_m9 {
width: 105%;
} */
.WB_feed_v3 .WB_media_view, .WB_feed_v3 .WB_media_view .media_show_box li {
width: 100%;
}
.WB_feed_v3 .artwork_box {
width: 100%;
}
.WB_media_view .media_show_box img {
display: inherit;
}
#v6_pl_content_homefeed .WB_feed_v3 .WB_face .opt {
right: -760px;
}
}
/* User profile image */
.W_face_radius {
border-radius: 0;
}
/* Feed font */
.WB_text, .W_f14 {
font-size: 15px;
}
.WB_feed_v3 .WB_expand .WB_text {
line-height: 23px;
}
/* User icon */
/* .W_icon .W_icon_co1, .W_icon_yystyle {
display: none;
} */
[class^="W_icon"] {
display: none;
}
.male, .female {
display: inline-block !important;
}
.icon_pf_male {
display: inline-block;
}
.icon_pf_female {
display: inline-block;
}
/* Feed decoration */
.WB_vipcover, .WB_starcover {
display: none;
}
.WB_feed_detail {
background-image: none !important;
}
/* More option menu */
.WB_screen {
display: none;
}
/* Super topic (Chao Hua) */
div[action-type="fl_jumpurl"]:not(.SW_fun) {
display: none;
}
/* Feed image like button */
span[action-type="feed_list_image_like"] {
display: none;
}
.artwork_box:hover .W_btn_alpha {
display: none;
}
/** Big image **/
.pos_margin {
display: none;
}
/** Comment **/
.hover {
display: none;
}
/** Left side bar **/
.WB_left_nav .lev_Box h3 {
height: 24px;
}
/* div[node-type="leftnav_scroll"] {
height: 500px !important;
} */
a[href="//d.weibo.com"] {
display: none !important;
}
a[href="https://krcom.cn"] {
display: none !important;
}
a[title="V+微博"] {
display: none !important;
}
a[href="/groupsfeed?leftnav=1&wvr=6&isgroupsfeed=1&step=2"] {
display: none !important;
}
a[href="https://weibo.com/tv"] {
display: none !important;
}
.lev_line_v2 {
display: none;
}
#Pl_Core_T1SingleColumn__88 {
display: none;
}
/** Right side bar **/
#v6_pl_rightmod_recominfo {
display: none;
}
#v6_pl_rightmod_ads36 {
display: none;
}
#v6_pl_rightmod_rank {
display: none;
}
#v6_pl_rightmod_attfeed {
display: none;
}
#v6_trustPagelet_recom_member {
display: none;
}
#v6_pl_rightmod_noticeboard {
display: none;
}
#v6_pl_rightmod_groups {
display: none;
}
#v6_pl_rightmod_feedback {
display: none;
}
#v6_pl_rightmod_recomgroupuser {
display: none;
}
.webim_fold_v2 {
width: 131px;
}
/** Bottom **/
.W_tips {
display: none;
}
/* Bottom Ad */
.WB_frame_bottom {
display: none;
}
/* Footer */
.WB_footer {
display: none;
}
/** Shared by Weibo detail and user profile pages **/
/* .B_page .WB_frame {
width: 920px;
}
.B_page .WB_frame #plc_main {
width: 100%;
}
.WB_frame_b {
display: none;
} */
/* .WB_frame_c {
width: 100%;
} */
/* .WB_frame_c .WB_feed_detail .WB_face .opt {
right: -820px;
} */
/* .WB_feed_detail .WB_feed_v3 .WB_media_a_m5, .WB_feed_v3 .WB_media_a_m6, .WB_feed_v3 .WB_media_a_m9 {
width: 95%;
} */
/** Weibo detail **/
div[id^="Pl_Core_RecommendFeed"] {
display: none;
}
.PCD_mplayer {
display: none;
}
/** Weibo user profile **/
div[id^="Pl_Core_P1MultiPic"] {
display: none;
}
#Pl_Third_Inline__7 {
display: none;
}
#Pl_Core_FansGroups__9 {
display: none;
}
#Pl_Core_PicText__13 {
display: none;
}
.pf_use_num {
display: none;
}
.pf_copy_icon {
display: none !important;
}
p[class="verify clearfix"] {
display: none;
}
} | data/usercss/186007.user.css | @-moz-document domain("www.weibo.com") {
/** Header **/
a[nm="game"] {
display: none !important;
}
a[nm="find"] {
display: none !important;
}
a[nm="tv"] {
display: none !important;
}
.WB_global_nav .gn_nav {
width: 250px;
}
/** Feed **/
/* Ad feed */
div[feedtype="ad"] {
display: none;
}
/* Extend content column */
@media screen and (min-width: 1005px) {
#v6_pl_content_homefeed {
width: 840px;
}
.WB_tab_a .tab_box_a_r6 .fr_box {
width: 528px;
}
/* .WB_feed_v3 .WB_media_a_m5, .WB_feed_v3 .WB_media_a_m6, .WB_feed_v3 .WB_media_a_m9 {
width: 105%;
} */
.WB_feed_v3 .WB_media_view, .WB_feed_v3 .WB_media_view .media_show_box li {
width: 100%;
}
.WB_feed_v3 .artwork_box {
width: 100%;
}
.WB_media_view .media_show_box img {
display: inherit;
}
#v6_pl_content_homefeed .WB_feed_v3 .WB_face .opt {
right: -760px;
}
}
/* User profile image */
.W_face_radius {
border-radius: 0;
}
/* Feed font */
.WB_text, .W_f14 {
font-size: 15px;
}
.WB_feed_v3 .WB_expand .WB_text {
line-height: 23px;
}
/* User icon */
/* .W_icon .W_icon_co1, .W_icon_yystyle {
display: none;
} */
[class^="W_icon"] {
display: none;
}
.male, .female {
display: inline-block !important;
}
.icon_pf_male {
display: inline-block;
}
.icon_pf_female {
display: inline-block;
}
/* Feed decoration */
.WB_vipcover, .WB_starcover {
display: none;
}
.WB_feed_detail {
background-image: none !important;
}
/* More option menu */
.WB_screen {
display: none;
}
/* Super topic (Chao Hua) */
div[action-type="fl_jumpurl"]:not(.SW_fun) {
display: none;
}
/* Feed image like button */
span[action-type="feed_list_image_like"] {
display: none;
}
.artwork_box:hover .W_btn_alpha {
display: none;
}
/** Big image **/
.pos_margin {
display: none;
}
/** Comment **/
.hover {
display: none;
}
/** Left side bar **/
.WB_left_nav .lev_Box h3 {
height: 24px;
}
/* div[node-type="leftnav_scroll"] {
height: 500px !important;
} */
a[href="//d.weibo.com"] {
display: none !important;
}
a[href="https://krcom.cn"] {
display: none !important;
}
a[title="V+微博"] {
display: none !important;
}
a[href="/groupsfeed?leftnav=1&wvr=6&isgroupsfeed=1&step=2"] {
display: none !important;
}
a[href="https://weibo.com/tv"] {
display: none !important;
}
.lev_line_v2 {
display: none;
}
#Pl_Core_T1SingleColumn__88 {
display: none;
}
/** Right side bar **/
#v6_pl_rightmod_recominfo {
display: none;
}
#v6_pl_rightmod_ads36 {
display: none;
}
#v6_pl_rightmod_rank {
display: none;
}
#v6_pl_rightmod_attfeed {
display: none;
}
#v6_trustPagelet_recom_member {
display: none;
}
#v6_pl_rightmod_noticeboard {
display: none;
}
#v6_pl_rightmod_groups {
display: none;
}
#v6_pl_rightmod_feedback {
display: none;
}
#v6_pl_rightmod_recomgroupuser {
display: none;
}
.webim_fold_v2 {
width: 131px;
}
/** Bottom **/
.W_tips {
display: none;
}
/* Bottom Ad */
.WB_frame_bottom {
display: none;
}
/* Footer */
.WB_footer {
display: none;
}
/** Shared by Weibo detail and user profile pages **/
/* .B_page .WB_frame {
width: 920px;
}
.B_page .WB_frame #plc_main {
width: 100%;
}
.WB_frame_b {
display: none;
} */
/* .WB_frame_c {
width: 100%;
} */
/* .WB_frame_c .WB_feed_detail .WB_face .opt {
right: -820px;
} */
/* .WB_feed_detail .WB_feed_v3 .WB_media_a_m5, .WB_feed_v3 .WB_media_a_m6, .WB_feed_v3 .WB_media_a_m9 {
width: 95%;
} */
/** Weibo detail **/
div[id^="Pl_Core_RecommendFeed"] {
display: none;
}
.PCD_mplayer {
display: none;
}
/** Weibo user profile **/
div[id^="Pl_Core_P1MultiPic"] {
display: none;
}
#Pl_Third_Inline__7 {
display: none;
}
#Pl_Core_FansGroups__9 {
display: none;
}
#Pl_Core_PicText__13 {
display: none;
}
.pf_use_num {
display: none;
}
.pf_copy_icon {
display: none !important;
}
p[class="verify clearfix"] {
display: none;
}
} | 0.339609 | 0.054525 |
tr.bx-calendar-day-currow td {background-color: #E3EEF3 !important;}
.bx-calendar-day-main-table{border-top: solid 1px #C9C9C9; border-left: solid 1px #C9C9C9; border-spacing: 0;}
.bx-calendar-day-main-table td {padding: 2px 0px; vertical-align: middle; border-right: solid 1px #C9C9C9; border-bottom: solid 1px #C9C9C9; font-size: 0.95em; -moz-box-sizing: border-box;}
.bx-calendar-day-main-table td.bx-calendar-day-hour {font-size: 0.9em; text-align: center; padding: 1px;}
.bx-calendar-day-main-table td.bx-calendar-day-hour-long {font-size: 0.9em; text-align: center; padding: 1px 5px;}
.bx-calendar-day-main-table td.bx-calendar-day-hour sup {font-size: 6px !important;}
.bx-calendar-day-main-table td.bx-calendar-day-hour-nonwork {background-color: #f7f8e9;}
.bx-calendar-day-main-table td.bx-calendar-day-now {background-color: #fdffd4;}
.bx-calendar-day-main-table td.bx-calendar-day-first-col div {width: 159px !important; white-space: nowrap; overflow: hidden; display: block; padding: 0px 0px 0px 6px;}
.bx-calendar-day-main-table td.bx-calendar-day-first-col {width: 165px; height: 20px; white-space: nowrap; overflow: hidden;}
table.bx-calendar-day-control-table {border-collapse: collapse; border: none;}
table.bx-calendar-day-control-table td {border-collapse: collapse; border: none; padding: 7px 10px 7px 10px; text-align: center; vertical-align: center; font-weight: bold; font-size: 16px; color: #0C283D; white-space: nowrap;}
table.bx-calendar-day-control-table td.bx-calendar-day-control-text a {text-decoration: none;}
.bx-calendar-day-main-table td.bx-calendar-day-empty {width: 165px; height: 20px; background-color:#FFFFFF;}
.bx-calendar-day-icon {display: block; height: 21px; width: 21px; background-repeat: no-repeat; background-image: url(/bitrix/components/bitrix/intranet.absence.calendar/templates/.default/images/arrows.gif);}
.bx-calendar-day-back {background-position: 0 0;}
.bx-calendar-day-fwd {background-position: -21px 0;}
div.bx-calendar-entry {position: absolute; height: 17px; background-repeat: repeat-x; background-position: left top; overflow: hidden; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; z-index: 20;}
div.bx-calendar-entry nobr {height: 16px; white-space: nowrap; font-size: 10px; padding: 1px 0px 0px 2px;}
div.bx-calendar-entry-active, div.bx-calendar-entry-active nobr {background-position: left bottom; overflow: visible !important; z-index: 30;}
div.bx-calendar-entry-active nobr.bx-calendar-admin {padding-right: 36px;} | bitrix/modules/intranet/install/components/bitrix/intranet.absence.calendar.view/templates/day/view.css | tr.bx-calendar-day-currow td {background-color: #E3EEF3 !important;}
.bx-calendar-day-main-table{border-top: solid 1px #C9C9C9; border-left: solid 1px #C9C9C9; border-spacing: 0;}
.bx-calendar-day-main-table td {padding: 2px 0px; vertical-align: middle; border-right: solid 1px #C9C9C9; border-bottom: solid 1px #C9C9C9; font-size: 0.95em; -moz-box-sizing: border-box;}
.bx-calendar-day-main-table td.bx-calendar-day-hour {font-size: 0.9em; text-align: center; padding: 1px;}
.bx-calendar-day-main-table td.bx-calendar-day-hour-long {font-size: 0.9em; text-align: center; padding: 1px 5px;}
.bx-calendar-day-main-table td.bx-calendar-day-hour sup {font-size: 6px !important;}
.bx-calendar-day-main-table td.bx-calendar-day-hour-nonwork {background-color: #f7f8e9;}
.bx-calendar-day-main-table td.bx-calendar-day-now {background-color: #fdffd4;}
.bx-calendar-day-main-table td.bx-calendar-day-first-col div {width: 159px !important; white-space: nowrap; overflow: hidden; display: block; padding: 0px 0px 0px 6px;}
.bx-calendar-day-main-table td.bx-calendar-day-first-col {width: 165px; height: 20px; white-space: nowrap; overflow: hidden;}
table.bx-calendar-day-control-table {border-collapse: collapse; border: none;}
table.bx-calendar-day-control-table td {border-collapse: collapse; border: none; padding: 7px 10px 7px 10px; text-align: center; vertical-align: center; font-weight: bold; font-size: 16px; color: #0C283D; white-space: nowrap;}
table.bx-calendar-day-control-table td.bx-calendar-day-control-text a {text-decoration: none;}
.bx-calendar-day-main-table td.bx-calendar-day-empty {width: 165px; height: 20px; background-color:#FFFFFF;}
.bx-calendar-day-icon {display: block; height: 21px; width: 21px; background-repeat: no-repeat; background-image: url(/bitrix/components/bitrix/intranet.absence.calendar/templates/.default/images/arrows.gif);}
.bx-calendar-day-back {background-position: 0 0;}
.bx-calendar-day-fwd {background-position: -21px 0;}
div.bx-calendar-entry {position: absolute; height: 17px; background-repeat: repeat-x; background-position: left top; overflow: hidden; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; z-index: 20;}
div.bx-calendar-entry nobr {height: 16px; white-space: nowrap; font-size: 10px; padding: 1px 0px 0px 2px;}
div.bx-calendar-entry-active, div.bx-calendar-entry-active nobr {background-position: left bottom; overflow: visible !important; z-index: 30;}
div.bx-calendar-entry-active nobr.bx-calendar-admin {padding-right: 36px;} | 0.30054 | 0.108708 |
.timer {
display: block;
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.timer .countdown-clock {
font-weight: 100;
font-size: 5rem;
text-align: center;
margin-bottom: auto;
}
.wide-button {
width: 200px;
height: 40px;
margin-bottom: 15px;
font-size: 1.5rem;
font-weight: 100;
background-color: rgb(105, 105, 105);
border: none;
text-transform: uppercase;
}
.wide-button:hover {
color: rgb(105, 105, 105);
background-color: white;
}
.wide-button.long-break {
font-size: 1.2rem !important;
}
.pomodoroCount {
text-align: center;
font-size: 1.5rem;
margin-top: 25px;
}
.pomodoroCount span {
margin: 0px 5.5px;
}
.pomodoroCount .clear-button {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
width: 50px;
height: 25px;
font-size: .75rem;
}
.break-message {
position: absolute;
width: 100%;
top: 50px;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
}
.work-topic {
position: absolute;
width: 400px;
height: 260px;
max-width: 100%;
top: 500px;
/* Set back to 0px if you delete animation. */
left: -410px;
right: 0;
/*
margin-left: auto;
margin-right: auto;
*/
text-align: center;
/* border: solid 1px;*/
background-color: rgba(255, 255, 255, 0.9);
padding: 5px;
}
.work-topic h1 {
margin-top: 50px;
font-weight: 100;
font-size: 1.5rem;
color: rgb(105, 105, 105);
}
.work-list h1 {
font-weight: 100;
text-transform: uppercase;
font-size: 1.5rem;
color: rgb(105, 105, 105);
text-align: center;
}
.work-topic-submit {
width: 150px;
height: 30px;
margin-top: 15px;
margin-bottom: 30px;
font-size: 1.1rem;
font-weight: 100;
background-color: rgb(105, 105, 105);
text-transform: uppercase;
border: none;
}
.work-topic-form {
width: 300px;
max-width: 90%;
height: 30px;
margin-bottom: 15px;
padding: 0 7px;
font-size: 1.1rem;
font-weight: 300;
color: darkgray;
background-color: rgb(105, 105, 105);
border: none;
}
.remove-x {
font-size: 1.1rem;
font-weight: 700;
margin-right: 5px;
cursor: pointer;
cursor: hand;
}
.slide-button {
background-color: rgb(105, 105, 105);
position: absolute;
width: 20px;
height: 40px;
/*
left: 0px;
top: 600px;
*/
right: -20px;
border: none;
color: rgb(105, 105, 105);
}
.work-list {
position: absolute;
background-color: rgba(255, 255, 255, 0.9);
width: 250px;
height: 260px;
right: 0px;
top: 500px;
padding: 5px;
color: rgb(105, 105, 105);
font-weight: 300;
}
.work-list ol {
list-style-type: none;
padding: 15px;
} | dist/styles/pomodoro.css | .timer {
display: block;
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.timer .countdown-clock {
font-weight: 100;
font-size: 5rem;
text-align: center;
margin-bottom: auto;
}
.wide-button {
width: 200px;
height: 40px;
margin-bottom: 15px;
font-size: 1.5rem;
font-weight: 100;
background-color: rgb(105, 105, 105);
border: none;
text-transform: uppercase;
}
.wide-button:hover {
color: rgb(105, 105, 105);
background-color: white;
}
.wide-button.long-break {
font-size: 1.2rem !important;
}
.pomodoroCount {
text-align: center;
font-size: 1.5rem;
margin-top: 25px;
}
.pomodoroCount span {
margin: 0px 5.5px;
}
.pomodoroCount .clear-button {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
width: 50px;
height: 25px;
font-size: .75rem;
}
.break-message {
position: absolute;
width: 100%;
top: 50px;
text-align: center;
font-weight: 500;
font-size: 1.5rem;
}
.work-topic {
position: absolute;
width: 400px;
height: 260px;
max-width: 100%;
top: 500px;
/* Set back to 0px if you delete animation. */
left: -410px;
right: 0;
/*
margin-left: auto;
margin-right: auto;
*/
text-align: center;
/* border: solid 1px;*/
background-color: rgba(255, 255, 255, 0.9);
padding: 5px;
}
.work-topic h1 {
margin-top: 50px;
font-weight: 100;
font-size: 1.5rem;
color: rgb(105, 105, 105);
}
.work-list h1 {
font-weight: 100;
text-transform: uppercase;
font-size: 1.5rem;
color: rgb(105, 105, 105);
text-align: center;
}
.work-topic-submit {
width: 150px;
height: 30px;
margin-top: 15px;
margin-bottom: 30px;
font-size: 1.1rem;
font-weight: 100;
background-color: rgb(105, 105, 105);
text-transform: uppercase;
border: none;
}
.work-topic-form {
width: 300px;
max-width: 90%;
height: 30px;
margin-bottom: 15px;
padding: 0 7px;
font-size: 1.1rem;
font-weight: 300;
color: darkgray;
background-color: rgb(105, 105, 105);
border: none;
}
.remove-x {
font-size: 1.1rem;
font-weight: 700;
margin-right: 5px;
cursor: pointer;
cursor: hand;
}
.slide-button {
background-color: rgb(105, 105, 105);
position: absolute;
width: 20px;
height: 40px;
/*
left: 0px;
top: 600px;
*/
right: -20px;
border: none;
color: rgb(105, 105, 105);
}
.work-list {
position: absolute;
background-color: rgba(255, 255, 255, 0.9);
width: 250px;
height: 260px;
right: 0px;
top: 500px;
padding: 5px;
color: rgb(105, 105, 105);
font-weight: 300;
}
.work-list ol {
list-style-type: none;
padding: 15px;
} | 0.505371 | 0.100879 |
.sspp form {
padding: 0;
margin: 0;
}
.ssblog {
padding-top: 3px;
}
.convention {
margin-left: 14px;
color: #FF0000;
}
a.convention:hover {
COLOR: #FF0000;
TEXT-DECORATION: underline
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.sspp {
float: left;
font-size: 12px;
height: 20px;
padding-left: 10px;
padding-top: 1px;
position: relative;
}
.leftComent {
float: left;
width: 194px;
padding-top: 4px;
}
.sspp input {
font-size: 12px;
vertical-align: middle;
}
.sspp .login {
padding-top: 0px !important;
padding-top: 1px;
height: 20px;
width: 35px;
margin-top: -2px;
}
.mid {
width: 160px;
float: left;
padding-top: 4px;
}
.mid .err {
display: inline;
padding: 0;
margin: 0;
border: 0;
}
.mid {
color: #ff6600;
display: inline;
}
.mid p span {
color: #000;
}
.close,.open {
font-size: 12px;
background: url(http://www.sohu.com/passport/images/ppsohu_bg1.gif)
no-repeat;
vertical-align: middle;
height: 23px;
width: 49px;
border: 0;
padding: 0 !important;
padding: 5px 0 0 0;
margin: 0;
position: absolute;
left: 350px !important;
left: 350px;
top: 0px;
}
.open {
background: url(/styles/open.gif) no-repeat;
padding: 0
}
.hidden {
display: none
}
.posr {
position: relative
}
.posa {
position: absolute;
margin: 0px 0 0 205px !important;
margin: -6px 0 0 -195px;
padding: 0px;
}
.comment a {
color: #000099;
text-decoration: underline;
font-weight: bold;
text-align: left;
font-size: 14px;
}
.comment a:hover {
color: #990033;
}
.comment1 a {
color: #000099;
text-decoration: underline;
font-weight: bold;
text-align: left;
font-size: 12px;
}
.comment1 a:hover {
color: #990033;
}
.comment2 {
text-align: left;
}
.passportcoment ul,.passportcoment ol,.passportcoment li,.passportcoment span,.passportcoment p,.passportcoment form
{
margin: 0;
padding: 0;
border: 0;
}
.passportcoment ul,.passportcoment ol,.passportcoment li {
list-style: none
}
.passportcoment {
width: 278px !important;
width: 280px;
height: 130px !important;
height: 120px;
font-size: 12px;
border: 1px #C6CFCE solid;
BACKGROUND-COLOR: #FFF;
}
.passportcoment b {
color: #FF0000;
}
.passportcoment_title {
margin: 8px 10px -8px 10px !important;
margin: 8px 10px 0px 10px;
}
.passportcoment_title span {
font-weight: bold;
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.passportcoment_content {
width: 268px !important;
width: 278px;
height: 110px !important;
height: 100px;
padding: 15px 0px 0px 10px !important;
padding: 0px 0px 0px 10px;
}
.passportcoment .listContA {
width: 258px !important;
width: 260px;
height: 73px;
border: 1px #C6CFCE solid;
background: #fff;
margin: 1px 3px 0px -1px !important;
margin: 8px 3px 0px -1px;
color: #FF6000;
}
.passportcoment .listContA ul {
margin-top: 7px !important;
margin-top: 9px;
margin-left: 8px;
}
.passportcoment .listContA li {
margin-bottom: 7px;
}
.passportcoment .listContA li p {
color: #313031;
}
.ppselecter,.ppselecter * {
font-size: 12px;
font-family: "宋体", Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
}
.ppselecter {
border: 1px solid #FFA700;
width: 166px;
margin-left: 1px;
}
.ppselecter .ppseltit {
background-color: #FFF6DF;
height: 15px;
padding-top: 4px;
text-indent: 6px;
color: #FF6000;
}
.ppselecter table td table td {
padding: 3px;
}
.ppselecter .active {
background: #FDD463;
color: #333;
font-weight: normal;
} | web/html/plugin/comment/css/card_comment.css | .sspp form {
padding: 0;
margin: 0;
}
.ssblog {
padding-top: 3px;
}
.convention {
margin-left: 14px;
color: #FF0000;
}
a.convention:hover {
COLOR: #FF0000;
TEXT-DECORATION: underline
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.sspp {
float: left;
font-size: 12px;
height: 20px;
padding-left: 10px;
padding-top: 1px;
position: relative;
}
.leftComent {
float: left;
width: 194px;
padding-top: 4px;
}
.sspp input {
font-size: 12px;
vertical-align: middle;
}
.sspp .login {
padding-top: 0px !important;
padding-top: 1px;
height: 20px;
width: 35px;
margin-top: -2px;
}
.mid {
width: 160px;
float: left;
padding-top: 4px;
}
.mid .err {
display: inline;
padding: 0;
margin: 0;
border: 0;
}
.mid {
color: #ff6600;
display: inline;
}
.mid p span {
color: #000;
}
.close,.open {
font-size: 12px;
background: url(http://www.sohu.com/passport/images/ppsohu_bg1.gif)
no-repeat;
vertical-align: middle;
height: 23px;
width: 49px;
border: 0;
padding: 0 !important;
padding: 5px 0 0 0;
margin: 0;
position: absolute;
left: 350px !important;
left: 350px;
top: 0px;
}
.open {
background: url(/styles/open.gif) no-repeat;
padding: 0
}
.hidden {
display: none
}
.posr {
position: relative
}
.posa {
position: absolute;
margin: 0px 0 0 205px !important;
margin: -6px 0 0 -195px;
padding: 0px;
}
.comment a {
color: #000099;
text-decoration: underline;
font-weight: bold;
text-align: left;
font-size: 14px;
}
.comment a:hover {
color: #990033;
}
.comment1 a {
color: #000099;
text-decoration: underline;
font-weight: bold;
text-align: left;
font-size: 12px;
}
.comment1 a:hover {
color: #990033;
}
.comment2 {
text-align: left;
}
.passportcoment ul,.passportcoment ol,.passportcoment li,.passportcoment span,.passportcoment p,.passportcoment form
{
margin: 0;
padding: 0;
border: 0;
}
.passportcoment ul,.passportcoment ol,.passportcoment li {
list-style: none
}
.passportcoment {
width: 278px !important;
width: 280px;
height: 130px !important;
height: 120px;
font-size: 12px;
border: 1px #C6CFCE solid;
BACKGROUND-COLOR: #FFF;
}
.passportcoment b {
color: #FF0000;
}
.passportcoment_title {
margin: 8px 10px -8px 10px !important;
margin: 8px 10px 0px 10px;
}
.passportcoment_title span {
font-weight: bold;
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.passportcoment_content {
width: 268px !important;
width: 278px;
height: 110px !important;
height: 100px;
padding: 15px 0px 0px 10px !important;
padding: 0px 0px 0px 10px;
}
.passportcoment .listContA {
width: 258px !important;
width: 260px;
height: 73px;
border: 1px #C6CFCE solid;
background: #fff;
margin: 1px 3px 0px -1px !important;
margin: 8px 3px 0px -1px;
color: #FF6000;
}
.passportcoment .listContA ul {
margin-top: 7px !important;
margin-top: 9px;
margin-left: 8px;
}
.passportcoment .listContA li {
margin-bottom: 7px;
}
.passportcoment .listContA li p {
color: #313031;
}
.ppselecter,.ppselecter * {
font-size: 12px;
font-family: "宋体", Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
}
.ppselecter {
border: 1px solid #FFA700;
width: 166px;
margin-left: 1px;
}
.ppselecter .ppseltit {
background-color: #FFF6DF;
height: 15px;
padding-top: 4px;
text-indent: 6px;
color: #FF6000;
}
.ppselecter table td table td {
padding: 3px;
}
.ppselecter .active {
background: #FDD463;
color: #333;
font-weight: normal;
} | 0.334046 | 0.112747 |
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{text-decoration:none;color:inherit;background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{text-decoration:underline;outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}
img{border-style:none;width:100%;border-radius:15px}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:11pt;white-space:pre-wrap;border-radius:5px;}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
.container{position:relative; width:100%; max-width:960px; margin:0 auto; padding:0 20px; box-sizing:border-box;}
.column,.columns{width:100%; float:left; box-sizing:border-box;}
@media (min-width:400px){.container{width:85%; padding:0;}}
@media (min-width:550px){
.container{width:80%;}
.column, .columns{margin-left:4%;}
.column:first-child, .columns:first-child{margin-left:0;}
.one.column, .one.columns{width:4.66666666667%;}
.two.columns{width:13.3333333333%;}
.three.columns{width:22%;}
.four.columns{width:30.6666666667%;}
.five.columns{width:39.3333333333%;}
.six.columns{width:48%;}
.seven.columns{width:56.6666666667%;}
.eight.columns{width:65.3333333333%;}
.nine.columns{width:74.0%;}
.ten.columns{width:82.6666666667%;}
.eleven.columns{width:91.3333333333%;}
.twelve.columns{width:100%; margin-left:0;}
.one-third.column{width:30.6666666667%;}
.two-thirds.column{width:65.3333333333%;}
.one-half.column{width:48%;}
.offset-by-one.column, .offset-by-one.columns{margin-left:8.66666666667%;}
.offset-by-two.column, .offset-by-two.columns{margin-left:17.3333333333%;}
.offset-by-three.column, .offset-by-three.columns{margin-left:26%;}
.offset-by-four.column, .offset-by-four.columns{margin-left:34.6666666667%;}
.offset-by-five.column, .offset-by-five.columns{margin-left:43.3333333333%;}
.offset-by-six.column, .offset-by-six.columns{margin-left:52%;}
.offset-by-seven.column, .offset-by-seven.columns{margin-left:60.6666666667%;}
.offset-by-eight.column, .offset-by-eight.columns{margin-left:69.3333333333%;}
.offset-by-nine.column, .offset-by-nine.columns{margin-left:78.0%;}
.offset-by-ten.column, .offset-by-ten.columns{margin-left:86.6666666667%;}
.offset-by-eleven.column, .offset-by-eleven.columns{margin-left:95.3333333333%;}
.offset-by-one-third.column, .offset-by-one-third.columns{margin-left:34.6666666667%;}
.offset-by-two-thirds.column, .offset-by-two-thirds.columns{margin-left:69.3333333333%;}
.offset-by-one-half.column, .offset-by-one-half.columns{margin-left:52%;}
}
html{font-size:62.5%;}
body{font-size:1.5em; line-height:1.6; font-weight:400; font-family:"Open Sans","Helvetica Neue",sans-serif; color:#222;}
h1, h2, h3, h4, h5, h6{
margin-top:0;
margin-bottom:2rem;
font-weight:300;}
h1{font-size:4.0rem; line-height:1.2; letter-spacing:-.1rem;}
h2{font-size:3.6rem; line-height:1.25; letter-spacing:-.1rem;}
h3{font-size:3.0rem; line-height:1.3; letter-spacing:-.1rem;}
h4{font-size:2.4rem; line-height:1.35; letter-spacing:-.08rem;}
h5{font-size:1.8rem; line-height:1.5; letter-spacing:-.05rem;}
h6{font-size:1.5rem; line-height:1.6; letter-spacing:0;}
@media (min-width:550px){
h1{font-size:5.0rem;}
h2{font-size:4.2rem;}
h3{font-size:3.6rem;}
h4{font-size:3.0rem;}
h5{font-size:2.4rem;}
h6{font-size:1.5rem;}
}
p{margin-top:0;}
a{color:#1EAEDB;}
a:hover{color:#0FA0CE;}
.button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block; height:38px; padding:0 30px; color:#555; text-align:center; font-size:11px; font-weight:600; line-height:38px; letter-spacing:.1rem; text-transform:uppercase; text-decoration:none; white-space:nowrap; background-color:transparent; border-radius:4px; border:1px solid #bbb; cursor:pointer; box-sizing:border-box;}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{
color:#333; border-color:#888; outline:0; text-decoration:none;}
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary{
color:#FFF; background-color:#33C3F0; border-color:#33C3F0;}
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus{
color:#FFF; background-color:#1EAEDB; border-color:#1EAEDB; text-decoration:none;}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{
height:38px; padding:6px 10px; background-color:#fff; border:1px solid #D1D1D1; border-radius:4px; box-shadow:none; box-sizing:border-box;}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],
textarea{-webkit-appearance:none; -moz-appearance:none; appearance:none;}
textarea{min-height:65px; padding-top:6px; padding-bottom:6px;}
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border:1px solid #33C3F0; outline:0;}
label,legend{display:block; margin-bottom:.5rem; font-weight:600;}
fieldset{padding:0; border-width:0;}input[type="checkbox"],input[type="radio"]{display:inline;}
label > .label-body{display:inline-block; margin-left:.5rem; font-weight:normal;}
ul{list-style:circle inside;}
ol{list-style:decimal inside;}
ol, ul{padding-left:0; margin-top:0;}
ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem; font-size:90%;}
li{margin-bottom:1rem;}
code{padding:.2rem .5rem; margin:0 .2rem; font-size:90%; white-space:nowrap; background:#F1F1F1; border:1px solid #E1E1E1; border-radius:4px;}
pre > code{display:block; padding:1rem 1.5rem; white-space:pre;}
th,td{padding:12px 15px; text-align:left; border-bottom:1px solid #E1E1E1;}
th:first-child,td:first-child{padding-left:0;}
th:last-child,td:last-child{padding-right:0;}
button,.button{margin-bottom:1rem;}
input,textarea,select,fieldset{margin-bottom:1.5rem;}
pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem;}
.u-full-width{width:100%; box-sizing:border-box;}
.u-max-full-width{max-width:100%; box-sizing:border-box;}
.u-pull-right{float:right;}
.u-pull-left{float:left;}
hr{margin-top:3rem; margin-bottom:3.5rem; border-width:0; border-top:1px solid #E1E1E1;}
.container:after,.row:after,.u-cf{content:""; display:table; clear:both;}
@font-face{
font-family:'icomoon';
src:url('../fonts/icomoon.eot?a7b79g');
src:url('../fonts/icomoon.eot?a7b79g#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?a7b79g') format('truetype'),
url('../fonts/icomoon.woff?a7b79g') format('woff'),
url('../fonts/icomoon.svg?a7b79g#icomoon') format('svg');
font-weight:normal; font-style:normal;
}
[class^="icon-"], [class*=" icon-"]{font-family:'icomoon' !important; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; vertical-align:middle; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
.icon-home:before{content:"\e900";}
.icon-quill:before{content:"\e907";}
.icon-folder:before{content:"\e92f";}
.icon-tag:before{content:"\e935";}
.icon-qrcode:before{content:"\e938";}
.icon-mail:before{content:"\e945";}
.icon-time:before{content:"\e94e";}
.icon-comments:before{content:"\e96c";}
.icon-author:before{content:"\e971";}
.icon-search:before{content:"\e986";}
.icon-cog:before{content:"\e994";}
.icon-bug:before{content:"\e999";}
.icon-menu:before{content:"\e9bd";}
.icon-eye:before{content:"\e9d1";}
.icon-star:before{content:"\e9d9";}
.icon-cross:before{content:"\ea0f";}
.icon-checkmark:before{content:"\ea10";}
.icon-arrow-right:before{content:"\ea34";}
.icon-arrow-left:before{content:"\ea38";}
.icon-checkbox-checked:before{content:"\ea52";}
.icon-checkbox-unchecked:before{content:"\ea53";}
.icon-embed:before{content:"\ea80";}
.icon-share:before{content:"\ea82";}
.icon-google-plus:before{content:"\ea8b";}
.icon-facebook:before{content:"\ea91";}
.icon-twitter:before{content:"\ea96";}
.icon-rss:before{content:"\ea9b";}
.icon-github:before{content:"\eab0";}
.icon-reddit:before{content:"\eac6";}
.icon-linkedin:before{content:"\eaca";}
.icon-stackoverflow:before{content:"\ead0";} | docs/v1.1.0/css/style.css | html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{text-decoration:none;color:inherit;background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{text-decoration:underline;outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}
img{border-style:none;width:100%;border-radius:15px}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:11pt;white-space:pre-wrap;border-radius:5px;}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
.container{position:relative; width:100%; max-width:960px; margin:0 auto; padding:0 20px; box-sizing:border-box;}
.column,.columns{width:100%; float:left; box-sizing:border-box;}
@media (min-width:400px){.container{width:85%; padding:0;}}
@media (min-width:550px){
.container{width:80%;}
.column, .columns{margin-left:4%;}
.column:first-child, .columns:first-child{margin-left:0;}
.one.column, .one.columns{width:4.66666666667%;}
.two.columns{width:13.3333333333%;}
.three.columns{width:22%;}
.four.columns{width:30.6666666667%;}
.five.columns{width:39.3333333333%;}
.six.columns{width:48%;}
.seven.columns{width:56.6666666667%;}
.eight.columns{width:65.3333333333%;}
.nine.columns{width:74.0%;}
.ten.columns{width:82.6666666667%;}
.eleven.columns{width:91.3333333333%;}
.twelve.columns{width:100%; margin-left:0;}
.one-third.column{width:30.6666666667%;}
.two-thirds.column{width:65.3333333333%;}
.one-half.column{width:48%;}
.offset-by-one.column, .offset-by-one.columns{margin-left:8.66666666667%;}
.offset-by-two.column, .offset-by-two.columns{margin-left:17.3333333333%;}
.offset-by-three.column, .offset-by-three.columns{margin-left:26%;}
.offset-by-four.column, .offset-by-four.columns{margin-left:34.6666666667%;}
.offset-by-five.column, .offset-by-five.columns{margin-left:43.3333333333%;}
.offset-by-six.column, .offset-by-six.columns{margin-left:52%;}
.offset-by-seven.column, .offset-by-seven.columns{margin-left:60.6666666667%;}
.offset-by-eight.column, .offset-by-eight.columns{margin-left:69.3333333333%;}
.offset-by-nine.column, .offset-by-nine.columns{margin-left:78.0%;}
.offset-by-ten.column, .offset-by-ten.columns{margin-left:86.6666666667%;}
.offset-by-eleven.column, .offset-by-eleven.columns{margin-left:95.3333333333%;}
.offset-by-one-third.column, .offset-by-one-third.columns{margin-left:34.6666666667%;}
.offset-by-two-thirds.column, .offset-by-two-thirds.columns{margin-left:69.3333333333%;}
.offset-by-one-half.column, .offset-by-one-half.columns{margin-left:52%;}
}
html{font-size:62.5%;}
body{font-size:1.5em; line-height:1.6; font-weight:400; font-family:"Open Sans","Helvetica Neue",sans-serif; color:#222;}
h1, h2, h3, h4, h5, h6{
margin-top:0;
margin-bottom:2rem;
font-weight:300;}
h1{font-size:4.0rem; line-height:1.2; letter-spacing:-.1rem;}
h2{font-size:3.6rem; line-height:1.25; letter-spacing:-.1rem;}
h3{font-size:3.0rem; line-height:1.3; letter-spacing:-.1rem;}
h4{font-size:2.4rem; line-height:1.35; letter-spacing:-.08rem;}
h5{font-size:1.8rem; line-height:1.5; letter-spacing:-.05rem;}
h6{font-size:1.5rem; line-height:1.6; letter-spacing:0;}
@media (min-width:550px){
h1{font-size:5.0rem;}
h2{font-size:4.2rem;}
h3{font-size:3.6rem;}
h4{font-size:3.0rem;}
h5{font-size:2.4rem;}
h6{font-size:1.5rem;}
}
p{margin-top:0;}
a{color:#1EAEDB;}
a:hover{color:#0FA0CE;}
.button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block; height:38px; padding:0 30px; color:#555; text-align:center; font-size:11px; font-weight:600; line-height:38px; letter-spacing:.1rem; text-transform:uppercase; text-decoration:none; white-space:nowrap; background-color:transparent; border-radius:4px; border:1px solid #bbb; cursor:pointer; box-sizing:border-box;}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{
color:#333; border-color:#888; outline:0; text-decoration:none;}
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary{
color:#FFF; background-color:#33C3F0; border-color:#33C3F0;}
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus{
color:#FFF; background-color:#1EAEDB; border-color:#1EAEDB; text-decoration:none;}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{
height:38px; padding:6px 10px; background-color:#fff; border:1px solid #D1D1D1; border-radius:4px; box-shadow:none; box-sizing:border-box;}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],
textarea{-webkit-appearance:none; -moz-appearance:none; appearance:none;}
textarea{min-height:65px; padding-top:6px; padding-bottom:6px;}
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border:1px solid #33C3F0; outline:0;}
label,legend{display:block; margin-bottom:.5rem; font-weight:600;}
fieldset{padding:0; border-width:0;}input[type="checkbox"],input[type="radio"]{display:inline;}
label > .label-body{display:inline-block; margin-left:.5rem; font-weight:normal;}
ul{list-style:circle inside;}
ol{list-style:decimal inside;}
ol, ul{padding-left:0; margin-top:0;}
ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem; font-size:90%;}
li{margin-bottom:1rem;}
code{padding:.2rem .5rem; margin:0 .2rem; font-size:90%; white-space:nowrap; background:#F1F1F1; border:1px solid #E1E1E1; border-radius:4px;}
pre > code{display:block; padding:1rem 1.5rem; white-space:pre;}
th,td{padding:12px 15px; text-align:left; border-bottom:1px solid #E1E1E1;}
th:first-child,td:first-child{padding-left:0;}
th:last-child,td:last-child{padding-right:0;}
button,.button{margin-bottom:1rem;}
input,textarea,select,fieldset{margin-bottom:1.5rem;}
pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem;}
.u-full-width{width:100%; box-sizing:border-box;}
.u-max-full-width{max-width:100%; box-sizing:border-box;}
.u-pull-right{float:right;}
.u-pull-left{float:left;}
hr{margin-top:3rem; margin-bottom:3.5rem; border-width:0; border-top:1px solid #E1E1E1;}
.container:after,.row:after,.u-cf{content:""; display:table; clear:both;}
@font-face{
font-family:'icomoon';
src:url('../fonts/icomoon.eot?a7b79g');
src:url('../fonts/icomoon.eot?a7b79g#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?a7b79g') format('truetype'),
url('../fonts/icomoon.woff?a7b79g') format('woff'),
url('../fonts/icomoon.svg?a7b79g#icomoon') format('svg');
font-weight:normal; font-style:normal;
}
[class^="icon-"], [class*=" icon-"]{font-family:'icomoon' !important; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; vertical-align:middle; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
.icon-home:before{content:"\e900";}
.icon-quill:before{content:"\e907";}
.icon-folder:before{content:"\e92f";}
.icon-tag:before{content:"\e935";}
.icon-qrcode:before{content:"\e938";}
.icon-mail:before{content:"\e945";}
.icon-time:before{content:"\e94e";}
.icon-comments:before{content:"\e96c";}
.icon-author:before{content:"\e971";}
.icon-search:before{content:"\e986";}
.icon-cog:before{content:"\e994";}
.icon-bug:before{content:"\e999";}
.icon-menu:before{content:"\e9bd";}
.icon-eye:before{content:"\e9d1";}
.icon-star:before{content:"\e9d9";}
.icon-cross:before{content:"\ea0f";}
.icon-checkmark:before{content:"\ea10";}
.icon-arrow-right:before{content:"\ea34";}
.icon-arrow-left:before{content:"\ea38";}
.icon-checkbox-checked:before{content:"\ea52";}
.icon-checkbox-unchecked:before{content:"\ea53";}
.icon-embed:before{content:"\ea80";}
.icon-share:before{content:"\ea82";}
.icon-google-plus:before{content:"\ea8b";}
.icon-facebook:before{content:"\ea91";}
.icon-twitter:before{content:"\ea96";}
.icon-rss:before{content:"\ea9b";}
.icon-github:before{content:"\eab0";}
.icon-reddit:before{content:"\eac6";}
.icon-linkedin:before{content:"\eaca";}
.icon-stackoverflow:before{content:"\ead0";} | 0.261802 | 0.044848 |
a:hover, a:active {
text-decoration:none;
color: #090;
}
ul, li {
list-style-type: none; padding: 0; margin: 0;
}
.container {
width:960px;
margin:0 auto;
font-size:14px;
line-height:1.5;
}
.clr {
display:block;
clear:both;
height:1px;
overflow:hidden;
}
.hr {
border-bottom:1px solid #eee;
height:1px;
overflow:hidden;
}
h3 {
color: #AAAAAA;
font-size: 24px;
font-weight: normal;
/*margin: 0 0 20px;*/
}
.FAQ {
color: #AAAAAA;
font-size: 12px;
padding: 0 10px;
}
.faq li {
margin-bottom: 25px;
}
.faq dt {
color: #636B89;
font-size: 16px;
line-height: 1.6em;
margin-bottom: 5px;
}
.faq dd {
color: #777777;
font-size: 14px;
line-height: 1.6em;
}
.tableContent{background: none repeat scroll 0 0 #ffffff;
padding: 0;}
.accountInfo .avatar {
float: left;
margin-right: 20px;
}
.accountInfo .avatar img {
height: 40px;
width: 40px;
}
.accountInfo .info {
float: left;
}
.sideBar {
border-right: 1px solid #D3D3D3;
float: left;
padding: 0 0 10px 0;
width: 170px;
}
.sideBar .catalogList ul li, submenu{
*height:33px
}
.submenu a, .submenu a:link{
font-size:16px; color:#000
}
.sideBar .catalogList ul .nav-header {
background-color: #F5F5F5;
border-bottom: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
float: left;
font-size: 14px;
padding: 5px 0 5px 20px;
position: relative;
width: 150px;
}
.sideBar .catalogList ul .nav-header span{
color:#F00;
font-size:12px;
margin-left:5px;
}
.sideBar .catalogList ul .notopborder { border-top:0}
.sideBar .catalogList ul li{
float: left;
position: relative;
text-align: center;
width: 100%; background-color: #FCFCFC;text-align: left;
text-indent: 30px;
}
.sideBar .catalogList ul li a, .sideBar .catalogList ul li span, .submenu a {
display:block;
padding:5px;
color:#000;
line-height:21px;
font-size:12px;
border-bottom: 1px solid #f4f4f4;
}
.sideBar .catalogList ul li:hover {
background-color:#69b310;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%100%)
}
.sideBar .catalogList ul li:hover a, .sideBar .catalogList ul li:hover span {
color:#fff
}
.sideBar .catalogList ul .subCatalogList, .sideBar .catalogList ul .selected {
padding-left:0px
}
.sideBar .catalogList ul .selected {
background-color:#69b310;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 100%)
}
.sideBar .catalogList ul .selected span, .sideBar .catalogList ul .selected a {
color:#fff
}
.tableContent .content {
border-left: 1px solid #D3D3D3;
float: right;
margin-left: -2px;
padding: 20px;
width: 997px;
background-color: #FFFFFF;
min-height:925px;
}
.tableContent .content h4{
font-size:16px;
}
.cLine {
overflow: hidden;
padding: 5px 0;
color:#000000;
}
*zoom:1 .cLine:after {
clear:both;
content:"";
display:block;
height:0;
visibility:hidden
}
.cLineB {
overflow:hidden;
padding:8px 0;
border-bottom:1px solid #EEEEEE
}
.cLineC {
overflow:hidden;
padding: 12px 0 7px;
border-bottom:1px solid #EEEEEE
}
.cLineD {
overflow:hidden;
padding: 12px 0 7px;
}
*zoom:1 .cLineB:after {
clear:both;
content:"";
display:block;
height:0;
visibility:hidden
}
.left {
float: left;
}
.right {
float: right;
}
.c-gA {
color: #AAAAAA;
}
.f14 {
font-size: 14px;
}
.uploadArea {
overflow: hidden;
position: relative;
}
.searchbar .txt {
border: 1px solid #AAAAAA;
color: #AAAAAA;
margin-right: 5px;
padding: 3px;
border-radius: 2px 2px 2px 2px;
}
.btnGreen {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:5px 20px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#5ba607;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
color:#fff; font-size:14px; line-height: 1.5;
}
.btnGreen:hover {
background-color:#5ba607;
background-image:linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
color:#fff
}
.btnGreen:active {
background-color:#5ba607;
background-image:linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
color:#fff
}
.btnGreens {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:2px 8px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#5ba607;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
color:#fff; font-size:14px; line-height: 1.5;
}
.btnGreens:hover {
background-color:#5ba607;
background-image:linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
color:#fff
}
.btnGreens:active {
background-color:#5ba607;
background-image:linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
color:#fff
}
.btnGray {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:5px 20px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#f1f1f1;
background-image:linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
color:#000;
border:1px solid #AAA;font-size: 14px;
line-height: 1.5;
}
.btnGray:hover {
background-color:#f9f9f9;
background-image:linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
color:#000
}
.btnGray:active {
background: #E5E5E5;
background-image: -webkit-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
background-image: -moz-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
background-image: -ms-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
text-decoration: none;
color:#000;
}
.btnGrayS {
border:1px solid #3d810c;
box-shadow:0 1px #CCCCCC;
-moz-box-shadow:0 1px #CCCCCC;
-webkit-box-shadow:0 1px #CCCCCC;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#f1f1f1;
background-image: -webkit-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
background-image: -moz-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
background-image: -ms-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
color:#000;
border:1px solid #AAA;
padding:2px 8px 2px 8px;
text-shadow: 0 1px #FFFFFF;font-size: 14px;
line-height: 1.5;
}
.cateimg { position:relative; float:left}
.cateimg .cateimg_small{ width:50px }
.cateimg:hover .cateimg_big{ display:block }
.cateimg .cateimg_big{ position:absolute; left: 51px;top:0px; display:none; width:320px}
.cateradio { padding-top: 20px;}
.cateradio li{ float:left; margin:0 0 20px 20px; width:170px; height:412px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li .tishi{display:none}
.cateradio li .tishi1{
position: absolute;top: 60px;right:-128px;display: block; width: 130px; padding: 6px; background-color: #000; color: #FFF; border-radius: 7px; text-align: left;
border: 1px solid rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
z-index: 999;
}
.cateradio li .tishi2{
position: absolute;top: 60px;right:167px;display: block; width: 130px; padding: 6px; background-color: #000; color: #FFF; border-radius: 7px; text-align: left;
border: 1px solid rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
z-index: 999;
}
.cateradio1 { padding-top: 20px;}
.cateradio1 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio1 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio1 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio1 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 { padding-top: 20px;}
.cateradio2 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio2 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 {padding-top: 20px;}
.cateradio3 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio3 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.msgWrap fieldset{ background-color: #f8f8f8; margin-top: 10px;border-radius:0 5px 5px 5px;-webkit-border-radius:0 5px 5px 5px; -moz-border-radius:0 5px 5px }
.msgWrap fieldset label img{ margin-bottom:10px;}
.msgWrap fieldset legend{ background-color: #f8f8f8;color: #C18E06;display:block; font-size: 14px;margin: 0 0 0 -1px;padding: 10px 20px 10px 10px;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;}
.tagContent {display: none;}
.tagContent fieldset{ margin-top: 0;background-color: #EEEEEE;}
#tags {margin: 15px 0 0 0; width: 990px; padding-top: 0px; height: 40px}
#tags li {background: url(../img/tagleft.gif) no-repeat left bottom; float: left; MARGIN-RIGHT: 3px; list-style-type:none; height: 40px}
#tags li A {padding:0 20px; background: url(../img/tagright.gif) no-repeat right bottom; float: left; color: #999; line-height: 40px; height: 40px; text-decoration: none; font-size:16px;}
#tags li.emptyTag {background: none transparent scroll repeat 0% 0%; width: 4px}
#tags li.selectTag {background-position: left top; margin-bottom: -2px; position: relative; height: 40px}
#tags li.selectTag A {background-position: right top; color: #000; line-height: 40px; height: 40px}
#tagContent {display:block}
#tagContent div.selectTag {display:block} | web/css/tplstyle.css | a:hover, a:active {
text-decoration:none;
color: #090;
}
ul, li {
list-style-type: none; padding: 0; margin: 0;
}
.container {
width:960px;
margin:0 auto;
font-size:14px;
line-height:1.5;
}
.clr {
display:block;
clear:both;
height:1px;
overflow:hidden;
}
.hr {
border-bottom:1px solid #eee;
height:1px;
overflow:hidden;
}
h3 {
color: #AAAAAA;
font-size: 24px;
font-weight: normal;
/*margin: 0 0 20px;*/
}
.FAQ {
color: #AAAAAA;
font-size: 12px;
padding: 0 10px;
}
.faq li {
margin-bottom: 25px;
}
.faq dt {
color: #636B89;
font-size: 16px;
line-height: 1.6em;
margin-bottom: 5px;
}
.faq dd {
color: #777777;
font-size: 14px;
line-height: 1.6em;
}
.tableContent{background: none repeat scroll 0 0 #ffffff;
padding: 0;}
.accountInfo .avatar {
float: left;
margin-right: 20px;
}
.accountInfo .avatar img {
height: 40px;
width: 40px;
}
.accountInfo .info {
float: left;
}
.sideBar {
border-right: 1px solid #D3D3D3;
float: left;
padding: 0 0 10px 0;
width: 170px;
}
.sideBar .catalogList ul li, submenu{
*height:33px
}
.submenu a, .submenu a:link{
font-size:16px; color:#000
}
.sideBar .catalogList ul .nav-header {
background-color: #F5F5F5;
border-bottom: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
float: left;
font-size: 14px;
padding: 5px 0 5px 20px;
position: relative;
width: 150px;
}
.sideBar .catalogList ul .nav-header span{
color:#F00;
font-size:12px;
margin-left:5px;
}
.sideBar .catalogList ul .notopborder { border-top:0}
.sideBar .catalogList ul li{
float: left;
position: relative;
text-align: center;
width: 100%; background-color: #FCFCFC;text-align: left;
text-indent: 30px;
}
.sideBar .catalogList ul li a, .sideBar .catalogList ul li span, .submenu a {
display:block;
padding:5px;
color:#000;
line-height:21px;
font-size:12px;
border-bottom: 1px solid #f4f4f4;
}
.sideBar .catalogList ul li:hover {
background-color:#69b310;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%100%)
}
.sideBar .catalogList ul li:hover a, .sideBar .catalogList ul li:hover span {
color:#fff
}
.sideBar .catalogList ul .subCatalogList, .sideBar .catalogList ul .selected {
padding-left:0px
}
.sideBar .catalogList ul .selected {
background-color:#69b310;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 100%)
}
.sideBar .catalogList ul .selected span, .sideBar .catalogList ul .selected a {
color:#fff
}
.tableContent .content {
border-left: 1px solid #D3D3D3;
float: right;
margin-left: -2px;
padding: 20px;
width: 997px;
background-color: #FFFFFF;
min-height:925px;
}
.tableContent .content h4{
font-size:16px;
}
.cLine {
overflow: hidden;
padding: 5px 0;
color:#000000;
}
*zoom:1 .cLine:after {
clear:both;
content:"";
display:block;
height:0;
visibility:hidden
}
.cLineB {
overflow:hidden;
padding:8px 0;
border-bottom:1px solid #EEEEEE
}
.cLineC {
overflow:hidden;
padding: 12px 0 7px;
border-bottom:1px solid #EEEEEE
}
.cLineD {
overflow:hidden;
padding: 12px 0 7px;
}
*zoom:1 .cLineB:after {
clear:both;
content:"";
display:block;
height:0;
visibility:hidden
}
.left {
float: left;
}
.right {
float: right;
}
.c-gA {
color: #AAAAAA;
}
.f14 {
font-size: 14px;
}
.uploadArea {
overflow: hidden;
position: relative;
}
.searchbar .txt {
border: 1px solid #AAAAAA;
color: #AAAAAA;
margin-right: 5px;
padding: 3px;
border-radius: 2px 2px 2px 2px;
}
.btnGreen {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:5px 20px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#5ba607;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
color:#fff; font-size:14px; line-height: 1.5;
}
.btnGreen:hover {
background-color:#5ba607;
background-image:linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
color:#fff
}
.btnGreen:active {
background-color:#5ba607;
background-image:linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
color:#fff
}
.btnGreens {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:2px 8px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#5ba607;
background-image:linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
color:#fff; font-size:14px; line-height: 1.5;
}
.btnGreens:hover {
background-color:#5ba607;
background-image:linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
color:#fff
}
.btnGreens:active {
background-color:#5ba607;
background-image:linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #69b310 3%, #3d810c 97%, #fff 100%);
color:#fff
}
.btnGray {
border:1px solid #3d810c;
box-shadow:0 1px 1px #aaa;
-moz-box-shadow:0 1px 1px #aaa;
-webkit-box-shadow:0 1px 1px #aaa;
padding:5px 20px;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#f1f1f1;
background-image:linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #DCDADA 3%, #f9f9f9 97%, #fff 100%);
color:#000;
border:1px solid #AAA;font-size: 14px;
line-height: 1.5;
}
.btnGray:hover {
background-color:#f9f9f9;
background-image:linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
background-image:-moz-linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
background-image:-webkit-linear-gradient(bottom, #f8f8f8 3%, #f9f9f9 97%, #fff 100%);
color:#000
}
.btnGray:active {
background: #E5E5E5;
background-image: -webkit-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
background-image: -moz-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
background-image: -ms-linear-gradient(bottom, #999 0%, #E5E5E5 3%, #CCC 97%, #FFF 100%);
text-decoration: none;
color:#000;
}
.btnGrayS {
border:1px solid #3d810c;
box-shadow:0 1px #CCCCCC;
-moz-box-shadow:0 1px #CCCCCC;
-webkit-box-shadow:0 1px #CCCCCC;
cursor:pointer;
display:inline-block;
text-align:center;
vertical-align:bottom;
overflow:visible;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
*zoom:1;
background-color:#f1f1f1;
background-image: -webkit-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
background-image: -moz-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
background-image: -ms-linear-gradient(bottom, #CCC 0%, #E5E5E5 3%, #FFF 97%, #FFF 100%);
color:#000;
border:1px solid #AAA;
padding:2px 8px 2px 8px;
text-shadow: 0 1px #FFFFFF;font-size: 14px;
line-height: 1.5;
}
.cateimg { position:relative; float:left}
.cateimg .cateimg_small{ width:50px }
.cateimg:hover .cateimg_big{ display:block }
.cateimg .cateimg_big{ position:absolute; left: 51px;top:0px; display:none; width:320px}
.cateradio { padding-top: 20px;}
.cateradio li{ float:left; margin:0 0 20px 20px; width:170px; height:412px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio li .tishi{display:none}
.cateradio li .tishi1{
position: absolute;top: 60px;right:-128px;display: block; width: 130px; padding: 6px; background-color: #000; color: #FFF; border-radius: 7px; text-align: left;
border: 1px solid rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
z-index: 999;
}
.cateradio li .tishi2{
position: absolute;top: 60px;right:167px;display: block; width: 130px; padding: 6px; background-color: #000; color: #FFF; border-radius: 7px; text-align: left;
border: 1px solid rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
z-index: 999;
}
.cateradio1 { padding-top: 20px;}
.cateradio1 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio1 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio1 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio1 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 { padding-top: 20px;}
.cateradio2 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio2 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio2 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 {padding-top: 20px;}
.cateradio3 li{ float:left; margin:0 0 20px 20px; width:170px; height:383px; text-align:center;background:url(../img/template/radio_iphone0.png) no-repeat center top;}
.cateradio3 li:hover{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 li:active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.cateradio3 li.active{ background:url(../img/template/radio_iphone.png) no-repeat center top;}
.msgWrap fieldset{ background-color: #f8f8f8; margin-top: 10px;border-radius:0 5px 5px 5px;-webkit-border-radius:0 5px 5px 5px; -moz-border-radius:0 5px 5px }
.msgWrap fieldset label img{ margin-bottom:10px;}
.msgWrap fieldset legend{ background-color: #f8f8f8;color: #C18E06;display:block; font-size: 14px;margin: 0 0 0 -1px;padding: 10px 20px 10px 10px;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;}
.tagContent {display: none;}
.tagContent fieldset{ margin-top: 0;background-color: #EEEEEE;}
#tags {margin: 15px 0 0 0; width: 990px; padding-top: 0px; height: 40px}
#tags li {background: url(../img/tagleft.gif) no-repeat left bottom; float: left; MARGIN-RIGHT: 3px; list-style-type:none; height: 40px}
#tags li A {padding:0 20px; background: url(../img/tagright.gif) no-repeat right bottom; float: left; color: #999; line-height: 40px; height: 40px; text-decoration: none; font-size:16px;}
#tags li.emptyTag {background: none transparent scroll repeat 0% 0%; width: 4px}
#tags li.selectTag {background-position: left top; margin-bottom: -2px; position: relative; height: 40px}
#tags li.selectTag A {background-position: right top; color: #000; line-height: 40px; height: 40px}
#tagContent {display:block}
#tagContent div.selectTag {display:block} | 0.321993 | 0.123895 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--font-inter);
background: var(--main-background);
}
.container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
flex-direction: column;
}
.card {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: var(--card-background);
border-radius: 10px;
margin: 20px;
}
.image {
display: flex;
background: var(--violet-accent);
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.image img {
width: 100%;
height: 100%;
mix-blend-mode: multiply;
opacity: 0.5;
}
.text {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 30px;
}
.text h1 {
font-weight: 700;
color: var(--paragraph);
padding: 15px 0;
font-size: 40px;
}
.text h2 {
font-weight: 700;
color: var(--paragraph);
padding: 15px 0;
font-size: 30px;
}
.heading span {
color: var(--violet-accent);
font-weight: 700;
}
.heading p {
font-size: 25px;
}
.text p {
font-family: var(--font-lexend);
color: var(--paragraph);
font-weight: 400;
}
.points p {
text-transform: uppercase;
}
.points {
margin-top: 30px;
}
@media(min-width:1024px) {
.card {
display: flex;
flex-direction: row-reverse;
}
.heading {
display: flex;
flex-direction: column;
text-align: left;
}
.heading h1 {
font-size: 40px;
max-width: 450px;
}
.heading p {
width: 450px;
font-size: 18px;
}
.points {
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc( 100% - 60px);
margin-right: 60px;
}
.item {
text-align: left;
}
.text h2 {
font-size: 25px;
margin-bottom: -10px;
}
.points p {
font-size: 12px;
font-weight: 100;
}
} | css/geral.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--font-inter);
background: var(--main-background);
}
.container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
flex-direction: column;
}
.card {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: var(--card-background);
border-radius: 10px;
margin: 20px;
}
.image {
display: flex;
background: var(--violet-accent);
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.image img {
width: 100%;
height: 100%;
mix-blend-mode: multiply;
opacity: 0.5;
}
.text {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 30px;
}
.text h1 {
font-weight: 700;
color: var(--paragraph);
padding: 15px 0;
font-size: 40px;
}
.text h2 {
font-weight: 700;
color: var(--paragraph);
padding: 15px 0;
font-size: 30px;
}
.heading span {
color: var(--violet-accent);
font-weight: 700;
}
.heading p {
font-size: 25px;
}
.text p {
font-family: var(--font-lexend);
color: var(--paragraph);
font-weight: 400;
}
.points p {
text-transform: uppercase;
}
.points {
margin-top: 30px;
}
@media(min-width:1024px) {
.card {
display: flex;
flex-direction: row-reverse;
}
.heading {
display: flex;
flex-direction: column;
text-align: left;
}
.heading h1 {
font-size: 40px;
max-width: 450px;
}
.heading p {
width: 450px;
font-size: 18px;
}
.points {
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc( 100% - 60px);
margin-right: 60px;
}
.item {
text-align: left;
}
.text h2 {
font-size: 25px;
margin-bottom: -10px;
}
.points p {
font-size: 12px;
font-weight: 100;
}
} | 0.596668 | 0.123683 |
* {
padding: 0;
margin: 0;
font-size: 14px;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
}
body {
background-color: white;
font-family: 'Fira Sans', sans-serif;;
}
a {
color: #000000;
text-decoration: none;
}
.space { padding-top: 3px; }
nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #e8e8e8;
}
.copyright {
width: 100%;
height: 100%;
background-color: #e8e8e8;
bottom: 0;
padding-top: 12px;
padding-bottom: 12px;
}
nav .btn-nav {
margin: 9px;
}
nav .btn-nav a {
margin-right: 13px;
font-size: 14px;
}
.responsive {
width: 100%;
max-width: 720px;
}
.center { margin: auto; }
.over-auto {
overflow: auto;
}
.card {
width: 95%;
height: 100%;
background-color: #f7f7f7;
border-radius: 4px;
box-shadow: rgba(0,0,0,0.20) 1px 1px 2px;
margin-bottom: 6px;
}
.card-no-property {
width: 95%;
height: 100%;
margin-bottom: 6px;
}
.card-no-property .text{
padding: 6px;
}
.card-no-property .text .status{
font-size: 10px;
color: gray;
}
.card .text {
padding: 8px;
}
.card .text .tag {
font-size: 12px;
color: gray;
}
.embed-box {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.embed-box-potrate {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 177%;
}
.embed-item {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.card .text .tag-kurf {
font-size: 10px;
color: gray;
}
.card .text .p-profil {
width: 70px;
height: 70px;
float: right;
border-radius: 50%;
border: 1px solid #dcdcdc;
}
.card .text .about {
margin-top: 9px;
}
.card .text .about h4 {
font-weight: normal;
}
.card .text .about ,a ,i{
font-size: 12px;
}
.card .text .about i{
width: 15px;
}
.d-none {display: none;}
.send-email {
position: fixed;
top: 40px;
transition: 0.7s;
width: 100%;
background-color: #f6f6f6;
max-width: 400px;
overflow: auto;
margin-top: -500px;
}
.send-email .text {
padding: 12px;
}
.send-email .text .close {
position: absolute;
right: 12px;
}
.send-email .text input, textarea {
width:100%;
padding: 5px;
resize: none;
border: 1px solid #e6e6e6;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 5px;
}
.send-email .text button {
padding: 7px;
resize: none;
border: none;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 5px;
background-color: #0080da;
color: white;
}
@media screen and (min-width: 1604px) {
.send-email {
margin-top: 0px;
margin-left: -402px;
}
} | card-student/yosepghanny/style.css | * {
padding: 0;
margin: 0;
font-size: 14px;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
}
body {
background-color: white;
font-family: 'Fira Sans', sans-serif;;
}
a {
color: #000000;
text-decoration: none;
}
.space { padding-top: 3px; }
nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #e8e8e8;
}
.copyright {
width: 100%;
height: 100%;
background-color: #e8e8e8;
bottom: 0;
padding-top: 12px;
padding-bottom: 12px;
}
nav .btn-nav {
margin: 9px;
}
nav .btn-nav a {
margin-right: 13px;
font-size: 14px;
}
.responsive {
width: 100%;
max-width: 720px;
}
.center { margin: auto; }
.over-auto {
overflow: auto;
}
.card {
width: 95%;
height: 100%;
background-color: #f7f7f7;
border-radius: 4px;
box-shadow: rgba(0,0,0,0.20) 1px 1px 2px;
margin-bottom: 6px;
}
.card-no-property {
width: 95%;
height: 100%;
margin-bottom: 6px;
}
.card-no-property .text{
padding: 6px;
}
.card-no-property .text .status{
font-size: 10px;
color: gray;
}
.card .text {
padding: 8px;
}
.card .text .tag {
font-size: 12px;
color: gray;
}
.embed-box {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.embed-box-potrate {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 177%;
}
.embed-item {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.card .text .tag-kurf {
font-size: 10px;
color: gray;
}
.card .text .p-profil {
width: 70px;
height: 70px;
float: right;
border-radius: 50%;
border: 1px solid #dcdcdc;
}
.card .text .about {
margin-top: 9px;
}
.card .text .about h4 {
font-weight: normal;
}
.card .text .about ,a ,i{
font-size: 12px;
}
.card .text .about i{
width: 15px;
}
.d-none {display: none;}
.send-email {
position: fixed;
top: 40px;
transition: 0.7s;
width: 100%;
background-color: #f6f6f6;
max-width: 400px;
overflow: auto;
margin-top: -500px;
}
.send-email .text {
padding: 12px;
}
.send-email .text .close {
position: absolute;
right: 12px;
}
.send-email .text input, textarea {
width:100%;
padding: 5px;
resize: none;
border: 1px solid #e6e6e6;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 5px;
}
.send-email .text button {
padding: 7px;
resize: none;
border: none;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 5px;
background-color: #0080da;
color: white;
}
@media screen and (min-width: 1604px) {
.send-email {
margin-top: 0px;
margin-left: -402px;
}
} | 0.432782 | 0.155046 |
@charset "UTF-8";
@font-face{
font-family: 'FonteLogo';
src: url("../fonts/bubblegum-sans-regular.otf");
}
/*********** navbar **********/
.navbar-labinstru{
background: linear-gradient(rgba(204,204,204,1), rgba(255,255,255,1), rgba(178,178,178,1));
margin-bottom: -9px;
border-bottom: 1px solid rgba(178,178,178,1);
}
.navbar-menu {
color: red;
}
/**************************************/
/********** fixar o rodapé **********/
html, body {
height: 100%;
margin:0;
}
.container.conteudo{
min-height: 100%;
margin:0 auto -80px;
}
.container.footer, .push{
height: 80px;
}
/************************************/
/******** row.index-paragrafo *******/
div.row.index-paragrafo p, .lista-info li {
font-size: 1.3em;
font-family: sans-serif;
}
/************************************/
/******** jumbotron ********/
.jumbotron.imagem {
background: url(../imagens/fig3.jpg) no-repeat 0% 14%;
background-attachment: fixed;
position: relative;
margin-top: -20px;
border-radius: 0;
}
.jumbotron.imagem p {
color: white;
font-family: sans-serif;
font-size: 3.4em;
text-shadow: 2px 2px 4px #000000;
}
img#img-icone-lab {
position: absolute;
top: 75px;
left: 5px;
}
/**************************/
/******** imagens ********/
figure.foto-legenda {
position: relative;
border:6px solid white;
box-shadow: 1px 1px 4px black;
}
figure.foto-legenda img {
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption {
opacity: 0;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,.4);
color: white;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
transition: opacity 1s;
}
figure.foto-legenda:hover figcaption {
opacity: 1;
}
/*************************/
iframe {
border:8px solid white;
box-shadow: 0px 0px 4px black;
}
span {
background-color: rgba(0,0,0,0.4);
color: #fff;
}
.links .links-a {
color: white;
}
/* link redes sociais */
.rede {
float: left;
margin-left: 15px;
margin-bottom: 10px;
transition: all 0.4s ease-out;
}
.rede:hover{
cursor: pointer;
transform: translateY(-15px);
box-shadow: 2px 20px 8px 0px rgba(40, 40, 40, 13);
}
.rede#facebook {
background-color: #2372a3;
}
.rede#twitter {
background-color: #0084b4;
}
.rede#instagram {
background-color: #3f729b;
}
.rede#plus{
background-color: #dd4b39;
}
.icone {
margin : 0px auto;
padding: 7px;
width: 40px;
}
/* Sub-menu */
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: black;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/***** Footer ******/
footer#rodape hr{
margin:0px;
margin-bottom: 4px;
}
footer#rodape p {
font-size: 1.2em;
}
/*******************/
/********* formularios ********/
.form-formulario{
margin-top: 4rem;
margin-bottom: 1rem;
padding: 2rem;
border-radius: 1rem;
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,.7);
}
.form-formulario img {
margin-top: 0px;
margin-bottom: 0px;
}
#msg-inserir-baixa1 {
margin-top: 1rem;
}
#form-inserir-baixa1{
padding: 1rem 2rem 1rem 2rem;
}
#form-selecionar-baixa1 {
margin:1rem auto 1rem auto;
width: 92%;
}
/*****************************/
/********** fieldsets **********/
fieldset#cb1-datas{
background: url("../imagens/labinstru.png") no-repeat 98% 46%;
margin:0px 0px;
padding: 0px 0px 0px 0px;
}
fieldset#cb1-campos{
background: url("../imagens/output.png") no-repeat 100% 98%;
margin:0px 0px;
padding: 0px 0px 0px 4px;
}
/*******************************/
/********* panel *********/
.panel-usuarios {
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,.7);
}
.panel-heading.panel-head-padrao {
padding: 4px 4px;
background-color:#5cb85c;
border-color:#4cae4c;
background-image: none;
}
.panel-heading h2{
margin: 0;
color: rgba(255,255,255,1);
text-shadow: 1px 1px 1px #000;
}
/*************************/
/********** tabela show *********/
.show thead th{
font-size: 1.9em;
}
.web2py_paginator {
text-align: right;
background-color: white;
padding: 0px;
}
.web2py_paginator ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.web2py_paginator ul li {
display: inline;
}
.web2py_paginator .current {
font-weight: 700;
}
.web2py_paginator ul li a,
.web2py_console button {
line-height: 20px;
margin-right: 2px;
display: inline-block;
padding: 6px 12px;
}
div.w2p_export_menu .btn-success {
margin: 10px 10px 5px 5px;
}
/*******************************/
/********** Botões **********/
.btn-aux {
padding: 5px 10px;
margin-top: 10px;
font-size:1.4em;
}
.btn-campos-selecionados{
color: white;
background-color:#1c8c4b;
border-color:#4E7324;
background-image: none;
text-shadow: none;
}
.btn-campos-selecionados:hover{
color: white;
background-color:#5cb85c;
border-color:#4cae4c;
}
.btn-limpar{
background-color: #E5E5E5;
background-image: -webkit-linear-gradient(#FFF, #E5E5E5);
background-image: -o-linear-gradient(#FFF, #E5E5E5);
background-image: linear-gradient(#FFF, #E5E5E5);
border: 1px solid #AAA;
border-radius: 3px;
color: #000;
font-size: 1.1em;
font-weight: bold;
padding: 5px 10px;
margin-top: 10px;
}
.btn-limpar:hover{
background-color: #285582;
background-image: -webkit-linear-gradient(#3775B3, #285582);
background-image: -o-linear-gradient(#3775B3, #285582);
background-image: linear-gradient(#3775B3, #285582);
border-color: #204569;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px #3775B3;
color: #FFF;
text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
}
.btn-limpar:active{
background-color: #204569;
background-image: none;
border-color: #1A3754;
box-shadow: inset 0 2px 1px rgba(0,0,0, 0.15);
}
.btn-campos{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4
background-image: none;
text-shadow: none;
}
/****************************/
/********** Table **********/
.table-striped > tbody > tr{
background-color:#e8f6e8;
}
.table-hover tbody > tr:hover{
background-color: #333;
color: white;
}
/**************************/
/******** Menu ***********/
.navbar-default .navbar-nav.menu-labinstru>li>a {
color: #1c8c4b;
font-size: 1.3em;
}
.caret.indicativo-menu{
background-color: transparent;
color: #1c8c4b;
border-top: 6px dashed;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.img-menu {
position: relative;
top: -10px;
}
/************************/ | applications/laboratorio/static/css/estilo.css | @charset "UTF-8";
@font-face{
font-family: 'FonteLogo';
src: url("../fonts/bubblegum-sans-regular.otf");
}
/*********** navbar **********/
.navbar-labinstru{
background: linear-gradient(rgba(204,204,204,1), rgba(255,255,255,1), rgba(178,178,178,1));
margin-bottom: -9px;
border-bottom: 1px solid rgba(178,178,178,1);
}
.navbar-menu {
color: red;
}
/**************************************/
/********** fixar o rodapé **********/
html, body {
height: 100%;
margin:0;
}
.container.conteudo{
min-height: 100%;
margin:0 auto -80px;
}
.container.footer, .push{
height: 80px;
}
/************************************/
/******** row.index-paragrafo *******/
div.row.index-paragrafo p, .lista-info li {
font-size: 1.3em;
font-family: sans-serif;
}
/************************************/
/******** jumbotron ********/
.jumbotron.imagem {
background: url(../imagens/fig3.jpg) no-repeat 0% 14%;
background-attachment: fixed;
position: relative;
margin-top: -20px;
border-radius: 0;
}
.jumbotron.imagem p {
color: white;
font-family: sans-serif;
font-size: 3.4em;
text-shadow: 2px 2px 4px #000000;
}
img#img-icone-lab {
position: absolute;
top: 75px;
left: 5px;
}
/**************************/
/******** imagens ********/
figure.foto-legenda {
position: relative;
border:6px solid white;
box-shadow: 1px 1px 4px black;
}
figure.foto-legenda img {
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption {
opacity: 0;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,.4);
color: white;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
transition: opacity 1s;
}
figure.foto-legenda:hover figcaption {
opacity: 1;
}
/*************************/
iframe {
border:8px solid white;
box-shadow: 0px 0px 4px black;
}
span {
background-color: rgba(0,0,0,0.4);
color: #fff;
}
.links .links-a {
color: white;
}
/* link redes sociais */
.rede {
float: left;
margin-left: 15px;
margin-bottom: 10px;
transition: all 0.4s ease-out;
}
.rede:hover{
cursor: pointer;
transform: translateY(-15px);
box-shadow: 2px 20px 8px 0px rgba(40, 40, 40, 13);
}
.rede#facebook {
background-color: #2372a3;
}
.rede#twitter {
background-color: #0084b4;
}
.rede#instagram {
background-color: #3f729b;
}
.rede#plus{
background-color: #dd4b39;
}
.icone {
margin : 0px auto;
padding: 7px;
width: 40px;
}
/* Sub-menu */
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: black;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/***** Footer ******/
footer#rodape hr{
margin:0px;
margin-bottom: 4px;
}
footer#rodape p {
font-size: 1.2em;
}
/*******************/
/********* formularios ********/
.form-formulario{
margin-top: 4rem;
margin-bottom: 1rem;
padding: 2rem;
border-radius: 1rem;
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,.7);
}
.form-formulario img {
margin-top: 0px;
margin-bottom: 0px;
}
#msg-inserir-baixa1 {
margin-top: 1rem;
}
#form-inserir-baixa1{
padding: 1rem 2rem 1rem 2rem;
}
#form-selecionar-baixa1 {
margin:1rem auto 1rem auto;
width: 92%;
}
/*****************************/
/********** fieldsets **********/
fieldset#cb1-datas{
background: url("../imagens/labinstru.png") no-repeat 98% 46%;
margin:0px 0px;
padding: 0px 0px 0px 0px;
}
fieldset#cb1-campos{
background: url("../imagens/output.png") no-repeat 100% 98%;
margin:0px 0px;
padding: 0px 0px 0px 4px;
}
/*******************************/
/********* panel *********/
.panel-usuarios {
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,.7);
}
.panel-heading.panel-head-padrao {
padding: 4px 4px;
background-color:#5cb85c;
border-color:#4cae4c;
background-image: none;
}
.panel-heading h2{
margin: 0;
color: rgba(255,255,255,1);
text-shadow: 1px 1px 1px #000;
}
/*************************/
/********** tabela show *********/
.show thead th{
font-size: 1.9em;
}
.web2py_paginator {
text-align: right;
background-color: white;
padding: 0px;
}
.web2py_paginator ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.web2py_paginator ul li {
display: inline;
}
.web2py_paginator .current {
font-weight: 700;
}
.web2py_paginator ul li a,
.web2py_console button {
line-height: 20px;
margin-right: 2px;
display: inline-block;
padding: 6px 12px;
}
div.w2p_export_menu .btn-success {
margin: 10px 10px 5px 5px;
}
/*******************************/
/********** Botões **********/
.btn-aux {
padding: 5px 10px;
margin-top: 10px;
font-size:1.4em;
}
.btn-campos-selecionados{
color: white;
background-color:#1c8c4b;
border-color:#4E7324;
background-image: none;
text-shadow: none;
}
.btn-campos-selecionados:hover{
color: white;
background-color:#5cb85c;
border-color:#4cae4c;
}
.btn-limpar{
background-color: #E5E5E5;
background-image: -webkit-linear-gradient(#FFF, #E5E5E5);
background-image: -o-linear-gradient(#FFF, #E5E5E5);
background-image: linear-gradient(#FFF, #E5E5E5);
border: 1px solid #AAA;
border-radius: 3px;
color: #000;
font-size: 1.1em;
font-weight: bold;
padding: 5px 10px;
margin-top: 10px;
}
.btn-limpar:hover{
background-color: #285582;
background-image: -webkit-linear-gradient(#3775B3, #285582);
background-image: -o-linear-gradient(#3775B3, #285582);
background-image: linear-gradient(#3775B3, #285582);
border-color: #204569;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px #3775B3;
color: #FFF;
text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
}
.btn-limpar:active{
background-color: #204569;
background-image: none;
border-color: #1A3754;
box-shadow: inset 0 2px 1px rgba(0,0,0, 0.15);
}
.btn-campos{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4
background-image: none;
text-shadow: none;
}
/****************************/
/********** Table **********/
.table-striped > tbody > tr{
background-color:#e8f6e8;
}
.table-hover tbody > tr:hover{
background-color: #333;
color: white;
}
/**************************/
/******** Menu ***********/
.navbar-default .navbar-nav.menu-labinstru>li>a {
color: #1c8c4b;
font-size: 1.3em;
}
.caret.indicativo-menu{
background-color: transparent;
color: #1c8c4b;
border-top: 6px dashed;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.img-menu {
position: relative;
top: -10px;
}
/************************/ | 0.235108 | 0.083815 |
@charset "ISO-8859-1";
/*########################################*/
/*Config Graph*/
.link {
stroke: #000;
stroke-width: 1.5px;
}
.node {
cursor: move;
fill: #ccc;
stroke: #000;
stroke-width: 1.5px;
}
.node.fixed {
#fill: #f00;
}
/*########################################*/
#main {
overflow-x: auto;
overflow-y: auto;
background-color: #F7F8E0;
position:absolute;
top : 1%;
bottom : 1%;
left : 1%;
right : 1%;
z-index:-10;
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
}
#configGraphNodeEdit {
overflow-x: auto;
overflow-y: auto;
background-color: #F7F8E0;
position:absolute;
top : 10%;
bottom : 1%;
left : 70%;
right : 1%;
/*z-index:-10;*/
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
}
.inputField {
padding: 5px 5px 5px 5px;
}
.button{
float: left;
background-color: #E0ECF8;
text-align:left;
padding : 3px;
margin : 3px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 200px;
}
section {
overflow-x: auto;
overflow-y: auto;
}
#status {
background-color: #F7F8E0;
position:absolute;
top : 1%;
left : 1%;
overflow:hidden;
z-index:-10;
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
padding : 10px;
}
#text_for_config {
background-color: #F8E0F7;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 50%;
}
.config {
overflow-y: auto;
padding : 10px;
}
.config:before, .config:after {
content: "";
display: table;
}
.area:config {
clear: both;
}
.step{
overflow-x: auto;
overflow-y: auto;
background-color: #9FF781;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 90%;
}
.component{
overflow-x: auto;
overflow-y: auto;
background-color: #58D3F7;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 90%;
}
.nextStep{
overflow-x: auto;
overflow-y: auto;
background-color: #F2F5A9;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 20%;
} | server/public/stylesheets/main.css | @charset "ISO-8859-1";
/*########################################*/
/*Config Graph*/
.link {
stroke: #000;
stroke-width: 1.5px;
}
.node {
cursor: move;
fill: #ccc;
stroke: #000;
stroke-width: 1.5px;
}
.node.fixed {
#fill: #f00;
}
/*########################################*/
#main {
overflow-x: auto;
overflow-y: auto;
background-color: #F7F8E0;
position:absolute;
top : 1%;
bottom : 1%;
left : 1%;
right : 1%;
z-index:-10;
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
}
#configGraphNodeEdit {
overflow-x: auto;
overflow-y: auto;
background-color: #F7F8E0;
position:absolute;
top : 10%;
bottom : 1%;
left : 70%;
right : 1%;
/*z-index:-10;*/
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
}
.inputField {
padding: 5px 5px 5px 5px;
}
.button{
float: left;
background-color: #E0ECF8;
text-align:left;
padding : 3px;
margin : 3px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 200px;
}
section {
overflow-x: auto;
overflow-y: auto;
}
#status {
background-color: #F7F8E0;
position:absolute;
top : 1%;
left : 1%;
overflow:hidden;
z-index:-10;
border-color : #282828 ;
border-style : solid;
border-width : medium;
border-radius : 10px;
padding : 10px;
}
#text_for_config {
background-color: #F8E0F7;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 50%;
}
.config {
overflow-y: auto;
padding : 10px;
}
.config:before, .config:after {
content: "";
display: table;
}
.area:config {
clear: both;
}
.step{
overflow-x: auto;
overflow-y: auto;
background-color: #9FF781;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 90%;
}
.component{
overflow-x: auto;
overflow-y: auto;
background-color: #58D3F7;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 90%;
}
.nextStep{
overflow-x: auto;
overflow-y: auto;
background-color: #F2F5A9;
text-align:left;
padding : 10px;
margin : 10px;
border-color : grey;
border-style : solid;
border-width : medium;
border-radius : 10px;
width: 20%;
} | 0.308398 | 0.100348 |
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Nova+Square);
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
/*background: url(../img/bg0.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container,
body > .container-fluid {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.main-row {
color: #A3A3A3;
background: #FFF;
padding: .5em;
}
.secondary-row {
color: #A3A3A3;
background: rgba(255, 255, 255, 1);
padding: .5em;
}
.third-row {
color: #FFFFFF;
background: #0FB66A;
}
.big-button {
font-size: 1.8em;
}
.estacionitem {
text-transform:capitalize;
}
.titulo-estacion {
color: red;
}
.titulo-icon {
margin-right: .5em;
color: #D5D5D5;
}
small.status {
font-family: 'Nova Square', cursive;
}
/* Custom jPlayer classes
------------------------------------------------- */
.jp-title {
font-family: 'Squada One', cursive;
}
.jp-controls > li {
display: inline;
}
.jp-playlist {
height: 400px;
overflow: auto;
display: none;
}
.jp-time-holder > div,
.jp-current-time,
.jp-duration {
font-family: 'Nova Square', cursive;
font-size: small;
display: inline;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
} | public_html/css/playlist-custom-player.css | @import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Nova+Square);
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
/*background: url(../img/bg0.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container,
body > .container-fluid {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.main-row {
color: #A3A3A3;
background: #FFF;
padding: .5em;
}
.secondary-row {
color: #A3A3A3;
background: rgba(255, 255, 255, 1);
padding: .5em;
}
.third-row {
color: #FFFFFF;
background: #0FB66A;
}
.big-button {
font-size: 1.8em;
}
.estacionitem {
text-transform:capitalize;
}
.titulo-estacion {
color: red;
}
.titulo-icon {
margin-right: .5em;
color: #D5D5D5;
}
small.status {
font-family: 'Nova Square', cursive;
}
/* Custom jPlayer classes
------------------------------------------------- */
.jp-title {
font-family: 'Squada One', cursive;
}
.jp-controls > li {
display: inline;
}
.jp-playlist {
height: 400px;
overflow: auto;
display: none;
}
.jp-time-holder > div,
.jp-current-time,
.jp-duration {
font-family: 'Nova Square', cursive;
font-size: small;
display: inline;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
} | 0.296756 | 0.051774 |
vertical-align: text-top;
}
#div_titulo{
height: 15px;
margin: 10px 10px 10px 10px;
padding-top: 20px;
position: relative;
/* estilo */
background-color: #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
/* estilo */
}
#div_dados{
margin: 5px 0 5px 0;
}
#div_anexo{
padding: 7px;
}
#p_titulo{
font-weight: bolder;
font-size: 125%;
font-family: Tahoma, Arial, sans-serif;
text-align: center;
}
#div_formulario{
padding-top: 20px;
margin: 10px;
width: 600px;
display: inline-block;
}
form {
font-size: 95%;
padding: 10px;
display: inline-block;
float: left;
width: 100%;
}
form fieldset #lbl_sexof, #lbl_sexom, #lbl_cargoa, #lbl_cargod{
display: block;
float: right;
}
fieldset {
clear: both;
font-size: 100%;
border-color: #236A24;
border-width: 1px 0 0 0;
border-style: solid none none none;
padding: 10px;
margin: 0 0 0 0;
}
fieldset legend {
font-size: 120%;
font-weight: normal;
color: #2E892A;
margin: 0 0 0 0;
padding: 0 5px;
}
form fieldset .div_campo{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: transparent;
/* teste */
margin-bottom: 2px;
}
form fieldset label{
cursor: pointer;
}
form fieldset .div_campo_over{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #C0FFC0;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .div_campo_selected{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #C0FFC0;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .div_campo_erro{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #FBD2D2;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .img_datepicker{
display: block;
position: relative;
float: right;
margin: 5px 5px 5px 0;
}
form fieldset .div_campo label, .div_campo_over label,
.div_campo_selected label, .div_campo_erro label{
display: block;
float: left;
left: 0;
padding: 5px;
}
form fieldset .lbl_requirido{
font-weight: bold;
}
form fieldset .lbl_destino, .lbl_origem, .lbl_cargo, .lbl_vaga, .lbl_desc{
font-weight: bold;
padding: 5px;
}
form fieldset .lbl_dados{
padding: 2px;
}
form fieldset #lbl_sexof, #lbl_sexom{
display: block;
float: right;
}
form fieldset .div_campo_anexo input{
display: block;
float: left;
width: 550px;
height: 100px;
margin: 5px;
}
form fieldset .div_campo input, .div_campo_over input,
.div_campo_selected input, .div_campo_erro input,
form fieldset .div_campo select, .div_campo_over select,
.div_campo_selected select, .div_campo_erro select{
display: block;
float: right;
right: 0;
margin: 5px;
}
.img_erro{
margin-top: 3px;
}
#img_progress, #img_area{
display: none;
position: relative;
float: right;
margin: 5px 5px 5px 0;
}
form #div_citacao{
position: relative;
float: left;
clear: both;
padding: 5px;
width: 100%;
font: normal 9pt/20px Tahoma, sans-serif;
background-color: #d8e8ff;
border: 1px #000 groove;
color: #202020;
}
form #div_enviar{
position: relative;
width: 150px;
left: 50%;
margin-left: -75px;
text-align: center;
}
#div_notas{
display: inline-block;
float: left;
position: absolute;
margin: 0 10px 10px 10px;
width: 280px;
padding: 10px;
vertical-align: top;
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
height: 680px;
border: solid 1px #000;
}
#div_nota{
font: inherit;
}
.label_erro {
cursor: pointer;
color: blue;
}
@media print {
/* Ocultar campos desnecessários ao imprimir */
#menu_wrap{display: none;}
#div_nota{display: none;}
#div_notas{display: none;}
#div_header{display: none;}
#div_extracao{display: none;}
#div_versao{display: none;}
#div_sessao{right: 95px;}
#div_titulo{padding-left: 110px;}
#div_formulario{margin-left: 200px;}
#div_sessao{right: 106px; bottom: -10px;}
#div_body{display: inline-block;}
}
body{
background: #ededed;
margin:0;
padding:0;
}
#menu_wrap{
position:relative;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0;
padding-right:0px;
width:100%;
height:40px;
list-style-type:none;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
box-shadow:0 1px 3px rgba(0,0,0,.2)
}
.button a{
cursor:pointer;
text-align:center;
font:13px/100% Tahoma, Geneva, sans-serif;
font-weight:bold;
position:relative;
min-width:50px;
height:20px;
float:left;
padding:10px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
text-shadow:0 1px 1px rgba(0,0,0,.3)
}
.button:first-child a{
-webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-topleft-radius:0px;
-moz-border-bottomleft-radius:0px;
border-top-left-radius:0;
border-bottom-left-radius:0px
}
.l_Green,.l_Green .button a{
color: #ffffef;
background: #cce197;
border-right: 1px solid #7ead6b;
background: -moz-linear-gradient(top, #cce197 0%, #7ead6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce197), color-stop(100%,#7ead6b));
background: -webkit-linear-gradient(top, #cce197 0%,#7ead6b 100%);
background: -o-linear-gradient(top, #cce197 0%,#7ead6b 100%);
background: -ms-linear-gradient(top, #cce197 0%,#7ead6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#cce197', endColorstr='#7ead6b',GradientType=0 );
background: linear-gradient(top, #cce197 0%,#7ead6b 100%);
}
.l_Green .button a:hover,.l_Green .button a:focus{
background: rgb(204,225,151);
background: -moz-linear-gradient(top, rgba(204,225,151,1) 0%, rgba(194,215,141,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,225,151,1)), color-stop(100%,rgba(194,215,141,1)));
background: -webkit-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
background: -o-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
background: -ms-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#cce197', endColorstr='#c2d78d',GradientType=0 );
background: linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
}
.l_Green .button a:active{
background: rgb(194,215,141);
background: -moz-linear-gradient(top, rgba(194,215,141,1) 0%, rgba(204,225,151,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,215,141,1)), color-stop(100%,rgba(204,225,151,1)));
background: -webkit-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
background: -o-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
background: -ms-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#c2d78d', endColorstr='#cce197',GradientType=0 );
background: linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
}
.button:last-child a{
float:left;
border-right: 1px solid #7ead6b;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px
} | css/principal_remocao_cadastro.css | vertical-align: text-top;
}
#div_titulo{
height: 15px;
margin: 10px 10px 10px 10px;
padding-top: 20px;
position: relative;
/* estilo */
background-color: #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
/* estilo */
}
#div_dados{
margin: 5px 0 5px 0;
}
#div_anexo{
padding: 7px;
}
#p_titulo{
font-weight: bolder;
font-size: 125%;
font-family: Tahoma, Arial, sans-serif;
text-align: center;
}
#div_formulario{
padding-top: 20px;
margin: 10px;
width: 600px;
display: inline-block;
}
form {
font-size: 95%;
padding: 10px;
display: inline-block;
float: left;
width: 100%;
}
form fieldset #lbl_sexof, #lbl_sexom, #lbl_cargoa, #lbl_cargod{
display: block;
float: right;
}
fieldset {
clear: both;
font-size: 100%;
border-color: #236A24;
border-width: 1px 0 0 0;
border-style: solid none none none;
padding: 10px;
margin: 0 0 0 0;
}
fieldset legend {
font-size: 120%;
font-weight: normal;
color: #2E892A;
margin: 0 0 0 0;
padding: 0 5px;
}
form fieldset .div_campo{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: transparent;
/* teste */
margin-bottom: 2px;
}
form fieldset label{
cursor: pointer;
}
form fieldset .div_campo_over{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #C0FFC0;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .div_campo_selected{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #C0FFC0;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .div_campo_erro{
clear: both;
padding: 2px;
width: 100%;
height: 29px;
background-color: #FBD2D2;
border-radius: 5px;
/* teste */
margin-bottom: 2px;
}
form fieldset .img_datepicker{
display: block;
position: relative;
float: right;
margin: 5px 5px 5px 0;
}
form fieldset .div_campo label, .div_campo_over label,
.div_campo_selected label, .div_campo_erro label{
display: block;
float: left;
left: 0;
padding: 5px;
}
form fieldset .lbl_requirido{
font-weight: bold;
}
form fieldset .lbl_destino, .lbl_origem, .lbl_cargo, .lbl_vaga, .lbl_desc{
font-weight: bold;
padding: 5px;
}
form fieldset .lbl_dados{
padding: 2px;
}
form fieldset #lbl_sexof, #lbl_sexom{
display: block;
float: right;
}
form fieldset .div_campo_anexo input{
display: block;
float: left;
width: 550px;
height: 100px;
margin: 5px;
}
form fieldset .div_campo input, .div_campo_over input,
.div_campo_selected input, .div_campo_erro input,
form fieldset .div_campo select, .div_campo_over select,
.div_campo_selected select, .div_campo_erro select{
display: block;
float: right;
right: 0;
margin: 5px;
}
.img_erro{
margin-top: 3px;
}
#img_progress, #img_area{
display: none;
position: relative;
float: right;
margin: 5px 5px 5px 0;
}
form #div_citacao{
position: relative;
float: left;
clear: both;
padding: 5px;
width: 100%;
font: normal 9pt/20px Tahoma, sans-serif;
background-color: #d8e8ff;
border: 1px #000 groove;
color: #202020;
}
form #div_enviar{
position: relative;
width: 150px;
left: 50%;
margin-left: -75px;
text-align: center;
}
#div_notas{
display: inline-block;
float: left;
position: absolute;
margin: 0 10px 10px 10px;
width: 280px;
padding: 10px;
vertical-align: top;
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
height: 680px;
border: solid 1px #000;
}
#div_nota{
font: inherit;
}
.label_erro {
cursor: pointer;
color: blue;
}
@media print {
/* Ocultar campos desnecessários ao imprimir */
#menu_wrap{display: none;}
#div_nota{display: none;}
#div_notas{display: none;}
#div_header{display: none;}
#div_extracao{display: none;}
#div_versao{display: none;}
#div_sessao{right: 95px;}
#div_titulo{padding-left: 110px;}
#div_formulario{margin-left: 200px;}
#div_sessao{right: 106px; bottom: -10px;}
#div_body{display: inline-block;}
}
body{
background: #ededed;
margin:0;
padding:0;
}
#menu_wrap{
position:relative;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0;
padding-right:0px;
width:100%;
height:40px;
list-style-type:none;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
box-shadow:0 1px 3px rgba(0,0,0,.2)
}
.button a{
cursor:pointer;
text-align:center;
font:13px/100% Tahoma, Geneva, sans-serif;
font-weight:bold;
position:relative;
min-width:50px;
height:20px;
float:left;
padding:10px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
text-shadow:0 1px 1px rgba(0,0,0,.3)
}
.button:first-child a{
-webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-topleft-radius:0px;
-moz-border-bottomleft-radius:0px;
border-top-left-radius:0;
border-bottom-left-radius:0px
}
.l_Green,.l_Green .button a{
color: #ffffef;
background: #cce197;
border-right: 1px solid #7ead6b;
background: -moz-linear-gradient(top, #cce197 0%, #7ead6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce197), color-stop(100%,#7ead6b));
background: -webkit-linear-gradient(top, #cce197 0%,#7ead6b 100%);
background: -o-linear-gradient(top, #cce197 0%,#7ead6b 100%);
background: -ms-linear-gradient(top, #cce197 0%,#7ead6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#cce197', endColorstr='#7ead6b',GradientType=0 );
background: linear-gradient(top, #cce197 0%,#7ead6b 100%);
}
.l_Green .button a:hover,.l_Green .button a:focus{
background: rgb(204,225,151);
background: -moz-linear-gradient(top, rgba(204,225,151,1) 0%, rgba(194,215,141,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,225,151,1)), color-stop(100%,rgba(194,215,141,1)));
background: -webkit-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
background: -o-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
background: -ms-linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#cce197', endColorstr='#c2d78d',GradientType=0 );
background: linear-gradient(top, rgba(204,225,151,1) 0%,rgba(194,215,141,1) 100%);
}
.l_Green .button a:active{
background: rgb(194,215,141);
background: -moz-linear-gradient(top, rgba(194,215,141,1) 0%, rgba(204,225,151,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,215,141,1)), color-stop(100%,rgba(204,225,151,1)));
background: -webkit-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
background: -o-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
background: -ms-linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#c2d78d', endColorstr='#cce197',GradientType=0 );
background: linear-gradient(top, rgba(194,215,141,1) 0%,rgba(204,225,151,1) 100%);
}
.button:last-child a{
float:left;
border-right: 1px solid #7ead6b;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px
} | 0.246261 | 0.087136 |
@font-face {
font-family: weatherFont;
src: url("../Oswald-Medium.ttf");
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: weatherFont;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100vh;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/weather-bg.jpg");
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/weather-bg.jpg");
background-size: cover;
background-attachment: fixed;
position: relative;
padding: 20px 30px;
}
.main .weather {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .weather-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50vw;
background: white;
border-radius: 20px;
border-top-right-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .weather-holder:hover {
top: -10px;
border-top-right-radius: 20px;
border-top-left-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
}
.main .weather .weather-holder h1 {
color: black;
font-size: 50px;
text-transform: capitalize;
letter-spacing: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main .weather .weather-holder form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0;
}
.main .weather .weather-holder form input {
color: black;
font-size: 25px;
text-align: center;
background: transparent;
border: 1px solid transparent;
border-bottom: 1px solid black;
outline: none;
position: relative;
top: 0;
margin: 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .weather-holder form input:hover {
border: 1px dashed black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder form input:focus {
border: 1px solid black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder form input::-webkit-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input:-ms-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input::-ms-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input::placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form button {
color: white;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 3px;
background: black;
border: 1px solid white;
cursor: pointer;
position: relative;
top: 0;
padding: 5px 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .weather-holder form button:hover {
color: black;
background: transparent;
border: 1px solid black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder .signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
margin: 10px 0;
}
.main .weather .weather-holder .signature p {
color: black;
font-size: 20px;
}
.main .weather .weather-holder .signature img {
height: 40px;
width: auto;
}
.main .weather .loading-city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100px;
min-width: 750px;
background: white;
border: 3px solid black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
margin-top: -50px;
margin-left: -375px;
opacity: 0;
position: fixed;
top: 40%;
left: 50%;
padding: 10px 15px;
-webkit-transition: 300ms;
transition: 300ms;
z-index: 10;
}
.main .weather .loading-city .loading-circle {
height: 75px;
width: 75px;
border: 15px solid transparent;
border-top: 15px solid black;
border-radius: 50%;
-webkit-animation: rotating 500ms linear infinite;
animation: rotating 500ms linear infinite;
}
@-webkit-keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.main .weather .loading-city strong {
color: black;
font-size: 30px;
margin: 0 20px;
}
.main .weather .loading-city span {
color: white;
text-transform: capitalize;
background: black;
padding: 3px 5px;
}
.main .weather .city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 80vw;
background: white;
border-radius: 20px;
border-top-left-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
position: relative;
top: -10px;
margin-top: 30px;
padding: 15px 10px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city:hover {
top: 10px !important;
border-top-left-radius: 20px;
border-top-right-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
}
.main .weather .city h2 {
color: black;
font-size: 35px;
text-align: center;
letter-spacing: 5px;
border-bottom: 1px solid black;
}
.main .weather .city p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 3px;
}
.main .weather .city .sun {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 40vw;
margin: 10px 0;
}
.main .weather .city .sun div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .sun div img {
height: 50px;
width: auto;
}
.main .weather .city .sun div p {
color: black;
font-size: 20px;
text-transform: capitalize;
margin: 0 10px;
}
.main .weather .city .forecast-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 350px;
width: 70vw;
border: 5px double black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
overflow: hidden;
position: relative;
padding: 10px 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main .weather .city .forecast-holder .forecast {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: -webkit-grab;
cursor: grab;
position: absolute;
left: 0;
}
.main .weather .city .forecast-holder .forecast .hour-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 300px;
width: 350px;
background: white;
border: 1px solid black;
border-radius: 10px;
position: relative;
top: 0;
margin: 0 5px;
padding: 15px 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .city .forecast-holder .forecast .hour-block:hover {
top: -10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date h3 {
color: black;
font-size: 25px;
letter-spacing: 5px;
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date strong {
color: black;
font-size: 15px;
letter-spacing: 3px;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 3px dashed black;
padding: 5px 10px;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic p {
color: black;
font-size: 35px;
font-weight: bold;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic span {
color: black;
font-size: 20px;
text-transform: capitalize;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-range {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-range p {
color: black;
font-size: 20px;
text-transform: uppercase;
margin: 0 10px;
}
.main .weather .city .forecast-holder .forecast .hour-block .humidity-pressure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .humidity-pressure p {
color: black;
font-size: 20px;
text-align: center;
text-transform: capitalize;
margin: 0 10px;
}
.main .weather .city .forecast-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
border: 10px double black;
border-radius: 10px;
border-top-right-radius: 50px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3);
position: relative;
top: 0;
margin-top: 30px;
padding: 20px 15px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city .forecast-info:hover {
border-radius: 50px;
border-top-right-radius: 10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .city .forecast-info h3, .main .weather .city .forecast-info h4, .main .weather .city .forecast-info h5 {
color: black;
font-size: 35px;
text-align: center;
letter-spacing: 5px;
font-weight: bold;
}
.main .weather .city .forecast-info h4 {
font-size: 30px;
border-bottom: 3px solid black;
}
.main .weather .city .forecast-info h5 {
text-transform: uppercase;
margin: 10px 0;
}
.main .weather .city .forecast-info span {
color: white;
background: black;
padding: 3px 5px;
}
.main .weather .city .forecast-info .temp-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
height: 220px;
}
.main .weather .city .forecast-info .temp-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .temp-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
}
.main .weather .city .forecast-info .temp-info strong {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 3px;
}
.main .weather .city .forecast-info .temp-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 2px;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-info .temp-info .temp-min-max p {
color: black;
font-size: 20px;
text-transform: capitalize;
text-align: center;
margin: 0 10px;
}
.main .weather .city .forecast-info .pressure-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
height: 270px;
}
.main .weather .city .forecast-info .pressure-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .pressure-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
margin-bottom: 5px;
}
.main .weather .city .forecast-info .pressure-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure h5 {
color: black;
font-size: 25px;
text-align: center;
letter-spacing: 3px;
margin-bottom: 5px;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure p {
color: black;
font-size: 20px;
text-transform: capitalize;
margin: 5px 0;
}
.main .weather .city .forecast-info .other-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city .forecast-info .other-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .other-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
}
.main .weather .city .forecast-info .other-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
}
.main .error-modal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: white;
border: 1px solid black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
position: absolute;
top: -10px;
left: 10px;
padding: 5px 10px;
-webkit-transition: 300ms;
transition: 300ms;
z-index: 20;
}
.main .error-modal strong {
color: black;
font-size: 30px;
font-weight: bold;
}
.main .error-modal strong span {
color: white;
background: black;
padding: 3px 5px;
}
#active-forecast {
top: -10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
-webkit-filter: invert(1);
filter: invert(1);
}
.loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
}
.loading .loader {
height: 200px;
width: 200px;
background: transparent;
border: 20px solid transparent;
border-top: 20px solid black;
border-radius: 50%;
-webkit-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
}
@keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media screen and (max-width: 319px) {
.main .weather .weather-holder {
width: 90vw;
}
.main .weather .weather-holder h1 {
font-size: 40px;
text-align: center;
}
.main .weather .weather-holder form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main .weather .weather-holder form input {
width: 200px;
font-size: 25px;
}
.main .weather .weather-holder form button {
font-size: 25px;
}
.main .weather .city {
width: 99vw;
}
.main .weather .city .sun {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .sun p {
text-align: center;
}
.main .weather .city .forecast-holder {
width: 95vw;
}
.main .weather .city .forecast-info {
width: 98vw;
}
.main .weather .city .forecast-info h5 {
font-size: 30px;
}
.main .weather .city .forecast-info .temp-info {
height: 450px;
width: 80vw;
}
.main .weather .city .forecast-info .temp-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .temp-info strong {
font-size: 20px;
margin: 10px 0;
}
.main .weather .city .forecast-info .temp-info p {
font-size: 20px;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info {
height: 480px;
}
.main .weather .city .forecast-info .pressure-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .pressure-info p {
font-size: 20px;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure h5 {
font-size: 20px;
}
.main .weather .city .forecast-info .other-info {
height: 250px;
}
.main .weather .city .forecast-info .other-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .other-info p {
font-size: 20px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
max-width: 250px;
min-width: 250px;
margin-top: -125px;
margin-left: -125px;
}
.main .weather .loading-city .loading-circle {
height: 50px;
width: 50px;
border: 12px solid transparent;
border-top: 12px solid black;
}
.main .weather .loading-city strong {
font-size: 20px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .weather .loading-city span {
overflow-wrap: break-word;
}
.main .error-modal {
left: 0;
}
.main .error-modal strong {
font-size: 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.main .weather .weather-holder {
width: 90vw;
}
.main .weather .weather-holder h1 {
font-size: 45px;
text-align: center;
}
.main .weather .weather-holder form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main .weather .weather-holder form input {
font-size: 27px;
}
.main .weather .weather-holder form button {
font-size: 25px;
}
.main .weather .city {
width: 95vw;
}
.main .weather .city .sun {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .sun p {
text-align: center;
}
.main .weather .city .forecast-holder {
width: 90vw;
}
.main .weather .city .forecast-info {
width: 90vw;
}
.main .weather .city .forecast-info .temp-info {
height: 400px;
width: 80vw;
}
.main .weather .city .forecast-info .temp-info strong {
margin: 10px 0;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info {
height: 480px;
}
.main .weather .city .forecast-info .other-info {
height: 250px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
max-width: 280px;
min-width: 280px;
margin-top: -125px;
margin-left: -140px;
}
.main .weather .loading-city .loading-circle {
height: 100px;
width: 100px;
border: 15px solid transparent;
border-top: 15px solid black;
}
.main .weather .loading-city strong {
font-size: 25px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .weather .loading-city span {
overflow-wrap: break-word;
}
.main .error-modal strong {
font-size: 15px;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.main .weather .weather-holder {
width: 80vw;
}
.main .weather .city {
width: 90vw;
}
.main .weather .city .sun {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .forecast-info {
width: 75vw;
}
.main .weather .city .forecast-info .temp-info {
height: 300px;
}
.main .weather .city .forecast-info .pressure-info {
height: 350px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
min-width: 480px;
margin-top: -125px;
margin-left: -240px;
}
.main .weather .loading-city .loading-circle {
height: 100px;
width: 100px;
border: 15px solid transparent;
border-top: 15px solid black;
}
.main .weather .loading-city strong {
font-size: 25px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .error-modal strong {
font-size: 20px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.main .weather .city .forecast-info .temp-info {
height: 300px;
}
.main .weather .city .forecast-info .pressure-info {
height: 350px;
}
.main .weather .loading-city {
min-width: 500px;
margin-left: -250px;
}
.main .weather .loading-city .loading-circle {
height: 50px;
width: 50px;
border: 12px solid transparent;
border-top: 12px solid black;
}
.main .weather .loading-city strong {
font-size: 20px;
}
.main .error-modal strong {
font-size: 20px;
}
}
/*# sourceMappingURL=main.css.map */ | src/Weather App/css/main.css | @font-face {
font-family: weatherFont;
src: url("../Oswald-Medium.ttf");
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: weatherFont;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100vh;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/weather-bg.jpg");
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/weather-bg.jpg");
background-size: cover;
background-attachment: fixed;
position: relative;
padding: 20px 30px;
}
.main .weather {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .weather-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50vw;
background: white;
border-radius: 20px;
border-top-right-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .weather-holder:hover {
top: -10px;
border-top-right-radius: 20px;
border-top-left-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
}
.main .weather .weather-holder h1 {
color: black;
font-size: 50px;
text-transform: capitalize;
letter-spacing: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main .weather .weather-holder form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0;
}
.main .weather .weather-holder form input {
color: black;
font-size: 25px;
text-align: center;
background: transparent;
border: 1px solid transparent;
border-bottom: 1px solid black;
outline: none;
position: relative;
top: 0;
margin: 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .weather-holder form input:hover {
border: 1px dashed black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder form input:focus {
border: 1px solid black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder form input::-webkit-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input:-ms-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input::-ms-input-placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form input::placeholder {
text-transform: capitalize;
}
.main .weather .weather-holder form button {
color: white;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 3px;
background: black;
border: 1px solid white;
cursor: pointer;
position: relative;
top: 0;
padding: 5px 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .weather-holder form button:hover {
color: black;
background: transparent;
border: 1px solid black;
top: -5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .weather-holder .signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
margin: 10px 0;
}
.main .weather .weather-holder .signature p {
color: black;
font-size: 20px;
}
.main .weather .weather-holder .signature img {
height: 40px;
width: auto;
}
.main .weather .loading-city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100px;
min-width: 750px;
background: white;
border: 3px solid black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
margin-top: -50px;
margin-left: -375px;
opacity: 0;
position: fixed;
top: 40%;
left: 50%;
padding: 10px 15px;
-webkit-transition: 300ms;
transition: 300ms;
z-index: 10;
}
.main .weather .loading-city .loading-circle {
height: 75px;
width: 75px;
border: 15px solid transparent;
border-top: 15px solid black;
border-radius: 50%;
-webkit-animation: rotating 500ms linear infinite;
animation: rotating 500ms linear infinite;
}
@-webkit-keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.main .weather .loading-city strong {
color: black;
font-size: 30px;
margin: 0 20px;
}
.main .weather .loading-city span {
color: white;
text-transform: capitalize;
background: black;
padding: 3px 5px;
}
.main .weather .city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 80vw;
background: white;
border-radius: 20px;
border-top-left-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
position: relative;
top: -10px;
margin-top: 30px;
padding: 15px 10px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city:hover {
top: 10px !important;
border-top-left-radius: 20px;
border-top-right-radius: 5px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.7);
}
.main .weather .city h2 {
color: black;
font-size: 35px;
text-align: center;
letter-spacing: 5px;
border-bottom: 1px solid black;
}
.main .weather .city p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 3px;
}
.main .weather .city .sun {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 40vw;
margin: 10px 0;
}
.main .weather .city .sun div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .sun div img {
height: 50px;
width: auto;
}
.main .weather .city .sun div p {
color: black;
font-size: 20px;
text-transform: capitalize;
margin: 0 10px;
}
.main .weather .city .forecast-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 350px;
width: 70vw;
border: 5px double black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
overflow: hidden;
position: relative;
padding: 10px 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main .weather .city .forecast-holder .forecast {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: -webkit-grab;
cursor: grab;
position: absolute;
left: 0;
}
.main .weather .city .forecast-holder .forecast .hour-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 300px;
width: 350px;
background: white;
border: 1px solid black;
border-radius: 10px;
position: relative;
top: 0;
margin: 0 5px;
padding: 15px 10px;
-webkit-transition: 300ms;
transition: 300ms;
}
.main .weather .city .forecast-holder .forecast .hour-block:hover {
top: -10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date h3 {
color: black;
font-size: 25px;
letter-spacing: 5px;
}
.main .weather .city .forecast-holder .forecast .hour-block .time-date strong {
color: black;
font-size: 15px;
letter-spacing: 3px;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 3px dashed black;
padding: 5px 10px;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic p {
color: black;
font-size: 35px;
font-weight: bold;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-basic span {
color: black;
font-size: 20px;
text-transform: capitalize;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-range {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .temp-range p {
color: black;
font-size: 20px;
text-transform: uppercase;
margin: 0 10px;
}
.main .weather .city .forecast-holder .forecast .hour-block .humidity-pressure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-holder .forecast .hour-block .humidity-pressure p {
color: black;
font-size: 20px;
text-align: center;
text-transform: capitalize;
margin: 0 10px;
}
.main .weather .city .forecast-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
border: 10px double black;
border-radius: 10px;
border-top-right-radius: 50px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3);
position: relative;
top: 0;
margin-top: 30px;
padding: 20px 15px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city .forecast-info:hover {
border-radius: 50px;
border-top-right-radius: 10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
}
.main .weather .city .forecast-info h3, .main .weather .city .forecast-info h4, .main .weather .city .forecast-info h5 {
color: black;
font-size: 35px;
text-align: center;
letter-spacing: 5px;
font-weight: bold;
}
.main .weather .city .forecast-info h4 {
font-size: 30px;
border-bottom: 3px solid black;
}
.main .weather .city .forecast-info h5 {
text-transform: uppercase;
margin: 10px 0;
}
.main .weather .city .forecast-info span {
color: white;
background: black;
padding: 3px 5px;
}
.main .weather .city .forecast-info .temp-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
height: 220px;
}
.main .weather .city .forecast-info .temp-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .temp-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
}
.main .weather .city .forecast-info .temp-info strong {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 3px;
}
.main .weather .city .forecast-info .temp-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
letter-spacing: 2px;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main .weather .city .forecast-info .temp-info .temp-min-max p {
color: black;
font-size: 20px;
text-transform: capitalize;
text-align: center;
margin: 0 10px;
}
.main .weather .city .forecast-info .pressure-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
height: 270px;
}
.main .weather .city .forecast-info .pressure-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .pressure-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
margin-bottom: 5px;
}
.main .weather .city .forecast-info .pressure-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure h5 {
color: black;
font-size: 25px;
text-align: center;
letter-spacing: 3px;
margin-bottom: 5px;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure p {
color: black;
font-size: 20px;
text-transform: capitalize;
margin: 5px 0;
}
.main .weather .city .forecast-info .other-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: 200px;
background: white;
border: 3px solid black;
-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
position: relative;
top: 0;
margin: 20px 0;
padding: 10px 15px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main .weather .city .forecast-info .other-info:hover {
border: 3px dashed black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
top: -10px;
-webkit-filter: invert(1);
filter: invert(1);
}
.main .weather .city .forecast-info .other-info h4 {
color: black;
font-size: 35px;
text-align: center;
text-transform: capitalize;
letter-spacing: 5px;
}
.main .weather .city .forecast-info .other-info p {
color: black;
font-size: 25px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
}
.main .error-modal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: white;
border: 1px solid black;
-webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
position: absolute;
top: -10px;
left: 10px;
padding: 5px 10px;
-webkit-transition: 300ms;
transition: 300ms;
z-index: 20;
}
.main .error-modal strong {
color: black;
font-size: 30px;
font-weight: bold;
}
.main .error-modal strong span {
color: white;
background: black;
padding: 3px 5px;
}
#active-forecast {
top: -10px;
-webkit-box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
box-shadow: 3px 3px 15px 5px rgba(255, 255, 255, 0.5);
-webkit-filter: invert(1);
filter: invert(1);
}
.loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
}
.loading .loader {
height: 200px;
width: 200px;
background: transparent;
border: 20px solid transparent;
border-top: 20px solid black;
border-radius: 50%;
-webkit-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
}
@keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media screen and (max-width: 319px) {
.main .weather .weather-holder {
width: 90vw;
}
.main .weather .weather-holder h1 {
font-size: 40px;
text-align: center;
}
.main .weather .weather-holder form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main .weather .weather-holder form input {
width: 200px;
font-size: 25px;
}
.main .weather .weather-holder form button {
font-size: 25px;
}
.main .weather .city {
width: 99vw;
}
.main .weather .city .sun {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .sun p {
text-align: center;
}
.main .weather .city .forecast-holder {
width: 95vw;
}
.main .weather .city .forecast-info {
width: 98vw;
}
.main .weather .city .forecast-info h5 {
font-size: 30px;
}
.main .weather .city .forecast-info .temp-info {
height: 450px;
width: 80vw;
}
.main .weather .city .forecast-info .temp-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .temp-info strong {
font-size: 20px;
margin: 10px 0;
}
.main .weather .city .forecast-info .temp-info p {
font-size: 20px;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info {
height: 480px;
}
.main .weather .city .forecast-info .pressure-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .pressure-info p {
font-size: 20px;
}
.main .weather .city .forecast-info .pressure-info .atmospheric-pressure h5 {
font-size: 20px;
}
.main .weather .city .forecast-info .other-info {
height: 250px;
}
.main .weather .city .forecast-info .other-info h4 {
font-size: 25px;
}
.main .weather .city .forecast-info .other-info p {
font-size: 20px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
max-width: 250px;
min-width: 250px;
margin-top: -125px;
margin-left: -125px;
}
.main .weather .loading-city .loading-circle {
height: 50px;
width: 50px;
border: 12px solid transparent;
border-top: 12px solid black;
}
.main .weather .loading-city strong {
font-size: 20px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .weather .loading-city span {
overflow-wrap: break-word;
}
.main .error-modal {
left: 0;
}
.main .error-modal strong {
font-size: 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.main .weather .weather-holder {
width: 90vw;
}
.main .weather .weather-holder h1 {
font-size: 45px;
text-align: center;
}
.main .weather .weather-holder form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main .weather .weather-holder form input {
font-size: 27px;
}
.main .weather .weather-holder form button {
font-size: 25px;
}
.main .weather .city {
width: 95vw;
}
.main .weather .city .sun {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .sun p {
text-align: center;
}
.main .weather .city .forecast-holder {
width: 90vw;
}
.main .weather .city .forecast-info {
width: 90vw;
}
.main .weather .city .forecast-info .temp-info {
height: 400px;
width: 80vw;
}
.main .weather .city .forecast-info .temp-info strong {
margin: 10px 0;
}
.main .weather .city .forecast-info .temp-info .temp-min-max {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0;
}
.main .weather .city .forecast-info .pressure-info {
height: 480px;
}
.main .weather .city .forecast-info .other-info {
height: 250px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
max-width: 280px;
min-width: 280px;
margin-top: -125px;
margin-left: -140px;
}
.main .weather .loading-city .loading-circle {
height: 100px;
width: 100px;
border: 15px solid transparent;
border-top: 15px solid black;
}
.main .weather .loading-city strong {
font-size: 25px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .weather .loading-city span {
overflow-wrap: break-word;
}
.main .error-modal strong {
font-size: 15px;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.main .weather .weather-holder {
width: 80vw;
}
.main .weather .city {
width: 90vw;
}
.main .weather .city .sun {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60vw;
}
.main .weather .city .forecast-info {
width: 75vw;
}
.main .weather .city .forecast-info .temp-info {
height: 300px;
}
.main .weather .city .forecast-info .pressure-info {
height: 350px;
}
.main .weather .loading-city {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 250px;
min-width: 480px;
margin-top: -125px;
margin-left: -240px;
}
.main .weather .loading-city .loading-circle {
height: 100px;
width: 100px;
border: 15px solid transparent;
border-top: 15px solid black;
}
.main .weather .loading-city strong {
font-size: 25px;
text-align: center;
overflow-wrap: break-word;
margin-top: 20px;
}
.main .error-modal strong {
font-size: 20px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.main .weather .city .forecast-info .temp-info {
height: 300px;
}
.main .weather .city .forecast-info .pressure-info {
height: 350px;
}
.main .weather .loading-city {
min-width: 500px;
margin-left: -250px;
}
.main .weather .loading-city .loading-circle {
height: 50px;
width: 50px;
border: 12px solid transparent;
border-top: 12px solid black;
}
.main .weather .loading-city strong {
font-size: 20px;
}
.main .error-modal strong {
font-size: 20px;
}
}
/*# sourceMappingURL=main.css.map */ | 0.288068 | 0.04778 |
.customerService{
width:1.8rem;
height:2.3rem;
position:fixed;
right:0;
top:50%;
z-index: 6666;
margin-top:-1.15rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
background-color:white;
}
.customerService .title{
width:100%;
height:0.8rem;
border-radius: 0.1rem;
background-image:url(../../image/all/kefubg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom:0.17rem;
}
.customerService .title .text{
width:100%;
height:0.4rem;
line-height: 0.5rem;
vertical-align: middle;
text-align: center;
font-size:0.16rem;
color:white;
}
.customerService .title .text img{
width:0.3rem;
height:0.3rem;
vertical-align: middle;
}
.customerService .title .number{
width:100%;
height:0.4rem;
line-height: 0.4rem;
text-align: center;
font-size:0.2rem;
color:white;
}
.customerService .btns{
padding:0 0.07rem;
width:100%;
height:auto;
background-color:white;
}
.customerService .btns a{
display: block;
width:100%;
/*height:0.32rem;*/
line-height: 0.32rem;
text-align: center;
margin-bottom:0.1rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
color:#d2222c;
font-size:0.16rem;
background-color:white;
}
.customerService .btns a:hover{
color:white;
background-color:#d2222c;
}
.customerService .btns a.nolink{
cursor: default;
}
.customerService .btns a.nolink:hover .ercode{
right:100%;
}
.customerService .ercode{
box-sizing: content-box;
width:1.13rem;
height:1.13rem;
border:1px solid #d2222c;
border-right:none;
position:absolute;
right:0;
bottom:0.1rem;
margin-right:1px;
z-index: -1;
transition: right 0.5s;
-moz-transition: right 0.5s; /* Firefox 4 */
-webkit-transition: right 0.5s; /* Safari 和 Chrome */
-o-transition: right 0.5s; /* Opera */
/*background-image:url(../../images/all/kefucode.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;*/
} | hunt-web/src/main/webapp/static/css/index/customerService.css | .customerService{
width:1.8rem;
height:2.3rem;
position:fixed;
right:0;
top:50%;
z-index: 6666;
margin-top:-1.15rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
background-color:white;
}
.customerService .title{
width:100%;
height:0.8rem;
border-radius: 0.1rem;
background-image:url(../../image/all/kefubg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom:0.17rem;
}
.customerService .title .text{
width:100%;
height:0.4rem;
line-height: 0.5rem;
vertical-align: middle;
text-align: center;
font-size:0.16rem;
color:white;
}
.customerService .title .text img{
width:0.3rem;
height:0.3rem;
vertical-align: middle;
}
.customerService .title .number{
width:100%;
height:0.4rem;
line-height: 0.4rem;
text-align: center;
font-size:0.2rem;
color:white;
}
.customerService .btns{
padding:0 0.07rem;
width:100%;
height:auto;
background-color:white;
}
.customerService .btns a{
display: block;
width:100%;
/*height:0.32rem;*/
line-height: 0.32rem;
text-align: center;
margin-bottom:0.1rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
color:#d2222c;
font-size:0.16rem;
background-color:white;
}
.customerService .btns a:hover{
color:white;
background-color:#d2222c;
}
.customerService .btns a.nolink{
cursor: default;
}
.customerService .btns a.nolink:hover .ercode{
right:100%;
}
.customerService .ercode{
box-sizing: content-box;
width:1.13rem;
height:1.13rem;
border:1px solid #d2222c;
border-right:none;
position:absolute;
right:0;
bottom:0.1rem;
margin-right:1px;
z-index: -1;
transition: right 0.5s;
-moz-transition: right 0.5s; /* Firefox 4 */
-webkit-transition: right 0.5s; /* Safari 和 Chrome */
-o-transition: right 0.5s; /* Opera */
/*background-image:url(../../images/all/kefucode.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;*/
} | 0.199971 | 0.035847 |
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?51948841');
src: url('../font/fontello.eot?51948841#iefix') format('embedded-opentype'), url('../font/fontello.woff?51948841') format('woff'), url('../font/fontello.ttf?51948841') format('truetype'), url('../font/fontello.svg?51948841#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?51948841#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-help:before {
content: '\e804';
}
/* '' */
.icon-chart-line:before {
content: '\e805';
}
/* '' */
.icon-child:before {
content: '\e806';
}
/* '' */
html {
font-size: 16px;
height: 100%;
width: 100%;
box-sizing: border-box;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
position: relative;
width: 100%;
height: 100%;
background-color: #b95835;
}
.naglowek-1 {
font-size: 72px;
text-align: center;
color: #fff;
padding-top: 70px;
margin-bottom: 110px;
padding-left: 50px;
padding-right: 50px;
}
.naglowek-2 {
font-size: 48px;
color: #eecd86;
margin-top: 25px;
text-align: center;
}
p {
font-size: 32px;
line-height: 36px;
color: #fff;
margin-bottom: 30px;
}
i {
font-style: italic;
}
#container {
height: 100%;
width: 10000px;
margin: 0 auto;
margin-top: 85px;
}
[data-highcharts-chart="0"] {
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.wrapper {
width: 100%;
height: 100%;
}
.przyciski {
position: relative;
margin: 0 auto;
text-align: center;
}
.przycisk-wrap {
display: inline-block;
max-width: 310px;
vertical-align: top;
}
.przycisk-maly {
display: inline-block;
position: fixed;
bottom: 15px;
left: 15px;
padding: 15px 20px;
color: white;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
border-radius: 20%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #3d3242;
opacity: 0.7;
-webkit-box-shadow: 0px 4px 0px 0px #eecd86;
-moz-box-shadow: 0px 4px 0px 0px #eecd86;
box-shadow: 0px 4px 0px 0px #eecd86;
text-decoration: none;
font-weight: 700;
font-size: 18px;
}
.przycisk-maly:hover {
-webkit-box-shadow: 0px 4px 0px 0px #e18942;
-moz-box-shadow: 0px 4px 0px 0px #e18942;
box-shadow: 0px 4px 0px 0px #e18942;
opacity: 1;
}
.przycisk-maly:active,
.przycisk-maly:focus {
outline: none;
}
.przycisk {
display: inline-block;
width: 250px;
height: 250px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #3d3242;
margin-left: 30px;
margin-right: 30px;
-webkit-box-shadow: 0px 4px 0px 0px #eecd86;
-moz-box-shadow: 0px 4px 0px 0px #eecd86;
box-shadow: 0px 4px 0px 0px #eecd86;
text-decoration: none;
}
.przycisk span {
position: relative;
top: 25%;
color: #fff;
font-size: 124px;
-webkit-transition: top 0.5s;
-moz-transition: top 0.5s;
-ms-transition: top 0.5s;
-o-transition: top 0.5s;
}
.przycisk:hover {
-webkit-box-shadow: 0px 4px 0px 0px #e18942;
-moz-box-shadow: 0px 4px 0px 0px #e18942;
box-shadow: 0px 4px 0px 0px #e18942;
}
.przycisk:hover span {
top: 20%;
}
.przycisk:active,
.przycisk:focus {
outline: none;
}
.fotorama {
margin: 0 auto;
}
.fotorama__wrap {
margin: 10px auto;
}
.fotorama__dot {
border-color: #7a3e48 !important;
}
.omnie-wrap {
position: relative;
max-width: 960px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
.omnie-wrap .naglowek {
text-align: center;
margin-bottom: 40px;
}
.omnie-wrap .naglowek img {
display: inline-block;
vertical-align: middle;
width: 180px;
}
.omnie-wrap img {
display: inline-block;
text-align: center;
}
.tresc img {
float: right;
max-width: 350px;
}
.tresc span {
display: block;
font-size: 18px;
line-height: 19px;
padding-left: 15px;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
margin-bottom: 50px;
} | css/styles.css | v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?51948841');
src: url('../font/fontello.eot?51948841#iefix') format('embedded-opentype'), url('../font/fontello.woff?51948841') format('woff'), url('../font/fontello.ttf?51948841') format('truetype'), url('../font/fontello.svg?51948841#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?51948841#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-help:before {
content: '\e804';
}
/* '' */
.icon-chart-line:before {
content: '\e805';
}
/* '' */
.icon-child:before {
content: '\e806';
}
/* '' */
html {
font-size: 16px;
height: 100%;
width: 100%;
box-sizing: border-box;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
position: relative;
width: 100%;
height: 100%;
background-color: #b95835;
}
.naglowek-1 {
font-size: 72px;
text-align: center;
color: #fff;
padding-top: 70px;
margin-bottom: 110px;
padding-left: 50px;
padding-right: 50px;
}
.naglowek-2 {
font-size: 48px;
color: #eecd86;
margin-top: 25px;
text-align: center;
}
p {
font-size: 32px;
line-height: 36px;
color: #fff;
margin-bottom: 30px;
}
i {
font-style: italic;
}
#container {
height: 100%;
width: 10000px;
margin: 0 auto;
margin-top: 85px;
}
[data-highcharts-chart="0"] {
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.wrapper {
width: 100%;
height: 100%;
}
.przyciski {
position: relative;
margin: 0 auto;
text-align: center;
}
.przycisk-wrap {
display: inline-block;
max-width: 310px;
vertical-align: top;
}
.przycisk-maly {
display: inline-block;
position: fixed;
bottom: 15px;
left: 15px;
padding: 15px 20px;
color: white;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
border-radius: 20%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #3d3242;
opacity: 0.7;
-webkit-box-shadow: 0px 4px 0px 0px #eecd86;
-moz-box-shadow: 0px 4px 0px 0px #eecd86;
box-shadow: 0px 4px 0px 0px #eecd86;
text-decoration: none;
font-weight: 700;
font-size: 18px;
}
.przycisk-maly:hover {
-webkit-box-shadow: 0px 4px 0px 0px #e18942;
-moz-box-shadow: 0px 4px 0px 0px #e18942;
box-shadow: 0px 4px 0px 0px #e18942;
opacity: 1;
}
.przycisk-maly:active,
.przycisk-maly:focus {
outline: none;
}
.przycisk {
display: inline-block;
width: 250px;
height: 250px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #3d3242;
margin-left: 30px;
margin-right: 30px;
-webkit-box-shadow: 0px 4px 0px 0px #eecd86;
-moz-box-shadow: 0px 4px 0px 0px #eecd86;
box-shadow: 0px 4px 0px 0px #eecd86;
text-decoration: none;
}
.przycisk span {
position: relative;
top: 25%;
color: #fff;
font-size: 124px;
-webkit-transition: top 0.5s;
-moz-transition: top 0.5s;
-ms-transition: top 0.5s;
-o-transition: top 0.5s;
}
.przycisk:hover {
-webkit-box-shadow: 0px 4px 0px 0px #e18942;
-moz-box-shadow: 0px 4px 0px 0px #e18942;
box-shadow: 0px 4px 0px 0px #e18942;
}
.przycisk:hover span {
top: 20%;
}
.przycisk:active,
.przycisk:focus {
outline: none;
}
.fotorama {
margin: 0 auto;
}
.fotorama__wrap {
margin: 10px auto;
}
.fotorama__dot {
border-color: #7a3e48 !important;
}
.omnie-wrap {
position: relative;
max-width: 960px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
.omnie-wrap .naglowek {
text-align: center;
margin-bottom: 40px;
}
.omnie-wrap .naglowek img {
display: inline-block;
vertical-align: middle;
width: 180px;
}
.omnie-wrap img {
display: inline-block;
text-align: center;
}
.tresc img {
float: right;
max-width: 350px;
}
.tresc span {
display: block;
font-size: 18px;
line-height: 19px;
padding-left: 15px;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
margin-bottom: 50px;
} | 0.289071 | 0.054601 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?bytfto');
src: url('../fonts/icomoon.eot?bytfto#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?bytfto') format('truetype'),
url('../fonts/icomoon.woff?bytfto') format('woff'),
url('../fonts/icomoon.svg?bytfto#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Icon font styles */
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* "Better" Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-amazon:before {
content: "\e900";
}
.icon-google:before {
content: "\e901";
}
.icon-hangouts:before {
content: "\e903";
}
.icon-google-drive:before {
content: "\e904";
}
.icon-facebook:before {
content: "\e905";
}
.icon-instagram:before {
content: "\e906";
}
.icon-whatsapp:before {
content: "\e907";
}
.icon-spotify:before {
content: "\e908";
}
.icon-telegram:before {
content: "\e909";
}
.icon-twitter:before {
content: "\e90a";
}
.icon-vine:before {
content: "\e90b";
}
.icon-vk:before {
content: "\e90c";
}
.icon-renren:before {
content: "\e90d";
}
.icon-sina-weibo:before {
content: "\e90e";
}
.icon-rss:before {
content: "\e90f";
}
.icon-twitch:before {
content: "\e910";
}
.icon-vimeo:before {
content: "\e911";
}
.icon-lanyrd:before {
content: "\e912";
}
.icon-flickr2:before {
content: "\e913";
}
.icon-flickr4:before {
content: "\e914";
}
.icon-dribbble:before {
content: "\e915";
}
.icon-behance:before {
content: "\e916";
}
.icon-deviantart:before {
content: "\e917";
}
.icon-500px:before {
content: "\e918";
}
.icon-steam:before {
content: "\e919";
}
.icon-dropbox:before {
content: "\e91a";
}
.icon-onedrive:before {
content: "\e91b";
}
.icon-github:before {
content: "\e91c";
}
.icon-npm:before {
content: "\e91d";
}
.icon-basecamp:before {
content: "\e91e";
}
.icon-trello:before {
content: "\e91f";
}
.icon-wordpress:before {
content: "\e920";
}
.icon-joomla:before {
content: "\e921";
}
.icon-ello:before {
content: "\e922";
}
.icon-blogger:before {
content: "\e923";
}
.icon-tumblr:before {
content: "\e924";
}
.icon-yahoo:before {
content: "\e925";
}
.icon-soundcloud:before {
content: "\e926";
}
.icon-skype:before {
content: "\e927";
}
.icon-reddit:before {
content: "\e928";
}
.icon-hackernews:before {
content: "\e929";
}
.icon-wikipedia:before {
content: "\e92a";
}
.icon-linkedin2:before {
content: "\e92b";
}
.icon-lastfm:before {
content: "\e92c";
}
.icon-delicious:before {
content: "\e92d";
}
.icon-stumbleupon:before {
content: "\e92e";
}
.icon-stackoverflow:before {
content: "\e92f";
}
.icon-pinterest:before {
content: "\e930";
}
.icon-xing2:before {
content: "\e931";
}
.icon-flattr:before {
content: "\e932";
}
.icon-foursquare:before {
content: "\e933";
}
.icon-yelp:before {
content: "\e934";
}
.icon-paypal:before {
content: "\e935";
}
.icon-youtube:before {
content: "\e902";
} | public/css/icons.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?bytfto');
src: url('../fonts/icomoon.eot?bytfto#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?bytfto') format('truetype'),
url('../fonts/icomoon.woff?bytfto') format('woff'),
url('../fonts/icomoon.svg?bytfto#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Icon font styles */
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* "Better" Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-amazon:before {
content: "\e900";
}
.icon-google:before {
content: "\e901";
}
.icon-hangouts:before {
content: "\e903";
}
.icon-google-drive:before {
content: "\e904";
}
.icon-facebook:before {
content: "\e905";
}
.icon-instagram:before {
content: "\e906";
}
.icon-whatsapp:before {
content: "\e907";
}
.icon-spotify:before {
content: "\e908";
}
.icon-telegram:before {
content: "\e909";
}
.icon-twitter:before {
content: "\e90a";
}
.icon-vine:before {
content: "\e90b";
}
.icon-vk:before {
content: "\e90c";
}
.icon-renren:before {
content: "\e90d";
}
.icon-sina-weibo:before {
content: "\e90e";
}
.icon-rss:before {
content: "\e90f";
}
.icon-twitch:before {
content: "\e910";
}
.icon-vimeo:before {
content: "\e911";
}
.icon-lanyrd:before {
content: "\e912";
}
.icon-flickr2:before {
content: "\e913";
}
.icon-flickr4:before {
content: "\e914";
}
.icon-dribbble:before {
content: "\e915";
}
.icon-behance:before {
content: "\e916";
}
.icon-deviantart:before {
content: "\e917";
}
.icon-500px:before {
content: "\e918";
}
.icon-steam:before {
content: "\e919";
}
.icon-dropbox:before {
content: "\e91a";
}
.icon-onedrive:before {
content: "\e91b";
}
.icon-github:before {
content: "\e91c";
}
.icon-npm:before {
content: "\e91d";
}
.icon-basecamp:before {
content: "\e91e";
}
.icon-trello:before {
content: "\e91f";
}
.icon-wordpress:before {
content: "\e920";
}
.icon-joomla:before {
content: "\e921";
}
.icon-ello:before {
content: "\e922";
}
.icon-blogger:before {
content: "\e923";
}
.icon-tumblr:before {
content: "\e924";
}
.icon-yahoo:before {
content: "\e925";
}
.icon-soundcloud:before {
content: "\e926";
}
.icon-skype:before {
content: "\e927";
}
.icon-reddit:before {
content: "\e928";
}
.icon-hackernews:before {
content: "\e929";
}
.icon-wikipedia:before {
content: "\e92a";
}
.icon-linkedin2:before {
content: "\e92b";
}
.icon-lastfm:before {
content: "\e92c";
}
.icon-delicious:before {
content: "\e92d";
}
.icon-stumbleupon:before {
content: "\e92e";
}
.icon-stackoverflow:before {
content: "\e92f";
}
.icon-pinterest:before {
content: "\e930";
}
.icon-xing2:before {
content: "\e931";
}
.icon-flattr:before {
content: "\e932";
}
.icon-foursquare:before {
content: "\e933";
}
.icon-yelp:before {
content: "\e934";
}
.icon-paypal:before {
content: "\e935";
}
.icon-youtube:before {
content: "\e902";
} | 0.270384 | 0.102305 |
.SurveyHeaderRoot {
display: flex;
flex-direction: column;
background-color: #19191910;
}
.SurveyHeaderTitle {
display: flex;
justify-content: center;
white-space: nowrap;
overflow:hidden;
padding: 10px;
margin: 2px;
font-weight: bold;
color: #ec6607;
background-color: #ffffff;
border: 1px solid #19191920;
border-radius: 2px;
}
.SurveyHeaderBody {
padding: 5px;
display: flex;
flex-direction: column;
}
.SurveyHeaderNameDiv {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderName {
width: 100%;
text-align: center;
font-size: 22px;
margin: 2px 0 2px 0;
padding: 10px;
}
.SurveyHeaderDescriptionDiv {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderDescription {
width: 100%;
margin: 2px 0 2px 0;
}
.SurveyHeaderParameters {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderParameterDiv {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
margin: 2px;
}
.SurveyHeaderParameterName {
flex: 1;
min-width: 200px;
}
.SurveyHeaderParameterInput {
flex: 1;
display: flex;
flex-direction: row;
min-width: 200px;
}
.SurveyHeaderDateWrapper:after {
content: '▼';
position: relative;
margin-left: -20px;
pointer-events: none;
}
.SurveyHeaderDate {
cursor: pointer;
}
.SurveyHeaderLink {
border: none;
color: #0071b5;
}
.SurveyHeaderRemoveDateButton {
margin-left: 15px;
font-weight: bold;
border: 1px solid #19191920;
border-radius: 2px;
cursor: pointer;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderRemoveDateButton:hover {
background-color: #ffffff;
color: #ec6607;
}
.SurveyHeaderCopyLink {
padding: 5px;
margin-left: 15px;
border: 1px solid #19191920;
border-radius: 2px;
cursor: pointer;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderCopyLink:hover {
background-color: #ffffff;
color: #0075b1;
}
.SurveyHeaderCopyLink:active {
cursor: default;
}
.SurveyHeaderImageWrapper {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 5px;
}
.SurveyHeaderImage {
display: flex;
align-items: center;
justify-content: center;
position: relative;
border: 2px dashed #19191950;
border-radius: 2px;
min-width: 15vw;
min-height: 15vw;
cursor: pointer;
transition: background-color 0.1s ease;
}
.SurveyHeaderImage:hover {
background-color: #ffffff;
}
.SurveyHeaderImage:hover .SurveyHeaderImageRemover {
border: 1px solid #19191920;
background-color: #f1f1f1;
color: #191919;
}
.SurveyHeaderImagePlaceholder {
width: 96px;
height: 96px;
}
.SurveyHeaderImageDisplayer {
max-width: 100%;
max-height: 25vw;
width: auto;
height: auto;
}
.SurveyHeaderImageRemover {
position: absolute;
top: 5px;
right: 5px;
padding: 5px 20px 5px 20px;
font-weight: bold;
cursor: pointer;
color: #00000000;
background-color: #00000000;
border: 1px solid #00000000;
border-radius: 2px;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderImageRemover:hover {
background-color: #ffffff !important;
color: #ec6607 !important;
}
.SurveyHeaderImageRemover:active {
cursor: default;
} | src/pages/surveyUpdater/styles/SurveyHeader.css | .SurveyHeaderRoot {
display: flex;
flex-direction: column;
background-color: #19191910;
}
.SurveyHeaderTitle {
display: flex;
justify-content: center;
white-space: nowrap;
overflow:hidden;
padding: 10px;
margin: 2px;
font-weight: bold;
color: #ec6607;
background-color: #ffffff;
border: 1px solid #19191920;
border-radius: 2px;
}
.SurveyHeaderBody {
padding: 5px;
display: flex;
flex-direction: column;
}
.SurveyHeaderNameDiv {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderName {
width: 100%;
text-align: center;
font-size: 22px;
margin: 2px 0 2px 0;
padding: 10px;
}
.SurveyHeaderDescriptionDiv {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderDescription {
width: 100%;
margin: 2px 0 2px 0;
}
.SurveyHeaderParameters {
display: flex;
flex-direction: column;
padding: 2px;
}
.SurveyHeaderParameterDiv {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
margin: 2px;
}
.SurveyHeaderParameterName {
flex: 1;
min-width: 200px;
}
.SurveyHeaderParameterInput {
flex: 1;
display: flex;
flex-direction: row;
min-width: 200px;
}
.SurveyHeaderDateWrapper:after {
content: '▼';
position: relative;
margin-left: -20px;
pointer-events: none;
}
.SurveyHeaderDate {
cursor: pointer;
}
.SurveyHeaderLink {
border: none;
color: #0071b5;
}
.SurveyHeaderRemoveDateButton {
margin-left: 15px;
font-weight: bold;
border: 1px solid #19191920;
border-radius: 2px;
cursor: pointer;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderRemoveDateButton:hover {
background-color: #ffffff;
color: #ec6607;
}
.SurveyHeaderCopyLink {
padding: 5px;
margin-left: 15px;
border: 1px solid #19191920;
border-radius: 2px;
cursor: pointer;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderCopyLink:hover {
background-color: #ffffff;
color: #0075b1;
}
.SurveyHeaderCopyLink:active {
cursor: default;
}
.SurveyHeaderImageWrapper {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 5px;
}
.SurveyHeaderImage {
display: flex;
align-items: center;
justify-content: center;
position: relative;
border: 2px dashed #19191950;
border-radius: 2px;
min-width: 15vw;
min-height: 15vw;
cursor: pointer;
transition: background-color 0.1s ease;
}
.SurveyHeaderImage:hover {
background-color: #ffffff;
}
.SurveyHeaderImage:hover .SurveyHeaderImageRemover {
border: 1px solid #19191920;
background-color: #f1f1f1;
color: #191919;
}
.SurveyHeaderImagePlaceholder {
width: 96px;
height: 96px;
}
.SurveyHeaderImageDisplayer {
max-width: 100%;
max-height: 25vw;
width: auto;
height: auto;
}
.SurveyHeaderImageRemover {
position: absolute;
top: 5px;
right: 5px;
padding: 5px 20px 5px 20px;
font-weight: bold;
cursor: pointer;
color: #00000000;
background-color: #00000000;
border: 1px solid #00000000;
border-radius: 2px;
transition: background-color 0.5s ease, color 0.5s ease;
}
.SurveyHeaderImageRemover:hover {
background-color: #ffffff !important;
color: #ec6607 !important;
}
.SurveyHeaderImageRemover:active {
cursor: default;
} | 0.44553 | 0.166472 |
@font-face {
src: url(../assets/fonts/UTM\ BryantLG.ttf);
font-family: utm; }
@font-face {
src: url(../assets/fonts/OpenSans-Bold.ttf);
font-family: san; }
@media only screen and (max-width: 1950px) {
.header {
padding: 10px; }
.header .navbar {
padding: 0px; }
.header .navbar img {
width: 275px; }
.header .navbar .navbar-menu-div {
justify-content: flex-end; }
.header .navbar .nav-link {
margin: 10px;
font-weight: 700;
font-family: san;
font-size: 14px;
color: #505353; }
.header .navbar .active {
background-color: #b2d235;
color: white !important;
border-radius: 17px; }
.header .navbar .nav-link:hover {
padding: 8px;
background-color: #b2d235;
border-radius: 17px;
color: white !important; }
.fix-fixed {
margin-top: 0px; }
.banner {
background-image: url("../assets/img/banner.png");
background-repeat: no-repeat;
background-size: 100% 655px;
margin-top: -30px; }
.banner .info-banner {
padding: 50px; }
.banner .info-banner p:nth-child(1) {
margin-top: 140px;
font-size: 43px;
font-family: utm;
text-shadow: 5px;
color: #11114e;
font-weight: 700; }
.banner .info-banner p:nth-child(2) {
font-size: 43px;
font-weight: 700;
font-family: utm;
text-shadow: 2px 2px #11114e;
-webkit-text-stroke-width: 2px;
margin-top: -30px;
color: #11114e; }
.banner .info-banner img {
width: 45px; }
.banner .info-banner p:nth-child(3) {
font-size: 16px;
font-family: utm; }
.banner .info-banner button {
padding: 7px;
font-family: utm;
font-size: 28px;
border: 0;
background-color: #b2d235;
border-radius: 35px;
width: 400px;
box-shadow: 0px -2px 4px 0px #888888;
margin-bottom: 100px;
color: white;
font-weight: 700; }
.banner .info-banner button:hover {
color: #ffaaff; }
.bg-banner {
height: 200px;
background-image: linear-gradient(to top, #e5e5e5, white); }
.tutorial-hapo {
margin-top: -100px; }
.tutorial-hapo .text-title {
font-weight: 700;
font-size: 14px;
font-family: utm; }
.tutorial-hapo .other-courses {
margin-top: 100px; }
.tutorial-hapo .other-courses .courses {
font-size: 80px;
font-weight: 700;
color: #11114e;
font-family: utm;
border-bottom: 5px solid #b2d235;
width: 510px;
margin: auto;
margin-bottom: 50px;
text-shadow: 1px 1px #11114e; }
.tutorial-hapo .view-courses p {
font-size: 40px;
color: #90ab26;
margin-top: 60px;
margin-bottom: 120px;
font-weight: 700;
font-family: utm;
text-shadow: 1px 1px #90ab26; }
.tutorial-hapo .view-courses p:hover {
font-size: 60px; }
.tutorial-hapo .card-hapo img {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 1px 1px 12px #888888;
height: 215px; }
.tutorial-hapo .card-hapo a {
background-color: #b2d235;
font-size: 18px;
width: 200px;
border-radius: 35px;
border: 0;
box-shadow: 1px -2px #888888;
padding: 10px;
margin-bottom: 20px;
font-weight: 700;
font-family: utm; }
.tutorial-hapo .card-hapo a:hover {
color: #ffaaff; }
.tutorial-hapo .card-hapo .card-body p:nth-child(1) {
font-size: 30px;
color: #b2d235;
overflow: hidden;
text-overflow: ellipsis;
height: 37px;
font-family: utm;
font-weight: 700; }
.tutorial-hapo .card-body {
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
box-shadow: 1px 1px 5px #888888;
background-color: white; }
.why-hapo {
background-image: url("../assets/img/bg.png");
background-repeat: no-repeat;
height: 740px;
background-size: 100% 740px; }
.why-hapo .laptop img {
margin-top: -260px;
width: 478px; }
.why-hapo .laptop-phone img {
width: 750px; }
.why-hapo .info-laptop {
display: flex;
margin-top: -300px; }
.why-hapo .info-why {
float: right;
width: 50%;
margin-top: 180px; }
.why-hapo p {
font-weight: 700;
font-family: utm;
color: white;
font-size: 70px;
float: right; }
.why-hapo .list-whyhapo {
color: white;
line-height: 40px; }
.why-hapo .list-whyhapo li {
float: right; }
.why-hapo .list-whyhapo span {
font-size: 20px;
font-family: stm;
font-weight: normal;
letter-spacing: 1px;
line-height: 50px; }
.feedback {
margin-top: 90px; }
.feedback .fellback-all {
width: 85%;
margin: auto; }
.feedback .feedback-title {
font-size: 80px;
font-weight: 700;
border-bottom: 5px solid #b2d235;
margin: auto;
width: 350px;
font-family: utm;
color: #11114e;
text-shadow: 1px 1px #11114e; }
.feedback .feedback-info {
font-size: 25px;
margin-top: 20px;
font-family: utm; }
.feelback-card {
margin-top: 50px;
margin-bottom: 70px; }
.feelback-card .feelback-info {
margin: auto;
width: 95%;
border-radius: 10px;
padding: 25px;
box-shadow: 0px 0px 2px 2px #d9dadc;
font-size: 16px;
font-family: utm; }
.feelback-card .feelback-border {
border-left: 4px solid #d9dadc;
margin-left: 10px;
padding: 10px; }
.feelback-card .user {
margin: 40px 0px 0px 40px;
display: flex; }
.feelback-card .user .image-user {
width: 80px; }
.feelback-card .user-info .name-user {
font-size: 20px;
font-family: utm;
font-weight: 700;
color: #11114e;
text-shadow: 1px 1px #11114e; }
.feelback-card .user-info .name-courses {
font-size: 16px;
margin-top: -20px;
font-weight: 700;
font-family: utm; }
.feelback-card .user-info .star {
font-size: 14px;
margin-top: -16px;
color: yellow; }
.prev {
width: 22px;
border-radius: 100%;
position: absolute;
top: 30%;
left: 0.1%;
background-color: white;
border: 2px solid #888888;
text-align: center;
z-index: 1;
color: #969494; }
.next {
width: 22px;
border-radius: 100%;
background-color: white;
position: absolute;
top: 30%;
right: 0.1%;
border: 2px solid #888888;
text-align: center;
color: #969494; }
.become-member {
background-image: url("../assets/img/become-member.png");
background-repeat: no-repeat;
background-size: 100% 500px; }
.become-member .info-become {
padding: 100px; }
.become-member .info-become p:nth-child(1) {
font-size: 60px;
font-weight: 700;
color: white;
font-family: utm;
text-shadow: 1px 1px white; }
.become-member .info-become button {
font-size: 30px;
border: 0;
background-color: white;
border-radius: 35px;
width: 400px;
box-shadow: 2px -2px 5px #888888;
color: #b2d235;
font-weight: 700;
font-family: utm;
padding: 10px; }
.become-member .info-become button:hover {
color: #ffaaff; }
.statistic {
margin-top: 60px; }
.statistic .statis {
font-size: 80px;
border-bottom: 5px solid #b2d235;
color: #11114e;
font-family: utm;
width: 280px;
margin: auto;
text-shadow: 1px 1px #11114e;
font-weight: 700; }
.statistic .div-statistic {
margin-top: 30px;
width: 67%; }
.statistic .div-statistic .card-statistic {
border: none; }
.statistic .div-statistic p:nth-child(1) {
font-size: 60px;
font-family: utm;
color: #505353;
font-family: 700;
text-shadow: 1px 1px #505353; }
.statistic .div-statistic p:nth-child(2) {
font-size: 60px;
font-weight: 700;
color: #b2d235;
font-family: utm; }
.footer {
padding: 40px;
background-color: #505353;
margin-top: 100px;
color: white; }
.footer .footer-image {
width: 38%; }
.footer .footer-image img {
width: 290px;
margin-left: 80px; }
.footer .footer-image p {
font-size: 20px;
margin-left: 150px;
font-family: utm; }
.footer .home {
width: 12%; }
.footer .home p {
font-size: 20px;
font-family: utm;
font-weight: 700; }
.footer .home p:hover {
color: #ffaaff; }
.footer .contact {
width: 13%; }
.footer .contact p {
font-size: 20px;
margin-left: 20px;
font-family: utm;
font-weight: 700; }
.footer .contact p:hover {
color: #ffaaff; }
.footer .footer-icon {
width: 37%; }
.footer .footer-icon .icon-footer {
margin-left: 40px; }
.footer .footer-icon img {
margin-top: 80px;
margin-left: 30px; }
.footer .footer-icon img:hover {
width: 70px; }
.footer-end {
background-color: #454545; }
.footer-end p {
color: white;
text-align: center;
font-size: 15px;
padding: 5px;
font-family: utm; }
.footer-end p:hover {
color: #ffaaff; }
.mess-facebook {
border: 0;
width: 20px;
top: 88%;
left: 92%;
position: fixed; }
.mess-facebook a {
text-decoration: none; }
.mess-facebook .hide {
display: none;
width: 360px;
height: 190px;
float: right; }
.mess-facebook .frame-mess {
height: 190px;
width: 360px;
margin-right: -50px;
border-radius: 23px;
margin-top: -270px;
float: right;
box-sizing: border-box;
box-shadow: 1px 1px 4px 1px #888888;
border: 1px solid white;
background-color: white; }
.mess-facebook .frame-hapo p {
margin-left: 60px;
font-weight: 600;
font-family: san;
padding: 8px;
display: inline-block;
font-size: 12px;
color: #7f7f7f; }
.mess-facebook .frame-hapo img {
float: right;
padding: 8px;
margin-right: 10px; }
.mess-facebook .frame-hapo img:hover {
background-color: #b2d235;
border-radius: 100%; }
.mess-facebook .hello {
margin-top: -20px; }
.mess-facebook .hello img {
margin-left: 5px; }
.mess-facebook .hello p {
display: inline-block;
font-size: 12px;
margin-left: 5px;
background-color: #f1f0f0;
border-radius: 15px;
width: 256px;
height: 53px;
padding: 10px;
font-weight: 600;
font-family: san;
color: #505353; }
.mess-facebook .login-mess {
background-color: #3184f7;
margin: auto;
margin-top: 5px;
width: 276px;
border-radius: 10px;
padding: 5px; }
.mess-facebook .login-mess img {
margin-left: 36px; }
.mess-facebook .login-mess span {
font-size: 12px;
color: white;
font-family: san;
letter-spacing: 1px;
font-weight: 600; }
.mess-facebook .login-mess:hover {
background-color: blue; }
.mess-facebook .chat-hapo {
color: #b2b2b2;
text-align: center;
font-size: 12px;
font-family: san;
margin-top: 5px; }
.mess-facebook .chat-hapo:hover {
color: #454545; }
.frame-loginn {
position: fixed;
margin-top: -150px;
margin-left: 40px; }
.login-register {
padding: 0px;
margin: 0px;
width: 430px;
height: 640px;
position: relative; }
.tabs .button-close {
border-radius: 100%;
border: none;
padding: 0px;
margin-left: 94%;
margin-top: -10px;
position: absolute; }
.tabs ul {
padding: 0px;
display: flex; }
.tabs li {
list-style: none;
margin: auto;
width: 50%;
height: 70px; }
.tabs li a {
text-decoration: none;
color: #b2d235; }
.tabs li p {
text-align: center;
border-bottom: 1px solid #b2d235; }
.tabs .login p {
padding: 20px;
font-size: 25px;
font-weight: 700;
font-family: utm; }
.tabs .login p:hover {
background-color: blue; }
.tabs .img-fb {
width: 12px; }
.tabs .register p {
padding: 20px;
font-size: 25px;
font-weight: 700;
font-family: utm; }
.tabs .register p:hover {
background-color: blue; }
.tabs .tabs-container {
width: 90%; }
.tabs .tabs-container span {
font-size: 20px;
font-family: utm;
font-style: bold;
color: #505353;
font-weight: 700; }
.tabs .tabs-container .check-box {
height: 20px;
width: 20px;
background-color: #b2d235;
float: left;
margin-top: 5px; }
.tabs .tabs-container .check-box:hover {
background-color: #b2d235; }
.tabs .tabs-container input {
width: 100%;
height: 50px;
background-color: #f2f2f2;
border: none;
margin-bottom: 20px; }
.tabs .tabs-container .user-input {
margin-top: -20px; }
.tabs .tabs-container .login-check {
margin: auto; }
.tabs .tabs-container .rememberme a {
text-decoration: none;
color: #505353; }
.tabs .tabs-container .rememberme a:hover {
color: blue; }
.tabs .tabs-container .forgot {
float: right;
color: #b2d235; }
.tabs .tabs-container .forgot:hover {
color: blue; }
.tabs .tabs-container .login-hapo {
width: 200px;
background-color: #b2d235;
border-radius: 22px;
margin-top: 20px;
border: #b2d235;
font-weight: 700;
font-size: 18px;
font-family: utm;
padding: 8px;
box-shadow: 1px -2px 1px 1px #b2b2b2; }
.tabs .tabs-container .login-hapo:hover {
background-color: blue; }
.tabs .tabs-container .login-with {
border-bottom: 1px solid #888888;
font-style: bold;
font-size: 20px;
font-family: utm;
font-weight: 700;
margin: 0px; }
.tabs .tabs-container .facebook {
width: 100%;
margin-top: 20px;
background-color: #dc4e41;
height: 55px;
border: none; }
.tabs .tabs-container .facebook:hover {
background-color: red; }
.tabs .tabs-container .google {
width: 100%;
background-color: #3b5999;
height: 55px;
border: none; }
.tabs .tabs-container .google:hover {
background-color: blue; }
.active-tab {
background-color: #b2d235;
color: white; } }
@media only screen and (max-width: 995px) {
.header .navbar {
display: block; }
.header .navbar img {
width: 300px;
margin-left: auto; }
.header .navbar p {
text-align: center; }
.header .navbar-nav {
margin: auto;
margin-top: -30px; }
.header .navbar-nav li {
margin-left: 10px;
font-weight: 700; }
.banner {
background-size: 100% 350px; }
.banner .info-banner {
padding: 50px;
margin-top: -20px;
margin-left: -25px; }
.banner .info-banner p:nth-child(1) {
margin-top: 15px;
font-size: 27px; }
.banner .info-banner p:nth-child(2) {
font-size: 30px;
margin-top: -20px; }
.banner .info-banner img {
width: 30px; }
.banner .info-banner p:nth-child(3) {
font-size: 16px;
margin-top: -15px; }
.banner .info-banner button {
font-size: 16px;
width: 190px;
padding: 2px 4px 2px 4px;
margin-bottom: 120px; }
.bg-banner {
height: 50px; }
.tutorial-hapo {
margin-top: -70px; }
.tutorial-hapo .other-courses {
margin-top: 50px; }
.tutorial-hapo .other-courses .courses {
font-size: 50px;
width: 41%;
margin-bottom: 40px; }
.tutorial-hapo .card-hapo img {
height: 130px; }
.tutorial-hapo p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical; }
.tutorial-hapo .take-course {
margin-bottom: -10px; }
.tutorial-hapo .view-courses p {
font-size: 28px; }
.tutorial-hapo .view-courses p:hover {
font-size: 35px; }
.tutorial-hapo .arrow {
width: 34px; }
.why-hapo {
height: 400px;
background-size: 100% 395px; }
.why-hapo .list-whyhapo span {
line-height: 25px; }
.why-hapo .bg-whyhapo img {
height: 400px; }
.why-hapo .laptop img {
width: 277px;
margin-top: -180px; }
.why-hapo .info-why {
width: 60%;
margin-left: -60px;
margin-top: 230px; }
.why-hapo li {
float: left;
margin-left: -100px; }
.why-hapo .laptop-phone {
width: 30%;
margin-top: 110px; }
.why-hapo .laptop-phone img {
width: 385px;
margin-top: 100px; }
.why-hapo p {
font-size: 50px;
display: block;
margin: -120px 0px 0px 270px;
position: absolute; }
.why-hapo .list-whyhapo {
margin: 0px 0px 0px 0px;
color: white;
line-height: 35px; }
.why-hapo .list-whyhapo li {
margin-top: 10px; }
.why-hapo .list-whyhapo span {
font-size: 13px; }
.feedback {
margin-top: 50px; }
.feedback .feedback-title {
font-size: 50px;
width: 220px; }
.feedback .feedback-info {
font-size: 18px;
margin-top: 20px;
width: 100%; }
.user {
margin-top: 20px; }
.user img {
margin-left: 30px; }
.user .user-info {
margin-left: 20px; }
.become-member {
background-size: 100% 270px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 35px; }
.become-member .info-become button {
font-size: 20px;
width: 250px;
padding: 10px; }
.statistic .statis {
font-size: 50px;
width: 180px; }
.statistic .div-statistic {
width: 100%; }
.statistic .div-statistic .card-statistic {
width: 33%; }
.statistic .div-statistic .card-statistic p:nth-child(1) {
font-size: 40px; }
.statistic .div-statistic .card-statistic p:nth-child(2) {
font-size: 40px; }
.footer .footer-image {
width: 35%; }
.footer .footer-image img {
width: 170px;
margin-left: 0; }
.footer .footer-image p {
font-size: 16px;
margin: 0; }
.footer .home {
width: 10%; }
.footer .home p {
font-size: 18px; }
.footer .contact {
width: 25%; }
.footer .contact p {
font-size: 18px;
margin-left: 20px; }
.footer .footer-icon {
width: 30%; }
.footer .footer-icon .icon-footer {
width: 200px;
margin-left: 10px; }
.footer .footer-icon img {
width: 40px;
margin: 70px 0px 0px 20px; }
.footer-end p {
font-size: 15px;
padding: 5px; }
.mess-facebook {
left: 88%; }
.frame-loginn {
position: fixed;
margin-left: 40px;
margin-top: 1%; } }
@media only screen and (max-width: 767px) {
.header {
z-index: 100;
width: 100vw;
background-color: white;
position: fixed; }
.header .navbar-brand {
position: absolute;
top: -5px;
left: 25%;
width: 150px; }
.header .navbar-brand .img-logo img {
width: 220px; }
.header .navbar-menu-div {
margin: 40px; }
.banner {
background-size: 100% 200px;
width: 100%;
margin-top: 60px; }
.banner .info-banner {
margin-left: 25px; }
.banner .info-banner p:nth-child(1) {
font-size: 25px;
margin-top: 150px; }
.banner .info-banner button {
width: 260px;
padding: 5px;
margin-bottom: 30px; }
.tutorial-hapo {
margin-top: -100px; }
.tutorial-hapo .card-hapo {
width: 300px;
margin-bottom: 35px; }
.tutorial-hapo .card-hapo img {
height: 165px; }
.tutorial-hapo .other-courses {
margin-top: 20px; }
.tutorial-hapo .other-courses .courses {
font-size: 40px;
margin-bottom: 30px;
width: 61%; }
.tutorial-hapo .view-courses p {
margin-top: 5px;
font-size: 22px; }
.tutorial-hapo .view-courses p .arrow {
width: 31px; }
.why-hapo {
height: 570px;
background-size: 100% 570px; }
.why-hapo .bg-whyhapo img {
height: 570px; }
.why-hapo .list-whyhapo {
margin-top: 40px;
margin-left: 75px;
width: 150%;
height: 400px; }
.why-hapo .laptop img {
width: 225px;
margin-top: -140px; }
.why-hapo .laptop-phone {
width: 0%; }
.why-hapo .laptop-phone img {
width: 316px;
margin-left: -140px;
margin-top: 330px; }
.why-hapo p {
line-height: 40px;
font-size: 40px;
margin: -70px 0px 0px 220px;
width: 50%; }
.become-member {
background-size: 100% 185px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 23px;
margin-top: -20px; }
.become-member .info-become button {
padding: 5px;
font-size: 18px;
width: 180px;
color: #b2d235; }
.feedback {
margin-top: 50px; }
.feedback .feedback-all {
width: 100%; }
.feedback .feedback-title {
font-size: 40px;
width: 180px; }
.feedback .feedback-info {
font-size: 14px; }
.feelback-card {
margin-top: 10px;
box-sizing: border-box; }
.feelback-card .feelback-info {
padding: 5px;
height: 135px;
font-size: 14px;
width: 352px; }
.feelback-card .feelback-border {
padding: 5px;
margin-top: 7px; }
.feelback-card .user {
margin-top: 30px;
margin-left: -20px; }
.feelback-card .user img {
width: 65px; }
.feelback-card .user-info {
margin-left: 20px; }
.feelback-card .user-info .name-user {
font-size: 16px; }
.feelback-card .user-info .name-courses {
font-size: 14px;
margin-top: -20px; }
.feelback-card .user-info .star {
font-size: 14px;
margin-top: -16px; }
.prev {
top: 70px;
left: -9px; }
.next {
top: 70px;
right: -9px; }
.become-member {
background-size: 100% 185px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 23px;
margin-top: -20px; }
.become-member .info-become button {
padding: 5px;
font-size: 18px;
width: 200px; }
.statistic .statis {
font-size: 60px;
width: 200px; }
.statistic .div-statistic {
width: 100%; }
.statistic .div-statistic .card-statistic {
width: 100%; }
.footer .footer-image {
width: 65%; }
.footer .footer-image img {
width: 170px;
margin-left: 0;
margin-top: 20px; }
.footer .footer-image p {
font-size: 14px;
margin: 0; }
.footer .home {
width: 50%; }
.footer .home p {
font-size: 17px; }
.footer .contact {
width: 50%; }
.footer .contact p {
font-size: 17px;
margin-left: 20px; }
.footer .footer-icon {
width: 35%; }
.footer .footer-icon .icon-footer {
width: 130px; }
.footer .footer-icon img {
width: 30px;
margin: 25px 0px 0px 5px; }
.footer-end p {
font-size: 15px;
padding: 5px; }
.mess-facebook {
left: 80%; }
.frame-loginn {
margin-top: 50px;
margin-left: 0px;
width: 400px; }
.login-register {
padding: 0px;
margin: 0px;
width: 378px;
height: 630px; } }
/*# sourceMappingURL=style.css.map */ | public/frontend/css/style.css | @font-face {
src: url(../assets/fonts/UTM\ BryantLG.ttf);
font-family: utm; }
@font-face {
src: url(../assets/fonts/OpenSans-Bold.ttf);
font-family: san; }
@media only screen and (max-width: 1950px) {
.header {
padding: 10px; }
.header .navbar {
padding: 0px; }
.header .navbar img {
width: 275px; }
.header .navbar .navbar-menu-div {
justify-content: flex-end; }
.header .navbar .nav-link {
margin: 10px;
font-weight: 700;
font-family: san;
font-size: 14px;
color: #505353; }
.header .navbar .active {
background-color: #b2d235;
color: white !important;
border-radius: 17px; }
.header .navbar .nav-link:hover {
padding: 8px;
background-color: #b2d235;
border-radius: 17px;
color: white !important; }
.fix-fixed {
margin-top: 0px; }
.banner {
background-image: url("../assets/img/banner.png");
background-repeat: no-repeat;
background-size: 100% 655px;
margin-top: -30px; }
.banner .info-banner {
padding: 50px; }
.banner .info-banner p:nth-child(1) {
margin-top: 140px;
font-size: 43px;
font-family: utm;
text-shadow: 5px;
color: #11114e;
font-weight: 700; }
.banner .info-banner p:nth-child(2) {
font-size: 43px;
font-weight: 700;
font-family: utm;
text-shadow: 2px 2px #11114e;
-webkit-text-stroke-width: 2px;
margin-top: -30px;
color: #11114e; }
.banner .info-banner img {
width: 45px; }
.banner .info-banner p:nth-child(3) {
font-size: 16px;
font-family: utm; }
.banner .info-banner button {
padding: 7px;
font-family: utm;
font-size: 28px;
border: 0;
background-color: #b2d235;
border-radius: 35px;
width: 400px;
box-shadow: 0px -2px 4px 0px #888888;
margin-bottom: 100px;
color: white;
font-weight: 700; }
.banner .info-banner button:hover {
color: #ffaaff; }
.bg-banner {
height: 200px;
background-image: linear-gradient(to top, #e5e5e5, white); }
.tutorial-hapo {
margin-top: -100px; }
.tutorial-hapo .text-title {
font-weight: 700;
font-size: 14px;
font-family: utm; }
.tutorial-hapo .other-courses {
margin-top: 100px; }
.tutorial-hapo .other-courses .courses {
font-size: 80px;
font-weight: 700;
color: #11114e;
font-family: utm;
border-bottom: 5px solid #b2d235;
width: 510px;
margin: auto;
margin-bottom: 50px;
text-shadow: 1px 1px #11114e; }
.tutorial-hapo .view-courses p {
font-size: 40px;
color: #90ab26;
margin-top: 60px;
margin-bottom: 120px;
font-weight: 700;
font-family: utm;
text-shadow: 1px 1px #90ab26; }
.tutorial-hapo .view-courses p:hover {
font-size: 60px; }
.tutorial-hapo .card-hapo img {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 1px 1px 12px #888888;
height: 215px; }
.tutorial-hapo .card-hapo a {
background-color: #b2d235;
font-size: 18px;
width: 200px;
border-radius: 35px;
border: 0;
box-shadow: 1px -2px #888888;
padding: 10px;
margin-bottom: 20px;
font-weight: 700;
font-family: utm; }
.tutorial-hapo .card-hapo a:hover {
color: #ffaaff; }
.tutorial-hapo .card-hapo .card-body p:nth-child(1) {
font-size: 30px;
color: #b2d235;
overflow: hidden;
text-overflow: ellipsis;
height: 37px;
font-family: utm;
font-weight: 700; }
.tutorial-hapo .card-body {
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
box-shadow: 1px 1px 5px #888888;
background-color: white; }
.why-hapo {
background-image: url("../assets/img/bg.png");
background-repeat: no-repeat;
height: 740px;
background-size: 100% 740px; }
.why-hapo .laptop img {
margin-top: -260px;
width: 478px; }
.why-hapo .laptop-phone img {
width: 750px; }
.why-hapo .info-laptop {
display: flex;
margin-top: -300px; }
.why-hapo .info-why {
float: right;
width: 50%;
margin-top: 180px; }
.why-hapo p {
font-weight: 700;
font-family: utm;
color: white;
font-size: 70px;
float: right; }
.why-hapo .list-whyhapo {
color: white;
line-height: 40px; }
.why-hapo .list-whyhapo li {
float: right; }
.why-hapo .list-whyhapo span {
font-size: 20px;
font-family: stm;
font-weight: normal;
letter-spacing: 1px;
line-height: 50px; }
.feedback {
margin-top: 90px; }
.feedback .fellback-all {
width: 85%;
margin: auto; }
.feedback .feedback-title {
font-size: 80px;
font-weight: 700;
border-bottom: 5px solid #b2d235;
margin: auto;
width: 350px;
font-family: utm;
color: #11114e;
text-shadow: 1px 1px #11114e; }
.feedback .feedback-info {
font-size: 25px;
margin-top: 20px;
font-family: utm; }
.feelback-card {
margin-top: 50px;
margin-bottom: 70px; }
.feelback-card .feelback-info {
margin: auto;
width: 95%;
border-radius: 10px;
padding: 25px;
box-shadow: 0px 0px 2px 2px #d9dadc;
font-size: 16px;
font-family: utm; }
.feelback-card .feelback-border {
border-left: 4px solid #d9dadc;
margin-left: 10px;
padding: 10px; }
.feelback-card .user {
margin: 40px 0px 0px 40px;
display: flex; }
.feelback-card .user .image-user {
width: 80px; }
.feelback-card .user-info .name-user {
font-size: 20px;
font-family: utm;
font-weight: 700;
color: #11114e;
text-shadow: 1px 1px #11114e; }
.feelback-card .user-info .name-courses {
font-size: 16px;
margin-top: -20px;
font-weight: 700;
font-family: utm; }
.feelback-card .user-info .star {
font-size: 14px;
margin-top: -16px;
color: yellow; }
.prev {
width: 22px;
border-radius: 100%;
position: absolute;
top: 30%;
left: 0.1%;
background-color: white;
border: 2px solid #888888;
text-align: center;
z-index: 1;
color: #969494; }
.next {
width: 22px;
border-radius: 100%;
background-color: white;
position: absolute;
top: 30%;
right: 0.1%;
border: 2px solid #888888;
text-align: center;
color: #969494; }
.become-member {
background-image: url("../assets/img/become-member.png");
background-repeat: no-repeat;
background-size: 100% 500px; }
.become-member .info-become {
padding: 100px; }
.become-member .info-become p:nth-child(1) {
font-size: 60px;
font-weight: 700;
color: white;
font-family: utm;
text-shadow: 1px 1px white; }
.become-member .info-become button {
font-size: 30px;
border: 0;
background-color: white;
border-radius: 35px;
width: 400px;
box-shadow: 2px -2px 5px #888888;
color: #b2d235;
font-weight: 700;
font-family: utm;
padding: 10px; }
.become-member .info-become button:hover {
color: #ffaaff; }
.statistic {
margin-top: 60px; }
.statistic .statis {
font-size: 80px;
border-bottom: 5px solid #b2d235;
color: #11114e;
font-family: utm;
width: 280px;
margin: auto;
text-shadow: 1px 1px #11114e;
font-weight: 700; }
.statistic .div-statistic {
margin-top: 30px;
width: 67%; }
.statistic .div-statistic .card-statistic {
border: none; }
.statistic .div-statistic p:nth-child(1) {
font-size: 60px;
font-family: utm;
color: #505353;
font-family: 700;
text-shadow: 1px 1px #505353; }
.statistic .div-statistic p:nth-child(2) {
font-size: 60px;
font-weight: 700;
color: #b2d235;
font-family: utm; }
.footer {
padding: 40px;
background-color: #505353;
margin-top: 100px;
color: white; }
.footer .footer-image {
width: 38%; }
.footer .footer-image img {
width: 290px;
margin-left: 80px; }
.footer .footer-image p {
font-size: 20px;
margin-left: 150px;
font-family: utm; }
.footer .home {
width: 12%; }
.footer .home p {
font-size: 20px;
font-family: utm;
font-weight: 700; }
.footer .home p:hover {
color: #ffaaff; }
.footer .contact {
width: 13%; }
.footer .contact p {
font-size: 20px;
margin-left: 20px;
font-family: utm;
font-weight: 700; }
.footer .contact p:hover {
color: #ffaaff; }
.footer .footer-icon {
width: 37%; }
.footer .footer-icon .icon-footer {
margin-left: 40px; }
.footer .footer-icon img {
margin-top: 80px;
margin-left: 30px; }
.footer .footer-icon img:hover {
width: 70px; }
.footer-end {
background-color: #454545; }
.footer-end p {
color: white;
text-align: center;
font-size: 15px;
padding: 5px;
font-family: utm; }
.footer-end p:hover {
color: #ffaaff; }
.mess-facebook {
border: 0;
width: 20px;
top: 88%;
left: 92%;
position: fixed; }
.mess-facebook a {
text-decoration: none; }
.mess-facebook .hide {
display: none;
width: 360px;
height: 190px;
float: right; }
.mess-facebook .frame-mess {
height: 190px;
width: 360px;
margin-right: -50px;
border-radius: 23px;
margin-top: -270px;
float: right;
box-sizing: border-box;
box-shadow: 1px 1px 4px 1px #888888;
border: 1px solid white;
background-color: white; }
.mess-facebook .frame-hapo p {
margin-left: 60px;
font-weight: 600;
font-family: san;
padding: 8px;
display: inline-block;
font-size: 12px;
color: #7f7f7f; }
.mess-facebook .frame-hapo img {
float: right;
padding: 8px;
margin-right: 10px; }
.mess-facebook .frame-hapo img:hover {
background-color: #b2d235;
border-radius: 100%; }
.mess-facebook .hello {
margin-top: -20px; }
.mess-facebook .hello img {
margin-left: 5px; }
.mess-facebook .hello p {
display: inline-block;
font-size: 12px;
margin-left: 5px;
background-color: #f1f0f0;
border-radius: 15px;
width: 256px;
height: 53px;
padding: 10px;
font-weight: 600;
font-family: san;
color: #505353; }
.mess-facebook .login-mess {
background-color: #3184f7;
margin: auto;
margin-top: 5px;
width: 276px;
border-radius: 10px;
padding: 5px; }
.mess-facebook .login-mess img {
margin-left: 36px; }
.mess-facebook .login-mess span {
font-size: 12px;
color: white;
font-family: san;
letter-spacing: 1px;
font-weight: 600; }
.mess-facebook .login-mess:hover {
background-color: blue; }
.mess-facebook .chat-hapo {
color: #b2b2b2;
text-align: center;
font-size: 12px;
font-family: san;
margin-top: 5px; }
.mess-facebook .chat-hapo:hover {
color: #454545; }
.frame-loginn {
position: fixed;
margin-top: -150px;
margin-left: 40px; }
.login-register {
padding: 0px;
margin: 0px;
width: 430px;
height: 640px;
position: relative; }
.tabs .button-close {
border-radius: 100%;
border: none;
padding: 0px;
margin-left: 94%;
margin-top: -10px;
position: absolute; }
.tabs ul {
padding: 0px;
display: flex; }
.tabs li {
list-style: none;
margin: auto;
width: 50%;
height: 70px; }
.tabs li a {
text-decoration: none;
color: #b2d235; }
.tabs li p {
text-align: center;
border-bottom: 1px solid #b2d235; }
.tabs .login p {
padding: 20px;
font-size: 25px;
font-weight: 700;
font-family: utm; }
.tabs .login p:hover {
background-color: blue; }
.tabs .img-fb {
width: 12px; }
.tabs .register p {
padding: 20px;
font-size: 25px;
font-weight: 700;
font-family: utm; }
.tabs .register p:hover {
background-color: blue; }
.tabs .tabs-container {
width: 90%; }
.tabs .tabs-container span {
font-size: 20px;
font-family: utm;
font-style: bold;
color: #505353;
font-weight: 700; }
.tabs .tabs-container .check-box {
height: 20px;
width: 20px;
background-color: #b2d235;
float: left;
margin-top: 5px; }
.tabs .tabs-container .check-box:hover {
background-color: #b2d235; }
.tabs .tabs-container input {
width: 100%;
height: 50px;
background-color: #f2f2f2;
border: none;
margin-bottom: 20px; }
.tabs .tabs-container .user-input {
margin-top: -20px; }
.tabs .tabs-container .login-check {
margin: auto; }
.tabs .tabs-container .rememberme a {
text-decoration: none;
color: #505353; }
.tabs .tabs-container .rememberme a:hover {
color: blue; }
.tabs .tabs-container .forgot {
float: right;
color: #b2d235; }
.tabs .tabs-container .forgot:hover {
color: blue; }
.tabs .tabs-container .login-hapo {
width: 200px;
background-color: #b2d235;
border-radius: 22px;
margin-top: 20px;
border: #b2d235;
font-weight: 700;
font-size: 18px;
font-family: utm;
padding: 8px;
box-shadow: 1px -2px 1px 1px #b2b2b2; }
.tabs .tabs-container .login-hapo:hover {
background-color: blue; }
.tabs .tabs-container .login-with {
border-bottom: 1px solid #888888;
font-style: bold;
font-size: 20px;
font-family: utm;
font-weight: 700;
margin: 0px; }
.tabs .tabs-container .facebook {
width: 100%;
margin-top: 20px;
background-color: #dc4e41;
height: 55px;
border: none; }
.tabs .tabs-container .facebook:hover {
background-color: red; }
.tabs .tabs-container .google {
width: 100%;
background-color: #3b5999;
height: 55px;
border: none; }
.tabs .tabs-container .google:hover {
background-color: blue; }
.active-tab {
background-color: #b2d235;
color: white; } }
@media only screen and (max-width: 995px) {
.header .navbar {
display: block; }
.header .navbar img {
width: 300px;
margin-left: auto; }
.header .navbar p {
text-align: center; }
.header .navbar-nav {
margin: auto;
margin-top: -30px; }
.header .navbar-nav li {
margin-left: 10px;
font-weight: 700; }
.banner {
background-size: 100% 350px; }
.banner .info-banner {
padding: 50px;
margin-top: -20px;
margin-left: -25px; }
.banner .info-banner p:nth-child(1) {
margin-top: 15px;
font-size: 27px; }
.banner .info-banner p:nth-child(2) {
font-size: 30px;
margin-top: -20px; }
.banner .info-banner img {
width: 30px; }
.banner .info-banner p:nth-child(3) {
font-size: 16px;
margin-top: -15px; }
.banner .info-banner button {
font-size: 16px;
width: 190px;
padding: 2px 4px 2px 4px;
margin-bottom: 120px; }
.bg-banner {
height: 50px; }
.tutorial-hapo {
margin-top: -70px; }
.tutorial-hapo .other-courses {
margin-top: 50px; }
.tutorial-hapo .other-courses .courses {
font-size: 50px;
width: 41%;
margin-bottom: 40px; }
.tutorial-hapo .card-hapo img {
height: 130px; }
.tutorial-hapo p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical; }
.tutorial-hapo .take-course {
margin-bottom: -10px; }
.tutorial-hapo .view-courses p {
font-size: 28px; }
.tutorial-hapo .view-courses p:hover {
font-size: 35px; }
.tutorial-hapo .arrow {
width: 34px; }
.why-hapo {
height: 400px;
background-size: 100% 395px; }
.why-hapo .list-whyhapo span {
line-height: 25px; }
.why-hapo .bg-whyhapo img {
height: 400px; }
.why-hapo .laptop img {
width: 277px;
margin-top: -180px; }
.why-hapo .info-why {
width: 60%;
margin-left: -60px;
margin-top: 230px; }
.why-hapo li {
float: left;
margin-left: -100px; }
.why-hapo .laptop-phone {
width: 30%;
margin-top: 110px; }
.why-hapo .laptop-phone img {
width: 385px;
margin-top: 100px; }
.why-hapo p {
font-size: 50px;
display: block;
margin: -120px 0px 0px 270px;
position: absolute; }
.why-hapo .list-whyhapo {
margin: 0px 0px 0px 0px;
color: white;
line-height: 35px; }
.why-hapo .list-whyhapo li {
margin-top: 10px; }
.why-hapo .list-whyhapo span {
font-size: 13px; }
.feedback {
margin-top: 50px; }
.feedback .feedback-title {
font-size: 50px;
width: 220px; }
.feedback .feedback-info {
font-size: 18px;
margin-top: 20px;
width: 100%; }
.user {
margin-top: 20px; }
.user img {
margin-left: 30px; }
.user .user-info {
margin-left: 20px; }
.become-member {
background-size: 100% 270px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 35px; }
.become-member .info-become button {
font-size: 20px;
width: 250px;
padding: 10px; }
.statistic .statis {
font-size: 50px;
width: 180px; }
.statistic .div-statistic {
width: 100%; }
.statistic .div-statistic .card-statistic {
width: 33%; }
.statistic .div-statistic .card-statistic p:nth-child(1) {
font-size: 40px; }
.statistic .div-statistic .card-statistic p:nth-child(2) {
font-size: 40px; }
.footer .footer-image {
width: 35%; }
.footer .footer-image img {
width: 170px;
margin-left: 0; }
.footer .footer-image p {
font-size: 16px;
margin: 0; }
.footer .home {
width: 10%; }
.footer .home p {
font-size: 18px; }
.footer .contact {
width: 25%; }
.footer .contact p {
font-size: 18px;
margin-left: 20px; }
.footer .footer-icon {
width: 30%; }
.footer .footer-icon .icon-footer {
width: 200px;
margin-left: 10px; }
.footer .footer-icon img {
width: 40px;
margin: 70px 0px 0px 20px; }
.footer-end p {
font-size: 15px;
padding: 5px; }
.mess-facebook {
left: 88%; }
.frame-loginn {
position: fixed;
margin-left: 40px;
margin-top: 1%; } }
@media only screen and (max-width: 767px) {
.header {
z-index: 100;
width: 100vw;
background-color: white;
position: fixed; }
.header .navbar-brand {
position: absolute;
top: -5px;
left: 25%;
width: 150px; }
.header .navbar-brand .img-logo img {
width: 220px; }
.header .navbar-menu-div {
margin: 40px; }
.banner {
background-size: 100% 200px;
width: 100%;
margin-top: 60px; }
.banner .info-banner {
margin-left: 25px; }
.banner .info-banner p:nth-child(1) {
font-size: 25px;
margin-top: 150px; }
.banner .info-banner button {
width: 260px;
padding: 5px;
margin-bottom: 30px; }
.tutorial-hapo {
margin-top: -100px; }
.tutorial-hapo .card-hapo {
width: 300px;
margin-bottom: 35px; }
.tutorial-hapo .card-hapo img {
height: 165px; }
.tutorial-hapo .other-courses {
margin-top: 20px; }
.tutorial-hapo .other-courses .courses {
font-size: 40px;
margin-bottom: 30px;
width: 61%; }
.tutorial-hapo .view-courses p {
margin-top: 5px;
font-size: 22px; }
.tutorial-hapo .view-courses p .arrow {
width: 31px; }
.why-hapo {
height: 570px;
background-size: 100% 570px; }
.why-hapo .bg-whyhapo img {
height: 570px; }
.why-hapo .list-whyhapo {
margin-top: 40px;
margin-left: 75px;
width: 150%;
height: 400px; }
.why-hapo .laptop img {
width: 225px;
margin-top: -140px; }
.why-hapo .laptop-phone {
width: 0%; }
.why-hapo .laptop-phone img {
width: 316px;
margin-left: -140px;
margin-top: 330px; }
.why-hapo p {
line-height: 40px;
font-size: 40px;
margin: -70px 0px 0px 220px;
width: 50%; }
.become-member {
background-size: 100% 185px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 23px;
margin-top: -20px; }
.become-member .info-become button {
padding: 5px;
font-size: 18px;
width: 180px;
color: #b2d235; }
.feedback {
margin-top: 50px; }
.feedback .feedback-all {
width: 100%; }
.feedback .feedback-title {
font-size: 40px;
width: 180px; }
.feedback .feedback-info {
font-size: 14px; }
.feelback-card {
margin-top: 10px;
box-sizing: border-box; }
.feelback-card .feelback-info {
padding: 5px;
height: 135px;
font-size: 14px;
width: 352px; }
.feelback-card .feelback-border {
padding: 5px;
margin-top: 7px; }
.feelback-card .user {
margin-top: 30px;
margin-left: -20px; }
.feelback-card .user img {
width: 65px; }
.feelback-card .user-info {
margin-left: 20px; }
.feelback-card .user-info .name-user {
font-size: 16px; }
.feelback-card .user-info .name-courses {
font-size: 14px;
margin-top: -20px; }
.feelback-card .user-info .star {
font-size: 14px;
margin-top: -16px; }
.prev {
top: 70px;
left: -9px; }
.next {
top: 70px;
right: -9px; }
.become-member {
background-size: 100% 185px; }
.become-member .info-become {
padding: 50px; }
.become-member .info-become p:nth-child(1) {
font-size: 23px;
margin-top: -20px; }
.become-member .info-become button {
padding: 5px;
font-size: 18px;
width: 200px; }
.statistic .statis {
font-size: 60px;
width: 200px; }
.statistic .div-statistic {
width: 100%; }
.statistic .div-statistic .card-statistic {
width: 100%; }
.footer .footer-image {
width: 65%; }
.footer .footer-image img {
width: 170px;
margin-left: 0;
margin-top: 20px; }
.footer .footer-image p {
font-size: 14px;
margin: 0; }
.footer .home {
width: 50%; }
.footer .home p {
font-size: 17px; }
.footer .contact {
width: 50%; }
.footer .contact p {
font-size: 17px;
margin-left: 20px; }
.footer .footer-icon {
width: 35%; }
.footer .footer-icon .icon-footer {
width: 130px; }
.footer .footer-icon img {
width: 30px;
margin: 25px 0px 0px 5px; }
.footer-end p {
font-size: 15px;
padding: 5px; }
.mess-facebook {
left: 80%; }
.frame-loginn {
margin-top: 50px;
margin-left: 0px;
width: 400px; }
.login-register {
padding: 0px;
margin: 0px;
width: 378px;
height: 630px; } }
/*# sourceMappingURL=style.css.map */ | 0.28897 | 0.115711 |
@charset "utf-8";
/*
/* Copyright (c) 2018 Frenify
/* Author: Frenify
/* Version: 1.0.3
/* This file is made for CURRENT TEMPLATE
/*
01) BASE
02) MOBILE MENU
03) SHARE BOX
04) MAIN HEADER
04.1) LOGO
04.2) SEARCH
04.3) NAVIGATION
05) SUBMENU
06) LEFTBAR
07) SELECT2
08) FEATURED LISTINGS
09) RATING
10) FAMOUS CITIES (tab style)
11) FAMOUS CITIES (222 style)
12) FAMOUS CITIES (CAROUSEL)
13) HOW IT WORK
14) FROM OUR BLOG
15) ALL LISTINGS' CATEGORIES
16) INDEX 22
17) INDEX 20
18) INDEX 10
19) INDEX 25
20) INDEX 30
21) GOOGLE MAP AS CONTENT (LEAFLET)
22) SINGLE PAGE #1
22.1) SINGLE CAROUSEL
22.2) SINGLE MAP and VIDEO
22.3) SELECT
22.4) SINGLE BOTTOM
22.5) TITLE SECTION
22.6) PROFILE SECTION
22.7) FULL INFORMATION SECTION
22.7.1) TEXT
22.7.2) OPENING TIME
22.7.3) OPTIONS
23) REVIEW BOX
23.1) RATING BOX
23.1.1) TOTAL
23.1.2) RATING PROGRESS BAR
23.2) ALL REVIEWS
23.2.1) REVIEW SINGLE
23.3) ADD REVIEW
24) ADDRESS BOX
25) PHONE BOX
26) SINGLE #2
28) BLOG SINGLE
29) SUBMIT
29.1) SUBMIT CONTENT
29.2) SUBMIT MAIN SECTION
29.3) SUBMIT BASE
29.4) SUBMIT PROMPT
29.5) SUBMIT LISTING SECTION
29.6) SUBMIT OPENING SECTION
29.7) SUBMIT UPLOAD SECTION
29.8) SUBMIT OWNER SECTION
30) LISTING 2
31) DASHBOARD HOME
32) DASHBOARD LISTINGS
33) DASHBOARD REVIEWS
34) DASHBOARD BOOKMARKS
35) DASHBOARD ADDING
36) DASHBOARD PROFILE
37) DASHBOARD INVOICES
38) DASHBOARD RESPONSIVE
39) INVOICE DETAILS POPUP
40) SIGN IN POPUP
41) PRELOADER
42) HORIZONTAL MENU
43) MAIN FOOTER
44) TOTOP & LISTED buttons
45) CONTACT PAGE
46) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
/* 01) BASE
/*------------------------------------------------------------------*/
html {
overflow-x: hidden;
padding: 0px;
margin: 0px
}
body{
font-family: 'Work Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0px;
font-weight: 400;
}
.directify_fn_wrapper_all,
.directify_fn_content{
width: 100%;
height: auto;
float: left;
position: relative;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Poppins';
font-weight: 500;
}
input{
font-family: 'Work Sans' !important;
min-width: inherit !important;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{
text-decoration: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
img.svg, .svg ,svg{
width: 14px;
height: 14px;
fill: currentcolor;
}
::-webkit-input-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}
::-moz-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}/* Firefox 19+ */
:-moz-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}/* Firefox 18- */
:-ms-input-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}
.responsive{
display: none !important;
}
/*------------------------------------------------------------------*/
/* 02) MOBILE MENU
/*------------------------------------------------------------------*/
.directify_fn_mobile_menu_wrap{
display: none;
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_mobile_menu{
width: 100%;
float: left;
clear: both;
border-bottom: 1px solid #e5e5e5;
padding: 5px 20px;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu .mobile_logo{
float: left;
line-height: 44px;
}
.directify_fn_mobile_menu .mobile_logo a{
text-decoration: none;
}
.directify_fn_mobile_menu .mobile_search{
float: left;
}
.directify_fn_mobile_menu .mobile_search a .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
.directify_fn_mobile_menu .mobile_search a{
text-decoration: none;
padding: 16px 19px 14px 42px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu .s-search{
display: none;
float: right;
margin-top: 10px;
margin-right: 20px;
}
.directify_fn_mobile_menu .s-search a{
display: block;
text-decoration: none;
}
.directify_fn_mobile_menu .s-search .svg{
width: 24px;
height: 24px;
}
.directify_fn_mobile_menu .hamburger{
padding: 0px;
float: right;
margin-top: 9px;
}
.directify_fn_mobile_nav{
display: none;
width: 100%;
float: left;
clear: both;
padding: 20px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_nav ul.nav ul.sub_menu{
border: none;
position: relative;
margin-left: 20px;
}
.directify_fn_mobile_nav ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_mobile_nav ul li{
margin: 0px;
position: relative;
}
.directify_fn_mobile_nav ul li a{
text-decoration: none;
font-size: 15px;
letter-spacing: .5px;
padding: 10px 15px 10px 0px;
display: inline-block;
line-height: 1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_nav ul li a,
.directify_fn_mobile_nav ul li i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_mobile_nav ul.nav > li > a{
font-size: 18px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see{
padding: 20px 20px;
position: absolute;
top: 100%;
left: 0px;
right: 0px;
background-color: #fff;
z-index: 2000;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{
width: 100%;
position: relative;
padding-right: 230px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{
float: left;
width: 32.3333%;
margin-right: 1%;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.select2-container--open .select2-dropdown--below{
z-index: 3000;
}
.directify_fn_mobile_menu_wrap .mobile_search_see input,
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .select2-container{
width: 100% !important;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_mobile_menu_wrap .mobile_search_see > a{
text-decoration: none;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see > a > .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
/*
Background #1
Name: translight
Background's color: transparent
Text's color: #fff
*/
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] {background-color: transparent;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_logo a.dark{display: none;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_menu{border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_logo a.light{display: block;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_search a{color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner,
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner::before,
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner::after{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav ul li a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav ul.nav ul.sub_menu{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_search_see{background-color: #fff;border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav{border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_menu .s-search a{color: #fff;}
/*
Background #2
Name: light
Background's color: #fff
Text's color: #253147
*/
.directify_fn_mobile_menu_wrap[data-bg-type="light"] {background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_logo a.dark{display: block;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_logo a.light{display: none;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_menu{border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_search a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner,
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner::before,
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner::after{background-color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav ul li a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav ul.nav ul.sub_menu{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_search_see{background-color: #fff;border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav{border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu .mobile_logo a.dark{display: block;}
.directify_fn_mobile_menu .mobile_logo a.light{display: none;}
.directify_fn_mobile_menu_wrap.absolute{position: absolute;z-index: 2000;}
/*------------------------------------------------------------------*/
/* 03) SHARE BOX
/*------------------------------------------------------------------*/
.directify_fn_share{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 100;
}
div.directify_fn_share_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.directify_fn_share.opened{
opacity: 1;
visibility: visible;
}
.directify_fn_share_in{
display: table;
height: 100%;
width: 100%;
}
.directify_fn_share_in .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_fn_share .share_box{
width: 600px;
background-color: #fff;
padding: 63px 50px 61px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_share .share_box_in h3{
margin: 0px;
margin-bottom: 26px;
font-size: 16px;
color: #111;
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
}
.directify_fn_share .share_box_in ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_share .share_box_in ul li{
margin: 0px;
display: inline-block;
width: 49%;
margin-bottom: 2px;
}
.directify_fn_share .share_box_in ul li a{
text-decoration: none;
color: #999;
font-size: 13px;
letter-spacing: 0px;
text-transform: uppercase;
border-bottom: 1px solid transparent;
padding-bottom: 2px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_share .share_box_in ul li a:hover{
color: #111;
border-bottom-color: #111;
}
/*------------------------------------------------------------------*/
/* 04) MAIN HEADER
/*------------------------------------------------------------------*/
.directify_fn_header_wrap{
width: 100%;
height: auto;
float: left;
z-index: 2999;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
position: relative;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_wrap > .container .directify_fn_header{
padding: 20px 0px;
}
.directify_fn_header{
width: 100%;
height: auto;
float: left;
padding: 0px 50px;
display: table;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header .header{
width: 100%;
float: left;
height: auto;
display: table-cell;
vertical-align: middle;
}
.directify_fn_header_wrap.absolute{position: absolute;}
.directify_fn_header_wrap.relative{position: relative;}
.directify_fn_header_wrap.fixed{position: fixed;}
/*
Background #1
Name: translight
Background's color: transparent
Text's color: #fff
*/
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_logo a.dark{display: none;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_logo a.light{display: block;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_search a{color: #fff;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_nav_list ul li{color: #fff;}
.directify_fn_header_wrap[data-bg-type="translight"]{border-bottom-color: rgba(255,255,255,0.1); background-color: transparent;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_search.focused input{border-color: rgba(255,255,255,0.1);}
/*
Background #2
Name: light
Background's color: #fff
Text's color: #253147
*/
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_logo a.dark{display: block; width:10px}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_logo a.light{display: none; width:10px}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_search a{color: #253147;}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_nav_list ul li{color: #253147;}
.directify_fn_header_wrap[data-bg-type="light"]{border-bottom-color: #e5e5e5;background-color: #fff;}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_search.focused input{border-color: rgba(255,255,255,0.1);}
/*------------------------------------------------------------------*/
/* 04.1) LOGO
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_logo{
float: left;
margin-right: 30px;
padding: 18px 0px;
}
.directify_fn_header .directify_fn_header_logo a{
text-decoration: none;
display: block;
}
.directify_fn_header .directify_fn_header_logo a.dark{display: block;}
.directify_fn_header .directify_fn_header_logo a.light{display: none;}
/*------------------------------------------------------------------*/
/* 04.2) SEARCH
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_search{
float: left;
padding: 13px 0px;
}
.directify_fn_header .directify_fn_header_search > a{
text-decoration: none;
padding: 15px 19px 13px 42px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
border: 1px solid transparent;
z-index: 100;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_search > a .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
.one{
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.one.two,
.oone.two{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.oone{
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.directify_fn_header_search_see_wrap{
position: absolute;
top: 100%;
margin-top: 1px;
left: 0px;
right: 0px;
padding: 20px 50px;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap .header_search_see{
width: 100%;
position: relative;
}
.directify_fn_header_search_see_wrap .header_search_see .selects{
width: 100%;
position: relative;
padding-right: 230px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap .header_search_see .selects > div{
float: left;
width: 32.3333%;
margin-right: 1%;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap ::-webkit-input-placeholder{color: #777;}
.directify_fn_header_search_see_wrap ::-moz-placeholder{color: #777;}/* Firefox 19+ */
.directify_fn_header_search_see_wrap :-moz-placeholder{color: #777;}/* Firefox 18- */
.directify_fn_header_search_see_wrap :-ms-input-placeholder{color: #777;}
.directify_fn_header_search_see_wrap .header_search_see .selects input,
.directify_fn_header_search_see_wrap .header_search_see .selects .select2-container{
width: 100% !important;
color: #777;
}
.directify_fn_header_search_see_wrap .header_search_see .selects input{
border: 1px solid #e5e5e5;
}
.directify_fn_header_search_see_wrap .header_search_see .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_header_search_see_wrap .header_search_see > a{
text-decoration: none;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
color: #fff !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header_search_see_wrap .header_search_see > a > .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
/*------------------------------------------------------------------*/
/* 04.3) NAVIGATION
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_nav_list{
float: right;
font-family: 'Poppins';
padding: 18px 0px;
}
.directify_fn_header .directify_fn_header_nav_list ul{
margin: 0px;
list-style-type: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li{
margin: 0px;
float: left;
position: relative;
background-color: transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li a{
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
padding: 10px 15px;
display: block;
line-height: 1;
color: currentColor;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li a,
.directify_fn_header .directify_fn_header_nav_list ul li i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_header .directify_fn_header_nav_list ul li a i{
display: inline-block;
margin-left: 5px;
/*float: right;*/
}
.directify_fn_header .directify_fn_header_nav_list ul li ul li a i{
float: right;
}
.directify_fn_header .directify_fn_header_nav_list ul li a i:before{
margin: 0px;
padding: 0px;
width: auto;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing{
margin-left: 15px;
position: relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing a{
padding: 10px 19px 10px 42px;
display: block;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing a span{
display: inline-block;
margin-top: -1px;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing .svg{
position: absolute;
top: 50%;
margin-top: -7px;
left: 0px;
margin-left: 20px;
}
/*------------------------------------------------------------------*/
/* 05) SUBMENU
/*------------------------------------------------------------------*/
ul.nav ul.sub_menu{
display: none;
position: absolute;
left: 0px;
top: 100%;
z-index: 99;
background-color: #fff;
min-width: 100%;
width: auto;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
ul.nav ul.sub_menu li{
float: inherit;
width: auto;
}
ul.nav ul.sub_menu li a{
}
/*------------------------------------------------------------------*/
/* 06) LEFTBAR
/*------------------------------------------------------------------*/
.directify_fn_leftbar_wrap{
height: auto;
z-index: 5;
position: absolute;
float: left;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar_overlay{
z-index: 10;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar_overlay .overlay_color{
z-index: 15;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar{
z-index: 20;
padding: 225px 50px;
position: relative;
width: 100%;
height: auto;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_leftbar_wrap .leftbar_closer{
position: absolute;
top: 50px;
left: 100%;
margin-left: -18px;
}
.directify_fn_leftbar_wrap .leftbar_closer a{
color: #263248;
background-color: #fff;
padding: 5px 12px;
line-height: 1;
display: block;
font-size: 24px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_leftbar_wrap .leftbar_closer a.closed i:before{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.directify_fn_leftbar_wrap .leftbar_closer[data-map="yes"]{
top: 100px;
}
.directify_fn_leftbar_wrap .leftbar_closer[data-map="yes"] a{
border: 2px solid #b1b1b1;
color: #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.directify_fn_leftbar_wrap .leftbar_closer a i:before{
margin: 0px;
width: auto;
padding: 0px;
}
.directify_fn_leftbar_wrap .leftbar input,
input.directify_fn_search_input{
width: 300px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 0px 15px !important;
height: 44px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_leftbar_wrap .leftbar form > div{margin-bottom: 20px;}
.directify_fn_leftbar_wrap .leftbar form > div:last-child{margin-bottom: 0px;}
.directify_fn_leftbar_wrap .leftbar form .leftbar_listing_select select{
width: 100%;
}
.directify_fn_leftbar_wrap .leftbar_location_choose{
position: relative;
width: 100%;
}
.directify_fn_leftbar_wrap .leftbar_location_choose .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn{
position: relative;
float: left;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn .my_dotted_arrow{
color: #fff;
margin-bottom: -14px;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn a,
a.directify_fn_search_btn{
text-decoration: none;
background-color: #fff;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn a .svg,
a.directify_fn_search_btn .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
span.browse_me{
color: #fff;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
display: inline-block;
margin-left: 15px;
text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/* 07) SELECT2
/*------------------------------------------------------------------*/
.select2-container .select2-selection--single .select2-selection__rendered{
line-height: 42px;
font-size: 15px;
font-family: 'Work Sans';
letter-spacing: .5px;
padding-left: 15px;
color: #777;
}
.select2-container--default .select2-selection--single{
height: auto;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 42px;
width: 35px;
}
.select2-search--dropdown .select2-search__field{
padding: 7px 8px !important;
min-width: auto;
font-size: 15px;
font-family: 'Work Sans';
color: #777;
height: auto;
line-height: 1;
}
/*------------------------------------------------------------------*/
/* 08) FEATURED LISTINGS
/*------------------------------------------------------------------*/
.featured_box_img{
overflow: hidden;
}
.featured_box_img img{
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.featured_box_img img:hover{
-webkit-transform: scale(1.05) translateZ(0);
-moz-transform: scale(1.05) translateZ(0);
-ms-transform: scale(1.05) translateZ(0);
transform: scale(1.05) translateZ(0);
}
.directify_fn_right_content{
float: left;
width: 100%;
}
.directify_fn_right_content.opened{
padding-left: 0px;
}
.directify_fn_featured_listing_wrap{
float: left;
width: 100%;
}
.directify_fn_featured_listing{
float: left;
display: table;
padding-left: 50px;
min-height: 686px;
}
.featured_listing{
display: table-cell;
vertical-align: middle;
position: relative;
width: 100%;
}
.directify_fn_featured_listing .featured_listing .title_holder{
margin-bottom: 23px;
}
.directify_fn_featured_listing .featured_listing .title_holder h3{
margin: 0px;
line-height: 1;
}
.directify_fn_featured_listing .featured_listing .title_holder h3 a{
font-size: 16px;
letter-spacing: .5px;
text-transform: uppercase;
}
.featured_listing .owl-carousel{
width: 100%;
position: relative;
margin-left: -15px;
}
.featured_listing .owl-carousel .owl-item img{
width: auto;
display: inline-block;
}
.custom_nav{
position: relative;
margin-top: 30px;
z-index: 999;
width: 100%;
float: left;
opacity: 1;
visibility: visible;
}
.custom_nav a{
display: block;
font-size: 18px;
width: 30px;
height: 30px;
line-height: 28px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.custom_nav a i{
display: inline-block;
margin-left: 5px;
}
.custom_nav a i:before{
margin: 0px;
padding: 0px;
display: inline-block;
}
.custom_nav a.prev{
float: left;
margin-right: 8px;
}
.custom_nav a.next{
float: left;
}
.featured_box_wrap{
margin-left: 15px;
width: 370px;
clear: both;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap img{
display: inline-block;
max-height: 100%;
max-width: 100%;
vertical-align: bottom;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.featured_box_wrap .featured_box{
position: relative;
}
.featured_box_wrap .featured_box_price{
position: absolute;
left: 0px;
top: 30px;
margin-left: -10px;
}
.featured_box_wrap .featured_box_price span.text{
display: block;
color: #fffefe;
font-size: 15px;
letter-spacing: 0px;
font-weight: 500;
width: 60px;
height: 30px;
line-height: 30px;
position: relative;
z-index: 80;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_price span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.featured_box_wrap .featured_box_price span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
z-index: 1;
}
.featured_box_wrap .featured_box_price span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.featured_box_wrap .featured_box_info_wrap{
width: 100%;
height: auto;
padding: 36px 30px 30px 30px;
position: relative;
background-color: #fff;
border: 1px solid #e5e5e5;
border-top-color: transparent;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info{
width: 100%;
height: auto;
}
.featured_box_wrap .featured_box_info .featured_box_like{
position: absolute;
top: 0px;
left: 30px;
margin-top: -15px;
}
.featured_box_wrap .featured_box_info .featured_box_like a{
color: #fff;
background-color: #555;
padding: 8px;
display: inline-block;
line-height: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_like a .svg{
width: 12px;
height: 12px;
line-height: 1;
}
.featured_box_wrap .featured_box_info .featured_box_like:hover .featured_box_tooltip{
opacity: 1;
visibility: visible;
}
.featured_box_wrap .featured_box_info .featured_box_like .featured_box_tooltip{
position: absolute;
left: 28px;
top: 0px;
margin-top: 3px;
line-height: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.featured_box_wrap .featured_box_info .featured_box_like .featured_box_tooltip span{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .5px;
line-height: 1;
color: #777;
font-family: 'Poppins';
background-color: #fff;
display: inline-block;
padding: 5px 10px 3px 9px;
border: 1px solid #e5e5e5;
border-left-color: #fff;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_title{
margin-bottom: 7px;
width: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_title h3{
font-size: 19px;
letter-spacing: 0px;
margin: 0px;
line-height: 1.3;
}
.featured_box_wrap .featured_box_preview{
position: absolute;
left: 100%;
margin-left: 15px;
margin-top: -3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.featured_box_wrap .featured_box_preview a{
text-decoration: none;
}
.featured_box_wrap .featured_box_preview span{
font-size: 11px;
letter-spacing: .5px;
color: #777;
line-height: 1;
text-transform: uppercase;
padding: 6px 9px;
display: inline-block;
background-color: #f6fafb;
font-family: 'Poppins';
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_address{
position: relative;
width: 100%;
padding-right: 60px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info .featured_box_address .svg{
color: #777;
position: absolute;
top: 1px;
width: 18px;
height: 18px;
}
.featured_box_wrap .featured_box_info .featured_box_address span{
font-size: 15px;
letter-spacing: 0px;
color: #777;
padding-left: 26px;
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info .featured_box_author_img{
position: absolute;
right: 20px;
bottom: 20px;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img{
position: relative;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img i{
position: absolute;
left: 0px;
line-height: 1;
top: 50%;
margin-top: -10px;
margin-left: -10px;
color: #fff;
padding: 3px;
border: 2px solid #fff;
font-size: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img .svg{
position: absolute;
left: 0px;
line-height: 1;
top: 50%;
margin-top: -10px;
margin-left: -10px;
color: #fff;
padding: 4px;
border: 2px solid #fff;
width: 7px;
height: 7px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_author_img img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
/*------------------------------------------------------------------*/
/* 09) RATING
/*------------------------------------------------------------------*/
.directify_fn_rating{
margin-bottom: 15px;
position:relative;
z-index: 5;
height: 28px;
width: 90px;
}
.directify_fn_rating .svg{
color: #777;
width: 90px;
}
.directify_fn_rating .behind{
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
overflow: hidden;
direction: rtl;
}
.directify_fn_rating .up{
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
overflow: hidden;
}
.directify_fn_rating > span{
font-size: 15px;
line-height: 18px;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-left: 90px;
padding-left: 27px;
width: 120px;
vertical-align: top;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_rating > span:after{
content: '';
display: block;
width: 14px;
height: 1px;
background-color: #777;
position: absolute;
left: 7px;
top: 50%;
}
/*------------------------------------------------------------------*/
/* 10) FAMOUS CITIES (tab style)
/*------------------------------------------------------------------*/
.directify_fn_tab_famous_cities_wrap{
padding: 112px 0px 120px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs{
float: left;
width: 100%;
}
.directify_fn_tabs > .title_holder{
margin-bottom: 73px;
}
.directify_fn_tabs > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_tabs > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_tabs > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_tabs > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city{
list-style-type:none;
margin: 0px;
width: 320px;
float: left;
position: absolute;
max-height: 600px;
border: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city li{
width: 100%;
margin: 0px;
}
.directify_fn_tabs ul.fam_city li > a{
display: block;
text-decoration: none;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap{
width: 100%;
padding: 29px 30px 26px 60px;
position: relative;
background-color: #fff;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number{
position: absolute;
left: 0px;
top: 30px;
margin-left: -10px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.text{
display: block;
color: #fffefe;
font-size: 12px;
letter-spacing: 1px;
font-weight: 500;
width: 37px;
height: 21px;
line-height: 21px;
position: relative;
z-index: 99;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
z-index: 1;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content{
width: 100%;
position: relative;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1;
margin-bottom: 4px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .title_holder span{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow{
position: absolute;
right: 0px;
top: 50%;
margin-top: -12px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow i{
font-size: 24px;
color: #ccc;
line-height: 1;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow i:before{
margin: 0px;
padding: 0px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img{
position: absolute;
width: auto;
height: 100%;
right: 10px;
top: 10px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs .tabContent{
width: 100%;
display: block;
float: left;
padding-left: 350px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs .tabContent > nav{
width: 100%;
position: relative;
height: 600px;
}
.directify_fn_tabs .tabContent > nav a{
text-decoration: none;
display: block;
height: 100%;
position: relative;
z-index: 10;
}
.directify_fn_tabs .tabContent > nav > div{
width: 100%;
}
.directify_fn_tabs .tabContent > nav > div > .overlay{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs .tabContent > nav > div {
position: absolute;
opacity: 0;
visibility: hidden;
top: 0px;
left: 0px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.directify_fn_tabs .tabContent .active{
opacity: 1;
visibility: visible ;
}
.directify_fn_tabs .tabContent > nav > div.show{
opacity: 1;
visibility: visible;
}
.directify_fn_tabs .tabContent > nav > div:nth-child(1) .overlay{background-image: url(../img/popular_cities/city1-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(2) .overlay{background-image: url(../img/popular_cities/city2-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(3) .overlay{background-image: url(../img/popular_cities/city3-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(4) .overlay{background-image: url(../img/popular_cities/city4-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(5) .overlay{background-image: url(../img/popular_cities/city5-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(6) .overlay{background-image: url(../img/popular_cities/city6-l.jpg);}
.directify_fn_tabs[data-type="photo"] .tabContent > nav > div {
-webkit-transform: scale(0.5) rotateZ(10deg);
-moz-transform: scale(0.5) rotateZ(10deg);
-ms-transform: scale(0.5) rotateZ(10deg);
transform: scale(0.5) rotateZ(10deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs[data-type="photo"] .tabContent .active{
-webkit-transform: scale(1) rotateZ(0deg);
-moz-transform: scale(1) rotateZ(0deg);
-ms-transform: scale(1) rotateZ(0deg);
transform: scale(1) rotateZ(0deg);
}
.directify_fn_tabs[data-type="photo"] .tabContent > nav > div.show{
-webkit-transform: scale(1) rotateZ(0deg);
-moz-transform: scale(1) rotateZ(0deg);
-ms-transform: scale(1) rotateZ(0deg);
transform: scale(1) rotateZ(0deg);
}
/* position */
.directify_fn_tabs[data-x-pos="center"] ul.fam_city{text-align:center;}
.directify_fn_tabs[data-x-pos="right"] ul.fam_city{text-align:right;}
.directify_fn_tabs[data-x-pos="right"] ul.fam_city li{margin-right:0px; margin-left:-5px;}
/* skin */
.directify_fn_tabs[data-skin="dark"] ul.fam_city li a{
background: #333;
color: #fff;
border: none;
}
.directify_fn_tabs[data-skin="dark"] ul.fam_city li a.active{
background: #222;
}
.directify_fn_tabs[data-skin="dark"] .tabContent{
border: none;
background: #222;
color: #fff;
}
/*------------------------------------------------------------------*/
/* 11) FAMOUS CITIES (222 style)
/*------------------------------------------------------------------*/
.directify_fn_simple_famous_cities_wrap{
padding: 112px 0px 90px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.simple_famous_cities_wrap > .title_holder{
margin-bottom: 73px;
}
.simple_famous_cities_wrap > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1;
margin-bottom: 22px;
}
.simple_famous_cities_wrap > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.simple_famous_cities_wrap > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.simple_famous_cities_wrap > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap{
width: auto;
height: auto;
margin-left: -2.5%;
position: relative;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{
width: 30.8333%;
float: left;
height: auto;
margin-left: 2.5%;
margin-bottom: 30px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap > a{
display: block;
margin-bottom: 20px;
text-decoration: none;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap img{
display: inline-block;
width: 100%;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder{
padding: 0 20px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder a:hover{
border-bottom-color: #777;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder span.city{
font-size: 20px;
line-height: 1;
letter-spacing: 0;
color: #777;
font-family: 'Poppins';
display: inline-block;
margin-right: 9px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder span.listings{
display: inline-block;
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #777;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap.once{
width: 25.5%;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap.double{
width: 41.5%;
}
/*------------------------------------------------------------------*/
/* 12) FAMOUS CITIES (CAROUSEL)
/*------------------------------------------------------------------*/
.directify_fn_carousel_famous_cities_wrap{
padding: 110px 0px 112px 0px;
width: 100%;
float: left;
height: auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{
width: 100%;
float: left;
height: auto;
position: relative;
padding: 0px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities{
width: 100%;
float: left;
position: relative;
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder{
margin-bottom: 36px;
line-height: 38px;
width: 100%;
padding-right: 100px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.title{
font-family: 'Poppins';
font-size: 20px;
line-height: 1.3;
letter-spacing: .5px;
color: #fff;
text-transform: uppercase;
display: inline-block;
margin-right: 9px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.text{
font-size: 15px;
line-height: 1.3;
letter-spacing: 0;
color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city{
width: 370px;
height: auto;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city > a{
display: block;
text-decoration: none;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city img{
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder{
padding: 0 20px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder a:hover{
border-bottom-color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder span.city{
font-size: 20px;
line-height: 1;
letter-spacing: 0;
color: #fff;
font-family: 'Poppins';
display: inline-block;
margin-right: 9px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder span.listings{
display: inline-block;
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav{
margin-top: 0;
position: absolute;
right: 0px;
top: 0px;
width: auto;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav a{
background-color: #fff;
width: 38px;
height: 38px;
line-height: 36px;
font-size: 24px;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav a i{
margin-left: 6px;
}
/*------------------------------------------------------------------*/
/* 13) HOW IT WORK
/*------------------------------------------------------------------*/
.directify_fn_workstep_wrap{
padding: 112px 0px 90px 0px;
width: 100%;
float: left;
height: auto;
background-color: #fff;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_workstep_wrap .workstep > .title_holder{
margin-bottom: 73px;
}
.directify_fn_workstep_wrap .workstep > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_workstep_wrap .workstep .steps{
margin-left: -3.33%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{
width: 30%;
margin-left: 3.33%;
float: left;
border: 1px solid #f5f5f5;
position: relative;
padding: 77px 60px 55px 60px;
overflow: hidden;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single{
width: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number{
position: absolute;
top: 0px;
right: 0px;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text{
display: block;
color: #fff;
font-size: 24px;
line-height: 60px;
letter-spacing: 1px;
width: 60px;
height: 60px;
position: relative;
z-index: 99;
text-align: center;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text:after{
position: absolute;
content: '';
width: 30px;
height: 30px;
top: 0px;
right: 0px;
z-index: -5;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text:before{
position: absolute;
content: '';
width: 30px;
height: 30px;
top: 0px;
right: 0px;
background-color: #fff;
z-index: -4;
opacity: .2;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.after:after{
position: absolute;
content: '';
width: 85px;
height: 85px;
top: 0px;
right: 0px;
margin: -10px;
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.after:before{
position: absolute;
content: '';
width: 65px;
height: 65px;
top: 0px;
right: 0px;
border: 10px solid;
background-color: #fff;
margin: -10px;
z-index: 6;
opacity: .2;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 17px;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder span{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
}
/*------------------------------------------------------------------*/
/* 14) FROM OUR BLOG
/*------------------------------------------------------------------*/
.directify_fn_exmblog_wrap{
padding: 112px 0px 120px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder{
margin-bottom: 73px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap{
width: 100%;
padding: 43px 0px 54px 0px;
background-color: #fff;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{
float: left;
width: 33.33%;
padding: 0px 40px;
margin-bottom: 30px;
border-right: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:last-child{
border-right: none;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .svg{
width: 50px;
height: 50px;
color: #b3bac5;
margin-bottom: 20px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 17px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.title{
display: block;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 20px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.read_more{
display: inline-block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.read_more a{
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
/*------------------------------------------------------------------*/
/* 15) ALL LISTINGS' CATEGORIES
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap{
width: 100%;
float: left;
height: auto;
position: relative;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 15;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg .overlay_image{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_all_listings_wrap .all_listings{
width: 100%;
float: left;
height: auto;
position: relative;
z-index: 30;
}
.directify_fn_all_listings_wrap .listings_wrap{
width: 100%;
float: left;
height: auto;
}
.directify_fn_all_listings_wrap .discovering_wrap{
width: 50%;
float: left;
height: auto;
padding: 205px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_listings_wrap .discovering{
width: 100%;
height: auto;
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .discovering .title_holder{
margin-bottom: 36px;
}
.directify_fn_all_listings_wrap .discovering .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1;
font-weight: 400;
margin-bottom: 9px;
}
.directify_fn_all_listings_wrap .discovering .title_holder span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
}
.directify_fn_all_listings_wrap .discovering .searching{
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .discovering .searching input{
margin-right: 5px;
}
.directify_fn_all_listings_wrap .discovering .searching a.directify_fn_search_btn{
color: #fff;
}
.directify_fn_all_listings_wrap .discovering span.browse_me{
float: right;
text-align: right;
display: block;
color: #777;
margin-top: 18px;
text-transform: lowercase;
}
.directify_fn_all_listings_wrap .discovering .my_dotted_arrow{
color: #777;
}
.my_dotted_arrow{
position: absolute;
bottom: 0px;
left: 100%;
margin-bottom: -30px;
margin-right: -20px;
color: #777;
}
.my_dotted_arrow.svg{
width: 56px;
height: 56px;
}
.listing_categories_wrap{
width: 50%;
float: left;
height: auto;
max-width: 470px;
padding: 85px 0px 85px 80px;
display: table;
min-height: 417px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.listing_categories_wrap .listing_categories{
display: table-cell;
vertical-align: middle;
}
.listing_categories_wrap .listing_categories .cat_single_wrap{
float: left;
width: 100%;
height: auto;
clear: both;
margin-bottom: 6px;
}
.cat_single_wrap .cat_single{
width: 187px;
height: 120px;
position: relative;
display: inline-block;
margin: 0px 4px 10px 0px;
}
.cat_single_wrap .cat_single_content{
width: 100%;
height: auto;
float: left;
z-index: 30;
position: relative;
}
.cat_single_wrap .cat_single_content a{
text-decoration: none;
display: block;
width: 100%;
height: 120px;
text-align: left;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.cat_single_wrap .cat_single_content a .svg{
width: 32px;
height: 30px;
position: absolute;
bottom: 51px;
left: 50%;
margin-left: -16px;
}
.cat_single_wrap .cat_single_content a span.cat_title{
position: absolute;
bottom: 90px;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
text-align: center;
width: 100%;
font-family: 'Poppins';
color:white;
}
.cat_single_wrap .cat_single_bg{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 5;
}
.cat_single_wrap .cat_single_bg .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 10;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.all_cat_btn a{
text-decoration: none;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
position: relative;
display: inline-block;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.all_cat_btn a span.text{
display: inline-block;
margin-right: 26px;
}
.all_cat_btn a i{
position: relative;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.all_cat_btn a i:before{
padding: 0px;
margin: 0px;
width: auto;
text-align: left;
}
.all_cat_btn a i:after{
position: absolute;
content: '';
width: 16px;
height: 1px;
background-color: #777;
right: 0;
top: 50%;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
/*------------------------------------------------------------------*/
/* 16) INDEX 22
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap .searching.input-changed-width input{
width: 300px;
margin-right: 0px;
}
.directify_fn_all_listings_wrap .select2-container{
width: 100% !important;
}
.directify_fn_all_listings_wrap .searching.input-changed-width > div{
margin-bottom: 20px;
}
.directify_fn_all_listings_wrap .searching.input-changed-width > div:last-child{
margin-bottom: 0px;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .locations_choose{
position: relative;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .locations_choose .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .search_btn{
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .searching.input-changed-width span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .my_dotted_arrow{
margin-bottom: -18px;
color: #fff;
}
.directify_fn_all_listings_wrap.changed .discovering{
float: right;
width: auto;
margin-right: 80px;
}
/*------------------------------------------------------------------*/
/* 17) INDEX 20
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index20 .directify_fn_all_listings_bg .overlay_color{
background-color: #000;
opacity: .5;
}
.directify_fn_all_listings_wrap.index20 .directify_fn_all_listings_bg .overlay_image{
background-image: url(../img/2.jpg);
}
.directify_fn_all_listings_wrap.index20 .discovering_wrap{
padding: 276px 0px 205px 0px;
}
.directify_fn_all_listings_wrap.index20 .listing_categories_wrap{
padding-top: 156px;
}
.directify_fn_all_listings_wrap.index20 .discovering .title_holder h3{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering .title_holder span{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering .my_dotted_arrow{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .listing_categories .all_cat_btn a{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .listing_categories .all_cat_btn a i:after{
background-color: #fff;
}
/*------------------------------------------------------------------*/
/* 18) INDEX 10
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index10 .directify_fn_all_listings_bg .overlay_color{
background-color: #000;
opacity: .5;
}
.directify_fn_all_listings_wrap.index10 .directify_fn_all_listings_bg .overlay_image{
background-image: url(../img/index-bg.jpg);
}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{
width: 100%;
padding: 276px 0px;
text-align: center;
}
.directify_fn_all_listings_wrap.index10 .discovering .searching{
width: 100%;
}
.directify_fn_all_listings_wrap.index10 .listing_categories_wrap{
padding-top: 156px;
}
.directify_fn_all_listings_wrap.index10 .discovering .title_holder h3{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering .title_holder span{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering .my_dotted_arrow{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .listing_categories .all_cat_btn a{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .listing_categories .all_cat_btn a i:after{
background-color: #fff;
}
.directify_fn_listingable.listing_categories_wrap{
width: 100%;
max-width: inherit;
min-height: inherit;
padding: 112px 0px 104px 0px;
}
.directify_fn_listingable.listing_categories_wrap .listing_categories .cat_single_content{
text-align: left;
}
.directify_fn_listingable.listing_categories_wrap .title_holder{
margin-bottom: 73px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 19) INDEX 25
/*------------------------------------------------------------------*/
.directify_fn_featured_listing_wrap.index25 .directify_fn_featured_listing{
float: none;
display: block;
padding-left: 50px;
min-height: inherit;
padding-top: 38px;
padding-bottom: 75px;
}
.directify_fn_featured_listing_wrap.index25 .featured_listing{
display: inline-block;
vertical-align: middle;
position: relative;
width: 100%;
}
.directify_fn_featured_scroll{
width: auto;
overflow-x: scroll;
margin-left: -15px;
}
.directify_fn_featured_scroll .featured_scroll{
width: 100%;
float: left;
height: auto;
}
.directify_fn_featured_scroll.index25 .featured_box_wrap{
margin-left: 15px;
}
.directify_fn_featured_scroll.index25 .directify_fn_featured_listing{
float: none;
}
.directify_fn_featured_scroll .featured_box_wrap{
}
.directify_fn_featured_scroll table{
width: auto !important;
border-collapse: collapse;
border: none;
}
.directify_fn_featured_scroll table tr{
border: none;
border-collapse: collapse;
padding: 0px;
}
.directify_fn_featured_scroll table td{
width: auto;
display: table-cell;
vertical-align: middle;
padding: 0px;
padding-right: 15px;
border: none !important;
}
.directify_fn_featured_scroll table td:last-child{
padding-right: 0px;
}
.directify_fn_featured_scroll img{
width: auto;
max-width: none;
}
.nicescroll-rails{
margin-top: 25px;
margin-left: 15px;
}
/*------------------------------------------------------------------*/
/* 20) INDEX 30
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index30 .discovering .searching{
margin-bottom: 60px;
}
.directify_fn_all_listings_wrap.index30 .discovering_wrap{
padding: 191px 0px 120px 0px;
}
.directify_fn_all_listings_wrap.index30 .directify_fn_all_listings_bg .overlay_color{
background-color: #002a46;
background-image: -webkit-linear-gradient(right top, #10e126, #000 ); /* For Safari 5.1 to 6.0 */
background-image: -moz-linear-gradient(bottom left, #000, #10e126 ); /* For Firefox 3.6 to 15 */
background-image: -o-linear-gradient(bottom left, #000, #10e126 ); /* For Opera 11.1 to 12.0 */
background-image: linear-gradient(to bottom left, #10e126, #000 ); /* Standard syntax */
opacity: 1;
}
.directify_fn_all_listings_wrap.index30 .directify_fn_all_listings_bg .overlay_image{
display: none;
}
.directify_fn_all_listings_wrap.index30 .cat_single_wrap{
margin-bottom: 50px;
float: left;
}
.directify_fn_all_listings_wrap.index30 .fdbox{
width: auto;
margin-left: -3%;
}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{
margin: 0px;
width: 30.3333%;
float: left;
text-align: left;
margin-left: 3%;
margin-bottom: 30px;
clear: inherit;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap:last-child{
margin-right: 0px;
}
/*------------------------------------------------------------------*/
/* 21) GOOGLE MAP AS CONTENT (LEAFLET)
/*------------------------------------------------------------------*/
.directify_fn_map_wrap{
width: 100%;
float: left;
height: auto;
z-index: 1;
}
.directify_fn_map_wrap .map{
width: 100%;
height: 591px;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive{
background: transparent;
border: none;
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon{
width: 40px;
height: 40px;
position: relative;
margin-left: 5px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon:after{
position: absolute;
content: '';
width: 32px;
height: 30px;
top: 13px;
left: 4px;
z-index: -4;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon svg{
width: 20px;
height: 20px;
color: #fff;
position: absolute;
top: 10px;
left: 50%;
margin-left: -10px;
z-index: 9999;
}
.leaflet-popup-content-wrapper{
padding: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-popup-content{
min-width: 200px;
margin: 0px;
line-height: 1.5;
}
.leaflet-container a.leaflet-popup-close-button{
z-index: 99;
color: #fff;
}
.leaflet-container a.leaflet-popup-close-button:hover{
color: #fff;
}
.leaflet-mypopup-wrapper{
width: 100%;
height: auto;
}
.leaflet-mypopup-wrapper .img{
position: relative;
}
.leaflet-mypopup-wrapper img{
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.leaflet-mypopup-wrapper .price{
position: absolute;
left: 0px;
top: 20px;
margin-left: -10px;
}
.leaflet-mypopup-wrapper .price span.text{
display: block;
color: #fffefe;
font-size: 13px;
letter-spacing: 0px;
font-weight: 600;
width: 50px;
height: 25px;
line-height: 25px;
position: relative;
z-index: 99;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-mypopup-wrapper .price span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.leaflet-mypopup-wrapper .price span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
z-index: 1;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.leaflet-mypopup-wrapper .price span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.leaflet-mypopup-wrapper .content{
width: 100%;
padding: 15px 10px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.leaflet-mypopup-wrapper .title{
margin-bottom: 10px;
}
.leaflet-mypopup-wrapper .title h3{
font-size: 16px;
letter-spacing: 0px;
margin: 0px;
line-height: 1;
}
.leaflet-mypopup-wrapper .rating{
width: 100%;
}
.leaflet-mypopup-wrapper .rating span{
font-size: 12px;
line-height: 1;
letter-spacing: .5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-mypopup-wrapper .rating span.rating{
margin-right: 5px;
font-weight: 600;
color: #fff;
width: 40px;
text-align: center;
padding: 4px 0px 3px 0px;
display: inline-block;
}
.leaflet-mypopup-wrapper .rating span.preview{
background-color: #f6fafb;
padding: 3px 9px 2px 9px;
font-weight: 400;
}
.leaflet-mypopup-wrapper .rating span.preview a{
color: #777;
text-decoration: none;
}
/*------------------------------------------------------------------*/
/* 22) SINGLE PAGE #1
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap{
width: 100%;
height: auto;
float: left;
padding: 60px 0px 0px 0px;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single,
.all_in_one_single{
width: 100%;
float: left;
clear: both;
height: auto;
}
/*------------------------------------------------------------------*/
/* 22.1) SINGLE CAROUSEL
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap .single_carousel_wrap{
width: 100%;
padding: 0px 170px;
position: relative;
margin-bottom: 20px;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-stage-outer{
height: 400px;
max-height: 400px;
min-height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-slide,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-slide a{
display: block;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-item{
height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-item img{
min-width: 100%;
max-width: 100%;
height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav{
margin: 0px;
position: static;
width: auto;
margin-top: -35px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a{
width: 70px;
height: 70px;
font-size: 52px;
line-height: 68px;
background-color: #e5f3fc;
position: absolute;
top: 50%;
margin-top: -35px;
z-index: 20;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{
margin-right: auto;
margin-left: auto;
left: 50px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{
right: 50px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a i{
margin-left: 8px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next i{
margin-left: 9px;
}
/*------------------------------------------------------------------*/
/* 22.2) SINGLE MAP and VIDEO
/*------------------------------------------------------------------*/
.single_map_wrap{
width: 100%;
min-height: 400px;
max-height: 400px;
height: 400px;
margin-bottom: 20px;
display: none;
}
.single_video_wrap{
width: 100%;
height: auto;
margin-bottom: 20px;
display: none;
}
.single_map_wrap iframe,
.single_video_wrap iframe{
min-width: 100%;
min-height: 100%;
}
/*------------------------------------------------------------------*/
/* 22.3) SELECT
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap .single_my_select_wrap{
width: 100%;
position: relative;
float: left;
}
.directify_fn_all_in_one_single_wrap .single_my_select{
display: block;
float: right;
margin-bottom: 20px;
position: relative;
}
.directify_fn_all_in_one_single_wrap .single_my_select > a{
display: block;
text-decoration: none;
padding: 10px 15px 10px 15px;
line-height: 1;
cursor: pointer;
border: 1px solid #f1f3f3;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
background-color: #fff;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_all_in_one_single_wrap .single_my_select > a > span{
display: inline-block;
margin-right: 30px;
min-width: 80px;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box{
width: 100%;
position: absolute;
z-index: 1000;
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
border: 1px solid #f1f3f3;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box ul li{
margin: 0px;
width: 100%;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box a{
color: #777;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
display: block;
text-decoration: none;
padding: 10px 15px 10px 15px;
line-height: 1;
cursor: pointer;
border-bottom: 1px solid #f1f3f3;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box a.clicked{
color: #CFCFCF;
}
.directify_fn_all_in_one_single_wrap .single_my_select_wrap[data-position="left"] .single_my_select{float: left;}
.directify_fn_all_in_one_single_wrap .single_my_select_wrap[data-position="right"] .single_my_select{float: right;}
/*------------------------------------------------------------------*/
/* 22.4) SINGLE BOTTOM
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper{
width: 100%;
height: auto;
background-color: #f6fafb;
float: left;
clear: both;
padding: 0px 0px 80px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_content{
width: 100%;
background-color: #fff;
float: left;
position: relative;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
/*------------------------------------------------------------------*/
/* 22.5) TITLE SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_title{
width: 100%;
padding: 0px 100px;
float: left;
height: auto;
min-height: 160px;
margin-bottom: 60px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_title .pricetitle{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
}
.directify_fn_single_wrapper .single_title .price_wrapper{
position: relative;
top: 0px;
display: inline-block;
margin-right: 20px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.price{
display: inline-block;
background-color: #ffd200;
padding: 9px 15px 6px 14px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.text{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
display: inline-block;
font-weight: 500;
margin-right: 4px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.number{
font-size: 18px;
letter-spacing: 0px;
font-family: 'Poppins';
display: inline-block;
line-height: 1;
font-weight: 500;
}
.directify_fn_single_wrapper .single_title .title_verified{
position: relative;
display: inline-block;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_title .title_ver{
position: relative;
width: 100%;
padding-left: 25px;
}
.directify_fn_single_wrapper .single_title .title_verified .svg{
width: 8px;
height: 8px;
padding: 4px;
color: #fff;
position: absolute;
left: 0px;
top: 50%;
margin-top: -8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_single_wrapper .single_title .title_verified span{
font-size: 11px;
font-family: 'Poppins';
letter-spacing: .5px;
color: #777;
line-height: 1;
text-transform: uppercase;
display: inline-block;
padding: 6px 9px 4px 10px;
background-color: #e5f3fc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info{
width: auto;
display: inline-block;
float: left;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder{
display: inline-block;
float: left;
margin-right: 40px;
position: relative;
z-index: 10;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder img{
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: #e5f3fc;
top: 10px;
left: 10px;
z-index: -5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder{
display: inline-block;
position: relative;
margin-top: 8px;
max-width: 380px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{
margin: 0px;
font-size: 30px;
letter-spacing: 0;
line-height: 1.3;
margin-bottom: 9px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.text{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-bottom: 14px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder .directify_fn_rating{
margin-bottom: 0px;
}
.directify_fn_review_wrapper .directify_fn_rating{
margin-bottom: 1px;
}
.directify_fn_review_wrapper .directify_fn_rating span{
font-size: 15px;
line-height: 18px;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-left: 90px;
padding-left: 27px;
width: 120px;
vertical-align: top;
position: relative;
}
.directify_fn_review_wrapper .directify_fn_rating span:after{
content: '';
display: block;
width: 14px;
height: 1px;
background-color: #777;
position: absolute;
left: 7px;
top: 50%;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.categories{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.categories a{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_title .title_btns{
float: right;
}
.directify_fn_single_wrapper .single_title .title_btns ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li{
margin: 0px 0px 20px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li:last-child{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_btns ul li a{
display: block;
padding: 0px 20px 0px 43px;
line-height: 0;
text-decoration: none;
color: #777;
font-family: 'Poppins';
position: relative;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write a{
padding-bottom: 14px;
padding-top: 16px;
color: #fff;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write .svg{
top: 50%;
margin-top: -7px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li a span{
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
}
.directify_fn_single_wrapper .single_title .title_btns ul li .svg{
position: absolute;
top: 0px;
left: 20px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write:hover a{
color: #fff;
}
/*------------------------------------------------------------------*/
/* 22.6) PROFILE SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_profile{
width: 100%;
float: left;
padding: 22px 100px 22px 160px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_profile .profile_verified{
width: 100%;
float: left;
display: none;
}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{
float: left;
position: absolute;
left: 100px;
top: 50%;
margin-top: -25px;
}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder img{
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{
float: left;
margin-right: 50px;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder br{
line-height: 0;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder span.name{
display: block;
font-size: 15px;
letter-spacing: 0;
line-height: 1;
color: #fff;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder span.job{
font-size: 11px;
letter-spacing: .5px;
line-height: 1;
color: #fff;
font-family: 'Poppins';
text-transform: uppercase;
vertical-align: bottom;
}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
font-family: 'Poppins';
line-height: 1;
padding: 11px 20px 9px 19px;
border: 1px solid #80c4f1;
color: #fff;
margin-right: 10px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn:hover,
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn.opened{
border-color: rgba(255,255,255,.95);
}
.directify_fn_single_wrapper .single_profile .profile_verified a.contact{
margin-right: 20px;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul{
margin: 0px;
list-style-type: none;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul li{
margin: 0px;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul li a{
text-decoration: none;
color: #fff;
font-weight: 500;
padding: 7.5px 8px;
display: block;
}
.directify_fn_single_wrapper .single_profile .profile_unverified{
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_unverified span{
font-size: 16px;
color: #fff;
line-height: 1.5;
letter-spacing: .5px;
}
.directify_fn_single_wrapper .single_profile.verified .profile_verified{
display: block;
}
.directify_fn_single_wrapper .single_profile.verified .profile_unverified{
display: none;
}
/*------------------------------------------------------------------*/
/* 22.7) FULL INFORMATION SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info{
width: 100%;
float: left;
padding: 50px 100px;
clear: both;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .left_content_wrap{
width: 60%;
float: left;
margin-right: 3%;
}
.directify_fn_single_wrapper .single_info .right_content_wrap{
width: 37%;
float: left;
}
/*------------------------------------------------------------------*/
/* 22.7.1) TEXT
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .some_text{
width: 100%;
padding: 24px 30px;
float: left;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .some_text span{
display: inline-block;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0;
color: #777;
margin-bottom: 27px;
}
.directify_fn_single_wrapper .single_info .some_text span:last-child{
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 22.7.2) OPENING TIME
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .opening_time{
width: 100%;
float: left;
margin-bottom: 47px;
}
.directify_fn_single_wrapper .single_info .opening_time .header{
width: 100%;
float: left;
padding: 21px 30px 20px 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .opening_time .header > span{
display: block;
font-size: 15px;
line-height: 1.3;
letter-spacing: 0px;
color: #fff;
}
.directify_fn_single_wrapper .single_info .opening_time .header span.open{
text-transform: uppercase;
}
.directify_fn_single_wrapper .single_info .opening_time .content{
width: 100%;
float: left;
padding: 25px 30px 24px 30px;
background-color: #fff;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
position: relative;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .opening_time .content ul{
list-style-type: none;
margin: 0px;
width: 100%;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li{
margin: 0px;
position: relative;
margin-bottom: 13px;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li span.label{
font-size: 15px;
color: #777;
letter-spacing: 0px;
padding-right: 30px;
display: inline-block;
width: 100px;
word-break: break-all;
line-height: 1;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li span.time{
font-size: 15px;
color: #777;
letter-spacing: 0px;
display: inline-block;
line-height: 1;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li:last-child{
margin-bottom: 0px;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me{
display: inline-block;
position: relative;
float: left;
clear: both;
width: 100%;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire{
position: absolute;
float: right;
text-align: right;
display: block;
right: 0px;
top: 100%;
padding: 7px 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .5px;
font-family: 'Poppins';
text-decoration: none;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire span.show{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire span.hide{display: none;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire.opened span.hide{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire.opened span.show{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.open .header{background-color: #19cb33;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header{background-color: #c10a28;}
.directify_fn_single_wrapper .single_info .opening_time.open .header span.open{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header span.open{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.open .header span.closed{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header span.closed{display: inline-block;}
/*------------------------------------------------------------------*/
/* 22.7.3) OPTIONS
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .options{
width: 100%;
padding: 30px;
float: left;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .options ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_single_wrapper .single_info .options ul li{
margin: 0px;
width: 50%;
float: left;
position: relative;
padding: 0px 10px 0px 33px;
color: #777;
min-height: 23px;
margin-bottom: 15px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .options ul li .svg{
width: 23px;
height: 23px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -11.5px;
}
.directify_fn_single_wrapper .single_info .options ul li span{
display: inline-block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
/*------------------------------------------------------------------*/
/* 23) REVIEW BOX
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper{
width: 100%;
float: left;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/* 23.1) RATING BOX
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box{
width: 100%;
float: left;
border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
}
/*------------------------------------------------------------------*/
/* 23.1.1) TOTAL
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box .rating_total{
width: 35%;
float: left;
background-color: #f6fafb;
padding: 47px 30px 37px 30px;
text-align: center;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .rating_box .rating_total > h3{
margin: 0px;
font-size: 60px;
letter-spacing: 0;
line-height: 1;
margin-bottom: -2px;
}
.directify_fn_review_wrapper .rating_box .rating_total > span{
display: inline-block;
font-size: 15px;
letter-spacing: 0;
line-height: 1;
color: #777;
margin-bottom: 11px;
}
.directify_fn_review_wrapper .rating_box .rating_total .directify_fn_rating{
margin: 0px auto;
}
/*------------------------------------------------------------------*/
/* 23.1.2) RATING PROGRESS BAR
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box .rating_progress{
width: 65%;
float: left;
padding: 28px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.progress_bar{
width: 100%;
margin-bottom: 17px;
clear: both;
float: left;
position: relative;
}
.progress_bar:last-child{
margin-bottom: 0px;
}
.progress_bar span.label{
font-size:15px;
color:#263248;
letter-spacing:0px;
line-height: 1;
float: left;
margin-right: 10px;
width: 60px;
word-break: break-all;
display: inline-block;
position: absolute;
top: 0px;
left: 0px;
}
.progress_bar span.number{
font-size:15px;
text-align: left;
color:#777;
letter-spacing: 0px;
line-height: 1;
width: 35px;
word-break: break-all;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.progress_bar .barr{
float: left;
width: 100%;
padding: 0px 50px 0px 60px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.progress_bar .bar_bg{
background: #f6fafb;
width: 100%;
position: relative;
height: 12px;
float: left;
}
.progress_bar .bar_bg .bar_wrap{
width:0px;
height:100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.progress_bar .bar_bg .bar{
height: 100%;
background: #ffd200;
overflow: hidden;
}
.progress_bar[data-bg-theme="dark"] .bar_bg .bar{background-color: #333 !important;}
.progress_bar[data-bg-theme="dark"] .bar_bg{background-color: #bbb !important;}
.progress_bar[data-bg-theme="red"] .bar_bg .bar{background-color: #ff0000 !important;}
.progress_bar[data-bg-theme="red"] .bar_bg{background-color: #ffbbbb !important;}
.progress_bar[data-bg-theme="blue"] .bar_bg .bar{background-color: #3651ff !important;}
.progress_bar[data-bg-theme="blue"] .bar_bg{background-color: #B7C1FF !important;}
/*------------------------------------------------------------------*/
/* 23.2) ALL REVIEWS
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .all_reviews_wrap{
width: 100%;
float: left;
padding: 60px 30px 30px 30px;
border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_review_wrapper .all_reviews > .title_holder h3{
margin: 0px;
line-height: 1;
letter-spacing: .5px;
font-size: 16px;
color: #263248;
text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/* 23.2.1) REVIEW SINGLE
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .all_reviews_wrap .review_single{
width: 100%;
padding: 30px 0px 0px 110px;
float: left;
position: relative;
min-height: 175px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info{
position: absolute;
top: 30px;
left: 0px;
max-width: 80px;
text-align: center;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .info{
position: relative;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .img_holder{
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 1px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .img_holder:before{
content: '';
position: absolute;
top: 100%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -10px;
background-color: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info img{
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.number{
display: block;
line-height: 1;
font-size: 11px;
letter-spacing: 0px;
color: #777;
margin-top: -4px;
z-index: 20;
position: relative;
margin-bottom: 2px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.reviews{
font-size: 11px;
letter-spacing: .5px;
text-transform: uppercase;
line-height: 1;
display: block;
color: #777;
font-family: 'Poppins';
margin-bottom: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.name{
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
color: #263248;
font-family: 'Poppins';
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment{
width: 100%;
float: left;
min-height: 125px;
padding-bottom: 27px;
border-bottom: 1px solid #f5f5f5;
margin-top: 20px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single:last-child .person_comment{
border-bottom: none;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{
margin-bottom: 0px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder{
width: 100%;
float: left;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder h3{
margin: 0px;
letter-spacing: .5px;
font-size: 16px;
color: #263248;
line-height: 1;
margin-bottom: 31px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder p{
font-size: 15px;
line-height: 1.5;
color: #777;
letter-spacing: 0px;
margin-bottom: 33px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder{
width: 100%;
float: left;
margin-bottom: 32px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img{
width: 49%;
margin-right: 2%;
float: left;
margin-bottom: 10px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img.last{
margin-right: 0;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder a{
text-decoration: none;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer{
width: 100%;
float: left;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer > span{
font-size: 15px;
line-height: 1;
color: #777;
display: block;
margin-bottom: 12px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a{
text-decoration: none;
font-family: 'Poppins';
font-size: 14px;
display: inline-block;
line-height: 1;
letter-spacing: .5px;
padding: 8px 19px 8px 19px;
border-width: 1px;
border-style: solid;
margin-right: 5px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.text{
margin-right: 4px;
vertical-align: bottom;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.number{
display: inline-block;
padding: 4px 7px 1px 7px;
background-color: #e5f3fc;
font-size: 11px;
letter-spacing: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a:hover{
color: #fff;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a:hover span.number{
background-color: rgba(0,0,0,.7);
}
/*------------------------------------------------------------------*/
/* 23.3) ADD REVIEW
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .add_review_wrap{
width: 100%;
float: left;
padding: 58px 30px 60px 30px;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .add_review_wrap .title_holder{
width: 100%;
margin-bottom: 25px;
}
.directify_fn_review_wrapper .add_review_wrap .title_holder h3{
margin: 0px;
font-size: 16px;
line-height: 1;
letter-spacing: .5px;
text-transform: uppercase;
color: #263248;
}
.directify_fn_review_wrapper .add_review_wrap form > div{margin-bottom: 28px;clear: both;}
.directify_fn_review_wrapper .add_review_wrap form > div:last-child{margin-bottom: 0px;}
.directify_fn_review_wrapper .add_review_wrap form label{
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
color: #777;
display: block;
margin-bottom: 12px;
}
.directify_fn_review_wrapper .add_review_wrap form label span{
color: #c10a28;
display: inline-block;
margin-left: 7px;
}
.directify_fn_review_wrapper .add_review_wrap form input,
.directify_fn_review_wrapper .add_review_wrap form textarea{
width: 100%;
min-width: 100%;
border: 1px solid #f5f5f5 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .add_review_wrap form .your-rating .directify_fn_rating label{
margin: 0 0 0 110px;
float: left;
display: inline-block;
line-height: 21px;
background-color: #e5f3fc;
padding: 0px 10px;
text-transform: uppercase;
font-size: 11px;
font-family: 'Poppins';
position: relative;
letter-spacing: .5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .add_review_wrap form .your-rating .directify_fn_rating label:after{
content: '';
position: absolute;
width: 6px;
height: 6px;
background-color: #e5f3fc;
top: 50%;
left: -2px;
margin-top: -3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_review_wrapper .add_review_wrap form .your-image > span{
font-size: 15px;
line-height: 34px;
letter-spacing: 0px;
color: #777;
display: inline-block;
margin-right: 10px;
vertical-align: top;
}
.directify_fn_review_wrapper .add_review_wrap form .your-image label.forinput{
display: inline-block;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
padding: 0px 20px 0px 20px;
border-width: 1px;
border-style: solid;
cursor: pointer;
margin-bottom: 0px;
max-width: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .add_review_wrap form .your-image label.forinput span{
color: currentColor;
margin-left: 0px;
padding: 10px 0px 8px 0px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.directify_fn_review_wrapper .add_review_wrap form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
width: auto;
min-width: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 24) ADDRESS BOX
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .address_wrap{
width: 100%;
float: left;
padding: 30px 30px 14px 30px;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .address{
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_info .address .google_map{
width: 100%;
float: left;
margin-bottom: 22px;
height: 250px;
}
.directify_fn_single_wrapper .single_info .address iframe{
width: 100%;
}
.directify_fn_single_wrapper .single_info .address ul{
list-style-type: none;
margin: 0px;
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_info .address ul li{
margin: 0px;
width: 100%;
position: relative;
float: left;
padding: 0px 0px 0px 25px;
color: #777;
margin-bottom: 12px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .address ul li .svg{
width: 16px;
height: 16px;
position: absolute;
top: 2px;
left: 0px;
}
.directify_fn_single_wrapper .single_info .address ul li a{
display: inline-block;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_info .address ul li a .svg{
color: #777;
}
.directify_fn_single_wrapper .single_info .address ul li span{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0;
}
/*------------------------------------------------------------------*/
/* 25) PHONE BOX
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .phone_wrap{
width: 100%;
float: left;
padding: 30px 30px 26px 30px;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .phone{
width: 100%;
float: left;
text-align: center;
}
.directify_fn_single_wrapper .single_info .phone .svg{
width: 60px;
height: 60px;
display: block;
margin: 0px auto;
margin-bottom: 18px;
color: #777;
}
.directify_fn_single_wrapper .single_info .phone span{
display: block;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
color: #777;
margin-bottom: 13px;
}
.directify_fn_single_wrapper .single_info .phone p{
font-size: 24px;
line-height: 1;
letter-spacing: 0;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap{
width: 100%;
float: left;
padding: 30px;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .contact_form{
width: 100%;
float: left;
position: relative;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer{
position: absolute;
right: 0px;
top: 0px;
z-index: 20;
line-height: 0;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a{
text-decoration: none;
width: 11px;
height: 11px;
display: block;
position: relative;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span{
width: 15px;
height: 1px;
background-color: #263248;
display: block;
position: absolute;
left: -2px;
bottom: 5px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span.a{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span.b{
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .title_holder{
display: block;
width: 100%;
float: left;
padding-right: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .title_holder h3{
margin: 0px;
line-height: 1;
font-size: 16px;
text-transform: uppercase;
letter-spacing: .5px;
color: #263248;
margin-bottom: 25px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form > div{margin-bottom: 28px}
.directify_fn_single_wrapper .single_info .contact_form_wrap form > div:last-child{margin-bottom: 0px}
.directify_fn_single_wrapper .single_info .contact_form_wrap form .your-message{margin-bottom: 30px;}
.directify_fn_single_wrapper .single_info .contact_form_wrap form label{
display: block;
font-size: 15px;
color: #777;
line-height: 1;
letter-spacing: 0px;
margin-bottom: 12px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form label span{
display: inline-block;
color: #c10a28;
margin-left: 5px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form input,
.directify_fn_single_wrapper .single_info .contact_form_wrap form textarea{
width: 100%;
min-width: 100%;
display: block;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_btn_contactsend{
display: inline-block !important;
width: auto !important;
min-width: auto !important;
border: none !important;
font-size: 14px;
line-height: 1;
font-family: 'Poppins' !important;
letter-spacing: 0px;
color: #fff;
padding: 14px 20px 15px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* CONTACT FORM NOTICE (ERROR) */
.contact_form .empty_notice{
color: #F00;
display: none;
position: relative;
}
.contact_form .returnmessage{
display: none;
position: relative;
}
.contact_form .returnmessage span{
color: #009900;
display: block;
}
.contact_form .returnmessage span.contact_error{
color: #f00;
}
/*------------------------------------------------------------------*/
/* 26) SINGLE #2
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper.second_single{
padding-top: 80px;
}
.directify_fn_single_wrapper.second_single .single_profile{
padding-left: 90px;
padding-right: 30px;
}
.directify_fn_single_wrapper.second_single .single_profile .profile_verified .img_holder{
left: 30px;
}
.directify_fn_single_wrapper.second_single .single_info{
padding: 0px;
position: relative;
}
.directify_fn_single_wrapper.second_single .single_info .left_content_wrap{
float: right;
margin-right: 0px;
width: 100%;
padding-left: 360px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .left_content{
width: 100%;
float: left;
position: relative;
clear: both;
height: auto;
border-left: 1px solid #eee;
}
.directify_fn_single_wrapper.second_single .single_info .right_content_wrap{
width: 360px;
position: absolute;
top: 0px;
left: 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .right_content{
width: 100%;
position: relative;
float: left;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .contact_form_wrap{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{
width: 33.3333%;
float: left;
height: auto;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn a{
display: block;
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
font-family: 'Poppins';
color: #777;
line-height: 1;
text-align: center;
position: relative;
padding: 23px 10px;
border-right: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn:last-child a{
border-right: none;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn span.button{
display: inline-block;
position: relative;
padding-left: 23px;
word-break: break-all;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn .svg{
position: absolute;
top: -1px;
left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn a:hover{
background-color: #000;
color: #fff;
border-right-color: #000;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .header{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .content{
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .hire_me a.hire{
left: 30px;
right: auto;
padding-left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap{
width: 100%;
padding: 20px 30px;
float: left;
height: auto;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton{
width: 100%;
float: left;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap a{
display: block;
text-decoration: none;
color: #777;
font-size: 15px;
letter-spacing: 0px;
line-height: 18px;
position: relative;
padding-left: 27px;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap a .svg{
width: 18px;
height: 18px;
position: absolute;
top: -1px;
left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap{
width: 100%;
padding: 30px;
float: left;
height: auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .photo_box{
height: auto;
float: left;
width: 100%;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul{
list-style-type: none;
margin: 0px;
margin-left: -10px;
clear: both;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul li{
margin: 0px;
width: 90px;
float: left;
margin-left: 10px;
margin-bottom: 10px;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul li a{
display: block;
text-decoration: none;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap .see{
float: left;
clear: both;
width: 100%;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap .see a{
text-decoration: none;
font-size: 15px;
line-height: 1;
}
.directify_fn_single_wrapper.second_single .single_info .google_map_wrap{
width: 100%;
float: left;
clear: both;
height: 350px;
}
.directify_fn_single_wrapper.second_single .single_info .google_map_wrap .google_map{
width: 100%;
float: left;
clear: both;
height: 350px;
}
.directify_fn_single_wrapper.second_single .single_title{
padding: 30px;
margin-bottom: 0px;
}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{
margin-bottom: 60px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder:after{
top: -10px;
bottom: -10px;
width: 90%;
left: 5%;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder:before{
position: absolute;
content: '';
width: 90%;
height: 100%;
background-color: #e5f3fc;
bottom: -10px;
left: 5%;
z-index: -5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder{
margin-right: 0px;
display: block;
width: 100%;
margin-bottom: 35px;
margin-top: 40px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder{
margin-top: 0px;
}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{
display: table;
min-height: 300px;
margin-top: 40px;
}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder > div{
display: table-cell;
vertical-align: middle;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder h3{
font-size: 24px;
font-weight: 400;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder span.categories{
display: block;
margin-bottom: 24px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number{
width: 100%;
float: left;
clear: both;
position: relative;
min-height: 20px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number .svg{
width: 20px;
height: 20px;
position: absolute;
top: 0px;
left: 0px;
color: #777;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number span{
display: inline-block;
padding-left: 30px;
line-height: 20px;
font-size: 20px;
letter-spacing: 0px;
color: #777;
}
.directify_fn_single_wrapper.second_single .single_info .address_wrap{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .some_text{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .options{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .directify_fn_review_wrapper{
border: none;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/*------------------------------------------------------------------*/
/* 27) BLOG
/*------------------------------------------------------------------*/
.directify_fn_blog_wrap{
width: 100%;
float: left;
height: auto;
padding: 100px 0px;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_wrap .blog_wrapper{
width: 100%;
float: left;
height: auto;
clear: both;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost{
list-style-type: none;
margin: 0px;
margin-left: -2.5%;
margin-bottom: 40px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{
margin: 0px;
width: 30.8333%;
float: left;
margin-left: 2.5%;
margin-bottom: 30px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post{
width: 100%;
float: left;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder{
width: 100%;
float: left;
clear: both;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder img{
width: 100%;
display: block;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder a{
display: block;
text-decoration: none;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder{
background-color: #fff;
width: 100%;
float: left;
clear: both;
height: auto;
padding: 47px 40px 46px 40px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder h3{
margin: 0px;
font-size: 20px;
line-height: 1.3;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 17px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 22px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder span.date{
display: inline-block;
position: relative;
margin-left: 26px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder span.date:after{
content: '';
position: absolute;
right: 100%;
margin-right: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_pagination{
width: 100%;
float: left;
height: auto;
}
.directify_fn_pagination ul{
margin: 0px;
list-style-type: none;
}
.directify_fn_pagination ul li{
margin: 0px;
margin-right: 5px;
float: left;
}
.directify_fn_pagination ul li a{
display: inline-block;
text-decoration: none;
color: #777;
font-size: 15px;
letter-spacing: 0px;
border: 1px solid rgba(17,17,17,.05);
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
position: relative;
background-color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.directify_fn_pagination ul li a span{
display: block;
}
.directify_fn_pagination ul li a:hover,
.directify_fn_pagination ul li.activated a{
color: #fff;
}
/*------------------------------------------------------------------*/
/* 28) BLOG SINGLE
/*------------------------------------------------------------------*/
.directify_fn_blog_single_wrap{
width: 100%;
float: left;
height: auto;
padding: 100px 0px;
background-color: #f6fafb;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_single_wrap .blog_single_wrapper{
width: 100%;
float: left;
height: auto;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{
width: 100%;
float: left;
min-height: 700px;
clear: both;
position: relative;
z-index: 10;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img .bg-img{
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
position: absolute;
z-index: 5;
background-image: url(../img/blog/single1.jpg);
background-position: center;
background-size: cover;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #fff;
padding: 58px 50px 55px 50px;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder{
width: 100%;
float: left;
clear: both;
margin-bottom: 42px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
margin-bottom: 19px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder span.date{
display: inline-block;
position: relative;
margin-left: 26px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder span.date:after{
content: '';
position: absolute;
right: 100%;
margin-right: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.2;
margin-bottom: 29px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p{
line-height: 1.5;
letter-spacing: 0px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{
font-size: 24px;
margin-bottom: 32px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text{
font-size: 18px;
color: #777;
margin-bottom: 35px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text:last-child{
margin-bottom: 0px;
}
.directify_fn_tags{
width: 100%;
float: left;
clear: both;
height: auto;
margin-bottom: 7px;
position: relative;
}
.directify_fn_tags > label{
position:absolute;
top:0px;
left: 0px;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #444;
font-weight: 600;
}
.directify_fn_tags > em{
display: block;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
margin-left: -1px;
width: 100%;
padding-left: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tags > em a{
text-decoration: none;
border-bottom: 1px solid transparent;
display: inline-block;
margin-left: 7px;
margin-bottom: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_social_icons{
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
}
.directify_fn_social_icons > label{
position:absolute;
top:0px;
left: 0px;
font-size: 15px;
letter-spacing: 0px;
line-height: 1.5;
color: #444;
font-weight: 600;
}
.directify_fn_social_icons > ul{
display: inline-block;
margin: 0px;
list-style-type: none;
width: 100%;
padding-left: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_social_icons > ul > li{
margin: 0px;
margin-right: 11px;
display: inline-block;
}
.directify_fn_social_icons > ul > li a{
display: inline-block;
text-decoration: none;
color: #444;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_social_icons > ul > li a i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_comment_wrapper{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #fff;
}
.directify_fn_comment_wrapper .directify_fn_comment{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_comment_wrapper .comments{
padding: 58px 50px 60px 50px;
width: 100%;
float: left;
clear: both;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .title_holder h3{
margin: 0px;
font-size: 16px;
line-height: 1;
letter-spacing: 0px;
color: #263248;
text-transform: uppercase;
}
.directify_fn_comment .comment_single{
width: 100%;
padding: 27px 0px 0px 110px;
float: left;
position: relative;
min-height: 175px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .comment_single .person_info{
position: absolute;
top: 30px;
left: 0px;
max-width: 80px;
text-align: center;
}
.directify_fn_comment .comment_single .person_info .info{
position: relative;
}
.directify_fn_comment .comment_single .person_info .img_holder{
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 1px;
}
.directify_fn_comment .comment_single .person_info .img_holder:before{
content: '';
position: absolute;
top: 100%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -10px;
background-color: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_comment .comment_single .person_info .img_holder img{
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_comment .comment_single .person_info span.number{
display: block;
line-height: 1;
font-size: 11px;
letter-spacing: 0px;
color: #777;
margin-top: -4px;
z-index: 20;
position: relative;
margin-bottom: 2px;
}
.directify_fn_comment .comment_single .person_info span.reviews{
font-size: 11px;
letter-spacing: .5px;
text-transform: uppercase;
line-height: 1;
display: block;
color: #777;
font-family: 'Poppins';
margin-bottom: 3px;
}
.directify_fn_comment .comment_single .person_info span.name{
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
color: #263248;
font-family: 'Poppins';
}
.directify_fn_comment .comment_single .person_comment{
width: 100%;
float: left;
min-height: 125px;
padding-bottom: 27px;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_comment .comment_single:last-child .person_comment{
border-bottom: none;
}
.directify_fn_comment .comment_single .person_comment .inner{
margin-top: 20px;
}
.directify_fn_comment .comment_single .person_comment .inner > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
margin-bottom: 20px;
}
.directify_fn_comment .comment_single .person_comment .inner > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_comment .comment_single .person_comment .inner span.date{
display: inline-block;
position: relative;
margin-right: 26px;
}
.directify_fn_comment .comment_single .person_comment .inner span.date:before{
content: '';
position: absolute;
left: 100%;
margin-left: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_comment .comment_single .person_comment .inner p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
}
.directify_fn_comment .add_comment_wrap{
width: 100%;
float: left;
clear: both;
height: auto;
padding: 58px 50px 60px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .add_comment_wrap .title_holder{
margin-bottom: 25px;
}
.directify_fn_comment .add_comment_wrap .title_holder h3{
margin: 0px;
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
color: #263248;
text-transform: uppercase;
}
.directify_fn_comment .add_comment_wrap form > div{
margin-bottom: 22px;
}
.directify_fn_comment .add_comment_wrap form > div:last-child{
margin-bottom: 0px;
}
.directify_fn_comment .add_comment_wrap form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
}
.directify_fn_comment .add_comment_wrap form label span{
color: #c10a28;
display: inline-block;
margin-left: 7px;
}
.directify_fn_comment .add_comment_wrap form textarea{
width: 100%;
min-width: 100%;
}
.directify_fn_comment .add_comment_wrap form input[type="text"]{
width: 340px;
font-size: 15px;
padding: 0px 15px !important;
height: 44px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .add_comment_wrap form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_comment .add_comment_wrap form .your-website{
margin-bottom: 30px;
}
/*------------------------------------------------------------------*/
/* 29) SUBMIT
/*------------------------------------------------------------------*/
.directify_fn_submit_img_holder{
width: 100%;
float: left;
clear: both;
height: 350px;
position: relative;
z-index: 15;
}
.directify_fn_submit_img_holder.absolute{
position: absolute;
}
.directify_fn_submit_img_holder .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
opacity: 1;
left: 0px;
z-index: 10;
}
.directify_fn_submit_img_holder .overlay_image{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-size: cover;
background-position: center center;
z-index: 5;
}
/*------------------------------------------------------------------*/
/* 29.1) SUBMIT CONTENT
/*------------------------------------------------------------------*/
.directify_fn_submit_content{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #f6fafb;
padding: 0px 20px 50px 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit{
max-width: 800px;
margin: 0px auto;
background-color: #fff;
margin-top: -50px;
position: relative;
z-index: 20;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit:after{
position: absolute;
content: '';
width: 96%;
height: 10px;
bottom: 100%;
left: 2%;
background-color: rgb(214,214,214);
opacity: .7;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.directify_fn_submit .submit{
width: 100%;
}
.directify_fn_submit_form{
width: 100%;
clear: both;
height: auto;
}
.directify_fn_submit_form > div{
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_form > div:last-child{
border-bottom: none;
}
.directify_fn_submit_form > div > div{
margin-bottom: 38px;
width: 100%;
}
.directify_fn_submit_form > div > div:last-child{
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 29.2) SUBMIT MAIN SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_main_section{
padding: 40px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_main_section .have-account{
width: 100%;
padding: 24px 30px;
background-color: #e5f3fc;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit_main_section .have-account p{
font-size: 15px;
line-height: 1.5;
color: #777;
letter-spacing: 0px;
}
.directify_fn_submit_main_section .have-account p a{
text-decoration: none;
border-bottom: 1px solid transparent;
}
/*------------------------------------------------------------------*/
/* 29.3) SUBMIT BASE
/*------------------------------------------------------------------*/
.directify_fn_submit_form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
position: relative;
}
.directify_fn_submit_form label > span{
color: #c10a28;
display: inline-block;
margin-left: 6px;
}
.directify_fn_submit_form ::-webkit-input-placeholder{color:#ccc;}
.directify_fn_submit_form ::-moz-placeholder{color:#ccc;}
.directify_fn_submit_form :-moz-placeholder{color:#ccc;}
.directify_fn_submit_form :-ms-input-placeholder{color:#ccc;}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form textarea,
.directify_fn_submit_form select{
border: 1px solid #e5e5e5;
font-size: 15px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form select{
width: 340px;
padding: 0px 15px !important;
height: 44px;
}
/*------------------------------------------------------------------*/
/* 29.4) SUBMIT PROMPT
/*------------------------------------------------------------------*/
.directify_fn_submit_form .helpbox{
display: block;
margin-bottom: 12px;
position: relative;
}
.directify_fn_submit_form .helpbox .label{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_submit_form .helpbox .wii{
display: inline-block;
margin-left: 5px;
position: relative;
}
.directify_fn_submit_form .helpbox .wii span{
display: block;
line-height: 1;
padding: 3px 5px 2px 5px;
background-color: #e5f3fc;
color: #777;
cursor: help;
font-size: 12px;
font-weight: 500;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_submit_form .helpbox .prompt{
position: absolute;
width: 200px;
height: auto;
min-height: auto;
bottom: 100%;
margin-bottom: 5px;
padding: 10px;
background-color: #333;
left: 100%;
z-index: 25;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_submit_form .helpbox .prompt p{
font-size: 13px;
color: #fff;
line-height: 1.3;
letter-spacing: 1px;
}
.directify_fn_submit_form .helpbox .wii:hover .prompt{
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*------------------------------------------------------------------*/
/* 29.5) SUBMIT LISTING SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_listing_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/* 29.6) SUBMIT OPENING SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_opening_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_opening_section > label{
margin-bottom: 0px;
}
.directify_fn_submit_opening_section a{
text-decoration: none;
}
.directify_fn_submit_opening_section a span.text{
vertical-align: middle;
}
.directify_fn_submit_opening_section a span.trigger{
display: inline-block;
width: 16px;
height: 16px;
line-height: 14px;
text-align: center;
border-width: 2px;
border-style: solid;
font-size: 12px;
font-family: 'Poppins';
vertical-align: text-bottom;
font-weight: 500;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_opening_section a span.trigger.on{
display: inline-block;
}
.directify_fn_submit_opening_section a span.trigger.off{
display: none;
}
.directify_fn_submit_opening_section a.clicked span.trigger.on{
display: none;
}
.directify_fn_submit_opening_section a.clicked span.trigger.off{
display: inline-block;
}
.directify_fn_submit_opening_section input{
width: 120px !important;
min-width: auto;
}
.directify_fn_submit_opening_section .opening_time{
display: none;
}
.directify_fn_submit_opening_section .opening_time > div{
margin-bottom: 5px;
}
.directify_fn_submit_opening_section .opening_time >div:last-child{
margin-bottom: 0px;
}
.directify_fn_submit_opening_section .opening_time span{
display: inline-block;
line-height: 44px;
font-size: 15px;
letter-spacing: 0px;
color: #777;
width: 120px;
margin-right: 10px;
}
.directify_fn_submit_opening_section .opening_time .dash{
position: relative;
width: 15px;
height: 44px;
display: inline-block;
vertical-align: bottom;
margin: 0px 20px;
}
.directify_fn_submit_opening_section .opening_time .dash:after{
position: absolute;
left: 0px;
top: 50%;
margin-top: -1px;
content: '';
width: 100%;
height: 1px;
background-color: #777;
}
/*------------------------------------------------------------------*/
/* 29.7) SUBMIT UPLOAD SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_upload_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_upload_section .sign-main-img{
display: inline-block;
margin-right: 30px;
width: auto;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .directify_fn_submit_upload_section .title_holder{
padding: 0px;
}
.directify_fn_submit_upload_section .sign-gallery-img{
display: inline-block;
width: auto;
}
.directify_fn_submit_upload_section .box_wrap{
width: 180px !important;
height: 180px;
text-align: center;
display: table;
border: 1px dashed #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.inputfile{
width: 0.1px !important;
min-width: auto !important;
height: 0.1px !important;
opacity: 0 !important;
overflow: hidden !important;
position: absolute !important;
z-index: -1 !important;
}
.directify_fn_submit_upload_section .box_wrap span{
display: block;
color: #777 !important;
}
.directify_fn_submit_upload_section .box_wrap label{
font-size: 12px;
font-weight: 500;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
overflow: hidden;
width: 180px;
height: 180px;
display: table-cell;
vertical-align: middle;
}
.directify_fn_submit_upload_section .box_wrap .svg {
vertical-align: middle;
margin-top: -0.25em;
margin-right: 0.25em;
fill: #777;;
width: 40px;
height: 40px;
display: inline-block;
margin-bottom: 15px;
}
/*------------------------------------------------------------------*/
/* 29.8) SUBMIT OWNER SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_owner_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_owner_section >div:nth-last-child(2){
margin-bottom: 40px;
}
.directify_fn_submit_form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 30) LISTING 2
/*------------------------------------------------------------------*/
.directify_fn_listing_map_wrapper{
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
border-bottom: 1px solid #e5e5e5;
}
.directify_fn_listing_map_wrapper .directify_fn_listing{
width: 870px;
float: left;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{
width: 100%;
padding: 50px;
float: left;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters{
width: 100%;
float: left;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects{
margin-left: -1%;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{
width: 32.3333%;
margin-left: 1%;
float: left;
position: relative;
margin-bottom: 40px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select2-container{
width: 100% !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects input{
width: 100%;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .zoomer{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pointer{
cursor: pointer !important;
}
.slider-container{
width: 100% !important;
float: left;
}
.back-bar .selected-bar{
display: none;
}
.slider-container .scale{display: none;}
.back-bar .pointer{
width: 17px !important;
height: 17px !important;
top: -7px !important;
}
.back-bar .pointer-label.high{
font-size: 13px !important;
letter-spacing: 0px !important;
line-height: 1 !important;
color: #777 !important;
display: inline-block !important;
padding: 5px 6px 4px 6px !important;
border: 1px solid #e5e5e5 !important;
background-color: #fff !important;
margin-left: 32px !important;
margin-top: 6px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.back-bar .pointer-label.high:after{
content: ' km';
position: relative;
}
.back-bar .pointer-label.high.left{
margin-left: -50px !important;
}
.back-bar .pointer.high:after{
content: '';
position: absolute;
background-color: #fff;
left: 6px;
top: 8px;
width: 5px;
height: 1px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer span,
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
display: inline-block;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer span{
color: #777;
margin-right: 25px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a{
text-decoration: none;
color: #3949ab;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a:hover{
border-bottom-color: #3949ab;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper{
width: 100%;
float: left;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{
margin: 0px;
list-style-type: none;
margin-left: -3%;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{
margin: 0px;
width: 47%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{
margin-left: 0px;
}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{
width: 60%;
width: calc(100% - 870px);
height: auto;
display: block;
right: 0px;
bottom: 0px;
position: fixed;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{
display: block;
position: fixed;
bottom: 0px;
top: 0px;
left: 870px;
right: 0px;
}
/*------------------------------------------------------------------*/
/* 31) DASHBOARD HOME
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper{
width: 100%;
float: left;
clear: both;
padding: 50px 0px;
position: relative;
background-color: #f6fafb;
min-height: 280px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_bg{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_dashboard_wrapper .dashboard_bg .overlay_color{
z-index: 15;
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_bg .overlay_image{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_dashboard_wrapper .dashboard_content{
width: 100%;
clear: both;
float: left;
background-color: #fff;
position: relative;
z-index: 30;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap{
width: 32%;
position: relative;
float: left;
background-color: #fff;
border-right: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
z-index: 30;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap{
width: 68%;
position: relative;
float: left;
background-color: #fff;
z-index: 5;
left: -1px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header{
width: 100%;
padding: 50px 50px 36px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .prof_who{
width: 100%;
position: relative;
min-height: 80px;
height: 80px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .img_holder{
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder{
width: 100%;
padding-left: 100px;
display: table;
min-height: 80px;
height: 80px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder > div{
display: table-cell;
vertical-align: middle;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder span{
font-size: 15px;
letter-spacing: .5px;
line-height: 1;
color: #777;
display: block;
margin-bottom: 5px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder h3{
margin: 0px;
font-size: 16px;
letter-spacing: 0px;
line-height: 1;
color: #263248;
font-weight: 400;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul{
list-style-type: none;
margin: 0px;
margin-bottom: 21px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li{
margin: 0px;
padding: 9px 50px 7px 50px;
width: 100%;
margin-bottom: 5px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li.label,
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li span,
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li a{
text-decoration: none;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
line-height: 1;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav ul.sub_menu{
position: relative;
border: none;
margin: 0px;
margin-top: 12px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav ul.sub_menu li{
padding: 9px 20px 7px 20px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li.opened{
padding-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li a{
display: inline-block;
width: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li.label{
font-size: 11px;
text-transform: uppercase;
color: #aaa;
background-color: #f6fafb;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav a span{
position: absolute;
right: 50px;
top: 12px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{
width: 100%;
padding: 50px;
border-left: 1px solid #e5e5e5;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard[data-wop="true"]{
padding: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder{
margin-bottom: 30px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{
line-height: 1.1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 8px 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_alertbox{
width: 100%;
padding-bottom: 30px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: 1;
}
.directify_fn_alertbox:last-child{
padding-bottom: 0px;
}
.directify_fn_alertbox_inner{
width: 100%;
padding: 26px 20px 26px 20px;
background-color: #e8faea;
position: relative;
min-height: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_alertbox.bye{
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
visibility: hidden;
opacity: 0;
}
.directify_fn_alertbox p{
font-size: 15px;
letter-spacing: 0px;
line-height: 1.2;
color: #19cb33;
padding-right: 30px;
display: block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_alertbox p .title a{
font-weight: 600;
text-decoration: none;
color: #19cb33;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_alertbox p .title a:hover{
border-bottom-color: #19cb33;
}
.directify_fn_alertbox .closer{
position: absolute;
right: 21px;
top: 35px;
margin-top: -5px;
}
.directify_fn_alertbox .closer a{
text-decoration: none;
width: 9px;
height: 9px;
display: block;
position: relative;
overflow: hidden;
}
.directify_fn_alertbox .closer a span{
width: 13px;
height: 2px;
background-color: #19cb33;
display: block;
position: absolute;
left: -2px;
bottom: 4px;
}
.directify_fn_alertbox .closer a span.a{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_alertbox .closer a span.b{
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator_box{
margin-left: -3%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{
margin-left: 3%;
padding: 28px 30px 24px 30px;
width: 30.3333%;
float: left;
margin-bottom: 50px;
min-height: 131px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single h3{
font-weight: 700;
margin: 0px;
font-size: 30px;
letter-spacing: 0px;
line-height: 1;
color: #fff;
margin-bottom: 7px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #fff;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing{background-color: #19cb33;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark{background-color: #c10a28;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.review{background-color: #ffd200;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing span,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing h3{color: #fff;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark span,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark h3{color: #fff;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions{
width: 100%;
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions .title_holder{
margin: 0px;
width: 100%;
margin-bottom: 14px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions .title_holder span{
font-family: 'Poppins';
font-size: 16px;
line-height: 1;
letter-spacing: 0px;
color: #263248;
font-weight: 500;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 80px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon{
position: absolute;
top: 15px;
left: 0px;
width: 50px;
height: 50px;
background-color: #f6fafb;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon .svg{
color: #777;
width: 18px;
height: 18px;
display: block;
margin-top: 16px;
margin-left: 16px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon .svg.big{
width: 14px;
height: 14px;
margin-top: 18px;
margin-left: 18px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content{
width: 100%;
padding-left: 70px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p{
font-size: 15px;
letter-spacing: 0px;
line-height: 1.3;
color: #777;
margin-bottom: 4px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p .rating{
display: inline-block;
padding: 3px 7px 2px 7px;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p .title a{
font-weight: 500;
text-decoration: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content span.time_duration{
font-size: 11px;
letter-spacing: .5px;
line-height: 1;
text-transform: uppercase;
color: #aaa;
display: block;
}
/*------------------------------------------------------------------*/
/* 32) DASHBOARD LISTINGS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{
margin-bottom: 43px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #aaa;
margin-bottom: 5px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.name{
text-decoration: none;
font-size: 18px;
display: inline-block;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.edit,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.delete{
text-decoration: none;
color: #aaa;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.edit:hover,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.delete:hover{
color: #111;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration{
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration.unlimited{color: #19cb33;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration.limited{color: #c10a28;}
/*------------------------------------------------------------------*/
/* 33) DASHBOARD REVIEWS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single{
margin-bottom: 25px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single{
width: 100%;
padding: 15px 0px;
border-bottom: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder{
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder > span{
display: block;
font-family: 'Poppins';
font-size: 16px;
letter-spacing: 0;
line-height: 1;
color: #777;
margin-bottom: 11px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder .title a{
text-decoration: none;
font-family: 'Work Sans';
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating{
margin-bottom: 11px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 19px;
}
/*------------------------------------------------------------------*/
/* 34) DASHBOARD BOOKMARKS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{
margin-bottom: 43px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #aaa;
position: relative;
padding-right: 30px;
display: block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p:first-child{
margin-bottom: 7px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p a.name{
text-decoration: none;
font-size: 18px;
display: inline-block;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p .svg{
position: absolute;
top: 0px;
left: 0px;
width: 18px;
height: 18px;
color: #777;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p span.address{
display: block;
width: 100%;
padding-left: 25px;
line-height: 18px;
color: #777;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content .trasher{
position: absolute;
right: 0px;
top: 35px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content .trasher a{
text-decoration: none;
color: #777;
}
/*------------------------------------------------------------------*/
/* 35) DASHBOARD ADDING
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_listing_section{
padding: 0px 50px 40px 50px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_upload_section,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_owner_section{
padding: 40px 50px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .title_holder{
padding: 50px 50px 0px;
}
/*------------------------------------------------------------------*/
/* 36) DASHBOARD PROFILE
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details{
width: 100%;
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{
width: 100%;
padding: 50px 50px 0px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_profile_form{
width: 100%;
clear: both;
}
.directify_fn_profile_form > div{
width: 100%;
padding: 50px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_profile_form > div:last-child{
border: none;
}
.directify_fn_profile_form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
position: relative;
}
.directify_fn_profile_form > div > div{
margin-bottom: 28px;
}
.directify_fn_profile_form > div > div:last-child{
margin-bottom: 0px;
}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"]{
width: 340px;
}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"],
.directify_fn_profile_form textarea{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder h3{
margin-bottom: 0px;
}
.directify_fn_profile_main_section .profile__image{
display: inline-block;
clear: both;
position: relative;
width: 180px;
height: 180px;
margin-bottom: 45px;
}
.directify_fn_profile_main_section .profile__image img{
position: relative;
z-index: 10;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_main_section .changer{
position: absolute;
width: 100%;
text-align: center;
top: 100%;
margin-top: -17px;
z-index: 20;
}
.directify_fn_profile_main_section .changer label{
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
padding: 11px 18px 9px 18px;
margin-bottom: 0px;
background-color: #ffd200;
cursor: pointer;
max-width: 108px;
min-width: 108px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_security_section h3{
line-height: 1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 41px 0px;
}
/*------------------------------------------------------------------*/
/* 37) DASHBOARD INVOICES
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice_wrap{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single{
width: 100%;
clear: both;
margin-bottom: 64px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{
width: 20%;
float: left;
margin-bottom: 22px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5{
margin: 0px;
text-align: left;
letter-spacing: .5px;
line-height: 1;
padding: 5px 5px 5px 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5.label{
font-family: 'Poppins';
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5.custom{
font-size: 15px;
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .details__see{
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .details__see a{
text-decoration: none;
padding: 16px 20px 14px 20px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
font-family: 'Poppins';
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 38) DASHBOARD RESPONSIVE
/*------------------------------------------------------------------*/
.dashboard_wrap .hidden_list{
display: none;
width: 100%;
float: left;
clear: both;
height: auto;
}
.dashboard_wrap .hidden_list_inner{
width: 100%;
float: left;
clear: both;
height: auto;
padding: 10px 50px;
min-height: 50px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list .prof_img{
float: left;
margin-right: 30px;
}
.dashboard_wrap .hidden_list .prof_img img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.dashboard_wrap .hidden_list .prof_name{
float: left;
display: table;
min-height: 50px;
height: 50px;
}
.dashboard_wrap .hidden_list .prof_name > div{
display: table-cell;
vertical-align: middle;
}
.dashboard_wrap .hidden_list .prof_name h6{
font-size: 15px;
letter-spacing: .5px;
line-height: 1;
color: #777;
font-family: 'Work Sans';
margin-bottom: 5px;
font-weight: 400;
}
.dashboard_wrap .hidden_list .prof_name h3{
margin: 0px;
font-size: 16px;
letter-spacing: 0px;
line-height: 1;
color: #263248;
font-weight:400;
}
.dashboard_wrap .hidden_list .hamburger{
float: right;
padding: 0px;
margin-top: 14px;
}
.dashboard_wrap .hidden_list_nav{
display: none;
width: 100%;
padding: 10px 0px;
background-color: #fff;
float: left;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list_nav ul{
list-style-type: none;
margin: 0px;
}
.dashboard_wrap .hidden_list_nav ul li{
margin: 0px;
position: relative;
padding: 9px 50px 7px 50px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list_nav ul li.label{
font-size: 11px;
text-transform: uppercase;
font-family: 'Poppins';
color: #aaa;
background-color: #f6fafb;
}
.dashboard_wrap .hidden_list_nav ul li a{
text-decoration: none;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
line-height: 1;
}
.dashboard_wrap .hidden_list_nav ul.nav ul.sub_menu{
position: relative;
top: auto;
left: auto;
margin-left: 20px;
border: none;
}
.dashboard_wrap .hidden_list_nav ul.nav ul.sub_menu li{
padding: 9px 0px 7px 0px;
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 39) INVOICE DETAILS POPUP
/*------------------------------------------------------------------*/
.directify_invoice__single_details{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 3000;
}
div.directify_invoice__single_details_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.directify_invoice__single_details.opened{
opacity: 1;
visibility: visible;
}
.directify_invoice__single_details_in{
display: table;
height: 100%;
width: 100%;
}
.directify_invoice__single_details_in .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_invoice__single_details .details_box{
width: 800px;
background-color: #fff;
padding: 48px 50px 50px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.directify_invoice__single_details .details_box_in{
position: relative;
}
.directify_invoice__single_details .closer{
position: absolute;
left: 100%;
top: -30px;
}
.directify_invoice__single_details .closer a{
text-decoration: none;
color: #777;
font-size: 14px;
line-height: 1;
}
.directify_invoice__single_details .invoice__info{
width: 100%;
text-align: right;
position: relative;
margin-bottom: 53px;
}
.directify_invoice__single_details .invoice__info h5{
margin: 0px;
letter-spacing: .5px;
line-height: 1;
font-size: 15px;
margin-bottom: 12px;
}
.directify_invoice__single_details .invoice__info h5 .label{
font-family: 'Poppins';
font-weight: 500;
display: inline-block;
margin-right: 5px;
}
.directify_invoice__single_details .invoice__info h5 .custom{
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_invoice__single_details .title_holder{
position: absolute;
top: -1px;
left: 0px;
}
.directify_invoice__single_details .title_holder h3{
margin: 0px;
line-height: 1;
font-size: 30px;
letter-spacing: 0px;
}
.directify_invoice__single_details .supp_cust{
width: 100%;
clear: both;
}
.directify_invoice__single_details .supp_cust .col{
width: 50%;
float: left;
padding-right: 5%;
margin-bottom: 35px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_invoice__single_details .supp_cust .col h5{
margin: 0px;
line-height: 1;
font-size: 18px;
letter-spacing: .5px;
margin-bottom: 12px;
}
.directify_invoice__single_details .supp_cust .col p{
font-size: 15px;
line-height: 1.3;
letter-spacing: .5px;
color: #777;
}
.directify_invoice__single_details .ul{
width: 100%;
clear: both;
}
.directify_invoice__single_details .ul ul{
list-style-type: none;
margin: 0px;
}
.directify_invoice__single_details .ul ul li{
margin: 0px;
width: 100%;
float: left;
padding: 19px 10px 17px 0px;
border-top: 1px solid #f5f5f5;
letter-spacing: .5px;
line-height: 1;
font-size: 15px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_invoice__single_details .ul ul li:last-child{
margin-bottom: 40px;
}
.directify_invoice__single_details .ul ul li:last-child,
.directify_invoice__single_details .ul ul li:nth-last-child(2){
border-bottom: 1px solid #f5f5f5;
}
.directify_invoice__single_details .ul ul li span{
display: block;
width: 50%;
float: left;
}
.directify_invoice__single_details .ul ul li span.label{
font-family: 'Poppins';
font-weight: 500;
}
.directify_invoice__single_details .ul ul li span.custom{
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_invoice__single_details .ul ul li span.danger{
color: #0089e2 !important;
}
.directify_invoice__single_details .print a{
font-size: 14px;
text-decoration: none;
letter-spacing: .5px;
line-height: 1;
font-family: 'Poppins';
padding: 10px 20px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 40) SIGN IN POPUP
/*------------------------------------------------------------------*/
.directify_fn_sign_in{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 3000;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
div.directify_fn_sign_in_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.effect-1{
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
opacity: 0;
}
.show.effect-1{
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
.directify_fn_sign_in.opened{
opacity: 1;
visibility: visible;
}
.directify_fn_sign_in_content{
display: table;
height: 100%;
width: 100%;
}
.directify_fn_sign_in_content .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_fn_sign_in .sign_in_box{
width: 400px;
background-color: #fff;
padding: 48px 50px 50px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.directify_fn_sign_in .sign_in_box_content{
position: relative;
text-align: center;
}
.directify_fn_sign_in .closer{
position: absolute;
left: 100%;
top: -20px;
}
.directify_fn_sign_in .closer a{
text-decoration: none;
color: #777;
font-size: 14px;
}
.directify_fn_sign_in input{
width: 100%;
display: block;
margin-bottom: 15px;
height: 44px;
color: #757575;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in .sign_in_box_content > a{
text-decoration: none;
width: 100%;
display: block;
margin-bottom: 15px;
height: 44px;
line-height: 44px;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
color: #fff;
font-weight: 500;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in a.facebook{
background-color: #4267b2;
}
.directify_fn_sign_in a.google{
background-color: #bd081c;
margin-bottom: 16px;
}
.directify_fn_sign_in h3{
margin: 0px;
line-height: 1;
font-size: 30px;
letter-spacing: 0px;
font-weight: 700;
margin-bottom: 33px;
}
.directify_fn_sign_in h5{
font-size: 20px;
line-height: 1;
letter-spacing: 0px;
font-weight: 500;
margin: 19px 0px 15px 0px;
}
.directify_fn_sign_in p{
line-height: 1.3;
letter-spacing: .5px;
font-size: 12px;
color: #777;
margin-top: 38px;
}
/*------------------------------------------------------------------*/
/* 41) PRELOADER
/*------------------------------------------------------------------*/
.directify_fn_preloader{
position: fixed;
width: 100%;
height: 100%;
left: 0px;
top: 70px;
right: 0px;
bottom: 0px;
z-index: 3000;
background-color: rgba(255,255,255,0.9);
display: table;
}
.preloader {
position: relative;
width: 78px;
height:78px;
margin:auto;
display: table-cell;
vertical-align: middle;
}
.preloader .wBall {
position: absolute;
top: 50%;
margin-top: -30px;
left: 50%;
margin-left: -30px;
width: 60px;
height: 60px;
opacity: 0;
transform: rotate(225deg);
-o-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
animation: orbit 5s infinite;
-o-animation: orbit 5s infinite;
-ms-animation: orbit 5s infinite;
-webkit-animation: orbit 5s infinite;
-moz-animation: orbit 5s infinite;
}
.preloader .wBall .wInnerBall{
position: absolute;
width: 10px;
height: 10px;
background: rgb(0,0,0);
left:0px;
top:0px;
border-radius: 10px;
}
.preloader #wBall_1 {
animation-delay: 1.52s;
-o-animation-delay: 1.52s;
-ms-animation-delay: 1.52s;
-webkit-animation-delay: 1.52s;
-moz-animation-delay: 1.52s;
}
.preloader #wBall_2 {
animation-delay: 0.3s;
-o-animation-delay: 0.3s;
-ms-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
}
.preloader #wBall_3 {
animation-delay: 0.61s;
-o-animation-delay: 0.61s;
-ms-animation-delay: 0.61s;
-webkit-animation-delay: 0.61s;
-moz-animation-delay: 0.61s;
}
.preloader #wBall_4 {
animation-delay: 0.91s;
-o-animation-delay: 0.91s;
-ms-animation-delay: 0.91s;
-webkit-animation-delay: 0.91s;
-moz-animation-delay: 0.91s;
}
.preloader #wBall_5 {
animation-delay: 1.22s;
-o-animation-delay: 1.22s;
-ms-animation-delay: 1.22s;
-webkit-animation-delay: 1.22s;
-moz-animation-delay: 1.22s;
}
@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}
30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}
70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}
75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}
76% {
opacity: 0;
transform:rotate(900deg);
}
100% {
opacity: 0;
transform: rotate(900deg);
}
}
@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(180deg);
-o-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-o-transform: rotate(300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}
30% {
opacity: 1;
-o-transform:rotate(410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}
39% {
opacity: 1;
-o-transform: rotate(645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}
70% {
opacity: 1;
-o-transform: rotate(770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}
75% {
opacity: 1;
-o-transform: rotate(900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}
76% {
opacity: 0;
-o-transform:rotate(900deg);
}
100% {
opacity: 0;
-o-transform: rotate(900deg);
}
}
@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}
30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}
39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}
70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}
75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}
76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}
100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}
}
@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(180deg);
-moz-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-moz-transform: rotate(300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}
30% {
opacity: 1;
-moz-transform:rotate(410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}
39% {
opacity: 1;
-moz-transform: rotate(645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}
70% {
opacity: 1;
-moz-transform: rotate(770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}
75% {
opacity: 1;
-moz-transform: rotate(900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}
76% {
opacity: 0;
-moz-transform:rotate(900deg);
}
100% {
opacity: 0;
-moz-transform: rotate(900deg);
}
}
/*------------------------------------------------------------------*/
/* 42) HORIZONTAL MENU
/*------------------------------------------------------------------*/
ul.nav__hor > li{
text-align: left;
padding: 0px;
position: relative;
display: inline-block;
}
ul.nav__hor li a{
color: #333;
text-decoration: none;
padding: 10px 15px;
display: block;
z-index: 5;
}
ul.nav__hor li ul{
position: absolute;
top: 100%;
width: 250px;
background: #fff;
padding: 7px 0px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
visibility: hidden;
opacity: 0;
z-index: 10;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
ul.nav__hor li ul.reversed{
left: auto;
right: 0px;
}
ul.nav__hor li ul ul{
top: 0px;
left: 100%;
}
ul.nav__hor li ul ul.reversed{
left: auto;
right: 100%;
}
ul.nav__hor li ul li{
position: relative;
width: 100%;
}
ul.nav__hor li ul li a{
padding: 7px 15px;
display: block;
}
/*------------------------------------------------------------------*/
/* 43) MAIN FOOTER
/*------------------------------------------------------------------*/
.directify_fn_footer_wrap{
width: 100%;
float: left;
height: auto;
}
.directify_fn_footer_wrap .footer_location_wrap{
width: 100%;
float: left;
height: auto;
background-color: #fff;
padding: 120px 0px 114px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_location_rows{
width: 100%;
height: auto;
float: left;
}
.footer_location_rows .footer_location_row{
width: 33.33%;
padding-right: 3.33%;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_location_rows .footer_location_row span{
font-size: 15px;
display: inline-block;
line-height: 1.5;
letter-spacing: 0px;
}
.directify_fn_footer_wrap .footer_nav_list_wrap{
width: 100%;
float: left;
height: auto;
padding: 47px 0px 34px 0px;
text-align: center;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_nav_list_wrap .footer_nav_list ul{
margin: 0px;
list-style-type: none;
}
.footer_nav_list_wrap .footer_nav_list ul:last-child{
margin-bottom: 0px;
}
.footer_nav_list_wrap .footer_nav_list ul li{
margin: 0px;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
font-size: 15px;
color: #fff;
}
.footer_nav_list_wrap .footer_nav_list ul li a{
text-decoration: none;
font-size: 15px;
color: #fff;
}
.footer_nav_list_wrap .footer_nav_list ul.menu_list li a{
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.footer_nav_list_wrap .footer_nav_list ul.menu_list li a:hover{
border-bottom-color: #fff;
}
/*------------------------------------------------------------------*/
/* 44) TOTOP & LISTED buttons
/*------------------------------------------------------------------*/
a.totop{
position: fixed;
text-decoration: none;
bottom: 30px;
right: 24px;
width: 38px;
height: 38px;
line-height: 38px;
color: #253147;
z-index: 999;
border: 1px solid #e5e5e5;
opacity: 0;
visibility: hidden;
overflow: hidden;
background: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.totop i:before{
position: absolute;
font-size: 24px;
top:50%;
margin: 0;
margin-top: -12px;
left: 50%;
margin-left: -12px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.totop.opened{
opacity: 1;
visibility: visible;
}
a.listed{
position: fixed;
bottom: 80px;
right: 19px;
width: 50px;
height: 50px;
line-height: 50px;
color: #253147;
z-index: 999;
opacity: 0;
visibility: hidden;
overflow: hidden;
background: #ffd200;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.listed .svg{
width: 20px;
height: 20px;
position: absolute;
top:50%;
margin-top: -10px;
left: 50%;
margin-left: -10px;
}
a.listed.opened{
opacity: 1;
visibility: visible;
}
/*------------------------------------------------------------------*/
/* 45) CONTACT PAGE
/*------------------------------------------------------------------*/
.directify_fn_contact_wrapper{
width: 100%;
float: left;
clear: both;
padding: 50px 0px;
position: relative;
background-color: #f6fafb;
min-height: 280px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_contact_wrapper .directify_fn_contact_bg{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_contact_wrapper .directify_fn_contact_bg .overlay_color{
z-index: 15;
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_contact_wrapper .directify_fn_contact_bg .overlay_image{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_contact_content{
width: 100%;
clear: both;
float: left;
background-color: #fff;
position: relative;
z-index: 30;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
}
.contact_form_wrap .title_holder{
display: block;
width: 100%;
float: left;
padding-right: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.contact_form_wrap .title_holder h3{
line-height: 1.1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 25px 0px;
color: #263248;
}
.contact_form_wrap form > div{margin-bottom: 28px}
.contact_form_wrap form > div:last-child{margin-bottom: 0px}
.contact_form_wrap form .your-message{margin-bottom: 30px;}
.contact_form_wrap form label{
display: block;
font-size: 15px;
color: #777;
line-height: 1;
letter-spacing: 0px;
margin-bottom: 12px;
}
.contact_form_wrap form label span{
display: inline-block;
color: #c10a28;
margin-left: 5px;
}
.contact_form_wrap form input,
.contact_form_wrap form textarea{
width: 100%;
min-width: 100%;
display: block;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_btn_contactsend_page{
display: inline-block !important;
width: auto !important;
min-width: auto !important;
border: none !important;
font-size: 14px;
line-height: 1;
font-family: 'Poppins' !important;
letter-spacing: 0px;
color: #fff;
padding: 14px 20px 15px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 46) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
@media (max-width: 1700px) {
.directify_fn_all_in_one_single_wrap .single_carousel_wrap{padding: 0px;}
}
@media (max-width: 1400px) {
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a{width: 50px;height: 50px;line-height: 48px;margin-top: -25px;font-size: 32px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a i{margin-left: 8px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next i{margin-left: 9px;}
.directify_fn_submit_img_holder{height:200px;}
}
@media (max-width: 1250px) {
.directify_fn_listing_map_wrapper .directify_fn_listing{width: 435px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 100%;margin-left: 0px;margin-bottom: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: 0px;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{width: calc(100% - 435px) !important;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{width: calc(100% - 435px) !important;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{left: 435px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{width: 100%;}
.directify_fn_header{padding: 0px 40px;}
.directify_fn_contact_content{padding: 40px;}
.directify_fn_single_wrapper .single_title .title_info{width: 100%;margin-bottom: 26px;}
.directify_fn_single_wrapper.second_single .single_title .title_info{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_btns{float: left;width: auto;clear: both;}
.directify_fn_single_wrapper .single_title .title_btns ul li{width: 100%;float: left;}
.directify_fn_single_wrapper .single_title .title_info .title_holder{max-width: inherit;}
}
@media (max-width: 1040px) {
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{min-height: 500px;}
.directify_fn_sign_in_content{height: auto;margin-top: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing{width: 100%;position: relative;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{display: none;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{width: 100%;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 47%;margin-left: 3%;margin-bottom: 3%;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: -3%;}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{margin-bottom: 0px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 20px;}
.directify_invoice__single_details{position: absolute;}
.directify_invoice__single_details_in{height: auto;margin-top: 40px;}
.directify_invoice__single_details .details_box{width: auto;}
.directify_fn_sign_in{position: absolute;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 13px;}
.directify_fn_carousel_famous_cities_wrap{padding: 90px 0px 93px 0px;}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{padding: 0px 20px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.title{display: block;margin-right: 0px;margin-bottom: 13px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.text{display: block;margin-bottom: 1px;}
.listing_categories_wrap{min-height:inherit;}
.dashboard_wrap .hidden_list{display: block;}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap{display: none;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap{width: 100%;left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{border: none;padding-top: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 13px;}
.directify_fn_submit_img_holder{height:150px;}
.directify_fn_tabs .tabContent{display: none;}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img{opacity: 1;visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow{display: none;}
.directify_fn_tabs ul.fam_city{width: 100%; position: relative;}
.directify_fn_header_wrap{display: none !important; }
.directify_fn_mobile_menu_wrap{display: block;}
.directify_fn_listingable.listing_categories_wrap{padding: 98px 0px 84px 0px;}
.directify_fn_listingable.listing_categories_wrap .title_holder{margin-bottom: 53px;}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.directify_fn_listingable.listing_categories_wrap .title_holder span.title{margin-bottom: 22px;}
.directify_fn_simple_famous_cities_wrap{padding: 98px 0px 70px 0px;}
.directify_fn_tab_famous_cities_wrap{padding: 98px 0px 100px 0px;}
.simple_famous_cities_wrap > .title_holder{margin-bottom: 53px;}
.directify_fn_tabs > .title_holder{margin-bottom: 53px;}
.directify_fn_tabs > .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.directify_fn_tabs > .title_holder span.title{margin-bottom: 22px;}
.simple_famous_cities_wrap > .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.simple_famous_cities_wrap > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_workstep_wrap{padding: 98px 0px 70px 0px;}
.directify_fn_workstep_wrap .workstep > .title_holder{margin-bottom: 53px;}
.directify_fn_workstep_wrap .workstep > .title_holder h3{font-size: 30px; margin-bottom: 16px;}
.directify_fn_workstep_wrap .workstep > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{padding: 77px 50px 35px 40px;}
.directify_fn_exmblog_wrap{padding: 98px 0px 100px 0px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder{margin-bottom: 53px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder h3{font-size: 30px; margin-bottom: 16px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_footer_wrap .footer_location_wrap{padding: 100px 0px 94px 0px;}
.directify_fn_all_listings_wrap .discovering_wrap{width: 100%;padding: 93px 0px 100px 0px;}
.directify_fn_all_listings_wrap .discovering .searching{width: 100%;}
.directify_fn_all_listings_wrap .discovering span.browse_me{display: none;}
.directify_fn_all_listings_wrap .discovering .my_dotted_arrow{display: none;}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{padding: 153px 0px 100px 0px !important;}
.directify_fn_all_listings_wrap.index30 .discovering .searching{margin-bottom: 80px;}
.listing_categories_wrap{width: 100%;}
.directify_fn_all_listings_wrap .listing_categories_wrap{padding-top: 0px !important;padding-left: 0px; max-width: 100%;padding-bottom:94px;}
.directify_fn_all_listings_wrap.changed .discovering{float: inherit;margin: 0px 80px;}
.directify_fn_all_listings_wrap.changed .listing_categories_wrap .listing_categories{margin: 0px 80px; display: block; padding: 80px 0px}
.directify_fn_all_listings_wrap.changed .listing_categories_wrap{padding-bottom: 0px;display: block; min-height: auto;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{font-size: 30px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{font-size: 22px;}
.directify_fn_featured_listing_wrap.index25 .directify_fn_featured_listing{padding-left: 20px;}
a.totop,a.listed{display: none;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{right: 20px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{left: 20px;}
.directify_fn_single_wrapper .single_title{padding: 0px 20px 0px 20px;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile{padding-left: 20px; padding-right: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{position: relative;left: 0px;top: 0px;margin-top: 0px;margin-right: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{margin-top: 7px;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{margin-top: 7px;}
.directify_fn_single_wrapper .single_profile .profile_verified ul{width: 100%;display: block;margin-top: 20px;}
.directify_fn_single_wrapper .single_info{padding: 40px 20px;}
.directify_fn_single_wrapper .single_info .left_content_wrap{width: 100%;margin-right: 0px;}
.directify_fn_single_wrapper .single_info .right_content_wrap{display: none;}
.responsive{display: block !important;}
.directify_fn_single_wrapper .single_info .some_text,
.directify_fn_single_wrapper .single_info .opening_time .header,
.directify_fn_single_wrapper .single_info .opening_time .content,
.directify_fn_single_wrapper .single_info .address_wrap,
.directify_fn_single_wrapper .single_info .phone_wrap,
.directify_fn_single_wrapper .single_info .options,
.directify_fn_review_wrapper .all_reviews_wrap,
.directify_fn_review_wrapper .add_review_wrap,
.directify_fn_single_wrapper .single_info .contact_form_wrap,
.directify_fn_single_wrapper.second_single .single_title,
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap,
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap,
.directify_fn_single_wrapper.second_single .single_profile{padding-left: 20px; padding-right: 20px;}
.directify_fn_single_wrapper.second_single .single_info .opening_time .hire_me a.hire{left: 20px;}
.directify_fn_single_wrapper.second_single .single_info .left_content_wrap{padding-left: 0px;}
.directify_fn_single_wrapper.second_single .single_profile .profile_verified .img_holder{left: 0px;}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder{width: auto;margin-right: 30px;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{margin-top: 0px;}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder{display: block;float: left;}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap{border-bottom: 1px solid #f5f5f5;}
.directify_fn_contact_content{padding-left: 20px; padding-right:20px;}
}
@media (max-width: 979px) {
.directify_fn_workstep_wrap .workstep .steps{margin-left: -3%;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{width: 47%;margin-left: 3%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{width: 50%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n-1){border-right: 1px solid #f5f5f5 !important;}
.exmblog_single:nth-of-type(2n){border-right: none !important;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{width: 47.5%;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{width: 47%;margin-bottom: 3%;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap:nth-of-type(2n){margin-right: 0;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{margin-bottom: 10px;float: left;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{padding-right: 0px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{width: 47.5%;}
}
@media (max-width: 768px) {
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 15px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{width: 100%;margin-left: 0px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap{margin-left: 0px;}
.directify_fn_blog_single_wrap,
.directify_fn_blog_wrap{padding:70px 0px;}
.directify_fn_submit{margin-top: -30px;}
.directify_fn_listingable.listing_categories_wrap{padding: 68px 0px 54px 0px;}
.directify_fn_carousel_famous_cities_wrap{padding: 60px 0px 63px 0px;}
.directify_fn_simple_famous_cities_wrap{padding: 68px 0px 40px 0px;}
.directify_fn_tab_famous_cities_wrap{padding: 68px 0px 70px 0px;}
.directify_fn_workstep_wrap{padding: 68px 0px 40px 0px;}
.directify_fn_exmblog_wrap{padding: 68px 0px 70px 0px;}
.directify_fn_footer_wrap .footer_location_wrap{padding: 70px 0px 64px 0px;}
.directify_fn_workstep_wrap .workstep .steps{margin-left: 0%;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{width: 100%;margin-left: 0%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{width: 100%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n-1){border-right: none !important;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n){border-right: none !important;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost{margin-left: 0px;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{width: 100%;margin-left: 0px;}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form select{width: 100%;min-width: 100%;}
.directify_fn_submit_upload_section .sign-main-img{width: 50%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{width: 49%;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:nth-child(2){width: 50%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:last-child{width: 100%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see input,
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .select2-container{margin-bottom: 10px;display: inline-block;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .svg{margin-top: -10px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{margin-bottom: 0px;}
.dashboard_wrap .hidden_list_inner{padding: 10px 20px;}
.dashboard_wrap .hidden_list_nav{padding: 10px 0px;}
.dashboard_wrap .hidden_list_nav ul li{padding-left: 20px; padding-right: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{padding: 20px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{width: 49%;margin-bottom: 10px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single:last-child{width: 99%;margin-left: 1%; margin-bottom: 40px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{width: 47%;margin-bottom: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single:last-child{margin-bottom: 50px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single{margin-bottom:34px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{font-size: 24px !important;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 15px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .title_holder{padding: 20px 20px 10px 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_listing_section{padding: 0px 20px 20px 20px;}
.directify_fn_submit_opening_section{padding: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_upload_section,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_owner_section{padding: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 33.3333%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{padding: 20px 20px 0px 20px;}
.directify_fn_profile_form > div{padding: 20px;}
.directify_fn_profile_security_section h3{font-size: 24px;margin-bottom: 31px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 100%;margin-left: 0px;margin-bottom:30px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: 0px;}
.directify_fn_single_wrapper .single_title .title_btns{margin-bottom: 20px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{font-size: 24px;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{clear: both;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{min-height: auto;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .img_holder{margin-right: 0px;}
}
@media (max-width: 680px){
.directify_fn_share .share_box_in ul li{width:100%;}
.directify_fn_share .share_box{width: auto;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{font-size: 26px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{font-size: 18px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text{font-size: 15px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content,
.directify_fn_comment_wrapper .comments,
.directify_fn_comment .add_comment_wrap,
.directify_fn_submit_main_section,
.directify_fn_submit_listing_section,
.directify_fn_submit_opening_section,
.directify_fn_submit_upload_section,
.directify_fn_submit_owner_section{padding-left: 20px; padding-right: 20px;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{width: 90%; margin-left: 5%;margin-right: 5%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 50%;}
.directify_fn_single_wrapper .single_info .options ul li{width: 100%;}
.directify_fn_review_wrapper .rating_box .rating_total{width: 100%;padding-left: 20px;padding-right: 20px;}
.directify_fn_review_wrapper .rating_box .rating_progress{width: 100%;padding-left: 18px;padding-right: 18px;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{width: 50%;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn:last-child{width: 100%;}
}
@media (max-width: 550px){
.directify_fn_comment .comment_single{padding-left: 0px;}
.directify_fn_comment .comment_single .person_info{position: relative;max-width: inherit;top: inherit;}
.directify_fn_comment .comment_single .person_comment .inner > span{text-align: center;}
.directify_fn_submit_opening_section .opening_time span{display: block;width: 100%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator_box{margin-left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{width: 100%;margin-left: 0px;}
.directify_fn_single_wrapper .single_title .title_btns ul li{width: 100%;}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{width: 100%;margin-top: 0px; margin-right: 0px;text-align: center;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{margin: 0px auto;left: auto;width: 100%;text-align: center;margin-bottom: 10px;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{display: block;width: 100%;text-align: center;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn.contact{margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified ul{margin-top: 0px;text-align: center;}
.directify_fn_single_wrapper .single_profile .profile_verified ul li{display: inline-block;float: initial;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info{position: relative;top: auto;max-width: inherit;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single{padding: 30px 0px 0px 0px;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{margin: 0px auto;}
.directify_fn_review_wrapper .directify_fn_rating span{display: block;margin-left: 0px;top: 28px;padding-left: 0px;}
.directify_fn_review_wrapper .directify_fn_rating span:after{display: none;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{margin-bottom: 40px;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a{display: block;margin-right: 0px;width: 100%;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.number{float: right;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img{width: 100%;margin-right: 0px;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_title .title_info .img_holder{margin-right:0px;margin-bottom: 35px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder{display: block;clear: both;}
}
@media (max-width: 500px){
.simple_famous_cities_wrap > .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .listing_categories_wrap{padding-bottom:64px;}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{font-size: 24px;}
.directify_fn_tabs > .title_holder h3{font-size: 24px;}
.directify_fn_workstep_wrap .workstep > .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .discovering .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .discovering .title_holder span{font-size: 13px;}
.directify_fn_all_listings_wrap.index10 .discovering .searching input{display: block;margin: 0px auto;margin-bottom: 20px;}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{padding: 123px 0px 70px 0px !important;}
.directify_fn_all_listings_wrap .discovering_wrap{padding: 63px 0px 70px 0px;}
.cat_single_wrap .cat_single{width: 100px; height: 100px;}
.cat_single_wrap .cat_single_content a{height: 100px;}
.cat_single_wrap .cat_single_content a .svg{bottom: 46px;}
.cat_single_wrap .cat_single_content a span.cat_title{bottom: 18px;font-size: 12px;}
.directify_fn_footer_wrap .footer_location_wrap{padding-bottom: 34px}
.footer_location_rows .footer_location_row{width: 100%;padding-right: 0px;margin-bottom: 30px;}
.directify_fn_all_listings_wrap .discovering .searching input{display: block;margin-bottom: 20px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{width: 100%; margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:nth-child(2){width: 100%; margin-right: 0px;}
}
@media (max-width: 480px) {
.directify_fn_submit_main_section .have-account,
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder{padding-left: 20px;padding-right: 20px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{min-height: 400px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 10px;}
.directify_fn_sign_in .closer{left: auto;right: 0px;}
.directify_fn_sign_in .closer a i:before{margin: 0px;}
.directify_invoice__single_details .details_box{padding-left: 20px; padding-right: 20px;}
.directify_invoice__single_details .closer{left: auto;right: 0px;}
.directify_invoice__single_details .title_holder{top:auto;left: auto;position: relative;width: 100%;text-align: left;margin-bottom: 10px}
.directify_invoice__single_details .invoice__info{text-align: left;}
.directify_invoice__single_details .ul ul li{width: 100%;}
.directify_invoice__single_details .supp_cust .col{width: 100%;padding-left: 0px;}
.directify_fn_sign_in_content .aaa{padding: 0px 10px;}
.directify_fn_sign_in .sign_in_box{max-width: 100%; width: auto;}
.directify_fn_sign_in .sign_in_box{padding-left: 20px; padding-right: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 16px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 16px;}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{padding: 0px 10px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder{padding-right: 0px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities{padding-bottom: 38px;}
.directify_fn_carousel_famous_cities_wrap .custom_nav{top: auto; bottom: 0px;}
.directify_fn_carousel_famous_cities_wrap{padding-bottom: 70px;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 440px;}
.directify_fn_share .share_box{padding: 43px 20px 41px 20px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.text{line-height:1.3;}
.directify_fn_single_wrapper .single_title .pricetitle{margin-bottom:20px;}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_verified{display: block;}
.directify_fn_single_wrapper .single_title .price_wrapper{margin-right:0px; margin-bottom:20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p:first-child{margin-bottom: 14px;}
.directify_fn_submit_content,
.directify_fn_mobile_menu{padding-left: 10px; padding-right: 10px;}
.directify_fn_mobile_menu .mobile_search a{display: none;}
.directify_fn_mobile_menu .s-search{display: block;}
.directify_fn_mobile_nav{padding-left: 10px; padding-right: 10px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder h3{padding-right: 50px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{padding: 50px 30px 35px 20px;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap{padding: 26px 0px 34px 0px;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{padding: 0px 20px;}
.featured_box_wrap .featured_box_info .featured_box_like{left: 20px;}
.featured_box_wrap .featured_box_info_wrap{padding: 28px 20px 20px 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content{padding-left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder{padding-left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating{padding-left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating .up{left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{font-size: 18px !important;margin-bottom: 11px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .img_holder{display: none;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content{padding-left: 0px;
margin-top: 0px;}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"]{width: 100%;}
.directify_fn_profile_security_section h3{font-size: 18px;margin-bottom: 20px;}
.directify_fn_mobile_menu_wrap .mobile_search_see{padding: 20px 10px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{width: 100%;margin-left: 0px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{right: 10px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{left: 10px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{font-size: 18px;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{width: 100%;}
.directify_fn_contact_content{padding-left: 10px;padding-right: 10px;}
.contact_form_wrap .title_holder h3{font-size:20px;}
}
@media (max-width: 380px){
.directify_fn_submit_opening_section .opening_time .dash{display: none;}
.directify_fn_leftbar_wrap .leftbar input,
input.directify_fn_search_input{width: 100%;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 360px;}
}
@media (max-width: 320px){
.directify_fn_submit_opening_section input{width: 100% !important; margin-bottom: 20px;}
.directify_fn_submit_opening_section input:last-child{margin-bottom: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 100%;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 300px;}
}
/* TAMBAHAN */
.directify_fn_all_listings_wrap .discovering .searching a.directify_fn_search_btn {
color: #000;
}
.directify_fn_footer_wrap .footer_nav_list_wrap {
background-color: #10e126;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span a {
color: #000;
} | public/directify/css/style.css | @charset "utf-8";
/*
/* Copyright (c) 2018 Frenify
/* Author: Frenify
/* Version: 1.0.3
/* This file is made for CURRENT TEMPLATE
/*
01) BASE
02) MOBILE MENU
03) SHARE BOX
04) MAIN HEADER
04.1) LOGO
04.2) SEARCH
04.3) NAVIGATION
05) SUBMENU
06) LEFTBAR
07) SELECT2
08) FEATURED LISTINGS
09) RATING
10) FAMOUS CITIES (tab style)
11) FAMOUS CITIES (222 style)
12) FAMOUS CITIES (CAROUSEL)
13) HOW IT WORK
14) FROM OUR BLOG
15) ALL LISTINGS' CATEGORIES
16) INDEX 22
17) INDEX 20
18) INDEX 10
19) INDEX 25
20) INDEX 30
21) GOOGLE MAP AS CONTENT (LEAFLET)
22) SINGLE PAGE #1
22.1) SINGLE CAROUSEL
22.2) SINGLE MAP and VIDEO
22.3) SELECT
22.4) SINGLE BOTTOM
22.5) TITLE SECTION
22.6) PROFILE SECTION
22.7) FULL INFORMATION SECTION
22.7.1) TEXT
22.7.2) OPENING TIME
22.7.3) OPTIONS
23) REVIEW BOX
23.1) RATING BOX
23.1.1) TOTAL
23.1.2) RATING PROGRESS BAR
23.2) ALL REVIEWS
23.2.1) REVIEW SINGLE
23.3) ADD REVIEW
24) ADDRESS BOX
25) PHONE BOX
26) SINGLE #2
28) BLOG SINGLE
29) SUBMIT
29.1) SUBMIT CONTENT
29.2) SUBMIT MAIN SECTION
29.3) SUBMIT BASE
29.4) SUBMIT PROMPT
29.5) SUBMIT LISTING SECTION
29.6) SUBMIT OPENING SECTION
29.7) SUBMIT UPLOAD SECTION
29.8) SUBMIT OWNER SECTION
30) LISTING 2
31) DASHBOARD HOME
32) DASHBOARD LISTINGS
33) DASHBOARD REVIEWS
34) DASHBOARD BOOKMARKS
35) DASHBOARD ADDING
36) DASHBOARD PROFILE
37) DASHBOARD INVOICES
38) DASHBOARD RESPONSIVE
39) INVOICE DETAILS POPUP
40) SIGN IN POPUP
41) PRELOADER
42) HORIZONTAL MENU
43) MAIN FOOTER
44) TOTOP & LISTED buttons
45) CONTACT PAGE
46) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
/* 01) BASE
/*------------------------------------------------------------------*/
html {
overflow-x: hidden;
padding: 0px;
margin: 0px
}
body{
font-family: 'Work Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0px;
font-weight: 400;
}
.directify_fn_wrapper_all,
.directify_fn_content{
width: 100%;
height: auto;
float: left;
position: relative;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Poppins';
font-weight: 500;
}
input{
font-family: 'Work Sans' !important;
min-width: inherit !important;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{
text-decoration: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
img.svg, .svg ,svg{
width: 14px;
height: 14px;
fill: currentcolor;
}
::-webkit-input-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}
::-moz-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}/* Firefox 19+ */
:-moz-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}/* Firefox 18- */
:-ms-input-placeholder{
font-size:15px;
color: #777;
letter-spacing: .5px;
}
.responsive{
display: none !important;
}
/*------------------------------------------------------------------*/
/* 02) MOBILE MENU
/*------------------------------------------------------------------*/
.directify_fn_mobile_menu_wrap{
display: none;
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_mobile_menu{
width: 100%;
float: left;
clear: both;
border-bottom: 1px solid #e5e5e5;
padding: 5px 20px;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu .mobile_logo{
float: left;
line-height: 44px;
}
.directify_fn_mobile_menu .mobile_logo a{
text-decoration: none;
}
.directify_fn_mobile_menu .mobile_search{
float: left;
}
.directify_fn_mobile_menu .mobile_search a .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
.directify_fn_mobile_menu .mobile_search a{
text-decoration: none;
padding: 16px 19px 14px 42px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu .s-search{
display: none;
float: right;
margin-top: 10px;
margin-right: 20px;
}
.directify_fn_mobile_menu .s-search a{
display: block;
text-decoration: none;
}
.directify_fn_mobile_menu .s-search .svg{
width: 24px;
height: 24px;
}
.directify_fn_mobile_menu .hamburger{
padding: 0px;
float: right;
margin-top: 9px;
}
.directify_fn_mobile_nav{
display: none;
width: 100%;
float: left;
clear: both;
padding: 20px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_nav ul.nav ul.sub_menu{
border: none;
position: relative;
margin-left: 20px;
}
.directify_fn_mobile_nav ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_mobile_nav ul li{
margin: 0px;
position: relative;
}
.directify_fn_mobile_nav ul li a{
text-decoration: none;
font-size: 15px;
letter-spacing: .5px;
padding: 10px 15px 10px 0px;
display: inline-block;
line-height: 1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_nav ul li a,
.directify_fn_mobile_nav ul li i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_mobile_nav ul.nav > li > a{
font-size: 18px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see{
padding: 20px 20px;
position: absolute;
top: 100%;
left: 0px;
right: 0px;
background-color: #fff;
z-index: 2000;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{
width: 100%;
position: relative;
padding-right: 230px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{
float: left;
width: 32.3333%;
margin-right: 1%;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.select2-container--open .select2-dropdown--below{
z-index: 3000;
}
.directify_fn_mobile_menu_wrap .mobile_search_see input,
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .select2-container{
width: 100% !important;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_mobile_menu_wrap .mobile_search_see > a{
text-decoration: none;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_mobile_menu_wrap .mobile_search_see > a > .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
/*
Background #1
Name: translight
Background's color: transparent
Text's color: #fff
*/
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] {background-color: transparent;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_logo a.dark{display: none;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_menu{border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_logo a.light{display: block;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_search a{color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner,
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner::before,
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .hamburger-inner::after{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav ul li a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav ul.nav ul.sub_menu{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .mobile_search_see{background-color: #fff;border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_nav{border-bottom-color: rgba(255,255,255,.1);}
.directify_fn_mobile_menu_wrap[data-bg-type="translight"] .directify_fn_mobile_menu .s-search a{color: #fff;}
/*
Background #2
Name: light
Background's color: #fff
Text's color: #253147
*/
.directify_fn_mobile_menu_wrap[data-bg-type="light"] {background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_logo a.dark{display: block;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_logo a.light{display: none;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_menu{border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_search a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner,
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner::before,
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .hamburger-inner::after{background-color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav ul li a{color: #253147;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav ul.nav ul.sub_menu{background-color: #fff;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .mobile_search_see{background-color: #fff;border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu_wrap[data-bg-type="light"] .directify_fn_mobile_nav{border-bottom-color: #e5e5e5;}
.directify_fn_mobile_menu .mobile_logo a.dark{display: block;}
.directify_fn_mobile_menu .mobile_logo a.light{display: none;}
.directify_fn_mobile_menu_wrap.absolute{position: absolute;z-index: 2000;}
/*------------------------------------------------------------------*/
/* 03) SHARE BOX
/*------------------------------------------------------------------*/
.directify_fn_share{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 100;
}
div.directify_fn_share_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.directify_fn_share.opened{
opacity: 1;
visibility: visible;
}
.directify_fn_share_in{
display: table;
height: 100%;
width: 100%;
}
.directify_fn_share_in .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_fn_share .share_box{
width: 600px;
background-color: #fff;
padding: 63px 50px 61px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_share .share_box_in h3{
margin: 0px;
margin-bottom: 26px;
font-size: 16px;
color: #111;
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
}
.directify_fn_share .share_box_in ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_share .share_box_in ul li{
margin: 0px;
display: inline-block;
width: 49%;
margin-bottom: 2px;
}
.directify_fn_share .share_box_in ul li a{
text-decoration: none;
color: #999;
font-size: 13px;
letter-spacing: 0px;
text-transform: uppercase;
border-bottom: 1px solid transparent;
padding-bottom: 2px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_share .share_box_in ul li a:hover{
color: #111;
border-bottom-color: #111;
}
/*------------------------------------------------------------------*/
/* 04) MAIN HEADER
/*------------------------------------------------------------------*/
.directify_fn_header_wrap{
width: 100%;
height: auto;
float: left;
z-index: 2999;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
position: relative;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_wrap > .container .directify_fn_header{
padding: 20px 0px;
}
.directify_fn_header{
width: 100%;
height: auto;
float: left;
padding: 0px 50px;
display: table;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header .header{
width: 100%;
float: left;
height: auto;
display: table-cell;
vertical-align: middle;
}
.directify_fn_header_wrap.absolute{position: absolute;}
.directify_fn_header_wrap.relative{position: relative;}
.directify_fn_header_wrap.fixed{position: fixed;}
/*
Background #1
Name: translight
Background's color: transparent
Text's color: #fff
*/
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_logo a.dark{display: none;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_logo a.light{display: block;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_search a{color: #fff;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_nav_list ul li{color: #fff;}
.directify_fn_header_wrap[data-bg-type="translight"]{border-bottom-color: rgba(255,255,255,0.1); background-color: transparent;}
.directify_fn_header_wrap[data-bg-type="translight"] .directify_fn_header_search.focused input{border-color: rgba(255,255,255,0.1);}
/*
Background #2
Name: light
Background's color: #fff
Text's color: #253147
*/
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_logo a.dark{display: block; width:10px}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_logo a.light{display: none; width:10px}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_search a{color: #253147;}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_nav_list ul li{color: #253147;}
.directify_fn_header_wrap[data-bg-type="light"]{border-bottom-color: #e5e5e5;background-color: #fff;}
.directify_fn_header_wrap[data-bg-type="light"] .directify_fn_header_search.focused input{border-color: rgba(255,255,255,0.1);}
/*------------------------------------------------------------------*/
/* 04.1) LOGO
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_logo{
float: left;
margin-right: 30px;
padding: 18px 0px;
}
.directify_fn_header .directify_fn_header_logo a{
text-decoration: none;
display: block;
}
.directify_fn_header .directify_fn_header_logo a.dark{display: block;}
.directify_fn_header .directify_fn_header_logo a.light{display: none;}
/*------------------------------------------------------------------*/
/* 04.2) SEARCH
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_search{
float: left;
padding: 13px 0px;
}
.directify_fn_header .directify_fn_header_search > a{
text-decoration: none;
padding: 15px 19px 13px 42px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
border: 1px solid transparent;
z-index: 100;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_search > a .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
.one{
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.one.two,
.oone.two{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.oone{
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.directify_fn_header_search_see_wrap{
position: absolute;
top: 100%;
margin-top: 1px;
left: 0px;
right: 0px;
padding: 20px 50px;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap .header_search_see{
width: 100%;
position: relative;
}
.directify_fn_header_search_see_wrap .header_search_see .selects{
width: 100%;
position: relative;
padding-right: 230px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap .header_search_see .selects > div{
float: left;
width: 32.3333%;
margin-right: 1%;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_header_search_see_wrap ::-webkit-input-placeholder{color: #777;}
.directify_fn_header_search_see_wrap ::-moz-placeholder{color: #777;}/* Firefox 19+ */
.directify_fn_header_search_see_wrap :-moz-placeholder{color: #777;}/* Firefox 18- */
.directify_fn_header_search_see_wrap :-ms-input-placeholder{color: #777;}
.directify_fn_header_search_see_wrap .header_search_see .selects input,
.directify_fn_header_search_see_wrap .header_search_see .selects .select2-container{
width: 100% !important;
color: #777;
}
.directify_fn_header_search_see_wrap .header_search_see .selects input{
border: 1px solid #e5e5e5;
}
.directify_fn_header_search_see_wrap .header_search_see .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_header_search_see_wrap .header_search_see > a{
text-decoration: none;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
color: #fff !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header_search_see_wrap .header_search_see > a > .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
/*------------------------------------------------------------------*/
/* 04.3) NAVIGATION
/*------------------------------------------------------------------*/
.directify_fn_header .directify_fn_header_nav_list{
float: right;
font-family: 'Poppins';
padding: 18px 0px;
}
.directify_fn_header .directify_fn_header_nav_list ul{
margin: 0px;
list-style-type: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li{
margin: 0px;
float: left;
position: relative;
background-color: transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li a{
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
padding: 10px 15px;
display: block;
line-height: 1;
color: currentColor;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li a,
.directify_fn_header .directify_fn_header_nav_list ul li i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_header .directify_fn_header_nav_list ul li a i{
display: inline-block;
margin-left: 5px;
/*float: right;*/
}
.directify_fn_header .directify_fn_header_nav_list ul li ul li a i{
float: right;
}
.directify_fn_header .directify_fn_header_nav_list ul li a i:before{
margin: 0px;
padding: 0px;
width: auto;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing{
margin-left: 15px;
position: relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing a{
padding: 10px 19px 10px 42px;
display: block;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing a span{
display: inline-block;
margin-top: -1px;
}
.directify_fn_header .directify_fn_header_nav_list ul li.add_listing .svg{
position: absolute;
top: 50%;
margin-top: -7px;
left: 0px;
margin-left: 20px;
}
/*------------------------------------------------------------------*/
/* 05) SUBMENU
/*------------------------------------------------------------------*/
ul.nav ul.sub_menu{
display: none;
position: absolute;
left: 0px;
top: 100%;
z-index: 99;
background-color: #fff;
min-width: 100%;
width: auto;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
ul.nav ul.sub_menu li{
float: inherit;
width: auto;
}
ul.nav ul.sub_menu li a{
}
/*------------------------------------------------------------------*/
/* 06) LEFTBAR
/*------------------------------------------------------------------*/
.directify_fn_leftbar_wrap{
height: auto;
z-index: 5;
position: absolute;
float: left;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar_overlay{
z-index: 10;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar_overlay .overlay_color{
z-index: 15;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.directify_fn_leftbar_wrap .directify_fn_leftbar{
z-index: 20;
padding: 225px 50px;
position: relative;
width: 100%;
height: auto;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_leftbar_wrap .leftbar_closer{
position: absolute;
top: 50px;
left: 100%;
margin-left: -18px;
}
.directify_fn_leftbar_wrap .leftbar_closer a{
color: #263248;
background-color: #fff;
padding: 5px 12px;
line-height: 1;
display: block;
font-size: 24px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_leftbar_wrap .leftbar_closer a.closed i:before{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.directify_fn_leftbar_wrap .leftbar_closer[data-map="yes"]{
top: 100px;
}
.directify_fn_leftbar_wrap .leftbar_closer[data-map="yes"] a{
border: 2px solid #b1b1b1;
color: #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.directify_fn_leftbar_wrap .leftbar_closer a i:before{
margin: 0px;
width: auto;
padding: 0px;
}
.directify_fn_leftbar_wrap .leftbar input,
input.directify_fn_search_input{
width: 300px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 0px 15px !important;
height: 44px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_leftbar_wrap .leftbar form > div{margin-bottom: 20px;}
.directify_fn_leftbar_wrap .leftbar form > div:last-child{margin-bottom: 0px;}
.directify_fn_leftbar_wrap .leftbar form .leftbar_listing_select select{
width: 100%;
}
.directify_fn_leftbar_wrap .leftbar_location_choose{
position: relative;
width: 100%;
}
.directify_fn_leftbar_wrap .leftbar_location_choose .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn{
position: relative;
float: left;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn .my_dotted_arrow{
color: #fff;
margin-bottom: -14px;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn a,
a.directify_fn_search_btn{
text-decoration: none;
background-color: #fff;
padding: 15px 20px 15px 43px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
position: relative;
line-height: 1;
font-family: 'Poppins';
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_leftbar_wrap .leftbar form .leftbar_search_btn a .svg,
a.directify_fn_search_btn .svg{
position: absolute;
left: 20px;
top: 50%;
margin-top: -7px;
}
span.browse_me{
color: #fff;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
display: inline-block;
margin-left: 15px;
text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/* 07) SELECT2
/*------------------------------------------------------------------*/
.select2-container .select2-selection--single .select2-selection__rendered{
line-height: 42px;
font-size: 15px;
font-family: 'Work Sans';
letter-spacing: .5px;
padding-left: 15px;
color: #777;
}
.select2-container--default .select2-selection--single{
height: auto;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 42px;
width: 35px;
}
.select2-search--dropdown .select2-search__field{
padding: 7px 8px !important;
min-width: auto;
font-size: 15px;
font-family: 'Work Sans';
color: #777;
height: auto;
line-height: 1;
}
/*------------------------------------------------------------------*/
/* 08) FEATURED LISTINGS
/*------------------------------------------------------------------*/
.featured_box_img{
overflow: hidden;
}
.featured_box_img img{
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.featured_box_img img:hover{
-webkit-transform: scale(1.05) translateZ(0);
-moz-transform: scale(1.05) translateZ(0);
-ms-transform: scale(1.05) translateZ(0);
transform: scale(1.05) translateZ(0);
}
.directify_fn_right_content{
float: left;
width: 100%;
}
.directify_fn_right_content.opened{
padding-left: 0px;
}
.directify_fn_featured_listing_wrap{
float: left;
width: 100%;
}
.directify_fn_featured_listing{
float: left;
display: table;
padding-left: 50px;
min-height: 686px;
}
.featured_listing{
display: table-cell;
vertical-align: middle;
position: relative;
width: 100%;
}
.directify_fn_featured_listing .featured_listing .title_holder{
margin-bottom: 23px;
}
.directify_fn_featured_listing .featured_listing .title_holder h3{
margin: 0px;
line-height: 1;
}
.directify_fn_featured_listing .featured_listing .title_holder h3 a{
font-size: 16px;
letter-spacing: .5px;
text-transform: uppercase;
}
.featured_listing .owl-carousel{
width: 100%;
position: relative;
margin-left: -15px;
}
.featured_listing .owl-carousel .owl-item img{
width: auto;
display: inline-block;
}
.custom_nav{
position: relative;
margin-top: 30px;
z-index: 999;
width: 100%;
float: left;
opacity: 1;
visibility: visible;
}
.custom_nav a{
display: block;
font-size: 18px;
width: 30px;
height: 30px;
line-height: 28px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.custom_nav a i{
display: inline-block;
margin-left: 5px;
}
.custom_nav a i:before{
margin: 0px;
padding: 0px;
display: inline-block;
}
.custom_nav a.prev{
float: left;
margin-right: 8px;
}
.custom_nav a.next{
float: left;
}
.featured_box_wrap{
margin-left: 15px;
width: 370px;
clear: both;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap img{
display: inline-block;
max-height: 100%;
max-width: 100%;
vertical-align: bottom;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.featured_box_wrap .featured_box{
position: relative;
}
.featured_box_wrap .featured_box_price{
position: absolute;
left: 0px;
top: 30px;
margin-left: -10px;
}
.featured_box_wrap .featured_box_price span.text{
display: block;
color: #fffefe;
font-size: 15px;
letter-spacing: 0px;
font-weight: 500;
width: 60px;
height: 30px;
line-height: 30px;
position: relative;
z-index: 80;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_price span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.featured_box_wrap .featured_box_price span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
z-index: 1;
}
.featured_box_wrap .featured_box_price span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.featured_box_wrap .featured_box_info_wrap{
width: 100%;
height: auto;
padding: 36px 30px 30px 30px;
position: relative;
background-color: #fff;
border: 1px solid #e5e5e5;
border-top-color: transparent;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info{
width: 100%;
height: auto;
}
.featured_box_wrap .featured_box_info .featured_box_like{
position: absolute;
top: 0px;
left: 30px;
margin-top: -15px;
}
.featured_box_wrap .featured_box_info .featured_box_like a{
color: #fff;
background-color: #555;
padding: 8px;
display: inline-block;
line-height: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_like a .svg{
width: 12px;
height: 12px;
line-height: 1;
}
.featured_box_wrap .featured_box_info .featured_box_like:hover .featured_box_tooltip{
opacity: 1;
visibility: visible;
}
.featured_box_wrap .featured_box_info .featured_box_like .featured_box_tooltip{
position: absolute;
left: 28px;
top: 0px;
margin-top: 3px;
line-height: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.featured_box_wrap .featured_box_info .featured_box_like .featured_box_tooltip span{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .5px;
line-height: 1;
color: #777;
font-family: 'Poppins';
background-color: #fff;
display: inline-block;
padding: 5px 10px 3px 9px;
border: 1px solid #e5e5e5;
border-left-color: #fff;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_title{
margin-bottom: 7px;
width: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_title h3{
font-size: 19px;
letter-spacing: 0px;
margin: 0px;
line-height: 1.3;
}
.featured_box_wrap .featured_box_preview{
position: absolute;
left: 100%;
margin-left: 15px;
margin-top: -3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.featured_box_wrap .featured_box_preview a{
text-decoration: none;
}
.featured_box_wrap .featured_box_preview span{
font-size: 11px;
letter-spacing: .5px;
color: #777;
line-height: 1;
text-transform: uppercase;
padding: 6px 9px;
display: inline-block;
background-color: #f6fafb;
font-family: 'Poppins';
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.featured_box_wrap .featured_box_info .featured_box_address{
position: relative;
width: 100%;
padding-right: 60px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info .featured_box_address .svg{
color: #777;
position: absolute;
top: 1px;
width: 18px;
height: 18px;
}
.featured_box_wrap .featured_box_info .featured_box_address span{
font-size: 15px;
letter-spacing: 0px;
color: #777;
padding-left: 26px;
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.featured_box_wrap .featured_box_info .featured_box_author_img{
position: absolute;
right: 20px;
bottom: 20px;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img{
position: relative;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img i{
position: absolute;
left: 0px;
line-height: 1;
top: 50%;
margin-top: -10px;
margin-left: -10px;
color: #fff;
padding: 3px;
border: 2px solid #fff;
font-size: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_author_img .author_img .svg{
position: absolute;
left: 0px;
line-height: 1;
top: 50%;
margin-top: -10px;
margin-left: -10px;
color: #fff;
padding: 4px;
border: 2px solid #fff;
width: 7px;
height: 7px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.featured_box_wrap .featured_box_info .featured_box_author_img img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
/*------------------------------------------------------------------*/
/* 09) RATING
/*------------------------------------------------------------------*/
.directify_fn_rating{
margin-bottom: 15px;
position:relative;
z-index: 5;
height: 28px;
width: 90px;
}
.directify_fn_rating .svg{
color: #777;
width: 90px;
}
.directify_fn_rating .behind{
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
overflow: hidden;
direction: rtl;
}
.directify_fn_rating .up{
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
overflow: hidden;
}
.directify_fn_rating > span{
font-size: 15px;
line-height: 18px;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-left: 90px;
padding-left: 27px;
width: 120px;
vertical-align: top;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_rating > span:after{
content: '';
display: block;
width: 14px;
height: 1px;
background-color: #777;
position: absolute;
left: 7px;
top: 50%;
}
/*------------------------------------------------------------------*/
/* 10) FAMOUS CITIES (tab style)
/*------------------------------------------------------------------*/
.directify_fn_tab_famous_cities_wrap{
padding: 112px 0px 120px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs{
float: left;
width: 100%;
}
.directify_fn_tabs > .title_holder{
margin-bottom: 73px;
}
.directify_fn_tabs > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_tabs > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_tabs > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_tabs > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city{
list-style-type:none;
margin: 0px;
width: 320px;
float: left;
position: absolute;
max-height: 600px;
border: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city li{
width: 100%;
margin: 0px;
}
.directify_fn_tabs ul.fam_city li > a{
display: block;
text-decoration: none;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap{
width: 100%;
padding: 29px 30px 26px 60px;
position: relative;
background-color: #fff;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number{
position: absolute;
left: 0px;
top: 30px;
margin-left: -10px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.text{
display: block;
color: #fffefe;
font-size: 12px;
letter-spacing: 1px;
font-weight: 500;
width: 37px;
height: 21px;
line-height: 21px;
position: relative;
z-index: 99;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
z-index: 1;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .number span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content{
width: 100%;
position: relative;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1;
margin-bottom: 4px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .title_holder span{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow{
position: absolute;
right: 0px;
top: 50%;
margin-top: -12px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow i{
font-size: 24px;
color: #ccc;
line-height: 1;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow i:before{
margin: 0px;
padding: 0px;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img{
position: absolute;
width: auto;
height: 100%;
right: 10px;
top: 10px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs .tabContent{
width: 100%;
display: block;
float: left;
padding-left: 350px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tabs .tabContent > nav{
width: 100%;
position: relative;
height: 600px;
}
.directify_fn_tabs .tabContent > nav a{
text-decoration: none;
display: block;
height: 100%;
position: relative;
z-index: 10;
}
.directify_fn_tabs .tabContent > nav > div{
width: 100%;
}
.directify_fn_tabs .tabContent > nav > div > .overlay{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_tabs .tabContent > nav > div {
position: absolute;
opacity: 0;
visibility: hidden;
top: 0px;
left: 0px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.directify_fn_tabs .tabContent .active{
opacity: 1;
visibility: visible ;
}
.directify_fn_tabs .tabContent > nav > div.show{
opacity: 1;
visibility: visible;
}
.directify_fn_tabs .tabContent > nav > div:nth-child(1) .overlay{background-image: url(../img/popular_cities/city1-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(2) .overlay{background-image: url(../img/popular_cities/city2-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(3) .overlay{background-image: url(../img/popular_cities/city3-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(4) .overlay{background-image: url(../img/popular_cities/city4-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(5) .overlay{background-image: url(../img/popular_cities/city5-l.jpg);}
.directify_fn_tabs .tabContent > nav > div:nth-child(6) .overlay{background-image: url(../img/popular_cities/city6-l.jpg);}
.directify_fn_tabs[data-type="photo"] .tabContent > nav > div {
-webkit-transform: scale(0.5) rotateZ(10deg);
-moz-transform: scale(0.5) rotateZ(10deg);
-ms-transform: scale(0.5) rotateZ(10deg);
transform: scale(0.5) rotateZ(10deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_tabs[data-type="photo"] .tabContent .active{
-webkit-transform: scale(1) rotateZ(0deg);
-moz-transform: scale(1) rotateZ(0deg);
-ms-transform: scale(1) rotateZ(0deg);
transform: scale(1) rotateZ(0deg);
}
.directify_fn_tabs[data-type="photo"] .tabContent > nav > div.show{
-webkit-transform: scale(1) rotateZ(0deg);
-moz-transform: scale(1) rotateZ(0deg);
-ms-transform: scale(1) rotateZ(0deg);
transform: scale(1) rotateZ(0deg);
}
/* position */
.directify_fn_tabs[data-x-pos="center"] ul.fam_city{text-align:center;}
.directify_fn_tabs[data-x-pos="right"] ul.fam_city{text-align:right;}
.directify_fn_tabs[data-x-pos="right"] ul.fam_city li{margin-right:0px; margin-left:-5px;}
/* skin */
.directify_fn_tabs[data-skin="dark"] ul.fam_city li a{
background: #333;
color: #fff;
border: none;
}
.directify_fn_tabs[data-skin="dark"] ul.fam_city li a.active{
background: #222;
}
.directify_fn_tabs[data-skin="dark"] .tabContent{
border: none;
background: #222;
color: #fff;
}
/*------------------------------------------------------------------*/
/* 11) FAMOUS CITIES (222 style)
/*------------------------------------------------------------------*/
.directify_fn_simple_famous_cities_wrap{
padding: 112px 0px 90px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.simple_famous_cities_wrap > .title_holder{
margin-bottom: 73px;
}
.simple_famous_cities_wrap > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1;
margin-bottom: 22px;
}
.simple_famous_cities_wrap > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.simple_famous_cities_wrap > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.simple_famous_cities_wrap > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap{
width: auto;
height: auto;
margin-left: -2.5%;
position: relative;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{
width: 30.8333%;
float: left;
height: auto;
margin-left: 2.5%;
margin-bottom: 30px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap > a{
display: block;
margin-bottom: 20px;
text-decoration: none;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap img{
display: inline-block;
width: 100%;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder{
padding: 0 20px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder a:hover{
border-bottom-color: #777;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder span.city{
font-size: 20px;
line-height: 1;
letter-spacing: 0;
color: #777;
font-family: 'Poppins';
display: inline-block;
margin-right: 9px;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap .title_holder span.listings{
display: inline-block;
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #777;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap.once{
width: 25.5%;
}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap.double{
width: 41.5%;
}
/*------------------------------------------------------------------*/
/* 12) FAMOUS CITIES (CAROUSEL)
/*------------------------------------------------------------------*/
.directify_fn_carousel_famous_cities_wrap{
padding: 110px 0px 112px 0px;
width: 100%;
float: left;
height: auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{
width: 100%;
float: left;
height: auto;
position: relative;
padding: 0px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities{
width: 100%;
float: left;
position: relative;
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder{
margin-bottom: 36px;
line-height: 38px;
width: 100%;
padding-right: 100px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.title{
font-family: 'Poppins';
font-size: 20px;
line-height: 1.3;
letter-spacing: .5px;
color: #fff;
text-transform: uppercase;
display: inline-block;
margin-right: 9px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.text{
font-size: 15px;
line-height: 1.3;
letter-spacing: 0;
color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city{
width: 370px;
height: auto;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city > a{
display: block;
text-decoration: none;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city img{
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder{
padding: 0 20px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder a:hover{
border-bottom-color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder span.city{
font-size: 20px;
line-height: 1;
letter-spacing: 0;
color: #fff;
font-family: 'Poppins';
display: inline-block;
margin-right: 9px;
}
.directify_fn_carousel_famous_cities_wrap .carousel_city .title_holder span.listings{
display: inline-block;
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #fff;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav{
margin-top: 0;
position: absolute;
right: 0px;
top: 0px;
width: auto;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav a{
background-color: #fff;
width: 38px;
height: 38px;
line-height: 36px;
font-size: 24px;
}
.directify_fn_carousel_famous_cities_wrap .custom_nav a i{
margin-left: 6px;
}
/*------------------------------------------------------------------*/
/* 13) HOW IT WORK
/*------------------------------------------------------------------*/
.directify_fn_workstep_wrap{
padding: 112px 0px 90px 0px;
width: 100%;
float: left;
height: auto;
background-color: #fff;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_workstep_wrap .workstep > .title_holder{
margin-bottom: 73px;
}
.directify_fn_workstep_wrap .workstep > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_workstep_wrap .workstep > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_workstep_wrap .workstep .steps{
margin-left: -3.33%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{
width: 30%;
margin-left: 3.33%;
float: left;
border: 1px solid #f5f5f5;
position: relative;
padding: 77px 60px 55px 60px;
overflow: hidden;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single{
width: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number{
position: absolute;
top: 0px;
right: 0px;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text{
display: block;
color: #fff;
font-size: 24px;
line-height: 60px;
letter-spacing: 1px;
width: 60px;
height: 60px;
position: relative;
z-index: 99;
text-align: center;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text:after{
position: absolute;
content: '';
width: 30px;
height: 30px;
top: 0px;
right: 0px;
z-index: -5;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.text:before{
position: absolute;
content: '';
width: 30px;
height: 30px;
top: 0px;
right: 0px;
background-color: #fff;
z-index: -4;
opacity: .2;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.after:after{
position: absolute;
content: '';
width: 85px;
height: 85px;
top: 0px;
right: 0px;
margin: -10px;
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .number span.after:before{
position: absolute;
content: '';
width: 65px;
height: 65px;
top: 0px;
right: 0px;
border: 10px solid;
background-color: #fff;
margin: -10px;
z-index: 6;
opacity: .2;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 17px;
}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder span{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
}
/*------------------------------------------------------------------*/
/* 14) FROM OUR BLOG
/*------------------------------------------------------------------*/
.directify_fn_exmblog_wrap{
padding: 112px 0px 120px 0px;
width: 100%;
float: left;
height: auto;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder{
margin-bottom: 73px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap{
width: 100%;
padding: 43px 0px 54px 0px;
background-color: #fff;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{
float: left;
width: 33.33%;
padding: 0px 40px;
margin-bottom: 30px;
border-right: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:last-child{
border-right: none;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .svg{
width: 50px;
height: 50px;
color: #b3bac5;
margin-bottom: 20px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder h3{
margin: 0px;
font-size: 19px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 17px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.title{
display: block;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 20px;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.read_more{
display: inline-block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single .title_holder span.read_more a{
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
/*------------------------------------------------------------------*/
/* 15) ALL LISTINGS' CATEGORIES
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap{
width: 100%;
float: left;
height: auto;
position: relative;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 15;
}
.directify_fn_all_listings_wrap .directify_fn_all_listings_bg .overlay_image{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_all_listings_wrap .all_listings{
width: 100%;
float: left;
height: auto;
position: relative;
z-index: 30;
}
.directify_fn_all_listings_wrap .listings_wrap{
width: 100%;
float: left;
height: auto;
}
.directify_fn_all_listings_wrap .discovering_wrap{
width: 50%;
float: left;
height: auto;
padding: 205px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_listings_wrap .discovering{
width: 100%;
height: auto;
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .discovering .title_holder{
margin-bottom: 36px;
}
.directify_fn_all_listings_wrap .discovering .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1;
font-weight: 400;
margin-bottom: 9px;
}
.directify_fn_all_listings_wrap .discovering .title_holder span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
}
.directify_fn_all_listings_wrap .discovering .searching{
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .discovering .searching input{
margin-right: 5px;
}
.directify_fn_all_listings_wrap .discovering .searching a.directify_fn_search_btn{
color: #fff;
}
.directify_fn_all_listings_wrap .discovering span.browse_me{
float: right;
text-align: right;
display: block;
color: #777;
margin-top: 18px;
text-transform: lowercase;
}
.directify_fn_all_listings_wrap .discovering .my_dotted_arrow{
color: #777;
}
.my_dotted_arrow{
position: absolute;
bottom: 0px;
left: 100%;
margin-bottom: -30px;
margin-right: -20px;
color: #777;
}
.my_dotted_arrow.svg{
width: 56px;
height: 56px;
}
.listing_categories_wrap{
width: 50%;
float: left;
height: auto;
max-width: 470px;
padding: 85px 0px 85px 80px;
display: table;
min-height: 417px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.listing_categories_wrap .listing_categories{
display: table-cell;
vertical-align: middle;
}
.listing_categories_wrap .listing_categories .cat_single_wrap{
float: left;
width: 100%;
height: auto;
clear: both;
margin-bottom: 6px;
}
.cat_single_wrap .cat_single{
width: 187px;
height: 120px;
position: relative;
display: inline-block;
margin: 0px 4px 10px 0px;
}
.cat_single_wrap .cat_single_content{
width: 100%;
height: auto;
float: left;
z-index: 30;
position: relative;
}
.cat_single_wrap .cat_single_content a{
text-decoration: none;
display: block;
width: 100%;
height: 120px;
text-align: left;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.cat_single_wrap .cat_single_content a .svg{
width: 32px;
height: 30px;
position: absolute;
bottom: 51px;
left: 50%;
margin-left: -16px;
}
.cat_single_wrap .cat_single_content a span.cat_title{
position: absolute;
bottom: 90px;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
text-align: center;
width: 100%;
font-family: 'Poppins';
color:white;
}
.cat_single_wrap .cat_single_bg{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 5;
}
.cat_single_wrap .cat_single_bg .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 10;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.all_cat_btn a{
text-decoration: none;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
position: relative;
display: inline-block;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.all_cat_btn a span.text{
display: inline-block;
margin-right: 26px;
}
.all_cat_btn a i{
position: relative;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.all_cat_btn a i:before{
padding: 0px;
margin: 0px;
width: auto;
text-align: left;
}
.all_cat_btn a i:after{
position: absolute;
content: '';
width: 16px;
height: 1px;
background-color: #777;
right: 0;
top: 50%;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
/*------------------------------------------------------------------*/
/* 16) INDEX 22
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap .searching.input-changed-width input{
width: 300px;
margin-right: 0px;
}
.directify_fn_all_listings_wrap .select2-container{
width: 100% !important;
}
.directify_fn_all_listings_wrap .searching.input-changed-width > div{
margin-bottom: 20px;
}
.directify_fn_all_listings_wrap .searching.input-changed-width > div:last-child{
margin-bottom: 0px;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .locations_choose{
position: relative;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .locations_choose .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .search_btn{
float: left;
position: relative;
}
.directify_fn_all_listings_wrap .searching.input-changed-width span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap .searching.input-changed-width .my_dotted_arrow{
margin-bottom: -18px;
color: #fff;
}
.directify_fn_all_listings_wrap.changed .discovering{
float: right;
width: auto;
margin-right: 80px;
}
/*------------------------------------------------------------------*/
/* 17) INDEX 20
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index20 .directify_fn_all_listings_bg .overlay_color{
background-color: #000;
opacity: .5;
}
.directify_fn_all_listings_wrap.index20 .directify_fn_all_listings_bg .overlay_image{
background-image: url(../img/2.jpg);
}
.directify_fn_all_listings_wrap.index20 .discovering_wrap{
padding: 276px 0px 205px 0px;
}
.directify_fn_all_listings_wrap.index20 .listing_categories_wrap{
padding-top: 156px;
}
.directify_fn_all_listings_wrap.index20 .discovering .title_holder h3{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering .title_holder span{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .discovering .my_dotted_arrow{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .listing_categories .all_cat_btn a{
color: #fff;
}
.directify_fn_all_listings_wrap.index20 .listing_categories .all_cat_btn a i:after{
background-color: #fff;
}
/*------------------------------------------------------------------*/
/* 18) INDEX 10
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index10 .directify_fn_all_listings_bg .overlay_color{
background-color: #000;
opacity: .5;
}
.directify_fn_all_listings_wrap.index10 .directify_fn_all_listings_bg .overlay_image{
background-image: url(../img/index-bg.jpg);
}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{
width: 100%;
padding: 276px 0px;
text-align: center;
}
.directify_fn_all_listings_wrap.index10 .discovering .searching{
width: 100%;
}
.directify_fn_all_listings_wrap.index10 .listing_categories_wrap{
padding-top: 156px;
}
.directify_fn_all_listings_wrap.index10 .discovering .title_holder h3{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering .title_holder span{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering span.browse_me{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .discovering .my_dotted_arrow{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .listing_categories .all_cat_btn a{
color: #fff;
}
.directify_fn_all_listings_wrap.index10 .listing_categories .all_cat_btn a i:after{
background-color: #fff;
}
.directify_fn_listingable.listing_categories_wrap{
width: 100%;
max-width: inherit;
min-height: inherit;
padding: 112px 0px 104px 0px;
}
.directify_fn_listingable.listing_categories_wrap .listing_categories .cat_single_content{
text-align: left;
}
.directify_fn_listingable.listing_categories_wrap .title_holder{
margin-bottom: 73px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 15px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.title{
font-size: 15px;
letter-spacing: 0px;
color: #777;
line-height: 1;
display: block;
margin-bottom: 27px;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.line{
position: relative;
width: 1px;
height: 1px;
display: block;
}
.directify_fn_listingable.listing_categories_wrap .title_holder span.line:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 19) INDEX 25
/*------------------------------------------------------------------*/
.directify_fn_featured_listing_wrap.index25 .directify_fn_featured_listing{
float: none;
display: block;
padding-left: 50px;
min-height: inherit;
padding-top: 38px;
padding-bottom: 75px;
}
.directify_fn_featured_listing_wrap.index25 .featured_listing{
display: inline-block;
vertical-align: middle;
position: relative;
width: 100%;
}
.directify_fn_featured_scroll{
width: auto;
overflow-x: scroll;
margin-left: -15px;
}
.directify_fn_featured_scroll .featured_scroll{
width: 100%;
float: left;
height: auto;
}
.directify_fn_featured_scroll.index25 .featured_box_wrap{
margin-left: 15px;
}
.directify_fn_featured_scroll.index25 .directify_fn_featured_listing{
float: none;
}
.directify_fn_featured_scroll .featured_box_wrap{
}
.directify_fn_featured_scroll table{
width: auto !important;
border-collapse: collapse;
border: none;
}
.directify_fn_featured_scroll table tr{
border: none;
border-collapse: collapse;
padding: 0px;
}
.directify_fn_featured_scroll table td{
width: auto;
display: table-cell;
vertical-align: middle;
padding: 0px;
padding-right: 15px;
border: none !important;
}
.directify_fn_featured_scroll table td:last-child{
padding-right: 0px;
}
.directify_fn_featured_scroll img{
width: auto;
max-width: none;
}
.nicescroll-rails{
margin-top: 25px;
margin-left: 15px;
}
/*------------------------------------------------------------------*/
/* 20) INDEX 30
/*------------------------------------------------------------------*/
.directify_fn_all_listings_wrap.index30 .discovering .searching{
margin-bottom: 60px;
}
.directify_fn_all_listings_wrap.index30 .discovering_wrap{
padding: 191px 0px 120px 0px;
}
.directify_fn_all_listings_wrap.index30 .directify_fn_all_listings_bg .overlay_color{
background-color: #002a46;
background-image: -webkit-linear-gradient(right top, #10e126, #000 ); /* For Safari 5.1 to 6.0 */
background-image: -moz-linear-gradient(bottom left, #000, #10e126 ); /* For Firefox 3.6 to 15 */
background-image: -o-linear-gradient(bottom left, #000, #10e126 ); /* For Opera 11.1 to 12.0 */
background-image: linear-gradient(to bottom left, #10e126, #000 ); /* Standard syntax */
opacity: 1;
}
.directify_fn_all_listings_wrap.index30 .directify_fn_all_listings_bg .overlay_image{
display: none;
}
.directify_fn_all_listings_wrap.index30 .cat_single_wrap{
margin-bottom: 50px;
float: left;
}
.directify_fn_all_listings_wrap.index30 .fdbox{
width: auto;
margin-left: -3%;
}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{
margin: 0px;
width: 30.3333%;
float: left;
text-align: left;
margin-left: 3%;
margin-bottom: 30px;
clear: inherit;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap:last-child{
margin-right: 0px;
}
/*------------------------------------------------------------------*/
/* 21) GOOGLE MAP AS CONTENT (LEAFLET)
/*------------------------------------------------------------------*/
.directify_fn_map_wrap{
width: 100%;
float: left;
height: auto;
z-index: 1;
}
.directify_fn_map_wrap .map{
width: 100%;
height: 591px;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive{
background: transparent;
border: none;
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon{
width: 40px;
height: 40px;
position: relative;
margin-left: 5px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon:after{
position: absolute;
content: '';
width: 32px;
height: 30px;
top: 13px;
left: 4px;
z-index: -4;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-marker-icon.leaflet-interactive .fl-location-icon svg{
width: 20px;
height: 20px;
color: #fff;
position: absolute;
top: 10px;
left: 50%;
margin-left: -10px;
z-index: 9999;
}
.leaflet-popup-content-wrapper{
padding: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-popup-content{
min-width: 200px;
margin: 0px;
line-height: 1.5;
}
.leaflet-container a.leaflet-popup-close-button{
z-index: 99;
color: #fff;
}
.leaflet-container a.leaflet-popup-close-button:hover{
color: #fff;
}
.leaflet-mypopup-wrapper{
width: 100%;
height: auto;
}
.leaflet-mypopup-wrapper .img{
position: relative;
}
.leaflet-mypopup-wrapper img{
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.leaflet-mypopup-wrapper .price{
position: absolute;
left: 0px;
top: 20px;
margin-left: -10px;
}
.leaflet-mypopup-wrapper .price span.text{
display: block;
color: #fffefe;
font-size: 13px;
letter-spacing: 0px;
font-weight: 600;
width: 50px;
height: 25px;
line-height: 25px;
position: relative;
z-index: 99;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-mypopup-wrapper .price span.after{
display: block;
position: relative;
width: 10px;
height: 10px;
overflow: hidden;
}
.leaflet-mypopup-wrapper .price span.after:after{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
z-index: 1;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.leaflet-mypopup-wrapper .price span.after:before{
content: '';
position: absolute;
top:0px;
margin-top: -8px;
margin-left: 3px;
left: 0px;
width: 12px;
height: 12px;
background-color: #000;
opacity: .3;
z-index: 5;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.leaflet-mypopup-wrapper .content{
width: 100%;
padding: 15px 10px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.leaflet-mypopup-wrapper .title{
margin-bottom: 10px;
}
.leaflet-mypopup-wrapper .title h3{
font-size: 16px;
letter-spacing: 0px;
margin: 0px;
line-height: 1;
}
.leaflet-mypopup-wrapper .rating{
width: 100%;
}
.leaflet-mypopup-wrapper .rating span{
font-size: 12px;
line-height: 1;
letter-spacing: .5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.leaflet-mypopup-wrapper .rating span.rating{
margin-right: 5px;
font-weight: 600;
color: #fff;
width: 40px;
text-align: center;
padding: 4px 0px 3px 0px;
display: inline-block;
}
.leaflet-mypopup-wrapper .rating span.preview{
background-color: #f6fafb;
padding: 3px 9px 2px 9px;
font-weight: 400;
}
.leaflet-mypopup-wrapper .rating span.preview a{
color: #777;
text-decoration: none;
}
/*------------------------------------------------------------------*/
/* 22) SINGLE PAGE #1
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap{
width: 100%;
height: auto;
float: left;
padding: 60px 0px 0px 0px;
background-color: #f6fafb;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single,
.all_in_one_single{
width: 100%;
float: left;
clear: both;
height: auto;
}
/*------------------------------------------------------------------*/
/* 22.1) SINGLE CAROUSEL
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap .single_carousel_wrap{
width: 100%;
padding: 0px 170px;
position: relative;
margin-bottom: 20px;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-stage-outer{
height: 400px;
max-height: 400px;
min-height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-slide,
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-slide a{
display: block;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-item{
height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .owl-carousel .owl-item img{
min-width: 100%;
max-width: 100%;
height: 400px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav{
margin: 0px;
position: static;
width: auto;
margin-top: -35px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a{
width: 70px;
height: 70px;
font-size: 52px;
line-height: 68px;
background-color: #e5f3fc;
position: absolute;
top: 50%;
margin-top: -35px;
z-index: 20;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{
margin-right: auto;
margin-left: auto;
left: 50px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{
right: 50px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a i{
margin-left: 8px;
}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next i{
margin-left: 9px;
}
/*------------------------------------------------------------------*/
/* 22.2) SINGLE MAP and VIDEO
/*------------------------------------------------------------------*/
.single_map_wrap{
width: 100%;
min-height: 400px;
max-height: 400px;
height: 400px;
margin-bottom: 20px;
display: none;
}
.single_video_wrap{
width: 100%;
height: auto;
margin-bottom: 20px;
display: none;
}
.single_map_wrap iframe,
.single_video_wrap iframe{
min-width: 100%;
min-height: 100%;
}
/*------------------------------------------------------------------*/
/* 22.3) SELECT
/*------------------------------------------------------------------*/
.directify_fn_all_in_one_single_wrap .single_my_select_wrap{
width: 100%;
position: relative;
float: left;
}
.directify_fn_all_in_one_single_wrap .single_my_select{
display: block;
float: right;
margin-bottom: 20px;
position: relative;
}
.directify_fn_all_in_one_single_wrap .single_my_select > a{
display: block;
text-decoration: none;
padding: 10px 15px 10px 15px;
line-height: 1;
cursor: pointer;
border: 1px solid #f1f3f3;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
background-color: #fff;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_all_in_one_single_wrap .single_my_select > a > span{
display: inline-block;
margin-right: 30px;
min-width: 80px;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box{
width: 100%;
position: absolute;
z-index: 1000;
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
border: 1px solid #f1f3f3;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box ul li{
margin: 0px;
width: 100%;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box a{
color: #777;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
display: block;
text-decoration: none;
padding: 10px 15px 10px 15px;
line-height: 1;
cursor: pointer;
border-bottom: 1px solid #f1f3f3;
}
.directify_fn_all_in_one_single_wrap .single_my_select .hidden_box a.clicked{
color: #CFCFCF;
}
.directify_fn_all_in_one_single_wrap .single_my_select_wrap[data-position="left"] .single_my_select{float: left;}
.directify_fn_all_in_one_single_wrap .single_my_select_wrap[data-position="right"] .single_my_select{float: right;}
/*------------------------------------------------------------------*/
/* 22.4) SINGLE BOTTOM
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper{
width: 100%;
height: auto;
background-color: #f6fafb;
float: left;
clear: both;
padding: 0px 0px 80px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_content{
width: 100%;
background-color: #fff;
float: left;
position: relative;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
/*------------------------------------------------------------------*/
/* 22.5) TITLE SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_title{
width: 100%;
padding: 0px 100px;
float: left;
height: auto;
min-height: 160px;
margin-bottom: 60px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_title .pricetitle{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
}
.directify_fn_single_wrapper .single_title .price_wrapper{
position: relative;
top: 0px;
display: inline-block;
margin-right: 20px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.price{
display: inline-block;
background-color: #ffd200;
padding: 9px 15px 6px 14px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.text{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
display: inline-block;
font-weight: 500;
margin-right: 4px;
}
.directify_fn_single_wrapper .single_title .price_wrapper span.number{
font-size: 18px;
letter-spacing: 0px;
font-family: 'Poppins';
display: inline-block;
line-height: 1;
font-weight: 500;
}
.directify_fn_single_wrapper .single_title .title_verified{
position: relative;
display: inline-block;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_title .title_ver{
position: relative;
width: 100%;
padding-left: 25px;
}
.directify_fn_single_wrapper .single_title .title_verified .svg{
width: 8px;
height: 8px;
padding: 4px;
color: #fff;
position: absolute;
left: 0px;
top: 50%;
margin-top: -8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_single_wrapper .single_title .title_verified span{
font-size: 11px;
font-family: 'Poppins';
letter-spacing: .5px;
color: #777;
line-height: 1;
text-transform: uppercase;
display: inline-block;
padding: 6px 9px 4px 10px;
background-color: #e5f3fc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info{
width: auto;
display: inline-block;
float: left;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder{
display: inline-block;
float: left;
margin-right: 40px;
position: relative;
z-index: 10;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder img{
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info .img_holder:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: #e5f3fc;
top: 10px;
left: 10px;
z-index: -5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder{
display: inline-block;
position: relative;
margin-top: 8px;
max-width: 380px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{
margin: 0px;
font-size: 30px;
letter-spacing: 0;
line-height: 1.3;
margin-bottom: 9px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.text{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-bottom: 14px;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder .directify_fn_rating{
margin-bottom: 0px;
}
.directify_fn_review_wrapper .directify_fn_rating{
margin-bottom: 1px;
}
.directify_fn_review_wrapper .directify_fn_rating span{
font-size: 15px;
line-height: 18px;
letter-spacing: 0;
color: #777;
display: inline-block;
margin-left: 90px;
padding-left: 27px;
width: 120px;
vertical-align: top;
position: relative;
}
.directify_fn_review_wrapper .directify_fn_rating span:after{
content: '';
display: block;
width: 14px;
height: 1px;
background-color: #777;
position: absolute;
left: 7px;
top: 50%;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.categories{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.categories a{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_title .title_btns{
float: right;
}
.directify_fn_single_wrapper .single_title .title_btns ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li{
margin: 0px 0px 20px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li:last-child{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_btns ul li a{
display: block;
padding: 0px 20px 0px 43px;
line-height: 0;
text-decoration: none;
color: #777;
font-family: 'Poppins';
position: relative;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write a{
padding-bottom: 14px;
padding-top: 16px;
color: #fff;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write .svg{
top: 50%;
margin-top: -7px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li a span{
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
}
.directify_fn_single_wrapper .single_title .title_btns ul li .svg{
position: absolute;
top: 0px;
left: 20px;
}
.directify_fn_single_wrapper .single_title .title_btns ul li.write:hover a{
color: #fff;
}
/*------------------------------------------------------------------*/
/* 22.6) PROFILE SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_profile{
width: 100%;
float: left;
padding: 22px 100px 22px 160px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_profile .profile_verified{
width: 100%;
float: left;
display: none;
}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{
float: left;
position: absolute;
left: 100px;
top: 50%;
margin-top: -25px;
}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder img{
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{
float: left;
margin-right: 50px;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder br{
line-height: 0;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder span.name{
display: block;
font-size: 15px;
letter-spacing: 0;
line-height: 1;
color: #fff;
}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder span.job{
font-size: 11px;
letter-spacing: .5px;
line-height: 1;
color: #fff;
font-family: 'Poppins';
text-transform: uppercase;
vertical-align: bottom;
}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
font-family: 'Poppins';
line-height: 1;
padding: 11px 20px 9px 19px;
border: 1px solid #80c4f1;
color: #fff;
margin-right: 10px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn:hover,
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn.opened{
border-color: rgba(255,255,255,.95);
}
.directify_fn_single_wrapper .single_profile .profile_verified a.contact{
margin-right: 20px;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul{
margin: 0px;
list-style-type: none;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul li{
margin: 0px;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_verified ul li a{
text-decoration: none;
color: #fff;
font-weight: 500;
padding: 7.5px 8px;
display: block;
}
.directify_fn_single_wrapper .single_profile .profile_unverified{
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_profile .profile_unverified span{
font-size: 16px;
color: #fff;
line-height: 1.5;
letter-spacing: .5px;
}
.directify_fn_single_wrapper .single_profile.verified .profile_verified{
display: block;
}
.directify_fn_single_wrapper .single_profile.verified .profile_unverified{
display: none;
}
/*------------------------------------------------------------------*/
/* 22.7) FULL INFORMATION SECTION
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info{
width: 100%;
float: left;
padding: 50px 100px;
clear: both;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .left_content_wrap{
width: 60%;
float: left;
margin-right: 3%;
}
.directify_fn_single_wrapper .single_info .right_content_wrap{
width: 37%;
float: left;
}
/*------------------------------------------------------------------*/
/* 22.7.1) TEXT
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .some_text{
width: 100%;
padding: 24px 30px;
float: left;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .some_text span{
display: inline-block;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0;
color: #777;
margin-bottom: 27px;
}
.directify_fn_single_wrapper .single_info .some_text span:last-child{
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 22.7.2) OPENING TIME
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .opening_time{
width: 100%;
float: left;
margin-bottom: 47px;
}
.directify_fn_single_wrapper .single_info .opening_time .header{
width: 100%;
float: left;
padding: 21px 30px 20px 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .opening_time .header > span{
display: block;
font-size: 15px;
line-height: 1.3;
letter-spacing: 0px;
color: #fff;
}
.directify_fn_single_wrapper .single_info .opening_time .header span.open{
text-transform: uppercase;
}
.directify_fn_single_wrapper .single_info .opening_time .content{
width: 100%;
float: left;
padding: 25px 30px 24px 30px;
background-color: #fff;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
position: relative;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .opening_time .content ul{
list-style-type: none;
margin: 0px;
width: 100%;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li{
margin: 0px;
position: relative;
margin-bottom: 13px;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li span.label{
font-size: 15px;
color: #777;
letter-spacing: 0px;
padding-right: 30px;
display: inline-block;
width: 100px;
word-break: break-all;
line-height: 1;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li span.time{
font-size: 15px;
color: #777;
letter-spacing: 0px;
display: inline-block;
line-height: 1;
}
.directify_fn_single_wrapper .single_info .opening_time .content ul li:last-child{
margin-bottom: 0px;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me{
display: inline-block;
position: relative;
float: left;
clear: both;
width: 100%;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire{
position: absolute;
float: right;
text-align: right;
display: block;
right: 0px;
top: 100%;
padding: 7px 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .5px;
font-family: 'Poppins';
text-decoration: none;
}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire span.show{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire span.hide{display: none;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire.opened span.hide{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time .hire_me a.hire.opened span.show{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.open .header{background-color: #19cb33;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header{background-color: #c10a28;}
.directify_fn_single_wrapper .single_info .opening_time.open .header span.open{display: inline-block;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header span.open{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.open .header span.closed{display: none;}
.directify_fn_single_wrapper .single_info .opening_time.closed .header span.closed{display: inline-block;}
/*------------------------------------------------------------------*/
/* 22.7.3) OPTIONS
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .options{
width: 100%;
padding: 30px;
float: left;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .options ul{
list-style-type: none;
margin: 0px;
}
.directify_fn_single_wrapper .single_info .options ul li{
margin: 0px;
width: 50%;
float: left;
position: relative;
padding: 0px 10px 0px 33px;
color: #777;
min-height: 23px;
margin-bottom: 15px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .options ul li .svg{
width: 23px;
height: 23px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -11.5px;
}
.directify_fn_single_wrapper .single_info .options ul li span{
display: inline-block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
/*------------------------------------------------------------------*/
/* 23) REVIEW BOX
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper{
width: 100%;
float: left;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/* 23.1) RATING BOX
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box{
width: 100%;
float: left;
border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
}
/*------------------------------------------------------------------*/
/* 23.1.1) TOTAL
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box .rating_total{
width: 35%;
float: left;
background-color: #f6fafb;
padding: 47px 30px 37px 30px;
text-align: center;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .rating_box .rating_total > h3{
margin: 0px;
font-size: 60px;
letter-spacing: 0;
line-height: 1;
margin-bottom: -2px;
}
.directify_fn_review_wrapper .rating_box .rating_total > span{
display: inline-block;
font-size: 15px;
letter-spacing: 0;
line-height: 1;
color: #777;
margin-bottom: 11px;
}
.directify_fn_review_wrapper .rating_box .rating_total .directify_fn_rating{
margin: 0px auto;
}
/*------------------------------------------------------------------*/
/* 23.1.2) RATING PROGRESS BAR
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .rating_box .rating_progress{
width: 65%;
float: left;
padding: 28px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.progress_bar{
width: 100%;
margin-bottom: 17px;
clear: both;
float: left;
position: relative;
}
.progress_bar:last-child{
margin-bottom: 0px;
}
.progress_bar span.label{
font-size:15px;
color:#263248;
letter-spacing:0px;
line-height: 1;
float: left;
margin-right: 10px;
width: 60px;
word-break: break-all;
display: inline-block;
position: absolute;
top: 0px;
left: 0px;
}
.progress_bar span.number{
font-size:15px;
text-align: left;
color:#777;
letter-spacing: 0px;
line-height: 1;
width: 35px;
word-break: break-all;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.progress_bar .barr{
float: left;
width: 100%;
padding: 0px 50px 0px 60px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.progress_bar .bar_bg{
background: #f6fafb;
width: 100%;
position: relative;
height: 12px;
float: left;
}
.progress_bar .bar_bg .bar_wrap{
width:0px;
height:100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.progress_bar .bar_bg .bar{
height: 100%;
background: #ffd200;
overflow: hidden;
}
.progress_bar[data-bg-theme="dark"] .bar_bg .bar{background-color: #333 !important;}
.progress_bar[data-bg-theme="dark"] .bar_bg{background-color: #bbb !important;}
.progress_bar[data-bg-theme="red"] .bar_bg .bar{background-color: #ff0000 !important;}
.progress_bar[data-bg-theme="red"] .bar_bg{background-color: #ffbbbb !important;}
.progress_bar[data-bg-theme="blue"] .bar_bg .bar{background-color: #3651ff !important;}
.progress_bar[data-bg-theme="blue"] .bar_bg{background-color: #B7C1FF !important;}
/*------------------------------------------------------------------*/
/* 23.2) ALL REVIEWS
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .all_reviews_wrap{
width: 100%;
float: left;
padding: 60px 30px 30px 30px;
border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_review_wrapper .all_reviews > .title_holder h3{
margin: 0px;
line-height: 1;
letter-spacing: .5px;
font-size: 16px;
color: #263248;
text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/* 23.2.1) REVIEW SINGLE
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .all_reviews_wrap .review_single{
width: 100%;
padding: 30px 0px 0px 110px;
float: left;
position: relative;
min-height: 175px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info{
position: absolute;
top: 30px;
left: 0px;
max-width: 80px;
text-align: center;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .info{
position: relative;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .img_holder{
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 1px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info .img_holder:before{
content: '';
position: absolute;
top: 100%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -10px;
background-color: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info img{
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.number{
display: block;
line-height: 1;
font-size: 11px;
letter-spacing: 0px;
color: #777;
margin-top: -4px;
z-index: 20;
position: relative;
margin-bottom: 2px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.reviews{
font-size: 11px;
letter-spacing: .5px;
text-transform: uppercase;
line-height: 1;
display: block;
color: #777;
font-family: 'Poppins';
margin-bottom: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info span.name{
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
color: #263248;
font-family: 'Poppins';
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment{
width: 100%;
float: left;
min-height: 125px;
padding-bottom: 27px;
border-bottom: 1px solid #f5f5f5;
margin-top: 20px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single:last-child .person_comment{
border-bottom: none;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{
margin-bottom: 0px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder{
width: 100%;
float: left;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder h3{
margin: 0px;
letter-spacing: .5px;
font-size: 16px;
color: #263248;
line-height: 1;
margin-bottom: 31px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .title_holder p{
font-size: 15px;
line-height: 1.5;
color: #777;
letter-spacing: 0px;
margin-bottom: 33px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder{
width: 100%;
float: left;
margin-bottom: 32px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img{
width: 49%;
margin-right: 2%;
float: left;
margin-bottom: 10px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img.last{
margin-right: 0;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder a{
text-decoration: none;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer{
width: 100%;
float: left;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer > span{
font-size: 15px;
line-height: 1;
color: #777;
display: block;
margin-bottom: 12px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a{
text-decoration: none;
font-family: 'Poppins';
font-size: 14px;
display: inline-block;
line-height: 1;
letter-spacing: .5px;
padding: 8px 19px 8px 19px;
border-width: 1px;
border-style: solid;
margin-right: 5px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.text{
margin-right: 4px;
vertical-align: bottom;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.number{
display: inline-block;
padding: 4px 7px 1px 7px;
background-color: #e5f3fc;
font-size: 11px;
letter-spacing: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a:hover{
color: #fff;
}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a:hover span.number{
background-color: rgba(0,0,0,.7);
}
/*------------------------------------------------------------------*/
/* 23.3) ADD REVIEW
/*------------------------------------------------------------------*/
.directify_fn_review_wrapper .add_review_wrap{
width: 100%;
float: left;
padding: 58px 30px 60px 30px;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .add_review_wrap .title_holder{
width: 100%;
margin-bottom: 25px;
}
.directify_fn_review_wrapper .add_review_wrap .title_holder h3{
margin: 0px;
font-size: 16px;
line-height: 1;
letter-spacing: .5px;
text-transform: uppercase;
color: #263248;
}
.directify_fn_review_wrapper .add_review_wrap form > div{margin-bottom: 28px;clear: both;}
.directify_fn_review_wrapper .add_review_wrap form > div:last-child{margin-bottom: 0px;}
.directify_fn_review_wrapper .add_review_wrap form label{
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
color: #777;
display: block;
margin-bottom: 12px;
}
.directify_fn_review_wrapper .add_review_wrap form label span{
color: #c10a28;
display: inline-block;
margin-left: 7px;
}
.directify_fn_review_wrapper .add_review_wrap form input,
.directify_fn_review_wrapper .add_review_wrap form textarea{
width: 100%;
min-width: 100%;
border: 1px solid #f5f5f5 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .add_review_wrap form .your-rating .directify_fn_rating label{
margin: 0 0 0 110px;
float: left;
display: inline-block;
line-height: 21px;
background-color: #e5f3fc;
padding: 0px 10px;
text-transform: uppercase;
font-size: 11px;
font-family: 'Poppins';
position: relative;
letter-spacing: .5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_review_wrapper .add_review_wrap form .your-rating .directify_fn_rating label:after{
content: '';
position: absolute;
width: 6px;
height: 6px;
background-color: #e5f3fc;
top: 50%;
left: -2px;
margin-top: -3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_review_wrapper .add_review_wrap form .your-image > span{
font-size: 15px;
line-height: 34px;
letter-spacing: 0px;
color: #777;
display: inline-block;
margin-right: 10px;
vertical-align: top;
}
.directify_fn_review_wrapper .add_review_wrap form .your-image label.forinput{
display: inline-block;
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
padding: 0px 20px 0px 20px;
border-width: 1px;
border-style: solid;
cursor: pointer;
margin-bottom: 0px;
max-width: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_review_wrapper .add_review_wrap form .your-image label.forinput span{
color: currentColor;
margin-left: 0px;
padding: 10px 0px 8px 0px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.directify_fn_review_wrapper .add_review_wrap form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
width: auto;
min-width: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 24) ADDRESS BOX
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .address_wrap{
width: 100%;
float: left;
padding: 30px 30px 14px 30px;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .address{
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_info .address .google_map{
width: 100%;
float: left;
margin-bottom: 22px;
height: 250px;
}
.directify_fn_single_wrapper .single_info .address iframe{
width: 100%;
}
.directify_fn_single_wrapper .single_info .address ul{
list-style-type: none;
margin: 0px;
width: 100%;
float: left;
}
.directify_fn_single_wrapper .single_info .address ul li{
margin: 0px;
width: 100%;
position: relative;
float: left;
padding: 0px 0px 0px 25px;
color: #777;
margin-bottom: 12px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .address ul li .svg{
width: 16px;
height: 16px;
position: absolute;
top: 2px;
left: 0px;
}
.directify_fn_single_wrapper .single_info .address ul li a{
display: inline-block;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper .single_info .address ul li a .svg{
color: #777;
}
.directify_fn_single_wrapper .single_info .address ul li span{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0;
}
/*------------------------------------------------------------------*/
/* 25) PHONE BOX
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper .single_info .phone_wrap{
width: 100%;
float: left;
padding: 30px 30px 26px 30px;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px rgba(0,0,0,.03);
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .phone{
width: 100%;
float: left;
text-align: center;
}
.directify_fn_single_wrapper .single_info .phone .svg{
width: 60px;
height: 60px;
display: block;
margin: 0px auto;
margin-bottom: 18px;
color: #777;
}
.directify_fn_single_wrapper .single_info .phone span{
display: block;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
color: #777;
margin-bottom: 13px;
}
.directify_fn_single_wrapper .single_info .phone p{
font-size: 24px;
line-height: 1;
letter-spacing: 0;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap{
width: 100%;
float: left;
padding: 30px;
border: 1px solid #f5f5f5;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .contact_form{
width: 100%;
float: left;
position: relative;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer{
position: absolute;
right: 0px;
top: 0px;
z-index: 20;
line-height: 0;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a{
text-decoration: none;
width: 11px;
height: 11px;
display: block;
position: relative;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span{
width: 15px;
height: 1px;
background-color: #263248;
display: block;
position: absolute;
left: -2px;
bottom: 5px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span.a{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .closer a span.b{
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .title_holder{
display: block;
width: 100%;
float: left;
padding-right: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper .single_info .contact_form_wrap .title_holder h3{
margin: 0px;
line-height: 1;
font-size: 16px;
text-transform: uppercase;
letter-spacing: .5px;
color: #263248;
margin-bottom: 25px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form > div{margin-bottom: 28px}
.directify_fn_single_wrapper .single_info .contact_form_wrap form > div:last-child{margin-bottom: 0px}
.directify_fn_single_wrapper .single_info .contact_form_wrap form .your-message{margin-bottom: 30px;}
.directify_fn_single_wrapper .single_info .contact_form_wrap form label{
display: block;
font-size: 15px;
color: #777;
line-height: 1;
letter-spacing: 0px;
margin-bottom: 12px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form label span{
display: inline-block;
color: #c10a28;
margin-left: 5px;
}
.directify_fn_single_wrapper .single_info .contact_form_wrap form input,
.directify_fn_single_wrapper .single_info .contact_form_wrap form textarea{
width: 100%;
min-width: 100%;
display: block;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_btn_contactsend{
display: inline-block !important;
width: auto !important;
min-width: auto !important;
border: none !important;
font-size: 14px;
line-height: 1;
font-family: 'Poppins' !important;
letter-spacing: 0px;
color: #fff;
padding: 14px 20px 15px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* CONTACT FORM NOTICE (ERROR) */
.contact_form .empty_notice{
color: #F00;
display: none;
position: relative;
}
.contact_form .returnmessage{
display: none;
position: relative;
}
.contact_form .returnmessage span{
color: #009900;
display: block;
}
.contact_form .returnmessage span.contact_error{
color: #f00;
}
/*------------------------------------------------------------------*/
/* 26) SINGLE #2
/*------------------------------------------------------------------*/
.directify_fn_single_wrapper.second_single{
padding-top: 80px;
}
.directify_fn_single_wrapper.second_single .single_profile{
padding-left: 90px;
padding-right: 30px;
}
.directify_fn_single_wrapper.second_single .single_profile .profile_verified .img_holder{
left: 30px;
}
.directify_fn_single_wrapper.second_single .single_info{
padding: 0px;
position: relative;
}
.directify_fn_single_wrapper.second_single .single_info .left_content_wrap{
float: right;
margin-right: 0px;
width: 100%;
padding-left: 360px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .left_content{
width: 100%;
float: left;
position: relative;
clear: both;
height: auto;
border-left: 1px solid #eee;
}
.directify_fn_single_wrapper.second_single .single_info .right_content_wrap{
width: 360px;
position: absolute;
top: 0px;
left: 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .right_content{
width: 100%;
position: relative;
float: left;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .contact_form_wrap{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{
width: 33.3333%;
float: left;
height: auto;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn a{
display: block;
text-decoration: none;
font-size: 14px;
letter-spacing: .5px;
font-family: 'Poppins';
color: #777;
line-height: 1;
text-align: center;
position: relative;
padding: 23px 10px;
border-right: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn:last-child a{
border-right: none;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn span.button{
display: inline-block;
position: relative;
padding-left: 23px;
word-break: break-all;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn .svg{
position: absolute;
top: -1px;
left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn a:hover{
background-color: #000;
color: #fff;
border-right-color: #000;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .header{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .content{
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .opening_time .hire_me a.hire{
left: 30px;
right: auto;
padding-left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap{
width: 100%;
padding: 20px 30px;
float: left;
height: auto;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton{
width: 100%;
float: left;
height: auto;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap a{
display: block;
text-decoration: none;
color: #777;
font-size: 15px;
letter-spacing: 0px;
line-height: 18px;
position: relative;
padding-left: 27px;
}
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap a .svg{
width: 18px;
height: 18px;
position: absolute;
top: -1px;
left: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap{
width: 100%;
padding: 30px;
float: left;
height: auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_single_wrapper.second_single .single_info .photo_box{
height: auto;
float: left;
width: 100%;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul{
list-style-type: none;
margin: 0px;
margin-left: -10px;
clear: both;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul li{
margin: 0px;
width: 90px;
float: left;
margin-left: 10px;
margin-bottom: 10px;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap ul li a{
display: block;
text-decoration: none;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap .see{
float: left;
clear: both;
width: 100%;
}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap .see a{
text-decoration: none;
font-size: 15px;
line-height: 1;
}
.directify_fn_single_wrapper.second_single .single_info .google_map_wrap{
width: 100%;
float: left;
clear: both;
height: 350px;
}
.directify_fn_single_wrapper.second_single .single_info .google_map_wrap .google_map{
width: 100%;
float: left;
clear: both;
height: 350px;
}
.directify_fn_single_wrapper.second_single .single_title{
padding: 30px;
margin-bottom: 0px;
}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{
margin-bottom: 60px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder:after{
top: -10px;
bottom: -10px;
width: 90%;
left: 5%;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder:before{
position: absolute;
content: '';
width: 90%;
height: 100%;
background-color: #e5f3fc;
bottom: -10px;
left: 5%;
z-index: -5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder{
margin-right: 0px;
display: block;
width: 100%;
margin-bottom: 35px;
margin-top: 40px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder{
margin-top: 0px;
}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{
display: table;
min-height: 300px;
margin-top: 40px;
}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder > div{
display: table-cell;
vertical-align: middle;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder h3{
font-size: 24px;
font-weight: 400;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder span.categories{
display: block;
margin-bottom: 24px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number{
width: 100%;
float: left;
clear: both;
position: relative;
min-height: 20px;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number .svg{
width: 20px;
height: 20px;
position: absolute;
top: 0px;
left: 0px;
color: #777;
}
.directify_fn_single_wrapper.second_single .single_title .title_info .phone_number span{
display: inline-block;
padding-left: 30px;
line-height: 20px;
font-size: 20px;
letter-spacing: 0px;
color: #777;
}
.directify_fn_single_wrapper.second_single .single_info .address_wrap{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .some_text{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .options{
border: none;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.directify_fn_single_wrapper.second_single .single_info .directify_fn_review_wrapper{
border: none;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/*------------------------------------------------------------------*/
/* 27) BLOG
/*------------------------------------------------------------------*/
.directify_fn_blog_wrap{
width: 100%;
float: left;
height: auto;
padding: 100px 0px;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_wrap .blog_wrapper{
width: 100%;
float: left;
height: auto;
clear: both;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost{
list-style-type: none;
margin: 0px;
margin-left: -2.5%;
margin-bottom: 40px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{
margin: 0px;
width: 30.8333%;
float: left;
margin-left: 2.5%;
margin-bottom: 30px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post{
width: 100%;
float: left;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder{
width: 100%;
float: left;
clear: both;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder img{
width: 100%;
display: block;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .img_holder a{
display: block;
text-decoration: none;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder{
background-color: #fff;
width: 100%;
float: left;
clear: both;
height: auto;
padding: 47px 40px 46px 40px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder h3{
margin: 0px;
font-size: 20px;
line-height: 1.3;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 17px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 22px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder span.date{
display: inline-block;
position: relative;
margin-left: 26px;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder span.date:after{
content: '';
position: absolute;
right: 100%;
margin-right: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_pagination{
width: 100%;
float: left;
height: auto;
}
.directify_fn_pagination ul{
margin: 0px;
list-style-type: none;
}
.directify_fn_pagination ul li{
margin: 0px;
margin-right: 5px;
float: left;
}
.directify_fn_pagination ul li a{
display: inline-block;
text-decoration: none;
color: #777;
font-size: 15px;
letter-spacing: 0px;
border: 1px solid rgba(17,17,17,.05);
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
position: relative;
background-color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.directify_fn_pagination ul li a span{
display: block;
}
.directify_fn_pagination ul li a:hover,
.directify_fn_pagination ul li.activated a{
color: #fff;
}
/*------------------------------------------------------------------*/
/* 28) BLOG SINGLE
/*------------------------------------------------------------------*/
.directify_fn_blog_single_wrap{
width: 100%;
float: left;
height: auto;
padding: 100px 0px;
background-color: #f6fafb;
clear: both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_single_wrap .blog_single_wrapper{
width: 100%;
float: left;
height: auto;
clear: both;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{
width: 100%;
float: left;
min-height: 700px;
clear: both;
position: relative;
z-index: 10;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img .bg-img{
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
position: absolute;
z-index: 5;
background-image: url(../img/blog/single1.jpg);
background-position: center;
background-size: cover;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #fff;
padding: 58px 50px 55px 50px;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder{
width: 100%;
float: left;
clear: both;
margin-bottom: 42px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
margin-bottom: 19px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder span.date{
display: inline-block;
position: relative;
margin-left: 26px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder span.date:after{
content: '';
position: absolute;
right: 100%;
margin-right: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{
margin: 0px;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.2;
margin-bottom: 29px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p{
line-height: 1.5;
letter-spacing: 0px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{
font-size: 24px;
margin-bottom: 32px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text{
font-size: 18px;
color: #777;
margin-bottom: 35px;
}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text:last-child{
margin-bottom: 0px;
}
.directify_fn_tags{
width: 100%;
float: left;
clear: both;
height: auto;
margin-bottom: 7px;
position: relative;
}
.directify_fn_tags > label{
position:absolute;
top:0px;
left: 0px;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #444;
font-weight: 600;
}
.directify_fn_tags > em{
display: block;
font-size: 15px;
line-height: 1;
letter-spacing: 0px;
margin-left: -1px;
width: 100%;
padding-left: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_tags > em a{
text-decoration: none;
border-bottom: 1px solid transparent;
display: inline-block;
margin-left: 7px;
margin-bottom: 3px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_social_icons{
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
}
.directify_fn_social_icons > label{
position:absolute;
top:0px;
left: 0px;
font-size: 15px;
letter-spacing: 0px;
line-height: 1.5;
color: #444;
font-weight: 600;
}
.directify_fn_social_icons > ul{
display: inline-block;
margin: 0px;
list-style-type: none;
width: 100%;
padding-left: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_social_icons > ul > li{
margin: 0px;
margin-right: 11px;
display: inline-block;
}
.directify_fn_social_icons > ul > li a{
display: inline-block;
text-decoration: none;
color: #444;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_social_icons > ul > li a i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.directify_fn_comment_wrapper{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #fff;
}
.directify_fn_comment_wrapper .directify_fn_comment{
width: 100%;
float: left;
clear: both;
height: auto;
}
.directify_fn_comment_wrapper .comments{
padding: 58px 50px 60px 50px;
width: 100%;
float: left;
clear: both;
border-bottom: 1px solid #f5f5f5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .title_holder h3{
margin: 0px;
font-size: 16px;
line-height: 1;
letter-spacing: 0px;
color: #263248;
text-transform: uppercase;
}
.directify_fn_comment .comment_single{
width: 100%;
padding: 27px 0px 0px 110px;
float: left;
position: relative;
min-height: 175px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .comment_single .person_info{
position: absolute;
top: 30px;
left: 0px;
max-width: 80px;
text-align: center;
}
.directify_fn_comment .comment_single .person_info .info{
position: relative;
}
.directify_fn_comment .comment_single .person_info .img_holder{
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 1px;
}
.directify_fn_comment .comment_single .person_info .img_holder:before{
content: '';
position: absolute;
top: 100%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -10px;
background-color: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_comment .comment_single .person_info .img_holder img{
z-index: 5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_comment .comment_single .person_info span.number{
display: block;
line-height: 1;
font-size: 11px;
letter-spacing: 0px;
color: #777;
margin-top: -4px;
z-index: 20;
position: relative;
margin-bottom: 2px;
}
.directify_fn_comment .comment_single .person_info span.reviews{
font-size: 11px;
letter-spacing: .5px;
text-transform: uppercase;
line-height: 1;
display: block;
color: #777;
font-family: 'Poppins';
margin-bottom: 3px;
}
.directify_fn_comment .comment_single .person_info span.name{
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
color: #263248;
font-family: 'Poppins';
}
.directify_fn_comment .comment_single .person_comment{
width: 100%;
float: left;
min-height: 125px;
padding-bottom: 27px;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_comment .comment_single:last-child .person_comment{
border-bottom: none;
}
.directify_fn_comment .comment_single .person_comment .inner{
margin-top: 20px;
}
.directify_fn_comment .comment_single .person_comment .inner > span{
display: block;
line-height: 1;
font-size: 15px;
letter-spacing: 0px;
color: #777;
margin-bottom: 20px;
}
.directify_fn_comment .comment_single .person_comment .inner > span a{
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_comment .comment_single .person_comment .inner span.date{
display: inline-block;
position: relative;
margin-right: 26px;
}
.directify_fn_comment .comment_single .person_comment .inner span.date:before{
content: '';
position: absolute;
left: 100%;
margin-left: 6px;
width: 14px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.directify_fn_comment .comment_single .person_comment .inner p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
}
.directify_fn_comment .add_comment_wrap{
width: 100%;
float: left;
clear: both;
height: auto;
padding: 58px 50px 60px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .add_comment_wrap .title_holder{
margin-bottom: 25px;
}
.directify_fn_comment .add_comment_wrap .title_holder h3{
margin: 0px;
font-size: 16px;
letter-spacing: .5px;
line-height: 1;
color: #263248;
text-transform: uppercase;
}
.directify_fn_comment .add_comment_wrap form > div{
margin-bottom: 22px;
}
.directify_fn_comment .add_comment_wrap form > div:last-child{
margin-bottom: 0px;
}
.directify_fn_comment .add_comment_wrap form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
}
.directify_fn_comment .add_comment_wrap form label span{
color: #c10a28;
display: inline-block;
margin-left: 7px;
}
.directify_fn_comment .add_comment_wrap form textarea{
width: 100%;
min-width: 100%;
}
.directify_fn_comment .add_comment_wrap form input[type="text"]{
width: 340px;
font-size: 15px;
padding: 0px 15px !important;
height: 44px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_comment .add_comment_wrap form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_comment .add_comment_wrap form .your-website{
margin-bottom: 30px;
}
/*------------------------------------------------------------------*/
/* 29) SUBMIT
/*------------------------------------------------------------------*/
.directify_fn_submit_img_holder{
width: 100%;
float: left;
clear: both;
height: 350px;
position: relative;
z-index: 15;
}
.directify_fn_submit_img_holder.absolute{
position: absolute;
}
.directify_fn_submit_img_holder .overlay_color{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
opacity: 1;
left: 0px;
z-index: 10;
}
.directify_fn_submit_img_holder .overlay_image{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-size: cover;
background-position: center center;
z-index: 5;
}
/*------------------------------------------------------------------*/
/* 29.1) SUBMIT CONTENT
/*------------------------------------------------------------------*/
.directify_fn_submit_content{
width: 100%;
float: left;
clear: both;
height: auto;
background-color: #f6fafb;
padding: 0px 20px 50px 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit{
max-width: 800px;
margin: 0px auto;
background-color: #fff;
margin-top: -50px;
position: relative;
z-index: 20;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit:after{
position: absolute;
content: '';
width: 96%;
height: 10px;
bottom: 100%;
left: 2%;
background-color: rgb(214,214,214);
opacity: .7;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.directify_fn_submit .submit{
width: 100%;
}
.directify_fn_submit_form{
width: 100%;
clear: both;
height: auto;
}
.directify_fn_submit_form > div{
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_form > div:last-child{
border-bottom: none;
}
.directify_fn_submit_form > div > div{
margin-bottom: 38px;
width: 100%;
}
.directify_fn_submit_form > div > div:last-child{
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 29.2) SUBMIT MAIN SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_main_section{
padding: 40px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_main_section .have-account{
width: 100%;
padding: 24px 30px;
background-color: #e5f3fc;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit_main_section .have-account p{
font-size: 15px;
line-height: 1.5;
color: #777;
letter-spacing: 0px;
}
.directify_fn_submit_main_section .have-account p a{
text-decoration: none;
border-bottom: 1px solid transparent;
}
/*------------------------------------------------------------------*/
/* 29.3) SUBMIT BASE
/*------------------------------------------------------------------*/
.directify_fn_submit_form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
position: relative;
}
.directify_fn_submit_form label > span{
color: #c10a28;
display: inline-block;
margin-left: 6px;
}
.directify_fn_submit_form ::-webkit-input-placeholder{color:#ccc;}
.directify_fn_submit_form ::-moz-placeholder{color:#ccc;}
.directify_fn_submit_form :-moz-placeholder{color:#ccc;}
.directify_fn_submit_form :-ms-input-placeholder{color:#ccc;}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form textarea,
.directify_fn_submit_form select{
border: 1px solid #e5e5e5;
font-size: 15px;
line-height: 1;
color: #777;
vertical-align: bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form select{
width: 340px;
padding: 0px 15px !important;
height: 44px;
}
/*------------------------------------------------------------------*/
/* 29.4) SUBMIT PROMPT
/*------------------------------------------------------------------*/
.directify_fn_submit_form .helpbox{
display: block;
margin-bottom: 12px;
position: relative;
}
.directify_fn_submit_form .helpbox .label{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_submit_form .helpbox .wii{
display: inline-block;
margin-left: 5px;
position: relative;
}
.directify_fn_submit_form .helpbox .wii span{
display: block;
line-height: 1;
padding: 3px 5px 2px 5px;
background-color: #e5f3fc;
color: #777;
cursor: help;
font-size: 12px;
font-weight: 500;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_submit_form .helpbox .prompt{
position: absolute;
width: 200px;
height: auto;
min-height: auto;
bottom: 100%;
margin-bottom: 5px;
padding: 10px;
background-color: #333;
left: 100%;
z-index: 25;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_submit_form .helpbox .prompt p{
font-size: 13px;
color: #fff;
line-height: 1.3;
letter-spacing: 1px;
}
.directify_fn_submit_form .helpbox .wii:hover .prompt{
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*------------------------------------------------------------------*/
/* 29.5) SUBMIT LISTING SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_listing_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/* 29.6) SUBMIT OPENING SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_opening_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_opening_section > label{
margin-bottom: 0px;
}
.directify_fn_submit_opening_section a{
text-decoration: none;
}
.directify_fn_submit_opening_section a span.text{
vertical-align: middle;
}
.directify_fn_submit_opening_section a span.trigger{
display: inline-block;
width: 16px;
height: 16px;
line-height: 14px;
text-align: center;
border-width: 2px;
border-style: solid;
font-size: 12px;
font-family: 'Poppins';
vertical-align: text-bottom;
font-weight: 500;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_opening_section a span.trigger.on{
display: inline-block;
}
.directify_fn_submit_opening_section a span.trigger.off{
display: none;
}
.directify_fn_submit_opening_section a.clicked span.trigger.on{
display: none;
}
.directify_fn_submit_opening_section a.clicked span.trigger.off{
display: inline-block;
}
.directify_fn_submit_opening_section input{
width: 120px !important;
min-width: auto;
}
.directify_fn_submit_opening_section .opening_time{
display: none;
}
.directify_fn_submit_opening_section .opening_time > div{
margin-bottom: 5px;
}
.directify_fn_submit_opening_section .opening_time >div:last-child{
margin-bottom: 0px;
}
.directify_fn_submit_opening_section .opening_time span{
display: inline-block;
line-height: 44px;
font-size: 15px;
letter-spacing: 0px;
color: #777;
width: 120px;
margin-right: 10px;
}
.directify_fn_submit_opening_section .opening_time .dash{
position: relative;
width: 15px;
height: 44px;
display: inline-block;
vertical-align: bottom;
margin: 0px 20px;
}
.directify_fn_submit_opening_section .opening_time .dash:after{
position: absolute;
left: 0px;
top: 50%;
margin-top: -1px;
content: '';
width: 100%;
height: 1px;
background-color: #777;
}
/*------------------------------------------------------------------*/
/* 29.7) SUBMIT UPLOAD SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_upload_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_upload_section .sign-main-img{
display: inline-block;
margin-right: 30px;
width: auto;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .directify_fn_submit_upload_section .title_holder{
padding: 0px;
}
.directify_fn_submit_upload_section .sign-gallery-img{
display: inline-block;
width: auto;
}
.directify_fn_submit_upload_section .box_wrap{
width: 180px !important;
height: 180px;
text-align: center;
display: table;
border: 1px dashed #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.inputfile{
width: 0.1px !important;
min-width: auto !important;
height: 0.1px !important;
opacity: 0 !important;
overflow: hidden !important;
position: absolute !important;
z-index: -1 !important;
}
.directify_fn_submit_upload_section .box_wrap span{
display: block;
color: #777 !important;
}
.directify_fn_submit_upload_section .box_wrap label{
font-size: 12px;
font-weight: 500;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
overflow: hidden;
width: 180px;
height: 180px;
display: table-cell;
vertical-align: middle;
}
.directify_fn_submit_upload_section .box_wrap .svg {
vertical-align: middle;
margin-top: -0.25em;
margin-right: 0.25em;
fill: #777;;
width: 40px;
height: 40px;
display: inline-block;
margin-bottom: 15px;
}
/*------------------------------------------------------------------*/
/* 29.8) SUBMIT OWNER SECTION
/*------------------------------------------------------------------*/
.directify_fn_submit_owner_section{
width: 100%;
padding: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_submit_owner_section >div:nth-last-child(2){
margin-bottom: 40px;
}
.directify_fn_submit_form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 30) LISTING 2
/*------------------------------------------------------------------*/
.directify_fn_listing_map_wrapper{
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
border-bottom: 1px solid #e5e5e5;
}
.directify_fn_listing_map_wrapper .directify_fn_listing{
width: 870px;
float: left;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{
width: 100%;
padding: 50px;
float: left;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters{
width: 100%;
float: left;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects{
margin-left: -1%;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{
width: 32.3333%;
margin-left: 1%;
float: left;
position: relative;
margin-bottom: 40px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select2-container{
width: 100% !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects input{
width: 100%;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .svg{
position: absolute;
right: 11px;
top: 50%;
margin-top: -7px;
color: #777;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .zoomer{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pointer{
cursor: pointer !important;
}
.slider-container{
width: 100% !important;
float: left;
}
.back-bar .selected-bar{
display: none;
}
.slider-container .scale{display: none;}
.back-bar .pointer{
width: 17px !important;
height: 17px !important;
top: -7px !important;
}
.back-bar .pointer-label.high{
font-size: 13px !important;
letter-spacing: 0px !important;
line-height: 1 !important;
color: #777 !important;
display: inline-block !important;
padding: 5px 6px 4px 6px !important;
border: 1px solid #e5e5e5 !important;
background-color: #fff !important;
margin-left: 32px !important;
margin-top: 6px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.back-bar .pointer-label.high:after{
content: ' km';
position: relative;
}
.back-bar .pointer-label.high.left{
margin-left: -50px !important;
}
.back-bar .pointer.high:after{
content: '';
position: absolute;
background-color: #fff;
left: 6px;
top: 8px;
width: 5px;
height: 1px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer{
width: 100%;
float: left;
clear: both;
margin-bottom: 50px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer span,
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
display: inline-block;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer span{
color: #777;
margin-right: 25px;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a{
text-decoration: none;
color: #3949ab;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .info_printer a:hover{
border-bottom-color: #3949ab;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper{
width: 100%;
float: left;
clear: both;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{
margin: 0px;
list-style-type: none;
margin-left: -3%;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{
margin: 0px;
width: 47%;
float: left;
margin-left: 3%;
margin-bottom: 3%;
}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{
margin-left: 0px;
}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{
width: 60%;
width: calc(100% - 870px);
height: auto;
display: block;
right: 0px;
bottom: 0px;
position: fixed;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{
display: block;
position: fixed;
bottom: 0px;
top: 0px;
left: 870px;
right: 0px;
}
/*------------------------------------------------------------------*/
/* 31) DASHBOARD HOME
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper{
width: 100%;
float: left;
clear: both;
padding: 50px 0px;
position: relative;
background-color: #f6fafb;
min-height: 280px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_bg{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_dashboard_wrapper .dashboard_bg .overlay_color{
z-index: 15;
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_bg .overlay_image{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_dashboard_wrapper .dashboard_content{
width: 100%;
clear: both;
float: left;
background-color: #fff;
position: relative;
z-index: 30;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap{
width: 32%;
position: relative;
float: left;
background-color: #fff;
border-right: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
z-index: 30;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap{
width: 68%;
position: relative;
float: left;
background-color: #fff;
z-index: 5;
left: -1px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header{
width: 100%;
padding: 50px 50px 36px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .prof_who{
width: 100%;
position: relative;
min-height: 80px;
height: 80px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .img_holder{
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder{
width: 100%;
padding-left: 100px;
display: table;
min-height: 80px;
height: 80px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder > div{
display: table-cell;
vertical-align: middle;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder span{
font-size: 15px;
letter-spacing: .5px;
line-height: 1;
color: #777;
display: block;
margin-bottom: 5px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .header .title_holder h3{
margin: 0px;
font-size: 16px;
letter-spacing: 0px;
line-height: 1;
color: #263248;
font-weight: 400;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul{
list-style-type: none;
margin: 0px;
margin-bottom: 21px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li{
margin: 0px;
padding: 9px 50px 7px 50px;
width: 100%;
margin-bottom: 5px;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li.label,
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li span,
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul li a{
text-decoration: none;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
line-height: 1;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav ul.sub_menu{
position: relative;
border: none;
margin: 0px;
margin-top: 12px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav ul.sub_menu li{
padding: 9px 20px 7px 20px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li.opened{
padding-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li a{
display: inline-block;
width: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav li.label{
font-size: 11px;
text-transform: uppercase;
color: #aaa;
background-color: #f6fafb;
}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap .content ul.nav a span{
position: absolute;
right: 50px;
top: 12px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{
width: 100%;
padding: 50px;
border-left: 1px solid #e5e5e5;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard[data-wop="true"]{
padding: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder{
margin-bottom: 30px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{
line-height: 1.1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 8px 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
}
.directify_fn_alertbox{
width: 100%;
padding-bottom: 30px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: 1;
}
.directify_fn_alertbox:last-child{
padding-bottom: 0px;
}
.directify_fn_alertbox_inner{
width: 100%;
padding: 26px 20px 26px 20px;
background-color: #e8faea;
position: relative;
min-height: 70px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_alertbox.bye{
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
visibility: hidden;
opacity: 0;
}
.directify_fn_alertbox p{
font-size: 15px;
letter-spacing: 0px;
line-height: 1.2;
color: #19cb33;
padding-right: 30px;
display: block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_alertbox p .title a{
font-weight: 600;
text-decoration: none;
color: #19cb33;
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_alertbox p .title a:hover{
border-bottom-color: #19cb33;
}
.directify_fn_alertbox .closer{
position: absolute;
right: 21px;
top: 35px;
margin-top: -5px;
}
.directify_fn_alertbox .closer a{
text-decoration: none;
width: 9px;
height: 9px;
display: block;
position: relative;
overflow: hidden;
}
.directify_fn_alertbox .closer a span{
width: 13px;
height: 2px;
background-color: #19cb33;
display: block;
position: absolute;
left: -2px;
bottom: 4px;
}
.directify_fn_alertbox .closer a span.a{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.directify_fn_alertbox .closer a span.b{
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator_box{
margin-left: -3%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{
margin-left: 3%;
padding: 28px 30px 24px 30px;
width: 30.3333%;
float: left;
margin-bottom: 50px;
min-height: 131px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single h3{
font-weight: 700;
margin: 0px;
font-size: 30px;
letter-spacing: 0px;
line-height: 1;
color: #fff;
margin-bottom: 7px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single span{
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #fff;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing{background-color: #19cb33;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark{background-color: #c10a28;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.review{background-color: #ffd200;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing span,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.listing h3{color: #fff;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark span,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single.bookmark h3{color: #fff;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions{
width: 100%;
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions .title_holder{
margin: 0px;
width: 100%;
margin-bottom: 14px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .recent_actions .title_holder span{
font-family: 'Poppins';
font-size: 16px;
line-height: 1;
letter-spacing: 0px;
color: #263248;
font-weight: 500;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 80px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon{
position: absolute;
top: 15px;
left: 0px;
width: 50px;
height: 50px;
background-color: #f6fafb;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon .svg{
color: #777;
width: 18px;
height: 18px;
display: block;
margin-top: 16px;
margin-left: 16px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .icon .svg.big{
width: 14px;
height: 14px;
margin-top: 18px;
margin-left: 18px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content{
width: 100%;
padding-left: 70px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p{
font-size: 15px;
letter-spacing: 0px;
line-height: 1.3;
color: #777;
margin-bottom: 4px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p .rating{
display: inline-block;
padding: 3px 7px 2px 7px;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content p .title a{
font-weight: 500;
text-decoration: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .action__single .content span.time_duration{
font-size: 11px;
letter-spacing: .5px;
line-height: 1;
text-transform: uppercase;
color: #aaa;
display: block;
}
/*------------------------------------------------------------------*/
/* 32) DASHBOARD LISTINGS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{
margin-bottom: 43px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #aaa;
margin-bottom: 5px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.name{
text-decoration: none;
font-size: 18px;
display: inline-block;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.edit,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.delete{
text-decoration: none;
color: #aaa;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.edit:hover,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p a.delete:hover{
color: #111;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration{
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration.unlimited{color: #19cb33;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .active__single .content p span.time_duration.limited{color: #c10a28;}
/*------------------------------------------------------------------*/
/* 33) DASHBOARD REVIEWS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single{
margin-bottom: 25px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single{
width: 100%;
padding: 15px 0px;
border-bottom: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder{
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder > span{
display: block;
font-family: 'Poppins';
font-size: 16px;
letter-spacing: 0;
line-height: 1;
color: #777;
margin-bottom: 11px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder .title a{
text-decoration: none;
font-family: 'Work Sans';
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating{
margin-bottom: 11px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content p{
font-size: 15px;
line-height: 1.5;
letter-spacing: 0px;
color: #777;
margin-bottom: 19px;
}
/*------------------------------------------------------------------*/
/* 34) DASHBOARD BOOKMARKS
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap{
width: 100%
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{
margin-bottom: 43px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder h3{
font-size: 30px;
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single{
width: 100%;
padding: 15px 0px;
border-top: 1px solid #f5f5f5;
position: relative;
min-height: 90px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .img_holder{
position: absolute;
top: 15px;
left: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content{
width: 100%;
padding-left: 80px;
margin-top: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p{
font-size: 15px;
line-height: 1;
letter-spacing: 0;
color: #aaa;
position: relative;
padding-right: 30px;
display: block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p:first-child{
margin-bottom: 7px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p a.name{
text-decoration: none;
font-size: 18px;
display: inline-block;
margin-right: 1px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p .svg{
position: absolute;
top: 0px;
left: 0px;
width: 18px;
height: 18px;
color: #777;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p span.address{
display: block;
width: 100%;
padding-left: 25px;
line-height: 18px;
color: #777;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content .trasher{
position: absolute;
right: 0px;
top: 35px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content .trasher a{
text-decoration: none;
color: #777;
}
/*------------------------------------------------------------------*/
/* 35) DASHBOARD ADDING
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_listing_section{
padding: 0px 50px 40px 50px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_upload_section,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_owner_section{
padding: 40px 50px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .title_holder{
padding: 50px 50px 0px;
}
/*------------------------------------------------------------------*/
/* 36) DASHBOARD PROFILE
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details{
width: 100%;
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{
width: 100%;
padding: 50px 50px 0px 50px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_profile_form{
width: 100%;
clear: both;
}
.directify_fn_profile_form > div{
width: 100%;
padding: 50px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_profile_form > div:last-child{
border: none;
}
.directify_fn_profile_form label{
display: block;
font-size: 15px;
letter-spacing: 0px;
line-height: 1;
color: #777;
margin-bottom: 12px;
position: relative;
}
.directify_fn_profile_form > div > div{
margin-bottom: 28px;
}
.directify_fn_profile_form > div > div:last-child{
margin-bottom: 0px;
}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"]{
width: 340px;
}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"],
.directify_fn_profile_form textarea{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_form input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder h3{
margin-bottom: 0px;
}
.directify_fn_profile_main_section .profile__image{
display: inline-block;
clear: both;
position: relative;
width: 180px;
height: 180px;
margin-bottom: 45px;
}
.directify_fn_profile_main_section .profile__image img{
position: relative;
z-index: 10;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_main_section .changer{
position: absolute;
width: 100%;
text-align: center;
top: 100%;
margin-top: -17px;
z-index: 20;
}
.directify_fn_profile_main_section .changer label{
font-family: 'Poppins';
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
display: inline-block;
padding: 11px 18px 9px 18px;
margin-bottom: 0px;
background-color: #ffd200;
cursor: pointer;
max-width: 108px;
min-width: 108px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_profile_security_section h3{
line-height: 1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 41px 0px;
}
/*------------------------------------------------------------------*/
/* 37) DASHBOARD INVOICES
/*------------------------------------------------------------------*/
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice_wrap{
width: 100%;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single{
width: 100%;
clear: both;
margin-bottom: 64px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single:last-child{
margin-bottom: 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{
width: 20%;
float: left;
margin-bottom: 22px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5{
margin: 0px;
text-align: left;
letter-spacing: .5px;
line-height: 1;
padding: 5px 5px 5px 0px;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5.label{
font-family: 'Poppins';
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid #f5f5f5;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col h5.custom{
font-size: 15px;
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .details__see{
clear: both;
}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .details__see a{
text-decoration: none;
padding: 16px 20px 14px 20px;
display: inline-block;
font-size: 14px;
letter-spacing: .5px;
line-height: 1;
font-family: 'Poppins';
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 38) DASHBOARD RESPONSIVE
/*------------------------------------------------------------------*/
.dashboard_wrap .hidden_list{
display: none;
width: 100%;
float: left;
clear: both;
height: auto;
}
.dashboard_wrap .hidden_list_inner{
width: 100%;
float: left;
clear: both;
height: auto;
padding: 10px 50px;
min-height: 50px;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list .prof_img{
float: left;
margin-right: 30px;
}
.dashboard_wrap .hidden_list .prof_img img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.dashboard_wrap .hidden_list .prof_name{
float: left;
display: table;
min-height: 50px;
height: 50px;
}
.dashboard_wrap .hidden_list .prof_name > div{
display: table-cell;
vertical-align: middle;
}
.dashboard_wrap .hidden_list .prof_name h6{
font-size: 15px;
letter-spacing: .5px;
line-height: 1;
color: #777;
font-family: 'Work Sans';
margin-bottom: 5px;
font-weight: 400;
}
.dashboard_wrap .hidden_list .prof_name h3{
margin: 0px;
font-size: 16px;
letter-spacing: 0px;
line-height: 1;
color: #263248;
font-weight:400;
}
.dashboard_wrap .hidden_list .hamburger{
float: right;
padding: 0px;
margin-top: 14px;
}
.dashboard_wrap .hidden_list_nav{
display: none;
width: 100%;
padding: 10px 0px;
background-color: #fff;
float: left;
border-bottom: 1px solid #e5e5e5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list_nav ul{
list-style-type: none;
margin: 0px;
}
.dashboard_wrap .hidden_list_nav ul li{
margin: 0px;
position: relative;
padding: 9px 50px 7px 50px;
width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.dashboard_wrap .hidden_list_nav ul li.label{
font-size: 11px;
text-transform: uppercase;
font-family: 'Poppins';
color: #aaa;
background-color: #f6fafb;
}
.dashboard_wrap .hidden_list_nav ul li a{
text-decoration: none;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
line-height: 1;
}
.dashboard_wrap .hidden_list_nav ul.nav ul.sub_menu{
position: relative;
top: auto;
left: auto;
margin-left: 20px;
border: none;
}
.dashboard_wrap .hidden_list_nav ul.nav ul.sub_menu li{
padding: 9px 0px 7px 0px;
margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* 39) INVOICE DETAILS POPUP
/*------------------------------------------------------------------*/
.directify_invoice__single_details{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 3000;
}
div.directify_invoice__single_details_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.directify_invoice__single_details.opened{
opacity: 1;
visibility: visible;
}
.directify_invoice__single_details_in{
display: table;
height: 100%;
width: 100%;
}
.directify_invoice__single_details_in .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_invoice__single_details .details_box{
width: 800px;
background-color: #fff;
padding: 48px 50px 50px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.directify_invoice__single_details .details_box_in{
position: relative;
}
.directify_invoice__single_details .closer{
position: absolute;
left: 100%;
top: -30px;
}
.directify_invoice__single_details .closer a{
text-decoration: none;
color: #777;
font-size: 14px;
line-height: 1;
}
.directify_invoice__single_details .invoice__info{
width: 100%;
text-align: right;
position: relative;
margin-bottom: 53px;
}
.directify_invoice__single_details .invoice__info h5{
margin: 0px;
letter-spacing: .5px;
line-height: 1;
font-size: 15px;
margin-bottom: 12px;
}
.directify_invoice__single_details .invoice__info h5 .label{
font-family: 'Poppins';
font-weight: 500;
display: inline-block;
margin-right: 5px;
}
.directify_invoice__single_details .invoice__info h5 .custom{
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_invoice__single_details .title_holder{
position: absolute;
top: -1px;
left: 0px;
}
.directify_invoice__single_details .title_holder h3{
margin: 0px;
line-height: 1;
font-size: 30px;
letter-spacing: 0px;
}
.directify_invoice__single_details .supp_cust{
width: 100%;
clear: both;
}
.directify_invoice__single_details .supp_cust .col{
width: 50%;
float: left;
padding-right: 5%;
margin-bottom: 35px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_invoice__single_details .supp_cust .col h5{
margin: 0px;
line-height: 1;
font-size: 18px;
letter-spacing: .5px;
margin-bottom: 12px;
}
.directify_invoice__single_details .supp_cust .col p{
font-size: 15px;
line-height: 1.3;
letter-spacing: .5px;
color: #777;
}
.directify_invoice__single_details .ul{
width: 100%;
clear: both;
}
.directify_invoice__single_details .ul ul{
list-style-type: none;
margin: 0px;
}
.directify_invoice__single_details .ul ul li{
margin: 0px;
width: 100%;
float: left;
padding: 19px 10px 17px 0px;
border-top: 1px solid #f5f5f5;
letter-spacing: .5px;
line-height: 1;
font-size: 15px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_invoice__single_details .ul ul li:last-child{
margin-bottom: 40px;
}
.directify_invoice__single_details .ul ul li:last-child,
.directify_invoice__single_details .ul ul li:nth-last-child(2){
border-bottom: 1px solid #f5f5f5;
}
.directify_invoice__single_details .ul ul li span{
display: block;
width: 50%;
float: left;
}
.directify_invoice__single_details .ul ul li span.label{
font-family: 'Poppins';
font-weight: 500;
}
.directify_invoice__single_details .ul ul li span.custom{
font-weight: 400;
font-family: 'Work Sans';
color: #777;
}
.directify_invoice__single_details .ul ul li span.danger{
color: #0089e2 !important;
}
.directify_invoice__single_details .print a{
font-size: 14px;
text-decoration: none;
letter-spacing: .5px;
line-height: 1;
font-family: 'Poppins';
padding: 10px 20px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 40) SIGN IN POPUP
/*------------------------------------------------------------------*/
.directify_fn_sign_in{
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(246,250,251,.9);
z-index: 3000;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
div.directify_fn_sign_in_closer{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
cursor: pointer;
z-index: 105;
}
.effect-1{
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
opacity: 0;
}
.show.effect-1{
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
.directify_fn_sign_in.opened{
opacity: 1;
visibility: visible;
}
.directify_fn_sign_in_content{
display: table;
height: 100%;
width: 100%;
}
.directify_fn_sign_in_content .aaa{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: center;
}
.directify_fn_sign_in .sign_in_box{
width: 400px;
background-color: #fff;
padding: 48px 50px 50px 50px;
display: inline-block;
text-align: left;
z-index: 999;
position: relative;
border: 1px solid transparent;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.directify_fn_sign_in .sign_in_box_content{
position: relative;
text-align: center;
}
.directify_fn_sign_in .closer{
position: absolute;
left: 100%;
top: -20px;
}
.directify_fn_sign_in .closer a{
text-decoration: none;
color: #777;
font-size: 14px;
}
.directify_fn_sign_in input{
width: 100%;
display: block;
margin-bottom: 15px;
height: 44px;
color: #757575;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in input[type="submit"]{
font-family: 'Poppins' !important;
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
letter-spacing: .5px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in .sign_in_box_content > a{
text-decoration: none;
width: 100%;
display: block;
margin-bottom: 15px;
height: 44px;
line-height: 44px;
font-size: 14px;
font-family: 'Poppins';
letter-spacing: .5px;
color: #fff;
font-weight: 500;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_sign_in a.facebook{
background-color: #4267b2;
}
.directify_fn_sign_in a.google{
background-color: #bd081c;
margin-bottom: 16px;
}
.directify_fn_sign_in h3{
margin: 0px;
line-height: 1;
font-size: 30px;
letter-spacing: 0px;
font-weight: 700;
margin-bottom: 33px;
}
.directify_fn_sign_in h5{
font-size: 20px;
line-height: 1;
letter-spacing: 0px;
font-weight: 500;
margin: 19px 0px 15px 0px;
}
.directify_fn_sign_in p{
line-height: 1.3;
letter-spacing: .5px;
font-size: 12px;
color: #777;
margin-top: 38px;
}
/*------------------------------------------------------------------*/
/* 41) PRELOADER
/*------------------------------------------------------------------*/
.directify_fn_preloader{
position: fixed;
width: 100%;
height: 100%;
left: 0px;
top: 70px;
right: 0px;
bottom: 0px;
z-index: 3000;
background-color: rgba(255,255,255,0.9);
display: table;
}
.preloader {
position: relative;
width: 78px;
height:78px;
margin:auto;
display: table-cell;
vertical-align: middle;
}
.preloader .wBall {
position: absolute;
top: 50%;
margin-top: -30px;
left: 50%;
margin-left: -30px;
width: 60px;
height: 60px;
opacity: 0;
transform: rotate(225deg);
-o-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
animation: orbit 5s infinite;
-o-animation: orbit 5s infinite;
-ms-animation: orbit 5s infinite;
-webkit-animation: orbit 5s infinite;
-moz-animation: orbit 5s infinite;
}
.preloader .wBall .wInnerBall{
position: absolute;
width: 10px;
height: 10px;
background: rgb(0,0,0);
left:0px;
top:0px;
border-radius: 10px;
}
.preloader #wBall_1 {
animation-delay: 1.52s;
-o-animation-delay: 1.52s;
-ms-animation-delay: 1.52s;
-webkit-animation-delay: 1.52s;
-moz-animation-delay: 1.52s;
}
.preloader #wBall_2 {
animation-delay: 0.3s;
-o-animation-delay: 0.3s;
-ms-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
}
.preloader #wBall_3 {
animation-delay: 0.61s;
-o-animation-delay: 0.61s;
-ms-animation-delay: 0.61s;
-webkit-animation-delay: 0.61s;
-moz-animation-delay: 0.61s;
}
.preloader #wBall_4 {
animation-delay: 0.91s;
-o-animation-delay: 0.91s;
-ms-animation-delay: 0.91s;
-webkit-animation-delay: 0.91s;
-moz-animation-delay: 0.91s;
}
.preloader #wBall_5 {
animation-delay: 1.22s;
-o-animation-delay: 1.22s;
-ms-animation-delay: 1.22s;
-webkit-animation-delay: 1.22s;
-moz-animation-delay: 1.22s;
}
@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}
30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}
70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}
75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}
76% {
opacity: 0;
transform:rotate(900deg);
}
100% {
opacity: 0;
transform: rotate(900deg);
}
}
@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(180deg);
-o-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-o-transform: rotate(300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}
30% {
opacity: 1;
-o-transform:rotate(410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}
39% {
opacity: 1;
-o-transform: rotate(645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}
70% {
opacity: 1;
-o-transform: rotate(770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}
75% {
opacity: 1;
-o-transform: rotate(900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}
76% {
opacity: 0;
-o-transform:rotate(900deg);
}
100% {
opacity: 0;
-o-transform: rotate(900deg);
}
}
@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}
30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}
39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}
70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}
75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}
76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}
100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}
}
@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(180deg);
-moz-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-moz-transform: rotate(300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}
30% {
opacity: 1;
-moz-transform:rotate(410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}
39% {
opacity: 1;
-moz-transform: rotate(645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}
70% {
opacity: 1;
-moz-transform: rotate(770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}
75% {
opacity: 1;
-moz-transform: rotate(900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}
76% {
opacity: 0;
-moz-transform:rotate(900deg);
}
100% {
opacity: 0;
-moz-transform: rotate(900deg);
}
}
/*------------------------------------------------------------------*/
/* 42) HORIZONTAL MENU
/*------------------------------------------------------------------*/
ul.nav__hor > li{
text-align: left;
padding: 0px;
position: relative;
display: inline-block;
}
ul.nav__hor li a{
color: #333;
text-decoration: none;
padding: 10px 15px;
display: block;
z-index: 5;
}
ul.nav__hor li ul{
position: absolute;
top: 100%;
width: 250px;
background: #fff;
padding: 7px 0px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
visibility: hidden;
opacity: 0;
z-index: 10;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
ul.nav__hor li ul.reversed{
left: auto;
right: 0px;
}
ul.nav__hor li ul ul{
top: 0px;
left: 100%;
}
ul.nav__hor li ul ul.reversed{
left: auto;
right: 100%;
}
ul.nav__hor li ul li{
position: relative;
width: 100%;
}
ul.nav__hor li ul li a{
padding: 7px 15px;
display: block;
}
/*------------------------------------------------------------------*/
/* 43) MAIN FOOTER
/*------------------------------------------------------------------*/
.directify_fn_footer_wrap{
width: 100%;
float: left;
height: auto;
}
.directify_fn_footer_wrap .footer_location_wrap{
width: 100%;
float: left;
height: auto;
background-color: #fff;
padding: 120px 0px 114px 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_location_rows{
width: 100%;
height: auto;
float: left;
}
.footer_location_rows .footer_location_row{
width: 33.33%;
padding-right: 3.33%;
float: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_location_rows .footer_location_row span{
font-size: 15px;
display: inline-block;
line-height: 1.5;
letter-spacing: 0px;
}
.directify_fn_footer_wrap .footer_nav_list_wrap{
width: 100%;
float: left;
height: auto;
padding: 47px 0px 34px 0px;
text-align: center;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.footer_nav_list_wrap .footer_nav_list ul{
margin: 0px;
list-style-type: none;
}
.footer_nav_list_wrap .footer_nav_list ul:last-child{
margin-bottom: 0px;
}
.footer_nav_list_wrap .footer_nav_list ul li{
margin: 0px;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
font-size: 15px;
color: #fff;
}
.footer_nav_list_wrap .footer_nav_list ul li a{
text-decoration: none;
font-size: 15px;
color: #fff;
}
.footer_nav_list_wrap .footer_nav_list ul.menu_list li a{
border-bottom: 1px solid transparent;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.footer_nav_list_wrap .footer_nav_list ul.menu_list li a:hover{
border-bottom-color: #fff;
}
/*------------------------------------------------------------------*/
/* 44) TOTOP & LISTED buttons
/*------------------------------------------------------------------*/
a.totop{
position: fixed;
text-decoration: none;
bottom: 30px;
right: 24px;
width: 38px;
height: 38px;
line-height: 38px;
color: #253147;
z-index: 999;
border: 1px solid #e5e5e5;
opacity: 0;
visibility: hidden;
overflow: hidden;
background: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.totop i:before{
position: absolute;
font-size: 24px;
top:50%;
margin: 0;
margin-top: -12px;
left: 50%;
margin-left: -12px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.totop.opened{
opacity: 1;
visibility: visible;
}
a.listed{
position: fixed;
bottom: 80px;
right: 19px;
width: 50px;
height: 50px;
line-height: 50px;
color: #253147;
z-index: 999;
opacity: 0;
visibility: hidden;
overflow: hidden;
background: #ffd200;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
a.listed .svg{
width: 20px;
height: 20px;
position: absolute;
top:50%;
margin-top: -10px;
left: 50%;
margin-left: -10px;
}
a.listed.opened{
opacity: 1;
visibility: visible;
}
/*------------------------------------------------------------------*/
/* 45) CONTACT PAGE
/*------------------------------------------------------------------*/
.directify_fn_contact_wrapper{
width: 100%;
float: left;
clear: both;
padding: 50px 0px;
position: relative;
background-color: #f6fafb;
min-height: 280px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.directify_fn_contact_wrapper .directify_fn_contact_bg{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
z-index: 5;
}
.directify_fn_contact_wrapper .directify_fn_contact_bg .overlay_color{
z-index: 15;
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
}
.directify_fn_contact_wrapper .directify_fn_contact_bg .overlay_image{
width: 100%;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 10;
}
.directify_fn_contact_content{
width: 100%;
clear: both;
float: left;
background-color: #fff;
position: relative;
z-index: 30;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0px 0px 15px rgba(0,0,0,.05);
}
.contact_form_wrap .title_holder{
display: block;
width: 100%;
float: left;
padding-right: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.contact_form_wrap .title_holder h3{
line-height: 1.1;
letter-spacing: 0px;
font-size: 30px;
margin: -2px 0px 25px 0px;
color: #263248;
}
.contact_form_wrap form > div{margin-bottom: 28px}
.contact_form_wrap form > div:last-child{margin-bottom: 0px}
.contact_form_wrap form .your-message{margin-bottom: 30px;}
.contact_form_wrap form label{
display: block;
font-size: 15px;
color: #777;
line-height: 1;
letter-spacing: 0px;
margin-bottom: 12px;
}
.contact_form_wrap form label span{
display: inline-block;
color: #c10a28;
margin-left: 5px;
}
.contact_form_wrap form input,
.contact_form_wrap form textarea{
width: 100%;
min-width: 100%;
display: block;
border: 1px solid #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.directify_fn_btn_contactsend_page{
display: inline-block !important;
width: auto !important;
min-width: auto !important;
border: none !important;
font-size: 14px;
line-height: 1;
font-family: 'Poppins' !important;
letter-spacing: 0px;
color: #fff;
padding: 14px 20px 15px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*------------------------------------------------------------------*/
/* 46) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
@media (max-width: 1700px) {
.directify_fn_all_in_one_single_wrap .single_carousel_wrap{padding: 0px;}
}
@media (max-width: 1400px) {
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a{width: 50px;height: 50px;line-height: 48px;margin-top: -25px;font-size: 32px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a i{margin-left: 8px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next i{margin-left: 9px;}
.directify_fn_submit_img_holder{height:200px;}
}
@media (max-width: 1250px) {
.directify_fn_listing_map_wrapper .directify_fn_listing{width: 435px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 100%;margin-left: 0px;margin-bottom: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: 0px;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{width: calc(100% - 435px) !important;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{width: calc(100% - 435px) !important;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map .map{left: 435px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{width: 100%;}
.directify_fn_header{padding: 0px 40px;}
.directify_fn_contact_content{padding: 40px;}
.directify_fn_single_wrapper .single_title .title_info{width: 100%;margin-bottom: 26px;}
.directify_fn_single_wrapper.second_single .single_title .title_info{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_btns{float: left;width: auto;clear: both;}
.directify_fn_single_wrapper .single_title .title_btns ul li{width: 100%;float: left;}
.directify_fn_single_wrapper .single_title .title_info .title_holder{max-width: inherit;}
}
@media (max-width: 1040px) {
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{min-height: 500px;}
.directify_fn_sign_in_content{height: auto;margin-top: 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing{width: 100%;position: relative;}
.directify_fn_listing_map_wrapper .directify_fn_lea_map{display: none;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper .featured_box_wrap{width: 100%;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 40px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 47%;margin-left: 3%;margin-bottom: 3%;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: -3%;}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{margin-bottom: 0px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 20px;}
.directify_invoice__single_details{position: absolute;}
.directify_invoice__single_details_in{height: auto;margin-top: 40px;}
.directify_invoice__single_details .details_box{width: auto;}
.directify_fn_sign_in{position: absolute;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 13px;}
.directify_fn_carousel_famous_cities_wrap{padding: 90px 0px 93px 0px;}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{padding: 0px 20px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.title{display: block;margin-right: 0px;margin-bottom: 13px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder span.text{display: block;margin-bottom: 1px;}
.listing_categories_wrap{min-height:inherit;}
.dashboard_wrap .hidden_list{display: block;}
.directify_fn_dashboard_wrapper .dashboard_content .menu_wrap{display: none;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap{width: 100%;left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{border: none;padding-top: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 13px;}
.directify_fn_submit_img_holder{height:150px;}
.directify_fn_tabs .tabContent{display: none;}
.directify_fn_tabs ul.fam_city .fam_city_wrap .hidden_img{opacity: 1;visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.directify_fn_tabs ul.fam_city .fam_city_wrap .fam_city_content .arrow{display: none;}
.directify_fn_tabs ul.fam_city{width: 100%; position: relative;}
.directify_fn_header_wrap{display: none !important; }
.directify_fn_mobile_menu_wrap{display: block;}
.directify_fn_listingable.listing_categories_wrap{padding: 98px 0px 84px 0px;}
.directify_fn_listingable.listing_categories_wrap .title_holder{margin-bottom: 53px;}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.directify_fn_listingable.listing_categories_wrap .title_holder span.title{margin-bottom: 22px;}
.directify_fn_simple_famous_cities_wrap{padding: 98px 0px 70px 0px;}
.directify_fn_tab_famous_cities_wrap{padding: 98px 0px 100px 0px;}
.simple_famous_cities_wrap > .title_holder{margin-bottom: 53px;}
.directify_fn_tabs > .title_holder{margin-bottom: 53px;}
.directify_fn_tabs > .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.directify_fn_tabs > .title_holder span.title{margin-bottom: 22px;}
.simple_famous_cities_wrap > .title_holder h3{font-size: 30px;margin-bottom: 16px;}
.simple_famous_cities_wrap > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_workstep_wrap{padding: 98px 0px 70px 0px;}
.directify_fn_workstep_wrap .workstep > .title_holder{margin-bottom: 53px;}
.directify_fn_workstep_wrap .workstep > .title_holder h3{font-size: 30px; margin-bottom: 16px;}
.directify_fn_workstep_wrap .workstep > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{padding: 77px 50px 35px 40px;}
.directify_fn_exmblog_wrap{padding: 98px 0px 100px 0px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder{margin-bottom: 53px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder h3{font-size: 30px; margin-bottom: 16px;}
.directify_fn_exmblog_wrap .exmblogs > .title_holder span.title{margin-bottom: 22px;}
.directify_fn_footer_wrap .footer_location_wrap{padding: 100px 0px 94px 0px;}
.directify_fn_all_listings_wrap .discovering_wrap{width: 100%;padding: 93px 0px 100px 0px;}
.directify_fn_all_listings_wrap .discovering .searching{width: 100%;}
.directify_fn_all_listings_wrap .discovering span.browse_me{display: none;}
.directify_fn_all_listings_wrap .discovering .my_dotted_arrow{display: none;}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{padding: 153px 0px 100px 0px !important;}
.directify_fn_all_listings_wrap.index30 .discovering .searching{margin-bottom: 80px;}
.listing_categories_wrap{width: 100%;}
.directify_fn_all_listings_wrap .listing_categories_wrap{padding-top: 0px !important;padding-left: 0px; max-width: 100%;padding-bottom:94px;}
.directify_fn_all_listings_wrap.changed .discovering{float: inherit;margin: 0px 80px;}
.directify_fn_all_listings_wrap.changed .listing_categories_wrap .listing_categories{margin: 0px 80px; display: block; padding: 80px 0px}
.directify_fn_all_listings_wrap.changed .listing_categories_wrap{padding-bottom: 0px;display: block; min-height: auto;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{font-size: 30px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{font-size: 22px;}
.directify_fn_featured_listing_wrap.index25 .directify_fn_featured_listing{padding-left: 20px;}
a.totop,a.listed{display: none;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{right: 20px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{left: 20px;}
.directify_fn_single_wrapper .single_title{padding: 0px 20px 0px 20px;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile{padding-left: 20px; padding-right: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{position: relative;left: 0px;top: 0px;margin-top: 0px;margin-right: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{margin-top: 7px;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{margin-top: 7px;}
.directify_fn_single_wrapper .single_profile .profile_verified ul{width: 100%;display: block;margin-top: 20px;}
.directify_fn_single_wrapper .single_info{padding: 40px 20px;}
.directify_fn_single_wrapper .single_info .left_content_wrap{width: 100%;margin-right: 0px;}
.directify_fn_single_wrapper .single_info .right_content_wrap{display: none;}
.responsive{display: block !important;}
.directify_fn_single_wrapper .single_info .some_text,
.directify_fn_single_wrapper .single_info .opening_time .header,
.directify_fn_single_wrapper .single_info .opening_time .content,
.directify_fn_single_wrapper .single_info .address_wrap,
.directify_fn_single_wrapper .single_info .phone_wrap,
.directify_fn_single_wrapper .single_info .options,
.directify_fn_review_wrapper .all_reviews_wrap,
.directify_fn_review_wrapper .add_review_wrap,
.directify_fn_single_wrapper .single_info .contact_form_wrap,
.directify_fn_single_wrapper.second_single .single_title,
.directify_fn_single_wrapper.second_single .single_info .video_presentaiton_wrap,
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap,
.directify_fn_single_wrapper.second_single .single_profile{padding-left: 20px; padding-right: 20px;}
.directify_fn_single_wrapper.second_single .single_info .opening_time .hire_me a.hire{left: 20px;}
.directify_fn_single_wrapper.second_single .single_info .left_content_wrap{padding-left: 0px;}
.directify_fn_single_wrapper.second_single .single_profile .profile_verified .img_holder{left: 0px;}
.directify_fn_single_wrapper.second_single .single_title .title_info .img_holder{width: auto;margin-right: 30px;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{margin-top: 0px;}
.directify_fn_single_wrapper.second_single .single_title .title_info .title_holder{display: block;float: left;}
.directify_fn_single_wrapper.second_single .single_info .photo_box_wrap{border-bottom: 1px solid #f5f5f5;}
.directify_fn_contact_content{padding-left: 20px; padding-right:20px;}
}
@media (max-width: 979px) {
.directify_fn_workstep_wrap .workstep .steps{margin-left: -3%;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{width: 47%;margin-left: 3%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{width: 50%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n-1){border-right: 1px solid #f5f5f5 !important;}
.exmblog_single:nth-of-type(2n){border-right: none !important;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{width: 47.5%;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{width: 47%;margin-bottom: 3%;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap:nth-of-type(2n){margin-right: 0;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{margin-bottom: 10px;float: left;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{padding-right: 0px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{width: 47.5%;}
}
@media (max-width: 768px) {
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 15px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap .fam_city_wrap{width: 100%;margin-left: 0px;}
.directify_fn_simple_famous_cities_wrap .fam_cities_wrap{margin-left: 0px;}
.directify_fn_blog_single_wrap,
.directify_fn_blog_wrap{padding:70px 0px;}
.directify_fn_submit{margin-top: -30px;}
.directify_fn_listingable.listing_categories_wrap{padding: 68px 0px 54px 0px;}
.directify_fn_carousel_famous_cities_wrap{padding: 60px 0px 63px 0px;}
.directify_fn_simple_famous_cities_wrap{padding: 68px 0px 40px 0px;}
.directify_fn_tab_famous_cities_wrap{padding: 68px 0px 70px 0px;}
.directify_fn_workstep_wrap{padding: 68px 0px 40px 0px;}
.directify_fn_exmblog_wrap{padding: 68px 0px 70px 0px;}
.directify_fn_footer_wrap .footer_location_wrap{padding: 70px 0px 64px 0px;}
.directify_fn_workstep_wrap .workstep .steps{margin-left: 0%;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{width: 100%;margin-left: 0%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{width: 100%;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n-1){border-right: none !important;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single:nth-of-type(2n){border-right: none !important;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost{margin-left: 0px;}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li{width: 100%;margin-left: 0px;}
.directify_fn_submit_form input[type="text"],
.directify_fn_submit_form select{width: 100%;min-width: 100%;}
.directify_fn_submit_upload_section .sign-main-img{width: 50%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{width: 49%;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:nth-child(2){width: 50%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:last-child{width: 100%;margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see input,
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .select2-container{margin-bottom: 10px;display: inline-block;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects .svg{margin-top: -10px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects{margin-bottom: 0px;}
.dashboard_wrap .hidden_list_inner{padding: 10px 20px;}
.dashboard_wrap .hidden_list_nav{padding: 10px 0px;}
.dashboard_wrap .hidden_list_nav ul li{padding-left: 20px; padding-right: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .dashboard{padding: 20px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{width: 49%;margin-bottom: 10px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single:last-child{width: 99%;margin-left: 1%; margin-bottom: 40px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{width: 47%;margin-bottom: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single:last-child{margin-bottom: 50px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single{margin-bottom:34px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{font-size: 24px !important;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 15px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .add__listing .title_holder{padding: 20px 20px 10px 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_listing_section{padding: 0px 20px 20px 20px;}
.directify_fn_submit_opening_section{padding: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_upload_section,
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .directify_fn_submit_owner_section{padding: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 33.3333%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .profile__details .title_holder{padding: 20px 20px 0px 20px;}
.directify_fn_profile_form > div{padding: 20px;}
.directify_fn_profile_security_section h3{font-size: 24px;margin-bottom: 31px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul li{width: 100%;margin-left: 0px;margin-bottom:30px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .result_wrapper ul.result_ul{margin-left: 0px;}
.directify_fn_single_wrapper .single_title .title_btns{margin-bottom: 20px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{font-size: 24px;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{clear: both;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .title_holder{min-height: auto;}
.directify_fn_single_wrapper.second_single .single_title.responsive .title_info .img_holder{margin-right: 0px;}
}
@media (max-width: 680px){
.directify_fn_share .share_box_in ul li{width:100%;}
.directify_fn_share .share_box{width: auto;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder h3{font-size: 26px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.post_intro{font-size: 18px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content .title_holder p.text{font-size: 15px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_content,
.directify_fn_comment_wrapper .comments,
.directify_fn_comment .add_comment_wrap,
.directify_fn_submit_main_section,
.directify_fn_submit_listing_section,
.directify_fn_submit_opening_section,
.directify_fn_submit_upload_section,
.directify_fn_submit_owner_section{padding-left: 20px; padding-right: 20px;}
.directify_fn_all_listings_wrap.index30 .featured_box_wrap{width: 90%; margin-left: 5%;margin-right: 5%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 50%;}
.directify_fn_single_wrapper .single_info .options ul li{width: 100%;}
.directify_fn_review_wrapper .rating_box .rating_total{width: 100%;padding-left: 20px;padding-right: 20px;}
.directify_fn_review_wrapper .rating_box .rating_progress{width: 100%;padding-left: 18px;padding-right: 18px;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{width: 50%;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn:last-child{width: 100%;}
}
@media (max-width: 550px){
.directify_fn_comment .comment_single{padding-left: 0px;}
.directify_fn_comment .comment_single .person_info{position: relative;max-width: inherit;top: inherit;}
.directify_fn_comment .comment_single .person_comment .inner > span{text-align: center;}
.directify_fn_submit_opening_section .opening_time span{display: block;width: 100%;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator_box{margin-left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .informator__single{width: 100%;margin-left: 0px;}
.directify_fn_single_wrapper .single_title .title_btns ul li{width: 100%;}
.directify_fn_single_wrapper .single_profile .profile_verified .title_holder{width: 100%;margin-top: 0px; margin-right: 0px;text-align: center;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified .img_holder{margin: 0px auto;left: auto;width: 100%;text-align: center;margin-bottom: 10px;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn{display: block;width: 100%;text-align: center;}
.directify_fn_single_wrapper .single_profile .profile_verified a.prfbtn.contact{margin-bottom: 20px;}
.directify_fn_single_wrapper .single_profile .profile_verified ul{margin-top: 0px;text-align: center;}
.directify_fn_single_wrapper .single_profile .profile_verified ul li{display: inline-block;float: initial;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_info{position: relative;top: auto;max-width: inherit;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single{padding: 30px 0px 0px 0px;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{margin: 0px auto;}
.directify_fn_review_wrapper .directify_fn_rating span{display: block;margin-left: 0px;top: 28px;padding-left: 0px;}
.directify_fn_review_wrapper .directify_fn_rating span:after{display: none;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .directify_fn_rating{margin-bottom: 40px;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a{display: block;margin-right: 0px;width: 100%;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .footer a span.number{float: right;}
.directify_fn_review_wrapper .all_reviews_wrap .review_single .person_comment .img_holder .img{width: 100%;margin-right: 0px;margin-bottom: 20px;}
.directify_fn_single_wrapper .single_title .title_info .img_holder{margin-right:0px;margin-bottom: 35px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder{display: block;clear: both;}
}
@media (max-width: 500px){
.simple_famous_cities_wrap > .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .listing_categories_wrap{padding-bottom:64px;}
.directify_fn_listingable.listing_categories_wrap .title_holder h3{font-size: 24px;}
.directify_fn_tabs > .title_holder h3{font-size: 24px;}
.directify_fn_workstep_wrap .workstep > .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .discovering .title_holder h3{font-size: 24px;}
.directify_fn_all_listings_wrap .discovering .title_holder span{font-size: 13px;}
.directify_fn_all_listings_wrap.index10 .discovering .searching input{display: block;margin: 0px auto;margin-bottom: 20px;}
.directify_fn_all_listings_wrap.index10 .discovering_wrap{padding: 123px 0px 70px 0px !important;}
.directify_fn_all_listings_wrap .discovering_wrap{padding: 63px 0px 70px 0px;}
.cat_single_wrap .cat_single{width: 100px; height: 100px;}
.cat_single_wrap .cat_single_content a{height: 100px;}
.cat_single_wrap .cat_single_content a .svg{bottom: 46px;}
.cat_single_wrap .cat_single_content a span.cat_title{bottom: 18px;font-size: 12px;}
.directify_fn_footer_wrap .footer_location_wrap{padding-bottom: 34px}
.footer_location_rows .footer_location_row{width: 100%;padding-right: 0px;margin-bottom: 30px;}
.directify_fn_all_listings_wrap .discovering .searching input{display: block;margin-bottom: 20px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div{width: 100%; margin-right: 0px;}
.directify_fn_mobile_menu_wrap .mobile_search_see .selects > div:nth-child(2){width: 100%; margin-right: 0px;}
}
@media (max-width: 480px) {
.directify_fn_submit_main_section .have-account,
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder{padding-left: 20px;padding-right: 20px;}
.directify_fn_blog_single_wrap .blog_single_wrapper .post_img{min-height: 400px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .listing{padding: 30px 10px;}
.directify_fn_sign_in .closer{left: auto;right: 0px;}
.directify_fn_sign_in .closer a i:before{margin: 0px;}
.directify_invoice__single_details .details_box{padding-left: 20px; padding-right: 20px;}
.directify_invoice__single_details .closer{left: auto;right: 0px;}
.directify_invoice__single_details .title_holder{top:auto;left: auto;position: relative;width: 100%;text-align: left;margin-bottom: 10px}
.directify_invoice__single_details .invoice__info{text-align: left;}
.directify_invoice__single_details .ul ul li{width: 100%;}
.directify_invoice__single_details .supp_cust .col{width: 100%;padding-left: 0px;}
.directify_fn_sign_in_content .aaa{padding: 0px 10px;}
.directify_fn_sign_in .sign_in_box{max-width: 100%; width: auto;}
.directify_fn_sign_in .sign_in_box{padding-left: 20px; padding-right: 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .title_holder{margin-bottom: 16px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .listings__active .title_holder{margin-bottom: 16px;}
.directify_fn_carousel_famous_cities_wrap .directify_fn_carousel_famous_cities{padding: 0px 10px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities > .title_holder{padding-right: 0px;}
.directify_fn_carousel_famous_cities_wrap .carousel_famous_cities{padding-bottom: 38px;}
.directify_fn_carousel_famous_cities_wrap .custom_nav{top: auto; bottom: 0px;}
.directify_fn_carousel_famous_cities_wrap{padding-bottom: 70px;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 440px;}
.directify_fn_share .share_box{padding: 43px 20px 41px 20px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder span.text{line-height:1.3;}
.directify_fn_single_wrapper .single_title .pricetitle{margin-bottom:20px;}
.directify_fn_single_wrapper.second_single .single_title .pricetitle{margin-bottom: 0px;}
.directify_fn_single_wrapper .single_title .title_verified{display: block;}
.directify_fn_single_wrapper .single_title .price_wrapper{margin-right:0px; margin-bottom:20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content p:first-child{margin-bottom: 14px;}
.directify_fn_submit_content,
.directify_fn_mobile_menu{padding-left: 10px; padding-right: 10px;}
.directify_fn_mobile_menu .mobile_search a{display: none;}
.directify_fn_mobile_menu .s-search{display: block;}
.directify_fn_mobile_nav{padding-left: 10px; padding-right: 10px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap .step_single .title_holder h3{padding-right: 50px;}
.directify_fn_workstep_wrap .workstep .steps .step_single_wrap{padding: 50px 30px 35px 20px;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap{padding: 26px 0px 34px 0px;}
.directify_fn_exmblog_wrap .exmblogs .exmblog_single_wrap .exmblog_single{padding: 0px 20px;}
.featured_box_wrap .featured_box_info .featured_box_like{left: 20px;}
.featured_box_wrap .featured_box_info_wrap{padding: 28px 20px 20px 20px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content{padding-left: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .content .name_holder{padding-left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating{padding-left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .review_wrap .review__single .directify_fn_rating .up{left: 80px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .title_holder h3{font-size: 18px !important;margin-bottom: 11px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .img_holder{display: none;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .bookmark_wrap .bookmark__single .content{padding-left: 0px;
margin-top: 0px;}
.directify_fn_profile_form input[type="text"],
.directify_fn_profile_form input[type="password"]{width: 100%;}
.directify_fn_profile_security_section h3{font-size: 18px;margin-bottom: 20px;}
.directify_fn_mobile_menu_wrap .mobile_search_see{padding: 20px 10px;}
.directify_fn_listing_map_wrapper .directify_fn_listing .filters .selects .select_single{width: 100%;margin-left: 0px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.next{right: 10px;}
.directify_fn_all_in_one_single_wrap .single_carousel_wrap .custom_nav > a.prev{left: 10px;}
.directify_fn_single_wrapper .single_title .title_info .title_holder h3{font-size: 18px;}
.directify_fn_single_wrapper.second_single .single_info .triple_buttons_wrap .btn{width: 100%;}
.directify_fn_contact_content{padding-left: 10px;padding-right: 10px;}
.contact_form_wrap .title_holder h3{font-size:20px;}
}
@media (max-width: 380px){
.directify_fn_submit_opening_section .opening_time .dash{display: none;}
.directify_fn_leftbar_wrap .leftbar input,
input.directify_fn_search_input{width: 100%;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 360px;}
}
@media (max-width: 320px){
.directify_fn_submit_opening_section input{width: 100% !important; margin-bottom: 20px;}
.directify_fn_submit_opening_section input:last-child{margin-bottom: 0px;}
.directify_fn_dashboard_wrapper .dashboard_content .dashboard_wrap .invoice__single .col{width: 100%;}
.directify_fn_carousel_famous_cities_wrap .carousel_city{width: 300px;}
}
/* TAMBAHAN */
.directify_fn_all_listings_wrap .discovering .searching a.directify_fn_search_btn {
color: #000;
}
.directify_fn_footer_wrap .footer_nav_list_wrap {
background-color: #10e126;
}
.directify_fn_blog_wrap .blog_wrapper ul.mypost li .post .title_holder > span a {
color: #000;
} | 0.146759 | 0.049589 |
ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li {
color:#0074A2;
font-size: 15px;
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-list li i{
color: #6B6B6B;
font-size: 18px;
width: 25px;
}
.resp-tabs-list li:hover,
.resp-tabs-list li:hover i{
color: #3A3A3A;
background-color: #FFF;
}
.resp-tabs-container {
padding: 0px;
margin-bottom:20px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
padding: 15px;
}
.resp-tab-active {
border: 1px solid #DEDEDE;
border-bottom: none;
margin-bottom: -1px !important;
padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
border-bottom: none;
background-color: #fff;
}
.resp-tab-item{
border-bottom:1px solid #DDDDDD
}
.resp-tab-item.resp-tab-active,
.resp-tab-item.resp-tab-active i{
color: #3A3A3A;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
border: 1px solid #DEDEDE;
}
h2.resp-accordion {
font-size: 15px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
border: 1px solid #DEDEDE;
border-top: 0px solid #DEDEDE;
margin: 0px;
padding: 10px 15px;
}
h2.resp-tab-active {
border-bottom: 0px solid #DEDEDE !important;
margin-bottom: 0px !important;
padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
border-bottom: 12px solid #DEDEDE !important;
background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-bottom:35px;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
border: 1px solid #DDDDDD;
float: left;
width: 75%;
min-height: 250px;
margin-bottom:28px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
}
.resp-vtabs li.resp-tab-active {
border: 1px solid #DDDDDD;
border-right: none;
background-color: #fff;
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
}
.resp-vtabs li.resp-tab-active:nth-child(2),
.resp-vtabs li.resp-tab-active:nth-child(3),
.resp-vtabs li.resp-tab-active:nth-child(4),
.resp-vtabs li.resp-tab-active:nth-child(5),
.resp-vtabs li.resp-tab-active:nth-child(6),
.resp-vtabs li.resp-tab-active:nth-child(7){
border-top:0;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 7px solid #9B9797;
}
h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 7px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
background: #F5F5F5;
}
.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #DEDEDE;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #DEDEDE !important;
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
h2.resp-accordion:first-child {
border-top: 1px solid #DEDEDE !important;
}
.resp-tabs-list.match-list li {
color:#FFF;
}
.resp-tabs-container.match-tab,
.resp-tabs-container.list-tab{
margin-bottom:15px;
}
.resp-tabs-container.match-tab h2.resp-accordion,
.resp-tabs-container.list-tab h2.resp-accordion{
background:#1084F8;
color:#FFF;
margin-bottom:0;
}
.resp-tabs-container.match-tab h2.resp-accordion.resp-tab-active,
.resp-tabs-container.list-tab h2.resp-accordion.resp-tab-active{
background:#FFB500;
}
.resp-tabs-container.match-tab h2.resp-accordion .resp-arrow,
.resp-tabs-container.list-tab h2.resp-accordion .resp-arrow{
border-top: 7px solid #FFF;
}
.resp-tabs-container.match-tab h2.resp-accordion.resp-tab-active .resp-arrow,
.resp-tabs-container.list-tab h2.resp-accordion.resp-tab-active .resp-arrow{
border-top:0;
border-bottom-color:#FFF;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #DEDEDE;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display:none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #DEDEDE !important;
}
} | assets/user/css/easy-responsive-tabs.css | ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li {
color:#0074A2;
font-size: 15px;
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-list li i{
color: #6B6B6B;
font-size: 18px;
width: 25px;
}
.resp-tabs-list li:hover,
.resp-tabs-list li:hover i{
color: #3A3A3A;
background-color: #FFF;
}
.resp-tabs-container {
padding: 0px;
margin-bottom:20px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
padding: 15px;
}
.resp-tab-active {
border: 1px solid #DEDEDE;
border-bottom: none;
margin-bottom: -1px !important;
padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
border-bottom: none;
background-color: #fff;
}
.resp-tab-item{
border-bottom:1px solid #DDDDDD
}
.resp-tab-item.resp-tab-active,
.resp-tab-item.resp-tab-active i{
color: #3A3A3A;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
border: 1px solid #DEDEDE;
}
h2.resp-accordion {
font-size: 15px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
border: 1px solid #DEDEDE;
border-top: 0px solid #DEDEDE;
margin: 0px;
padding: 10px 15px;
}
h2.resp-tab-active {
border-bottom: 0px solid #DEDEDE !important;
margin-bottom: 0px !important;
padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
border-bottom: 12px solid #DEDEDE !important;
background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-bottom:35px;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
border: 1px solid #DDDDDD;
float: left;
width: 75%;
min-height: 250px;
margin-bottom:28px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
}
.resp-vtabs li.resp-tab-active {
border: 1px solid #DDDDDD;
border-right: none;
background-color: #fff;
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
}
.resp-vtabs li.resp-tab-active:nth-child(2),
.resp-vtabs li.resp-tab-active:nth-child(3),
.resp-vtabs li.resp-tab-active:nth-child(4),
.resp-vtabs li.resp-tab-active:nth-child(5),
.resp-vtabs li.resp-tab-active:nth-child(6),
.resp-vtabs li.resp-tab-active:nth-child(7){
border-top:0;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 7px solid #9B9797;
}
h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 7px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
background: #F5F5F5;
}
.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #DEDEDE;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #DEDEDE !important;
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
h2.resp-accordion:first-child {
border-top: 1px solid #DEDEDE !important;
}
.resp-tabs-list.match-list li {
color:#FFF;
}
.resp-tabs-container.match-tab,
.resp-tabs-container.list-tab{
margin-bottom:15px;
}
.resp-tabs-container.match-tab h2.resp-accordion,
.resp-tabs-container.list-tab h2.resp-accordion{
background:#1084F8;
color:#FFF;
margin-bottom:0;
}
.resp-tabs-container.match-tab h2.resp-accordion.resp-tab-active,
.resp-tabs-container.list-tab h2.resp-accordion.resp-tab-active{
background:#FFB500;
}
.resp-tabs-container.match-tab h2.resp-accordion .resp-arrow,
.resp-tabs-container.list-tab h2.resp-accordion .resp-arrow{
border-top: 7px solid #FFF;
}
.resp-tabs-container.match-tab h2.resp-accordion.resp-tab-active .resp-arrow,
.resp-tabs-container.list-tab h2.resp-accordion.resp-tab-active .resp-arrow{
border-top:0;
border-bottom-color:#FFF;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #DEDEDE;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display:none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #DEDEDE !important;
}
} | 0.236164 | 0.045268 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
-webkit-box-sizing: border-box;
-moz-box-sizing : border-box;
-ms-box-sizing : border-box;
box-sizing : border-box;
}
*:focus {
outline: 0;
}
button {
opacity: 0.8;
z-index:99;
}
#main {
position: absolute;
top : 0;
left : 0;
right : 0;
bottom: 0;
width: 100%;
height: 100%;
padding-right: 220px;
}
#editor {
position: relative;
top : 0;
left : 0;
right : 0;
bottom: 0;
width: 100%;
height: 100%;
font-size: 14px;
font-weight: bold;
}
#run {
position: absolute;
top : 5px;
right: 225px;
}
#stop {
position: absolute;
top : 40px;
right: 225px;
}
#clear {
position: absolute;
top : 75px;
right: 225px;
}
#link {
position: absolute;
top : 110px;
right: 225px;
}
#panel {
position: absolute;
top: 0px;
right: 0px;
width: 220px;
height: 100%;
padding: 5px 20px;
color: #ecf0f1;
background: #95a5a6;
font-family: Lato, sans-serif;
}
#panel h1 {
font-size: 26px;
font-weight: 700px;
margin: 5px 0 0;
}
#panel .desc {
font-size: 14px;
font-weight: 300;
}
.block {
margin-top: 25px;
}
h3 {
margin: 0;
}
h5 {
margin: 0 5px 15px 0;
padding: 0;
text-align: right;
font-weight: 300;
font-size: 10px;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
ul li {
margin: 5px 0;
}
ul li:before {
content: "- ";
}
ul li a {
color: #ecf0f1;
}
#canvas {
width: 180px;
height: 90px;
background: #2c3e50;
}
.btn {
width : 80px;
height: 30px;
font-size: 18px;
border: none;
border-radius: 4px;
transition: 0.25s;
color: white;
background-color: #bdc3c7;
}
.btn:hover, .btn:focus {
background-color: #cacfd2;
}
.btn:active {
background-color: #a1a6a9;
}
.btn-primary {
background-color: #1abc9c;
}
.btn-primary:hover, .btn-primary:focus {
background-color: #2fe2bf;
}
.btn-primary:active {
background-color: #16a085;
}
.btn-danger {
background-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
background-color: #ec7063;
}
.btn-danger:active {
background-color: #dc2d1b;
}
#keyboard {
position: absolute;
bottom: 0px;
right: 0px;
width : 220px;
height: 80px;
border: solid 1px #2c3e50;
display: none;
}
@-webkit-keyframes blink {
5% { background-color: #a0d8ef; }
100% { background-color: #ffffff; }
} | extras/css/index.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
-webkit-box-sizing: border-box;
-moz-box-sizing : border-box;
-ms-box-sizing : border-box;
box-sizing : border-box;
}
*:focus {
outline: 0;
}
button {
opacity: 0.8;
z-index:99;
}
#main {
position: absolute;
top : 0;
left : 0;
right : 0;
bottom: 0;
width: 100%;
height: 100%;
padding-right: 220px;
}
#editor {
position: relative;
top : 0;
left : 0;
right : 0;
bottom: 0;
width: 100%;
height: 100%;
font-size: 14px;
font-weight: bold;
}
#run {
position: absolute;
top : 5px;
right: 225px;
}
#stop {
position: absolute;
top : 40px;
right: 225px;
}
#clear {
position: absolute;
top : 75px;
right: 225px;
}
#link {
position: absolute;
top : 110px;
right: 225px;
}
#panel {
position: absolute;
top: 0px;
right: 0px;
width: 220px;
height: 100%;
padding: 5px 20px;
color: #ecf0f1;
background: #95a5a6;
font-family: Lato, sans-serif;
}
#panel h1 {
font-size: 26px;
font-weight: 700px;
margin: 5px 0 0;
}
#panel .desc {
font-size: 14px;
font-weight: 300;
}
.block {
margin-top: 25px;
}
h3 {
margin: 0;
}
h5 {
margin: 0 5px 15px 0;
padding: 0;
text-align: right;
font-weight: 300;
font-size: 10px;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
ul li {
margin: 5px 0;
}
ul li:before {
content: "- ";
}
ul li a {
color: #ecf0f1;
}
#canvas {
width: 180px;
height: 90px;
background: #2c3e50;
}
.btn {
width : 80px;
height: 30px;
font-size: 18px;
border: none;
border-radius: 4px;
transition: 0.25s;
color: white;
background-color: #bdc3c7;
}
.btn:hover, .btn:focus {
background-color: #cacfd2;
}
.btn:active {
background-color: #a1a6a9;
}
.btn-primary {
background-color: #1abc9c;
}
.btn-primary:hover, .btn-primary:focus {
background-color: #2fe2bf;
}
.btn-primary:active {
background-color: #16a085;
}
.btn-danger {
background-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
background-color: #ec7063;
}
.btn-danger:active {
background-color: #dc2d1b;
}
#keyboard {
position: absolute;
bottom: 0px;
right: 0px;
width : 220px;
height: 80px;
border: solid 1px #2c3e50;
display: none;
}
@-webkit-keyframes blink {
5% { background-color: #a0d8ef; }
100% { background-color: #ffffff; }
} | 0.306942 | 0.068694 |
.ui-header .ui-title {margin-right:20px;margin-left:20px;}
.ui-footer .ui-title {margin-right:20px;margin-left:20px;white-space:normal;}
.ui-body-c, .ui-overlay-c { background:#FFFFFF; }
.ui-page { background: white;}
body {
padding: 0;
margin: 0;
font-family: Palatino Linotype, Bookman Antiqua, Palatino, serif;
font-size: 16px;
line-height: 20px;
text-align:center;
-webkit-user-select: none;
}
/** We manage display using "slides". A slide is a <code>div</code> that takes up the entire page. Only one slide should be visible at a time. */
.slide {
width: 95%;
height: 95%;
display: none;
position: absolute;
margin: 0 auto;
margin-left: 0.5%;
padding: 1% 2% 1% 2%;
}
.bpic {
position: absolute;
top: 0px;
left: 0px;
display: none;
z-index: 10;
border : 10px solid white;
}
.pic {
position: absolute;
top: 0px;
left: 0px;
z-index: 30;
border : 10px solid white;
}
#objects {
position: relative;
top: 60px;
}
#c1 {
position: relative;
}
#c2 {
position: relative;
left: 320px;
}
#c3 {
position: relative;
left: 640px;
}
#listenDiv{
position: absolute;
top: 400px;
left: 100px;
}
#listenButton {
display: none;
}
input, select, button {font-family: Georgia, serif; font-size: 14px;}
button {
background: url(images/button-gradient-large.png);
border: 1px solid #999;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
margin: 10px;
padding-left: 5px;
padding-right: 5px;
height: 58px;
min-width: 140px;
}
button:active {
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
background: none;
background-color: #c9c9c9;
}
button[disabled] {
background: url(zen-button.png);
border: 1px solid #999;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
cursor: not-allowed;
}
/**
## Experiment-specific styles
This stuff will vary by experiment.
*/
#logo-text {
font-weight: bold;
}
#instructions {
text-align: center;
}
.block-text {
width: 500px;
text-align: center;
margin: 0 auto;
margin-bottom: 1em;
}
table.centered {
width: 100%;
text-align: center;
border-spacing: 5px 10px;
margin-left: -5;
margin-right:0;
margin-top: 50;
margin-bottom: 0;
}
td.pics {
width: 33%;
vertical-align:center;
text-align:center;
}
td.fillers {
height: 100px;
}
td.listening {
height: 120px;
}
.star {
float: left;
width: 50px;
}
#progress {
position: absolute;
top: 20px;
left: 100px;
}
.xsit_pic {
border:0;
}
.selectedPic{
border : 10px solid #7CFC00;
}
#endStars{
position: absolute;
top: 100px;
left: 350px;
}
.bigStar {
float: left;
width: 100px;
} | assets/web_experiments/soc_xsit_ipad/style/style.css |
.ui-header .ui-title {margin-right:20px;margin-left:20px;}
.ui-footer .ui-title {margin-right:20px;margin-left:20px;white-space:normal;}
.ui-body-c, .ui-overlay-c { background:#FFFFFF; }
.ui-page { background: white;}
body {
padding: 0;
margin: 0;
font-family: Palatino Linotype, Bookman Antiqua, Palatino, serif;
font-size: 16px;
line-height: 20px;
text-align:center;
-webkit-user-select: none;
}
/** We manage display using "slides". A slide is a <code>div</code> that takes up the entire page. Only one slide should be visible at a time. */
.slide {
width: 95%;
height: 95%;
display: none;
position: absolute;
margin: 0 auto;
margin-left: 0.5%;
padding: 1% 2% 1% 2%;
}
.bpic {
position: absolute;
top: 0px;
left: 0px;
display: none;
z-index: 10;
border : 10px solid white;
}
.pic {
position: absolute;
top: 0px;
left: 0px;
z-index: 30;
border : 10px solid white;
}
#objects {
position: relative;
top: 60px;
}
#c1 {
position: relative;
}
#c2 {
position: relative;
left: 320px;
}
#c3 {
position: relative;
left: 640px;
}
#listenDiv{
position: absolute;
top: 400px;
left: 100px;
}
#listenButton {
display: none;
}
input, select, button {font-family: Georgia, serif; font-size: 14px;}
button {
background: url(images/button-gradient-large.png);
border: 1px solid #999;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
margin: 10px;
padding-left: 5px;
padding-right: 5px;
height: 58px;
min-width: 140px;
}
button:active {
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
background: none;
background-color: #c9c9c9;
}
button[disabled] {
background: url(zen-button.png);
border: 1px solid #999;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
cursor: not-allowed;
}
/**
## Experiment-specific styles
This stuff will vary by experiment.
*/
#logo-text {
font-weight: bold;
}
#instructions {
text-align: center;
}
.block-text {
width: 500px;
text-align: center;
margin: 0 auto;
margin-bottom: 1em;
}
table.centered {
width: 100%;
text-align: center;
border-spacing: 5px 10px;
margin-left: -5;
margin-right:0;
margin-top: 50;
margin-bottom: 0;
}
td.pics {
width: 33%;
vertical-align:center;
text-align:center;
}
td.fillers {
height: 100px;
}
td.listening {
height: 120px;
}
.star {
float: left;
width: 50px;
}
#progress {
position: absolute;
top: 20px;
left: 100px;
}
.xsit_pic {
border:0;
}
.selectedPic{
border : 10px solid #7CFC00;
}
#endStars{
position: absolute;
top: 100px;
left: 350px;
}
.bigStar {
float: left;
width: 100px;
} | 0.376623 | 0.10923 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
position: relative;
background-color: #eceef1;
color: #5e5e5e;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.navbarContainer {
padding: 10px;
margin-right: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
color: #5e5e5e;
}
.navbarContainer__message {
padding: 5px;
line-height: 18px;
}
.navbarContainer__link {
color: #0077c5;
text-decoration: none;
}
.navBarbutton {
color: white;
width: 100px;
height: 35px;
border-radius: 3px;
border: 1px solid black;
background-color: #0077c5;
padding: 5px;
text-align: center;
cursor: pointer;
}
.navBarbutton__lock {
height: 13px;
padding-right: 5px;
}
.formHeader {
position: relative;
width: 400px;
max-width: 920px;
margin: 0 auto;
}
.formHeader__logo {
display: block;
margin: 0 auto;
width: 130px;
text-align: center;
}
.formHeader__links {
padding: 20px 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.formLink {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-decoration: none;
color: #5e5e5e;
font-size: 19px;
padding: 5px;
}
.formLink__icons {
padding-right: 5px;
height: 25px;
}
.formBody {
width: 400px;
max-width: 920px;
margin: 0 auto;
outline: 1px solid lightgrey;
background-color: white;
text-align: center;
}
.formBody__title {
padding-top: 35px;
padding-bottom: 20px;
font-size: 24px;
}
.formBody__description {
font-size: 14px;
padding-bottom: 25px;
}
.formBody__footer {
width: 400px;
height: 60px;
background-color: #eceef1;
}
.formBody__fields {
display: block;
text-align: left;
}
.email {
display: block;
}
.--link {
font-size: 12px;
color: #0077c5;
}
.input {
padding-left: 20px;
padding-bottom: 20px;
}
.input__inputBar {
width: 357px;
height: 30px;
border-radius: 2px;
border: 1px solid lightgrey;
margin-top: 20px;
margin-bottom: 5px;
}
.formLabel {
padding-left: 20px;
font-size: 14px;
}
.formMiniMessage {
font-size: 10px;
padding-bottom: 5px;
}
.--formButtom {
font-size: 16px;
margin-top: 20px;
margin-left: 20px;
width: 360px;
height: 50px;
border-color: white;
}
.formInfo {
font-size: 13px;
font-style: italic;
padding: 50px;
line-height: 22px;
color: slategray;
}
.--formImg {
width: 16px;
height: 18px;
}
.--formFootText {
font-size: 11px;
padding-top: 25px;
color: slategray;
}
.footerLinks {
text-align: center;
padding-top: 25px;
}
.footerLinks__grey {
color: #4d5257;
text-decoration: none;
font-size: 13px;
padding: 2px;
margin: 15px 2px;
}
.footerNotice {
text-align: center;
font-size: 13px;
line-height: 18px;
color: #4d5257;
padding: 5px;
padding-bottom: 20px;
}
.mainContainer {
margin: 0 auto;
} | css/main.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
position: relative;
background-color: #eceef1;
color: #5e5e5e;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.navbarContainer {
padding: 10px;
margin-right: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
color: #5e5e5e;
}
.navbarContainer__message {
padding: 5px;
line-height: 18px;
}
.navbarContainer__link {
color: #0077c5;
text-decoration: none;
}
.navBarbutton {
color: white;
width: 100px;
height: 35px;
border-radius: 3px;
border: 1px solid black;
background-color: #0077c5;
padding: 5px;
text-align: center;
cursor: pointer;
}
.navBarbutton__lock {
height: 13px;
padding-right: 5px;
}
.formHeader {
position: relative;
width: 400px;
max-width: 920px;
margin: 0 auto;
}
.formHeader__logo {
display: block;
margin: 0 auto;
width: 130px;
text-align: center;
}
.formHeader__links {
padding: 20px 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.formLink {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-decoration: none;
color: #5e5e5e;
font-size: 19px;
padding: 5px;
}
.formLink__icons {
padding-right: 5px;
height: 25px;
}
.formBody {
width: 400px;
max-width: 920px;
margin: 0 auto;
outline: 1px solid lightgrey;
background-color: white;
text-align: center;
}
.formBody__title {
padding-top: 35px;
padding-bottom: 20px;
font-size: 24px;
}
.formBody__description {
font-size: 14px;
padding-bottom: 25px;
}
.formBody__footer {
width: 400px;
height: 60px;
background-color: #eceef1;
}
.formBody__fields {
display: block;
text-align: left;
}
.email {
display: block;
}
.--link {
font-size: 12px;
color: #0077c5;
}
.input {
padding-left: 20px;
padding-bottom: 20px;
}
.input__inputBar {
width: 357px;
height: 30px;
border-radius: 2px;
border: 1px solid lightgrey;
margin-top: 20px;
margin-bottom: 5px;
}
.formLabel {
padding-left: 20px;
font-size: 14px;
}
.formMiniMessage {
font-size: 10px;
padding-bottom: 5px;
}
.--formButtom {
font-size: 16px;
margin-top: 20px;
margin-left: 20px;
width: 360px;
height: 50px;
border-color: white;
}
.formInfo {
font-size: 13px;
font-style: italic;
padding: 50px;
line-height: 22px;
color: slategray;
}
.--formImg {
width: 16px;
height: 18px;
}
.--formFootText {
font-size: 11px;
padding-top: 25px;
color: slategray;
}
.footerLinks {
text-align: center;
padding-top: 25px;
}
.footerLinks__grey {
color: #4d5257;
text-decoration: none;
font-size: 13px;
padding: 2px;
margin: 15px 2px;
}
.footerNotice {
text-align: center;
font-size: 13px;
line-height: 18px;
color: #4d5257;
padding: 5px;
padding-bottom: 20px;
}
.mainContainer {
margin: 0 auto;
} | 0.366023 | 0.062617 |
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Arial', sans-serif;
text-align: center;
background: #F1F1F1;
}
.Header-Main {
background: #F72A2A;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Header-Main .Header-Main__title{
display: block;
}
.Header-Main .Header-Main__title h1{
font-size: 3rem;
color: white;
}
.Header-Main .Header-Main__form{
display: block;
max-width: 700px;
margin: 0 auto;
}
.Header-Main .Header-Main__form input{
display: inline-block;
padding: .9rem;
font-size: .9rem;
width: 60%;
margin: .5rem;
}
.loader {
display: block;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
font-size: 2rem;
}
.videos_box {
display: block;
text-align: left;
max-width: 900px;
margin: 2rem auto;
background: white;
}
.videos_box .videos_list {
margin: 0 auto;
}
.videos_box .videos_list div {
padding-top: .2rem;
padding-bottom: .2rem;
}
.videos_box .videos_list div .video__cover{
display: inline-block;
vertical-align: middle;
width: 20%;
margin: 1.5rem 2rem;
text-align: right;
}
.videos_box .videos_list div .video__info {
display: inline-block;
color: #4A4A4A;
font-size: .9rem;
}
.videos_box .videos_list div .video__info .video__title{
color: blue;
text-decoration: none;
display: block;
font-size: 1.3rem;
}
.videos_box .videos_list div .video__info .video__title:hover{
text-decoration: underline;
}
.videos_box .videos_list div .video__info .video__channel_go{
text-decoration: none;
display: block;
color: #4A4A4A;
}
.videos_box .videos_list div .video__info .video__channel_go:hover {
text-decoration: underline;
color: blue;
}
.videos_box .videos_list div .video__info .video__published{
display: block;
}
.videos_box .videos_list div .video__info .video__description{
display: block;
}
.videos_box .videos_list div .video__info{
display: inline-block;
vertical-align: middle;
width: 60%;
}
footer {
background: #121315;
color: white;
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
footer a {
color: white;
} | public/css/style.css | * {
margin: 0;
padding: 0;
}
body {
font-family: 'Arial', sans-serif;
text-align: center;
background: #F1F1F1;
}
.Header-Main {
background: #F72A2A;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Header-Main .Header-Main__title{
display: block;
}
.Header-Main .Header-Main__title h1{
font-size: 3rem;
color: white;
}
.Header-Main .Header-Main__form{
display: block;
max-width: 700px;
margin: 0 auto;
}
.Header-Main .Header-Main__form input{
display: inline-block;
padding: .9rem;
font-size: .9rem;
width: 60%;
margin: .5rem;
}
.loader {
display: block;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
font-size: 2rem;
}
.videos_box {
display: block;
text-align: left;
max-width: 900px;
margin: 2rem auto;
background: white;
}
.videos_box .videos_list {
margin: 0 auto;
}
.videos_box .videos_list div {
padding-top: .2rem;
padding-bottom: .2rem;
}
.videos_box .videos_list div .video__cover{
display: inline-block;
vertical-align: middle;
width: 20%;
margin: 1.5rem 2rem;
text-align: right;
}
.videos_box .videos_list div .video__info {
display: inline-block;
color: #4A4A4A;
font-size: .9rem;
}
.videos_box .videos_list div .video__info .video__title{
color: blue;
text-decoration: none;
display: block;
font-size: 1.3rem;
}
.videos_box .videos_list div .video__info .video__title:hover{
text-decoration: underline;
}
.videos_box .videos_list div .video__info .video__channel_go{
text-decoration: none;
display: block;
color: #4A4A4A;
}
.videos_box .videos_list div .video__info .video__channel_go:hover {
text-decoration: underline;
color: blue;
}
.videos_box .videos_list div .video__info .video__published{
display: block;
}
.videos_box .videos_list div .video__info .video__description{
display: block;
}
.videos_box .videos_list div .video__info{
display: inline-block;
vertical-align: middle;
width: 60%;
}
footer {
background: #121315;
color: white;
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
footer a {
color: white;
} | 0.395951 | 0.063657 |
* {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
background: #ecf0f1;
color: #444;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
max-width: 50rem;
width: 100%;
margin: 0 auto;
}
/* style in the slider */
.slider {
background: #fff;
position: relative;
margin: 2rem 0;
overflow: hidden;
padding-bottom: 2.5rem; /* to have small circles so can be clicked */
border: 0.25rem solid #95a5a6;
}
/* add a background to the place here the buttons are */
.slider::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
content: '';
display: block;
background: #34495e;
height: 3rem;
}
/* don't show the radio buttons */
.slide-switch {
display: none;
}
/* convert the labels into circles and move it down */
.slide-label {
position: absolute;
bottom: 1rem;
display: block;
z-index: 5;
height: 1rem;
width: 1rem;
text-indent: 1rem; /* text cannot longer being seen */
overflow: hidden;
background: #2980b9;
border-radius: 50%;
cursor: pointer;
transition: all 0.25s;
}
/* nth-of-type - looks for a specific instance of the class being used dependeing of the number between the brakets */
/* this code affects the first */
.slide-label:nth-of-type(1) {
left: 1rem;
}
.slide-label:nth-of-type(2) {
left: 2.5rem;
}
.slide-label:nth-of-type(3) {
left: 4rem;
}
/* we can use as many as we want, in this case only three */
.slide-label:nth-of-type(4) {
left: 5.5rem;
}
.slide-label:nth-of-type(5) {
left: 7rem;
}
.padded {
padding: 1rem 2rem;
}
/* slide with a width of 100% and float left and give a negative margin */
/* content div stay in the float of the document */
.slide-content {
width: 100%;
background: #fff;
float: left;
margin-right: -100%; /* make the elements in top of each other */
}
/* Add the switch */
/* Change the color of the selected circle */
.slide-switch:checked + .slide-label {
background: #3498db;
}
/* the elements not selected at the moment */
.slide-switch:not(:checked) + .slide-label + .slide-content {
opacity: 0;
transition: opacity 0.35s;
pointer-events: none; /* can't interact with the other sliders in the same area */
}
/* the one currently checked */
.slide-switch:checked + .slide-label + .slide-content {
animation: slide 1s;
}
/* to make the slides slide */
@keyframes slide {
0% {
transform: translateX(100%); /* X move horizontaly */
}
100% {
transform: translateX(0);
}
} | files/2.9/styles.css | * {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
background: #ecf0f1;
color: #444;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
max-width: 50rem;
width: 100%;
margin: 0 auto;
}
/* style in the slider */
.slider {
background: #fff;
position: relative;
margin: 2rem 0;
overflow: hidden;
padding-bottom: 2.5rem; /* to have small circles so can be clicked */
border: 0.25rem solid #95a5a6;
}
/* add a background to the place here the buttons are */
.slider::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
content: '';
display: block;
background: #34495e;
height: 3rem;
}
/* don't show the radio buttons */
.slide-switch {
display: none;
}
/* convert the labels into circles and move it down */
.slide-label {
position: absolute;
bottom: 1rem;
display: block;
z-index: 5;
height: 1rem;
width: 1rem;
text-indent: 1rem; /* text cannot longer being seen */
overflow: hidden;
background: #2980b9;
border-radius: 50%;
cursor: pointer;
transition: all 0.25s;
}
/* nth-of-type - looks for a specific instance of the class being used dependeing of the number between the brakets */
/* this code affects the first */
.slide-label:nth-of-type(1) {
left: 1rem;
}
.slide-label:nth-of-type(2) {
left: 2.5rem;
}
.slide-label:nth-of-type(3) {
left: 4rem;
}
/* we can use as many as we want, in this case only three */
.slide-label:nth-of-type(4) {
left: 5.5rem;
}
.slide-label:nth-of-type(5) {
left: 7rem;
}
.padded {
padding: 1rem 2rem;
}
/* slide with a width of 100% and float left and give a negative margin */
/* content div stay in the float of the document */
.slide-content {
width: 100%;
background: #fff;
float: left;
margin-right: -100%; /* make the elements in top of each other */
}
/* Add the switch */
/* Change the color of the selected circle */
.slide-switch:checked + .slide-label {
background: #3498db;
}
/* the elements not selected at the moment */
.slide-switch:not(:checked) + .slide-label + .slide-content {
opacity: 0;
transition: opacity 0.35s;
pointer-events: none; /* can't interact with the other sliders in the same area */
}
/* the one currently checked */
.slide-switch:checked + .slide-label + .slide-content {
animation: slide 1s;
}
/* to make the slides slide */
@keyframes slide {
0% {
transform: translateX(100%); /* X move horizontaly */
}
100% {
transform: translateX(0);
}
} | 0.451085 | 0.1495 |
.title {
display: flex;
justify-content: space-between;
margin-left: 1%;
}
.sitename {
display: flex;
align-items: center;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 20px;
font-size: 320%;
font-weight: bold;
font-family: 'Dancing Script', cursive;
text-decoration: none;
color: #000000;
}
.logo {
/*background-image: url(../img/logo.png);*/
background-image: url("https://cdn.pixabay.com/photo/2018/12/24/16/53/shop-icon-3893222_1280.jpg");
width: 5%;
height: 5%;
}
.imgHeader {
width: 75px;
height: 75px;
}
.logx {
/*margin-left: auto;*/
text-decoration: none;
font-family: candara;
color: white;
margin-right: 3%;
}
.logx form {
display: inline;
}
div#registroYlogin { /* Apartado donde se encuentran los botones de registrarse, accede, y cerrar sesión */
display: flex;
flex-direction: column;
justify-content: flex-start;
}
div#registroYlogin a:hover {
color: black;
text-decoration: none;
}
#botonRegistro{
text-decoration: none;
padding: 8px;
font-family: candara;
font-size: 18px;
color: #000000;
background-color: #FFA62C;
border-radius: 6px;
border: 2px solid #E18100;
}
#botonRegistro:hover{
background-color: #ff8819;
}
#botonLogin{
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
color: #000000;
background-color: #5d89e6;
border-radius: 6px;
border: 2px solid #0016b0;
}
#botonLogin:hover{
background-color: #376ee6;
}
#botonLogout { /* Botón de cerrar sesión */
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(255, 21, 21);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#botonLogout:hover{
background-color: rgba(219, 0, 0, 0.925);
}
#received {
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(255, 241, 52);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#received:hover{
background-color: rgb(230, 214, 0);
}
#botonAdmin { /* Botón de cerrar sesión */
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(163, 163, 163);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#botonAdmin:hover{
background-color: rgba(126, 126, 126, 0.925);
}
#fotoNombre {
display: inline;
margin-top: 5px;
}
.userthumb {
width: 26px;
height: 26px;
}
#usernameN {
text-decoration: none;
color: #000000;
font-size: 120%;
} | src/main/resources/static/css/cabecera.css | .title {
display: flex;
justify-content: space-between;
margin-left: 1%;
}
.sitename {
display: flex;
align-items: center;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 20px;
font-size: 320%;
font-weight: bold;
font-family: 'Dancing Script', cursive;
text-decoration: none;
color: #000000;
}
.logo {
/*background-image: url(../img/logo.png);*/
background-image: url("https://cdn.pixabay.com/photo/2018/12/24/16/53/shop-icon-3893222_1280.jpg");
width: 5%;
height: 5%;
}
.imgHeader {
width: 75px;
height: 75px;
}
.logx {
/*margin-left: auto;*/
text-decoration: none;
font-family: candara;
color: white;
margin-right: 3%;
}
.logx form {
display: inline;
}
div#registroYlogin { /* Apartado donde se encuentran los botones de registrarse, accede, y cerrar sesión */
display: flex;
flex-direction: column;
justify-content: flex-start;
}
div#registroYlogin a:hover {
color: black;
text-decoration: none;
}
#botonRegistro{
text-decoration: none;
padding: 8px;
font-family: candara;
font-size: 18px;
color: #000000;
background-color: #FFA62C;
border-radius: 6px;
border: 2px solid #E18100;
}
#botonRegistro:hover{
background-color: #ff8819;
}
#botonLogin{
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
color: #000000;
background-color: #5d89e6;
border-radius: 6px;
border: 2px solid #0016b0;
}
#botonLogin:hover{
background-color: #376ee6;
}
#botonLogout { /* Botón de cerrar sesión */
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(255, 21, 21);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#botonLogout:hover{
background-color: rgba(219, 0, 0, 0.925);
}
#received {
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(255, 241, 52);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#received:hover{
background-color: rgb(230, 214, 0);
}
#botonAdmin { /* Botón de cerrar sesión */
text-decoration: none;
text-align: center;
padding: 8px;
font-family: candara;
font-size: 18px;
background-color: rgb(163, 163, 163);
color: #000000;
border-radius: 6px;
border: 2px solid black;
}
#botonAdmin:hover{
background-color: rgba(126, 126, 126, 0.925);
}
#fotoNombre {
display: inline;
margin-top: 5px;
}
.userthumb {
width: 26px;
height: 26px;
}
#usernameN {
text-decoration: none;
color: #000000;
font-size: 120%;
} | 0.303216 | 0.11742 |
.background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*--------------------------------------------------------------*/
/*this source is from https://webcode-lab.com/topics/blogid/9/" */
.div-a {
position: relative;
z-index: 1;
/* 必要であればリンク要素の重なりのベース順序指定 */
}
.div-a a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -999px;
z-index: 2;
/* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--------------------------------------------------------------*/
.status-completed {
border: solid 3px #32d296;
}
.status-working {
border: solid 3px #faa05a;
}
.status-waiting {
border: solid 3px #f0506e;
}
.status-coming {
border: solid 3px #faa05a;
}
.status-not-working {
border: solid 3px #f0506e;
}
.status-asked {
border: solid 3px #9055A2;
}
.comment-thisside {
background: #D4DFE6;
color: black;
border-radius: 10px;
}
.comment-otherside {
background: #e5e5e5;
color: black;
border-radius: 10px;
}
.card-with-badge {
position: relative;
padding-top:33px !important;
}
.badge-of-card {
position: absolute;
top: 5px;
right: 6px;
padding:4px;
font-size:13px;
background: #D4DFE6;
color: black;
border-radius: 2px;
}
.badge-of-card-asked {
position: absolute;
top: 5px;
right: 6px;
padding:4px;
font-size:13px;
background: #D1B6E1;
color: black;
border-radius: 2px;
}
.menu-icon-box-outer{
padding:10px;
}
.menu-icon-box{
background: #D4DFE6;
border-radius: 4px;
padding:10px;
}
.background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*--------------------------------------------------------------*/
/*this source is from https://webparts.cman.jp/button/onoff/ */
.switchArea {
line-height : 60px;
letter-spacing : 0;
text-align : center;
font-size : 20px;
position : relative;
margin : auto;
width : 150px;
background : #fff;
}
.switchArea input[type="checkbox"] {
display : none;
}
.switchArea label {
display : block;
box-sizing : border-box;
height : 60px;
border : 2px solid #999999;
border-radius : 30px;
}
.switchArea input[type="checkbox"]:checked +label {
border-color : #32d296;
}
.switchArea label span:after{
content : "不可";
padding : 0 0 0 36px;
color : #999999;
}
.switchArea input[type="checkbox"]:checked + label span:after{
content : "可";
padding : 0 36px 0 0;
color : #32d296;
}
.switchArea #swImg {
position : absolute;
width : 52px;
height : 52px;
background : #999999;
top : 4px;
left : 4px;
border-radius : 26px;
transition : .2s;
}
.switchArea input[type="checkbox"]:checked ~ #swImg {
transform : translateX(90px);
background : #32d296;
}
/*--------------------------------------------------------------*/ | public/css/common.css | .background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*--------------------------------------------------------------*/
/*this source is from https://webcode-lab.com/topics/blogid/9/" */
.div-a {
position: relative;
z-index: 1;
/* 必要であればリンク要素の重なりのベース順序指定 */
}
.div-a a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -999px;
z-index: 2;
/* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--------------------------------------------------------------*/
.status-completed {
border: solid 3px #32d296;
}
.status-working {
border: solid 3px #faa05a;
}
.status-waiting {
border: solid 3px #f0506e;
}
.status-coming {
border: solid 3px #faa05a;
}
.status-not-working {
border: solid 3px #f0506e;
}
.status-asked {
border: solid 3px #9055A2;
}
.comment-thisside {
background: #D4DFE6;
color: black;
border-radius: 10px;
}
.comment-otherside {
background: #e5e5e5;
color: black;
border-radius: 10px;
}
.card-with-badge {
position: relative;
padding-top:33px !important;
}
.badge-of-card {
position: absolute;
top: 5px;
right: 6px;
padding:4px;
font-size:13px;
background: #D4DFE6;
color: black;
border-radius: 2px;
}
.badge-of-card-asked {
position: absolute;
top: 5px;
right: 6px;
padding:4px;
font-size:13px;
background: #D1B6E1;
color: black;
border-radius: 2px;
}
.menu-icon-box-outer{
padding:10px;
}
.menu-icon-box{
background: #D4DFE6;
border-radius: 4px;
padding:10px;
}
.background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*--------------------------------------------------------------*/
/*this source is from https://webparts.cman.jp/button/onoff/ */
.switchArea {
line-height : 60px;
letter-spacing : 0;
text-align : center;
font-size : 20px;
position : relative;
margin : auto;
width : 150px;
background : #fff;
}
.switchArea input[type="checkbox"] {
display : none;
}
.switchArea label {
display : block;
box-sizing : border-box;
height : 60px;
border : 2px solid #999999;
border-radius : 30px;
}
.switchArea input[type="checkbox"]:checked +label {
border-color : #32d296;
}
.switchArea label span:after{
content : "不可";
padding : 0 0 0 36px;
color : #999999;
}
.switchArea input[type="checkbox"]:checked + label span:after{
content : "可";
padding : 0 36px 0 0;
color : #32d296;
}
.switchArea #swImg {
position : absolute;
width : 52px;
height : 52px;
background : #999999;
top : 4px;
left : 4px;
border-radius : 26px;
transition : .2s;
}
.switchArea input[type="checkbox"]:checked ~ #swImg {
transform : translateX(90px);
background : #32d296;
}
/*--------------------------------------------------------------*/ | 0.475362 | 0.099339 |