frontend.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. /* Clearfix */
  2. .clearfix:before,
  3. .clearfix:after {
  4. content: " ";
  5. display: table;
  6. }
  7. .clearfix:after {
  8. clear: both;
  9. }
  10. .fl-row-fixed-width {
  11. min-width: 1px;
  12. }
  13. .fl-col-group.fl-col-group-responsive-reversed,
  14. .fl-col-group.fl-col-group-responsive-reversed .fl-col,
  15. .fl-col-group.fl-col-group-responsive-reversed .fl-col-content,
  16. .fl-col-group-equal-height .fl-col,
  17. .fl-col-group-equal-height .fl-col-content {
  18. min-width: 0px;
  19. }
  20. .pp-testimonials .sr-only {
  21. position: absolute !important;
  22. height: 1px !important;
  23. width: 1px !important;
  24. margin: 0 !important;
  25. clip: rect(1px 1px 1px 1px);
  26. clip: rect(1px,1px,1px,1px);
  27. clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  28. -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  29. overflow: hidden !important;
  30. }
  31. /* Grid Layout */
  32. .pp-testimonials-grid-0 .pp-testimonials {
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: -ms-flexbox;
  36. display: flex;
  37. overflow: hidden;
  38. -webkit-flex-wrap: wrap;
  39. -ms-flex-wrap: wrap;
  40. flex-wrap: wrap;
  41. }
  42. .pp-testimonials-grid-1 .pp-testimonials {
  43. grid-template-columns: repeat(1,1fr);
  44. display: grid;
  45. }
  46. .pp-testimonials-grid-2 .pp-testimonials {
  47. grid-template-columns: repeat(2,1fr);
  48. display: grid;
  49. }
  50. .pp-testimonials-grid-3 .pp-testimonials {
  51. grid-template-columns: repeat(3,1fr);
  52. display: grid;
  53. }
  54. .pp-testimonials-grid-4 .pp-testimonials {
  55. grid-template-columns: repeat(4,1fr);
  56. display: grid;
  57. }
  58. .pp-testimonials-grid-5 .pp-testimonials {
  59. grid-template-columns: repeat(5,1fr);
  60. display: grid;
  61. }
  62. .pp-testimonials-grid-6 .pp-testimonials {
  63. grid-template-columns: repeat(6,1fr);
  64. display: grid;
  65. }
  66. .pp-masonry-grid .pp-testimonials {
  67. display: block !important;
  68. }
  69. .pp-masonry-grid .pp-testimonial {
  70. display: inline-block;
  71. }
  72. /* Default layout */
  73. .fl-module .pp-testimonials-image img {
  74. border: 0 solid;
  75. width: 100%;
  76. margin: 0 auto;
  77. max-height: 150px;
  78. max-width: 150px;
  79. }
  80. .fl-module .carousel-enabled .pp-testimonials-image img {
  81. max-height: 100px;
  82. max-width: 100px;
  83. }
  84. .pp-testimonials {
  85. text-align: center;
  86. }
  87. .pp-testimonial {
  88. padding: 15px;
  89. }
  90. .pp-testimonials-no-heading .pp-testimonials-heading {
  91. display: none !important;
  92. }
  93. .pp-testimonials h3.pp-testimonials-title {
  94. font-weight: 400;
  95. margin-bottom: 15px;
  96. margin-top: 15px;
  97. }
  98. .pp-testimonials h4.pp-testimonials-subtitle {
  99. margin: 0;
  100. text-transform: none;
  101. }
  102. .pp-testimonials .pp-content-wrapper {
  103. background: transparent;
  104. position: relative;
  105. }
  106. .pp-testimonials .pp-testimonials-content p {
  107. margin-bottom: 15px;
  108. }
  109. .pp-testimonials .pp-testimonials-content p:last-of-type {
  110. margin-bottom: 0;
  111. }
  112. .pp-testimonials .pp-vertical-align {
  113. display: table;
  114. }
  115. .pp-testimonials .pp-vertical-align .pp-title-wrapper {
  116. display: table-cell;
  117. vertical-align: middle;
  118. }
  119. .pp-testimonials .pp-arrow-top {
  120. border-left: 15px solid transparent;
  121. border-right: 15px solid transparent;
  122. border-bottom: 15px solid transparent;
  123. height: 0;
  124. left: 0;
  125. margin: 0 auto;
  126. position: absolute;
  127. right: 0;
  128. text-align: center;
  129. top: -15px;
  130. width: 0;
  131. }
  132. .pp-testimonials .pp-arrow-bottom {
  133. border-left: 15px solid transparent;
  134. border-right: 15px solid transparent;
  135. border-top: 15px solid transparent;
  136. height: 0;
  137. left: 0;
  138. margin: 0 auto;
  139. position: absolute;
  140. right: 0;
  141. text-align: center;
  142. bottom: -15px;
  143. width: 0;
  144. }
  145. .pp-testimonials .pp-arrow-left {
  146. border-top: 15px solid transparent;
  147. border-bottom: 15px solid transparent;
  148. border-right: 15px solid transparent;
  149. height: 0;
  150. left: -15px;
  151. position: absolute;
  152. top: 30px;
  153. width: 0;
  154. }
  155. /* Layouts */
  156. /* Layout 1 */
  157. .pp-testimonials .layout-1 {
  158. text-align: center;
  159. }
  160. .pp-testimonials .layout-1 .pp-testimonials-image img {
  161. margin-bottom: 20px;
  162. }
  163. .pp-testimonials .layout-1 .pp-testimonials-content p:last-of-type {
  164. margin-bottom: 15px;
  165. }
  166. /* Layout 2 */
  167. .pp-testimonials .layout-2 {
  168. text-align: center;
  169. }
  170. .pp-testimonials .layout-2 .pp-testimonials-image {
  171. display: inline-block;
  172. margin-right: 25px;
  173. }
  174. .pp-testimonials .layout-2 .pp-vertical-align {
  175. margin: 0 auto;
  176. }
  177. .pp-testimonials .layout-2 .pp-content-wrapper {
  178. margin-bottom: 25px;
  179. }
  180. /* Layout 3 */
  181. .pp-testimonials .layout-3 .pp-testimonials-image {
  182. float: left;
  183. margin-right: 30px;
  184. max-width: 150px;
  185. width: 22%;
  186. }
  187. .pp-testimonials .layout-3 .layout-3-content {
  188. float: left;
  189. text-align: left;
  190. width: 75%;
  191. }
  192. .pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image {
  193. max-width: 100px;
  194. }
  195. .pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image img {
  196. width: 100%;
  197. }
  198. .pp-testimonials .layout-3 .pp-testimonials-content p:last-of-type {
  199. margin-bottom: 15px;
  200. }
  201. /* Layout 4 */
  202. .pp-testimonials .layout-4 {
  203. position: relative;
  204. padding-top: 50px;
  205. }
  206. .pp-testimonials .layout-4 .layout-4-content {
  207. background: #eee;
  208. padding: 50px;
  209. position: relative;
  210. z-index: 9;
  211. }
  212. .pp-testimonials .layout-4 .pp-testimonials-image {
  213. position: relative;
  214. z-index: 10;
  215. position: absolute;
  216. transform: translate(-50%,-50%);
  217. left: 50%;
  218. }
  219. .pp-testimonials .layout-4 .pp-testimonials-content {
  220. margin-top: 20px;
  221. }
  222. .pp-testimonials .layout-4 .pp-testimonials-content p:last-of-type {
  223. margin-bottom: 15px;
  224. }
  225. .pp-testimonials .layout-4-container .bx-wrapper {
  226. margin-bottom: 0;
  227. }
  228. .pp-testimonials .layout-4-container .bx-pager {
  229. bottom: 40px;
  230. }
  231. .pp-testimonials .layout-4-container.carousel-enabled .bx-pager {
  232. bottom: 30px;
  233. }
  234. .pp-testimonials .layout-4.no-image-inner .layout-4-content,
  235. .pp-testimonials .layout-4.carousel-enabled.no-image-inner .layout-4-content {
  236. padding-top: 50px;
  237. top: 0;
  238. }
  239. /* Layout 5 */
  240. .pp-testimonials .layout-5 {
  241. text-align: center;
  242. }
  243. .pp-testimonials .layout-5 .pp-testimonials-image {
  244. display: inline-block;
  245. margin-right: 25px;
  246. }
  247. .pp-testimonials .layout-5 .pp-vertical-align {
  248. margin: 0 auto;
  249. width: 100%;
  250. }
  251. .pp-testimonials .layout-5 .pp-testimonials-subtitle {
  252. margin-bottom: 20px;
  253. }
  254. /* Wrappers */
  255. .pp-testimonials-wrap {
  256. position: relative;
  257. }
  258. .pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial {
  259. position: absolute;
  260. top: 0;
  261. visibility: hidden;
  262. }
  263. .pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial:first-child,
  264. .pp-testimonials-slider .pp-testimonials-loaded .pp-testimonial {
  265. position: relative;
  266. visibility: visible;
  267. }
  268. .pp-testimonials-wrap .fa {
  269. opacity: 0.8;
  270. -webkit-transition: opacity 0.2s;
  271. -moz-transition: opacity 0.2s;
  272. -o-transition: opacity 0.2s;
  273. -ms-transition: opacity 0.2s;
  274. transition: opacity 0.2s;
  275. }
  276. .pp-testimonials-wrap .fa:hover {
  277. opacity: 1;
  278. }
  279. .pp-testimonials-wrap .pp-arrow-wrapper {
  280. margin-bottom: 10px;
  281. text-align: center;
  282. }
  283. .pp-testimonials-wrap .owl-nav {
  284. display: flex;
  285. justify-content: center;
  286. }
  287. .pp-testimonials-wrap .owl-nav button {
  288. box-shadow: none;
  289. border: 0;
  290. outline: none;
  291. line-height: 0;
  292. margin: 0;
  293. padding: 0;
  294. font-size: 20px;
  295. background-image: none !important;
  296. z-index: 1;
  297. display: inline-flex;
  298. align-items: center;
  299. justify-content: center;
  300. }
  301. .pp-testimonials-wrap .owl-nav button svg {
  302. height: 20px;
  303. box-shadow: none;
  304. outline: none;
  305. border-radius: 100%;
  306. }
  307. .pp-testimonials-wrap .owl-nav.position-side button {
  308. position: absolute;
  309. top: 50%;
  310. transform: translateY(-50%);
  311. }
  312. .pp-testimonials-wrap .owl-nav.position-side button.owl-prev {
  313. left: -15px;
  314. }
  315. .pp-testimonials-wrap .owl-nav.position-side button.owl-next {
  316. right: -15px;
  317. }
  318. /* Flexbox */
  319. .pp-testimonials-flexbox .owl-stage {
  320. display: flex;
  321. }
  322. .pp-testimonials-flexbox .owl-carousel .owl-item {
  323. display: flex;
  324. align-items: center;
  325. flex: 1 0 auto;
  326. padding: 0 20px;
  327. }
  328. .pp-testimonials-flexbox .pp-testimonial {
  329. display: flex;
  330. flex-direction: column;
  331. align-items: center;
  332. align-content: center;
  333. justify-content: center;
  334. width: 100%;
  335. height: 100%;
  336. }
  337. .pp-testimonials-flexbox .pp-testimonial .pp-content-wrapper {
  338. height: auto !important;
  339. }
  340. .pp-testimonials-wrap .owl-carousel.owl-loaded:focus {
  341. outline: none;
  342. }