Advertisement
maximus87

Untitled

Jan 31st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. .hero-slider article.content {
  2. display: table-cell;
  3. vertical-align: bottom;
  4. text-align: left;
  5. }
  6. .hero-slider .mentorship-buttons {
  7. text-align: left;
  8. }
  9. .hero-slider .mentorship-buttons a {
  10. font-family: 'Gotham-Medium';
  11. font-size: 11px!important;
  12. letter-spacing: 0.24em;
  13. }
  14. .hero-slider .slide-title {
  15. line-height: 1.1!important;
  16. }
  17. .hero-slider article.content {
  18. padding: 40px 11% 10%;
  19. }
  20.  
  21. .bookrow {
  22. position: absolute;
  23. width: 100%;
  24. height: 100%;
  25. z-index: 100;
  26. background: #101010;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. }
  31. .bookrow img {
  32. max-height: 400px;
  33. width: auto;
  34. }
  35. a.close-btn {
  36. position: absolute;
  37. top: 50px;
  38. right: 50px;
  39. }
  40. .mc4wp-form-fields {
  41. display: flex;
  42. align-items: center;
  43. }
  44. .mc4wp-form-fields .form-item {
  45. width: 33.3333%;
  46. }
  47. .bookrow-popup {
  48. visibility: hidden;
  49. z-index: -1;
  50. opacity: 0;
  51. }
  52. .bookrow-popup.active {
  53. visibility: visible;
  54. z-index: 100;
  55. opacity: 1;
  56. -webkit-transition: all 800ms;
  57. transition: all 800ms;
  58. }
  59. .bookrow-popup .close-btn {
  60. position: absolute;
  61. top: 50px;
  62. right: 50px;
  63. font-size: 25px;
  64. background: url(img/iconclose.png) center center no-repeat;
  65. width: 30px;
  66. height: 30px;
  67. background-size: 100%;
  68. }
  69. .bookrow.bookrow-popup .row {
  70. display: flex;
  71. align-items: center;
  72. }
  73. .bookrow h3 {
  74. font-family: Trade_gothic_lt_bold;
  75. font-size: 50px;
  76. line-height: 1;
  77. color: #fff;
  78. }
  79. .bookrow h3 span, .bookrow h3 strong {
  80. font-size: 70px;
  81. display: block;
  82. font-weight: normal;
  83. }
  84. .bookrow h4 {
  85. font-family: Trade_gothic_lt_bold;
  86. font-size: 25px;
  87. line-height: 1;
  88. color: #fff;
  89. }
  90. .form-item.submit-btn input[type=submit] {
  91. margin: 0;
  92. background: #ccbaa7;
  93. height: 34px;
  94. margin-left: 10px;
  95. font-family: 'Gotham-Medium';
  96. font-size: 11px!important;
  97. letter-spacing: 0.24em;
  98. line-height: 1;
  99. padding-top: 4px;
  100. color: #fff;
  101. }
  102. .form-item.submit-btn input[type=submit]:hover {
  103. opacity: 0.8;
  104. }
  105. .form-item input {
  106. margin-bottom: 0!important;
  107. }
  108. .form-item:first-child {
  109. padding-right: 5px;
  110. }
  111. .form-item:nth-child(2) {
  112. padding-left: 10px;
  113. }
  114.  
  115. .book-description {
  116. color: #fff;
  117. max-width: 500px;
  118. line-height: 1.8;
  119. font-family: Gotham-Medium;
  120. text-transform: uppercase;
  121. font-size: 12px;
  122. }
  123. .book-description p {
  124. max-width: 500px;
  125. color: #828282!important;
  126. line-height: 1.8!important;
  127. font-family: Gotham-Medium!important;
  128. text-transform: uppercase;
  129. font-size: 12px!important;
  130. }
  131. .book-description p strong {
  132. color: #fff!important;
  133. font-weight: normal;
  134. }
  135. .mc4wp-form-fields {
  136. max-width: 600px;
  137. }
  138. .mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email] {
  139. border: 1px solid #272924;
  140. background-color: transparent;
  141. box-sizing: border-box;
  142. display: block;
  143. width: 100%;
  144. margin-bottom: 13px;
  145. letter-spacing: 1.2px;
  146. font-size: 12px;
  147. padding-left: 13px;
  148. -webkit-transition: border 150ms;
  149. transition: border 150ms;
  150. text-transform: none!important;
  151. }
  152. .vc_row .vc_row.bookrow {
  153. max-width: 1170px;
  154. margin: 50px auto;
  155. clear: both;
  156. position: relative;
  157. }
  158. .vc_row .vc_row.bookrow .book-description {
  159. margin: 40px 0 30px;
  160. }
  161. .vc_row .vc_row.bookrow .wpb_content_element {
  162. float: none!important;
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement