No Description

style.scss 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
  1. $font-primary: 'Inconsolata', Arial, sans-serif;
  2. // Overrides
  3. $grid-gutter-width: 40px !default;
  4. $border-radius-base: 4px !default;
  5. $padding-base-vertical: 14px !default;
  6. $brand-primary: #8C7676 !default;
  7. $brand-secondary: #00ADB5 !default;
  8. $brand-white: #fff;
  9. $brand-black: #000;
  10. $brand-darker: #333;
  11. $brand-gray: #ccc;
  12. $brand-lighter: #e9e9e9;
  13. $brand-body-color: #f2f2f2;
  14. $brand-selection-color: #f9f6f0;
  15. $brand-overlay-color: #3b3d40;
  16. $brand-bg-footer: #41444B;
  17. $brand-bg-color: $brand-white;
  18. $input-border-focus: $brand-primary !default;
  19. $form-group-margin-bottom: 30px !default;
  20. // Mixin
  21. @mixin transition($transition) {
  22. -moz-transition: $transition ease;
  23. -o-transition: $transition ease;
  24. -webkit-transition: $transition ease;
  25. -ms-transition: $transition ease;
  26. transition: $transition ease;
  27. }
  28. @mixin inline-block() {
  29. display:-moz-inline-stack;
  30. display:inline-block;
  31. zoom:1;
  32. *display:inline;
  33. }
  34. @mixin flex() {
  35. display: -webkit-box;
  36. display: -webkit-flex;
  37. display: -moz-flex;
  38. display: -ms-flexbox;
  39. display: flex;
  40. }
  41. @mixin border-radius($radius) {
  42. -webkit-border-radius: $radius;
  43. -moz-border-radius: $radius;
  44. -ms-border-radius: $radius;
  45. border-radius: $radius;
  46. }
  47. @mixin flex() {
  48. display: -webkit-box;
  49. display: -moz-box;
  50. display: -ms-flexbox;
  51. display: -webkit-flex;
  52. display: flex;
  53. }
  54. @mixin flexwrap() {
  55. flex-wrap: wrap;
  56. -webkit-flex-wrap: wrap;
  57. -moz-flex-wrap: wrap;
  58. }
  59. @mixin fh5co-gradient() {
  60. // Gradient
  61. background-color: $brand-primary;
  62. /* IE9, iOS 3.2+ */
  63. background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  64. background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(82, 211, 170)),color-stop(1, rgb(63, 149, 234)));
  65. /* Android 2.3 */
  66. background-image: -webkit-repeating-linear-gradient(top left,rgb(82, 211, 170) 0%,rgb(63, 149, 234) 100%);
  67. /* IE10+ */
  68. background-image: repeating-linear-gradient(to bottom right,rgb(82, 211, 170) 0%,rgb(63, 149, 234) 100%);
  69. background-image: -ms-repeating-linear-gradient(top left,rgb(82, 211, 170) 0%,rgb(63, 149, 234) 100%);
  70. }
  71. @font-face {
  72. font-family: 'icomoon';
  73. src:url('../fonts/icomoon/icomoon.eot?srf3rx');
  74. src:url('../fonts/icomoon/icomoon.eot?srf3rx#iefix') format('embedded-opentype'),
  75. url('../fonts/icomoon/icomoon.ttf?srf3rx') format('truetype'),
  76. url('../fonts/icomoon/icomoon.woff?srf3rx') format('woff'),
  77. url('../fonts/icomoon/icomoon.svg?srf3rx#icomoon') format('svg');
  78. font-weight: normal;
  79. font-style: normal;
  80. }
  81. @mixin icomoon() {
  82. font-family: 'icomoon';
  83. speak: none;
  84. font-style: normal;
  85. font-weight: normal;
  86. font-variant: normal;
  87. text-transform: none;
  88. line-height: 1;
  89. /* Better Font Rendering =========== */
  90. -webkit-font-smoothing: antialiased;
  91. -moz-osx-font-smoothing: grayscale;
  92. }
  93. // Import
  94. @import 'bootstrap/mixins';
  95. @import 'bootstrap/variables';
  96. /* =======================================================
  97. *
  98. * Template Style
  99. * Edit this section
  100. *
  101. * ======================================================= */
  102. // Template Base
  103. body {
  104. font-family: $font-primary;
  105. font-weight: 300;
  106. font-size: 20px;
  107. line-height: 1.5;
  108. color: darken($brand-white, 20%);
  109. background: $brand-black;
  110. height: 100%;
  111. position: relative;
  112. }
  113. a {
  114. color: $brand-primary;
  115. @include transition(.5s);
  116. &:hover, &:active, &:focus {
  117. color: $brand-primary;
  118. outline: none;
  119. }
  120. }
  121. p {
  122. margin-bottom: 1.5em;
  123. font-size: 16px;
  124. }
  125. h1, h2, h3, h4, h5, h6 {
  126. color: $brand-white;
  127. font-family: $font-primary;
  128. font-weight: 400;
  129. margin: 0 0 30px 0;
  130. }
  131. ::-webkit-selection {
  132. color: $brand-white;
  133. background: $brand-primary;
  134. }
  135. ::-moz-selection {
  136. color: $brand-white;
  137. background: $brand-primary;
  138. }
  139. ::selection {
  140. color: $brand-white;
  141. background: $brand-primary;
  142. }
  143. .navbar-collapse{
  144. border: none !important;
  145. }
  146. #fh5co-header {
  147. position: absolute;
  148. z-index: 999999;
  149. width: 100%;
  150. opacity: 1;
  151. top: 0;
  152. float: left;
  153. .navbar {
  154. padding-bottom: 0;
  155. margin-bottom: 0;
  156. display: table;
  157. }
  158. #navbar {
  159. display: table-cell;
  160. vertical-align: middle;
  161. li {
  162. width: 16px;
  163. height: 16px;
  164. display: block !important;
  165. margin: 15px 0;
  166. clear: both;
  167. @include border-radius(50%);
  168. @media screen and (max-width :$screen-sm) {
  169. margin-left: 10px !important;
  170. }
  171. a {
  172. font-family: $font-primary;
  173. background: rgba($brand-white,.2);
  174. position: relative;
  175. font-size: 16px;
  176. font-weight: 400;
  177. margin: 0 auto;
  178. width: 12px;
  179. height: 12px !important;
  180. text-indent: -999999px;
  181. padding: 0;
  182. @include border-radius(50%);
  183. span {
  184. position: relative;
  185. display: block;
  186. padding-bottom: 2px;
  187. }
  188. &:hover {
  189. color: $brand-black;
  190. span {
  191. &:before {
  192. visibility: visible;
  193. -webkit-transform: scaleX(1);
  194. -moz-transform: scaleX(1);
  195. -ms-transform: scaleX(1);
  196. -o-transform: scaleX(1);
  197. transform: scaleX(1);
  198. }
  199. }
  200. }
  201. }
  202. &.active {
  203. width: 16px;
  204. height: 16px;
  205. background: $brand-white;
  206. a {
  207. background: $brand-black;
  208. background: none;
  209. @media screen and (max-width: $screen-xs) {
  210. color: $brand-primary;
  211. }
  212. }
  213. }
  214. }
  215. }
  216. .navbar-brand {
  217. float: left;
  218. display: block;
  219. font-size: 24px;
  220. font-weight: 700;
  221. padding-left: 28px;
  222. color: #535659;
  223. text-transform: uppercase;
  224. letter-spacing: 3px;
  225. position: relative;
  226. &:after, &:before {
  227. content: "";
  228. position: absolute;
  229. display: block;
  230. width: 24px;
  231. height: 24px;
  232. left: -12px;
  233. margin-left: 0px;
  234. bottom: 16px;
  235. @include border-radius(50%);
  236. }
  237. &:before{
  238. left: 0px;
  239. background: rgba($brand-primary,.8);
  240. }
  241. > span {
  242. color: $brand-primary;
  243. }
  244. @media screen and (max-width: $screen-md) {
  245. padding-left: 55px!important;
  246. padding-right: 0!important;
  247. &:after, &:before {
  248. margin-left: 25px;
  249. }
  250. }
  251. }
  252. &.navbar-fixed-top {
  253. position: fixed!important;
  254. -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
  255. -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
  256. -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
  257. box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
  258. margin-top: 0px;
  259. top: 0;
  260. .navbar-brand {
  261. color: #535659;
  262. }
  263. #navbar {
  264. li {
  265. a {
  266. @include transition(.3s);
  267. &:hover {
  268. color: $brand-primary;
  269. }
  270. @media screen and (max-width :$screen-md) {
  271. font-size: 20px;
  272. }
  273. }
  274. &.active {
  275. a {
  276. color: $brand-primary!important;
  277. @media screen and (max-width: $screen-sm) {
  278. color: $brand-primary!important;
  279. }
  280. span {
  281. &:before {
  282. visibility: visible;
  283. -webkit-transform: scaleX(1);
  284. transform: scaleX(1);
  285. background-color: $brand-primary;
  286. @media screen and (max-width: $screen-sm) {
  287. background-color: transparent;
  288. }
  289. }
  290. }
  291. }
  292. }
  293. }
  294. }
  295. }
  296. .navbar-default {
  297. border: transparent;
  298. background: transparent;
  299. margin: 0;
  300. padding-left: 50px;
  301. padding-right: 50px;
  302. @include border-radius(0px);
  303. @media screen and (max-width: $screen-sm) {
  304. margin-top: 0px;
  305. padding-right: 0px;
  306. padding-left: 0px;
  307. }
  308. }
  309. }
  310. #fh5co-home {
  311. background-color: transparent;
  312. background-size: cover;
  313. // background-attachment: fixed;
  314. position: relative;
  315. width: 100%;
  316. color: $brand-white;
  317. @media screen and(max-width: $screen-xs){
  318. background-position: center center;
  319. background-attachment: initial;
  320. }
  321. a {
  322. color: rgba(255,255,255,.8)!important;
  323. text-decoration: underline;
  324. &:hover {
  325. color: $brand-white;
  326. text-decoration: none;
  327. }
  328. }
  329. .gradient {
  330. position: absolute;
  331. top: 0;
  332. bottom: 0;
  333. left: 0;
  334. right: 0;
  335. z-index: 2;
  336. background: rgba(0, 0, 0, .3);
  337. }
  338. &, .text-wrap {
  339. height: 900px;
  340. @media screen and(max-width: $screen-sm){
  341. height: 500px;
  342. }
  343. }
  344. .text-wrap {
  345. display: table;
  346. width: 100%;
  347. position: relative;
  348. z-index: 4;
  349. }
  350. .text-inner {
  351. display: table-cell;
  352. vertical-align: middle;
  353. h1 {
  354. font-size: 60px;
  355. color: rgba(255,255,255,1);
  356. margin: 0 0 30px 0;
  357. font-weight: 700;
  358. line-height: 58px;
  359. span{
  360. color: $brand-primary;
  361. }
  362. @media screen and(max-width: $screen-sm){
  363. font-size: 40px;
  364. }
  365. }
  366. h2 {
  367. font-size: 20px;
  368. line-height: 30px;
  369. font-weight: 300;
  370. color: rgba(255,255,255,.8);
  371. margin: 0 0 60px 0;
  372. }
  373. }
  374. }
  375. #fh5co-services,
  376. #fh5co-explore,
  377. #fh5co-team,
  378. #fh5co-footer,
  379. #fh5co-work,
  380. #fh5co-counters,
  381. #fh5co-pricing{
  382. padding: 8em 0;
  383. @media screen and (max-width: $screen-sm) {
  384. padding: 3em 0;
  385. }
  386. }
  387. #fh5co-services{
  388. padding-bottom: 0;
  389. }
  390. .fh5co-explore{
  391. padding-bottom: 40px;
  392. }
  393. .fh5co-project{
  394. .project-grid{
  395. width: 100%;
  396. height: 800px;
  397. background-size: cover;
  398. background-position: center center;
  399. position: relative;
  400. margin-bottom: 30px;
  401. display: table;
  402. @media screen and(max-width: $screen-sm){
  403. height: 400px;
  404. }
  405. .desc{
  406. position: relative;
  407. display: table-cell;
  408. vertical-align: middle;
  409. width: 100%;
  410. height: 250px;
  411. background: rgba($brand-black,.5);
  412. opacity: 0;
  413. @include transition(.3s);
  414. @media screen and (max-width: $screen-sm){
  415. opacity: 1;
  416. }
  417. h3{
  418. margin-bottom: 10px;
  419. a{
  420. color: $brand-white;
  421. &:hover, &:focus{
  422. text-decoration: none;
  423. }
  424. }
  425. }
  426. span{
  427. font-size: 12px;
  428. text-transform: uppercase;
  429. color: rgba($brand-white,.6);
  430. letter-spacing: 2px;
  431. }
  432. p{
  433. padding: 0;
  434. a{
  435. padding: 0;
  436. color: $brand-white;
  437. &:hover, &:focus{
  438. text-decoration: none;
  439. }
  440. }
  441. }
  442. // .download, .love{
  443. // position: absolute;
  444. // bottom: 0;
  445. // border: 1px solid rgba($brand-white,.5);
  446. // padding: 7px 10px;
  447. // line-height: 0;
  448. // @include border-radius(2px);
  449. // }
  450. // .download{
  451. // left: 30px;
  452. // }
  453. // .love{
  454. // right: 30px;
  455. // color: red;
  456. // }
  457. }
  458. &:hover{
  459. .desc{
  460. opacity: 1;
  461. }
  462. }
  463. }
  464. }
  465. .getting-started{
  466. background: $brand-primary;
  467. @include flex();
  468. @include flexwrap();
  469. // height: 400px;
  470. .getting-grid{
  471. background-size: cover;
  472. background-position: center center;
  473. position: relative;
  474. width: 100%;
  475. display: table;
  476. // height: 400px;
  477. .desc{
  478. width: 50%;
  479. display: table-cell;
  480. vertical-align: middle;
  481. height: 400px;
  482. padding: 0 3em;
  483. }
  484. }
  485. h2{
  486. color: $brand-white;
  487. margin-bottom: 10px;
  488. }
  489. p{
  490. color: rgba(255,255,255,.8);
  491. }
  492. }
  493. #fh5co-pricing {
  494. .price-box {
  495. border: 2px solid rgba($brand-white,.1);
  496. text-align: center;
  497. padding: 30px;
  498. @include border-radius(5px);
  499. margin-bottom: 40px;
  500. position: relative;
  501. &.popular {
  502. border: 2px solid $brand-primary;
  503. .popular-text {
  504. top: 0;
  505. left: 50%;
  506. margin-left: -65px;
  507. margin-top: -2em;
  508. position: absolute;
  509. padding: 4px 20px;
  510. background: $brand-primary;
  511. color: $brand-white;
  512. @include border-radius(4px);
  513. &:after {
  514. content: "";
  515. position: absolute;
  516. top: 100%;
  517. left: 50%;
  518. margin-left: -10px;
  519. border-top: 10px solid black;
  520. border-top-color: $brand-primary;
  521. border-left: 10px solid transparent;
  522. border-right: 10px solid transparent;
  523. }
  524. }
  525. }
  526. hr{
  527. border: 1px solid darken($brand-white,90%);
  528. }
  529. }
  530. .pricing-plan {
  531. margin: 0;
  532. padding: 0;
  533. font-size: 15px;
  534. letter-spacing: 2px;
  535. text-transform: uppercase;
  536. font-weight: 700;
  537. }
  538. .price {
  539. font-size: 50px;
  540. color: $brand-white;
  541. .currency {
  542. font-size: 20px;
  543. top: -1.2em;
  544. }
  545. small {
  546. font-size: 16px;
  547. }
  548. }
  549. .pricing-info {
  550. padding: 0;
  551. margin: 0 0 30px 0;
  552. li {
  553. padding: 0;
  554. margin: 0;
  555. list-style: none;
  556. text-align: center;
  557. }
  558. }
  559. }
  560. .core-features{
  561. @include flex();
  562. @include flexwrap();
  563. width: 100%;
  564. .grid2{
  565. width: 50%;
  566. background-size: cover;
  567. background-position: center center;
  568. position: relative;
  569. @media screen and (max-width: $screen-sm){
  570. width: 100%;
  571. }
  572. .core-f{
  573. padding: 40px;
  574. h3 {
  575. // font-size: 20px;
  576. margin-bottom: 10px;
  577. }
  578. .core{
  579. margin-bottom: 2em;
  580. i{
  581. float: left;
  582. color: $brand-primary;
  583. font-size: 28px;
  584. }
  585. .fh5co-post{
  586. padding-left: 50px;
  587. }
  588. }
  589. }
  590. }
  591. }
  592. // Counters
  593. .fh5co-counters {
  594. padding: 3em 0;
  595. background-size: cover;
  596. background-attachment: fixed;
  597. background-position: center center;
  598. .counter-wrap{
  599. border: 1px solid red !important;
  600. }
  601. .fh5co-counter {
  602. font-size: 30px;
  603. display: block;
  604. color: rgba($brand-white,1);
  605. font-family: $font-primary;
  606. width: 100%;
  607. font-weight: 400;
  608. margin-bottom: .3em;
  609. }
  610. .fh5co-counter-label {
  611. color: rgba($brand-white,.5);
  612. text-transform: uppercase;
  613. font-size: 12px;
  614. letter-spacing: 2px;
  615. margin-bottom: 2em;
  616. display: block;
  617. }
  618. }
  619. #fh5co-team{
  620. // background: #f1faff;
  621. .team-box{
  622. position: relative;
  623. padding: 30px;
  624. // padding-top: 5em;
  625. // background: $brand-white;
  626. float: left;
  627. width: 100%;
  628. -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.19);
  629. -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.19);
  630. -ms-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.19);
  631. -o-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.19);
  632. box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.19);
  633. @include border-radius(5px);
  634. @media screen and (max-width: $screen-md) {
  635. margin-bottom: 110px;
  636. }
  637. .user{
  638. // position: absolute;
  639. // top: 0;
  640. // left: 50%;
  641. // margin-top: -73px;
  642. // margin-left: -73px;
  643. margin: 0 auto;
  644. margin-bottom: 20px;
  645. width: 80%;
  646. img{
  647. width: 80%;
  648. @include border-radius(50%);
  649. }
  650. }
  651. h3{
  652. margin-bottom: 10px;
  653. font-weight: 700;
  654. // text-transform: uppercase;
  655. }
  656. .position{
  657. font-size: 16px;
  658. color: #8f989f;
  659. display: block;
  660. margin-bottom: 30px;
  661. }
  662. .social-media{
  663. margin: 0;
  664. padding: 0;
  665. li{
  666. display: inline-block;
  667. margin: 0;
  668. padding: 0;
  669. font-size: 24px;
  670. margin-right: 10px;
  671. a{
  672. color: rgba($brand-white,.8);
  673. &:hover, &:focus, &:active{
  674. text-decoration: none;
  675. color: $brand-primary!important;
  676. }
  677. }
  678. }
  679. }
  680. }
  681. }
  682. .section-heading {
  683. float: left;
  684. width: 100%;
  685. padding-bottom: 50px;
  686. margin-bottom: 0px;
  687. // clear: both;
  688. h2 {
  689. margin: 0 0 20px 0;
  690. font-size: 40px;
  691. font-weight: 400;
  692. position: relative;
  693. padding-bottom: 10px;
  694. line-height: 1.5;
  695. @media screen and (max-width: $screen-sm) {
  696. font-size: 28px;
  697. }
  698. }
  699. h3 {
  700. font-size: 18px;
  701. font-weight: 400;
  702. line-height: 1.5;
  703. position: relative;
  704. display: block;
  705. padding-bottom: 30px;
  706. @media screen and (max-width: $screen-sm) {
  707. font-size: 16px!important;
  708. line-height: 28px;
  709. }
  710. }
  711. }
  712. #fh5co-footer{
  713. color: rgba($brand-white,.6);
  714. a{
  715. color: rgba($brand-white,.6);
  716. &:hover {
  717. color: $brand-white!important;
  718. text-decoration: underline;
  719. }
  720. }
  721. .section-title{
  722. font-size: 22px;
  723. color: $brand-white;
  724. position: relative;
  725. padding-bottom: 20px;
  726. }
  727. .copy-right{
  728. position: relative;
  729. padding-top: 20px;
  730. margin-top: 40px;
  731. > a{
  732. color: rgba($brand-white,.6);
  733. }
  734. }
  735. .contact-info{
  736. margin: 0 0 60px 0;
  737. padding: 0;
  738. li{
  739. font-size: 16px;
  740. list-style: none;
  741. margin: 0 0 20px 0;
  742. position: relative;
  743. padding-left: 40px;
  744. i{
  745. position: absolute;
  746. top: 0;
  747. left: 0;
  748. font-size: 22px;
  749. color: $brand-primary;
  750. }
  751. }
  752. }
  753. .social-media{
  754. margin: 0 0 30px 0;
  755. padding: 0;
  756. li{
  757. display: inline-block;
  758. margin: 0;
  759. padding: 0;
  760. font-size: 24px;
  761. margin-right: 10px;
  762. a{
  763. color: $brand-primary;
  764. &:hover, &:focus, &:active{
  765. text-decoration: none;
  766. }
  767. }
  768. }
  769. }
  770. .contact-form{
  771. .form-group{
  772. input[type="name"],
  773. input[type="text"],
  774. input[type="email"],
  775. textarea {
  776. font-size: 16px;
  777. &::-webkit-input-placeholder {
  778. color: rgba(255,255,255,.5);
  779. }
  780. &:-moz-placeholder { /* Firefox 18- */
  781. color: rgba(255,255,255,.5);
  782. }
  783. &::-moz-placeholder { /* Firefox 19+ */
  784. color: rgba(255,255,255,.5);
  785. }
  786. &:-ms-input-placeholder {
  787. color: rgba(255,255,255,.5);
  788. }
  789. }
  790. input{
  791. color: #fff;
  792. background: transparent;
  793. border: none;
  794. background: rgba($brand-white,.1);
  795. box-shadow: none;
  796. }
  797. textarea{
  798. color: #fff;
  799. // color: #74889e !important;
  800. background: transparent;
  801. border: none;
  802. background: rgba($brand-white,.1);
  803. box-shadow: none;
  804. }
  805. }
  806. }
  807. #btn-submit {
  808. color: rgba(255,255,255,.9)!important;
  809. background: $brand-primary!important;
  810. }
  811. }
  812. .btn {
  813. @include transition(.3s);
  814. }
  815. .btn {
  816. text-transform: uppercase;
  817. letter-spacing: 2px;
  818. @include transition(.3s);
  819. &.btn-primary {
  820. background: $brand-primary;
  821. color: $brand-white;
  822. border: none!important;
  823. border: 2px solid transparent!important;
  824. &:hover, &:active, &:focus {
  825. box-shadow: none;
  826. background: $brand-primary;
  827. }
  828. }
  829. &:hover, &:active, &:focus {
  830. background: #393e46!important;
  831. color: $brand-white;
  832. outline: none!important;
  833. }
  834. &.btn-default {
  835. &:hover, &:focus, &:active {
  836. border-color: transparent;
  837. }
  838. }
  839. }
  840. // Social
  841. .social {
  842. padding: 0;
  843. margin: 0;
  844. display: inline-block;
  845. position: relative;
  846. width: 100%;
  847. li {
  848. list-style: none;
  849. padding: 0;
  850. margin: 0;
  851. display: inline-block;
  852. a {
  853. font-size: 16px;
  854. display: table;
  855. width: 40px;
  856. height: 40px;
  857. margin: 0 4px;
  858. i {
  859. display: table-cell;
  860. vertical-align: middle;
  861. }
  862. &:hover, &:active, &:focus {
  863. text-decoration: none;
  864. border-bottom: none;
  865. }
  866. &.social-box {
  867. background: $brand-primary;
  868. color: $brand-white;
  869. }
  870. &.social-circle {
  871. background: $brand-primary;
  872. color: $brand-white;
  873. @include border-radius(50%);
  874. }
  875. &:hover {
  876. background: #393e46!important;
  877. }
  878. }
  879. }
  880. &.social-box {
  881. a {
  882. background: $brand-primary;
  883. color: $brand-white;
  884. }
  885. }
  886. &.social-circle {
  887. a {
  888. background: $brand-primary;
  889. color: $brand-white;
  890. @include border-radius(50%);
  891. }
  892. }
  893. }
  894. // Magnific Popup
  895. // Zoom
  896. .mfp-with-zoom .mfp-container,
  897. .mfp-with-zoom.mfp-bg {
  898. opacity: 0;
  899. -webkit-backface-visibility: hidden;
  900. /* ideally, transition speed should match zoom duration */
  901. -webkit-transition: all 0.3s ease-out;
  902. -moz-transition: all 0.3s ease-out;
  903. -o-transition: all 0.3s ease-out;
  904. transition: all 0.3s ease-out;
  905. }
  906. .mfp-with-zoom.mfp-ready .mfp-container {
  907. opacity: 1;
  908. }
  909. .mfp-with-zoom.mfp-ready.mfp-bg {
  910. opacity: 0.8;
  911. }
  912. .mfp-with-zoom.mfp-removing .mfp-container,
  913. .mfp-with-zoom.mfp-removing.mfp-bg {
  914. opacity: 0;
  915. }
  916. .js .to-animate,
  917. .js .to-animate-2,
  918. .js .to-animate-3,
  919. .js .single-animate {
  920. opacity: 0;
  921. }
  922. // Helper Class
  923. .col-xxs-12 {
  924. @media screen and (max-width: 480px) {
  925. float: none;
  926. width: 100%;
  927. }
  928. }
  929. .row-bottom-padded-lg {
  930. padding-bottom: 7em;
  931. @media screen and (max-width: $screen-sm ) {
  932. padding-bottom: 2em;
  933. }
  934. }
  935. .row-bottom-padded-md {
  936. padding-bottom: 4em;
  937. @media screen and (max-width: $screen-sm ) {
  938. padding-bottom: 2em;
  939. }
  940. }
  941. .row-bottom-padded-sm {
  942. padding-bottom: 2em;
  943. @media screen and (max-width: $screen-sm ) {
  944. padding-bottom: 2em;
  945. }
  946. }
  947. // Menu bar Animate
  948. .fh5co-animated {
  949. -webkit-animation-duration: .3s;
  950. animation-duration: .3s;
  951. -webkit-animation-fill-mode: both;
  952. animation-fill-mode: both;
  953. }