Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 426.29 KB | None | 0 0
  1. /*
  2. Theme Name: Avada
  3. Description: A business, portfolio and blog theme.
  4. Author: ThemeFusion
  5. Theme URI: http://theme-fusion.com/avada/
  6. Author URI: http://themeforest.net/user/ThemeFusion
  7. Version: 3.7.1
  8. License: Themeforest Split Licence
  9. License URI: -
  10. Text Domain: Avada
  11. -----------------------------------------------------------------------------*/
  12. .group {
  13. zoom: 1;
  14. }
  15. .group:before,
  16. .group:after {
  17. content: " ";
  18. display: table;
  19. }
  20. .group:after {
  21. clear: both;
  22. }
  23. /*
  24. Needed Styles From Bootstrap
  25. -----------------------------------------------------------------------------*/
  26. .fade {
  27. opacity: 0;
  28. -webkit-transition: opacity 0.3s linear;
  29. transition: opacity 0.3s linear;
  30. }
  31. .fade.in {
  32. opacity: 1;
  33. }
  34. .collapse {
  35. display: none;
  36. }
  37. .collapse.in {
  38. display: block;
  39. }
  40. .collapsing {
  41. position: relative;
  42. height: 0;
  43. overflow: hidden;
  44. -webkit-transition: height 0.35s ease;
  45. transition: height 0.35s ease;
  46. }
  47. .container {
  48. margin-right: auto;
  49. margin-left: auto;
  50. padding-left: 15px;
  51. padding-right: 15px;
  52. }
  53. @media (min-width: 800px) {
  54. .container {
  55. width: 750px;
  56. }
  57. }
  58. @media (min-width: 992px) {
  59. .container {
  60. width: 970px;
  61. }
  62. }
  63. @media (min-width: 1200px) {
  64. .container {
  65. width: 1170px;
  66. }
  67. }
  68. .container-fluid {
  69. margin-right: auto;
  70. margin-left: auto;
  71. padding-left: 15px;
  72. padding-right: 15px;
  73. }
  74. .row {
  75. margin-left: -15px;
  76. margin-right: -15px;
  77. }
  78. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  79. position: relative;
  80. min-height: 1px;
  81. padding-left: 15px;
  82. padding-right: 15px;
  83. }
  84. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  85. float: left;
  86. }
  87. .col-xs-12 {
  88. width: 100%;
  89. }
  90. .col-xs-11 {
  91. width: 91.66666666666666%;
  92. }
  93. .col-xs-10 {
  94. width: 83.33333333333334%;
  95. }
  96. .col-xs-9 {
  97. width: 75%;
  98. }
  99. .col-xs-8 {
  100. width: 66.66666666666666%;
  101. }
  102. .col-xs-7 {
  103. width: 58.333333333333336%;
  104. }
  105. .col-xs-6 {
  106. width: 50%;
  107. }
  108. .col-xs-5 {
  109. width: 41.66666666666667%;
  110. }
  111. .col-xs-4 {
  112. width: 33.33333333333333%;
  113. }
  114. .col-xs-3 {
  115. width: 25%;
  116. }
  117. .col-xs-2 {
  118. width: 16.666666666666664%;
  119. }
  120. .col-xs-1 {
  121. width: 8.333333333333332%;
  122. }
  123. .col-xs-pull-12 {
  124. right: 100%;
  125. }
  126. .col-xs-pull-11 {
  127. right: 91.66666666666666%;
  128. }
  129. .col-xs-pull-10 {
  130. right: 83.33333333333334%;
  131. }
  132. .col-xs-pull-9 {
  133. right: 75%;
  134. }
  135. .col-xs-pull-8 {
  136. right: 66.66666666666666%;
  137. }
  138. .col-xs-pull-7 {
  139. right: 58.333333333333336%;
  140. }
  141. .col-xs-pull-6 {
  142. right: 50%;
  143. }
  144. .col-xs-pull-5 {
  145. right: 41.66666666666667%;
  146. }
  147. .col-xs-pull-4 {
  148. right: 33.33333333333333%;
  149. }
  150. .col-xs-pull-3 {
  151. right: 25%;
  152. }
  153. .col-xs-pull-2 {
  154. right: 16.666666666666664%;
  155. }
  156. .col-xs-pull-1 {
  157. right: 8.333333333333332%;
  158. }
  159. .col-xs-pull-0 {
  160. right: 0%;
  161. }
  162. .col-xs-push-12 {
  163. left: 100%;
  164. }
  165. .col-xs-push-11 {
  166. left: 91.66666666666666%;
  167. }
  168. .col-xs-push-10 {
  169. left: 83.33333333333334%;
  170. }
  171. .col-xs-push-9 {
  172. left: 75%;
  173. }
  174. .col-xs-push-8 {
  175. left: 66.66666666666666%;
  176. }
  177. .col-xs-push-7 {
  178. left: 58.333333333333336%;
  179. }
  180. .col-xs-push-6 {
  181. left: 50%;
  182. }
  183. .col-xs-push-5 {
  184. left: 41.66666666666667%;
  185. }
  186. .col-xs-push-4 {
  187. left: 33.33333333333333%;
  188. }
  189. .col-xs-push-3 {
  190. left: 25%;
  191. }
  192. .col-xs-push-2 {
  193. left: 16.666666666666664%;
  194. }
  195. .col-xs-push-1 {
  196. left: 8.333333333333332%;
  197. }
  198. .col-xs-push-0 {
  199. left: 0%;
  200. }
  201. .col-xs-offset-12 {
  202. margin-left: 100%;
  203. }
  204. .col-xs-offset-11 {
  205. margin-left: 91.66666666666666%;
  206. }
  207. .col-xs-offset-10 {
  208. margin-left: 83.33333333333334%;
  209. }
  210. .col-xs-offset-9 {
  211. margin-left: 75%;
  212. }
  213. .col-xs-offset-8 {
  214. margin-left: 66.66666666666666%;
  215. }
  216. .col-xs-offset-7 {
  217. margin-left: 58.333333333333336%;
  218. }
  219. .col-xs-offset-6 {
  220. margin-left: 50%;
  221. }
  222. .col-xs-offset-5 {
  223. margin-left: 41.66666666666667%;
  224. }
  225. .col-xs-offset-4 {
  226. margin-left: 33.33333333333333%;
  227. }
  228. .col-xs-offset-3 {
  229. margin-left: 25%;
  230. }
  231. .col-xs-offset-2 {
  232. margin-left: 16.666666666666664%;
  233. }
  234. .col-xs-offset-1 {
  235. margin-left: 8.333333333333332%;
  236. }
  237. .col-xs-offset-0 {
  238. margin-left: 0%;
  239. }
  240. @media (min-width: 800px) {
  241. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  242. float: left;
  243. }
  244. .col-sm-12 {
  245. width: 100%;
  246. }
  247. .col-sm-11 {
  248. width: 91.66666666666666%;
  249. }
  250. .col-sm-10 {
  251. width: 83.33333333333334%;
  252. }
  253. .col-sm-9 {
  254. width: 75%;
  255. }
  256. .col-sm-8 {
  257. width: 66.66666666666666%;
  258. }
  259. .col-sm-7 {
  260. width: 58.333333333333336%;
  261. }
  262. .col-sm-6 {
  263. width: 50%;
  264. }
  265. .col-sm-5 {
  266. width: 41.66666666666667%;
  267. }
  268. .col-sm-4 {
  269. width: 33.33333333333333%;
  270. }
  271. .col-sm-3 {
  272. width: 25%;
  273. }
  274. .col-sm-2 {
  275. width: 16.666666666666664%;
  276. }
  277. .col-sm-1 {
  278. width: 8.333333333333332%;
  279. }
  280. .col-sm-pull-12 {
  281. right: 100%;
  282. }
  283. .col-sm-pull-11 {
  284. right: 91.66666666666666%;
  285. }
  286. .col-sm-pull-10 {
  287. right: 83.33333333333334%;
  288. }
  289. .col-sm-pull-9 {
  290. right: 75%;
  291. }
  292. .col-sm-pull-8 {
  293. right: 66.66666666666666%;
  294. }
  295. .col-sm-pull-7 {
  296. right: 58.333333333333336%;
  297. }
  298. .col-sm-pull-6 {
  299. right: 50%;
  300. }
  301. .col-sm-pull-5 {
  302. right: 41.66666666666667%;
  303. }
  304. .col-sm-pull-4 {
  305. right: 33.33333333333333%;
  306. }
  307. .col-sm-pull-3 {
  308. right: 25%;
  309. }
  310. .col-sm-pull-2 {
  311. right: 16.666666666666664%;
  312. }
  313. .col-sm-pull-1 {
  314. right: 8.333333333333332%;
  315. }
  316. .col-sm-pull-0 {
  317. right: 0%;
  318. }
  319. .col-sm-push-12 {
  320. left: 100%;
  321. }
  322. .col-sm-push-11 {
  323. left: 91.66666666666666%;
  324. }
  325. .col-sm-push-10 {
  326. left: 83.33333333333334%;
  327. }
  328. .col-sm-push-9 {
  329. left: 75%;
  330. }
  331. .col-sm-push-8 {
  332. left: 66.66666666666666%;
  333. }
  334. .col-sm-push-7 {
  335. left: 58.333333333333336%;
  336. }
  337. .col-sm-push-6 {
  338. left: 50%;
  339. }
  340. .col-sm-push-5 {
  341. left: 41.66666666666667%;
  342. }
  343. .col-sm-push-4 {
  344. left: 33.33333333333333%;
  345. }
  346. .col-sm-push-3 {
  347. left: 25%;
  348. }
  349. .col-sm-push-2 {
  350. left: 16.666666666666664%;
  351. }
  352. .col-sm-push-1 {
  353. left: 8.333333333333332%;
  354. }
  355. .col-sm-push-0 {
  356. left: 0%;
  357. }
  358. .col-sm-offset-12 {
  359. margin-left: 100%;
  360. }
  361. .col-sm-offset-11 {
  362. margin-left: 91.66666666666666%;
  363. }
  364. .col-sm-offset-10 {
  365. margin-left: 83.33333333333334%;
  366. }
  367. .col-sm-offset-9 {
  368. margin-left: 75%;
  369. }
  370. .col-sm-offset-8 {
  371. margin-left: 66.66666666666666%;
  372. }
  373. .col-sm-offset-7 {
  374. margin-left: 58.333333333333336%;
  375. }
  376. .col-sm-offset-6 {
  377. margin-left: 50%;
  378. }
  379. .col-sm-offset-5 {
  380. margin-left: 41.66666666666667%;
  381. }
  382. .col-sm-offset-4 {
  383. margin-left: 33.33333333333333%;
  384. }
  385. .col-sm-offset-3 {
  386. margin-left: 25%;
  387. }
  388. .col-sm-offset-2 {
  389. margin-left: 16.666666666666664%;
  390. }
  391. .col-sm-offset-1 {
  392. margin-left: 8.333333333333332%;
  393. }
  394. .col-sm-offset-0 {
  395. margin-left: 0%;
  396. }
  397. }
  398. @media (min-width: 992px) {
  399. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  400. float: left;
  401. }
  402. .col-md-12 {
  403. width: 100%;
  404. }
  405. .col-md-11 {
  406. width: 91.66666666666666%;
  407. }
  408. .col-md-10 {
  409. width: 83.33333333333334%;
  410. }
  411. .col-md-9 {
  412. width: 75%;
  413. }
  414. .col-md-8 {
  415. width: 66.66666666666666%;
  416. }
  417. .col-md-7 {
  418. width: 58.333333333333336%;
  419. }
  420. .col-md-6 {
  421. width: 50%;
  422. }
  423. .col-md-5 {
  424. width: 41.66666666666667%;
  425. }
  426. .col-md-4 {
  427. width: 33.33333333333333%;
  428. }
  429. .col-md-3 {
  430. width: 25%;
  431. }
  432. .col-md-2 {
  433. width: 16.666666666666664%;
  434. }
  435. .col-md-1 {
  436. width: 8.333333333333332%;
  437. }
  438. .col-md-pull-12 {
  439. right: 100%;
  440. }
  441. .col-md-pull-11 {
  442. right: 91.66666666666666%;
  443. }
  444. .col-md-pull-10 {
  445. right: 83.33333333333334%;
  446. }
  447. .col-md-pull-9 {
  448. right: 75%;
  449. }
  450. .col-md-pull-8 {
  451. right: 66.66666666666666%;
  452. }
  453. .col-md-pull-7 {
  454. right: 58.333333333333336%;
  455. }
  456. .col-md-pull-6 {
  457. right: 50%;
  458. }
  459. .col-md-pull-5 {
  460. right: 41.66666666666667%;
  461. }
  462. .col-md-pull-4 {
  463. right: 33.33333333333333%;
  464. }
  465. .col-md-pull-3 {
  466. right: 25%;
  467. }
  468. .col-md-pull-2 {
  469. right: 16.666666666666664%;
  470. }
  471. .col-md-pull-1 {
  472. right: 8.333333333333332%;
  473. }
  474. .col-md-pull-0 {
  475. right: 0%;
  476. }
  477. .col-md-push-12 {
  478. left: 100%;
  479. }
  480. .col-md-push-11 {
  481. left: 91.66666666666666%;
  482. }
  483. .col-md-push-10 {
  484. left: 83.33333333333334%;
  485. }
  486. .col-md-push-9 {
  487. left: 75%;
  488. }
  489. .col-md-push-8 {
  490. left: 66.66666666666666%;
  491. }
  492. .col-md-push-7 {
  493. left: 58.333333333333336%;
  494. }
  495. .col-md-push-6 {
  496. left: 50%;
  497. }
  498. .col-md-push-5 {
  499. left: 41.66666666666667%;
  500. }
  501. .col-md-push-4 {
  502. left: 33.33333333333333%;
  503. }
  504. .col-md-push-3 {
  505. left: 25%;
  506. }
  507. .col-md-push-2 {
  508. left: 16.666666666666664%;
  509. }
  510. .col-md-push-1 {
  511. left: 8.333333333333332%;
  512. }
  513. .col-md-push-0 {
  514. left: 0%;
  515. }
  516. .col-md-offset-12 {
  517. margin-left: 100%;
  518. }
  519. .col-md-offset-11 {
  520. margin-left: 91.66666666666666%;
  521. }
  522. .col-md-offset-10 {
  523. margin-left: 83.33333333333334%;
  524. }
  525. .col-md-offset-9 {
  526. margin-left: 75%;
  527. }
  528. .col-md-offset-8 {
  529. margin-left: 66.66666666666666%;
  530. }
  531. .col-md-offset-7 {
  532. margin-left: 58.333333333333336%;
  533. }
  534. .col-md-offset-6 {
  535. margin-left: 50%;
  536. }
  537. .col-md-offset-5 {
  538. margin-left: 41.66666666666667%;
  539. }
  540. .col-md-offset-4 {
  541. margin-left: 33.33333333333333%;
  542. }
  543. .col-md-offset-3 {
  544. margin-left: 25%;
  545. }
  546. .col-md-offset-2 {
  547. margin-left: 16.666666666666664%;
  548. }
  549. .col-md-offset-1 {
  550. margin-left: 8.333333333333332%;
  551. }
  552. .col-md-offset-0 {
  553. margin-left: 0%;
  554. }
  555. }
  556. @media (min-width: 1200px) {
  557. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  558. float: left;
  559. }
  560. .col-lg-12 {
  561. width: 100%;
  562. }
  563. .col-lg-11 {
  564. width: 91.66666666666666%;
  565. }
  566. .col-lg-10 {
  567. width: 83.33333333333334%;
  568. }
  569. .col-lg-9 {
  570. width: 75%;
  571. }
  572. .col-lg-8 {
  573. width: 66.66666666666666%;
  574. }
  575. .col-lg-7 {
  576. width: 58.333333333333336%;
  577. }
  578. .col-lg-6 {
  579. width: 50%;
  580. }
  581. .col-lg-5 {
  582. width: 41.66666666666667%;
  583. }
  584. .col-lg-4 {
  585. width: 33.33333333333333%;
  586. }
  587. .col-lg-3 {
  588. width: 25%;
  589. }
  590. .col-lg-2 {
  591. width: 16.666666666666664%;
  592. }
  593. .col-lg-1 {
  594. width: 8.333333333333332%;
  595. }
  596. .col-lg-pull-12 {
  597. right: 100%;
  598. }
  599. .col-lg-pull-11 {
  600. right: 91.66666666666666%;
  601. }
  602. .col-lg-pull-10 {
  603. right: 83.33333333333334%;
  604. }
  605. .col-lg-pull-9 {
  606. right: 75%;
  607. }
  608. .col-lg-pull-8 {
  609. right: 66.66666666666666%;
  610. }
  611. .col-lg-pull-7 {
  612. right: 58.333333333333336%;
  613. }
  614. .col-lg-pull-6 {
  615. right: 50%;
  616. }
  617. .col-lg-pull-5 {
  618. right: 41.66666666666667%;
  619. }
  620. .col-lg-pull-4 {
  621. right: 33.33333333333333%;
  622. }
  623. .col-lg-pull-3 {
  624. right: 25%;
  625. }
  626. .col-lg-pull-2 {
  627. right: 16.666666666666664%;
  628. }
  629. .col-lg-pull-1 {
  630. right: 8.333333333333332%;
  631. }
  632. .col-lg-pull-0 {
  633. right: 0%;
  634. }
  635. .col-lg-push-12 {
  636. left: 100%;
  637. }
  638. .col-lg-push-11 {
  639. left: 91.66666666666666%;
  640. }
  641. .col-lg-push-10 {
  642. left: 83.33333333333334%;
  643. }
  644. .col-lg-push-9 {
  645. left: 75%;
  646. }
  647. .col-lg-push-8 {
  648. left: 66.66666666666666%;
  649. }
  650. .col-lg-push-7 {
  651. left: 58.333333333333336%;
  652. }
  653. .col-lg-push-6 {
  654. left: 50%;
  655. }
  656. .col-lg-push-5 {
  657. left: 41.66666666666667%;
  658. }
  659. .col-lg-push-4 {
  660. left: 33.33333333333333%;
  661. }
  662. .col-lg-push-3 {
  663. left: 25%;
  664. }
  665. .col-lg-push-2 {
  666. left: 16.666666666666664%;
  667. }
  668. .col-lg-push-1 {
  669. left: 8.333333333333332%;
  670. }
  671. .col-lg-push-0 {
  672. left: 0%;
  673. }
  674. .col-lg-offset-12 {
  675. margin-left: 100%;
  676. }
  677. .col-lg-offset-11 {
  678. margin-left: 91.66666666666666%;
  679. }
  680. .col-lg-offset-10 {
  681. margin-left: 83.33333333333334%;
  682. }
  683. .col-lg-offset-9 {
  684. margin-left: 75%;
  685. }
  686. .col-lg-offset-8 {
  687. margin-left: 66.66666666666666%;
  688. }
  689. .col-lg-offset-7 {
  690. margin-left: 58.333333333333336%;
  691. }
  692. .col-lg-offset-6 {
  693. margin-left: 50%;
  694. }
  695. .col-lg-offset-5 {
  696. margin-left: 41.66666666666667%;
  697. }
  698. .col-lg-offset-4 {
  699. margin-left: 33.33333333333333%;
  700. }
  701. .col-lg-offset-3 {
  702. margin-left: 25%;
  703. }
  704. .col-lg-offset-2 {
  705. margin-left: 16.666666666666664%;
  706. }
  707. .col-lg-offset-1 {
  708. margin-left: 8.333333333333332%;
  709. }
  710. .col-lg-offset-0 {
  711. margin-left: 0%;
  712. }
  713. }
  714. .alert {
  715. padding: 15px;
  716. margin-bottom: 20px;
  717. border: 1px solid transparent;
  718. border-radius: 4px;
  719. }
  720. .alert h4 {
  721. margin-top: 0;
  722. color: inherit;
  723. }
  724. .alert .alert-link {
  725. font-weight: bold;
  726. }
  727. .alert > p,
  728. .alert > ul {
  729. margin-bottom: 0;
  730. }
  731. .alert > p + p {
  732. margin-top: 5px;
  733. }
  734. .alert-dismissable {
  735. padding-right: 35px;
  736. }
  737. .alert-dismissable .close {
  738. position: relative;
  739. top: -2px;
  740. right: -21px;
  741. color: inherit;
  742. }
  743. .alert-success {
  744. color: #468847;
  745. background-color: #dff0d8;
  746. border-color: #468847;
  747. }
  748. .alert-success hr {
  749. border-top-color: #c9e2b3;
  750. }
  751. .alert-success .alert-link {
  752. color: #356635;
  753. }
  754. .alert-info {
  755. color: #3a87ad;
  756. background-color: #d9edf7;
  757. border-color: #3a87ad;
  758. }
  759. .alert-info hr {
  760. border-top-color: #a6e1ec;
  761. }
  762. .alert-info .alert-link {
  763. color: #2d6987;
  764. }
  765. .alert-warning {
  766. color: #c09853;
  767. background-color: #fcf8e3;
  768. border-color: #c09853;
  769. }
  770. .alert-warning hr {
  771. border-top-color: #f7e1b5;
  772. }
  773. .alert-warning .alert-link {
  774. color: #a47e3c;
  775. }
  776. .alert-danger {
  777. color: #b94a48;
  778. background-color: #f2dede;
  779. border-color: #b94a48;
  780. }
  781. .alert-danger hr {
  782. border-top-color: #e4b9c0;
  783. }
  784. .alert-danger .alert-link {
  785. color: #953b39;
  786. }
  787. button.close {
  788. background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  789. border: 0 none;
  790. cursor: pointer;
  791. padding: 0;
  792. }
  793. .close {
  794. color: #000000;
  795. float: right;
  796. font-size: 21px;
  797. font-weight: bold;
  798. line-height: 1;
  799. opacity: 0.2;
  800. text-shadow: 0 1px 0 #FFFFFF;
  801. }
  802. .modal-open {
  803. overflow: hidden;
  804. }
  805. .modal {
  806. display: none;
  807. overflow: auto;
  808. overflow-y: scroll;
  809. position: fixed;
  810. top: 0;
  811. right: 0;
  812. bottom: 0;
  813. left: 0;
  814. z-index: 99999;
  815. -webkit-overflow-scrolling: touch;
  816. outline: 0;
  817. }
  818. .modal.fade .modal-dialog {
  819. -webkit-transform: translate(0, -25%);
  820. -ms-transform: translate(0, -25%);
  821. transform: translate(0, -25%);
  822. -webkit-transition: -webkit-transform 0.3s ease-out;
  823. -moz-transition: -moz-transform 0.3s ease-out;
  824. -o-transition: -o-transform 0.3s ease-out;
  825. transition: transform 0.3s ease-out;
  826. }
  827. .modal.in .modal-dialog {
  828. -webkit-transform: translate(0, 0);
  829. -ms-transform: translate(0, 0);
  830. transform: translate(0, 0);
  831. }
  832. .modal-dialog {
  833. position: relative;
  834. width: auto;
  835. margin: 10px;
  836. }
  837. .modal-content {
  838. position: relative;
  839. background-color: #ffffff;
  840. border: 1px solid rgba(0, 0, 0, 0.2);
  841. -webkit-border-radius: 5px;
  842. -moz-border-radius: 5px;
  843. border-radius: 5px;
  844. -moz-background-clip: padding;
  845. -webkit-background-clip: padding-box;
  846. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  847. -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  848. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  849. background-clip: padding-box;
  850. outline: none;
  851. }
  852. .modal-backdrop {
  853. position: fixed;
  854. top: 0;
  855. right: 0;
  856. bottom: 0;
  857. left: 0;
  858. z-index: 99998;
  859. background-color: #000000;
  860. }
  861. .modal-backdrop.fade {
  862. opacity: 0;
  863. filter: alpha(opacity=0);
  864. }
  865. .modal-backdrop.in {
  866. opacity: 0.5;
  867. filter: alpha(opacity=50);
  868. }
  869. .modal-header {
  870. padding: 15px 20px;
  871. border-bottom: 1px solid #e5e5e5;
  872. min-height: 16.53846153846154px;
  873. }
  874. .modal-header .close {
  875. margin-top: -2px;
  876. }
  877. .modal-title {
  878. margin: 0;
  879. line-height: 1.5384615384615385;
  880. }
  881. .modal-body {
  882. position: relative;
  883. padding: 20px;
  884. }
  885. .modal-footer {
  886. margin-top: 15px;
  887. padding: 19px 20px 20px;
  888. text-align: right;
  889. border-top: 1px solid #e5e5e5;
  890. }
  891. .modal-footer .btn + .btn {
  892. margin-left: 5px;
  893. margin-bottom: 0;
  894. }
  895. .modal-footer .btn-group .btn + .btn {
  896. margin-left: -1px;
  897. }
  898. .modal-footer .btn-block + .btn-block {
  899. margin-left: 0;
  900. }
  901. @media (min-width: 900px) {
  902. .modal-dialog {
  903. width: 600px;
  904. margin: 30px auto;
  905. }
  906. .modal-content {
  907. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  908. -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  909. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  910. }
  911. .modal-sm {
  912. width: 300px;
  913. }
  914. .modal-lg {
  915. width: 900px;
  916. }
  917. }
  918. .popover {
  919. position: absolute;
  920. top: 0;
  921. left: 0;
  922. z-index: 1010;
  923. display: none;
  924. max-width: 276px;
  925. padding: 1px;
  926. text-align: left;
  927. background-color: #ffffff;
  928. border: 1px solid #cccccc;
  929. border: 1px solid rgba(0, 0, 0, 0.2);
  930. -webkit-border-radius: 5px;
  931. -moz-border-radius: 5px;
  932. border-radius: 5px;
  933. -moz-background-clip: padding;
  934. -webkit-background-clip: padding-box;
  935. background-clip: padding-box;
  936. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  937. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  938. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  939. white-space: normal;
  940. }
  941. .popover.top {
  942. margin-top: -10px;
  943. }
  944. .popover.right {
  945. margin-left: 10px;
  946. }
  947. .popover.bottom {
  948. margin-top: 10px;
  949. }
  950. .popover.left {
  951. margin-left: -10px;
  952. }
  953. .popover-title {
  954. margin: 0;
  955. padding: 8px 14px;
  956. font-size: 13px;
  957. font-weight: normal;
  958. line-height: 18px;
  959. background-color: #f7f7f7;
  960. border-bottom: 1px solid #ebebeb;
  961. border-radius: 5px 5px 0 0;
  962. }
  963. .popover-content {
  964. padding: 9px 14px;
  965. border-radius: 0px 0px 5px 5px;
  966. }
  967. .popover .arrow,
  968. .popover .arrow:after {
  969. position: absolute;
  970. display: block;
  971. width: 0;
  972. height: 0;
  973. border-color: transparent;
  974. border-style: solid;
  975. }
  976. .popover .arrow {
  977. border-width: 11px;
  978. }
  979. .popover .arrow:after {
  980. border-width: 10px;
  981. content: "";
  982. }
  983. .popover.top .arrow {
  984. left: 50%;
  985. margin-left: -11px;
  986. border-bottom-width: 0;
  987. bottom: -11px;
  988. }
  989. .popover.top .arrow:after {
  990. content: " ";
  991. bottom: 1px;
  992. margin-left: -10px;
  993. border-bottom-width: 0;
  994. border-top-color: #ffffff;
  995. }
  996. .popover.right .arrow {
  997. top: 50%;
  998. left: -11px;
  999. margin-top: -11px;
  1000. border-left-width: 0;
  1001. }
  1002. .popover.right .arrow:after {
  1003. content: " ";
  1004. left: 1px;
  1005. bottom: -10px;
  1006. border-left-width: 0;
  1007. border-right-color: #ffffff;
  1008. }
  1009. .popover.bottom .arrow {
  1010. left: 50%;
  1011. margin-left: -11px;
  1012. border-top-width: 0;
  1013. top: -11px;
  1014. }
  1015. .popover.bottom .arrow:after {
  1016. content: " ";
  1017. top: 1px;
  1018. margin-left: -10px;
  1019. border-top-width: 0;
  1020. border-bottom-color: #ffffff;
  1021. }
  1022. .popover.left .arrow {
  1023. top: 50%;
  1024. right: -11px;
  1025. margin-top: -11px;
  1026. border-right-width: 0;
  1027. }
  1028. .popover.left .arrow:after {
  1029. content: " ";
  1030. right: 1px;
  1031. border-right-width: 0;
  1032. border-left-color: #ffffff;
  1033. bottom: -10px;
  1034. }
  1035. @-webkit-keyframes progress-bar-stripes {
  1036. from {
  1037. background-position: 40px 0;
  1038. }
  1039. to {
  1040. background-position: 0 0;
  1041. }
  1042. }
  1043. @keyframes progress-bar-stripes {
  1044. from {
  1045. background-position: 40px 0;
  1046. }
  1047. to {
  1048. background-position: 0 0;
  1049. }
  1050. }
  1051. .progress-bar {
  1052. overflow: hidden;
  1053. height: 20px;
  1054. margin-bottom: 20px;
  1055. background-color: #f5f5f5;
  1056. -webkit-border-radius: 5px;
  1057. -moz-border-radius: 5px;
  1058. border-radius: 5px;
  1059. -moz-background-clip: padding;
  1060. -webkit-background-clip: padding-box;
  1061. background-clip: padding-box;
  1062. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1063. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1064. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1065. }
  1066. .progress {
  1067. float: left;
  1068. width: 0%;
  1069. height: 100%;
  1070. font-size: 12px;
  1071. line-height: 20px;
  1072. color: #ffffff;
  1073. text-align: center;
  1074. background-color: #a0ce4e;
  1075. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1076. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1077. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1078. -webkit-transition: width 0.6s ease;
  1079. transition: width 0.6s ease;
  1080. }
  1081. .progress-striped .progress {
  1082. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1083. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1084. background-size: 40px 40px;
  1085. }
  1086. .progress-bar.active .progress {
  1087. -webkit-animation: progress-bar-stripes 2s linear infinite;
  1088. animation: progress-bar-stripes 2s linear infinite;
  1089. }
  1090. .sr-only {
  1091. position: absolute;
  1092. width: 1px;
  1093. height: 1px;
  1094. margin: -1px;
  1095. padding: 0;
  1096. overflow: hidden;
  1097. clip: rect(0, 0, 0, 0);
  1098. border: 0;
  1099. }
  1100. table {
  1101. max-width: 100%;
  1102. background-color: transparent;
  1103. }
  1104. th {
  1105. text-align: left;
  1106. }
  1107. .table {
  1108. width: 100%;
  1109. margin-bottom: 20px;
  1110. }
  1111. .table > thead > tr > th,
  1112. .table > tbody > tr > th,
  1113. .table > tfoot > tr > th,
  1114. .table > thead > tr > td,
  1115. .table > tbody > tr > td,
  1116. .table > tfoot > tr > td {
  1117. padding: 8px;
  1118. line-height: 1.5384615384615385;
  1119. vertical-align: top;
  1120. border-top: 1px solid #e5e4e3;
  1121. }
  1122. .table > thead > tr > th {
  1123. vertical-align: bottom;
  1124. border-bottom: 2px solid #e5e4e3;
  1125. }
  1126. .table > caption + thead > tr:first-child > th,
  1127. .table > colgroup + thead > tr:first-child > th,
  1128. .table > thead:first-child > tr:first-child > th,
  1129. .table > caption + thead > tr:first-child > td,
  1130. .table > colgroup + thead > tr:first-child > td,
  1131. .table > thead:first-child > tr:first-child > td {
  1132. border-top: 0;
  1133. }
  1134. .table > tbody + tbody {
  1135. border-top: 2px solid #e5e4e3;
  1136. }
  1137. .table .table {
  1138. background-color: #ffffff;
  1139. }
  1140. @media (max-width: 799px) {
  1141. .table-responsive {
  1142. width: 100%;
  1143. margin-bottom: 15px;
  1144. overflow-y: hidden;
  1145. overflow-x: scroll;
  1146. -ms-overflow-style: -ms-autohiding-scrollbar;
  1147. border: 1px solid #e5e4e3;
  1148. -webkit-overflow-scrolling: touch;
  1149. }
  1150. .table-responsive > .table {
  1151. margin-bottom: 0;
  1152. }
  1153. .table-responsive > .table > thead > tr > th,
  1154. .table-responsive > .table > tbody > tr > th,
  1155. .table-responsive > .table > tfoot > tr > th,
  1156. .table-responsive > .table > thead > tr > td,
  1157. .table-responsive > .table > tbody > tr > td,
  1158. .table-responsive > .table > tfoot > tr > td {
  1159. white-space: nowrap;
  1160. }
  1161. }
  1162. .tooltip {
  1163. position: absolute;
  1164. z-index: 1030;
  1165. display: block;
  1166. visibility: visible;
  1167. font-size: 12px;
  1168. line-height: 1.4;
  1169. opacity: 0;
  1170. filter: alpha(opacity=0);
  1171. }
  1172. .tooltip.in {
  1173. opacity: 0.9;
  1174. filter: alpha(opacity=90);
  1175. }
  1176. .tooltip.top {
  1177. margin-top: -3px;
  1178. padding: 5px 0;
  1179. }
  1180. .tooltip.right {
  1181. margin-left: 3px;
  1182. padding: 0 5px;
  1183. }
  1184. .tooltip.bottom {
  1185. margin-top: 3px;
  1186. padding: 5px 0;
  1187. }
  1188. .tooltip.left {
  1189. margin-left: -3px;
  1190. padding: 0 5px;
  1191. }
  1192. .tooltip-inner {
  1193. max-width: 200px;
  1194. padding: 3px 8px;
  1195. color: #d1d1d2;
  1196. text-align: center;
  1197. text-decoration: none;
  1198. background-color: rgba(33, 33, 33, 0.97);
  1199. -webkit-border-radius: 4px;
  1200. -moz-border-radius: 4px;
  1201. border-radius: 4px;
  1202. -moz-background-clip: padding;
  1203. -webkit-background-clip: padding-box;
  1204. background-clip: padding-box;
  1205. }
  1206. .tooltip-arrow {
  1207. position: absolute;
  1208. width: 0;
  1209. height: 0;
  1210. border-color: transparent;
  1211. border-style: solid;
  1212. }
  1213. .tooltip.top .tooltip-arrow {
  1214. bottom: 0;
  1215. left: 50%;
  1216. margin-left: -5px;
  1217. border-width: 5px 5px 0;
  1218. border-top-color: rgba(33, 33, 33, 0.97);
  1219. }
  1220. .tooltip.top-left .tooltip-arrow {
  1221. bottom: 0;
  1222. left: 5px;
  1223. border-width: 5px 5px 0;
  1224. border-top-color: rgba(33, 33, 33, 0.97);
  1225. }
  1226. .tooltip.top-right .tooltip-arrow {
  1227. bottom: 0;
  1228. right: 5px;
  1229. border-width: 5px 5px 0;
  1230. border-top-color: rgba(33, 33, 33, 0.97);
  1231. }
  1232. .tooltip.right .tooltip-arrow {
  1233. top: 50%;
  1234. left: 0;
  1235. margin-top: -5px;
  1236. border-width: 5px 5px 5px 0;
  1237. border-right-color: rgba(33, 33, 33, 0.97);
  1238. }
  1239. .tooltip.left .tooltip-arrow {
  1240. top: 50%;
  1241. right: 0;
  1242. margin-top: -5px;
  1243. border-width: 5px 0 5px 5px;
  1244. border-left-color: rgba(33, 33, 33, 0.97);
  1245. }
  1246. .tooltip.bottom .tooltip-arrow {
  1247. top: 0;
  1248. left: 50%;
  1249. margin-left: -5px;
  1250. border-width: 0 5px 5px;
  1251. border-bottom-color: rgba(33, 33, 33, 0.97);
  1252. }
  1253. .tooltip.bottom-left .tooltip-arrow {
  1254. top: 0;
  1255. left: 5px;
  1256. border-width: 0 5px 5px;
  1257. border-bottom-color: rgba(33, 33, 33, 0.97);
  1258. }
  1259. .tooltip.bottom-right .tooltip-arrow {
  1260. top: 0;
  1261. right: 5px;
  1262. border-width: 0 5px 5px;
  1263. border-bottom-color: rgba(33, 33, 33, 0.97);
  1264. }
  1265. * {
  1266. -moz-box-sizing: border-box;
  1267. -webkit-box-sizing: border-box;
  1268. box-sizing: border-box;
  1269. }
  1270. .fusion-clearfix {
  1271. clear: both;
  1272. zoom: 1;
  1273. }
  1274. .fusion-clearfix:before,
  1275. .fusion-clearfix:after {
  1276. content: " ";
  1277. display: table;
  1278. }
  1279. .fusion-clearfix:after {
  1280. clear: both;
  1281. }
  1282. .create-block-format-context {
  1283. display: inline-block;
  1284. clear: both;
  1285. zoom: 1;
  1286. margin-bottom: 40px;
  1287. width: 100%;
  1288. }
  1289. .create-block-format-context:before,
  1290. .create-block-format-context:after {
  1291. content: " ";
  1292. display: table;
  1293. }
  1294. .create-block-format-context:after {
  1295. clear: both;
  1296. }
  1297. .fusionicon-arrow-down2 {
  1298. display: table-cell;
  1299. vertical-align: middle;
  1300. }
  1301. .icomoon-up:before {
  1302. display: inline-block;
  1303. -webkit-transform: rotate(180deg);
  1304. -moz-transform: rotate(180deg);
  1305. -ms-transform: rotate(180deg);
  1306. -o-transform: rotate(180deg);
  1307. transform: rotate(180deg);
  1308. }
  1309. html {
  1310. overflow-y: scroll;
  1311. }
  1312. input[type=submit],
  1313. input[type=text],
  1314. input[type=password],
  1315. input[type=file],
  1316. textarea {
  1317. -webkit-appearance: none;
  1318. -webkit-border-radius: 0;
  1319. }
  1320. input[type="image"] {
  1321. padding: 0;
  1322. border: none;
  1323. }
  1324. body {
  1325. margin: 0;
  1326. color: #747474;
  1327. min-width: 320px;
  1328. -webkit-text-size-adjust: 100%;
  1329. font: 13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif;
  1330. }
  1331. html {
  1332. overflow-x: hidden;
  1333. }
  1334. #wrapper {
  1335. overflow: visible;
  1336. }
  1337. .body_blank {
  1338. display: table;
  1339. height: 100%;
  1340. width: 100%;
  1341. position: absolute;
  1342. margin: 0;
  1343. left: 0;
  1344. top: 0;
  1345. overflow-x: hidden;
  1346. }
  1347. body.body_blank.admin-bar {
  1348. top: 31px;
  1349. }
  1350. body.body_blank.admin-bar #wrapper #slidingbar-area {
  1351. top: 0;
  1352. }
  1353. .wrapper_blank {
  1354. display: table-cell;
  1355. float: none;
  1356. vertical-align: middle;
  1357. width: 100%;
  1358. }
  1359. .wrapper_blank .page-title-container {
  1360. margin-bottom: 25px;
  1361. }
  1362. .wrapper_blank #main {
  1363. background: transparent;
  1364. padding: 0;
  1365. }
  1366. .error404 .search-page-search-form {
  1367. margin-bottom: 0;
  1368. padding-bottom: 0;
  1369. border: none;
  1370. }
  1371. img {
  1372. border-style: none;
  1373. vertical-align: top;
  1374. max-width: 100%;
  1375. height: auto;
  1376. }
  1377. object {
  1378. max-width: 100%;
  1379. }
  1380. a {
  1381. text-decoration: none;
  1382. color: #333;
  1383. }
  1384. a:hover {
  1385. color: #a0ce4e;
  1386. text-decoration: none;
  1387. }
  1388. input,
  1389. textarea,
  1390. select {
  1391. font: 100% Arial, Helvetica, sans-serif;
  1392. vertical-align: middle;
  1393. color: #000;
  1394. }
  1395. form,
  1396. fieldset {
  1397. margin: 0;
  1398. padding: 0;
  1399. border-style: none;
  1400. }
  1401. .clearfix:after,
  1402. #content:after,
  1403. .container:after,
  1404. .container-fluid:after,
  1405. .row:after,
  1406. .modal-footer:after {
  1407. content: "";
  1408. display: table;
  1409. clear: both;
  1410. }
  1411. .clear {
  1412. clear: both;
  1413. }
  1414. .wp-caption {
  1415. max-width: 100%;
  1416. }
  1417. #header {
  1418. padding: 0 10px 0;
  1419. }
  1420. .avada-row {
  1421. margin: 0 auto;
  1422. max-width: 940px;
  1423. }
  1424. .avada-row:after {
  1425. content: "";
  1426. display: block;
  1427. clear: both;
  1428. }
  1429. #header-sticky.tfs_parallax {
  1430. visibility: hidden;
  1431. opacity: 0;
  1432. }
  1433. #header-sticky .logo,
  1434. #header .logo {
  1435. float: left;
  1436. overflow: hidden;
  1437. margin: 31px 0;
  1438. }
  1439. #header-sticky .logo a,
  1440. #header .logo a {
  1441. display: block;
  1442. }
  1443. #header-sticky .retina_logo,
  1444. #header .retina_logo {
  1445. display: none;
  1446. }
  1447. #header-sticky .login-box,
  1448. #header .login-box,
  1449. #small-nav .login-box,
  1450. #side-header .login-box {
  1451. left: auto;
  1452. right: 0;
  1453. }
  1454. #header-sticky .login-box .forgetmenot,
  1455. #header .login-box .forgetmenot,
  1456. #small-nav .login-box .forgetmenot,
  1457. #side-header .login-box .forgetmenot {
  1458. line-height: 32px;
  1459. }
  1460. #header-sticky .login-box .forgetmenot input,
  1461. #header .login-box .forgetmenot input,
  1462. #small-nav .login-box .forgetmenot input,
  1463. #side-header .login-box .forgetmenot input {
  1464. margin: 0;
  1465. }
  1466. #header-sticky .login-box p,
  1467. #header .login-box p,
  1468. #small-nav .login-box p,
  1469. #side-header .login-box p {
  1470. font-size: 11px;
  1471. }
  1472. #header-sticky .login-box p .input-text,
  1473. #header .login-box p .input-text,
  1474. #small-nav .login-box p .input-text,
  1475. #side-header .login-box p .input-text {
  1476. margin-bottom: 10px;
  1477. }
  1478. .login-box .woo-login-error {
  1479. margin-bottom: 10px;
  1480. color: #D04544;
  1481. }
  1482. .nav-holder .fusion-navbar-nav > li > ul,
  1483. .nav-holder .fusion-navbar-nav > li > div,
  1484. .nav-holder .fusion-navbar-nav .fusion-dropdown-menu ul,
  1485. .top-menu li > div,
  1486. .top-menu li > .sub-menu {
  1487. -webkit-transition: opacity 0.2s ease-in;
  1488. -moz-transition: opacity 0.2s ease-in;
  1489. -o-transition: opacity 0.2s ease-in;
  1490. transition: opacity 0.2s ease-in;
  1491. z-index: -1;
  1492. visibility: hidden;
  1493. opacity: 0;
  1494. }
  1495. #wrapper .nav-holder li li > a,
  1496. .top-menu li > a {
  1497. -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  1498. -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  1499. -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  1500. transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  1501. }
  1502. #main-nav-search-form,
  1503. #sticky-nav-search-form {
  1504. z-index: 99996;
  1505. visibility: visible;
  1506. opacity: 1;
  1507. }
  1508. #wrapper .nav-holder li:hover .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  1509. display: block;
  1510. }
  1511. .nav-holder .fusion-navbar-nav li:hover > .sub-menu,
  1512. .nav-holder .fusion-navbar-nav li:hover > div,
  1513. .top-menu li:hover > .sub-menu,
  1514. .top-menu li:hover > div,
  1515. .top-menu .cart:hover .cart-contents {
  1516. z-index: 99997;
  1517. visibility: visible;
  1518. opacity: 1;
  1519. }
  1520. #nav.nav-holder .navigation > li > a {
  1521. -moz-box-sizing: content-box;
  1522. -webkit-box-sizing: content-box;
  1523. box-sizing: content-box;
  1524. }
  1525. .mobile-topnav .mobile-nav-item ul {
  1526. visibility: visible;
  1527. opacity: 1;
  1528. }
  1529. #wrapper .tp-bullets {
  1530. -webkit-transform: translateZ(0);
  1531. -transform: translateZ(0);
  1532. }
  1533. nav#nav,
  1534. nav#sticky-nav {
  1535. float: right;
  1536. font: 14px/16px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  1537. z-index: 99997;
  1538. }
  1539. #nav ul,
  1540. #sticky-nav ul {
  1541. list-style: none;
  1542. margin: 0;
  1543. padding: 0;
  1544. }
  1545. #nav ul li,
  1546. #sticky-nav ul li {
  1547. float: left;
  1548. padding: 0 35px 0 0;
  1549. margin: 0;
  1550. }
  1551. #nav > ul > li:last-child,
  1552. #sticky-nav > ul > li:last-child {
  1553. padding-right: 0 !important;
  1554. }
  1555. #nav ul li.last-menu-item,
  1556. #sticky-nav ul li.last-menu-item {
  1557. padding-right: 0 !important;
  1558. }
  1559. #nav ul li > a,
  1560. #sticky-nav ul li > a,
  1561. .navigation li.current-menu-ancestor > a {
  1562. display: block;
  1563. height: 83px;
  1564. line-height: 83px;
  1565. border-top: 3px solid transparent;
  1566. }
  1567. #nav ul .current_page_item > a,
  1568. #nav ul .current-menu-item > a,
  1569. #nav ul > .current-menu-parent > a,
  1570. #sticky-nav ul .current_page_item > a,
  1571. #sticky-nav ul .current-menu-item > a,
  1572. #sticky-nav ul > .current-menu-parent > a {
  1573. color: #a0ce4e;
  1574. text-decoration: none;
  1575. border-color: #a0ce4e;
  1576. }
  1577. #nav ul li,
  1578. #sticky-nav ul li {
  1579. position: relative;
  1580. }
  1581. #nav ul ul,
  1582. #sticky-nav ul ul {
  1583. position: absolute;
  1584. left: 0px;
  1585. width: 170px;
  1586. background: #edebeb;
  1587. z-index: 99996;
  1588. border-top: 3px solid #a0ce4e;
  1589. }
  1590. /*
  1591. #nav .fusion-navbar-nav .fusion-dropdown-menu,
  1592. #sticky-nav .fusion-navbar-nav .fusion-dropdown-menu
  1593. {
  1594. overflow:hidden;
  1595. }
  1596. */
  1597. #nav .fusion-megamenu-menu .sub-menu,
  1598. #sticky-nav .fusion-megamenu-menu .sub-menu {
  1599. border-top: 0px !important;
  1600. }
  1601. #nav ul li ul li,
  1602. #sticky-nav ul li ul li {
  1603. float: none;
  1604. margin: 0;
  1605. padding: 0;
  1606. }
  1607. #wrapper #nav ul li ul li > a,
  1608. #wrapper #sticky-nav ul li ul li > a {
  1609. border: 0;
  1610. border-bottom: 1px solid #dcdadb;
  1611. height: auto;
  1612. text-indent: 0px;
  1613. font: 13px/30px 'PT Sans', Arial, Helvetica, sans-serif;
  1614. color: #333333;
  1615. padding: 7px 20px;
  1616. line-height: 19px;
  1617. }
  1618. #wrapper #nav ul li ul li > a:hover,
  1619. #wrapper #nav ul li ul li.current-menu-item > a,
  1620. #wrapper #sticky-nav ul li ul li > a:hover,
  1621. #wrapper #sticky-nav ul li ul li.current-menu-item > a {
  1622. background-color: rgba(255, 255, 255, 0.5);
  1623. }
  1624. #nav ul ul ul,
  1625. #sticky-nav ul ul ul {
  1626. top: -3px;
  1627. left: 170px;
  1628. }
  1629. #nav .fusion-megamenu-wrapper ul,
  1630. #sticky-nav .fusion-megamenu-wrapper ul {
  1631. left: auto;
  1632. }
  1633. a.search-link {
  1634. font-family: IcoMoon;
  1635. cursor: pointer;
  1636. }
  1637. a.search-link:after {
  1638. border: 1px solid;
  1639. border-radius: 50% 50% 50% 50%;
  1640. padding: 5px;
  1641. content: '\f002';
  1642. }
  1643. #header-sticky .main-nav-search .search-link:hover,
  1644. #header .main-nav-search .search-link:hover,
  1645. #side-header .main-nav-search .search-link:hover,
  1646. #small-nav .main-nav-search .search-link:hover {
  1647. border-top-color: transparent;
  1648. }
  1649. .main-nav-search-form {
  1650. display: none;
  1651. left: auto;
  1652. position: absolute;
  1653. right: 0;
  1654. z-index: 99999;
  1655. width: 250px;
  1656. padding: 25px;
  1657. background-color: #ffffff;
  1658. border: 1px solid #E6E5E6;
  1659. text-align: right;
  1660. font-size: 0;
  1661. }
  1662. #wrapper .search-table {
  1663. display: table;
  1664. width: 100%;
  1665. }
  1666. #wrapper .header-v4 #header .search-table {
  1667. display: table;
  1668. width: 286px;
  1669. }
  1670. #wrapper .search-field {
  1671. display: table-cell;
  1672. vertical-align: top;
  1673. }
  1674. #wrapper .search-button {
  1675. display: table-cell;
  1676. width: 33px;
  1677. vertical-align: top;
  1678. }
  1679. #wrapper .search-table .search-field input {
  1680. color: #AAA9A9;
  1681. background-color: #ffffff;
  1682. border: 1px solid #D2D2D2;
  1683. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  1684. -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  1685. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  1686. color: #747474;
  1687. font-size: 13px;
  1688. padding: 8px 15px;
  1689. height: 33px;
  1690. width: 100%;
  1691. -moz-box-sizing: border-box;
  1692. box-sizing: border-box;
  1693. margin: 0;
  1694. }
  1695. #wrapper .search-table .search-button input[type="submit"] {
  1696. background: #000000;
  1697. border: none;
  1698. border-radius: 0;
  1699. color: #FFFFFF;
  1700. font-size: 14px;
  1701. height: 33px;
  1702. line-height: 33px;
  1703. margin: 0;
  1704. padding: 0;
  1705. width: 33px;
  1706. text-indent: 0;
  1707. cursor: pointer;
  1708. font-family: IcoMoon;
  1709. text-shadow: none;
  1710. -webkit-font-smoothing: antialiased;
  1711. -webkit-transition: all .2s;
  1712. -moz-transition: all .2s;
  1713. -ms-transition: all .2s;
  1714. -o-transition: all .2s;
  1715. transition: all .2s;
  1716. }
  1717. #wrapper .search-table .search-button input[type="submit"]:hover {
  1718. background: #A0CE4E;
  1719. }
  1720. .search-page-search-form {
  1721. padding-bottom: 60px;
  1722. border-bottom: 1px solid #E6E5E6;
  1723. margin-bottom: 60px;
  1724. }
  1725. .search-page-search-form .seach-form {
  1726. text-align: right;
  1727. }
  1728. .search-page-search-form .searchform .search-table .search-field input {
  1729. text-indent: 0;
  1730. }
  1731. #fallback-slide {
  1732. display: none;
  1733. }
  1734. #fallback-slide img {
  1735. width: 100%;
  1736. }
  1737. body #header-sticky.sticky-header {
  1738. background: transparent;
  1739. margin: 0;
  1740. position: fixed;
  1741. top: 0;
  1742. left: 0;
  1743. z-index: 99997;
  1744. display: none;
  1745. padding: 0;
  1746. width: 100%;
  1747. height: 105px;
  1748. }
  1749. body.admin-bar #header-sticky.sticky-header {
  1750. top: 32px;
  1751. }
  1752. body #header-sticky.sticky-header.sticky {
  1753. display: block;
  1754. }
  1755. body #header-sticky.sticky-header .logo {
  1756. margin-top: 0;
  1757. margin-bottom: 0;
  1758. max-height: 65px;
  1759. width: auto;
  1760. float: left;
  1761. }
  1762. body #header-sticky.sticky-header #sticky-nav ul ul ul {
  1763. top: -3px;
  1764. }
  1765. body #header-sticky.sticky-header .sticky-shadow {
  1766. height: 10px;
  1767. background: rgba(255, 255, 255, 0.97);
  1768. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  1769. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  1770. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  1771. }
  1772. .sticky-header #sticky-nav ul li a {
  1773. border-top-width: 3px;
  1774. }
  1775. .sticky-header #sticky-nav ul .current_page_item > a,
  1776. .sticky-header #sticky-nav ul .current-menu-item > a,
  1777. .sticky-header #sticky-nav ul > .current-menu-parent > a,
  1778. .sticky-header .navigation li.current-menu-ancestor > a,
  1779. .sticky-header #sticky-nav ul > li > a:hover {
  1780. border-top-width: 3px;
  1781. padding-top: 0;
  1782. }
  1783. .sticky-header #sticky-nav ul li ul li > a,
  1784. .sticky-header #sticky-nav ul li ul li > a:hover {
  1785. padding: 7px 20px;
  1786. }
  1787. body #header-sticky.sticky-header .sticky-shadow .mobile-nav-holder {
  1788. padding-top: 17px;
  1789. }
  1790. body #header-sticky.sticky-header .sticky-shadow .nav-holder .dd-container {
  1791. padding-top: 17px;
  1792. }
  1793. body #header-sticky.sticky-header .sticky-shadow .nav-holder .dd-options li a {
  1794. padding: 10px;
  1795. }
  1796. .modern-sticky-header {
  1797. top: 0;
  1798. left: 0;
  1799. width: 100%;
  1800. z-index: 9999;
  1801. }
  1802. .gallery-box {
  1803. background: #3d3c3c;
  1804. padding: 0 10px;
  1805. }
  1806. .gallery {
  1807. margin: 0 auto;
  1808. max-width: 1400px;
  1809. }
  1810. .gallery-box img {
  1811. width: 100%;
  1812. }
  1813. #main {
  1814. padding: 55px 10px 45px;
  1815. background: #fff;
  1816. clear: both;
  1817. }
  1818. .col .heading {
  1819. overflow: hidden;
  1820. margin: 0 0 15px;
  1821. }
  1822. .col .heading img {
  1823. float: left;
  1824. margin: 0 10px 0 0;
  1825. }
  1826. .col p {
  1827. margin: 0 0 23px;
  1828. }
  1829. .col .flexslider {
  1830. margin: 0;
  1831. }
  1832. #main h2 {
  1833. font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  1834. }
  1835. h2 {
  1836. color: #333;
  1837. margin: 0 0 20px;
  1838. }
  1839. h2.entry-title {
  1840. margin-bottom: 25px;
  1841. font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  1842. }
  1843. #main .columns h2 {
  1844. margin: 0;
  1845. line-height: 35px;
  1846. }
  1847. .more {
  1848. overflow: hidden;
  1849. display: block;
  1850. font: 13px/15px 'PTSansRegular', arial, helvetica, sans-serif;
  1851. }
  1852. .more a {
  1853. float: right;
  1854. padding: 0 0 0 0;
  1855. }
  1856. .more a,
  1857. .read-more,
  1858. .entry-read-more a {
  1859. position: relative;
  1860. margin-right: 10px;
  1861. text-align: right;
  1862. }
  1863. .more a:after,
  1864. .read-more:after,
  1865. .entry-read-more a:after {
  1866. position: absolute;
  1867. font-family: IcoMoon;
  1868. content: '\f105';
  1869. font-size: 14px;
  1870. padding-left: 5px;
  1871. }
  1872. .more a.active {
  1873. color: #a0ce4e;
  1874. text-decoration: none;
  1875. }
  1876. .more a.active:after {
  1877. position: absolute;
  1878. font-family: IcoMoon;
  1879. content: '\f105';
  1880. color: #a0ce4e;
  1881. font-size: 14px;
  1882. padding-left: 5px;
  1883. }
  1884. .content-boxes .more {
  1885. margin-top: 18px;
  1886. }
  1887. .container {
  1888. overflow: hidden;
  1889. }
  1890. #main .container h2 {
  1891. margin: 0;
  1892. }
  1893. .container .columns .col {
  1894. width: 31.42857%;
  1895. padding: 0 2.85714% 0 0;
  1896. }
  1897. .container .col img {
  1898. width: 100%;
  1899. }
  1900. .container .columns .col.last {
  1901. margin-right: 0;
  1902. }
  1903. .container .holder {
  1904. overflow: hidden;
  1905. }
  1906. .container h3 a.active {
  1907. text-decoration: none;
  1908. color: #a0ce4e;
  1909. }
  1910. .slider {
  1911. overflow: hidden;
  1912. }
  1913. .review {
  1914. width: 100%;
  1915. }
  1916. .side-header h1,
  1917. .side-header h2,
  1918. .side-header h3,
  1919. .side-header h4,
  1920. .side-header h5,
  1921. .side-header h6,
  1922. .side-header .display-counter,
  1923. .side-header .button {
  1924. -ms-word-break: break-all;
  1925. word-break: break-word;
  1926. -webkit-hyphens: auto;
  1927. -ms-hyphens: auto;
  1928. word-wrap: break-word;
  1929. }
  1930. .title {
  1931. margin: 0 0 31px;
  1932. overflow: hidden;
  1933. display: table;
  1934. }
  1935. .title h1,
  1936. .title h2,
  1937. .title h3,
  1938. .title h4,
  1939. .title h5,
  1940. .title h6 {
  1941. display: table-cell;
  1942. white-space: pre;
  1943. }
  1944. .title h1,
  1945. .post-content .title h1 {
  1946. float: left;
  1947. padding: 0 8px 0 0;
  1948. margin: 0;
  1949. }
  1950. .title h2,
  1951. .post-content .title h2 {
  1952. float: left;
  1953. padding: 0 8px 0 0;
  1954. margin: 0;
  1955. font-size: 18px;
  1956. }
  1957. .title h3,
  1958. .post-content .title h3 {
  1959. float: left;
  1960. padding: 0 8px 0 0;
  1961. margin: 0;
  1962. }
  1963. .title h4,
  1964. .post-content .title h4 {
  1965. float: left;
  1966. padding: 0 8px 0 0;
  1967. margin: 0;
  1968. }
  1969. .title h5,
  1970. .post-content .title h5 {
  1971. float: left;
  1972. padding: 0 8px 0 0;
  1973. margin: 0;
  1974. }
  1975. .title h6,
  1976. .post-content .title h6 {
  1977. float: left;
  1978. padding: 0 8px 0 0;
  1979. margin: 0;
  1980. }
  1981. .meta {
  1982. list-style: none;
  1983. margin: 0 0 13px;
  1984. padding: 0;
  1985. overflow: hidden;
  1986. font-size: 12px;
  1987. line-height: 14px;
  1988. color: #333;
  1989. }
  1990. .meta li {
  1991. float: left;
  1992. padding: 0 8px 0 9px;
  1993. border-left: 1px solid #333333;
  1994. }
  1995. .meta li:first-child {
  1996. padding-left: 0;
  1997. border-left: 0;
  1998. }
  1999. .meta .date {
  2000. font: 12px/14px 'PTSansItalic', arial, helvetica, sans-serif;
  2001. }
  2002. .footer-widget-col {
  2003. margin-bottom: 20px;
  2004. }
  2005. .footer-widget-col:last-child {
  2006. margin-bottom: 0;
  2007. }
  2008. .footer-widget-col .row,
  2009. .footer-area .footer-widget-col .columns {
  2010. margin-left: 0;
  2011. margin-right: 0;
  2012. }
  2013. .footer-area .footer-widget-col .col {
  2014. padding-left: 3px;
  2015. padding-right: 3px;
  2016. padding-bottom: 3px;
  2017. }
  2018. .footer-widget-col .flexslider a {
  2019. border: 0;
  2020. padding: 0;
  2021. }
  2022. .footer-area {
  2023. border-top: 12px solid #e9eaee;
  2024. background: #363839;
  2025. padding: 43px 10px 40px;
  2026. color: #8c8989;
  2027. position: relative;
  2028. overflow: hidden;
  2029. }
  2030. .footer-area .logo {
  2031. float: none;
  2032. display: block;
  2033. margin: 0 0 22px;
  2034. }
  2035. .footer-area h3 {
  2036. margin: 0 0 28px;
  2037. color: #ddd;
  2038. text-transform: uppercase;
  2039. font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
  2040. }
  2041. .footer-area .columns {
  2042. margin: 0;
  2043. }
  2044. .footer-area .text-block {
  2045. text-shadow: 1px 2px 1px #000;
  2046. }
  2047. .footer-area .holder-block img {
  2048. width: 100%;
  2049. }
  2050. .footer-area ul {
  2051. list-style: none;
  2052. margin: 0;
  2053. padding: 0;
  2054. font-size: 12px;
  2055. line-height: 15px;
  2056. }
  2057. .footer-area ul li a {
  2058. padding: 12px 0;
  2059. border-bottom: 1px solid #282a2b;
  2060. display: block;
  2061. }
  2062. .footer-area .footer-widget-col:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a,
  2063. .footer-area .footer-widget-col:not(.widget_icl_lang_sel_widget) > ul > li:first-child > a {
  2064. background-image: none;
  2065. padding-top: 0px;
  2066. }
  2067. .footer-area a {
  2068. text-shadow: 1px 2px 1px #000;
  2069. color: #bfbfbf;
  2070. }
  2071. .footer-area ul li a:hover {
  2072. color: #a0ce4e;
  2073. }
  2074. .footer-area ul#recentcomments li.recentcomments:first-child {
  2075. padding-top: 0px;
  2076. background: none;
  2077. }
  2078. .footer-area li.recentcomments {
  2079. padding: 12px 0;
  2080. border-bottom: 1px solid #282a2b;
  2081. display: block;
  2082. }
  2083. .footer-area li.recentcomments a {
  2084. border: none;
  2085. }
  2086. .footer-area .widget_recent_entries li {
  2087. border-bottom: 1px solid;
  2088. padding-bottom: 12px;
  2089. }
  2090. .footer-area .widget_recent_entries a {
  2091. border-bottom: 0;
  2092. padding-bottom: 0;
  2093. }
  2094. #footer {
  2095. z-index: 1;
  2096. position: relative;
  2097. padding: 18px 10px 12px;
  2098. background: #282a2b;
  2099. border-top: 1px solid #4b4c4d;
  2100. }
  2101. #footer .copyright-area-content {
  2102. display: table;
  2103. width: 100%;
  2104. }
  2105. .copyright {
  2106. display: table-cell;
  2107. vertical-align: middle;
  2108. margin: 0;
  2109. padding: 0;
  2110. color: #8c8989;
  2111. font-size: 12px;
  2112. text-shadow: 1px 2px 1px #000;
  2113. }
  2114. .copyright a {
  2115. color: #bfbfbf;
  2116. }
  2117. .social_links_shortcode .social-networks {
  2118. float: none;
  2119. }
  2120. .sidebar .social-networks {
  2121. float: none;
  2122. }
  2123. .sidebar .social-networks li,
  2124. .social_links_shortcode li {
  2125. float: left;
  2126. margin-left: 0;
  2127. margin-right: 0px;
  2128. width: 35px;
  2129. }
  2130. .sidebar .social-networks a {
  2131. border-bottom: 0;
  2132. padding: 0;
  2133. }
  2134. .sidebar .social-networks li {
  2135. margin-bottom: 10px;
  2136. }
  2137. .page-title-container {
  2138. padding: 0 10px;
  2139. height: 87px;
  2140. width: 100%;
  2141. background-position: center center;
  2142. background-repeat: no-repeat;
  2143. background-color: #f6f6f6;
  2144. border-top: 1px solid #d2d3d4;
  2145. border-bottom: 1px solid #d2d3d4;
  2146. }
  2147. .page-title {
  2148. height: 100%;
  2149. overflow: hidden;
  2150. max-width: 940px;
  2151. margin: 0 auto;
  2152. }
  2153. .page-title-wrapper {
  2154. display: table;
  2155. height: 100%;
  2156. width: 100%;
  2157. position: relative;
  2158. z-index: 1;
  2159. }
  2160. .page-title-captions {
  2161. display: table-cell;
  2162. vertical-align: middle;
  2163. width: 45%;
  2164. }
  2165. .page-title-container-search .page-title-captions {
  2166. width: auto;
  2167. }
  2168. .page-title h1 {
  2169. font-weight: normal;
  2170. font: 18px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2171. line-height: 26px;
  2172. color: #343333;
  2173. margin: 0;
  2174. padding: 0;
  2175. }
  2176. .page-title h3 {
  2177. font-weight: normal;
  2178. font: 14px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2179. line-height: 26px;
  2180. color: #343333;
  2181. margin: 0;
  2182. padding: 0;
  2183. }
  2184. .page-title ul {
  2185. display: table-cell;
  2186. vertical-align: middle;
  2187. list-style: none;
  2188. margin: 0;
  2189. padding: 0;
  2190. width: 45%;
  2191. text-align: right;
  2192. }
  2193. .page-title ul li {
  2194. margin: 0;
  2195. padding: 0;
  2196. display: inline;
  2197. color: #333333;
  2198. font-size: 10px;
  2199. margin-left: 5px;
  2200. }
  2201. .page-title ul li:first-child {
  2202. margin-left: 0;
  2203. }
  2204. .page-title ul li a {
  2205. color: #333333;
  2206. padding-right: 5px;
  2207. }
  2208. .page-title ul li:after {
  2209. content: '/';
  2210. }
  2211. .page-title ul li:last-child:after {
  2212. content: '';
  2213. }
  2214. .page-title-container .search {
  2215. display: table-cell;
  2216. vertical-align: middle;
  2217. }
  2218. .page-title-container .search .s {
  2219. float: right;
  2220. width: 250px;
  2221. }
  2222. .page-title-center .page-title-captions {
  2223. text-align: center;
  2224. width: 100%;
  2225. }
  2226. .page-title-center .breadcrumbs {
  2227. display: block;
  2228. text-align: center;
  2229. width: 100%;
  2230. }
  2231. .page-title-center .search {
  2232. display: inline-block;
  2233. margin-top: 10px;
  2234. }
  2235. .page-title-center .search .s {
  2236. float: none;
  2237. }
  2238. .page-title-right .page-title {
  2239. direction: rtl;
  2240. }
  2241. .page-title-right .page-title-captions,
  2242. .page-title-right .breadcrumbs,
  2243. .page-title-right .search {
  2244. direction: ltr;
  2245. }
  2246. .page-title-right .page-title-captions {
  2247. text-align: right;
  2248. }
  2249. .page-title-right .page-title ul {
  2250. text-align: left;
  2251. }
  2252. .page-title-right .search .s {
  2253. float: left;
  2254. }
  2255. #content {
  2256. width: 71.1702128%;
  2257. float: left;
  2258. min-height: 1px;
  2259. }
  2260. #content.full-width {
  2261. width: 100%;
  2262. }
  2263. #posts-container {
  2264. position: relative;
  2265. }
  2266. .single .fusion-sharing-box {
  2267. margin-bottom: 60px;
  2268. }
  2269. .image {
  2270. position: relative;
  2271. overflow: hidden;
  2272. z-index: 1;
  2273. }
  2274. .image .image-extras {
  2275. width: 101%;
  2276. height: 100%;
  2277. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aad75d), color-stop(1, #d1e990));
  2278. background-image: -webkit-linear-gradient(bottom, #aad75b, #d1e990);
  2279. background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
  2280. background-image: -ms-linear-gradient(bottom, #aad75d, #d1e990);
  2281. background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
  2282. background-image: linear-gradient(to top, #aad75d, #d1e990);
  2283. position: absolute;
  2284. top: 0;
  2285. left: 0;
  2286. text-align: center;
  2287. -webkit-transform: translateX(-100%);
  2288. -moz-transform: translateX(-100%);
  2289. -o-transform: translateX(-100%);
  2290. -ms-transform: translateX(-100%);
  2291. transform: translateX(-100%);
  2292. opacity: 0;
  2293. -webkit-transition: all 0.3s ease-in-out;
  2294. -moz-transition: all 0.3s ease-in-out;
  2295. -ms-transition: all 0.3s ease-in-out;
  2296. -o-transition: all 0.3s ease-in-out;
  2297. transition: all 0.3s ease-in-out;
  2298. -webkit-transform-style: preserve-3d;
  2299. -webkit-backface-visibility: hidden;
  2300. }
  2301. .image:hover .image-extras {
  2302. -webkit-transform: translateX(0%);
  2303. -moz-transform: translateX(0%);
  2304. -ms-transform: translateX(0%);
  2305. -o-transform: translateX(0%);
  2306. transform: translateX(0%);
  2307. opacity: 1;
  2308. -webkit-transform-style: preserve-3d;
  2309. -webkit-backface-visibility: hidden;
  2310. }
  2311. .no-csstransforms .image .image-extras {
  2312. display: none;
  2313. }
  2314. .no-csstransforms .image:hover .image-extras {
  2315. display: block;
  2316. }
  2317. .image .image-extras:before {
  2318. content: '';
  2319. display: inline-block;
  2320. height: 100%;
  2321. vertical-align: middle;
  2322. }
  2323. .image a {
  2324. display: block;
  2325. }
  2326. .image .image-extras .image-extras-content {
  2327. display: inline-block;
  2328. vertical-align: middle;
  2329. width: 90%;
  2330. height: auto;
  2331. }
  2332. .image .image-extras .image-extras-content h3,
  2333. .image .image-extras .image-extras-content h2,
  2334. .image .image-extras .image-extras-content a {
  2335. font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2336. color: #333333;
  2337. text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  2338. margin: 0;
  2339. margin-top: 10px;
  2340. }
  2341. .image .image-extras .image-extras-content h4,
  2342. .image .image-extras .image-extras-content .cats,
  2343. .image .image-extras .image-extras-content .cats a,
  2344. .image .image-extras .image-extras-content .price {
  2345. font: 11px 'PTSansRegular', arial, helvetica, sans-serif;
  2346. color: #333333;
  2347. text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  2348. margin: 0;
  2349. }
  2350. .image .image-extras .image-extras-content h4 a {
  2351. display: inline;
  2352. color: #333333;
  2353. font: 11px 'PTSansRegular', arial, helvetica, sans-serif;
  2354. }
  2355. .image .image-extras .image-extras-content h4 a:hover {
  2356. color: #444;
  2357. }
  2358. .image .image-extras .image-extras-content img {
  2359. width: auto;
  2360. display: inline;
  2361. }
  2362. .image .image-extras .image-extras-content .icon {
  2363. display: inline;
  2364. }
  2365. .image .image-extras .image-extras-content .icon {
  2366. position: relative;
  2367. opacity: 0.9;
  2368. }
  2369. .image .image-extras .image-extras-content .icon:hover {
  2370. opacity: 1;
  2371. }
  2372. .image .image-extras .image-extras-content .icon:before {
  2373. position: absolute;
  2374. left: 50%;
  2375. margin-left: -7.5px;
  2376. text-indent: 0;
  2377. line-height: 36px;
  2378. text-shadow: none;
  2379. font-family: IcoMoon;
  2380. font-size: 15px;
  2381. color: #fff;
  2382. webkit-font-smoothing: antialiased;
  2383. }
  2384. .image .image-extras .image-extras-content .icon.link-icon,
  2385. .image .image-extras .image-extras-content .icon.gallery-icon {
  2386. background-color: #333;
  2387. -webkit-border-radius: 50%;
  2388. -moz-border-radius: 50%;
  2389. border-radius: 50%;
  2390. -moz-background-clip: padding;
  2391. -webkit-background-clip: padding-box;
  2392. background-clip: padding-box;
  2393. }
  2394. .image .image-extras .image-extras-content .icon.link-icon:before {
  2395. content: '\e619';
  2396. }
  2397. .image .image-extras .image-extras-content .icon.gallery-icon:before {
  2398. content: '\f002';
  2399. }
  2400. .image .image-extras .image-extras-content .icon,
  2401. .image .image-extras .image-extras-content .icon img {
  2402. width: 35px;
  2403. height: 36px;
  2404. display: inline-block;
  2405. vertical-align: top;
  2406. text-indent: -10000px;
  2407. }
  2408. .image-extras .cats {
  2409. display: block;
  2410. }
  2411. .image-extras .cats a {
  2412. display: inline;
  2413. line-height: normal;
  2414. }
  2415. body .post-content .image-extras .link-icon {
  2416. margin-right: 3px;
  2417. }
  2418. .post-content .image-extras h3,
  2419. .post-content .image-extras h4 {
  2420. line-height: normal;
  2421. }
  2422. .post-content .image-extras h4 {
  2423. font-size: 11px;
  2424. margin-top: 3px;
  2425. }
  2426. .post {
  2427. margin-bottom: 65px;
  2428. }
  2429. .post .image {
  2430. margin-bottom: 40px;
  2431. }
  2432. #main .post h2 {
  2433. font: 18px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2434. color: #333333;
  2435. padding-bottom: 0;
  2436. }
  2437. #main .post h2 a {
  2438. color: #333333;
  2439. }
  2440. .post .post-content {
  2441. color: #747474;
  2442. }
  2443. .post .meta-info {
  2444. border-top: 1px solid #e7e6e6;
  2445. border-bottom: 1px solid #e7e6e6;
  2446. margin-top: 16px;
  2447. padding: 5px 0;
  2448. font-size: 12px;
  2449. clear: both;
  2450. overflow: hidden;
  2451. }
  2452. .post .single-line-meta {
  2453. font-size: 12px;
  2454. }
  2455. .post .meta-tags {
  2456. font-size: 12px;
  2457. }
  2458. .post .meta-tags.top {
  2459. margin-bottom: 20px;
  2460. }
  2461. .post .meta-tags.bottom {
  2462. margin-top: 20px;
  2463. }
  2464. .single-line-meta.with-tags {
  2465. margin-bottom: 0;
  2466. }
  2467. .single .post .meta-info,
  2468. .avada_faq .meta-info {
  2469. margin-bottom: 55px;
  2470. }
  2471. .post .meta-info .sep {
  2472. padding: 0px 5px;
  2473. }
  2474. .post .meta-info .alignleft {
  2475. width: 80%;
  2476. }
  2477. .search input,
  2478. .searchform input {
  2479. border: 1px solid #e7e6e6;
  2480. padding: 8px 15px;
  2481. font-size: 13px;
  2482. color: #333333;
  2483. display: block;
  2484. }
  2485. .sidebar {
  2486. width: 23.4042553%;
  2487. float: right;
  2488. }
  2489. .sidebar .widget {
  2490. margin-bottom: 45px;
  2491. position: relative;
  2492. }
  2493. .sidebar .widget.flickr {
  2494. overflow: hidden;
  2495. }
  2496. .sidebar .widget h3 {
  2497. margin: 0;
  2498. padding: 0;
  2499. font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2500. margin-bottom: 18px;
  2501. color: #333333;
  2502. }
  2503. .sidebar .widget ul {
  2504. list-style: none;
  2505. margin: 0;
  2506. padding: 0;
  2507. }
  2508. .sidebar .widget li {
  2509. margin: 0;
  2510. padding: 0;
  2511. display: block;
  2512. }
  2513. .sidebar .widget li a,
  2514. .sidebar .widget .recentcomments,
  2515. .sidebar .widget_categories li {
  2516. display: block;
  2517. color: #838383;
  2518. }
  2519. .sidebar .widget li a {
  2520. display: inline;
  2521. }
  2522. .sidebar .widget .recentcomments a {
  2523. background: none;
  2524. border: none;
  2525. }
  2526. .sidebar .contact_info .address {
  2527. margin: 0;
  2528. margin-bottom: 15px;
  2529. }
  2530. .widget .fusion-social-networks .fusion-social-network-icon {
  2531. margin-left: 0;
  2532. display: inline-block;
  2533. margin-right: 11px;
  2534. margin-bottom: 14px;
  2535. }
  2536. .widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  2537. margin-right: 7px;
  2538. margin-bottom: 10px;
  2539. }
  2540. .sidebar .contact_info p,
  2541. .footer-area .contact_info p,
  2542. #slidingbar .contact_info p {
  2543. margin: 0;
  2544. }
  2545. .sidebar .flickr-photo a {
  2546. background: none;
  2547. float: left;
  2548. border: 0;
  2549. }
  2550. .sidebar .widget_categories li a {
  2551. display: block;
  2552. border: 0;
  2553. background: none;
  2554. padding: 0;
  2555. }
  2556. .sidebar .s,
  2557. .footer-area .s,
  2558. #slidingbar-area .s {
  2559. width: 100%;
  2560. }
  2561. #wrapper .fusion-tabs-widget .tab-holder {
  2562. border: 1px solid #eaeaea;
  2563. }
  2564. #wrapper .fusion-tabs-widget .tabset {
  2565. display: table;
  2566. overflow: hidden;
  2567. width: 100%;
  2568. margin: 0;
  2569. padding: 0;
  2570. list-style: none;
  2571. }
  2572. #wrapper .fusion-tabs-widget .tabset li {
  2573. display: table-cell;
  2574. margin: 0;
  2575. padding: 0;
  2576. width: 33.3333%;
  2577. border-bottom: none;
  2578. }
  2579. #wrapper .fusion-tabs-widget .tabset li:last-child {
  2580. border-right: none;
  2581. }
  2582. #wrapper .fusion-tabs-widget .tabset li a {
  2583. display: block;
  2584. padding: 0;
  2585. line-height: 38px;
  2586. border-bottom: none;
  2587. border-top: 3px solid transparent;
  2588. -webkit-transition: all .2s;
  2589. -moz-transition: all .2s;
  2590. -ms-transition: all .2s;
  2591. -o-transition: all .2s;
  2592. transition: all .2s;
  2593. }
  2594. #wrapper .fusion-tabs-widget .tabset li .fusionicon-bubbles {
  2595. font-size: 18px;
  2596. }
  2597. .fusion-tabs-widget a {
  2598. color: #444444;
  2599. }
  2600. .fusion-tabs-widget .tab-set li {
  2601. border-right: 1px solid;
  2602. }
  2603. .fusion-tabs-widget .tab-holder .tabs li a {
  2604. border: 0;
  2605. font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2606. text-indent: 0;
  2607. background: #F1F2F2;
  2608. color: #333333;
  2609. text-align: center;
  2610. }
  2611. .fusion-tabs-widget .tab-holder .tabs li:hover a {
  2612. background: none;
  2613. }
  2614. .fusion-tabs-widget .tab-holder .tabs li.active a {
  2615. background: none;
  2616. border-top: 3px solid #A0CE4E;
  2617. border-bottom: 0;
  2618. }
  2619. .fusion-tabs-widget .tab-holder .tab_content .news-list {
  2620. list-style: none;
  2621. margin: 0;
  2622. padding: 0;
  2623. }
  2624. .fusion-tabs-widget .tab-holder .tab_content .news-list li {
  2625. border-bottom: 1px solid #e2e2e2;
  2626. padding: 20px 15px;
  2627. overflow: hidden;
  2628. }
  2629. .fusion-tabs-widget .tab-holder .tab_content .news-list li:last-child {
  2630. border-bottom: 0;
  2631. }
  2632. .fusion-tabs-widget .tab-holder .tab_content .news-list li a {
  2633. padding: 0;
  2634. background: none;
  2635. }
  2636. .fusion-tabs-widget .tab-holder .tab_content .image {
  2637. float: left;
  2638. margin-right: 13px;
  2639. height: 50px;
  2640. width: 52px;
  2641. }
  2642. .fusion-tabs-widget .tab-holder .tab_content .image a {
  2643. height: auto;
  2644. width: auto;
  2645. line-height: normal;
  2646. text-indent: 0;
  2647. }
  2648. .fusion-tabs-widget .tab-holder .tab_content .post-holder a {
  2649. overflow: hidden;
  2650. margin: 0;
  2651. padding: 0;
  2652. height: auto;
  2653. line-height: normal;
  2654. background: none;
  2655. border: 0;
  2656. text-indent: 0;
  2657. font-size: 13px;
  2658. }
  2659. .fusion-tabs-widget .tab-holder .tab_content .post-holder p {
  2660. margin: 0 0 5px 0;
  2661. }
  2662. .fusion-tabs-widget .tab-holder .tab_content .post-holder .meta {
  2663. margin: 0;
  2664. margin-top: 2px;
  2665. font-size: 12px;
  2666. color: #747474;
  2667. }
  2668. #wrapper .footer-area .tab-holder,
  2669. #wrapper #slidingbar-area .tab-holder {
  2670. border-top: none;
  2671. }
  2672. #wrapper .footer-area .tab-holder .tabs li a,
  2673. #wrapper #slidingbar-area .tab-holder .tabs li a {
  2674. background: rgba(0, 0, 0, 0.2);
  2675. }
  2676. #wrapper .footer-area .tab-holder .tabs li:hover a,
  2677. #wrapper #slidingbar-area .tab-holder .tabs li:hover a {
  2678. background: none;
  2679. }
  2680. #wrapper .footer-area .tab-holder .tabs li.active a,
  2681. #wrapper #slidingbar-area .tab-holder .tabs li.active a {
  2682. background: none;
  2683. }
  2684. #wrapper .footer-area .tab-holder .tab_content a,
  2685. #wrapper #slidingbar-area .tab-holder .tab_content a {
  2686. padding: 0;
  2687. border-bottom: none;
  2688. }
  2689. .jtwt li {
  2690. background: none;
  2691. }
  2692. .jtwt .jtwt_tweet,
  2693. .sidebar .jtwt .jtwt_tweet {
  2694. position: relative;
  2695. padding: 0;
  2696. border: 0;
  2697. margin-bottom: 30px;
  2698. color: #838383;
  2699. font-size: 13px;
  2700. line-height: 20px;
  2701. padding-left: 45px;
  2702. padding-top: 0px;
  2703. }
  2704. .sidebar .jtwt .jtwt_tweet:before {
  2705. color: #d8d8d8;
  2706. }
  2707. .jtwt .jtwt_tweet:before {
  2708. position: absolute;
  2709. top: 6px;
  2710. margin-left: -45px;
  2711. content: '\e605';
  2712. font-family: IcoMoon;
  2713. font-size: 30px;
  2714. }
  2715. .jtwt .jtwt_tweet a {
  2716. background: none;
  2717. color: #BFBFBF;
  2718. display: inline;
  2719. padding: 0;
  2720. border: 0;
  2721. }
  2722. .jtwt .jtwt_tweet a:hover {
  2723. color: #A0CE4E;
  2724. }
  2725. .jtwt .jtwt_tweet .jtwt_tweet_text {
  2726. margin-bottom: 0;
  2727. margin-top: 0;
  2728. }
  2729. .recent-works-items {
  2730. overflow: hidden;
  2731. }
  2732. .recent-works-items a {
  2733. float: left;
  2734. padding: 3px;
  2735. }
  2736. .footer-area .columns-4 .recent-works-items a,
  2737. #slidingbar-area .columns-4 .recent-works-items a {
  2738. max-width: 60px;
  2739. }
  2740. .pagination.infinite-scroll {
  2741. display: none;
  2742. }
  2743. .pagination,
  2744. .page-links,
  2745. .woocommerce-pagination {
  2746. float: right;
  2747. margin-top: 40px;
  2748. font-size: 9px;
  2749. margin-right: 10px;
  2750. }
  2751. .page-links {
  2752. margin-bottom: 40px;
  2753. margin-top: 30px;
  2754. }
  2755. .pagination a.inactive,
  2756. .page-links a,
  2757. .woocommerce-pagination .page-numbers {
  2758. border: 1px solid #747474;
  2759. display: inline-block;
  2760. height: 20px;
  2761. line-height: 18px;
  2762. color: #747474;
  2763. padding: 0 6px;
  2764. margin-left: 5px;
  2765. }
  2766. .pagination a.inactive:hover,
  2767. .page-links a:hover,
  2768. .woocommerce-pagination .page-numbers:hover {
  2769. border: 1px solid #a0ce4e;
  2770. }
  2771. .pagination .current,
  2772. .page-links > .page-number,
  2773. .woocommerce-pagination .current {
  2774. border: 1px solid #a0ce4e;
  2775. display: inline-block;
  2776. height: 20px;
  2777. line-height: 18px;
  2778. color: #fff;
  2779. padding: 0 6px;
  2780. margin-left: 5px;
  2781. background: #a0ce4e;
  2782. }
  2783. .pagination .pagination-prev,
  2784. .woocommerce-pagination .prev {
  2785. margin-right: 3px;
  2786. font-size: 12px;
  2787. }
  2788. .pagination .pagination-next,
  2789. .woocommerce-pagination .next {
  2790. margin-left: 8px;
  2791. font-size: 12px;
  2792. }
  2793. .img-list {
  2794. overflow: hidden;
  2795. }
  2796. .img-list li {
  2797. padding: 5px;
  2798. background: none;
  2799. float: left;
  2800. }
  2801. .img-list a {
  2802. background: none;
  2803. height: auto;
  2804. width: auto;
  2805. text-indent: 0;
  2806. border: 0px;
  2807. }
  2808. .share-box h4 {
  2809. font: 13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  2810. }
  2811. .about-author {
  2812. margin-bottom: 55px;
  2813. overflow: hidden;
  2814. }
  2815. .about-author .title a {
  2816. color: #a0ce4e;
  2817. }
  2818. .about-author div.avatar {
  2819. float: left;
  2820. margin-right: 20px;
  2821. margin-bottom: 5px;
  2822. }
  2823. .recent-works-carousel {
  2824. height: 138px;
  2825. overflow: hidden;
  2826. }
  2827. .related-posts {
  2828. margin-bottom: 55px;
  2829. }
  2830. .related-posts .image {
  2831. width: 180px;
  2832. height: 138px;
  2833. margin-bottom: 0;
  2834. }
  2835. .single-related-posts .es-carousel ul {
  2836. margin-left: 7px;
  2837. }
  2838. .es-carousel-wrapper {
  2839. background: none;
  2840. padding: 0px 0px;
  2841. position: relative;
  2842. overflow: hidden;
  2843. }
  2844. .es-carousel {
  2845. overflow: hidden;
  2846. }
  2847. .related-projects .es-carousel {
  2848. padding-left: 44px;
  2849. }
  2850. .clients-carousel {
  2851. padding: 0;
  2852. }
  2853. .clients-carousel .es-carousel {
  2854. padding-left: 13px;
  2855. }
  2856. .clients-carousel .es-carousel li {
  2857. text-align: center;
  2858. line-height: 118px;
  2859. width: 159px;
  2860. margin-right: 13px;
  2861. }
  2862. .clients-carousel .es-carousel li img {
  2863. vertical-align: middle;
  2864. border: 1px solid #eeeded;
  2865. }
  2866. .es-carousel ul {
  2867. list-style: none;
  2868. margin: 0;
  2869. padding: 0;
  2870. }
  2871. .es-carousel ul li {
  2872. height: 100%;
  2873. float: left;
  2874. display: block;
  2875. margin: 0;
  2876. padding: 0;
  2877. margin-right: 44px;
  2878. }
  2879. .es-carousel ul li a {
  2880. display: block;
  2881. }
  2882. .es-carousel ul li a img {
  2883. border: none;
  2884. }
  2885. .es-nav-prev,
  2886. .es-nav-next {
  2887. background-color: rgba(0, 0, 0, 0.5);
  2888. background-repeat: no-repeat;
  2889. width: 29px;
  2890. height: 29px;
  2891. position: absolute;
  2892. top: 50%;
  2893. margin-top: -14px;
  2894. color: transparent;
  2895. cursor: pointer;
  2896. opacity: 0.8;
  2897. z-index: 1000;
  2898. }
  2899. .no-rgba .es-nav-prev,
  2900. .no-rgba .es-nav-next {
  2901. background-color: #3e3e3e;
  2902. }
  2903. .es-nav-prev,
  2904. .es-nav-next {
  2905. display: block;
  2906. }
  2907. .es-nav-prev:hover,
  2908. .es-nav-next:hover {
  2909. opacity: 1;
  2910. }
  2911. .es-nav-prev {
  2912. left: 0;
  2913. }
  2914. .es-nav-next {
  2915. right: 0;
  2916. }
  2917. .commentlist {
  2918. list-style: none;
  2919. margin: 0;
  2920. padding: 0;
  2921. margin-bottom: 65px;
  2922. }
  2923. .commentlist .children {
  2924. list-style: none outside none;
  2925. }
  2926. .commentlist li {
  2927. margin: 0;
  2928. padding: 0;
  2929. }
  2930. .commentlist .the-comment {
  2931. border-bottom: 1px solid #e7e6e6;
  2932. padding-bottom: 25px;
  2933. margin-bottom: 25px;
  2934. }
  2935. .commentlist .the-comment .comment-text {
  2936. margin-left: 69px;
  2937. }
  2938. .commentlist .the-comment .comment-text *:last-child {
  2939. margin-bottom: 0;
  2940. }
  2941. .commentlist div.avatar {
  2942. float: left;
  2943. margin-right: 15px;
  2944. }
  2945. .commentlist .comment-text p {
  2946. margin: 0;
  2947. }
  2948. .commentlist .comment-author strong {
  2949. padding-right: 5px;
  2950. }
  2951. #respond {
  2952. margin-bottom: 40px;
  2953. }
  2954. #comment-input {
  2955. overflow: hidden;
  2956. margin-bottom: 13px;
  2957. }
  2958. .comment-form input,
  2959. .post-password-form .password,
  2960. #s,
  2961. #comment-input input,
  2962. .wpcf7-form .wpcf7-text,
  2963. .wpcf7-form .wpcf7-quiz,
  2964. .wpcf7-form .wpcf7-number,
  2965. .wpcf7-form .wpcf7-captchar,
  2966. .wpcf7-form .wpcf7-date {
  2967. border: 1px solid #d2d2d2;
  2968. width: 28%;
  2969. font-size: 13px;
  2970. color: #747474;
  2971. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  2972. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  2973. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  2974. padding: 8px 2%;
  2975. float: left;
  2976. margin-right: 1%;
  2977. }
  2978. .wpcf7-form input[type="submit"] {
  2979. padding: 5px 15px;
  2980. }
  2981. .wpcf7-form .wpcf7-text,
  2982. .wpcf7-form .wpcf7-quiz,
  2983. .wpcf7-form .wpcf7-number,
  2984. .wpcf7-form .wpcf7-captchar,
  2985. .wpcf7-form .wpcf7-date {
  2986. float: none;
  2987. }
  2988. #comment-input input {
  2989. width: 32.666666%;
  2990. }
  2991. .comment-form input,
  2992. .post-password-form .password,
  2993. .s {
  2994. float: none;
  2995. }
  2996. .sidebar #comment-input input,
  2997. .sidebar #s,
  2998. .sidebar .wpcf7-form .wpcf7-text,
  2999. .sidebar .wpcf7-form .wpcf7-quiz,
  3000. .sidebar .wpcf7-form .wpcf7-number,
  3001. .wpcf7-form .wpcf7-captchar,
  3002. .wpcf7-form .wpcf7-date {
  3003. width: 100%;
  3004. margin-right: 0;
  3005. }
  3006. .wpcf7-form .wpcf7-text,
  3007. .wpcf7-form .wpcf7-quiz,
  3008. .wpcf7-form .wpcf7-number,
  3009. .wpcf7-form textarea,
  3010. .wpcf7-form .wpcf7-captchar,
  3011. .wpcf7-form .wpcf7-date {
  3012. width: 100%;
  3013. margin-right: 0;
  3014. box-sizing: border-box;
  3015. -webkit-box-sizing: border-box;
  3016. -moz-box-sizing: border-box;
  3017. -o-box-sizing: border-box;
  3018. }
  3019. .gform_wrapper {
  3020. margin-bottom: 50px;
  3021. }
  3022. .gform_wrapper .gfield input[type=text],
  3023. .gform_wrapper .gfield input[type=email],
  3024. .gform_wrapper .gfield input[type=tel],
  3025. .gform_wrapper .gfield input[type=url],
  3026. .gform_wrapper input[type="number"],
  3027. .gform_wrapper input[type="password"],
  3028. #customer_login .input-text,
  3029. .edit-account-form .input-text,
  3030. .myaccount_address .input-text {
  3031. border: 1px solid #d2d2d2;
  3032. font-size: 13px;
  3033. color: #747474;
  3034. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3035. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3036. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3037. padding: 8px 15px;
  3038. }
  3039. .wpcf7-form input {
  3040. float: none;
  3041. }
  3042. .gform_wrapper .top_label input.large,
  3043. .gform_wrapper .top_label select.large,
  3044. .gform_wrapper .top_label textarea.textarea {
  3045. width: 100%;
  3046. }
  3047. #wrapper .entry-summary .gform_wrapper ul li {
  3048. clear: none !important;
  3049. }
  3050. #comment-textarea textarea,
  3051. .comment-form-comment textarea,
  3052. .wpcf7-form textarea {
  3053. border: 1px solid #d2d2d2;
  3054. width: 100%;
  3055. height: 150px;
  3056. font-size: 13px;
  3057. color: #747474;
  3058. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3059. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3060. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3061. padding: 8px 11px;
  3062. -moz-box-sizing: border-box;
  3063. box-sizing: border-box;
  3064. }
  3065. .gform_wrapper .gfield textarea {
  3066. border: 1px solid #d2d2d2;
  3067. font-size: 13px;
  3068. color: #747474;
  3069. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3070. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3071. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  3072. padding: 8px;
  3073. }
  3074. .wpcf7-form textarea {
  3075. width: 100%;
  3076. margin-right: 0;
  3077. box-sizing: border-box;
  3078. -webkit-box-sizing: border-box;
  3079. -moz-box-sizing: border-box;
  3080. -o-box-sizing: border-box;
  3081. }
  3082. .gform_wrapper .gfield_select[multiple=multiple] {
  3083. border: 1px solid #d2d2d2;
  3084. }
  3085. .gform_wrapper .gravity-select-parent select,
  3086. .gform_wrapper .gravity-select-parent .ginput_complex select,
  3087. .gform_wrapper .ginput_complex .ginput_right .gravity-select-parent select {
  3088. padding: 6px 1px !important;
  3089. width: 100%;
  3090. text-indent: 2px;
  3091. }
  3092. #wrapper .gform_wrapper .gravity-select-parent select {
  3093. margin: 0;
  3094. }
  3095. .gform_wrapper label {
  3096. font-weight: normal;
  3097. }
  3098. .gform_wrapper .gfield_time_hour label {
  3099. display: inline;
  3100. }
  3101. .gform_wrapper .gform_footer {
  3102. padding: 0;
  3103. }
  3104. .gform_wrapper span.ginput_total {
  3105. font-size: 18px;
  3106. }
  3107. .ui-datepicker-div,
  3108. .ui-datepicker-inline,
  3109. #ui-datepicker-div {
  3110. border-color: #E9EAEE;
  3111. }
  3112. table.ui-datepicker td a,
  3113. .ui-datepicker-header select {
  3114. background-color: #E9EAEE;
  3115. }
  3116. ui-datepicker-header select {
  3117. border: 1px solid #D2D2D2;
  3118. }
  3119. #comment-input input:last-child {
  3120. margin-right: 0;
  3121. }
  3122. #comment-recaptcha {
  3123. margin-top: 13px;
  3124. }
  3125. .input-text,
  3126. input[type="text"] {
  3127. border: 1px solid #d2d2d2;
  3128. font-size: 13px;
  3129. color: #747474;
  3130. padding: 8px 15px;
  3131. margin-right: 1%;
  3132. width: 100%;
  3133. -webkit-box-sizing: border-box;
  3134. -moz-box-sizing: border-box;
  3135. box-sizing: border-box;
  3136. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  3137. -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  3138. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  3139. }
  3140. .input-radio,
  3141. #shipping_method input[type=radio] {
  3142. background: none;
  3143. -webkit-appearance: checkbox;
  3144. -moz-appearance: checkbox;
  3145. -ms-appearance: checkbox;
  3146. /* not currently supported */
  3147. -o-appearance: checkbox;
  3148. /* not currently supported */
  3149. }
  3150. .post-password-form label {
  3151. margin-right: 10px;
  3152. }
  3153. .post-password-form .password {
  3154. margin-right: 10px;
  3155. }
  3156. .portfolio-tabs,
  3157. .faq-tabs {
  3158. height: auto;
  3159. border-top: 1px solid #e7e6e6;
  3160. border-bottom: 1px solid #e7e6e6;
  3161. list-style: none;
  3162. margin: 0;
  3163. padding: 0;
  3164. overflow: hidden;
  3165. margin-bottom: 58px;
  3166. line-height: 34px;
  3167. }
  3168. .portfolio-tabs li,
  3169. .faq-tabs li {
  3170. float: left;
  3171. margin-right: 30px;
  3172. }
  3173. .portfolio-tabs li a,
  3174. .faq-tabs li a {
  3175. display: block;
  3176. }
  3177. .portfolio-tabs li.active,
  3178. .faq-tabs li.active {
  3179. line-height: 31px;
  3180. }
  3181. .portfolio-tabs li.active a,
  3182. .faq-tabs li.active a {
  3183. color: #a0ce4e;
  3184. border-top: 3px solid #a0ce4e;
  3185. }
  3186. .faq-item {
  3187. position: relative;
  3188. }
  3189. .portfolio-one .portfolio-item {
  3190. padding-bottom: 50px;
  3191. overflow: hidden;
  3192. width: 100%;
  3193. }
  3194. .portfolio-one .portfolio-item .image {
  3195. width: 540px;
  3196. height: 272px;
  3197. float: left;
  3198. margin-right: 25px;
  3199. margin-bottom: 15px;
  3200. }
  3201. .portfolio-item .portfolio-content h2 {
  3202. margin: 0;
  3203. padding: 0;
  3204. margin-bottom: 10px;
  3205. }
  3206. .portfolio-item .portfolio-content h4 {
  3207. margin: 0;
  3208. padding: 0;
  3209. margin-bottom: 25px;
  3210. font-weight: normal;
  3211. font-size: 13px;
  3212. }
  3213. .portfolio-item .portfolio-content p {
  3214. margin: 0;
  3215. margin-bottom: 20px;
  3216. }
  3217. .portfolio-two .portfolio-item {
  3218. width: 50%;
  3219. padding: 5px;
  3220. float: left;
  3221. }
  3222. .portfolio-masonry .portfolio-item,
  3223. .portfolio-three .portfolio-item {
  3224. width: 33.33%;
  3225. padding: 6px;
  3226. float: left;
  3227. }
  3228. .portfolio-four .portfolio-item {
  3229. width: 25%;
  3230. padding: 7px;
  3231. float: left;
  3232. }
  3233. .portfolio-five .portfolio-item {
  3234. width: 19.99%;
  3235. padding: 5px;
  3236. float: left;
  3237. }
  3238. .portfolio-six .portfolio-item {
  3239. width: 16.6666%;
  3240. padding: 7px;
  3241. float: left;
  3242. }
  3243. .portfolio-full .flexslider {
  3244. margin-bottom: 70px;
  3245. }
  3246. .portfolio-full .project-content {
  3247. margin-bottom: 50px;
  3248. }
  3249. .portfolio-one .fluid-width-video-wrapper {
  3250. position: static;
  3251. }
  3252. .portfolio-wrapper {
  3253. display: none;
  3254. }
  3255. .portfolio-tabs {
  3256. display: none;
  3257. }
  3258. .loading-msg,
  3259. #infscr-loading em {
  3260. margin-left: 7px;
  3261. }
  3262. #infscr-loading {
  3263. position: absolute;
  3264. bottom: 0;
  3265. }
  3266. .portfolio #infscr-loading {
  3267. bottom: -29px;
  3268. }
  3269. .portfolio .portfolio-boxed .portfolio-item-wrapper,
  3270. .portfolio-one .portfolio-item.portfolio-boxed .portfolio-item-wrapper {
  3271. border: 1px solid #e9eaee;
  3272. border-bottom-width: 3px;
  3273. padding: 0;
  3274. }
  3275. .portfolio-text .portfolio-item.portfolio-boxed .portfolio-content,
  3276. .portfolio-one .portfolio-item.portfolio-boxed .portfolio-content {
  3277. margin-top: 0;
  3278. padding: 30px 25px 20px;
  3279. }
  3280. .portfolio .portfolio-boxed .content-sep {
  3281. border-bottom: 1px solid #eaeaea;
  3282. border-top: 1px solid #eaeaea;
  3283. height: 6px;
  3284. margin-bottom: 20px;
  3285. }
  3286. .portfolio .portfolio-boxed .portfolio-item-wrapper .fusion-separator {
  3287. border: 0 !important;
  3288. height: 0px !important;
  3289. margin-top: 0 !important;
  3290. }
  3291. .single-navigation {
  3292. height: 34px;
  3293. line-height: 34px;
  3294. border-top: 1px solid #e7e6e6;
  3295. border-bottom: 1px solid #e7e6e6;
  3296. margin-bottom: 60px;
  3297. text-align: right;
  3298. }
  3299. .single-navigation a[rel=next] {
  3300. margin-left: 15px;
  3301. margin-right: 10px;
  3302. }
  3303. .single-navigation a {
  3304. display: inline-block;
  3305. }
  3306. .single-navigation a[rel=prev]:before,
  3307. .pagination-prev:before,
  3308. .woocommerce-pagination .prev:before {
  3309. position: absolute;
  3310. padding-right: 5px;
  3311. font-family: IcoMoon;
  3312. content: '\f104';
  3313. color: #333333;
  3314. margin-left: -10px;
  3315. font-size: 14px;
  3316. }
  3317. .single-navigation a[rel=next]:after,
  3318. .pagination-next:after,
  3319. .woocommerce-pagination .next:after {
  3320. position: absolute;
  3321. font-size: 14px;
  3322. font-family: IcoMoon;
  3323. content: '\f105';
  3324. color: #333333;
  3325. padding-left: 5px;
  3326. }
  3327. .project-content h3 {
  3328. font: 13px/17px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3329. color: #333333;
  3330. margin: 0;
  3331. margin-bottom: 28px;
  3332. }
  3333. .project-content .project-description {
  3334. float: left;
  3335. width: 74.4681%;
  3336. }
  3337. .project-content .project-description p {
  3338. margin-top: 0;
  3339. }
  3340. .project-content .project-info {
  3341. float: right;
  3342. width: 23.4043%;
  3343. }
  3344. .project-content .project-info .project-info-box {
  3345. border-bottom: 1px solid #e7e6e6;
  3346. padding-bottom: 15px;
  3347. margin-bottom: 15px;
  3348. overflow: hidden;
  3349. }
  3350. .project-content .project-info .project-info-box a {
  3351. color: #747474;
  3352. }
  3353. .project-content .project-info .project-info-box a:hover {
  3354. color: #a0ce4e;
  3355. }
  3356. .project-content .project-info h4 {
  3357. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3358. color: #333333;
  3359. margin: 0;
  3360. float: left;
  3361. width: 110px;
  3362. }
  3363. .with-sidebar .project-content .project-info .project-info-box h4 {
  3364. display: block;
  3365. width: 100%;
  3366. margin-bottom: 5px;
  3367. }
  3368. .portfolio-full.with-sidebar .project-info {
  3369. float: left;
  3370. }
  3371. .portfolio-full.with-sidebar .project-description {
  3372. float: right;
  3373. width: 72.5%;
  3374. }
  3375. .project-content .project-info .project-terms {
  3376. float: left;
  3377. }
  3378. .portfolio-half .flexslider:not(.tfs-slider) {
  3379. width: 65.9574%;
  3380. float: left;
  3381. }
  3382. .portfolio-half .project-content {
  3383. width: 31.9149%;
  3384. float: right;
  3385. }
  3386. .portfolio-half .project-description {
  3387. width: 100%;
  3388. margin-bottom: 50px;
  3389. }
  3390. .portfolio-half .project-description .flexslider:not(.tfs-slider) {
  3391. width: auto;
  3392. }
  3393. .portfolio-half .project-info {
  3394. width: 100%;
  3395. }
  3396. .portfolio-half .share-box {
  3397. margin-bottom: 50px;
  3398. }
  3399. .portfolio-sep {
  3400. clear: both;
  3401. display: block;
  3402. }
  3403. .portfolio-half .portfolio-sep {
  3404. margin-bottom: 50px;
  3405. }
  3406. .project-info-box span {
  3407. float: left;
  3408. }
  3409. .side-nav {
  3410. list-style: none;
  3411. margin: 0;
  3412. padding: 0;
  3413. border-top: 1px solid #ededed;
  3414. margin-bottom: 20px;
  3415. }
  3416. .side-nav ul {
  3417. list-style: none;
  3418. margin: 0;
  3419. padding: 0;
  3420. }
  3421. .side-nav li {
  3422. margin: 0;
  3423. padding: 0;
  3424. }
  3425. .side-nav li a {
  3426. border-bottom: 1px solid #ededed;
  3427. display: block;
  3428. height: auto;
  3429. font-weight: normal;
  3430. font: 14px/39px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3431. color: #333333;
  3432. }
  3433. .side-nav li a {
  3434. line-height: 1.69em;
  3435. padding: 8px 0;
  3436. }
  3437. .side-nav li a:hover {
  3438. background: none;
  3439. }
  3440. .side-nav li.current_page_item > a {
  3441. background: none;
  3442. color: #a0ce4e;
  3443. }
  3444. .side-nav li.current_page_item li a {
  3445. color: #333333;
  3446. border-bottom: 1px solid #ededed;
  3447. }
  3448. .side-nav .children {
  3449. display: none;
  3450. margin-left: 15px;
  3451. }
  3452. .side-nav .arrow {
  3453. display: inline;
  3454. margin-left: 0;
  3455. }
  3456. .side-nav .arrow:after {
  3457. position: absolute;
  3458. font-size: 14px;
  3459. font-family: IcoMoon;
  3460. }
  3461. .side-nav-left .side-nav {
  3462. border-right: 1px solid #ededed;
  3463. }
  3464. .side-nav-left .side-nav li.current_page_item > a {
  3465. border-right: 3px solid #a0ce4e;
  3466. }
  3467. .side-nav-left .side-nav .arrow {
  3468. margin-left: 10px;
  3469. }
  3470. .side-nav-left .side-nav .arrow:after {
  3471. content: '\f105';
  3472. }
  3473. .side-nav-right .side-nav {
  3474. border-left: 1px solid #ededed;
  3475. }
  3476. .side-nav-right .side-nav li.current_page_item > a {
  3477. padding-left: 23px;
  3478. border-left: 3px solid #a0ce4e;
  3479. }
  3480. .side-nav-right .side-nav li a {
  3481. padding-left: 25px;
  3482. }
  3483. .side-nav-right .side-nav .arrow {
  3484. margin-right: 10px;
  3485. }
  3486. .side-nav-right .side-nav .arrow:after {
  3487. content: '\f104';
  3488. }
  3489. .side-nav-right .side-nav .children {
  3490. margin-left: 40px;
  3491. }
  3492. .side-nav-right .side-nav .children a {
  3493. padding-left: 0;
  3494. }
  3495. .woocommerce-tabs .tabs a:hover .arrow,
  3496. .woocommerce-tabs .tabs li.active a .arrow {
  3497. display: inline-block;
  3498. margin-left: 10px;
  3499. padding-right: 0;
  3500. }
  3501. .woocommerce-tabs .panel .panel {
  3502. margin-left: auto;
  3503. padding: 0;
  3504. }
  3505. .woocommerce .images #carousel .slides li {
  3506. cursor: pointer;
  3507. }
  3508. h5.toggle {
  3509. overflow: hidden;
  3510. margin: 0;
  3511. }
  3512. h5.toggle a {
  3513. font: 13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3514. cursor: pointer;
  3515. color: #333333;
  3516. border-bottom: 1px solid #e8e6e6;
  3517. overflow: hidden;
  3518. margin: 0;
  3519. padding: 10px 0px;
  3520. float: left;
  3521. width: 100%;
  3522. }
  3523. h5.toggle.active a {
  3524. border-bottom: 0;
  3525. }
  3526. h5.toggle span.arrow {
  3527. background-color: #333333;
  3528. display: block;
  3529. width: 22px;
  3530. height: 22px;
  3531. float: left;
  3532. margin-right: 18px;
  3533. }
  3534. h5.toggle.active span.arrow {
  3535. background-color: #a0ce4e;
  3536. }
  3537. h5.toggle span.toggle-title {
  3538. float: left;
  3539. width: 90%;
  3540. }
  3541. .toggle-content {
  3542. padding-top: 10px;
  3543. padding-bottom: 15px;
  3544. position: relative;
  3545. }
  3546. h5.toggle.active + .toggle-content {
  3547. border-bottom: 1px solid #E8E6E6;
  3548. }
  3549. /* Shortcodes */
  3550. .clearboth {
  3551. clear: both;
  3552. display: block;
  3553. font-size: 0px;
  3554. height: 0px;
  3555. line-height: 0;
  3556. width: 100%;
  3557. overflow: hidden;
  3558. }
  3559. .shortcode-tabs .tab-hold .tabs li {
  3560. border-right: 0;
  3561. -moz-box-sizing: border-box;
  3562. -webkit-box-sizing: border-box;
  3563. box-sizing: border-box;
  3564. }
  3565. .shortcode-tabs .tab-hold .tabs li a {
  3566. display: block;
  3567. width: 100%;
  3568. padding: 0;
  3569. text-indent: 15px;
  3570. }
  3571. .shortcode-tabs .tab-hold .tabs li.active a {
  3572. background: none;
  3573. }
  3574. .shortcode-tabs .tab_content {
  3575. padding: 15px;
  3576. overflow: hidden;
  3577. }
  3578. .shortcode-tabs .tab_content *:last-child {
  3579. margin-bottom: 0;
  3580. }
  3581. .shortcode-tabs {
  3582. margin-bottom: 50px;
  3583. }
  3584. /* Post Content HTML */
  3585. .post-content p {
  3586. margin: 0;
  3587. margin-bottom: 20px;
  3588. }
  3589. .post-content ul.arrow {
  3590. list-style: none;
  3591. margin: 0;
  3592. padding: 0;
  3593. }
  3594. .post-content ul.arrow li:before {
  3595. display: inline-block;
  3596. background-repeat: no-repeat;
  3597. background-position: center center;
  3598. background-color: #a0ce4e;
  3599. height: 18px;
  3600. -moz-border-radius: 75px;
  3601. -webkit-border-radius: 75px;
  3602. border-radius: 75px;
  3603. width: 18px;
  3604. position: absolute;
  3605. font-size: 14px;
  3606. content: '\f105';
  3607. float: left;
  3608. margin-right: 0;
  3609. margin-left: -25px;
  3610. font-family: IcoMoon;
  3611. text-align: center;
  3612. font-weight: normal;
  3613. -webkit-font-smoothing: antialiased;
  3614. color: #fff;
  3615. line-height: 17px;
  3616. text-indent: 1px;
  3617. }
  3618. .post-content ul.arrow li {
  3619. line-height: 18px;
  3620. margin: 0;
  3621. padding: 0;
  3622. margin-bottom: 15px;
  3623. padding-left: 25px;
  3624. }
  3625. .post-content blockquote {
  3626. background: #f5f5f5;
  3627. font: 13px/20px 'PTSansItalic', arial, helvetica, sans-serif;
  3628. color: #444444;
  3629. border-left: 4px solid #a0ce4e;
  3630. padding: 15px;
  3631. }
  3632. .post-content blockquote *:last-child {
  3633. margin-bottom: 0;
  3634. }
  3635. /**
  3636. * Testimonial
  3637. */
  3638. .review blockquote {
  3639. background: none;
  3640. border-left: none;
  3641. padding: 0;
  3642. margin: 0;
  3643. }
  3644. .review blockquote q {
  3645. display: block;
  3646. padding: 25px 14px 24px 24px;
  3647. background: #f6f3f3;
  3648. font: 13px/20px 'PTSansItalic', arial, helvetica, sans-serif;
  3649. }
  3650. .review blockquote q::before,
  3651. .review blockquote q::after,
  3652. .review blockquote q:before,
  3653. .review blockquote q:after {
  3654. content: '';
  3655. }
  3656. .review blockquote div {
  3657. display: block;
  3658. padding: 12px 0 0 2px;
  3659. color: #333;
  3660. font-style: normal;
  3661. position: relative;
  3662. float: left;
  3663. line-height: 15px;
  3664. }
  3665. .review blockquote div strong {
  3666. padding: 0;
  3667. font: 13px/15px 'PTSansBold', arial, helvetica, sans-serif;
  3668. font-style: normal;
  3669. }
  3670. .review blockquote div span {
  3671. font-style: normal;
  3672. }
  3673. .review blockquote div .company-name {
  3674. padding-left: 53px;
  3675. display: block;
  3676. min-height: 29px;
  3677. padding-top: 6px;
  3678. font-style: normal;
  3679. }
  3680. .review blockquote div:after {
  3681. border: solid transparent;
  3682. content: " ";
  3683. height: 0;
  3684. width: 0;
  3685. position: absolute;
  3686. pointer-events: none;
  3687. }
  3688. .review blockquote div:after {
  3689. border-color: rgba(72, 71, 71, 0);
  3690. border-top-color: #f6f3f3;
  3691. border-width: 10px;
  3692. bottom: auto;
  3693. top: 0px;
  3694. left: 30px;
  3695. }
  3696. .review.no-avatar blockquote div .company-name {
  3697. padding-left: 0;
  3698. }
  3699. /**
  3700. * Tooltip / Popup
  3701. */
  3702. .popup {
  3703. display: none;
  3704. position: absolute;
  3705. padding: 0 0 6px;
  3706. color: #d1d1d2;
  3707. font-size: 11px;
  3708. line-height: 15px;
  3709. bottom: 110%;
  3710. left: -17px;
  3711. }
  3712. .popup p {
  3713. margin: 0;
  3714. }
  3715. .popup .holder {
  3716. padding: 4px 11px;
  3717. background: #46494a;
  3718. }
  3719. .popup span {
  3720. display: inline-block;
  3721. }
  3722. /**
  3723. * Tagline Shortcode
  3724. */
  3725. .reading-box-container {
  3726. margin: 0 0 84px;
  3727. }
  3728. .reading-box {
  3729. padding: 28px 28px 27px 31px;
  3730. border-left: 3px solid #a0ce4e;
  3731. background: #f2efef;
  3732. }
  3733. #main .reading-box h2 {
  3734. margin: 0 0 7px;
  3735. font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3736. }
  3737. .continue {
  3738. float: right;
  3739. }
  3740. .avada-google-map {
  3741. height: 416px;
  3742. margin-bottom: 50px;
  3743. overflow: hidden;
  3744. }
  3745. #gmap img,
  3746. .shortcode-map img {
  3747. max-width: none;
  3748. }
  3749. body #wrapper .gomapMarker {
  3750. color: #333;
  3751. }
  3752. .post-slideshow {
  3753. margin-bottom: 30px;
  3754. }
  3755. .post-slideshow .flex-direction-nav a:before {
  3756. top: 5px;
  3757. }
  3758. .post-slideshow .image,
  3759. .floated-post-slideshow .image {
  3760. margin-bottom: 0;
  3761. }
  3762. .post-content h1,
  3763. .post-content h2,
  3764. .post-content h3,
  3765. .post-content h4,
  3766. .post-content h5,
  3767. .post-content h6 {
  3768. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  3769. color: #333333;
  3770. font-weight: normal;
  3771. }
  3772. .post-content h4 {
  3773. font-size: 13px;
  3774. }
  3775. .post-content h5 {
  3776. font-size: 12px;
  3777. }
  3778. .post-content h6 {
  3779. font-size: 11px;
  3780. }
  3781. /* Extra excerpt classes to emulate shortcode stripping for html only shortcodes */
  3782. #wrapper .strip-html .fusion-dropcap {
  3783. top: 0;
  3784. float: none;
  3785. margin: 0;
  3786. padding: 0;
  3787. background-color: inherit !important;
  3788. box-shadow: none;
  3789. line-height: inherit;
  3790. text-shadow: none;
  3791. color: inherit !important;
  3792. font-size: inherit;
  3793. }
  3794. #wrapper .strip-html .fusion-highlight {
  3795. background-color: inherit !important;
  3796. color: inherit !important;
  3797. }
  3798. #wrapper .strip-html .fusion-tooltip {
  3799. color: inherit;
  3800. border-bottom: 1px dotted;
  3801. }
  3802. /* Button */
  3803. .buttons a {
  3804. margin: 0 30px 15px 0;
  3805. }
  3806. .portfolio-wrapper .buttons {
  3807. margin-top: 20px;
  3808. }
  3809. .button,
  3810. #reviews input#submit,
  3811. .price_slider_amount button,
  3812. .gform_wrapper .gform_button,
  3813. .fusion-pricing-table .button,
  3814. .bbp-submit-wrapper .button,
  3815. #comment-submit {
  3816. display: inline-block;
  3817. -webkit-border-radius: 2px;
  3818. -moz-border-radius: 2px;
  3819. border-radius: 2px;
  3820. text-shadow: 0 1px 0 #fff;
  3821. -moz-box-sizing: content-box;
  3822. -webkit-box-sizing: content-box;
  3823. box-sizing: content-box;
  3824. }
  3825. /*.button.large,
  3826. .button-large,
  3827. .wpcf7-form input.button.large,
  3828. .bbp-submit-wrapper .button.large,
  3829. .gform_wrapper .gform_button.large {
  3830. font-family: 'PTSansBold', arial, helvetica, sans-serif;
  3831. text-transform: uppercase;
  3832. text-align: center;
  3833. padding: 0 30px;
  3834. }
  3835. .button.small,
  3836. .button-small,
  3837. #reviews input#submit,
  3838. .wpcf7-form input[type="submit"],
  3839. .wpcf7-form input.button,
  3840. .comment-form input[type="submit"],
  3841. .price_slider_amount button,
  3842. .bbp-submit-wrapper .button,
  3843. .gform_wrapper .gform_button {
  3844. font-family: 'PTSansBold', arial, helvetica, sans-serif;
  3845. text-transform: uppercase;
  3846. text-align: center;
  3847. padding: 0 20px;
  3848. }*/
  3849. .button.buttonshadow-yes {
  3850. text-shadow: 0 1px 0 #fff;
  3851. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  3852. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  3853. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  3854. }
  3855. .wpcf7-form input[type="submit"],
  3856. .comment-form input[type="submit"] {
  3857. width: auto;
  3858. font-weight: bold;
  3859. }
  3860. .button.transparent {
  3861. color: #333;
  3862. border: 1px solid #D2D3D4;
  3863. -webkit-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
  3864. -moz-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
  3865. box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
  3866. }
  3867. .button.transparent:hover {
  3868. color: #666;
  3869. }
  3870. .mobile-button {
  3871. display: none;
  3872. margin: 20px 0 0;
  3873. }
  3874. /* More Shortcodes */
  3875. .highlight1 {
  3876. background: #f6f67a;
  3877. padding: 2px;
  3878. }
  3879. .highlight2 {
  3880. background: #000;
  3881. color: #CCC;
  3882. padding: 2px;
  3883. }
  3884. .dropcap {
  3885. font-size: 62px;
  3886. margin-right: 6px;
  3887. padding-top: 11px;
  3888. text-transform: uppercase;
  3889. float: left;
  3890. position: relative;
  3891. top: 5px;
  3892. color: #83c54f;
  3893. padding-bottom: 11px;
  3894. }
  3895. .video-shortcode {
  3896. margin-bottom: 25px;
  3897. }
  3898. /* Fade Images */
  3899. .recent-works-items img,
  3900. .flickr_badge_image img,
  3901. .pyre_tabs img {
  3902. -webkit-transition: all .2s;
  3903. -moz-transition: all .2s;
  3904. -ms-transition: all .2s;
  3905. -o-transition: all .2s;
  3906. transition: all .2s;
  3907. }
  3908. .recent-works-items img:hover,
  3909. .flickr_badge_image img:hover,
  3910. .pyre_tabs img:hover {
  3911. opacity: 0.5;
  3912. }
  3913. .error_page .useful_links {
  3914. width: 30.66%;
  3915. padding-left: 5%;
  3916. }
  3917. .error_page .oops {
  3918. font-size: 117px;
  3919. margin: 0 0 20px 0;
  3920. line-height: 117px;
  3921. font-weight: bolder;
  3922. color: #F0F0F0;
  3923. font-family: "PT Sans", Arial, Helvetica, sans-serif;
  3924. }
  3925. .error_page .sidebar-oops {
  3926. font-size: 90px;
  3927. line-height: 90px;
  3928. }
  3929. .error_page .oops h1 {
  3930. font-family: "PT Sans", Arial, Helvetica, sans-serif;
  3931. }
  3932. .fontawesome-icon {
  3933. display: inline-block;
  3934. float: left;
  3935. }
  3936. .aligncenter .fontawesome-icon,
  3937. .alignleft .fontawesome-icon,
  3938. .alignright .fontawesome-icon {
  3939. float: none;
  3940. }
  3941. .fontawesome-icon {
  3942. margin-right: 10px;
  3943. }
  3944. .fontawesome-icon.circle-yes {
  3945. -moz-border-radius: 75px;
  3946. -webkit-border-radius: 75px;
  3947. border-radius: 75px;
  3948. border-width: 1px;
  3949. border-style: solid;
  3950. background-color: #333333;
  3951. color: #fff;
  3952. text-align: center;
  3953. margin-top: 2px;
  3954. }
  3955. .fontawesome-icon.large {
  3956. font-size: 40px;
  3957. }
  3958. .fontawesome-icon.large.circle-yes {
  3959. width: 70px;
  3960. height: 70px;
  3961. line-height: 70px;
  3962. }
  3963. .fontawesome-icon.medium {
  3964. font-size: 18px;
  3965. }
  3966. .fontawesome-icon.medium.circle-yes {
  3967. width: 35px;
  3968. height: 35px;
  3969. line-height: 35px;
  3970. }
  3971. .fontawesome-icon.small {
  3972. font-size: 10px;
  3973. }
  3974. .fontawesome-icon.small.circle-yes {
  3975. width: 18px;
  3976. height: 18px;
  3977. line-height: 19px;
  3978. }
  3979. .fontawesome-icon.circle-no.large {
  3980. margin-top: 2px;
  3981. }
  3982. .fontawesome-icon.circle-no.medium {
  3983. margin-top: 3px;
  3984. }
  3985. .fontawesome-icon.circle-no.small {
  3986. margin-top: 5px;
  3987. }
  3988. .icon-heading .fontawesome-icon {
  3989. margin-top: -6px;
  3990. }
  3991. .content-boxes .heading .fontawesome-icon {
  3992. float: left;
  3993. }
  3994. .content-boxes .heading-and-icon h2 {
  3995. padding-left: 45px;
  3996. }
  3997. .main-flex {
  3998. overflow: hidden;
  3999. width: 100%;
  4000. margin-left: auto;
  4001. margin-right: auto;
  4002. }
  4003. .sidebar .widget_recent_entries ul {
  4004. padding: 0;
  4005. }
  4006. .sidebar .widget_nav_menu li a:before,
  4007. .sidebar .widget_categories li a:before,
  4008. .sidebar .widget_meta li a:before,
  4009. .sidebar .widget .recentcomments:before,
  4010. .sidebar .widget_recent_entries li a:before,
  4011. .sidebar .widget_archive li a:before,
  4012. .sidebar .widget_pages li a:before,
  4013. .sidebar .widget_links li a:before,
  4014. .woocommerce-tabs .tabs a:hover .arrow:after,
  4015. .woocommerce-tabs .tabs li.active a .arrow:after,
  4016. .widget_layered_nav li a:before,
  4017. .widget_product_categories li a:before {
  4018. position: absolute;
  4019. font-size: 14px;
  4020. font-family: IcoMoon;
  4021. content: '\f105';
  4022. margin-left: -12px;
  4023. }
  4024. .sidebar .widget_nav_menu li,
  4025. .sidebar .widget_categories li,
  4026. .sidebar .widget_product_categories li,
  4027. .sidebar .widget_meta li,
  4028. .sidebar .widget .recentcomments,
  4029. .sidebar .widget_recent_entries li,
  4030. .sidebar .widget_archive li,
  4031. .sidebar .widget_pages li,
  4032. .sidebar .widget_links li,
  4033. .sidebar .widget_layered_nav li,
  4034. .sidebar .widget_product_categories li {
  4035. display: block;
  4036. padding: 10px 10px 10px 12px;
  4037. border-bottom: 1px solid #e7e6e6;
  4038. color: #333;
  4039. }
  4040. .sidebar .widget_categories li {
  4041. position: relative;
  4042. }
  4043. .sidebar .widget_categories li span {
  4044. position: absolute;
  4045. }
  4046. .sidebar .widget_categories .children {
  4047. margin-left: 5px;
  4048. }
  4049. .sidebar .widget_categories li .children li:last-child,
  4050. .sidebar .widget_product_categories li .children li:last-child {
  4051. padding-bottom: 0;
  4052. border-bottom: none;
  4053. }
  4054. .shortcode-tabs .tab_content ul.arrow {
  4055. float: none;
  4056. }
  4057. .sidebar ul.arrow {
  4058. list-style: none;
  4059. margin: 0;
  4060. padding: 0;
  4061. }
  4062. .sidebar ul.arrow li:before {
  4063. display: inline-block;
  4064. background-repeat: no-repeat;
  4065. background-position: center center;
  4066. background-color: #a0ce4e;
  4067. height: 18px;
  4068. -moz-border-radius: 75px;
  4069. -webkit-border-radius: 75px;
  4070. border-radius: 75px;
  4071. width: 18px;
  4072. content: ' ';
  4073. float: left;
  4074. margin-right: 10px;
  4075. margin-left: 0px;
  4076. }
  4077. .sidebar ul.arrow li {
  4078. line-height: 18px;
  4079. margin: 0;
  4080. padding: 0;
  4081. margin-bottom: 15px;
  4082. padding-left: 0px;
  4083. }
  4084. .sidebar .sub-menu,
  4085. .sidebar .children,
  4086. .footer-area .sub-menu,
  4087. .footer-area .children,
  4088. #slidingbar-area .sub-menu,
  4089. #slidingbar-area .children {
  4090. margin-left: 15px;
  4091. }
  4092. #slidingbar-area .fusion-columns,
  4093. .footer-area .fusion-columns {
  4094. margin: 0 -15px;
  4095. }
  4096. .widget_categories li {
  4097. background: none;
  4098. padding: 0;
  4099. border-bottom: 0;
  4100. }
  4101. .footer-area .widget_categories li:first-child a,
  4102. #slidingbar-area .widget_categories li:first-child a {
  4103. padding-top: 0;
  4104. }
  4105. .footer-area .widget_categories li a,
  4106. #slidingbar-area .widget_categories li a {
  4107. border-bottom: 1px solid #282a2b;
  4108. padding: 12px 0px;
  4109. display: block;
  4110. }
  4111. .footer-area .widget_categories .children,
  4112. #slidingbar-area .widget_categories .children {
  4113. margin-left: 5px;
  4114. }
  4115. /* New Headers */
  4116. .header-wrapper {
  4117. position: relative;
  4118. }
  4119. .header-social {
  4120. border-bottom: 1px solid #e1e1e1;
  4121. padding: 10px 0px;
  4122. }
  4123. .header-social .header-info,
  4124. .header-social .top-menu {
  4125. line-height: 43px;
  4126. }
  4127. .header-social {
  4128. padding: 0px 10px;
  4129. }
  4130. .header-social .sep {
  4131. padding: 0 6px;
  4132. }
  4133. .alignright .fusion-social-links-header {
  4134. text-align: right;
  4135. }
  4136. .fusion-social-links-header {
  4137. margin-top: 13px;
  4138. margin-bottom: 8px;
  4139. max-width: 400px;
  4140. }
  4141. .fusion-social-links-header .fusion-social-networks a {
  4142. margin-bottom: 5px;
  4143. }
  4144. .fusion-social-links-header .fusion-social-networks a:last-child {
  4145. margin-right: 0;
  4146. }
  4147. .header-social .alignright {
  4148. margin-left: 0;
  4149. }
  4150. .header-social .alignleft {
  4151. margin-right: 0;
  4152. }
  4153. .header-v2 .header-social .alignleft,
  4154. .header-v2 .header-social .alignleft a {
  4155. color: #b3b3b3;
  4156. }
  4157. .header-v2 #header {
  4158. border-bottom: 1px solid #e1e1e1;
  4159. }
  4160. .header-v2 .social-networks a {
  4161. opacity: 0.2;
  4162. }
  4163. .header-v2 .social-networks a:hover {
  4164. opacity: 0.5;
  4165. }
  4166. .header-v2 {
  4167. border-top: 4px solid #a0ce4e;
  4168. }
  4169. .header-v3 .header-social {
  4170. background-color: #a0ce4e;
  4171. }
  4172. .header-v3 .header-social .alignleft,
  4173. .header-v3 .header-social .alignleft a,
  4174. .header-v3 .header-social .alignright,
  4175. .header-v3 .header-social .alignright a {
  4176. color: #fff;
  4177. }
  4178. .header-v3 #header {
  4179. border-bottom: 1px solid #e1e1e1;
  4180. }
  4181. .header-v3 .social-networks li {
  4182. float: right;
  4183. }
  4184. .header-v3 .social-networks a {
  4185. opacity: 0.5;
  4186. }
  4187. .header-v3 .social-networks a:hover {
  4188. opacity: 1;
  4189. }
  4190. .header-v4 .header-social {
  4191. background-color: #a0ce4e;
  4192. }
  4193. .header-v4 .header-social .alignleft,
  4194. .header-v4 .header-social .alignleft a,
  4195. .header-v4 .header-social .alignright,
  4196. .header-v4 .header-social .alignright a {
  4197. color: #fff;
  4198. }
  4199. .header-v4 #header {
  4200. border-bottom: 1px solid #e1e1e1;
  4201. }
  4202. .header-v4 .social-networks li {
  4203. margin-left: 0;
  4204. margin-right: 22px;
  4205. }
  4206. .header-v4 .social-networks a {
  4207. opacity: 0.5;
  4208. }
  4209. .header-v4 .social-networks a:hover {
  4210. opacity: 1;
  4211. }
  4212. .header-v4 #header {
  4213. padding-bottom: 30px;
  4214. padding-top: 30px;
  4215. }
  4216. .header-v4 #header .logo {
  4217. margin: 0;
  4218. }
  4219. .header-v4 #header .tagline,
  4220. #side-header .tagline {
  4221. float: right;
  4222. margin: 0;
  4223. padding: 0;
  4224. line-height: 32px;
  4225. text-align: right;
  4226. }
  4227. .header-v4 #header .search {
  4228. float: right;
  4229. margin-left: 15px;
  4230. }
  4231. .header-v4 #header .tagline-search {
  4232. float: right;
  4233. }
  4234. .header-v4 #header .tagline-search .tagline {
  4235. display: inline;
  4236. float: none;
  4237. }
  4238. .header-v4 #small-nav {
  4239. padding: 0 10px;
  4240. border-bottom: 1px solid #e1e1e1;
  4241. }
  4242. .header-v4 #nav {
  4243. float: left;
  4244. }
  4245. .header-v4 .navigation li:last-child {
  4246. padding-right: 0;
  4247. }
  4248. #header-banner {
  4249. float: right;
  4250. }
  4251. .header-v5 .header-social {
  4252. background-color: #a0ce4e;
  4253. }
  4254. .header-v5 .header-social .alignleft,
  4255. .header-v5 .header-social .alignleft a,
  4256. .header-v5 .header-social .alignright,
  4257. .header-v5 .header-social .alignright a {
  4258. color: #fff;
  4259. }
  4260. .header-v5 #header {
  4261. border-bottom: 1px solid #e1e1e1;
  4262. }
  4263. .header-v5 .social-networks li:last-child {
  4264. margin-right: 0;
  4265. }
  4266. .header-v5 .header-social .social-networks li {
  4267. float: right;
  4268. }
  4269. .header-v5 .social-networks a {
  4270. opacity: 0.5;
  4271. }
  4272. .header-v5 .social-networks a:hover {
  4273. opacity: 1;
  4274. }
  4275. .header-v5 .header-social .alignright .menu,
  4276. .header-v5 .header-social .alignright .menu ul {
  4277. list-style: none;
  4278. margin: 0;
  4279. padding: 0;
  4280. }
  4281. .header-v5 .header-social .alignright .menu li:first-child {
  4282. border-left: 0;
  4283. }
  4284. .header-v5 #header .logo {
  4285. margin: 0;
  4286. text-align: center;
  4287. }
  4288. .header-v5 #header .tagline {
  4289. width: 300px;
  4290. float: right;
  4291. margin: 0;
  4292. margin-right: 15px;
  4293. line-height: 32px;
  4294. }
  4295. .header-v5 #header .search {
  4296. width: 220px;
  4297. float: right;
  4298. }
  4299. .header-v5 #small-nav {
  4300. padding: 0 30px;
  4301. border-bottom: 1px solid #e1e1e1;
  4302. }
  4303. .header-v5 #nav {
  4304. float: none;
  4305. }
  4306. .header-v5 #nav > ul {
  4307. float: none;
  4308. text-align: center;
  4309. }
  4310. .header-v5 #nav > ul > li,
  4311. .header-v5 #nav > ul > li > a {
  4312. display: inline-block;
  4313. float: none;
  4314. }
  4315. .header-v5 #nav > ul > li {
  4316. margin-top: -2px;
  4317. }
  4318. .header-v5 #nav > ul ul {
  4319. text-align: left;
  4320. }
  4321. .header-v5 .cart-contents,
  4322. .header-v5 .main-nav-search-form {
  4323. margin-top: 2px;
  4324. }
  4325. .header-v5 #header .logo {
  4326. float: none;
  4327. }
  4328. #header .tagline,
  4329. #side-header .tagline {
  4330. font-weight: normal;
  4331. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  4332. margin-top: 7px;
  4333. }
  4334. .header-social .alignleft .social-networks li {
  4335. float: left;
  4336. margin-left: 0;
  4337. margin-right: 20px;
  4338. }
  4339. .header-social .alignright .social-networks li {
  4340. float: right;
  4341. }
  4342. .header-social .menu,
  4343. .header-social .menu ul {
  4344. list-style: none;
  4345. margin: 0;
  4346. padding: 0;
  4347. }
  4348. .header-social .menu li {
  4349. position: relative;
  4350. margin: 0;
  4351. padding: 0;
  4352. padding: 0 8px;
  4353. float: left;
  4354. border-left: 1px solid #fff;
  4355. }
  4356. .header-social .menu .cart {
  4357. padding-left: 0;
  4358. }
  4359. .header-social .menu li:first-child {
  4360. border-left: 0;
  4361. }
  4362. .header-social .menu li .sub-menu {
  4363. display: block;
  4364. position: absolute;
  4365. left: -1px;
  4366. z-index: 99997;
  4367. }
  4368. .header-social .menu li:hover > .sub-menu {
  4369. display: block;
  4370. position: absolute;
  4371. left: -1px;
  4372. }
  4373. .header-social .menu > li:hover > .sub-menu > li:hover .sub-menu {
  4374. top: -1px;
  4375. left: 100%;
  4376. }
  4377. .header-social .menu .sub-menu {
  4378. background: #ffffff;
  4379. -webkit-border-bottom-right-radius: 2px;
  4380. -webkit-border-bottom-left-radius: 2px;
  4381. -moz-border-radius-bottomright: 2px;
  4382. -moz-border-radius-bottomleft: 2px;
  4383. border-bottom-right-radius: 2px;
  4384. border-bottom-left-radius: 2px;
  4385. border: 1px solid #e0dfdf;
  4386. width: 100px;
  4387. line-height: normal;
  4388. }
  4389. #wrapper .header-social {
  4390. min-height: 43px;
  4391. }
  4392. #wrapper .header-social .menu .sub-menu li {
  4393. display: block;
  4394. float: none;
  4395. padding: 0;
  4396. border: 0;
  4397. border-bottom: 1px solid #e0dfdf;
  4398. line-height: normal;
  4399. }
  4400. #wrapper .header-social .menu .sub-menu li a {
  4401. display: block;
  4402. padding: 7px 10px;
  4403. }
  4404. #wrapper .header-social .menu .sub-menu li a:hover {
  4405. background-color: #fafafa;
  4406. }
  4407. #wrapper .header-social .menu .sub-menu li:last-child {
  4408. border-bottom: 0;
  4409. }
  4410. #wrapper .header-social .menu .sub-menu li,
  4411. #wrapper .header-social .menu .sub-menu li a {
  4412. color: #333333;
  4413. }
  4414. .header-social .alignleft .menu li:first-child {
  4415. padding-left: 0;
  4416. }
  4417. .header-social .alignright .menu li:last-child {
  4418. padding-right: 0;
  4419. }
  4420. .header-wrapper .header-v4 .s {
  4421. margin-right: 0;
  4422. width: 268px;
  4423. }
  4424. .widget_wooslider_slideshow_slides li a {
  4425. background: none;
  4426. border: 0;
  4427. margin: 0;
  4428. padding: 0;
  4429. }
  4430. .sidebar .flickr_badge_image {
  4431. float: left;
  4432. padding: 3px;
  4433. }
  4434. .sidebar .flickr_badge_image a {
  4435. display: block;
  4436. }
  4437. .sidebar .flickr_badge_image img {
  4438. width: 66px;
  4439. height: 66px;
  4440. }
  4441. .footer-area .flickr_badge_image img,
  4442. #slidingbar-area .flickr_badge_image img {
  4443. width: 66px;
  4444. height: 66px;
  4445. float: left;
  4446. padding: 3px;
  4447. }
  4448. .footer-area .columns-4 .flickr_badge_image img,
  4449. #slidingbar-area .columns-4 .flickr_badge_image img {
  4450. width: 60px;
  4451. height: 60px;
  4452. }
  4453. .footer-area .social-networks,
  4454. #slidingbar-area .social-networks {
  4455. float: left;
  4456. }
  4457. .footer-area .social-networks li,
  4458. #slidingbar-area .social-networks li {
  4459. float: left;
  4460. margin-left: 0;
  4461. margin-right: 20px;
  4462. padding: 0;
  4463. }
  4464. .footer-area .social-networks li,
  4465. .footer-area .social-networks a,
  4466. #slidingbar-area .social-networks li,
  4467. #slidingbar-area .social-networks a {
  4468. background-image: none;
  4469. }
  4470. .footer-area .social-networks li:first-child,
  4471. #slidingbar-area .social-networks li:first-child {
  4472. padding: 0;
  4473. }
  4474. .footer-area .flexslider .slides > li,
  4475. #slidingbar-area .flexslider .slides > li {
  4476. padding-top: 0;
  4477. padding-bottom: 0;
  4478. }
  4479. .chat-icon {
  4480. display: inline-block;
  4481. width: 26px;
  4482. height: 19px;
  4483. margin-top: 9px;
  4484. }
  4485. /* WPML */
  4486. .widget_icl_lang_sel_widget {
  4487. z-index: 999;
  4488. }
  4489. .sidebar .widget_icl_lang_sel_widget #lang_sel_click li,
  4490. #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click li,
  4491. .footer-area .widget_icl_lang_sel_widget #lang_sel_click li,
  4492. .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
  4493. #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click ul ul,
  4494. .footer-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  4495. width: 100%;
  4496. padding: 0;
  4497. border-bottom: none;
  4498. }
  4499. .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
  4500. #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click ul ul,
  4501. .footer-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  4502. top: 35px;
  4503. }
  4504. .sidebar .widget_icl_lang_sel_widget li a,
  4505. #slidingbar-area .widget_icl_lang_sel_widget li a,
  4506. .footer-area .widget_icl_lang_sel_widget li a {
  4507. display: block;
  4508. padding: 5px 10px;
  4509. text-shadow: none;
  4510. }
  4511. .sidebar .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag,
  4512. #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag,
  4513. .footer-area .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag {
  4514. margin-right: 4px;
  4515. margin-top: 5px;
  4516. }
  4517. .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
  4518. #slidingbar-area .footer-area .widget_icl_lang_sel_widget #lang_sel_click ul ul .footer-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  4519. top: auto;
  4520. border-top: 0;
  4521. }
  4522. .widget_icl_lang_sel_widget:after {
  4523. content: "";
  4524. display: table;
  4525. clear: both;
  4526. }
  4527. .widget_icl_lang_sel_widget li a {
  4528. background-image: none;
  4529. }
  4530. #lang_sel_list,
  4531. #lang_sel_list ul,
  4532. #lang_sel_list ul li {
  4533. width: 100%;
  4534. }
  4535. #lang_sel_list ul {
  4536. border-top: 0;
  4537. }
  4538. #lang_sel_list ul li a {
  4539. border-left: 0;
  4540. border-right: 0;
  4541. }
  4542. #lang_sel_footer ul li img {
  4543. top: 6px;
  4544. }
  4545. .header-social .menu > li > a > .iclflag {
  4546. display: inline-block;
  4547. }
  4548. .header-social .sub-menu {
  4549. display: inline-block;
  4550. }
  4551. .footer-area #lang_sel_list li a,
  4552. #slidingbar-area #lang_sel_list li a {
  4553. background-color: transparent;
  4554. padding-top: 8px;
  4555. padding-bottom: 8px;
  4556. }
  4557. #lang_sel ul ul,
  4558. #lang_sel li {
  4559. width: 100%;
  4560. background: #fff;
  4561. }
  4562. #lang_sel ul ul {
  4563. top: 35px !important;
  4564. }
  4565. #lang_sel > ul > li > a {
  4566. padding: 0px;
  4567. padding-left: 10px;
  4568. }
  4569. #lang_sel > ul > li > a .iclflag {
  4570. top: 5px;
  4571. }
  4572. ul.navigation li a > .iclflag,
  4573. .top-menu > ul > li > a .iclflag {
  4574. display: inline-block;
  4575. vertical-align: middle;
  4576. margin-top: 0;
  4577. }
  4578. ul.navigation li a > .iclflag {
  4579. margin-top: -4px;
  4580. }
  4581. ul.navigation .menu-item-language img.iclflag,
  4582. .top-menu .menu-item-language img.iclflag {
  4583. margin-right: 6px;
  4584. }
  4585. #mobile-nav .iclflag {
  4586. margin: 3px 5px 0 0;
  4587. }
  4588. #mobile-nav .submenu-languages li.mobile-nav-item li a:before {
  4589. content: "";
  4590. }
  4591. .qtrans_flag_and_text {
  4592. background-position: center right;
  4593. }
  4594. #lang_sel {
  4595. display: block;
  4596. }
  4597. #lang_sel li ul li a {
  4598. padding: 10px;
  4599. }
  4600. /* Google Recaptcha Hack */
  4601. iframe[src="about:blank"] {
  4602. display: none;
  4603. }
  4604. /* New Portfolio Templates */
  4605. .portfolio-one-text .portfolio-item .image {
  4606. width: 100%;
  4607. height: 100%;
  4608. float: none;
  4609. margin-right: 0;
  4610. }
  4611. .portfolio-text .portfolio-item .portfolio-content {
  4612. margin-top: 25px;
  4613. }
  4614. .portfolio-item .portfolio-content h4 {
  4615. margin: 0 0 10px;
  4616. }
  4617. .portfolio-item .portfolio-content h2,
  4618. #main .portfolio-item .portfolio-content h2 {
  4619. margin: 0 0 1px;
  4620. }
  4621. .portfolio-one-sidebar .portfolio-item .image {
  4622. float: none;
  4623. }
  4624. .portfolio-one-sidebar .portfolio-item .portfolio-content {
  4625. margin-top: 25px;
  4626. }
  4627. .post .blog-medium-slideshow-container {
  4628. float: left;
  4629. margin-right: 25px;
  4630. width: 320px;
  4631. overflow: hidden;
  4632. }
  4633. .medium-alternate .blog-medium-slideshow-container {
  4634. margin-right: 17px;
  4635. }
  4636. #posts-container .post .blog-medium-image,
  4637. .fusion-posts-container .post .blog-medium-image {
  4638. margin-right: 0;
  4639. width: auto;
  4640. }
  4641. .portfolio-infinite .isotope {
  4642. overflow: visible !important;
  4643. }
  4644. /* Date and Formats Box */
  4645. .date-and-formats {
  4646. float: left;
  4647. width: 82px;
  4648. text-align: center;
  4649. }
  4650. .date-and-formats .date-box {
  4651. color: #fff;
  4652. padding: 8px 0 5px 0px;
  4653. }
  4654. .date-and-formats .date-box .date {
  4655. font-size: 29px;
  4656. font-weight: bold;
  4657. display: block;
  4658. line-height: 29px;
  4659. }
  4660. .date-and-formats .format-box {
  4661. background-color: #eef0f2;
  4662. margin-top: 3px;
  4663. }
  4664. .date-and-formats .format-box i {
  4665. font-size: 30px;
  4666. display: block;
  4667. line-height: 55px;
  4668. }
  4669. .large-alternate .post-content {
  4670. margin-left: 110px;
  4671. }
  4672. .medium-alternate.has-post-thumbnail .blog-medium-slideshow-container {
  4673. display: block;
  4674. }
  4675. .medium-alternate.has-post-thumbnail .post-content {
  4676. margin-left: 436px;
  4677. }
  4678. .medium-alternate .blog-medium-slideshow-container {
  4679. display: none;
  4680. }
  4681. .medium-alternate .post-content {
  4682. margin-left: 99px;
  4683. }
  4684. .large-alternate .meta-info,
  4685. .medium-alternate .meta-info {
  4686. border-top: 0;
  4687. margin-top: 0;
  4688. }
  4689. .medium-alternate .date-and-formats {
  4690. margin-right: 17px;
  4691. }
  4692. .medium-alternate .flexslider {
  4693. margin-right: 17px;
  4694. }
  4695. h2.post-title,
  4696. #main h2.post-title {
  4697. margin-bottom: 5px;
  4698. }
  4699. .single-line-meta .sep {
  4700. padding: 0px 5px;
  4701. }
  4702. .single-line-meta .sep:last-child,
  4703. .meta-info .sep:last-child {
  4704. display: none;
  4705. }
  4706. /* Masonry Grid Layout */
  4707. .grid-layout .post {
  4708. margin-bottom: 0;
  4709. }
  4710. .grid-layout .post .post-wrapper {
  4711. border: 1px solid #EAEAEA;
  4712. border-bottom-width: 3px;
  4713. }
  4714. .grid-layout .post .flexslider {
  4715. border-bottom: 1px solid #EAEAEA;
  4716. margin-bottom: 0;
  4717. }
  4718. .grid-layout .post-content-container {
  4719. padding: 0 25px;
  4720. padding-top: 30px;
  4721. }
  4722. .grid-layout-4 .post-content-container {
  4723. word-wrap: break-word;
  4724. }
  4725. .grid-layout .post .content-sep {
  4726. margin-bottom: 20px;
  4727. height: 6px;
  4728. border-top: 1px solid #EAEAEA;
  4729. border-bottom: 1px solid #EAEAEA;
  4730. }
  4731. .grid-layout .post .no-content-sep {
  4732. margin-bottom: 20px;
  4733. }
  4734. .grid-layout .post .meta-info {
  4735. border: 0;
  4736. margin-top: 0;
  4737. margin-bottom: 20px;
  4738. }
  4739. .grid-layout .post .meta-info .alignleft {
  4740. width: 50%;
  4741. }
  4742. .grid-layout .password {
  4743. width: auto;
  4744. max-width: 100%;
  4745. }
  4746. .has-sidebar .grid-layout-4 .meta-info .alignleft {
  4747. width: 100%;
  4748. margin-right: 0;
  4749. float: none;
  4750. display: block;
  4751. margin-bottom: -7px;
  4752. }
  4753. .has-sidebar .grid-layout-4 .meta-info .alignright {
  4754. width: 100%;
  4755. margin-left: 0;
  4756. float: none;
  4757. }
  4758. /* Timeline Layout */
  4759. .timeline-layout {
  4760. background: url(images/timeline_line.png) center center repeat-y;
  4761. width: 775px;
  4762. margin: 0 auto;
  4763. padding-top: 60px;
  4764. position: relative;
  4765. }
  4766. .timeline-icon {
  4767. font-size: 46px;
  4768. color: #ebeaea;
  4769. text-align: center;
  4770. margin: 0 auto -8px;
  4771. width: 775px;
  4772. }
  4773. .timeline-icon.has-sidebar {
  4774. width: 669px;
  4775. }
  4776. .timeline-layout .post {
  4777. margin-bottom: 40px;
  4778. border: 1px solid #EAEAEA;
  4779. border-bottom-width: 3px;
  4780. }
  4781. .timeline-layout .post .flexslider {
  4782. border-bottom: 1px solid #EAEAEA;
  4783. margin-bottom: 0;
  4784. }
  4785. .timeline-layout .post-content-container {
  4786. padding: 0 25px;
  4787. padding-top: 30px;
  4788. }
  4789. .timeline-layout .post .content-sep {
  4790. margin-bottom: 20px;
  4791. height: 6px;
  4792. border-top: 1px solid #EAEAEA;
  4793. border-bottom: 1px solid #EAEAEA;
  4794. }
  4795. .timeline-layout .post .meta-info {
  4796. border: 0;
  4797. margin-top: 0;
  4798. margin-bottom: 20px;
  4799. }
  4800. .timeline-layout .post .meta-info .alignleft {
  4801. width: 50%;
  4802. }
  4803. .timeline-layout .post.align-left {
  4804. width: 300px;
  4805. float: left;
  4806. clear: left;
  4807. }
  4808. .timeline-layout .post.align-right {
  4809. width: 300px;
  4810. float: right;
  4811. clear: right;
  4812. }
  4813. h3.timeline-title {
  4814. font-size: 13px;
  4815. font-weight: normal;
  4816. border: 1px solid #efeeee;
  4817. padding: 4px 0;
  4818. height: auto;
  4819. line-height: 20px;
  4820. width: 108px;
  4821. text-align: center;
  4822. margin: -31px auto 0 auto;
  4823. background: #fff;
  4824. clear: both;
  4825. }
  4826. .blog-shortcode h3.timeline-title {
  4827. color: #747474;
  4828. font-size: 13px;
  4829. }
  4830. .timeline-circle {
  4831. background-color: #efeeee;
  4832. border-radius: 50%;
  4833. width: 10px;
  4834. height: 10px;
  4835. position: absolute;
  4836. left: 383px;
  4837. margin-top: -3px;
  4838. }
  4839. .timeline-sidebar-layout {
  4840. width: 669px;
  4841. }
  4842. .timeline-sidebar-layout h3.timeline-title {
  4843. display: none;
  4844. }
  4845. .timeline-sidebar-layout .timeline-circle {
  4846. left: 330px;
  4847. }
  4848. .timeline-arrow {
  4849. position: absolute;
  4850. }
  4851. .align-left .timeline-arrow {
  4852. left: 299px;
  4853. }
  4854. .align-right .timeline-arrow {
  4855. right: 299px;
  4856. }
  4857. .timeline-arrow:before {
  4858. color: #E9EAEE;
  4859. font-family: IcoMoon;
  4860. font-size: 28px;
  4861. position: absolute;
  4862. top: -10px;
  4863. }
  4864. .align-left .timeline-arrow:before {
  4865. content: '\f0da';
  4866. left: 100%;
  4867. }
  4868. .align-right .timeline-arrow:before {
  4869. content: '\f0d9';
  4870. right: 100%;
  4871. }
  4872. /* New Shortcode CSS */
  4873. .reading-box-container {
  4874. position: relative;
  4875. z-index: 1;
  4876. }
  4877. .reading-box {
  4878. position: relative;
  4879. }
  4880. .tagline-shadow:before,
  4881. .tagline-shadow:after {
  4882. bottom: 15px;
  4883. left: 10px;
  4884. width: 50%;
  4885. height: 20%;
  4886. max-width: 300px;
  4887. max-height: 100px;
  4888. position: absolute;
  4889. content: '';
  4890. z-index: -1;
  4891. -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  4892. -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  4893. box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  4894. -webkit-transform: rotate(-3deg);
  4895. -moz-transform: rotate(-3deg);
  4896. -ms-transform: rotate(-3deg);
  4897. -o-transform: rotate(-3deg);
  4898. transform: rotate(-3deg);
  4899. }
  4900. .tagline-shadow:after {
  4901. right: 10px;
  4902. left: auto;
  4903. -webkit-transform: rotate(3deg);
  4904. -moz-transform: rotate(3deg);
  4905. -ms-transform: rotate(3deg);
  4906. -o-transform: rotate(3deg);
  4907. transform: rotate(3deg);
  4908. }
  4909. .tooltip-shortcode {
  4910. position: relative;
  4911. display: inline;
  4912. cursor: pointer;
  4913. color: #747474;
  4914. }
  4915. ul.list-icon {
  4916. list-style: none;
  4917. margin: 0;
  4918. padding: 0;
  4919. margin-top: 10px;
  4920. }
  4921. ul.list-icon li:before {
  4922. display: inline-block;
  4923. height: 18px;
  4924. width: 18px;
  4925. content: ' ';
  4926. float: left;
  4927. margin-right: 0;
  4928. margin-left: -25px;
  4929. font-family: IcoMoon;
  4930. font-style: normal;
  4931. font-weight: normal;
  4932. text-decoration: inherit;
  4933. }
  4934. ul.list-icon-arrow li:before {
  4935. content: '\f105';
  4936. }
  4937. ul.circle-yes li:before {
  4938. -moz-border-radius: 75px;
  4939. -webkit-border-radius: 75px;
  4940. border-radius: 75px;
  4941. text-align: center;
  4942. font-size: 9px;
  4943. }
  4944. ul.list-icon-color-light li:before {
  4945. color: #fff;
  4946. }
  4947. ul.list-icon li {
  4948. line-height: 18px;
  4949. margin: 0;
  4950. padding: 0;
  4951. margin-bottom: 15px;
  4952. padding-left: 25px;
  4953. }
  4954. .sidebar ul.list-icon {
  4955. margin-left: 25px;
  4956. }
  4957. .sidebar ul.list-icon a,
  4958. .footer-area ul.list-icon a,
  4959. #slidingbar-area ul.list-icon a {
  4960. border: medium none;
  4961. padding: 0;
  4962. }
  4963. .content-boxes-icon-on-top .col {
  4964. text-align: center;
  4965. }
  4966. .content-boxes-icon-on-top .col .more a {
  4967. float: none;
  4968. }
  4969. .content-boxes-icon-on-top .col .heading-and-icon .fontawesome-icon {
  4970. float: none;
  4971. width: 64px;
  4972. height: 64px;
  4973. line-height: 64px;
  4974. font-size: 24px;
  4975. margin: 0;
  4976. display: inline-block;
  4977. }
  4978. .content-boxes-icon-on-top .col .heading-and-icon img {
  4979. float: none;
  4980. margin-right: 0;
  4981. }
  4982. .content-boxes-icon-on-top .col .heading-and-icon h2 {
  4983. padding-left: 0;
  4984. }
  4985. .content-boxes-icon-on-side .col-content-container {
  4986. padding-left: 45px;
  4987. }
  4988. .content-boxes-icon-boxed {
  4989. overflow: visible;
  4990. }
  4991. .content-boxes-icon-boxed .col {
  4992. overflow: visible !important;
  4993. text-align: center;
  4994. padding: 2%;
  4995. padding-top: 50px;
  4996. }
  4997. .content-boxes-icon-boxed .col .more a {
  4998. float: none;
  4999. }
  5000. .content-boxes-icon-boxed .col .heading-and-icon {
  5001. overflow: visible;
  5002. position: relative;
  5003. }
  5004. .content-boxes-icon-boxed .col .heading-and-icon .fontawesome-icon,
  5005. .content-boxes-icon-boxed .col .heading-and-icon img {
  5006. float: none;
  5007. position: absolute;
  5008. top: -80px;
  5009. width: 64px;
  5010. height: 64px;
  5011. line-height: 64px;
  5012. font-size: 24px;
  5013. margin: 0;
  5014. margin-left: -32px;
  5015. left: 50%;
  5016. }
  5017. .content-boxes-icon-boxed .col .heading-and-icon img {
  5018. float: none;
  5019. }
  5020. .content-boxes-icon-boxed .col .heading-and-icon h2 {
  5021. padding-left: 0;
  5022. }
  5023. .content-boxes-icon-boxed.columns-5 .col {
  5024. width: 12.8%;
  5025. }
  5026. .content-boxes-icon-boxed.columns-4 .col {
  5027. width: 18%;
  5028. }
  5029. .content-boxes-icon-boxed.columns-3 .col {
  5030. width: 26.65%;
  5031. }
  5032. .content-boxes-icon-boxed.columns-2 .col {
  5033. width: 44%;
  5034. }
  5035. .content-boxes-icon-boxed.columns-1 .col {
  5036. width: 96%;
  5037. }
  5038. .post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt {
  5039. bottom: 15%;
  5040. }
  5041. .post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt {
  5042. top: 15%;
  5043. }
  5044. .post-content .wooslider .slide-excerpt .slide-title,
  5045. .post-content .wooslider .slide-excerpt .slide-title a {
  5046. color: #fff;
  5047. }
  5048. .post-content .wooslider .overlay-full .slide-excerpt {
  5049. padding: 50px;
  5050. opacity: 0.7;
  5051. }
  5052. .post-content .wooslider .wooslider-control-thumbs {
  5053. position: relative;
  5054. width: auto;
  5055. margin: 0 auto;
  5056. margin-top: 33px;
  5057. text-align: center;
  5058. }
  5059. .post-content .wooslider .wooslider-control-thumbs li {
  5060. float: none;
  5061. width: 56px;
  5062. }
  5063. .post-content .wooslider .wooslider-prev,
  5064. .post-content .wooslider .wooslider-next {
  5065. top: 50%;
  5066. margin-top: -29px;
  5067. }
  5068. .post-content .wooslider-type-attachments .wooslider-prev,
  5069. .post-content .wooslider-type-attachments .wooslider-next {
  5070. top: 50%;
  5071. margin-top: -59px;
  5072. }
  5073. .post-content .wooslider .overlay-none .slide-excerpt {
  5074. margin-top: 10px;
  5075. }
  5076. .post-content .wooslider .overlay-none .slide-excerpt .slide-title,
  5077. .post-content .wooslider .overlay-none .slide-excerpt .slide-title a {
  5078. color: #333;
  5079. }
  5080. .tabs-vertical {
  5081. border: 0px;
  5082. }
  5083. .tabs-vertical .tabset {
  5084. border-left: 1px solid #d3d3d3;
  5085. border-top: 1px solid #d3d3d3;
  5086. border-bottom: 1px solid #d3d3d3;
  5087. width: 15.7446808511%;
  5088. float: left;
  5089. height: auto;
  5090. position: relative;
  5091. left: 1px;
  5092. z-index: 10;
  5093. }
  5094. .tabs-vertical .tab-hold .tabset li {
  5095. float: none;
  5096. width: auto;
  5097. height: auto;
  5098. border: 0;
  5099. background: none;
  5100. }
  5101. .tabs-vertical .tab-hold .tabset li a,
  5102. .tabs-vertical .tab-hold .tabset li:last-child a {
  5103. border-bottom: 0;
  5104. }
  5105. .tabs-vertical .tab-hold .tabset li a {
  5106. width: auto;
  5107. text-indent: 0;
  5108. border-bottom: 1px solid #d3d3d3;
  5109. height: auto;
  5110. line-height: normal;
  5111. padding: 10px;
  5112. }
  5113. .tabs-vertical .tab-hold .tabset li.active a {
  5114. background: #fff;
  5115. border-width: 0px;
  5116. border-style: solid;
  5117. border-left-width: 3px;
  5118. height: auto;
  5119. line-height: normal;
  5120. }
  5121. .tabs-vertical .tabs-container {
  5122. width: 83.9361702128%;
  5123. float: left;
  5124. }
  5125. .tabs-vertical .tabs-container .tab_content {
  5126. border: 1px solid #d3d3d3;
  5127. padding: 30px;
  5128. }
  5129. body .portfolio-grid {
  5130. margin-bottom: 80px;
  5131. }
  5132. .portfolio-grid .portfolio-tabs {
  5133. margin-top: 0;
  5134. }
  5135. .portfolio-grid.portfolio-one .portfolio-item:last-child {
  5136. margin-bottom: 0px;
  5137. }
  5138. .portfolio-grid.portfolio-one .image {
  5139. width: 100%;
  5140. float: none;
  5141. }
  5142. /* Avada 3.0 Images */
  5143. .error-message {
  5144. margin-top: 65px;
  5145. color: #F0F0F0;
  5146. font-size: 170px;
  5147. font-weight: bold;
  5148. }
  5149. /* WP 3.6 media player responsive */
  5150. .mejs-container.mejs-video {
  5151. width: 100%;
  5152. height: auto;
  5153. }
  5154. .mejs-overlay,
  5155. .mejs-poster {
  5156. width: 100%;
  5157. height: 100%;
  5158. }
  5159. .mejs-mediaelement video {
  5160. position: absolute;
  5161. top: 0;
  5162. left: 0;
  5163. right: 0;
  5164. bottom: 0;
  5165. width: 100%;
  5166. height: 100%;
  5167. }
  5168. .mejs-container,
  5169. .mejs-embed,
  5170. .mejs-embed body {
  5171. background: transparent;
  5172. }
  5173. /* Author page */
  5174. .author .avatar {
  5175. float: left;
  5176. margin-right: 20px;
  5177. }
  5178. .author .author_description .author_title {
  5179. margin-top: 0;
  5180. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  5181. color: #333333;
  5182. font-weight: normal;
  5183. }
  5184. .author .author_title .edit_profile {
  5185. font-size: 12px;
  5186. }
  5187. .author .author_description {
  5188. overflow: hidden;
  5189. }
  5190. .author .author_social {
  5191. min-height: 34px;
  5192. line-height: 34px;
  5193. border-top: 1px solid #E0DEDE;
  5194. border-bottom: 1px solid #E0DEDE;
  5195. margin: 20px 0 80px 0;
  5196. }
  5197. .author .author_social .custom_msg {
  5198. float: left;
  5199. max-width: 70%;
  5200. font-weight: bold;
  5201. }
  5202. .author .author_social .fusion-social-networks {
  5203. margin-right: -20px;
  5204. margin-top: 2px;
  5205. text-align: right;
  5206. }
  5207. /* Woocommerce */
  5208. .woocommerce input[type="number"] {
  5209. -moz-appearance: textfield;
  5210. }
  5211. #header .login-box,
  5212. #header-sticky .login-box,
  5213. #header-sticky .cart-contents,
  5214. #header .cart-contents,
  5215. #small-nav .login-box,
  5216. #small-nav .cart-contents {
  5217. background-color: #ffffff;
  5218. }
  5219. .woocommerce-info {
  5220. margin-bottom: 20px;
  5221. }
  5222. .woocommerce-message {
  5223. margin-bottom: 40px;
  5224. padding: 20px 0 20px 16px;
  5225. background: none;
  5226. border: none;
  5227. border-top: 1px solid #e0dede;
  5228. border-bottom: 1px solid #e0dede;
  5229. color: #333;
  5230. text-align: left;
  5231. }
  5232. .woocommerce-message:before {
  5233. position: absolute;
  5234. margin-left: -16px;
  5235. font-family: 'IcoMoon';
  5236. content: '\f05d';
  5237. }
  5238. .woocommerce-message .wc-forward {
  5239. float: right;
  5240. text-shadow: none;
  5241. }
  5242. .woocommerce-message .wc-forward:before {
  5243. font-family: 'IcoMoon';
  5244. content: '\f07a';
  5245. margin-right: 6px;
  5246. color: inherit;
  5247. }
  5248. .woocommerce-error {
  5249. list-style: none;
  5250. padding: 0;
  5251. }
  5252. .woocommerce-error li {
  5253. margin-bottom: 15px;
  5254. background-color: #ffe9e9;
  5255. border: 1px solid #E7A9A9;
  5256. color: #D04544;
  5257. padding: 8px;
  5258. position: relative;
  5259. text-align: center;
  5260. }
  5261. .woocommerce button.button,
  5262. .woocommerce .shipping-calculator-form .button,
  5263. .woocommerce .login .button,
  5264. .woocommerce .register .button,
  5265. .woocommerce .avada-order-details .order-again .button,
  5266. .woocommerce .lost_reset_password input[type=submit] {
  5267. min-height: 32px;
  5268. text-transform: uppercase;
  5269. text-align: center;
  5270. text-shadow: 0 1px 0 #fff;
  5271. padding: 0 20px;
  5272. margin: 0;
  5273. -webkit-border-radius: 2px;
  5274. -moz-border-radius: 2px;
  5275. border-radius: 2px;
  5276. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  5277. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  5278. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  5279. cursor: pointer;
  5280. }
  5281. .woocommerce .lost_reset_password input[type=submit] {
  5282. border: 0;
  5283. }
  5284. .woocommerce .button {
  5285. cursor: pointer;
  5286. }
  5287. .woocommerce .single_add_to_cart_button,
  5288. .woocommerce button.button {
  5289. margin-top: -1px;
  5290. }
  5291. .woocommerce .avada-shipping-calculator-form .button,
  5292. .woocommerce .shipping-calculator-form .button {
  5293. float: right;
  5294. margin-top: 0;
  5295. padding: 2px 20px;
  5296. }
  5297. .woocommerce .login .form-row {
  5298. text-align: initial;
  5299. margin: 0 20px 0 15px;
  5300. float: right;
  5301. }
  5302. .woocommerce .login .form-row.form-row-first,
  5303. .woocommerce .login .form-row.form-row-last {
  5304. margin: 0 0 20px 0;
  5305. float: none;
  5306. }
  5307. .woocommerce .login .button {
  5308. margin-left: 15px;
  5309. }
  5310. .woocommerce .login .inline {
  5311. float: left;
  5312. margin-top: 5px;
  5313. }
  5314. .woocommerce .login .lost_password {
  5315. float: right;
  5316. margin-top: 5px;
  5317. }
  5318. .woocommerce #customer_login .login .form-row {
  5319. text-align: initial;
  5320. margin: 0 18px 0 0;
  5321. float: left;
  5322. }
  5323. .woocommerce #customer_login .login .form-row.form-row-wide {
  5324. margin: 0 0 20px 0;
  5325. float: none;
  5326. }
  5327. .woocommerce #customer_login .login .button {
  5328. margin-left: 0;
  5329. }
  5330. .woocommerce #customer_login .login .inline {
  5331. float: none;
  5332. display: inline;
  5333. margin-top: 10px;
  5334. margin-left: 15px;
  5335. }
  5336. .woocommerce #customer_login .login .lost_password {
  5337. float: left;
  5338. margin-bottom: 0;
  5339. }
  5340. .woocommerce #customer_login .register .form-row:last-child {
  5341. margin-bottom: 0;
  5342. }
  5343. .woocommerce .checkout_coupon {
  5344. margin-bottom: 30px;
  5345. display: block !important;
  5346. }
  5347. .woocommerce .checkout_coupon .promo-code-heading {
  5348. margin: 0;
  5349. padding: 0;
  5350. border: none;
  5351. }
  5352. .woocommerce .checkout_coupon .coupon-input {
  5353. width: 240px;
  5354. }
  5355. .woocommerce .checkout_coupon .coupon-input .input-text {
  5356. padding: 8px 15px;
  5357. }
  5358. .woocommerce .checkout_coupon .coupon-button {
  5359. margin-right: 0;
  5360. }
  5361. .product_meta {
  5362. padding-top: 20px;
  5363. }
  5364. .cart-totals-buttons,
  5365. .shipping_calculator,
  5366. .coupon,
  5367. #customer_login .col-1,
  5368. #customer_login .col-2,
  5369. .checkout_coupon,
  5370. .cross-sells {
  5371. box-sizing: border-box;
  5372. -moz-box-sizing: border-box;
  5373. border: 1px solid;
  5374. overflow: hidden;
  5375. padding: 30px;
  5376. }
  5377. .woocommerce .checkout h3,
  5378. .cart_totals h2,
  5379. .shipping_calculator h2,
  5380. .coupon h2,
  5381. #customer_login h2,
  5382. .cross-sells h2 {
  5383. margin-top: 0;
  5384. border-bottom: 1px solid;
  5385. margin-bottom: 30px;
  5386. padding-bottom: 10px;
  5387. }
  5388. .woocommerce-ordering {
  5389. display: none;
  5390. }
  5391. .catalog-ordering > ul {
  5392. float: left;
  5393. margin-bottom: 42px;
  5394. }
  5395. .catalog-ordering a {
  5396. color: #333;
  5397. }
  5398. .order-dropdown {
  5399. float: left;
  5400. width: 175px;
  5401. margin: 0;
  5402. padding: 0;
  5403. list-style: none;
  5404. margin-right: 10px;
  5405. position: relative;
  5406. cursor: pointer;
  5407. }
  5408. .order-dropdown ul {
  5409. margin: 0;
  5410. padding: 0;
  5411. list-style: none;
  5412. }
  5413. .catalog-ordering .order {
  5414. margin: 0;
  5415. padding: 0;
  5416. list-style: none;
  5417. }
  5418. .order-dropdown .current-li {
  5419. background: #fbfaf9;
  5420. border: 1px solid #dbdbdb;
  5421. display: block;
  5422. height: 29px;
  5423. line-height: 29px;
  5424. text-indent: 13px;
  5425. font-size: 12px;
  5426. }
  5427. .current-li-content {
  5428. display: block;
  5429. height: 30px;
  5430. overflow: hidden;
  5431. width: 139px;
  5432. }
  5433. .order-dropdown > li {
  5434. position: relative;
  5435. z-index: 99;
  5436. }
  5437. .order-dropdown ul {
  5438. display: none;
  5439. background: #fbfaf9;
  5440. }
  5441. .order-dropdown > li:hover > ul {
  5442. display: block;
  5443. position: absolute;
  5444. }
  5445. .order-dropdown li ul li {
  5446. height: 30px;
  5447. overflow: hidden;
  5448. }
  5449. .order-dropdown ul li a {
  5450. width: 175px;
  5451. background: #fbfaf9;
  5452. border: 1px solid #dbdbdb;
  5453. border-top: 0;
  5454. display: block;
  5455. height: 30px;
  5456. line-height: 30px;
  5457. text-indent: 13px;
  5458. font-size: 12px;
  5459. padding: 0;
  5460. padding-right: 13px;
  5461. }
  5462. .order-dropdown ul li a:hover {
  5463. background: #fff;
  5464. }
  5465. .order-dropdown ul li a strong {
  5466. font-weight: normal;
  5467. }
  5468. .catalog-ordering .order {
  5469. margin-right: 10px;
  5470. float: left;
  5471. }
  5472. .catalog-ordering .order li a {
  5473. background: #fbfaf9;
  5474. border: 1px solid #dbdbdb;
  5475. display: table;
  5476. height: 29px;
  5477. line-height: 29px;
  5478. padding: 0 13px;
  5479. font-size: 12px;
  5480. padding: 0 10px;
  5481. }
  5482. .order-dropdown > li:after {
  5483. display: block;
  5484. font-family: "IcoMoon";
  5485. content: '\e61f';
  5486. font-size: 9px;
  5487. z-index: 101;
  5488. position: absolute;
  5489. top: 0;
  5490. right: 0;
  5491. height: 29px;
  5492. line-height: 29px;
  5493. width: 26px;
  5494. text-align: center;
  5495. border-left: 1px solid #dbdbdb;
  5496. }
  5497. .orderby-order-container {
  5498. float: left;
  5499. }
  5500. .products {
  5501. list-style: none;
  5502. margin: 0;
  5503. padding: 0;
  5504. }
  5505. .products li {
  5506. border: 1px solid #efefef;
  5507. border-bottom-width: 2px;
  5508. }
  5509. .products-6 li {
  5510. float: left;
  5511. width: 15.832%;
  5512. margin-right: 1.0%;
  5513. margin-bottom: 11px;
  5514. }
  5515. .products-6 li:nth-child(6n) {
  5516. margin-right: 0;
  5517. }
  5518. .products-6 li:nth-child(6n+1) {
  5519. clear: both;
  5520. }
  5521. .products-5 li {
  5522. float: left;
  5523. width: 19.2%;
  5524. margin-right: 1.0%;
  5525. margin-bottom: 11px;
  5526. }
  5527. .products-5 li:nth-child(5n) {
  5528. margin-right: 0;
  5529. }
  5530. .products-5 li:nth-child(5n+1) {
  5531. clear: both;
  5532. }
  5533. .products-4 li {
  5534. float: left;
  5535. width: 24.25%;
  5536. margin-right: 1.0%;
  5537. margin-bottom: 11px;
  5538. }
  5539. .products-4 li:nth-child(4n) {
  5540. margin-right: 0;
  5541. }
  5542. .products-4 li:nth-child(4n+1) {
  5543. clear: both;
  5544. }
  5545. .products-3 li {
  5546. float: left;
  5547. width: 32.6%;
  5548. margin-right: 1.0%;
  5549. margin-bottom: 11px;
  5550. }
  5551. .products-3 li:nth-child(3n) {
  5552. margin-right: 0;
  5553. }
  5554. .products-3 li:nth-child(3n+1) {
  5555. clear: both;
  5556. }
  5557. .products-2 li {
  5558. float: left;
  5559. width: 49.5%;
  5560. margin-right: 1.0%;
  5561. margin-bottom: 11px;
  5562. }
  5563. .products-2 li:nth-child(2n) {
  5564. margin-right: 0;
  5565. }
  5566. .products-2 li:nth-child(2n+1) {
  5567. clear: both;
  5568. }
  5569. .products-1 li {
  5570. float: left;
  5571. width: 100%;
  5572. margin-bottom: 11px;
  5573. }
  5574. .products-1 li:nth-child(2n) {
  5575. margin-right: 0;
  5576. }
  5577. .products-1 li:nth-child(2n+1) {
  5578. clear: both;
  5579. }
  5580. .product-images {
  5581. display: block;
  5582. text-align: center;
  5583. position: relative;
  5584. }
  5585. .onsale {
  5586. -webkit-backface-visibility: hidden;
  5587. display: block;
  5588. z-index: 99;
  5589. color: #fff;
  5590. border-radius: 50%;
  5591. line-height: 39px;
  5592. text-align: center;
  5593. position: absolute;
  5594. padding: 0px 5px;
  5595. }
  5596. .product-details {
  5597. padding: 20px 15px 0px 15px;
  5598. }
  5599. .product-title {
  5600. font-size: 13px;
  5601. margin-top: 0;
  5602. margin-bottom: 5px;
  5603. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  5604. font-weight: normal;
  5605. }
  5606. .product .product-buttons {
  5607. padding-bottom: 12px;
  5608. padding-top: 12px;
  5609. margin: 0 15px;
  5610. margin-top: 4px;
  5611. border-top: 1px solid #EBEAEA;
  5612. }
  5613. .star-rating {
  5614. overflow: hidden;
  5615. position: relative;
  5616. height: 1em;
  5617. line-height: 1em;
  5618. font-size: 1em;
  5619. width: 5.1em;
  5620. font-family: IcoMoon;
  5621. }
  5622. .star-rating:before {
  5623. content: '\f006\f006\f006\f006\f006';
  5624. float: left;
  5625. top: 0;
  5626. left: 0;
  5627. position: absolute;
  5628. letter-spacing: 0.1em;
  5629. }
  5630. .star-rating span {
  5631. overflow: hidden;
  5632. float: left;
  5633. top: 0;
  5634. left: 0;
  5635. position: absolute;
  5636. padding-top: 1.5em;
  5637. }
  5638. .star-rating span:before {
  5639. content: '\f005\f005\f005\f005\f005';
  5640. top: 0;
  5641. position: absolute;
  5642. left: 0;
  5643. letter-spacing: 0.1em;
  5644. }
  5645. .product-details .star-rating {
  5646. float: right;
  5647. }
  5648. .price del .amount,
  5649. .product-details .price .from {
  5650. font-size: 13px;
  5651. margin-right: 5px;
  5652. }
  5653. .price ins {
  5654. text-decoration: none;
  5655. }
  5656. .price ins .amount {
  5657. font-size: 18px;
  5658. text-decoration: none;
  5659. }
  5660. .price > .amount {
  5661. font-size: 18px;
  5662. }
  5663. .product-details-container {
  5664. border-bottom: 1px solid #e7e6e6;
  5665. padding-bottom: 20px;
  5666. min-height: 50px;
  5667. }
  5668. .product-buttons a {
  5669. display: block;
  5670. position: relative;
  5671. -moz-box-sizing: border-box;
  5672. box-sizing: border-box;
  5673. padding-left: 16px;
  5674. width: auto;
  5675. max-width: 49%;
  5676. line-height: inherit;
  5677. font-size: 12px;
  5678. text-shadow: none;
  5679. }
  5680. .product-buttons a:first-child {
  5681. float: left;
  5682. }
  5683. .product-buttons a:last-child {
  5684. float: right;
  5685. }
  5686. .product-buttons a:before {
  5687. position: absolute;
  5688. margin-left: -16px;
  5689. font-family: IcoMoon;
  5690. color: inherit;
  5691. }
  5692. .product-buttons .add_to_cart_button:before,
  5693. .product-buttons .product_type_simple:before {
  5694. content: '\f07a';
  5695. }
  5696. .product-buttons .show_details_button:before {
  5697. content: '\e623';
  5698. }
  5699. .product-buttons .product_type_variable:before,
  5700. .product-buttons .product_type_grouped:before {
  5701. content: '\f013';
  5702. }
  5703. .product-buttons .align-right {
  5704. float: right;
  5705. width: 41%;
  5706. position: relative;
  5707. line-height: normal;
  5708. display: inline-block;
  5709. line-height: 40px;
  5710. }
  5711. .product-buttons .added_to_cart {
  5712. display: none;
  5713. }
  5714. /*
  5715. .has-sidebar .products-4 .product-buttons .button,
  5716. .has-sidebar .products-4 .product-buttons .show_details_button {
  5717. width: 36%;
  5718. }
  5719. .has-sidebar .products-4 .product-buttons .show_details_button {
  5720. width: auto;
  5721. max-width: 36%;
  5722. }
  5723. */
  5724. .product-buttons .button {
  5725. text-align: left;
  5726. }
  5727. .product-images .crossfade-images {
  5728. display: block;
  5729. }
  5730. .product-images .crossfade-images img {
  5731. -webkit-transition: opacity 0.5s ease-in-out;
  5732. -moz-transition: opacity 0.5s ease-in-out;
  5733. -o-transition: opacity 0.5s ease-in-out;
  5734. transition: opacity 0.5s ease-in-out;
  5735. position: relative;
  5736. z-index: 50;
  5737. }
  5738. .product-images .crossfade-images img:hover {
  5739. opacity: 0;
  5740. }
  5741. .product-images .crossfade-images .hover-image {
  5742. position: absolute;
  5743. left: 0;
  5744. right: 0;
  5745. margin: 0 auto;
  5746. }
  5747. .woocommerce-pagination .next,
  5748. .woocommerce-pagination .prev,
  5749. .woocommerce-pagination .next:hover,
  5750. .woocommerce-pagination .prev:hover {
  5751. border: 0;
  5752. }
  5753. .woocommerce-tabs {
  5754. clear: both;
  5755. }
  5756. #main .product .product_title {
  5757. margin: 0;
  5758. }
  5759. .product .onsale {
  5760. top: 20px;
  5761. left: 15px;
  5762. }
  5763. .product .price {
  5764. margin: 0;
  5765. margin-top: 5px;
  5766. }
  5767. .product .product-border {
  5768. height: 4px;
  5769. border-top: 1px solid #e7e6e6;
  5770. border-bottom: 1px solid #e7e6e6;
  5771. margin-top: 10px;
  5772. margin-bottom: 10px;
  5773. -moz-box-sizing: content-box;
  5774. -webkit-box-sizing: content-box;
  5775. box-sizing: content-box;
  5776. }
  5777. .quantity {
  5778. display: inline-block;
  5779. border: 1px solid #dbdbdb;
  5780. overflow: hidden;
  5781. }
  5782. .quantity .minus,
  5783. .quantity .plus,
  5784. .quantity .qty {
  5785. float: left;
  5786. border: 0;
  5787. margin: 0;
  5788. padding: 0;
  5789. height: 31px;
  5790. text-align: center;
  5791. vertical-align: middle;
  5792. font-size: 12px;
  5793. color: #333;
  5794. }
  5795. .quantity .qty {
  5796. background: transparent;
  5797. width: 43px;
  5798. }
  5799. .quantity .minus,
  5800. .quantity .plus {
  5801. background: #fbfaf9;
  5802. width: 26px;
  5803. cursor: pointer;
  5804. }
  5805. .quantity .minus,
  5806. .quantity .qty {
  5807. border-right: 1px solid #dadada;
  5808. }
  5809. .quantity .qty::-webkit-inner-spin-button,
  5810. .quantity .qty::-webkit-outer-spin-button {
  5811. -webkit-appearance: none;
  5812. margin: 0;
  5813. }
  5814. .input-text,
  5815. .quantity .minus,
  5816. .quantity .plus {
  5817. -webkit-appearance: none;
  5818. border-radius: 0;
  5819. }
  5820. form.cart {
  5821. margin-bottom: 40px;
  5822. margin-top: 40px;
  5823. }
  5824. .summary .cart .gform_wrapper {
  5825. overflow: visible;
  5826. }
  5827. .summary .cart .quantity {
  5828. float: left;
  5829. margin-right: 10px;
  5830. margin-bottom: 5px;
  5831. }
  5832. .group_table {
  5833. margin-bottom: 10px;
  5834. }
  5835. .group_table tr {
  5836. vertical-align: top;
  5837. height: 41px;
  5838. }
  5839. .group_table td {
  5840. vertical-align: middle;
  5841. height: 31px;
  5842. }
  5843. .group_table td.label {
  5844. padding: 0 10px;
  5845. }
  5846. .product_meta > span {
  5847. display: block;
  5848. }
  5849. .woocommerce-tabs {
  5850. overflow: hidden;
  5851. padding-top: 50px;
  5852. }
  5853. .woocommerce-tabs > .tabs {
  5854. list-style: none;
  5855. padding: 0;
  5856. margin: 0;
  5857. width: 220px;
  5858. float: left;
  5859. }
  5860. .woocommerce-tabs .tabs li a {
  5861. display: block;
  5862. padding: 10px 0px;
  5863. border-bottom: 1px solid #e7e6e6;
  5864. }
  5865. .woocommerce-tabs .tabs li a .arrow,
  5866. .woocommerce-tabs .tabs li a:hover .arrow {
  5867. display: none;
  5868. }
  5869. .woocommerce-tabs .tabs li.active a .arrow,
  5870. .woocommerce-tabs .tabs li.active a:hover .arrow {
  5871. display: inline-block;
  5872. }
  5873. .woocommerce-tabs .panel {
  5874. border: 1px solid #e7e6e6;
  5875. margin-left: 240px;
  5876. }
  5877. .woocommerce #review_form input[type=text] {
  5878. width: 100%;
  5879. }
  5880. #reviews .overall-rating {
  5881. float: right;
  5882. }
  5883. #reviews .review-title {
  5884. margin: 0;
  5885. }
  5886. #reviews .review-main-title {
  5887. margin-bottom: 25px;
  5888. }
  5889. #reviews #comments > h2 {
  5890. font-size: 13px;
  5891. font-weight: bold;
  5892. color: #747474;
  5893. }
  5894. #reviews .commentlist {
  5895. margin-bottom: 0;
  5896. }
  5897. #reviews li {
  5898. margin-bottom: 15px;
  5899. }
  5900. #reviews li:last-child {
  5901. margin-bottom: 0;
  5902. }
  5903. #reviews li .comment-text {
  5904. padding: 15px;
  5905. border: 1px solid #f2efef;
  5906. margin-left: 70px;
  5907. }
  5908. #reviews li .avatar {
  5909. float: left;
  5910. max-width: 60px;
  5911. }
  5912. #reviews li .comment-text .meta {
  5913. display: inline-block;
  5914. margin-bottom: 10px;
  5915. }
  5916. #reviews li .comment-text .star-rating {
  5917. float: right;
  5918. margin-left: 5px;
  5919. }
  5920. #reviews li .comment-text .description {
  5921. clear: right;
  5922. }
  5923. #reviews .add_review {
  5924. margin: 0;
  5925. margin-top: 15px;
  5926. float: right;
  5927. }
  5928. #review_form_wrapper {
  5929. margin-top: 50px;
  5930. }
  5931. #reviews #reply-title {
  5932. font-size: 15px;
  5933. margin: 0;
  5934. margin-bottom: 25px;
  5935. }
  5936. .comment-respond .comment-reply-title {
  5937. margin-top: 0;
  5938. padding-top: 1em;
  5939. }
  5940. .comment-form-rating label {
  5941. display: none;
  5942. }
  5943. #reviews .comment-form-comment label {
  5944. display: block;
  5945. margin-bottom: 4px;
  5946. }
  5947. #reviews input#submit {
  5948. border: 0;
  5949. font-size: 13px;
  5950. font-weight: bold;
  5951. }
  5952. p.stars {
  5953. position: relative;
  5954. line-height: 1em;
  5955. font-size: 1em;
  5956. }
  5957. p.stars:after {
  5958. content: "";
  5959. display: block;
  5960. clear: both;
  5961. }
  5962. p.stars a {
  5963. width: 19%;
  5964. display: block;
  5965. position: relative;
  5966. float: left;
  5967. -webkit-box-sizing: border-box;
  5968. -moz-box-sizing: border-box;
  5969. box-sizing: border-box;
  5970. padding: .5em .5em .5em .75em;
  5971. background: rgba(0, 0, 0, 0.025);
  5972. margin-right: 1%;
  5973. -webkit-border-radius: 4px;
  5974. -moz-border-radius: 4px;
  5975. border-radius: 4px;
  5976. font-weight: bold;
  5977. }
  5978. p.stars a:hover,
  5979. p.stars a.active {
  5980. background: rgba(0, 0, 0, 0.075);
  5981. }
  5982. p.stars a.star-1:after,
  5983. p.stars a.star-2:after,
  5984. p.stars a.star-3:after,
  5985. p.stars a.star-4:after,
  5986. p.stars a.star-5:after {
  5987. font-family: IcoMoon;
  5988. content: '\f005';
  5989. position: absolute;
  5990. top: .85em;
  5991. width: 5.3em;
  5992. right: 1em;
  5993. font-size: .5em;
  5994. -webkit-border-radius: 1em;
  5995. -moz-border-radius: 1em;
  5996. border-radius: 1em;
  5997. color: #999;
  5998. text-align: right;
  5999. font-weight: normal;
  6000. }
  6001. p.stars a.star-1:hover,
  6002. p.stars a.star-2:hover,
  6003. p.stars a.star-3:hover,
  6004. p.stars a.star-4:hover,
  6005. p.stars a.star-5:hover {
  6006. text-decoration: none;
  6007. }
  6008. p.stars a.star-1:after {
  6009. content: '\f005';
  6010. }
  6011. p.stars a.star-2:after {
  6012. content: '\f005\f005';
  6013. }
  6014. p.stars a.star-3:after {
  6015. content: '\f005\f005\f005';
  6016. }
  6017. p.stars a.star-4:after {
  6018. content: '\f005\f005\f005\f005';
  6019. }
  6020. p.stars a.star-5:after {
  6021. content: '\f005\f005\f005\f005\f005';
  6022. }
  6023. .related.products,
  6024. .upsells.products {
  6025. margin-top: 50px;
  6026. }
  6027. .shop_attributes {
  6028. width: 100%;
  6029. }
  6030. .shop_attributes tr {
  6031. border-bottom: 1px solid #e0e0e0;
  6032. }
  6033. .shop_attributes tr:last-child {
  6034. border-bottom: 0;
  6035. }
  6036. .shop_attributes tr th {
  6037. text-align: left;
  6038. width: 30%;
  6039. font-weight: bold;
  6040. padding: 5px 0px;
  6041. }
  6042. .shop_attributes tr td {
  6043. text-align: left;
  6044. width: 70%;
  6045. padding: 5px 0px;
  6046. }
  6047. .shop_attributes p {
  6048. margin: 0;
  6049. }
  6050. .product {
  6051. position: relative;
  6052. }
  6053. .product .images {
  6054. float: left;
  6055. width: 500px;
  6056. margin-right: 30px;
  6057. }
  6058. .product .summary.entry-summary {
  6059. margin-left: 530px;
  6060. }
  6061. .product .entry-summary .summary-container {
  6062. float: left;
  6063. width: 100%;
  6064. }
  6065. .product .summary.entry-summary .summary-container > div:nth-child(2) {
  6066. display: inline-block;
  6067. }
  6068. .product .images .flexslider .slides img {
  6069. width: auto;
  6070. }
  6071. .product .images #slider,
  6072. .product .images #carousel {
  6073. margin-bottom: 7px;
  6074. }
  6075. .product .images #carousel li {
  6076. margin-right: 9px;
  6077. opacity: 0.5;
  6078. }
  6079. .product .images #carousel li.flex-active-slide {
  6080. opacity: 1;
  6081. }
  6082. .product .images #slider .flex-direction-nav,
  6083. .product .images #carousel .flex-direction-nav {
  6084. display: none;
  6085. }
  6086. .product .images:hover #slider .flex-direction-nav,
  6087. .product .images:hover #carousel .flex-direction-nav {
  6088. display: block;
  6089. }
  6090. .has-sidebar .product .images {
  6091. width: 320px;
  6092. }
  6093. .has-sidebar .summary.entry-summary {
  6094. margin-left: 350px;
  6095. }
  6096. .double-sidebars .product .images {
  6097. width: 210px;
  6098. }
  6099. .double-sidebars .summary.entry-summary {
  6100. margin-left: 240px;
  6101. }
  6102. .woocommerce-tabs .panel {
  6103. padding: 20px;
  6104. }
  6105. .woocommerce .product .thumbnails {
  6106. margin-top: 7px;
  6107. }
  6108. .woocommerce .product .thumbnails img {
  6109. max-width: 100px;
  6110. margin-right: 9px;
  6111. margin-bottom: 9px;
  6112. }
  6113. .has-sidebar .woocommerce .product .thumbnails a:nth-child(3n) img {
  6114. margin-right: 0px;
  6115. }
  6116. .woocommerce .social-share,
  6117. .woocommerce .social-share li {
  6118. list-style: none;
  6119. margin: 0;
  6120. padding: 0;
  6121. }
  6122. .woocommerce .social-share {
  6123. text-align: center;
  6124. border-top: 1px solid #e7e6e6;
  6125. border-bottom: 1px solid #e7e6e6;
  6126. margin-top: 50px;
  6127. }
  6128. .has-sidebar .woocommerce .social-share li,
  6129. .has-sidebar .woocommerce-container .social-share li {
  6130. width: 24%;
  6131. padding: 10px 19px;
  6132. }
  6133. .woocommerce .social-share li {
  6134. display: inline-block;
  6135. text-align: left;
  6136. width: 180px;
  6137. border-right: 1px solid #e7e6e6;
  6138. padding: 10px 30px;
  6139. }
  6140. .double-sidebars.woocommerce .social-share li {
  6141. float: left;
  6142. }
  6143. .woocommerce .social-share li:last-child {
  6144. border-right: 0;
  6145. }
  6146. .woocommerce .social-share li span {
  6147. display: block;
  6148. }
  6149. .woocommerce-message {
  6150. margin-bottom: 15px;
  6151. }
  6152. .woocommerce-success-message {
  6153. border-top: 1px solid;
  6154. border-bottom: 1px solid;
  6155. padding: 20px 0px;
  6156. font-size: 14px;
  6157. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  6158. margin-bottom: 40px;
  6159. }
  6160. .woocommerce-success-message .button {
  6161. float: right;
  6162. }
  6163. .woocommerce-success-message .msg:before {
  6164. font-family: IcoMoon;
  6165. content: '\f05d';
  6166. margin-right: 5px;
  6167. }
  6168. .woocommerce-success-message .button {
  6169. font-size: 12px;
  6170. }
  6171. .woocommerce-success-message .button:before {
  6172. font-family: IcoMoon;
  6173. content: '\f07a';
  6174. margin-right: 6px;
  6175. }
  6176. .empty-cart-message .msg {
  6177. font-size: 18px;
  6178. }
  6179. .empty-cart-message .msg:before {
  6180. content: '';
  6181. }
  6182. .login-box {
  6183. position: absolute;
  6184. top: auto;
  6185. left: -1px;
  6186. z-index: 1000;
  6187. line-height: normal;
  6188. }
  6189. .login-box {
  6190. padding: 20px;
  6191. width: 187px;
  6192. border: 1px solid #dedddd;
  6193. }
  6194. .login-box input {
  6195. padding: 8px 15px;
  6196. }
  6197. .login-box p {
  6198. margin: 0;
  6199. padding: 0;
  6200. }
  6201. .login-box .forgetmenot {
  6202. float: left;
  6203. }
  6204. .login-box .submit {
  6205. float: right;
  6206. }
  6207. .top-menu .cart {
  6208. background: #f6f6f6;
  6209. border-right: 1px solid;
  6210. padding-left: 25px;
  6211. padding-right: 25px;
  6212. padding: 0;
  6213. }
  6214. .top-menu .cart > a {
  6215. display: block;
  6216. padding-right: 0px;
  6217. text-transform: uppercase;
  6218. text-align: center;
  6219. min-width: 176px;
  6220. padding: 0 13px;
  6221. }
  6222. .top-menu .cart > a.empty-cart {
  6223. width: auto;
  6224. }
  6225. .top-menu .cart > a:before {
  6226. font-family: 'IcoMoon';
  6227. content: '\f07a';
  6228. margin-right: 10px;
  6229. }
  6230. .top-menu .cart > a:after {
  6231. font-family: 'IcoMoon';
  6232. content: '\e61f';
  6233. margin-left: 10px;
  6234. }
  6235. .top-menu .cart-contents {
  6236. position: absolute;
  6237. margin-top: -1px;
  6238. right: -1px;
  6239. z-index: 1001;
  6240. }
  6241. .top-menu .cart-contents {
  6242. border: 1px solid;
  6243. }
  6244. .top-menu .cart-content a {
  6245. display: block;
  6246. line-height: normal;
  6247. padding: 15px 13px;
  6248. width: 176px;
  6249. border-bottom: 1px solid;
  6250. overflow: hidden;
  6251. }
  6252. .top-menu .cart-contents .cart-content:last-child a {
  6253. border-bottom: 0;
  6254. }
  6255. .top-menu .cart-content a:hover {
  6256. background: #f6f6f6;
  6257. }
  6258. .top-menu .cart-content .cart-desc {
  6259. float: left;
  6260. }
  6261. .top-menu .cart-content a img {
  6262. float: left;
  6263. display: inline-block;
  6264. max-width: 36px;
  6265. margin-right: 15px;
  6266. }
  6267. .top-menu .cart-content a .cart-desc {
  6268. display: inline-block;
  6269. }
  6270. .top-menu .cart-contents a span {
  6271. line-height: normal;
  6272. }
  6273. .top-menu .cart-content a .cart-title,
  6274. .top-menu .cart-content a .quantity {
  6275. display: block;
  6276. font-size: 12px;
  6277. }
  6278. .top-menu .cart-content a .cart-title {
  6279. margin-bottom: 5px;
  6280. }
  6281. .cart-checkout {
  6282. background: #f6f6f6;
  6283. overflow: hidden;
  6284. padding: 0 15px;
  6285. }
  6286. .cart-checkout a {
  6287. display: inline-block;
  6288. float: left;
  6289. padding: 14px 0;
  6290. width: 40%;
  6291. line-height: 15px;
  6292. border: none;
  6293. }
  6294. .cart-checkout a:before {
  6295. position: absolute;
  6296. margin-left: -15px;
  6297. line-height: inherit;
  6298. font-family: IcoMoon;
  6299. }
  6300. .cart-checkout .cart-link a:before {
  6301. content: '\f07a';
  6302. }
  6303. .cart-checkout .checkout-link a:before {
  6304. content: '\f046';
  6305. }
  6306. .checkout-link {
  6307. float: right;
  6308. }
  6309. #header-sticky,
  6310. #header,
  6311. #side-header {
  6312. margin-left: 0;
  6313. }
  6314. #header-sticky .cart-contents,
  6315. #header .cart-contents,
  6316. #side-header .cart-contents {
  6317. position: absolute;
  6318. left: auto;
  6319. right: 0;
  6320. top: auto;
  6321. z-index: 1001;
  6322. }
  6323. #header-sticky .cart-contents,
  6324. #header .cart-contents,
  6325. #side-header .cart-contents {
  6326. border: 1px solid;
  6327. }
  6328. #header-sticky .cart-content a,
  6329. #header .cart-content a,
  6330. #side-header .cart-content a {
  6331. display: block;
  6332. padding: 15px;
  6333. width: 180px;
  6334. border-top: 0;
  6335. border-bottom: 1px solid;
  6336. line-height: normal;
  6337. height: auto;
  6338. }
  6339. #header-sticky .cart-contents .cart-content:last-child a,
  6340. #header .cart-contents .cart-content:last-child a,
  6341. #side-header .cart-contents .cart-content:last-child a {
  6342. border-bottom: 0;
  6343. }
  6344. #header-sticky .cart-content a:hover,
  6345. #header .cart-content a:hover,
  6346. #side-header .cart-content a:hover {
  6347. border-top: 0;
  6348. background: #f6f6f6;
  6349. height: auto;
  6350. }
  6351. #header-sticky .cart-content a img,
  6352. #header .cart-content a img,
  6353. #side-header .cart-content a img {
  6354. display: inline-block;
  6355. max-width: 36px;
  6356. margin-right: 5px;
  6357. }
  6358. #header-sticky .cart-content a .cart-desc,
  6359. #header .cart-content a .cart-desc,
  6360. #side-header .cart-content a .cart-desc {
  6361. display: inline-block;
  6362. width: 102px;
  6363. font-size: 12px;
  6364. }
  6365. #header-sticky .cart-contents a span,
  6366. #header .cart-contents a span,
  6367. #side-header .cart-contents a span {
  6368. line-height: normal;
  6369. }
  6370. #header-sticky .cart-contents .amount,
  6371. #header .cart-contents .amount,
  6372. #side-header .cart-contents .amount {
  6373. display: inline-block;
  6374. }
  6375. #header-sticky .cart-content a .cart-title,
  6376. #header .cart-content a .cart-title,
  6377. #side-header .cart-content a .cart-title,
  6378. #header-sticky .cart-content a .quantity,
  6379. #header .cart-content a .quantity,
  6380. #side-header .cart-content a .quantity {
  6381. display: block;
  6382. font-size: 12px;
  6383. }
  6384. #header-sticky .cart-content a .cart-title,
  6385. #header .cart-content a .cart-title,
  6386. #side-header .cart-content a .cart-title {
  6387. margin-bottom: 5px;
  6388. }
  6389. #header-sticky .cart-checkout,
  6390. #header .cart-checkout,
  6391. #side-header .cart-checkout {
  6392. background: #f6f6f6;
  6393. overflow: hidden;
  6394. }
  6395. #header-sticky .cart-checkout a,
  6396. #header .cart-checkout a,
  6397. #side-header .cart-checkout a {
  6398. display: inline-block;
  6399. width: auto;
  6400. line-height: 15px;
  6401. padding-bottom: 14px;
  6402. padding-top: 14px;
  6403. height: auto;
  6404. font-size: 12px;
  6405. border: none;
  6406. }
  6407. #header-sticky .cart-checkout .cart-link a:before,
  6408. #header .cart-checkout .cart-link a:before,
  6409. #side-header .cart-checkout .cart-link a:before {
  6410. font-family: 'IcoMoon';
  6411. content: '\f07a';
  6412. }
  6413. #header-sticky .cart-checkout .checkout-link a:before,
  6414. #header .cart-checkout .checkout-link a:before,
  6415. #side-header .cart-checkout .checkout-link a:before {
  6416. font-family: 'IcoMoon';
  6417. content: '\f046';
  6418. }
  6419. #header-sticky .my-cart-link:hover,
  6420. #header .my-cart-link:hover,
  6421. #side-header .my-cart-link:hover {
  6422. border-top-color: transparent;
  6423. }
  6424. #header-sticky .my-cart-link:after,
  6425. #header .my-cart-link:after,
  6426. #side-header .my-cart-link:after {
  6427. font-family: 'IcoMoon';
  6428. content: '\f07a';
  6429. padding: 5px;
  6430. border-radius: 50%;
  6431. -moz-border-radius: 50%;
  6432. -webkit-border-radius: 50%;
  6433. border: 1px solid;
  6434. }
  6435. .cart-content a img {
  6436. border: 1px solid;
  6437. }
  6438. #small-nav .cart-contents {
  6439. position: absolute;
  6440. left: auto;
  6441. right: 0;
  6442. z-index: 1001;
  6443. }
  6444. #small-nav .cart-contents {
  6445. border: 1px solid;
  6446. }
  6447. #small-nav .cart-content a {
  6448. display: block;
  6449. padding: 15px;
  6450. width: 180px;
  6451. border-top: 0;
  6452. border-bottom: 1px solid;
  6453. line-height: normal;
  6454. height: auto;
  6455. }
  6456. #small-nav .cart-contents .cart-content:last-child a {
  6457. border-bottom: 0;
  6458. }
  6459. #small-nav .cart-content a:hover {
  6460. border-top: 0;
  6461. background: #f6f6f6;
  6462. height: auto;
  6463. }
  6464. #small-nav .cart-content a img {
  6465. display: inline-block;
  6466. max-width: 36px;
  6467. margin-right: 6px;
  6468. }
  6469. #small-nav .cart-content a .cart-desc {
  6470. display: inline-block;
  6471. width: 102px;
  6472. font-size: 12px;
  6473. text-align: left;
  6474. }
  6475. #small-nav .cart-contents a span {
  6476. line-height: normal;
  6477. }
  6478. #small-nav .cart-content a .cart-title,
  6479. #small-nav .cart-content a .quantity {
  6480. display: block;
  6481. font-size: 12px;
  6482. }
  6483. #small-nav .cart-content a .cart-title {
  6484. margin-bottom: 5px;
  6485. }
  6486. #small-nav .cart-checkout {
  6487. background: #f6f6f6;
  6488. overflow: hidden;
  6489. }
  6490. #small-nav .cart-checkout a {
  6491. display: block;
  6492. line-height: 15px;
  6493. padding-bottom: 14px;
  6494. padding-top: 14px;
  6495. height: auto;
  6496. font-size: 12px;
  6497. border: none;
  6498. }
  6499. #small-nav .cart-checkout .cart-link a:before {
  6500. font-family: 'IcoMoon';
  6501. content: '\f07a';
  6502. }
  6503. #small-nav .cart-checkout .checkout-link a:before {
  6504. font-family: 'IcoMoon';
  6505. content: '\f046';
  6506. }
  6507. #small-nav .my-cart-link:hover {
  6508. border-top-color: transparent;
  6509. }
  6510. #small-nav .my-cart-link:after {
  6511. font-family: 'IcoMoon';
  6512. content: '\f07a';
  6513. padding: 5px;
  6514. border-radius: 50%;
  6515. -moz-border-radius: 50%;
  6516. -webkit-border-radius: 50%;
  6517. border: 1px solid;
  6518. }
  6519. .sticky-header .cart-contents {
  6520. top: 65px;
  6521. }
  6522. .cart-checkout {
  6523. font-size: 0;
  6524. }
  6525. .cart-checkout .checkout-link,
  6526. .cart-checkout .cart-link {
  6527. width: auto;
  6528. max-width: 49%;
  6529. vertical-align: top;
  6530. }
  6531. .cart-checkout .cart-link {
  6532. float: left;
  6533. }
  6534. .cart-checkout .cart-link a,
  6535. .cart-checkout .checkout-link a {
  6536. position: relative;
  6537. padding-left: 1.4em;
  6538. width: auto;
  6539. display: block;
  6540. float: left;
  6541. text-align: left;
  6542. }
  6543. .cart-checkout .checkout-link a {
  6544. float: right;
  6545. }
  6546. .single_variation_wrap {
  6547. margin: 10px 0px;
  6548. }
  6549. .single_variation_wrap .variations_button .quantity {
  6550. float: left;
  6551. }
  6552. .single_variation_wrap .variations_button .button {
  6553. float: left;
  6554. margin-left: 10px;
  6555. }
  6556. table.variations {
  6557. width: 100%;
  6558. }
  6559. table.variations td {
  6560. padding-bottom: 5px;
  6561. }
  6562. .variations .label {
  6563. padding-right: 10px;
  6564. }
  6565. .variations .value {
  6566. min-width: 150px;
  6567. }
  6568. .single_variation_price_reset .single_variation_wrap {
  6569. float: left;
  6570. margin-top: 5px;
  6571. }
  6572. .product .single_variation_price_reset .single_variation_wrap .price {
  6573. margin-top: 0;
  6574. }
  6575. .single_variation_price_reset .reset_variations {
  6576. float: right;
  6577. margin-top: 5px;
  6578. }
  6579. .product_list_widget .wp-post-image {
  6580. max-width: 58px;
  6581. float: right;
  6582. margin-left: 15px;
  6583. }
  6584. .sidebar .product_list_widget li,
  6585. .sidebar .widget_layered_nav li {
  6586. border-bottom: 1px solid;
  6587. overflow: hidden;
  6588. }
  6589. .sidebar .product_list_widget li a,
  6590. .sidebar .widget_layered_nav li a {
  6591. border-bottom: 0;
  6592. padding: 0;
  6593. }
  6594. .sidebar .widget_layered_nav li.chosen {
  6595. background-color: #A0CE4E;
  6596. }
  6597. .sidebar .widget_layered_nav li.chosen a {
  6598. margin-left: 14px;
  6599. }
  6600. .sidebar .widget_layered_nav li.chosen a:before,
  6601. .sidebar .widget_layered_nav_filters li.chosen a:before {
  6602. position: absolute;
  6603. content: '\e61d';
  6604. margin-left: -17px;
  6605. -webkit-transform: rotate(45deg);
  6606. -moz-transform: rotate(45deg);
  6607. -ms-transform: rotate(45deg);
  6608. -o-transform: rotate(45deg);
  6609. transform: rotate(45deg);
  6610. font-family: IcoMoon;
  6611. }
  6612. .sidebar .widget_layered_nav_filters li.chosen {
  6613. display: inline-block;
  6614. margin: 0 3px 3px 0;
  6615. padding: 2px 5px 2px 20px;
  6616. background-color: #A0CE4E;
  6617. }
  6618. .sidebar .product_list_widget li .amount,
  6619. .sidebar .product_list_widget li .quantity {
  6620. display: block;
  6621. font-size: 15px;
  6622. font-weight: bold;
  6623. padding-top: 3px;
  6624. }
  6625. .sidebar .product_list_widget li .quantity {
  6626. border: 0;
  6627. }
  6628. .sidebar .product_list_widget li dl {
  6629. margin: 0;
  6630. }
  6631. .sidebar .product_list_widget li dt,
  6632. .sidebar .product_list_widget li dd {
  6633. margin: 0;
  6634. display: inline;
  6635. }
  6636. .sidebar .product_list_widget li dt {
  6637. font-weight: bold;
  6638. margin-right: 5px;
  6639. }
  6640. .sidebar .product_list_widget li .star-rating {
  6641. margin: 5px 0px;
  6642. }
  6643. .widget_shopping_cart_content .total .amount {
  6644. display: inline-block;
  6645. margin-left: 25px;
  6646. }
  6647. .widget_shopping_cart_content .buttons {
  6648. background: #f6f6f6;
  6649. overflow: hidden;
  6650. }
  6651. .widget_shopping_cart_content .buttons a {
  6652. display: inline-block;
  6653. width: 50%;
  6654. float: left;
  6655. text-indent: 10px;
  6656. margin: 0;
  6657. height: 35px;
  6658. line-height: 35px;
  6659. }
  6660. .widget_shopping_cart_content .buttons > a:before {
  6661. font-family: IcoMoon;
  6662. content: '\f07a';
  6663. margin-right: 10px;
  6664. }
  6665. .widget_shopping_cart_content .buttons a.checkout:before {
  6666. font-family: IcoMoon;
  6667. content: '\f046';
  6668. margin-right: 10px;
  6669. }
  6670. .widget_layered_nav li {
  6671. overflow: hidden;
  6672. padding: 10px 0px;
  6673. }
  6674. .widget_layered_nav li a {
  6675. float: left;
  6676. }
  6677. .widget_layered_nav li .count {
  6678. float: right;
  6679. font-size: 12px;
  6680. }
  6681. .price_slider_wrapper {
  6682. border-bottom: 1px solid;
  6683. padding-bottom: 18px;
  6684. }
  6685. .price_slider_amount {
  6686. text-align: right;
  6687. margin-top: 15px;
  6688. }
  6689. .price_slider_amount .button {
  6690. float: left;
  6691. font-weight: bold;
  6692. height: 25px;
  6693. line-height: 25px;
  6694. font-size: 13px;
  6695. padding: 0 6px;
  6696. }
  6697. .price_label {
  6698. line-height: 25px;
  6699. }
  6700. .price_label .from {
  6701. margin-left: 3px;
  6702. }
  6703. .price_label .from,
  6704. .price_label .to {
  6705. font-size: 14px;
  6706. font-weight: bold;
  6707. }
  6708. .ui-slider {
  6709. position: relative;
  6710. text-align: left;
  6711. }
  6712. .ui-slider .ui-slider-handle {
  6713. position: absolute;
  6714. z-index: 2;
  6715. width: 12px;
  6716. height: 12px;
  6717. top: -0.3em;
  6718. outline: none;
  6719. }
  6720. .ui-slider .ui-slider-handle:before {
  6721. border: 1px solid #333;
  6722. -moz-border-radius: 50%;
  6723. -webkit-border-radius: 50%;
  6724. border-radius: 50%;
  6725. -moz-background-clip: padding;
  6726. -webkit-background-clip: padding-box;
  6727. background-clip: padding-box;
  6728. background-color: #fff;
  6729. width: 12px;
  6730. height: 12px;
  6731. outline: none;
  6732. content: '';
  6733. display: block;
  6734. position: absolute;
  6735. top: 0;
  6736. left: 0;
  6737. }
  6738. .ui-slider .ui-slider-handle:after {
  6739. border: 1px solid #333;
  6740. -moz-border-radius: 50%;
  6741. -webkit-border-radius: 50%;
  6742. border-radius: 50%;
  6743. -moz-background-clip: padding;
  6744. -webkit-background-clip: padding-box;
  6745. background-clip: padding-box;
  6746. background-color: #fff;
  6747. width: 2px;
  6748. height: 2px;
  6749. outline: none;
  6750. content: '';
  6751. display: block;
  6752. position: absolute;
  6753. top: 5px;
  6754. left: 5px;
  6755. z-index: 3;
  6756. }
  6757. .ui-slider .ui-slider-handle:last-child {
  6758. margin-left: -1em;
  6759. }
  6760. .ui-slider .ui-slider-range {
  6761. position: absolute;
  6762. z-index: 1;
  6763. font-size: .7em;
  6764. display: block;
  6765. border: 0;
  6766. -webkit-border-radius: 1em;
  6767. -moz-border-radius: 1em;
  6768. border-radius: 1em;
  6769. }
  6770. .price_slider_wrapper .ui-widget-content {
  6771. -webkit-border-radius: 1em;
  6772. -moz-border-radius: 1em;
  6773. border-radius: 1em;
  6774. }
  6775. .ui-slider-horizontal {
  6776. height: .5em;
  6777. }
  6778. .ui-slider-horizontal .ui-slider-range {
  6779. top: 0;
  6780. height: 100%;
  6781. }
  6782. .ui-slider-horizontal .ui-slider-range-min {
  6783. left: -1px;
  6784. }
  6785. .ui-slider-horizontal .ui-slider-range-max {
  6786. right: -1px;
  6787. }
  6788. .tagcloud a {
  6789. font-size: 13px;
  6790. display: inline-block;
  6791. padding: 0 10px;
  6792. min-height: 28px;
  6793. line-height: 28px;
  6794. border: 1px solid;
  6795. margin: 2px 0;
  6796. -webkit-transition: all .2s;
  6797. -moz-transition: all .2s;
  6798. -ms-transition: all .2s;
  6799. -o-transition: all .2s;
  6800. transition: all .2s;
  6801. }
  6802. .tagcloud a:hover {
  6803. color: #fff;
  6804. }
  6805. .simple-products-slider {
  6806. overflow: hidden;
  6807. }
  6808. #main .simple-products-slider .image .image-extras .image-extras-content h3 {
  6809. margin-top: 0px;
  6810. margin-bottom: 5px;
  6811. font-size: 13px;
  6812. }
  6813. .simple-products-slider .cats {
  6814. font-size: 11px;
  6815. margin-bottom: 5px;
  6816. line-height: normal;
  6817. }
  6818. .simple-products-slider .price {
  6819. display: inline-block;
  6820. margin-bottom: 5px;
  6821. }
  6822. .simple-products-slider .price .amount {
  6823. font-size: 18px;
  6824. }
  6825. .simple-products-slider .product-buttons {
  6826. padding: 0;
  6827. height: auto;
  6828. }
  6829. .simple-products-slider .product-buttons a {
  6830. display: inline;
  6831. height: auto;
  6832. line-height: normal;
  6833. float: none;
  6834. }
  6835. .simple-products-slider .product-buttons a:before {
  6836. margin-right: 0;
  6837. }
  6838. .simple-products-slider .product-buttons .show_details_button {
  6839. margin-left: 5px;
  6840. }
  6841. .product-category h3 {
  6842. padding: 0 20px;
  6843. }
  6844. #customer_login h2 {
  6845. margin-bottom: 5px;
  6846. }
  6847. #customer_login .sep-double {
  6848. margin-bottom: 40px;
  6849. }
  6850. #customer_login_box {
  6851. border: 1px solid;
  6852. padding: 30px;
  6853. -webkit-box-sizing: border-box;
  6854. /* Safari/Chrome, other WebKit */
  6855. -moz-box-sizing: border-box;
  6856. /* Firefox, other Gecko */
  6857. box-sizing: border-box;
  6858. /* Opera/IE 8+ */
  6859. }
  6860. #customer_login .one_half.last {
  6861. padding-top: 29px;
  6862. }
  6863. #customer_login_box .remember-box {
  6864. padding-left: 20px;
  6865. padding-right: 20px;
  6866. }
  6867. #customer_login .col-1,
  6868. #customer_login .col-2 {
  6869. width: 48%;
  6870. float: left;
  6871. }
  6872. #customer_login .col-1 {
  6873. margin-right: 4%;
  6874. }
  6875. .woocommerce .myaccount_user_container {
  6876. display: table-row;
  6877. }
  6878. .myaccount_user_container span {
  6879. display: table-cell;
  6880. padding: 25px 0px;
  6881. border-right: 1px solid;
  6882. }
  6883. .myaccount_user_container span.msg {
  6884. padding-left: 20px;
  6885. padding-right: 20px;
  6886. }
  6887. .myaccount_user_container span:last-child {
  6888. border-right: 0;
  6889. padding-left: 20px;
  6890. }
  6891. .myaccount_user_container .username {
  6892. padding-left: 25px;
  6893. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  6894. font-size: 18px;
  6895. font-weight: normal;
  6896. }
  6897. .myaccount_user_container .username:before {
  6898. position: absolute;
  6899. margin-left: -25px;
  6900. font-family: 'IcoMoon';
  6901. content: '\f05d';
  6902. }
  6903. .myaccount_user_container .view-cart a {
  6904. text-transform: uppercase;
  6905. }
  6906. .myaccount_user_container .view-cart a {
  6907. padding-left: 25px;
  6908. }
  6909. .myaccount_user_container .view-cart a:before {
  6910. position: absolute;
  6911. margin-left: -25px;
  6912. font-family: 'IcoMoon';
  6913. content: '\f07a';
  6914. color: inherit;
  6915. }
  6916. .myaccount_user {
  6917. display: none;
  6918. }
  6919. .avada_myaccount_user {
  6920. display: table;
  6921. width: 100%;
  6922. border-top: 1px solid;
  6923. border-bottom: 1px solid;
  6924. margin-bottom: 30px;
  6925. }
  6926. #main .avada-myaccount-data {
  6927. overflow: visible;
  6928. }
  6929. .avada-myaccount-data h2,
  6930. .avada-myaccount-data .digital-downloads,
  6931. .avada-myaccount-data .my_account_orders,
  6932. .avada-myaccount-data .myaccount_address,
  6933. .avada-myaccount-data .addresses,
  6934. .avada-myaccount-data .edit-account-heading,
  6935. .avada-myaccount-data .edit-account-form,
  6936. .edit-address {
  6937. display: none;
  6938. }
  6939. .avada-myaccount-data .digital-downloads,
  6940. .avada-thank-you .order_details {
  6941. list-style: none;
  6942. margin: 10px 0 0;
  6943. padding: 0;
  6944. }
  6945. .avada-myaccount-data .digital-downloads li,
  6946. .avada-thank-you .order_details li {
  6947. line-height: 19px;
  6948. margin: 0 0 15px;
  6949. padding: 0 0 0 25px;
  6950. }
  6951. .avada-myaccount-data .digital-downloads li:before,
  6952. .avada-thank-you .order_details li:before {
  6953. border-radius: 50%;
  6954. font-size: 12px;
  6955. text-align: center;
  6956. content: '\f105';
  6957. display: inline-block;
  6958. float: left;
  6959. font-family: IcoMoon;
  6960. font-style: normal;
  6961. font-weight: normal;
  6962. height: 19px;
  6963. margin-left: -25px;
  6964. margin-right: 0;
  6965. text-decoration: inherit;
  6966. width: 19px;
  6967. }
  6968. .avada-myaccount-data .my_account_orders .order-total {
  6969. border-top: none;
  6970. }
  6971. .avada-myaccount-data .my_account_orders.shop_table tbody tr {
  6972. height: 46px;
  6973. }
  6974. .avada-myaccount-data .addresses .col-1,
  6975. .avada-myaccount-data .addresses .col-2,
  6976. .avada-customer-details .addresses .col-1,
  6977. .avada-customer-details .addresses .col-2 {
  6978. width: 48%;
  6979. float: left;
  6980. }
  6981. .avada-myaccount-data .addresses .col-1,
  6982. .avada-customer-details .addresses .col-1 {
  6983. margin-right: 4%;
  6984. }
  6985. .avada-myaccount-data .addresses .title,
  6986. .avada-customer-details .addresses .title {
  6987. margin-top: 0;
  6988. border-bottom: 1px solid;
  6989. margin-bottom: 15px;
  6990. padding-bottom: 5px;
  6991. display: block;
  6992. }
  6993. .avada-myaccount-data .addresses .title h3,
  6994. .avada-customer-details .addresses .title h3 {
  6995. font-weight: bold;
  6996. }
  6997. .avada-myaccount-data .addresses .title .edit {
  6998. display: inline-block;
  6999. margin: 2px 0 0 10px;
  7000. }
  7001. body:not(:-moz-handler-blocked) .avada-myaccount-data .addresses .title .edit {
  7002. margin-top: 3px;
  7003. }
  7004. .avada-myaccount-data .input-text {
  7005. padding: 8px 15px;
  7006. }
  7007. .avada-myaccount-data .myaccount_address .chosen-container-single,
  7008. .avada-myaccount-data #billing_country_chosen,
  7009. .avada-myaccount-data #billing_state_chosen,
  7010. .avada-myaccount-data #shipping_country_chosen,
  7011. .avada-myaccount-data #shipping_state_chosen,
  7012. .avada-checkout #billing_country_chosen,
  7013. .avada-checkout #billing_state_chosen,
  7014. .avada-checkout #shipping_country_chosen,
  7015. .avada-checkout #shipping_state_chosen {
  7016. width: 100% !important;
  7017. }
  7018. .avada-order-details {
  7019. margin-bottom: 20px;
  7020. }
  7021. .avada-order-details .shop_table.order_details .product-total {
  7022. text-align: right;
  7023. }
  7024. .avada-order-details .shop_table.order_details tfoot tr {
  7025. border: none;
  7026. }
  7027. .avada-order-details .shop_table.order_details tfoot tr th {
  7028. border: none;
  7029. }
  7030. .avada-order-details .shop_table.order_details tfoot tr td {
  7031. padding-top: 0;
  7032. }
  7033. .avada-order-details .shop_table.order_details tfoot tr:last-child td {
  7034. padding-top: 10px;
  7035. }
  7036. .avada-order-details .order-again {
  7037. margin: 15px 0 0 0;
  7038. text-align: right;
  7039. }
  7040. .avada-order-details .shop_table.order_details tfoot tr:last-child .amount {
  7041. font-size: 18px;
  7042. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7043. }
  7044. .avada-customer-details .customer_details dt,
  7045. .avada-customer-details .customer_details dd {
  7046. display: inline-block;
  7047. margin: 0;
  7048. }
  7049. .avada-customer-details .customer_details dt {
  7050. font-weight: bold;
  7051. }
  7052. .avada-thank-you {
  7053. margin-bottom: 20px;
  7054. }
  7055. #main .cart-empty {
  7056. float: left;
  7057. font-size: 18px;
  7058. border-top: 1px solid;
  7059. border-bottom: 1px solid;
  7060. width: 50%;
  7061. line-height: 55px;
  7062. height: 55px;
  7063. }
  7064. #main .return-to-shop {
  7065. float: left;
  7066. border-top: 1px solid;
  7067. border-bottom: 1px solid;
  7068. width: 50%;
  7069. text-align: right;
  7070. line-height: 55px;
  7071. height: 55px;
  7072. }
  7073. .return-to-shop .wc-backward {
  7074. padding-left: 25px;
  7075. }
  7076. .return-to-shop .wc-backward:before {
  7077. position: absolute;
  7078. content: '\f07a';
  7079. font-family: IcoMoon;
  7080. margin-left: -25px;
  7081. color: inherit;
  7082. }
  7083. .woocommerce-side-nav {
  7084. float: left;
  7085. list-style: none;
  7086. margin: 0;
  7087. padding: 0;
  7088. width: 220px;
  7089. }
  7090. .woocommerce-side-nav li a {
  7091. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7092. display: block;
  7093. height: 36px;
  7094. line-height: 36px;
  7095. border-bottom: 1px solid;
  7096. }
  7097. .woocommerce-side-nav li.active a:after {
  7098. position: absolute;
  7099. font-size: 14px;
  7100. font-family: IcoMoon;
  7101. content: '\f105';
  7102. margin-left: 5px;
  7103. }
  7104. .woocommerce-content-box {
  7105. border: 1px solid;
  7106. padding: 30px;
  7107. margin-left: 240px;
  7108. overflow: hidden;
  7109. -webkit-box-sizing: border-box;
  7110. /* Safari/Chrome, other WebKit */
  7111. -moz-box-sizing: border-box;
  7112. /* Firefox, other Gecko */
  7113. box-sizing: border-box;
  7114. /* Opera/IE 8+ */
  7115. }
  7116. .woocommerce-content-box.full-width {
  7117. margin-left: 0;
  7118. width: 100%;
  7119. }
  7120. .woocommerce-content-box.no-bottom-space {
  7121. padding-bottom: 0;
  7122. }
  7123. .woocommerce-content-box.one_half {
  7124. margin-left: 0;
  7125. width: 48%;
  7126. margin-right: 4%;
  7127. float: left;
  7128. margin-bottom: 20px;
  7129. position: relative;
  7130. }
  7131. .woocommerce-content-box.avada-checkout {
  7132. overflow: visible;
  7133. }
  7134. .woocommerce-content-box h2 {
  7135. border-bottom: 1px solid;
  7136. padding-bottom: 10px;
  7137. margin-bottom: 30px;
  7138. }
  7139. .available-downloads {
  7140. margin-bottom: 50px;
  7141. }
  7142. .my_account_orders {
  7143. width: 100%;
  7144. text-align: left;
  7145. margin: 0;
  7146. }
  7147. .my_account_orders tr {
  7148. border-bottom: 1px solid;
  7149. }
  7150. .my_account_orders tbody tr:last-child {
  7151. border-bottom: 0;
  7152. }
  7153. .my_account_orders thead tr th {
  7154. padding-bottom: 12px;
  7155. font-weight: bold;
  7156. font-size: 13px;
  7157. }
  7158. .my_account_orders thead tr th {
  7159. height: auto;
  7160. line-height: normal;
  7161. }
  7162. .my_account_orders .order-number a {
  7163. font-size: 18px;
  7164. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7165. }
  7166. .my_account_orders .order-actions a {
  7167. display: block;
  7168. text-shadow: none;
  7169. }
  7170. .my_account_orders .order-actions a:after {
  7171. position: absolute;
  7172. font-size: 14px;
  7173. font-family: IcoMoon;
  7174. content: '\f105';
  7175. margin-left: 10px;
  7176. }
  7177. #main .page-info {
  7178. margin-bottom: 10px;
  7179. }
  7180. .woocommerce .addresses {
  7181. margin-top: 40px;
  7182. overflow: hidden;
  7183. }
  7184. .woocommerce .address h4 {
  7185. font-weight: bold;
  7186. margin-top: 0;
  7187. border-bottom: 1px solid;
  7188. padding-bottom: 5px;
  7189. }
  7190. .woocommerce address {
  7191. font-style: normal;
  7192. margin-bottom: 20px;
  7193. }
  7194. .woocommerce .address .edit {
  7195. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7196. }
  7197. .woocommerce .address .edit:after {
  7198. position: absolute;
  7199. font-size: 14px;
  7200. font-family: IcoMoon;
  7201. content: '\f105';
  7202. margin-left: 10px;
  7203. }
  7204. .checkout .input-text {
  7205. padding: 8px 15px;
  7206. }
  7207. .shop_table {
  7208. width: 100%;
  7209. text-align: left;
  7210. margin: 0;
  7211. }
  7212. .shop_table tr {
  7213. border-bottom: 1px solid;
  7214. }
  7215. .shop_table td {
  7216. padding: 10px 0;
  7217. }
  7218. .shop_table tbody tr:last-child {
  7219. border-bottom: 0;
  7220. }
  7221. .shop_table thead tr th {
  7222. padding-bottom: 12px;
  7223. font-weight: bold;
  7224. font-size: 13px;
  7225. }
  7226. .shop_table thead tr th {
  7227. height: auto;
  7228. line-height: normal;
  7229. }
  7230. .shop_table tbody tr {
  7231. height: 140px;
  7232. }
  7233. .shop_table.my_account_subscriptions tbody tr {
  7234. height: auto;
  7235. }
  7236. .shop_table .product-thumbnail {
  7237. width: 90px;
  7238. margin-right: 25px;
  7239. float: left;
  7240. }
  7241. .shop_table .product-thumbnail img {
  7242. max-width: 90px;
  7243. }
  7244. .shop_table .product-name {
  7245. width: 50%;
  7246. }
  7247. .shop_table .product-title a {
  7248. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7249. }
  7250. .product-info {
  7251. margin-left: 115px;
  7252. margin-top: 20px;
  7253. }
  7254. .shop_table .product-thumbnail .product-info {
  7255. margin-top: 20px;
  7256. }
  7257. .shop_table .product-thumbnail .product-info .variation dt {
  7258. float: left;
  7259. margin-right: 5px;
  7260. }
  7261. .shop_table .product-thumbnail .product-info .variation dd {
  7262. margin-left: 0;
  7263. }
  7264. .shop_table .product-remove a {
  7265. font-size: 24px;
  7266. float: right;
  7267. }
  7268. .shop_table .product-price {
  7269. text-align: center;
  7270. }
  7271. .shop_table .product-quantity {
  7272. text-align: center;
  7273. }
  7274. .checkout .shop_table .product-quantity {
  7275. text-align: initial;
  7276. }
  7277. .shop_table .product-quantity .quantity {
  7278. margin: 0 auto;
  7279. }
  7280. .shop_table .product-subtotal {
  7281. text-align: center;
  7282. }
  7283. .shop_table .product-subtotal .amount {
  7284. font-size: 18px;
  7285. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7286. }
  7287. .shop_table .product-remove {
  7288. width: 5%;
  7289. }
  7290. .shop_table .variation dt,
  7291. .shop_table .variation dd {
  7292. margin: 0;
  7293. display: inline-block;
  7294. }
  7295. .shop_table .variation p {
  7296. margin-bottom: 5px;
  7297. }
  7298. .one_half_container {
  7299. float: left;
  7300. }
  7301. .cart-collaterals {
  7302. margin-top: 30px;
  7303. overflow: hidden;
  7304. }
  7305. .cart-collaterals .one_half .woocommerce-content-box {
  7306. margin-bottom: 30px;
  7307. }
  7308. .cart-collaterals .form-row input,
  7309. .cart-collaterals .avada-select-parent input {
  7310. padding: 9px 15px;
  7311. margin: 0;
  7312. }
  7313. .cart-collaterals ul.products li {
  7314. margin-bottom: 0;
  7315. }
  7316. .cart-collaterals .cross-sells {
  7317. margin-bottom: 30px;
  7318. }
  7319. .shipping-calculator-form-nohide #calc_shipping_state {
  7320. min-width: 100%;
  7321. }
  7322. .shipping-calculator-form-nohide .button {
  7323. float: right;
  7324. }
  7325. .coupon {
  7326. overflow: hidden;
  7327. }
  7328. .coupon .input-text {
  7329. float: left;
  7330. width: 75%;
  7331. padding: 8px 15px;
  7332. margin-left: 0;
  7333. margin-right: 0;
  7334. }
  7335. .coupon .fusion-button {
  7336. float: right;
  7337. margin-top: 2px;
  7338. padding-left: 25px !important;
  7339. padding-right: 25px !important;
  7340. }
  7341. .cart-totals-container .fusion-button {
  7342. display: block;
  7343. }
  7344. .shipping-coupon {
  7345. float: left;
  7346. width: 48%;
  7347. margin-right: 4%;
  7348. }
  7349. .cart-totals-buttons {
  7350. float: left;
  7351. width: 48%;
  7352. }
  7353. .cart-totals-buttons .shipping_method {
  7354. max-width: 230px;
  7355. }
  7356. .shipping_calculator {
  7357. margin-bottom: 30px;
  7358. }
  7359. .avada-shipping-calculator-form,
  7360. .shipping-calculator-form {
  7361. display: block;
  7362. }
  7363. .avada-shipping-calculator-form .one_half .avada-select-parent,
  7364. .shipping-calculator-form .one_half .avada-select-parent {
  7365. margin-bottom: 0;
  7366. }
  7367. .avada-shipping-calculator-button:hover,
  7368. .shipping-calculator-button:hover {
  7369. color: inherit;
  7370. cursor: auto;
  7371. }
  7372. .cart-collaterals .shipping_calculator #calc_shipping_state {
  7373. min-width: 150px;
  7374. }
  7375. .cart-collaterals .shipping_calculator #calc_shipping_postcode {
  7376. height: 36px;
  7377. }
  7378. .woocommerce p.one_half {
  7379. margin-left: 0;
  7380. margin-right: 4%;
  7381. }
  7382. .coupon .fusion-button {
  7383. margin-top: 0;
  7384. }
  7385. .order-total {
  7386. border-top: 1px solid;
  7387. height: 50px;
  7388. }
  7389. .order-total th,
  7390. .order-total td {
  7391. padding-top: 20px;
  7392. }
  7393. .checkout .order-total {
  7394. border: none;
  7395. height: auto;
  7396. }
  7397. .checkout .order-total th,
  7398. .checkout .order-total td {
  7399. padding-top: 0;
  7400. }
  7401. .cart_totals .order-total .amount {
  7402. font-size: 18px;
  7403. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7404. }
  7405. .cart_totals table {
  7406. width: 100%;
  7407. text-align: left;
  7408. }
  7409. .cart_totals table th {
  7410. width: 50%;
  7411. padding-bottom: 20px;
  7412. }
  7413. .cart_totals table td {
  7414. width: 50%;
  7415. padding-bottom: 20px;
  7416. text-align: right;
  7417. }
  7418. .cart_totals table .total th,
  7419. .cart_totals table .total td {
  7420. padding-top: 20px;
  7421. }
  7422. .cart_totals .cart-subtotal td,
  7423. .cart_totals .total td {
  7424. text-align: right;
  7425. }
  7426. .cart_totals .cart-subtotal td strong {
  7427. font-weight: normal;
  7428. }
  7429. .cart_totals .total {
  7430. border-top: 1px solid;
  7431. height: 50px;
  7432. }
  7433. #shipping_method {
  7434. list-style: none;
  7435. margin: 0;
  7436. padding: 0;
  7437. float: right;
  7438. text-align: right;
  7439. }
  7440. .cart-totals-buttons .fusion-button {
  7441. float: right;
  7442. display: block;
  7443. }
  7444. .cart-totals-buttons .checkout-button {
  7445. clear: both;
  7446. margin-top: 10px;
  7447. }
  7448. #wrapper .custom_select_box .dd-container .dd-select,
  7449. #wrapper .custom_select_box .dd-options li a {
  7450. background: #fbfaf9;
  7451. background-image: none;
  7452. }
  7453. #wrapper .custom_select_box .dd-container .dd-selected {
  7454. padding: 0;
  7455. text-indent: 10px;
  7456. padding-right: 15px;
  7457. }
  7458. #wrapper .custom_select_box .dd-options li a:hover {
  7459. background-color: transparent;
  7460. }
  7461. #wrapper .custom_select_box .dd-pointer {
  7462. background-image: none;
  7463. width: 10px;
  7464. border-left: 1px solid;
  7465. padding-left: 10px;
  7466. }
  7467. #wrapper .custom_select_box .dd-pointer-down:after {
  7468. font-family: IcoMoon;
  7469. content: '\e61f';
  7470. font-weight: bold;
  7471. }
  7472. #wrapper .custom_select_box .dd-options {
  7473. position: absolute;
  7474. top: auto;
  7475. max-height: 143px;
  7476. }
  7477. #wrapper .custom_select_box .dd-pointer-down {
  7478. border-color: #dadada;
  7479. }
  7480. #billing_country_field > label,
  7481. #shipping_country_field > label {
  7482. padding-right: 5px;
  7483. }
  7484. #billing_country_field > label:after,
  7485. #shipping_country_field > label:after {
  7486. content: ":";
  7487. }
  7488. .admin-bar p.demo_store {
  7489. top: 32px;
  7490. }
  7491. p.demo_store {
  7492. position: fixed;
  7493. top: 0;
  7494. left: 0;
  7495. right: 0;
  7496. margin: 0;
  7497. font-size: 16px;
  7498. padding: 10px;
  7499. text-align: center;
  7500. background: #A0CE4E;
  7501. color: #ffffff;
  7502. z-index: 99997;
  7503. }
  7504. .product .entry-summary .price {
  7505. margin-top: 10px;
  7506. }
  7507. .product .entry-summary .woocommerce-product-rating {
  7508. display: inline-block;
  7509. margin-left: 20px;
  7510. margin-top: 11px;
  7511. }
  7512. .product .entry-summary .woocommerce-product-rating .star-rating {
  7513. display: inline-block;
  7514. }
  7515. .product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  7516. position: relative;
  7517. top: -2px;
  7518. }
  7519. #wrapper .chzn-container-single .chzn-single div b {
  7520. background: none;
  7521. }
  7522. #billing_country_field .select-arrow,
  7523. #shipping_country_field .select-arrow,
  7524. #billing_state_field .select-arrow,
  7525. #shipping_state_field .select-arrow {
  7526. height: 34px;
  7527. line-height: 34px;
  7528. }
  7529. #customer_login h2 {
  7530. margin-bottom: 30px;
  7531. }
  7532. /*
  7533. input[type="text"] {
  7534. margin: 0;
  7535. padding: 8px 10px;
  7536. height: auto;
  7537. width: 100%;
  7538. outline: none;
  7539. background: #fff;
  7540. border: 1px solid #dadada;
  7541. font-size: 13px;
  7542. color: #747474;
  7543. .box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
  7544. .border-radius( 0 );
  7545. }
  7546.  
  7547. select {
  7548. display: block;
  7549. -webkit-appearance: none;
  7550. margin: 0;
  7551. padding: 8px 10px;
  7552. height: auto;
  7553. width: 100%;
  7554. outline: none;
  7555. background: #fff;
  7556. border: 1px solid #dadada;
  7557. font-size: 13px;
  7558. color: #747474;
  7559. cursor: pointer;
  7560. .box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
  7561. .border-radius( 0 );
  7562. }
  7563.  
  7564. .woocommerce {
  7565. select {
  7566. padding: 8px 15px;
  7567. text-indent: 0;
  7568. }
  7569. }
  7570.  
  7571. */
  7572. input[type="text"],
  7573. input.input-text,
  7574. textarea {
  7575. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7576. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7577. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7578. }
  7579. .avada-select-parent select,
  7580. .gravity-select-parent select,
  7581. .wpcf7-select-parent select {
  7582. -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7583. -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7584. box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  7585. }
  7586. .wpcf7-select-parent {
  7587. overflow: hidden;
  7588. position: relative;
  7589. width: 100%;
  7590. }
  7591. .wpcf7-select-parent .select-arrow {
  7592. width: 35px;
  7593. height: 33px;
  7594. line-height: 33px;
  7595. border-left: 1px solid #dadada;
  7596. position: absolute;
  7597. top: 1px;
  7598. right: 1px;
  7599. background: #fff;
  7600. pointer-events: none;
  7601. z-index: 10;
  7602. font-family: IcoMoon;
  7603. font-size: 9px;
  7604. text-align: center;
  7605. }
  7606. .wpcf7-select-parent .wpcf7-select {
  7607. -webkit-appearance: none;
  7608. text-overflow: '';
  7609. background: #fbfaf9;
  7610. border: 1px solid #dadada;
  7611. color: #333333;
  7612. cursor: pointer;
  7613. display: block;
  7614. font-size: 13px;
  7615. outline: none;
  7616. height: auto;
  7617. width: 100%;
  7618. padding: 8px 15px;
  7619. position: relative;
  7620. text-indent: 0.01px;
  7621. vertical-align: middle;
  7622. z-index: 5;
  7623. margin: 0;
  7624. border-radius: 0;
  7625. -webkit-border-radius: 0;
  7626. -moz-border-radius: 0;
  7627. -o-border-radius: 0;
  7628. }
  7629. .wpcf7-form .wpcf7-not-valid-tip {
  7630. display: inline;
  7631. }
  7632. .gravity-select-parent {
  7633. position: relative;
  7634. overflow: hidden;
  7635. }
  7636. .ginput_complex .gravity-select-parent {
  7637. width: 95%;
  7638. }
  7639. .gravity-select-parent .select-arrow {
  7640. width: 26px;
  7641. height: 26px;
  7642. line-height: 26px;
  7643. border-left: 1px solid #dadada;
  7644. position: absolute;
  7645. top: 1px;
  7646. right: 1px;
  7647. pointer-events: none;
  7648. background: #fff;
  7649. z-index: 10;
  7650. font-family: IcoMoon;
  7651. font-size: 9px;
  7652. text-align: center;
  7653. }
  7654. .gravity-select-parent select {
  7655. -webkit-appearance: none;
  7656. text-overflow: '';
  7657. background: #fbfaf9;
  7658. border: 1px solid #dadada;
  7659. box-sizing: border-box;
  7660. -webkit-box-sizing: border-box;
  7661. -moz-box-sizing: border-box;
  7662. -o-box-sizing: border-box;
  7663. color: #333333;
  7664. cursor: pointer;
  7665. display: block;
  7666. font-size: 13px;
  7667. outline: none;
  7668. height: auto;
  7669. padding: 8px 15px;
  7670. position: relative;
  7671. text-indent: 0.01px;
  7672. vertical-align: middle;
  7673. z-index: 5;
  7674. margin: 0;
  7675. border-radius: 0;
  7676. -webkit-border-radius: 0;
  7677. -moz-border-radius: 0;
  7678. -o-border-radius: 0;
  7679. min-width: 70px;
  7680. }
  7681. .select-arrow {
  7682. width: 35px;
  7683. height: 33px;
  7684. line-height: 33px;
  7685. border-left: 1px solid #dadada;
  7686. position: absolute;
  7687. top: 1px;
  7688. right: 1px;
  7689. background: #fff;
  7690. pointer-events: none;
  7691. z-index: 10;
  7692. font-family: IcoMoon;
  7693. font-size: 9px;
  7694. text-align: center;
  7695. }
  7696. .avada-select-parent {
  7697. position: relative;
  7698. overflow: hidden;
  7699. }
  7700. #billing_country_field .avada-select-parent,
  7701. #shipping_country_field .avada-select-parent,
  7702. #billing_state_field .avada-select-parent,
  7703. #shipping_state_field .avada-select-parent,
  7704. .avada-shipping-calculator-form .avada-select-parent,
  7705. .shipping-calculator-form .avada-select-parent {
  7706. overflow: visible;
  7707. }
  7708. .bbpress .avada-select-parent {
  7709. overflow: hidden;
  7710. }
  7711. .avada-select-parent select {
  7712. -webkit-appearance: none;
  7713. text-overflow: '';
  7714. background: #fbfaf9;
  7715. border: 1px solid #dadada;
  7716. box-sizing: border-box;
  7717. -webkit-box-sizing: border-box;
  7718. -moz-box-sizing: border-box;
  7719. -o-box-sizing: border-box;
  7720. color: #333333;
  7721. cursor: pointer;
  7722. display: block;
  7723. font-size: 13px;
  7724. outline: none;
  7725. height: auto;
  7726. padding: 8px 15px;
  7727. position: relative;
  7728. text-indent: 0.01px;
  7729. vertical-align: middle;
  7730. z-index: 5;
  7731. margin: 0;
  7732. border-radius: 0;
  7733. -webkit-border-radius: 0;
  7734. -moz-border-radius: 0;
  7735. -o-border-radius: 0;
  7736. min-width: 180px;
  7737. }
  7738. .sidebar .avada-select-parent select {
  7739. min-width: initial;
  7740. }
  7741. .avada-shipping-calculator-form .avada-select-parent select,
  7742. .shipping-calculator-form .avada-select-parent select {
  7743. padding-top: 10px;
  7744. }
  7745. .woocommerce .avada-select-parent select,
  7746. #bbpress-forums .avada-select-parent select {
  7747. width: 100%;
  7748. }
  7749. #bbpress-forums fieldset select#bbp_forum_id {
  7750. max-width: none;
  7751. }
  7752. .woocommerce .lost_password {
  7753. margin-top: 7px;
  7754. }
  7755. form.checkout #shipping,
  7756. form.checkout #payment-container {
  7757. display: none;
  7758. }
  7759. form.checkout #billing_first_name_field,
  7760. form.checkout #shipping_first_name_field {
  7761. float: left;
  7762. width: 48%;
  7763. }
  7764. form.checkout #billing_last_name_field,
  7765. form.checkout #shipping_last_name_field {
  7766. float: right;
  7767. width: 48%;
  7768. }
  7769. form.checkout .continue-checkout {
  7770. float: right;
  7771. }
  7772. form.checkout label {
  7773. margin-bottom: 2px;
  7774. display: inline-block;
  7775. }
  7776. form.checkout .shop_table tbody .product-thumbnail {
  7777. width: 90px;
  7778. }
  7779. form.checkout .shop_table th.product-total {
  7780. width: 40%;
  7781. text-align: right;
  7782. }
  7783. form.checkout .shop_table tbody .product-total {
  7784. width: 40%;
  7785. text-align: right;
  7786. }
  7787. form.checkout .shop_table .product-thumbnail .product-info {
  7788. float: none;
  7789. }
  7790. form.checkout .shop_table .product-thumbnail .product-info p {
  7791. margin-left: 115px;
  7792. }
  7793. form.checkout .shop_table tfoot {
  7794. border-top: 1px solid;
  7795. border-bottom: 1px solid;
  7796. }
  7797. form.checkout .shop_table tfoot tr {
  7798. border-bottom: 0;
  7799. }
  7800. form.checkout .shop_table tfoot th {
  7801. text-align: right;
  7802. padding-right: 100px;
  7803. padding-bottom: 20px;
  7804. }
  7805. form.checkout .shop_table tfoot td {
  7806. width: 100%;
  7807. text-align: right;
  7808. padding-bottom: 20px;
  7809. }
  7810. form.checkout .shop_table tfoot tr:first-child th,
  7811. form.checkout .shop_table tfoot tr:first-child td {
  7812. padding-top: 20px;
  7813. }
  7814. form.checkout .shop_table tfoot .order-total .amount {
  7815. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7816. font-size: 18px;
  7817. font-weight: normal;
  7818. }
  7819. form.checkout .payment_methods {
  7820. list-style: none;
  7821. margin: 0;
  7822. padding: 0;
  7823. margin-top: 40px;
  7824. }
  7825. form.checkout .payment_methods li {
  7826. margin-bottom: 30px;
  7827. }
  7828. form.checkout .payment_methods label {
  7829. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7830. }
  7831. form.checkout .payment_methods .payment_box {
  7832. padding: 20px;
  7833. margin-top: 10px;
  7834. }
  7835. form.checkout #place_order {
  7836. float: right;
  7837. }
  7838. #thank-you-box {
  7839. margin-bottom: 20px;
  7840. }
  7841. #final-order-details .woocommerce-content-box {
  7842. margin-bottom: 20px;
  7843. }
  7844. #final-order-details .shop_table {
  7845. margin-bottom: 30px;
  7846. }
  7847. #final-order-details .shop_table .product-thumbnail .product-info {
  7848. float: none;
  7849. }
  7850. #final-order-details .shop_table .product-subtotal {
  7851. text-align: right;
  7852. }
  7853. #final-order-details .shop_table .product-total {
  7854. text-align: right;
  7855. }
  7856. #final-order-details .shop_table tr:last-child {
  7857. border-bottom: 1px solid;
  7858. }
  7859. #final-order-details .mini-order-details {
  7860. float: right;
  7861. width: 50%;
  7862. }
  7863. #final-order-details .mini-order-details tr {
  7864. border-bottom: 0;
  7865. }
  7866. #final-order-details .mini-order-details th {
  7867. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7868. padding-bottom: 10px;
  7869. text-align: left;
  7870. }
  7871. #final-order-details .mini-order-details td {
  7872. text-align: right;
  7873. padding-bottom: 10px;
  7874. }
  7875. #final-order-details .mini-order-details tr:last-child .amount {
  7876. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  7877. font-size: 18px;
  7878. font-weight: normal;
  7879. }
  7880. #final-order-details .mini-order-details tr:last-child {
  7881. border-top: 1px solid;
  7882. }
  7883. #final-order-details .mini-order-details tr:last-child th,
  7884. #final-order-details .mini-order-details tr:last-child td {
  7885. padding-top: 10px;
  7886. padding-bottom: 0;
  7887. }
  7888. #final-order-details .customer_details {
  7889. list-style: none;
  7890. margin: 0;
  7891. padding: 0;
  7892. }
  7893. p.order-info {
  7894. border-bottom: 1px solid;
  7895. border-top: 1px solid;
  7896. line-height: normal;
  7897. margin-bottom: 50px;
  7898. padding: 20px 0;
  7899. }
  7900. p.order-info mark {
  7901. background-color: transparent;
  7902. font-weight: bold;
  7903. }
  7904. .product-images {
  7905. position: relative;
  7906. }
  7907. .cart-loading {
  7908. display: block;
  7909. height: 70px;
  7910. width: 70px;
  7911. line-height: 70px;
  7912. font-size: 25px;
  7913. color: #fff;
  7914. -webkit-border-radius: 50%;
  7915. -moz-border-radius: 50%;
  7916. border-radius: 50%;
  7917. position: absolute;
  7918. top: 50%;
  7919. left: 50%;
  7920. margin-top: -35px;
  7921. margin-left: -35px;
  7922. z-index: 100;
  7923. display: none;
  7924. text-align: center;
  7925. }
  7926. #wrapper .cart-loading {
  7927. background-color: rgba(0, 0, 0, 0.8);
  7928. }
  7929. .no-rgba #wrapper .cart-loading {
  7930. background-color: #000;
  7931. }
  7932. .cart-loading .fusionicon-spinner {
  7933. -webkit-animation: mask 3s infinite alternate;
  7934. -moz-animation: mask 3s infinite alternate;
  7935. -ms-animation: mask 3s infinite alternate;
  7936. -o-animation: mask 3s infinite alternate;
  7937. animation: mask 3s infinite alternate;
  7938. display: inline-block;
  7939. line-height: 70px;
  7940. }
  7941. .cart-loading .fusionicon-check-square-o {
  7942. display: block;
  7943. line-height: 70px;
  7944. }
  7945. .wc-nested-category-layout-category-title {
  7946. margin-top: 35px;
  7947. }
  7948. .subcategory-term_description {
  7949. float: left;
  7950. margin-left: 20px;
  7951. width: 80%;
  7952. }
  7953. .subcategory-products {
  7954. clear: both;
  7955. padding-top: 25px;
  7956. }
  7957. @-webkit-keyframes mask {
  7958. 25% {
  7959. -webkit-transform: rotate(270deg);
  7960. }
  7961. 50% {
  7962. -webkit-transform: rotate(90deg);
  7963. }
  7964. 75% {
  7965. -webkit-transform: rotate(360deg);
  7966. }
  7967. 100% {
  7968. -webkit-transform: rotate(180deg);
  7969. }
  7970. }
  7971. @-moz-keyframes mask {
  7972. 25% {
  7973. -moz-transform: rotate(270deg);
  7974. }
  7975. 50% {
  7976. -moz-transform: rotate(90deg);
  7977. }
  7978. 75% {
  7979. -moz-transform: rotate(360deg);
  7980. }
  7981. 100% {
  7982. -moz-transform: rotate(180deg);
  7983. }
  7984. }
  7985. @-ms-keyframes mask {
  7986. 25% {
  7987. -ms-transform: rotate(270deg);
  7988. }
  7989. 50% {
  7990. -ms-transform: rotate(90deg);
  7991. }
  7992. 75% {
  7993. -ms-transform: rotate(360deg);
  7994. }
  7995. 100% {
  7996. -ms-transform: rotate(180deg);
  7997. }
  7998. }
  7999. @-o-keyframes mask {
  8000. 25% {
  8001. -o-transform: rotate(270deg);
  8002. }
  8003. 50% {
  8004. -o-transform: rotate(90deg);
  8005. }
  8006. 75% {
  8007. -o-transform: rotate(360deg);
  8008. }
  8009. 100% {
  8010. -o-transform: rotate(180deg);
  8011. }
  8012. }
  8013. @keyframes mask {
  8014. 25% {
  8015. transform: rotate(270deg);
  8016. }
  8017. 50% {
  8018. transform: rotate(90deg);
  8019. }
  8020. 75% {
  8021. transform: rotate(360deg);
  8022. }
  8023. 100% {
  8024. transform: rotate(180deg);
  8025. }
  8026. }
  8027. .woocommerce .thumbnails .clients-carousel .es-carousel {
  8028. padding: 0;
  8029. }
  8030. .added_to_cart {
  8031. display: none;
  8032. }
  8033. .sidebar .products a,
  8034. .footer-area .products a,
  8035. #slidingbar-area .products a {
  8036. padding: 0;
  8037. border: 0;
  8038. background: none;
  8039. }
  8040. .sidebar .products .product-title,
  8041. .footer-area .products .product-title,
  8042. #slidingbar-area .products .product-title {
  8043. margin: 0;
  8044. margin-bottom: 10px;
  8045. }
  8046. .footer-area .product_list_widget li,
  8047. #slidingbar-area .product_list_widget li {
  8048. border: 0;
  8049. border-bottom: 1px solid #282a2b;
  8050. }
  8051. .footer-area .product_list_widget li a,
  8052. #slidingbar-area .product_list_widget li a {
  8053. border: none;
  8054. }
  8055. .footer-area .widget_shopping_cart_content .total,
  8056. #slidingbar-area .widget_shopping_cart_content .total {
  8057. margin: 10px 0px;
  8058. }
  8059. .footer-area .widget_shopping_cart_content .buttons,
  8060. #slidingbar-area .widget_shopping_cart_content .buttons {
  8061. background: #282a2b;
  8062. }
  8063. .footer-area .products-slider a,
  8064. .footer-area .simple-products-slider a,
  8065. #slidingbar-area .products-slider a,
  8066. #slidingbar-area .simple-products-slider a,
  8067. .sidebar .products-slider a,
  8068. .sidebar .simple-products-slider a {
  8069. border: 0;
  8070. background: none;
  8071. margin: 0;
  8072. padding-top: 0;
  8073. padding-bottom: 0;
  8074. padding-right: 0;
  8075. display: inline-block;
  8076. width: auto;
  8077. }
  8078. .footer-area .products-slider li .image,
  8079. #slidingbar-area .products-slider li .image {
  8080. width: auto;
  8081. height: auto;
  8082. }
  8083. .footer-area .simple-products-slider .es-carousel,
  8084. #slidingbar-area .simple-products-slider .es-carousel {
  8085. padding-left: 38px;
  8086. }
  8087. .footer-area .simple-products-slider .es-carousel li,
  8088. .footer-area .simple-products-slider .es-carousel li .image,
  8089. #slidingbar-area .simple-products-slider .es-carousel li,
  8090. #slidingbar-area .simple-products-slider .es-carousel li .image {
  8091. width: 149px;
  8092. height: auto;
  8093. }
  8094. .footer-area .image-extras-content h3,
  8095. #slidingbar-area .image-extras-content h3,
  8096. .sidebar .image-extras-content h3 {
  8097. margin-bottom: 0;
  8098. text-transform: none;
  8099. margin-bottom: 5px;
  8100. }
  8101. .footer-area .product-category mark,
  8102. #slidingbar-area .product-category mark,
  8103. .sidebar .product-category mark {
  8104. background-color: transparent;
  8105. color: inherit;
  8106. }
  8107. .footer-area .product-category h3,
  8108. #slidingbar-area .product-category h3,
  8109. .sidebar .product-category h3 {
  8110. margin-bottom: 0;
  8111. }
  8112. .section-separator {
  8113. position: relative;
  8114. }
  8115. .divider-candy {
  8116. position: absolute;
  8117. left: 50%;
  8118. margin-left: -20px;
  8119. height: 40px;
  8120. width: 40px;
  8121. z-index: 100;
  8122. border-bottom: 1px solid #E6E5E6;
  8123. border-left: 1px solid #E6E5E6;
  8124. background: #ffffff;
  8125. content: "";
  8126. }
  8127. .divider-candy.bottom {
  8128. bottom: -21px;
  8129. -webkit-transform: rotate(-45deg);
  8130. -moz-transform: rotate(-45deg);
  8131. -ms-transform: rotate(-45deg);
  8132. -o-transform: rotate(-45deg);
  8133. transform: rotate(-45deg);
  8134. }
  8135. .divider-candy.top {
  8136. top: -21px;
  8137. -webkit-transform: rotate(135deg);
  8138. -moz-transform: rotate(135deg);
  8139. -ms-transform: rotate(135deg);
  8140. -o-transform: rotate(135deg);
  8141. transform: rotate(135deg);
  8142. }
  8143. .section-separator .icon {
  8144. position: absolute;
  8145. left: 50%;
  8146. top: -10px;
  8147. margin-left: -20px;
  8148. width: 40px;
  8149. font-size: 20px;
  8150. z-index: 200;
  8151. font-family: fontawesome;
  8152. }
  8153. .section-separator .icon:after {
  8154. display: block;
  8155. text-align: center;
  8156. }
  8157. /* RTL */
  8158. .rtl {
  8159. direction: rtl;
  8160. unicode-bidi: embed;
  8161. }
  8162. .rtl .alignleft {
  8163. float: right;
  8164. margin-right: 0;
  8165. margin-left: 15px;
  8166. }
  8167. .rtl .alignright {
  8168. float: left;
  8169. margin-left: 0;
  8170. margin-right: 15px;
  8171. }
  8172. .rtl .single-navigation {
  8173. text-align: left;
  8174. }
  8175. .rtl .single-navigation a[rel=next] {
  8176. margin-right: 15px;
  8177. margin-left: 10px;
  8178. }
  8179. .rtl .pagination,
  8180. .rtl .woocommerce-pagination {
  8181. margin-right: 0;
  8182. margin-left: 10px;
  8183. }
  8184. .rtl .single-navigation a[rel=prev]:before,
  8185. .rtl .pagination-prev:before,
  8186. .rtl .woocommerce-pagination .prev:before {
  8187. content: '\f105';
  8188. margin-left: 0;
  8189. margin-right: -15px;
  8190. }
  8191. .rtl .single-navigation a[rel=next]:after,
  8192. .rtl .pagination-next:after,
  8193. .rtl .woocommerce-pagination .next:after {
  8194. content: '\f104';
  8195. padding-left: 0;
  8196. padding-right: 5px;
  8197. }
  8198. .rtl .more a,
  8199. .rtl .read-more,
  8200. .rtl .entry-read-more a {
  8201. margin-right: 0;
  8202. text-align: left;
  8203. }
  8204. .rtl .grid-layout .more a,
  8205. .rtl .grid-layout .read-more,
  8206. .rtl .grid-layout .entry-read-more a {
  8207. margin-left: 0;
  8208. }
  8209. .rtl .more a:after,
  8210. .rtl .read-more:after,
  8211. .rtl .entry-read-more a:after {
  8212. content: '';
  8213. padding-left: 0;
  8214. }
  8215. .rtl .more a:before,
  8216. .rtl .read-more:before,
  8217. .rtl .entry-read-more a:before {
  8218. font-family: IcoMoon;
  8219. content: '\f104';
  8220. color: #000;
  8221. padding-right: 5px;
  8222. }
  8223. .rtl th {
  8224. text-align: right;
  8225. }
  8226. .rtl .sb-toggle-wrapper {
  8227. left: 0;
  8228. right: auto;
  8229. border-left: 0;
  8230. border-right: 35px solid transparent;
  8231. }
  8232. .rtl .sb-toggle-wrapper .sb-toggle:after {
  8233. left: auto;
  8234. right: -17px;
  8235. }
  8236. .rtl .header-social .alignleft {
  8237. float: left;
  8238. margin-left: 0;
  8239. text-align: left;
  8240. }
  8241. .rtl .header-social .alignright {
  8242. float: right;
  8243. margin-right: 0;
  8244. }
  8245. .rtl .header-social .menu > li {
  8246. float: right;
  8247. }
  8248. .rtl .header-social .menu > li:hover .sub-menu {
  8249. left: auto;
  8250. right: 0;
  8251. }
  8252. .rtl .header-social .menu > li:first-child {
  8253. padding-left: 8px;
  8254. border-left: 1px solid;
  8255. }
  8256. .rtl .header-social .menu > li:last-child {
  8257. border-left: none;
  8258. }
  8259. .rtl .header-social .cart-contents {
  8260. left: auto;
  8261. right: -1px;
  8262. }
  8263. .rtl .header-social .cart-content a img {
  8264. margin-right: 0 !important;
  8265. margin-left: 12px;
  8266. float: right;
  8267. }
  8268. .rtl .header-social .cart-content .cart-desc {
  8269. float: right;
  8270. }
  8271. .rtl .header-social .alignright .menu > li:first-child {
  8272. border-left: 1px solid;
  8273. }
  8274. .rtl .header-social .alignright .menu li:last-child {
  8275. padding-right: 8px;
  8276. }
  8277. .rtl .alignleft .fusion-social-links-header .fusion-social-networks .fusion-social-network-icon {
  8278. margin-right: 20px;
  8279. margin-left: 0;
  8280. }
  8281. .rtl .alignleft .fusion-social-links-header .fusion-social-networks.boxed-icons {
  8282. margin-right: 10px;
  8283. margin-left: 0;
  8284. }
  8285. .rtl .header-social .alignright .social-networks li {
  8286. float: right;
  8287. margin-right: 0;
  8288. margin-left: 20px;
  8289. }
  8290. .rtl #small-nav .cart-contents {
  8291. left: 35px;
  8292. right: auto;
  8293. }
  8294. .rtl #small-nav .cart-content a img,
  8295. .rtl #header .cart-content a img,
  8296. .rtl #header-sticky .cart-content a img {
  8297. margin-left: 6px;
  8298. margin-right: 0;
  8299. }
  8300. .rtl #small-nav .cart-content a .cart-desc {
  8301. text-align: right;
  8302. }
  8303. .rtl #mobile-nav li.mobile-nav-item .open-submenu {
  8304. left: 0;
  8305. padding-right: 15px;
  8306. right: auto;
  8307. }
  8308. .rtl .cart-checkout .checkout-link a {
  8309. float: left;
  8310. }
  8311. .rtl .cart-checkout .cart-link a,
  8312. .rtl .cart-checkout .checkout-link a {
  8313. padding-left: 0;
  8314. padding-right: 1.4em;
  8315. }
  8316. .rtl .cart-checkout a:before {
  8317. margin-left: 0;
  8318. margin-right: -15px;
  8319. }
  8320. .rtl .main-nav-search-form {
  8321. left: 0;
  8322. right: auto;
  8323. }
  8324. .rtl #nav > .fusion-navbar-nav > li,
  8325. .rtl #sticky-nav > .fusion-navbar-nav > li {
  8326. float: right;
  8327. padding-right: 0;
  8328. padding-left: 35px;
  8329. }
  8330. .rtl #header-sticky .cart-contents,
  8331. .rtl #header .cart-contents {
  8332. right: auto;
  8333. left: 0;
  8334. }
  8335. .rtl .login-box .forgetmenot {
  8336. float: right;
  8337. }
  8338. .rtl #header #nav ul ul,
  8339. .rtl .sticky-header #sticky-nav ul ul {
  8340. left: auto;
  8341. text-align: right;
  8342. }
  8343. .rtl #header #nav ul ul li:hover ul,
  8344. .rtl #small-nav #nav ul ul li:hover ul,
  8345. .rtl .sticky-header #sticky-nav ul ul li:hover ul {
  8346. right: 170px;
  8347. }
  8348. .rtl #nav > ul > li:last-child,
  8349. .rtl #sticky-nav > ul > li:last-child {
  8350. padding-left: 0 !important;
  8351. }
  8352. .rtl #nav .last-menu-item,
  8353. .rtl #sticky-nav .last-menu-item {
  8354. padding-left: 0 !important;
  8355. }
  8356. .rtl .header-v4 #nav {
  8357. float: right;
  8358. }
  8359. .rtl .header-v5 #small-nav .fusion-navbar-nav > li {
  8360. float: none;
  8361. text-align: right;
  8362. }
  8363. .rtl .header-v5 #nav > ul ul {
  8364. text-align: right;
  8365. }
  8366. .rtl #nav ul ul,
  8367. .rtl #sticky-nav ul ul {
  8368. right: 0;
  8369. left: auto;
  8370. }
  8371. .rtl #mobile-nav li.mobile-nav-item li a {
  8372. padding-left: 0;
  8373. padding-right: 27px;
  8374. }
  8375. .rtl #mobile-nav li.mobile-nav-item li a:before {
  8376. content: "-";
  8377. margin-left: 2px;
  8378. margin-right: -6px;
  8379. }
  8380. .rtl #mobile-nav li.mobile-nav-item li li a {
  8381. padding-left: 0;
  8382. padding-right: 40px;
  8383. }
  8384. .rtl #mobile-nav li.mobile-nav-item li li a:before {
  8385. content: "--";
  8386. margin-left: 2px;
  8387. margin-right: -10px;
  8388. }
  8389. .rtl #mobile-nav li.mobile-nav-item li li li a {
  8390. padding-left: 0;
  8391. padding-right: 53px;
  8392. }
  8393. .rtl #mobile-nav li.mobile-nav-item li li li a:before {
  8394. content: "---";
  8395. margin-left: 2px;
  8396. margin-right: -14px;
  8397. }
  8398. .rtl #mobile-nav li.mobile-nav-item li li li li a {
  8399. padding-left: 0;
  8400. padding-left: 66px;
  8401. }
  8402. .rtl #mobile-nav li.mobile-nav-item li li li li a:before {
  8403. content: "----";
  8404. margin-left: 2px;
  8405. margin-right: -18px;
  8406. }
  8407. .rtl .header-social .menu > li:hover > .sub-menu > li:hover .sub-menu {
  8408. left: auto;
  8409. right: 100px;
  8410. }
  8411. .rtl #wrapper .dd-container .dd-pointer {
  8412. left: 0;
  8413. right: auto;
  8414. border-left: 0;
  8415. border-right: 1px solid;
  8416. }
  8417. .rtl #wrapper .dd-container .dd-selected {
  8418. text-align: right;
  8419. }
  8420. .rtl .menu-item-language img.iclflag {
  8421. margin-right: 0;
  8422. margin-left: 5px;
  8423. }
  8424. .rtl .side-nav-left .side-nav li.current_page_item > a {
  8425. padding-right: 23px;
  8426. }
  8427. .rtl .side-nav-left .side-nav li a {
  8428. padding-right: 25px;
  8429. }
  8430. .rtl .side-nav-left .side-nav li .children {
  8431. margin-right: 40px;
  8432. }
  8433. .rtl .side-nav-left .side-nav li .children a {
  8434. padding-right: 0;
  8435. }
  8436. .rtl .side-nav-right .side-nav li.current_page_item > a {
  8437. padding-left: 0;
  8438. }
  8439. .rtl .side-nav-right .side-nav li a {
  8440. padding-left: 0;
  8441. }
  8442. .rtl .side-nav-right .side-nav .children {
  8443. margin-left: 0;
  8444. margin-right: 15px;
  8445. }
  8446. .rtl .sidebar .widget_nav_menu li,
  8447. .rtl .sidebar .widget_categories li,
  8448. .rtl .sidebar .widget_meta li,
  8449. .rtl .sidebar .widget .recentcomments,
  8450. .rtl .sidebar .widget_recent_entries li,
  8451. .rtl .sidebar .widget_archive li,
  8452. .rtl .sidebar .widget_pages li,
  8453. .rtl .sidebar .widget_links li {
  8454. padding-left: 10px;
  8455. padding-right: 12px;
  8456. }
  8457. .rtl .sidebar .widget_nav_menu li a:before,
  8458. .rtl .sidebar .widget_categories li a:before,
  8459. .rtl .sidebar .widget_meta li a:before,
  8460. .rtl .sidebar .widget .recentcomments:before,
  8461. .rtl .sidebar .widget_recent_entries li a:before,
  8462. .rtl .sidebar .widget_archive li a:before,
  8463. .rtl .sidebar .widget_pages li a:before,
  8464. .rtl .sidebar .widget_links li a:before,
  8465. .rtl .woocommerce-tabs .tabs a:hover .arrow:after,
  8466. .rtl .woocommerce-tabs .tabs li.active a .arrow:after,
  8467. .rtl .widget_layered_nav li a:before,
  8468. .rtl .widget_product_categories li a:before {
  8469. content: '\f104';
  8470. margin-left: 0;
  8471. margin-right: -12px;
  8472. float: right;
  8473. }
  8474. .rtl .meta-info .alignleft {
  8475. float: right;
  8476. margin-right: 0;
  8477. margin-left: 15px;
  8478. text-align: right;
  8479. }
  8480. .rtl .meta-info .alignright {
  8481. float: left;
  8482. margin-left: 0;
  8483. margin-right: 15px;
  8484. }
  8485. .rtl .meta-info .alignright .fusionicon-bubbles {
  8486. float: right;
  8487. margin-top: 3px;
  8488. }
  8489. body.rtl .page-title-container {
  8490. direction: ltr;
  8491. }
  8492. body.rtl .page-title-center .page-title-captions {
  8493. text-align: center;
  8494. width: 100%;
  8495. }
  8496. body.rtl .page-title-center .breadcrumbs {
  8497. display: block;
  8498. text-align: center;
  8499. width: 100%;
  8500. }
  8501. body.rtl .page-title-left .page-title-captions {
  8502. text-align: left;
  8503. }
  8504. body.rtl .page-title-left .page-title-captions,
  8505. body.rtl .page-title-center .page-title-captions,
  8506. body.rtl .page-title-right .page-title-captions,
  8507. body.rtl .page-title-left .breadcrumbs,
  8508. body.rtl .page-title-center .breadcrumbs,
  8509. body.rtl .page-title-right .breadcrumbs,
  8510. body.rtl .page-title-left .search,
  8511. body.rtl .page-title-center .search,
  8512. body.rtl .page-title-right .search {
  8513. direction: rtl;
  8514. }
  8515. body.rtl .page-title ul li {
  8516. margin-left: 0;
  8517. margin-right: 5px;
  8518. }
  8519. body.rtl .page-title ul li:after {
  8520. content: '\\';
  8521. margin-left: 5px;
  8522. }
  8523. body.rtl .page-title ul li:last-child:after {
  8524. content: '';
  8525. }
  8526. body.rtl .page-title ul li a {
  8527. padding-left: 5px;
  8528. padding-right: 0;
  8529. }
  8530. .rtl .fontawesome-icon {
  8531. margin-right: 0px;
  8532. margin-left: 10px;
  8533. float: right;
  8534. }
  8535. .rtl #wrapper .col .heading img {
  8536. margin-right: 0px;
  8537. margin-left: 10px;
  8538. }
  8539. .rtl .content-boxes .heading .fontawesome-icon {
  8540. float: right;
  8541. }
  8542. .rtl ul.list-icon li {
  8543. padding: 0 25px 0 0;
  8544. text-align: right;
  8545. }
  8546. .rtl ul.list-icon li:before {
  8547. float: right;
  8548. margin-right: -25px;
  8549. }
  8550. .rtl .sidebar ul.list-icon {
  8551. margin-left: 0;
  8552. margin-right: 25px;
  8553. }
  8554. .rtl .meta li {
  8555. float: right;
  8556. border-left: 0;
  8557. border-right: 1px solid;
  8558. }
  8559. .rtl .meta li:first-child {
  8560. padding-right: 0;
  8561. padding-left: 9px;
  8562. border-right: 0;
  8563. }
  8564. .rtl .continue {
  8565. float: left;
  8566. }
  8567. .rtl .recent-works-items a {
  8568. float: right;
  8569. }
  8570. .rtl .jtwt .jtwt_tweet,
  8571. .rtl .sidebar .jtwt .jtwt_tweet {
  8572. padding-left: 0;
  8573. padding-right: 45px;
  8574. }
  8575. .rtl .jtwt .jtwt_tweet:before {
  8576. margin-left: 0;
  8577. margin-right: -45px;
  8578. }
  8579. .rtl .social-networks {
  8580. float: left;
  8581. }
  8582. .rtl .social-networks li {
  8583. float: left;
  8584. margin-left: 0;
  8585. margin-right: 20px;
  8586. }
  8587. .rtl .fusion-social-links-footer {
  8588. text-align: left;
  8589. }
  8590. .rtl .fusion-social-links-footer .fusion-social-networks {
  8591. float: none;
  8592. }
  8593. .rtl .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
  8594. margin-right: 20px;
  8595. margin-left: 0;
  8596. }
  8597. .rtl .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon:first-child {
  8598. margin-right: 0;
  8599. }
  8600. .rtl .fusion-social-links-footer .fusion-social-networks.boxed-icons {
  8601. margin-right: 10px;
  8602. margin-left: 0;
  8603. }
  8604. .rtl .fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon:first-child {
  8605. margin-left: 10px;
  8606. }
  8607. .rtl .review blockquote div {
  8608. float: right;
  8609. }
  8610. .rtl .review blockquote div .company-name {
  8611. background-position: top right;
  8612. padding-left: 0;
  8613. padding-right: 53px;
  8614. }
  8615. .rtl .review blockquote div:after {
  8616. left: auto;
  8617. right: 23px;
  8618. }
  8619. .rtl .content-boxes .heading-and-icon h2 {
  8620. padding-left: 0;
  8621. padding-right: 0px;
  8622. }
  8623. .rtl .post-content ul.arrow li {
  8624. padding-left: 0;
  8625. padding-right: 25px;
  8626. }
  8627. .rtl .post-content ul.arrow li:before {
  8628. float: right;
  8629. margin-left: 0;
  8630. margin-right: -25px;
  8631. -webkit-transform: rotate(180deg);
  8632. -moz-transform: rotate(180deg);
  8633. -ms-transform: rotate(180deg);
  8634. -o-transform: rotate(180deg);
  8635. }
  8636. .rtl .post-password-form label {
  8637. margin-left: 10px;
  8638. }
  8639. .rtl .post-password-form .password {
  8640. margin-right: 0;
  8641. margin-left: 10px;
  8642. }
  8643. .rtl #lang_sel_click a.lang_sel_sel {
  8644. background-position: left center;
  8645. }
  8646. .rtl #toTop {
  8647. left: 30px;
  8648. right: auto;
  8649. }
  8650. .rtl #wrapper .fusion-tabs-widget .tab-holder .news-list li .image {
  8651. float: right;
  8652. margin-left: 13px;
  8653. margin-right: 0;
  8654. }
  8655. .rtl #wrapper .fusion-tabs-widget .tabset li {
  8656. border-left: 1px solid;
  8657. border-right: none;
  8658. }
  8659. .rtl #wrapper .fusion-tabs-widget .tabset li:last-child {
  8660. border-left: none;
  8661. }
  8662. .rtl h5.toggle span.arrow {
  8663. float: right;
  8664. margin-right: 0;
  8665. margin-left: 18px;
  8666. }
  8667. .rtl .sidebar .social-networks li,
  8668. .rtl .social_links_shortcode li {
  8669. float: right;
  8670. }
  8671. .rtl .person-author-wrapper {
  8672. float: right;
  8673. }
  8674. .rtl .person-author .social-icon {
  8675. float: left;
  8676. margin-left: 0;
  8677. margin-right: 19px;
  8678. }
  8679. .rtl .woocommerce-tabs .tabs li .arrow {
  8680. display: none;
  8681. }
  8682. .rtl .woocommerce-tabs .tabs li a:hover .arrow,
  8683. .rtl .woocommerce-tabs .tabs li.active a .arrow {
  8684. height: 15px;
  8685. margin-left: 0;
  8686. margin-right: 5px;
  8687. display: inline-block;
  8688. }
  8689. .rtl #comment-input input {
  8690. float: right;
  8691. }
  8692. .rtl #comment-input input:first-child {
  8693. margin-right: 0;
  8694. }
  8695. .rtl #comment-input input:last-child {
  8696. margin-right: 1%;
  8697. }
  8698. .rtl .portfolio-tabs li,
  8699. .rtl .faq-tabs li {
  8700. float: right;
  8701. margin-right: 0px;
  8702. margin-left: 30px;
  8703. }
  8704. .rtl .portfolio-item .buttons {
  8705. overflow: hidden;
  8706. }
  8707. .rtl .portfolio-item .buttons a {
  8708. float: right;
  8709. margin-right: 0;
  8710. margin-left: 30px;
  8711. }
  8712. .rtl .portfolio-one .portfolio-item .image {
  8713. float: right;
  8714. margin-right: 0;
  8715. margin-left: 25px;
  8716. }
  8717. .rtl .project-content .project-description {
  8718. float: right;
  8719. }
  8720. .rtl .project-content .project-info {
  8721. float: left;
  8722. }
  8723. .rtl .project-content .project-info h4 {
  8724. float: right;
  8725. }
  8726. .rtl .project-content .project-info .project-terms {
  8727. float: right;
  8728. }
  8729. .rtl .portfolio-half .flexslider {
  8730. float: right;
  8731. }
  8732. .rtl .portfolio-half .project-content {
  8733. float: left;
  8734. }
  8735. .rtl .author .avatar {
  8736. float: right;
  8737. margin-left: 20px;
  8738. margin-right: 0;
  8739. }
  8740. .rtl .author .author_social .custom_msg {
  8741. float: right;
  8742. }
  8743. .rtl .author .author_social .fusion-social-networks {
  8744. text-align: left;
  8745. }
  8746. .rtl .author .author_social .fusion-social-networks .fusion-social-network-icon {
  8747. margin-left: 0;
  8748. margin-right: 20px;
  8749. }
  8750. .rtl .commentlist div.avatar {
  8751. float: right;
  8752. margin-right: 0;
  8753. margin-left: 15px;
  8754. }
  8755. .rtl .about-author div.avatar {
  8756. float: right;
  8757. margin-right: 0;
  8758. margin-left: 20px;
  8759. }
  8760. .rtl .medium-alternate .date-and-formats,
  8761. .rtl .medium-alternate .blog-medium-slideshow-container {
  8762. margin-right: 0;
  8763. margin-left: 17px;
  8764. }
  8765. .rtl .medium-alternate.has-post-thumbnail .post-content {
  8766. margin-left: 0;
  8767. margin-right: 436px;
  8768. }
  8769. .rtl .date-and-formats {
  8770. float: right;
  8771. }
  8772. .rtl .blog-medium-slideshow-container {
  8773. float: right;
  8774. margin-right: 0;
  8775. margin-left: 25px;
  8776. }
  8777. .rtl .woocommerce-message {
  8778. padding-left: 0;
  8779. padding-right: 16px;
  8780. text-align: right;
  8781. }
  8782. .rtl .woocommerce-message:before {
  8783. margin-left: 0;
  8784. margin-right: -16px;
  8785. }
  8786. .rtl.single-product .woocommerce-message .wc-forward {
  8787. float: left;
  8788. }
  8789. .rtl.single-product .woocommerce-message .wc-forward:before {
  8790. content: "";
  8791. }
  8792. .rtl.single-product .woocommerce-message .wc-forward:after {
  8793. font-family: 'IcoMoon';
  8794. content: '\f07a';
  8795. margin-left: 6px;
  8796. }
  8797. .rtl.single-product .woocommerce-message {
  8798. text-align: right;
  8799. }
  8800. .rtl.single-product .woocommerce-message:before {
  8801. color: transparent;
  8802. }
  8803. .rtl.single-product .woocommerce-message:after {
  8804. content: '\f05d';
  8805. font-family: 'IcoMoon';
  8806. margin-left: 5px;
  8807. }
  8808. .rtl .return-to-shop .wc-backward {
  8809. padding-left: 0;
  8810. padding-right: 25px;
  8811. }
  8812. .rtl .return-to-shop .wc-backward:before {
  8813. margin-left: 0;
  8814. margin-right: -25px;
  8815. }
  8816. .rtl #main .cart-empty,
  8817. .rtl #main .return-to-shop {
  8818. float: right;
  8819. }
  8820. .rtl #main .return-to-shop {
  8821. text-align: left;
  8822. }
  8823. .rtl .product .summary.entry-summary {
  8824. margin-left: 0;
  8825. margin-right: 530px;
  8826. }
  8827. .rtl.has-sidebar .summary.entry-summary {
  8828. margin-left: 0;
  8829. margin-right: 350px;
  8830. }
  8831. .rtl .product .entry-summary .woocommerce-product-rating {
  8832. margin-right: 20px;
  8833. margin-left: 0;
  8834. }
  8835. .rtl .summary .cart .quantity {
  8836. float: right;
  8837. margin-left: 10px;
  8838. margin-right: 0;
  8839. }
  8840. .rtl .single_variation_price_reset .single_variation_wrap {
  8841. float: right;
  8842. }
  8843. .rtl .single_variation_price_reset .reset_variations {
  8844. float: left;
  8845. }
  8846. .rtl .shop_table .product-thumbnail {
  8847. float: right;
  8848. margin-left: 25px;
  8849. margin-right: 0;
  8850. }
  8851. .rtl .woocommerce .avada-shipping-calculator-form .button .rtl .woocommerce .shipping-calculator-form .button {
  8852. float: left;
  8853. }
  8854. .rtl .cart_totals table td {
  8855. text-align: left;
  8856. }
  8857. .rtl .cart_totals .cart-subtotal td,
  8858. .cart_totals .total td {
  8859. text-align: left;
  8860. }
  8861. .rtl .cart-totals-buttons .fusion-button {
  8862. float: left;
  8863. }
  8864. .rtl .woocommerce form.checkout #billing_first_name_field,
  8865. .rtl .woocommerce form.checkout #shipping_first_name_field {
  8866. float: right;
  8867. }
  8868. .rtl .woocommerce form.checkout #billing_last_name_field,
  8869. .rtl .woocommerce form.checkout #shipping_last_name_field {
  8870. float: left;
  8871. }
  8872. .rtl .woocommerce .checkout_coupon .coupon-button {
  8873. margin: 0;
  8874. }
  8875. .rtl form.checkout .continue-checkout {
  8876. float: left;
  8877. }
  8878. .rtl #shipping_method {
  8879. float: left;
  8880. text-align: left;
  8881. }
  8882. .rtl form.checkout .shop_table tfoot th {
  8883. text-align: left;
  8884. }
  8885. .rtl form.checkout .shop_table tfoot td {
  8886. text-align: left;
  8887. }
  8888. .rtl form.checkout #place_order {
  8889. float: left;
  8890. }
  8891. .rtl .avada-myaccount-data .digital-downloads li:before,
  8892. .rtl .avada-thank-you .order_details li:before {
  8893. content: '\f104';
  8894. float: right;
  8895. margin-left: 0;
  8896. margin-right: -25px;
  8897. }
  8898. .rtl .avada-myaccount-data .digital-downloads li,
  8899. .rtl .avada-thank-you .order_details li {
  8900. padding: 0 25px 0 0;
  8901. }
  8902. .rtl #main .avada-myaccount-data .addresses .title h3,
  8903. .rtl #main .avada-customer-details .addresses .title h3 {
  8904. float: right;
  8905. }
  8906. .rtl .avada-myaccount-data .addresses .title .edit {
  8907. margin-right: 10px;
  8908. }
  8909. .rtl .woocommerce #customer_login .login .form-row {
  8910. float: right;
  8911. margin-right: 0;
  8912. margin-left: 18px;
  8913. }
  8914. .rtl .woocommerce #customer_login .login .inline {
  8915. margin-right: 15px;
  8916. margin-left: 0;
  8917. }
  8918. .rtl .woocommerce #customer_login .login .lost_password {
  8919. float: right;
  8920. }
  8921. .rtl .myaccount_user_container .username {
  8922. padding-left: 0;
  8923. padding-right: 25px;
  8924. }
  8925. .rtl .myaccount_user_container .username:before {
  8926. margin-left: 0;
  8927. margin-right: -25px;
  8928. }
  8929. .rtl .myaccount_user_container span {
  8930. border-right: 0;
  8931. border-left: 1px solid;
  8932. }
  8933. .rtl .myaccount_user_container span:last-child {
  8934. border-left: 0;
  8935. padding-left: 0;
  8936. padding-right: 20px;
  8937. }
  8938. .rtl .myaccount_user_container .view-cart a {
  8939. padding-left: 0;
  8940. padding-right: 25px;
  8941. }
  8942. .rtl .myaccount_user_container .view-cart a:before {
  8943. margin-left: 0;
  8944. margin-right: -25px;
  8945. }
  8946. body:not(:-moz-handler-blocked) .rtl .myaccount_user_container .view-cart a:before {
  8947. content: " ";
  8948. margin-right: 0;
  8949. }
  8950. .rtl .avada-order-details .shop_table.order_details .product-total {
  8951. text-align: left;
  8952. }
  8953. .rtl .avada-myaccount-data .addresses .col-1,
  8954. .rtl .avada-customer-details .addresses .col-1 {
  8955. margin-left: 4%;
  8956. }
  8957. .rtl .avada-myaccount-data .addresses .col-1,
  8958. .rtl .avada-myaccount-data .addresses .col-2,
  8959. .rtl .avada-customer-details .addresses .col-1,
  8960. .rtl .avada-customer-details .addresses .col-2 {
  8961. float: right;
  8962. margin-right: 0;
  8963. }
  8964. .rtl .my_account_orders {
  8965. text-align: right;
  8966. }
  8967. .rtl .my_account_orders .order-status {
  8968. text-align: right;
  8969. }
  8970. .rtl .my_account_orders .order-actions a:after {
  8971. content: '\f104';
  8972. margin-left: 0;
  8973. margin-right: 10px;
  8974. }
  8975. .rtl .woocommerce-side-nav {
  8976. float: right;
  8977. }
  8978. .rtl .woocommerce-side-nav li.active a:after {
  8979. content: '\f104';
  8980. margin-left: 0px;
  8981. margin-right: 5px;
  8982. }
  8983. .rtl .woocommerce .address .edit:after {
  8984. content: '\f104';
  8985. margin-left: 0px;
  8986. margin-right: 10px;
  8987. }
  8988. .rtl .shop_table {
  8989. text-align: right;
  8990. }
  8991. .rtl .shop_table .product-thumbnail img {
  8992. float: right;
  8993. margin-right: 0;
  8994. margin-left: 25px;
  8995. }
  8996. .rtl #final-order-details .mini-order-details {
  8997. text-align: right;
  8998. }
  8999. .rtl #final-order-details .mini-order-details th {
  9000. text-align: right;
  9001. }
  9002. .rtl .product_type_simple,
  9003. .rtl .product_type_variable,
  9004. .rtl .show_details_button,
  9005. .rtl .add_to_cart_button {
  9006. padding-left: 0;
  9007. padding-right: 16px;
  9008. }
  9009. .rtl .product-buttons a:before {
  9010. margin-left: 0;
  9011. margin-right: -16px;
  9012. }
  9013. .rtl .fusion-woo-featured-products-slider .products-slider .product-buttons a {
  9014. padding-left: 0;
  9015. padding-right: 20px;
  9016. }
  9017. .rtl .fusion-woo-featured-products-slider .products-slider .product-buttons a:first-child:before,
  9018. .rtl .fusion-woo-featured-products-slider .products-slider .product-buttons a:last-child:before {
  9019. margin-left: 0;
  9020. margin-right: -20px;
  9021. }
  9022. .rtl .product-buttons a:first-child {
  9023. float: right;
  9024. }
  9025. .rtl .product-buttons a:last-child {
  9026. float: left;
  9027. }
  9028. .rtl .product .images {
  9029. float: right;
  9030. margin-right: 0;
  9031. margin-left: 30px;
  9032. }
  9033. .rtl .product .images .flex-viewport {
  9034. direction: ltr;
  9035. }
  9036. .rtl .simple-cart .quantity {
  9037. float: right;
  9038. margin-right: 0;
  9039. margin-left: 10px;
  9040. }
  9041. .rtl .woocommerce-tabs > .tabs {
  9042. float: right;
  9043. }
  9044. .rtl .woocommerce-tabs .panel {
  9045. margin-left: 0;
  9046. margin-right: 240px;
  9047. }
  9048. .rtl .shop_attributes,
  9049. .rtl .shop_attributes th,
  9050. .rtl .shop_attributes td {
  9051. text-align: right;
  9052. }
  9053. .rtl .woocommerce .social-share li {
  9054. border-right: 0;
  9055. border-left: 1px solid;
  9056. }
  9057. .rtl .woocommerce .social-share li:last-child {
  9058. border-left: 0;
  9059. }
  9060. .rtl .products li {
  9061. float: right;
  9062. margin-right: 0;
  9063. }
  9064. .rtl .products-4 li {
  9065. margin-left: 1.0%;
  9066. }
  9067. .rtl .products-3 li {
  9068. margin-left: 1.0%;
  9069. }
  9070. .rtl .products-2 li {
  9071. margin-left: 1.0%;
  9072. }
  9073. .rtl .products-1 li {
  9074. margin-left: 0;
  9075. }
  9076. .rtl .products-4 li:nth-child(4n) {
  9077. margin-left: 0;
  9078. }
  9079. .rtl .products-3 li:nth-child(3n) {
  9080. margin-left: 0;
  9081. }
  9082. .rtl .products-2 li:nth-child(2n) {
  9083. margin-left: 0;
  9084. }
  9085. .rtl .products-1 li:nth-child(1n) {
  9086. margin-left: 0;
  9087. }
  9088. .rtl p.stars a {
  9089. float: right;
  9090. }
  9091. .rtl p.stars a:after {
  9092. right: auto;
  9093. left: 1em;
  9094. }
  9095. .rtl #reviews li .avatar {
  9096. float: right;
  9097. }
  9098. .rtl #reviews li .comment-text {
  9099. margin-left: 0;
  9100. margin-right: 70px;
  9101. }
  9102. .rtl #reviews li .comment-text .description {
  9103. clear: left;
  9104. }
  9105. .rtl #reviews li .comment-text .star-rating {
  9106. float: left;
  9107. }
  9108. .rtl .product-details .star-rating {
  9109. float: left;
  9110. }
  9111. .rtl .star-rating:before {
  9112. float: right;
  9113. }
  9114. .rtl .star-rating span {
  9115. float: right;
  9116. left: auto;
  9117. right: 0;
  9118. }
  9119. .rtl .star-rating span:before {
  9120. left: auto;
  9121. right: 0;
  9122. }
  9123. .rtl #reviews .overall-rating {
  9124. float: left;
  9125. }
  9126. .rtl .catalog-ordering > ul,
  9127. .rtl .orderby-order-container > ul,
  9128. .rtl .orderby-order-container {
  9129. float: right;
  9130. margin-right: 0;
  9131. }
  9132. .rtl .catalog-ordering > ul,
  9133. .rtl .orderby-order-container > ul {
  9134. margin-left: 10px;
  9135. }
  9136. .rtl .shop_table .product-thumbnail .product-info {
  9137. float: right;
  9138. }
  9139. .rtl .cart_totals table {
  9140. text-align: right;
  9141. }
  9142. .rtl form.checkout .shop_table tbody .product-total,
  9143. .rtl form.checkout .shop_table th.product-total {
  9144. text-align: left;
  9145. }
  9146. .rtl form.checkout .shop_table .product-name {
  9147. text-align: right;
  9148. }
  9149. .rtl form.checkout .shop_table tfoot th {
  9150. padding-left: 20px;
  9151. padding-right: 0;
  9152. }
  9153. .rtl .order-dropdown > li:after {
  9154. right: auto;
  9155. left: 0;
  9156. border-left: 0;
  9157. border-right: 1px solid #dbdbdb;
  9158. }
  9159. .rtl .order-dropdown ul li a {
  9160. padding-right: 0;
  9161. padding-left: 15px;
  9162. }
  9163. .rtl.woocommerce .social-share li {
  9164. border: none;
  9165. border-right: 1px solid #E7E6E6;
  9166. text-align: right;
  9167. }
  9168. .rtl.woocommerce .social-share li:first-child {
  9169. border-right: 0 none;
  9170. }
  9171. .rtl .product .onsale {
  9172. left: auto;
  9173. right: 15px;
  9174. }
  9175. .rtl .single_variation_wrap .variations_button .quantity {
  9176. float: right;
  9177. margin-left: 10px;
  9178. margin-right: 0;
  9179. }
  9180. .rtl .single_variation_wrap .variations_button .button {
  9181. float: right;
  9182. margin-left: 0;
  9183. margin-right: 10px;
  9184. }
  9185. .rtl .variations .label {
  9186. padding-left: 15px;
  9187. padding-right: 0;
  9188. }
  9189. .rtl .avada-select-parent .avada-select-arrow {
  9190. border-right: 1px solid #DADADA;
  9191. border-left: none;
  9192. left: 0;
  9193. right: auto;
  9194. }
  9195. .rtl #wrapper .select-arrow {
  9196. right: auto;
  9197. left: 1px;
  9198. border-right: 1px solid #DADADA;
  9199. border-left: none;
  9200. text-align: center !important;
  9201. }
  9202. .rtl.woocommerce .images #carousel .slides {
  9203. float: right;
  9204. }
  9205. .rtl.woocommerce .images #carousel .slides li {
  9206. float: right !important;
  9207. margin-right: 0;
  9208. margin-left: 9px;
  9209. cursor: pointer;
  9210. }
  9211. .rtl #billing_country_field > label,
  9212. .rtl #shipping_country_field > label {
  9213. padding-right: 0;
  9214. padding-left: 5px;
  9215. }
  9216. .rtl .cart-collaterals .one_half {
  9217. float: right;
  9218. margin-left: 4%;
  9219. margin-right: 0;
  9220. }
  9221. .rtl .cart-collaterals .one_half.last {
  9222. clear: left;
  9223. margin-left: 0;
  9224. }
  9225. .rtl .woocommerce .avada-shipping-calculator-form .button,
  9226. .rtl .woocommerce .shipping-calculator-form .button {
  9227. float: left;
  9228. }
  9229. .rtl .shipping-calculator-form-nohide .fusion-button {
  9230. float: left;
  9231. }
  9232. .rtl .shipping-coupon {
  9233. float: right;
  9234. margin-left: 4%;
  9235. margin-right: 0;
  9236. }
  9237. .rtl .cart-totals-buttons {
  9238. float: right;
  9239. }
  9240. .rtl .cart-totals-container .fusion-button {
  9241. float: left;
  9242. }
  9243. .rtl .input-text {
  9244. margin-right: 0;
  9245. margin-left: 1%;
  9246. }
  9247. .rtl .coupon .input-text {
  9248. float: right;
  9249. }
  9250. .rtl .coupon .fusion-button {
  9251. float: left;
  9252. }
  9253. .rtl .quantity .minus,
  9254. .rtl .quantity .plus,
  9255. .rtl .quantity .qty {
  9256. margin: 0;
  9257. }
  9258. .rtl .woocommerce-content-box {
  9259. margin-left: 0;
  9260. margin-right: 240px;
  9261. }
  9262. .rtl .woocommerce-content-box.full-width {
  9263. margin-right: 0;
  9264. }
  9265. .rtl .product .images .flexslider .slides img {
  9266. float: right;
  9267. }
  9268. .rtl .mobile-nav-holder .mobile-selector span,
  9269. .rtl .mobile-topnav-holder .mobile-selector span {
  9270. padding-left: 0;
  9271. padding-right: 10px;
  9272. }
  9273. .rtl .mobile-topnav-holder {
  9274. text-align: right;
  9275. }
  9276. .rtl .mobile-nav-holder .mobile-selector .selector-down:before,
  9277. .rtl .mobile-topnav-holder .mobile-selector .selector-down:before {
  9278. margin-left: 0;
  9279. margin-right: 12px;
  9280. }
  9281. .rtl .mobile-nav-holder .mobile-selector .selector-down,
  9282. .rtl .mobile-topnav-holder .mobile-selector .selector-down {
  9283. border-left: medium none;
  9284. border-right: 1px solid #DADADA;
  9285. left: 5px;
  9286. right: auto;
  9287. }
  9288. .rtl .avada-thank-you .order_details li:before {
  9289. float: right;
  9290. margin-left: 5px;
  9291. }
  9292. .rtl .isotope .isotope-item {
  9293. -webkit-transition-property: right, top, -webkit-transform, opacity;
  9294. -moz-transition-property: right, top, -moz-transform, opacity;
  9295. -ms-transition-property: right, top, -ms-transform, opacity;
  9296. -o-transition-property: right, top, -o-transform, opacity;
  9297. transition-property: right, top, transform, opacity;
  9298. }
  9299. .rtl .timeline-layout .post.align-left,
  9300. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-left {
  9301. clear: right;
  9302. float: right;
  9303. }
  9304. .rtl .timeline-layout .post.align-right,
  9305. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-right {
  9306. clear: left;
  9307. float: left;
  9308. }
  9309. .rtl .align-left .timeline-arrow,
  9310. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow {
  9311. left: auto;
  9312. right: 299px;
  9313. }
  9314. .rtl .align-left .timeline-arrow:before,
  9315. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow:before {
  9316. left: auto;
  9317. right: 100%;
  9318. content: '\f0d9';
  9319. }
  9320. .rtl .align-right .timeline-arrow,
  9321. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow {
  9322. left: 299px;
  9323. right: auto;
  9324. }
  9325. .rtl .align-right .timeline-arrow:before,
  9326. .rtl .fusion-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow:before {
  9327. left: 100%;
  9328. right: auto;
  9329. content: '\f0da';
  9330. }
  9331. .rtl .one_half,
  9332. .rtl .one_third,
  9333. .rtl .two_third,
  9334. .rtl .three_fourth,
  9335. .rtl .one_fourth {
  9336. float: right;
  9337. margin-left: 4%;
  9338. margin-right: 0;
  9339. }
  9340. .rtl .one_half.last,
  9341. .rtl .one_third.last,
  9342. .rtl .three_fourth.last,
  9343. .rtl .one_fourth.last,
  9344. .rtl .two_third.last,
  9345. .rtl .three_fourth.last {
  9346. margin-left: 0%;
  9347. margin-right: 4%;
  9348. }
  9349. .rtl #slidingbar-area .columns .fusion-column,
  9350. .rtl .footer-area .columns .fusion-column {
  9351. float: right;
  9352. }
  9353. .rtl .fusion-column {
  9354. float: right;
  9355. }
  9356. .rtl .fusion-column.fusion-one-sixth,
  9357. .rtl .fusion-column.fusion-five-sixth,
  9358. .rtl .fusion-column.fusion-one-fifth,
  9359. .rtl .fusion-column.fusion-two-fifth,
  9360. .rtl .fusion-column.fusion-three-fifth,
  9361. .rtl .fusion-column.fusion-four-fifth,
  9362. .rtl .fusion-column.fusion-one-fourth,
  9363. .rtl .fusion-column.fusion-three-fourth,
  9364. .rtl .fusion-column.fusion-one-third,
  9365. .rtl .fusion-column.fusion-two-third,
  9366. .rtl .fusion-column.fusion-one-half {
  9367. float: right;
  9368. margin-right: 0;
  9369. margin-left: 4%;
  9370. }
  9371. .rtl #wrapper .fusion-column.last {
  9372. margin-left: 0;
  9373. }
  9374. .rtl.search-no-results ul.list-icon-arrow li:before,
  9375. .rtl.error404 ul.list-icon-arrow li:before {
  9376. transform: rotateY(180deg);
  9377. }
  9378. .rtl .sidebar .flickr_badge_image {
  9379. float: right;
  9380. }
  9381. .rtl .footer-area .flickr_badge_image img,
  9382. .rtl #slidingbar-area .flickr_badge_image img {
  9383. float: right;
  9384. }
  9385. .rtl .product_list_widget .wp-post-image {
  9386. float: left;
  9387. margin-left: 0;
  9388. margin-right: 15px;
  9389. }
  9390. /* RTL shortcode specific styles */
  9391. .rtl .fusion-alert .alert-icon {
  9392. margin-left: 10px;
  9393. margin-right: 0;
  9394. }
  9395. .rtl .fusion-alert .close {
  9396. left: -1px;
  9397. right: auto;
  9398. }
  9399. .rtl .fusion-blog-medium-alternate .entry-read-more,
  9400. .rtl .fusion-blog-large-alternate .entry-read-more {
  9401. margin-left: 10px;
  9402. margin-right: 0;
  9403. text-align: left;
  9404. }
  9405. .rtl .fusion-blog-medium .entry-meta .entry-meta-details,
  9406. .rtl .fusion-blog-large .entry-meta .entry-meta-details {
  9407. float: right;
  9408. }
  9409. .rtl .fusion-blog-medium .entry-meta .entry-read-more,
  9410. .rtl .fusion-blog-large .entry-meta .entry-read-more {
  9411. float: left;
  9412. margin-left: 0;
  9413. }
  9414. .rtl .large-alternate .post-content,
  9415. .rtl .fusion-blog-large-alternate .post-content-container {
  9416. margin-left: 0;
  9417. margin-right: 110px;
  9418. }
  9419. .rtl .fusion-blog-medium-alternate .post-content-container {
  9420. margin-left: 0;
  9421. margin-right: 99px;
  9422. }
  9423. .rtl .fusion-blog-medium .blog-medium-slideshow-container,
  9424. .rtl .fusion-blog-medium-alternate .blog-medium-slideshow-container {
  9425. float: right;
  9426. }
  9427. .rtl .fusion-blog-medium-alternate .date-and-formats,
  9428. .rtl .fusion-blog-medium-alternate .blog-medium-slideshow-container {
  9429. margin-left: 17px;
  9430. margin-right: 0;
  9431. }
  9432. .rtl .fusion-blog-medium-alternate .date-and-formats,
  9433. .rtl .fusion-blog-large-alternate .date-and-formats {
  9434. float: right;
  9435. }
  9436. .rtl .fusion-blog-grid .entry-read-more,
  9437. .rtl .fusion-blog-timeline .entry-read-more {
  9438. float: right;
  9439. }
  9440. .rtl .fusion-blog-grid .entry-comments,
  9441. .rtl .fusion-blog-timeline .entry-comments {
  9442. float: left;
  9443. }
  9444. .rtl .post-content blockquote {
  9445. border-left: none;
  9446. border-right: 4px solid;
  9447. }
  9448. .rtl .fusion-button {
  9449. direction: ltr;
  9450. }
  9451. .rtl .fusion-checklist .size-small .icon-wrapper {
  9452. float: right;
  9453. margin-left: 9px;
  9454. margin-right: 0;
  9455. }
  9456. .rtl .fusion-checklist .size-small .fusion-li-item-content {
  9457. margin-left: 0;
  9458. margin-right: 30px;
  9459. }
  9460. .rtl .fusion-checklist .size-medium .icon-wrapper {
  9461. float: right;
  9462. margin-left: 15px;
  9463. margin-right: 0;
  9464. }
  9465. .rtl .fusion-checklist .size-medium .fusion-li-item-content {
  9466. margin-left: 0;
  9467. margin-right: 50px;
  9468. }
  9469. .rtl .fusion-checklist .size-large .icon-wrapper {
  9470. float: right;
  9471. margin-left: 25px;
  9472. margin-right: 0;
  9473. }
  9474. .rtl .fusion-checklist .size-large .fusion-li-item-content {
  9475. margin-left: 0;
  9476. margin-right: 95px;
  9477. }
  9478. .rtl .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
  9479. .rtl .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
  9480. margin-right: 0;
  9481. }
  9482. .rtl .fusion-content-boxes.content-boxes-icon-on-side .content-container {
  9483. padding-left: 0;
  9484. padding-right: 45px;
  9485. }
  9486. .rtl .fusion-dropcap {
  9487. float: right;
  9488. margin-right: 0;
  9489. margin-left: 6px;
  9490. }
  9491. .rtl .fusion-google-map .infoBox > img {
  9492. float: left;
  9493. }
  9494. .rtl .close {
  9495. float: left;
  9496. }
  9497. .rtl .modal-footer {
  9498. text-align: left;
  9499. }
  9500. .rtl .fusion-person .person-desc .person-author .fusion-social-networks {
  9501. text-align: left;
  9502. }
  9503. .rtl .fusion-person .person-desc .person-author .fusion-social-networks a {
  9504. margin-left: 0;
  9505. margin-right: 20px;
  9506. }
  9507. .rtl .popover-title,
  9508. .rtl .popover-content {
  9509. text-align: right;
  9510. }
  9511. .rtl .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
  9512. left: auto;
  9513. right: 0;
  9514. }
  9515. .rtl .fusion-progressbar .progress {
  9516. float: right;
  9517. }
  9518. .rtl .fusion-progressbar .sr-only {
  9519. left: auto;
  9520. right: 15px;
  9521. }
  9522. .rtl .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow,
  9523. .rtl .fusion-recent-posts.layout-date-on-side .date-and-formats {
  9524. float: right;
  9525. margin-left: 25px;
  9526. margin-right: 0;
  9527. }
  9528. .rtl .fusion-recent-posts .columns-2 .column:nth-child(3n) {
  9529. clear: right;
  9530. }
  9531. .rtl .fusion-recent-posts .columns-3 .column:nth-child(4n) {
  9532. clear: right;
  9533. }
  9534. .rtl .fusion-recent-works .image-extras .link-icon {
  9535. margin-left: 3px;
  9536. margin-right: 0;
  9537. }
  9538. .rtl .fusion-sharing-box .fusion-social-networks {
  9539. text-align: left;
  9540. }
  9541. .rtl .fusion-social-networks .fusion-social-network-icon {
  9542. margin-left: 20px;
  9543. margin-right: 0;
  9544. }
  9545. .rtl .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  9546. margin-left: 10px;
  9547. margin-right: 0;
  9548. }
  9549. .rtl .table-1 table th,
  9550. .rtl .table-2 table th {
  9551. text-align: right;
  9552. }
  9553. .rtl .fusion-tabs .nav-tabs li .tab-link {
  9554. margin-left: 1px;
  9555. margin-right: 0;
  9556. }
  9557. .rtl .fusion-tabs .nav-tabs li:last-child .tab-link {
  9558. margin-left: 0;
  9559. }
  9560. .rtl .fusion-reading-box-container .continue-right {
  9561. float: left;
  9562. margin-left: 0;
  9563. margin-right: 10px;
  9564. }
  9565. .rtl .fusion-testimonials .testimonial-thumbnail {
  9566. padding-left: 30px;
  9567. padding-right: 0;
  9568. }
  9569. .rtl .fusion-testimonials .company-name strong {
  9570. float: right;
  9571. }
  9572. .rtl .fusion-testimonials .author:after {
  9573. left: auto;
  9574. right: 35px;
  9575. }
  9576. .rtl .fusion-title h1.title-heading-left,
  9577. .rtl .fusion-title h2.title-heading-left,
  9578. .rtl .fusion-title h3.title-heading-left,
  9579. .rtl .fusion-title h4.title-heading-left,
  9580. .rtl .fusion-title h5.title-heading-left,
  9581. .rtl .fusion-title h6.title-heading-left {
  9582. padding-left: 8px;
  9583. padding-right: 0;
  9584. }
  9585. .rtl .fusion-title h1.title-heading-right,
  9586. .rtl .fusion-title h2.title-heading-right,
  9587. .rtl .fusion-title h3.title-heading-right,
  9588. .rtl .fusion-title h4.title-heading-right,
  9589. .rtl .fusion-title h5.title-heading-right,
  9590. .rtl .fusion-title h6.title-heading-right {
  9591. padding-left: 0;
  9592. padding-right: 8px;
  9593. }
  9594. .rtl .fusion-title h1.title-heading-right .fontawesome-icon,
  9595. .rtl .fusion-title h2.title-heading-right .fontawesome-icon,
  9596. .rtl .fusion-title h3.title-heading-right .fontawesome-icon,
  9597. .rtl .fusion-title h4.title-heading-right .fontawesome-icon,
  9598. .rtl .fusion-title h5.title-heading-right .fontawesome-icon,
  9599. .rtl .fusion-title h6.title-heading-right .fontawesome-icon,
  9600. .rtl .fusion-title h1.title-heading-right img,
  9601. .rtl .fusion-title h2.title-heading-right img,
  9602. .rtl .fusion-title h3.title-heading-right img,
  9603. .rtl .fusion-title h4.title-heading-right img,
  9604. .rtl .fusion-title h5.title-heading-right img,
  9605. .rtl .fusion-title h6.title-heading-right img {
  9606. margin-left: 0;
  9607. margin-right: 10px;
  9608. }
  9609. .rtl .fusion-title h1 img,
  9610. .rtl .fusion-title h2 img,
  9611. .rtl .fusion-title h3 img,
  9612. .rtl .fusion-title h4 img,
  9613. .rtl .fusion-title h5 img,
  9614. .rtl .fusion-title h6 img {
  9615. margin-left: 10px;
  9616. margin-right: 0;
  9617. }
  9618. .rtl .fusion-accordian .panel-title a .fa-fusion-box {
  9619. float: right;
  9620. margin-left: 18px;
  9621. margin-right: 0;
  9622. }
  9623. .rtl .fusion-woo-product-slider .simple-products-slider .product-buttons a {
  9624. padding-left: 0;
  9625. padding-right: 20px;
  9626. }
  9627. .rtl .fusion-woo-product-slider .simple-products-slider .product-buttons a:before {
  9628. margin-left: 0;
  9629. margin-right: -16px;
  9630. }
  9631. .rtl .fusion-woo-product-slider .simple-products-slider .product-buttons a :first-child {
  9632. float: right;
  9633. }
  9634. /* End RTL Shortcodes */
  9635. /* Begin RTL BBPress */
  9636. .rtl #bbpress-forums li.bbp-header {
  9637. padding: 15px 18px 15px 0;
  9638. }
  9639. .rtl #bbpress-forums li.bbp-body ul.forum,
  9640. .rtl #bbpress-forums li.bbp-body ul.topic {
  9641. padding: 12px 18px 10px 0;
  9642. }
  9643. .rtl .bbp-topic-form fieldset .notify,
  9644. .rtl .bbp-reply-form fieldset .notify {
  9645. float: left;
  9646. }
  9647. .rtl div.bbp-submit-wrapper {
  9648. margin-left: 0;
  9649. margin-right: 30px;
  9650. }
  9651. .rtl .bbp-pagination {
  9652. text-align: left;
  9653. }
  9654. .rtl .bbp-pagination-count {
  9655. float: none;
  9656. }
  9657. .rtl #bbpress-forums .bbp-reply-header a.bbp-reply-permalink {
  9658. padding-left: 0;
  9659. padding-right: 3px;
  9660. }
  9661. .rtl #bbpress-forums div.bbp-reply-favs {
  9662. float: left;
  9663. }
  9664. .rtl .bbp-arrow {
  9665. left: 0;
  9666. right: -8px;
  9667. -webkit-transform: rotate(225deg);
  9668. -moz-transform: rotate(225deg);
  9669. -o-transform: rotate(225deg);
  9670. -ms-transform: rotate(225deg);
  9671. transform: rotate(225deg);
  9672. }
  9673. .rtl #bbpress-forums div.bbp-forum-content,
  9674. .rtl #bbpress-forums div.bbp-topic-content,
  9675. .rtl #bbpress-forums div.bbp-reply-content {
  9676. padding: 0;
  9677. }
  9678. .rtl #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  9679. float: right;
  9680. }
  9681. .rtl #bbpress-forums #bbp-single-user-details #bbp-user-navigation .first-col {
  9682. float: right;
  9683. }
  9684. .rtl #bbpress-forums #bbp-single-user-details #bbp-user-navigation .second-col {
  9685. margin-left: 0;
  9686. margin-right: 45%;
  9687. }
  9688. .rtl #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  9689. margin-left: 0;
  9690. margin-right: 130px;
  9691. }
  9692. .rtl #bbpress-forums #bbp-user-body {
  9693. margin-right: 0;
  9694. }
  9695. /* End RTL BBPress */
  9696. /* to top */
  9697. #toTop {
  9698. background-color: #333333;
  9699. border-radius: 4px 4px 0 0;
  9700. bottom: 0;
  9701. color: #FFFFFF;
  9702. display: none;
  9703. height: 35px;
  9704. position: fixed;
  9705. right: 30px;
  9706. text-align: center;
  9707. text-transform: uppercase;
  9708. width: 48px;
  9709. opacity: 0.9;
  9710. z-index: 10000;
  9711. -webkit-transition: all 0.2s ease-in-out 0s;
  9712. -moz-transition: all 0.2s ease-in-out 0s;
  9713. -o-transition: all 0.2s ease-in-out 0s;
  9714. transition: all 0.2s ease-in-out 0s;
  9715. }
  9716. .no-totop #toTop {
  9717. display: none !important;
  9718. }
  9719. #toTop:before {
  9720. line-height: 35px;
  9721. content: '\f106';
  9722. -webkit-font-smoothing: antialiased;
  9723. font-family: IcoMoon;
  9724. font-size: 22px;
  9725. }
  9726. #toTop:hover {
  9727. background-color: #A0CE4E;
  9728. }
  9729. #toTopHover {
  9730. display: block;
  9731. overflow: hidden;
  9732. float: left;
  9733. opacity: 0;
  9734. }
  9735. #toTop:active,
  9736. #toTop:focus {
  9737. outline: none;
  9738. background-color: #333333;
  9739. }
  9740. /* slidingbar */
  9741. #slidingbar-area {
  9742. z-index: 99999;
  9743. position: absolute;
  9744. top: 0;
  9745. right: 0;
  9746. width: 100%;
  9747. margin-left: auto;
  9748. margin-right: auto;
  9749. }
  9750. .rtl #slidingbar-area {
  9751. left: 0;
  9752. width: auto;
  9753. }
  9754. body.admin-bar #wrapper #slidingbar-area {
  9755. top: 32px;
  9756. }
  9757. #slidingbar {
  9758. height: auto;
  9759. color: #8c8989;
  9760. background: #363839;
  9761. background: rgba(54, 56, 57, 0.9);
  9762. overflow: hidden;
  9763. position: relative;
  9764. z-index: 3;
  9765. display: none;
  9766. padding: 35px 10px;
  9767. }
  9768. .sb-toggle-wrapper {
  9769. position: absolute;
  9770. right: 0;
  9771. border-top: 35px solid #363839;
  9772. border-left: 35px solid transparent;
  9773. }
  9774. .sb-toggle-wrapper .sb-toggle:after {
  9775. font-size: 16px;
  9776. font-family: "IcoMoon";
  9777. content: '\e61d';
  9778. -webkit-font-smoothing: antialiased;
  9779. display: block;
  9780. position: absolute;
  9781. left: -17px;
  9782. top: -33px;
  9783. color: #fff;
  9784. text-shadow: none;
  9785. }
  9786. .sb-toggle.open:after {
  9787. content: '\e61c';
  9788. -webkit-font-smoothing: antialiased;
  9789. }
  9790. .slidingbar-widget-col {
  9791. margin-bottom: 20px;
  9792. }
  9793. .slidingbar-widget-col:last-child {
  9794. margin-bottom: 0;
  9795. }
  9796. #slidingbar-area .logo {
  9797. float: none;
  9798. display: block;
  9799. margin: 0 0 22px;
  9800. }
  9801. #slidingbar-area h3 {
  9802. margin: 0 0 28px;
  9803. color: #ddd;
  9804. text-transform: uppercase;
  9805. font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
  9806. }
  9807. #slidingbar-area .text-block {
  9808. text-shadow: 1px 2px 1px #000;
  9809. }
  9810. #slidingbar-area .holder-block img {
  9811. width: 100%;
  9812. }
  9813. #slidingbar-area ul {
  9814. list-style: none;
  9815. margin: 0;
  9816. padding: 0;
  9817. font-size: 12px;
  9818. line-height: 15px;
  9819. }
  9820. #slidingbar-area ul li a {
  9821. padding: 12px 0;
  9822. border-bottom: 1px solid #282a2b;
  9823. display: block;
  9824. }
  9825. #slidingbar-area .widget_recent_entries ul li {
  9826. padding: 12px 0;
  9827. border-bottom: 1px solid #282a2b;
  9828. }
  9829. #slidingbar-area .widget_recent_entries ul li a {
  9830. padding: 0 0 5px 0;
  9831. border-bottom: none;
  9832. }
  9833. #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) > ul > li:first-child,
  9834. #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a,
  9835. #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) > ul > li:first-child > a {
  9836. background-image: none;
  9837. padding-top: 0px;
  9838. }
  9839. #slidingbar-area a {
  9840. text-shadow: 1px 2px 1px #000;
  9841. color: #bfbfbf;
  9842. }
  9843. #slidingbar-area ul li a:hover {
  9844. color: #a0ce4e;
  9845. }
  9846. #slidingbar-area ul#recentcomments li.recentcomments:first-child {
  9847. padding-top: 0px;
  9848. background: none;
  9849. }
  9850. #slidingbar-area li.recentcomments {
  9851. padding: 12px 0;
  9852. border-bottom: 1px solid #282a2b;
  9853. display: block;
  9854. }
  9855. #slidingbar-area li.recentcomments a {
  9856. border: none;
  9857. }
  9858. .wpcf7-form input[type="submit"] {
  9859. cursor: pointer;
  9860. }
  9861. /* Style.css */
  9862. a.pp_next {
  9863. display: block;
  9864. float: right;
  9865. height: 100%;
  9866. text-indent: -10000px;
  9867. width: 49%;
  9868. }
  9869. a.pp_previous {
  9870. display: block;
  9871. float: left;
  9872. height: 100%;
  9873. text-indent: -10000px;
  9874. width: 49%;
  9875. }
  9876. div.pp_default .pp_top,
  9877. div.pp_default .pp_top .pp_middle,
  9878. div.pp_default .pp_top .pp_left,
  9879. div.pp_default .pp_top .pp_right,
  9880. div.pp_default .pp_bottom,
  9881. div.pp_default .pp_bottom .pp_left,
  9882. div.pp_default .pp_bottom .pp_middle,
  9883. div.pp_default .pp_bottom .pp_right {
  9884. height: 13px;
  9885. }
  9886. div.pp_default .pp_top .pp_left {
  9887. background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
  9888. }
  9889. div.pp_default .pp_top .pp_middle {
  9890. background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x;
  9891. }
  9892. div.pp_default .pp_top .pp_right {
  9893. background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
  9894. }
  9895. div.pp_default .pp_content .ppt {
  9896. color: #f8f8f8;
  9897. }
  9898. div.pp_default .pp_content_container .pp_left {
  9899. background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  9900. padding-left: 13px;
  9901. }
  9902. div.pp_default .pp_content_container .pp_right {
  9903. background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  9904. }
  9905. div.pp_default .pp_next:hover {
  9906. background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  9907. cursor: pointer;
  9908. }
  9909. div.pp_default .pp_previous:hover {
  9910. background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  9911. cursor: pointer;
  9912. }
  9913. div.pp_default .pp_expand {
  9914. background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  9915. cursor: pointer;
  9916. width: 28px;
  9917. height: 28px;
  9918. }
  9919. div.pp_default .pp_expand:hover {
  9920. background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  9921. cursor: pointer;
  9922. }
  9923. div.pp_default .pp_contract {
  9924. background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  9925. cursor: pointer;
  9926. width: 28px;
  9927. height: 28px;
  9928. }
  9929. div.pp_default .pp_contract:hover {
  9930. background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  9931. cursor: pointer;
  9932. }
  9933. div.pp_default .pp_close {
  9934. width: 30px;
  9935. height: 30px;
  9936. background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  9937. cursor: pointer;
  9938. }
  9939. div.pp_default .pp_gallery ul li a {
  9940. background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  9941. border: 1px solid #aaaaaa;
  9942. }
  9943. div.pp_default .pp_social {
  9944. margin-top: 7px;
  9945. }
  9946. div.pp_default .pp_gallery a.pp_arrow_previous,
  9947. div.pp_default .pp_gallery a.pp_arrow_next {
  9948. position: static;
  9949. left: auto;
  9950. }
  9951. div.pp_default .pp_nav .pp_play,
  9952. div.pp_default .pp_nav .pp_pause {
  9953. background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  9954. height: 30px;
  9955. width: 30px;
  9956. }
  9957. div.pp_default .pp_nav .pp_pause {
  9958. background-position: -51px -29px;
  9959. }
  9960. div.pp_default a.pp_arrow_previous,
  9961. div.pp_default a.pp_arrow_next {
  9962. background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  9963. height: 20px;
  9964. width: 20px;
  9965. margin: 4px 0 0;
  9966. }
  9967. div.pp_default a.pp_arrow_next {
  9968. left: 52px;
  9969. background-position: -82px -3px;
  9970. }
  9971. div.pp_default .pp_content_container .pp_details {
  9972. margin-top: 5px;
  9973. }
  9974. div.pp_default .pp_nav {
  9975. clear: none;
  9976. height: 30px;
  9977. width: 110px;
  9978. position: relative;
  9979. }
  9980. div.pp_default .pp_nav .currentTextHolder {
  9981. font-family: Georgia;
  9982. font-style: italic;
  9983. color: #999;
  9984. font-size: 11px;
  9985. left: 75px;
  9986. line-height: 25px;
  9987. position: absolute;
  9988. top: 2px;
  9989. margin: 0;
  9990. padding: 0 0 0 10px;
  9991. }
  9992. div.pp_default .pp_close:hover,
  9993. div.pp_default .pp_nav .pp_play:hover,
  9994. div.pp_default .pp_nav .pp_pause:hover,
  9995. div.pp_default .pp_arrow_next:hover,
  9996. div.pp_default .pp_arrow_previous:hover {
  9997. opacity: 0.7;
  9998. }
  9999. div.pp_default .pp_description {
  10000. font-size: 11px;
  10001. font-weight: 700;
  10002. line-height: 14px;
  10003. margin: 5px 50px 5px 0;
  10004. }
  10005. div.pp_default .pp_bottom .pp_left {
  10006. background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
  10007. }
  10008. div.pp_default .pp_bottom .pp_middle {
  10009. background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
  10010. }
  10011. div.pp_default .pp_bottom .pp_right {
  10012. background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
  10013. }
  10014. div.pp_default .pp_loaderIcon {
  10015. background: url(images/prettyPhoto/default/loader.gif) center center no-repeat;
  10016. }
  10017. div.pp_pic_holder a:focus {
  10018. outline: none;
  10019. }
  10020. div.pp_overlay {
  10021. background: #000;
  10022. display: none;
  10023. left: 0;
  10024. position: absolute;
  10025. top: 0;
  10026. width: 100%;
  10027. z-index: 110000;
  10028. }
  10029. div.pp_pic_holder {
  10030. display: none;
  10031. position: absolute;
  10032. width: 100px;
  10033. z-index: 120000;
  10034. overflow: hidden;
  10035. }
  10036. .pp_content {
  10037. height: 40px;
  10038. min-width: 40px;
  10039. }
  10040. * html .pp_content {
  10041. width: 40px;
  10042. }
  10043. .pp_content_container {
  10044. position: relative;
  10045. text-align: left;
  10046. width: 100%;
  10047. }
  10048. .pp_content_container .pp_left {
  10049. padding-left: 20px;
  10050. }
  10051. .pp_content_container .pp_right {
  10052. padding-right: 20px;
  10053. }
  10054. .pp_content_container .pp_details {
  10055. float: left;
  10056. margin: 10px 0 2px;
  10057. }
  10058. .pp_description {
  10059. display: none;
  10060. margin: 0;
  10061. }
  10062. .pp_social {
  10063. float: left;
  10064. margin: 0;
  10065. }
  10066. .pp_social .facebook {
  10067. float: left;
  10068. margin-left: 5px;
  10069. width: auto;
  10070. overflow: hidden;
  10071. width: 75px;
  10072. }
  10073. .pp_social .twitter {
  10074. float: left;
  10075. }
  10076. .pp_nav {
  10077. clear: right;
  10078. float: left;
  10079. margin: 3px 10px 0 0;
  10080. }
  10081. .pp_nav p {
  10082. float: left;
  10083. white-space: nowrap;
  10084. margin: 2px 4px;
  10085. }
  10086. .pp_nav .pp_play,
  10087. .pp_nav .pp_pause {
  10088. float: left;
  10089. margin-right: 4px;
  10090. text-indent: -10000px;
  10091. }
  10092. a.pp_arrow_previous,
  10093. a.pp_arrow_next {
  10094. display: block;
  10095. float: left;
  10096. height: 15px;
  10097. margin-top: 3px;
  10098. overflow: hidden;
  10099. text-indent: -10000px;
  10100. width: 14px;
  10101. }
  10102. .pp_hoverContainer {
  10103. position: absolute;
  10104. top: 0;
  10105. width: 100%;
  10106. z-index: 2000;
  10107. }
  10108. .pp_gallery {
  10109. display: none;
  10110. left: 50%;
  10111. margin-top: -50px;
  10112. position: absolute;
  10113. z-index: 10000;
  10114. }
  10115. .pp_gallery div {
  10116. float: left;
  10117. overflow: hidden;
  10118. position: relative;
  10119. }
  10120. .pp_gallery ul {
  10121. float: left;
  10122. height: 35px;
  10123. position: relative;
  10124. white-space: nowrap;
  10125. margin: 0 0 0 5px;
  10126. padding: 0;
  10127. }
  10128. .pp_gallery ul a {
  10129. border: 1px rgba(0, 0, 0, 0.5) solid;
  10130. display: block;
  10131. float: left;
  10132. height: 33px;
  10133. overflow: hidden;
  10134. }
  10135. .pp_gallery ul a img {
  10136. border: 0;
  10137. }
  10138. .pp_gallery li {
  10139. display: block;
  10140. float: left;
  10141. margin: 0 5px 0 0;
  10142. padding: 0;
  10143. }
  10144. .pp_gallery li.default a {
  10145. display: block;
  10146. height: 33px;
  10147. width: 50px;
  10148. }
  10149. .pp_gallery .pp_arrow_previous,
  10150. .pp_gallery .pp_arrow_next {
  10151. margin-top: 7px;
  10152. }
  10153. a.pp_expand,
  10154. a.pp_contract {
  10155. cursor: pointer;
  10156. display: none;
  10157. height: 20px;
  10158. position: absolute;
  10159. right: 30px;
  10160. text-indent: -10000px;
  10161. top: 10px;
  10162. width: 20px;
  10163. z-index: 20000;
  10164. }
  10165. a.pp_close {
  10166. position: absolute;
  10167. right: 0;
  10168. top: 0;
  10169. display: block;
  10170. line-height: 22px;
  10171. text-indent: -10000px;
  10172. }
  10173. .pp_loaderIcon {
  10174. display: block;
  10175. height: 24px;
  10176. left: 50%;
  10177. position: absolute;
  10178. top: 50%;
  10179. width: 24px;
  10180. margin: -12px 0 0 -12px;
  10181. }
  10182. #pp_full_res {
  10183. line-height: 1;
  10184. }
  10185. #pp_full_res .pp_inline {
  10186. text-align: left;
  10187. }
  10188. #pp_full_res .pp_inline p {
  10189. margin: 0 0 15px;
  10190. }
  10191. div.ppt {
  10192. color: #fff;
  10193. display: none;
  10194. font-size: 17px;
  10195. z-index: 9999;
  10196. margin: 0 0 5px 15px;
  10197. }
  10198. div.pp_default .pp_content,
  10199. div.light_rounded .pp_content {
  10200. background-color: #ffffff;
  10201. }
  10202. div.pp_default #pp_full_res .pp_inline,
  10203. div.light_rounded .pp_content .ppt,
  10204. div.light_rounded #pp_full_res .pp_inline,
  10205. div.light_square .pp_content .ppt,
  10206. div.light_square #pp_full_res .pp_inline,
  10207. div.facebook .pp_content .ppt,
  10208. div.facebook #pp_full_res .pp_inline {
  10209. color: #000000;
  10210. }
  10211. div.pp_default .pp_gallery ul li a:hover,
  10212. div.pp_default .pp_gallery ul li.selected a,
  10213. .pp_gallery ul a:hover,
  10214. .pp_gallery li.selected a {
  10215. border-color: #ffffff;
  10216. }
  10217. div.pp_default .pp_details,
  10218. div.light_rounded .pp_details,
  10219. div.dark_rounded .pp_details,
  10220. div.dark_square .pp_details,
  10221. div.light_square .pp_details,
  10222. div.facebook .pp_details {
  10223. position: relative;
  10224. }
  10225. .pp_top,
  10226. .pp_bottom {
  10227. height: 20px;
  10228. position: relative;
  10229. }
  10230. * html .pp_top,
  10231. * html .pp_bottom {
  10232. padding: 0 20px;
  10233. }
  10234. .pp_top .pp_left,
  10235. .pp_bottom .pp_left {
  10236. height: 20px;
  10237. left: 0;
  10238. position: absolute;
  10239. width: 20px;
  10240. }
  10241. .pp_top .pp_middle,
  10242. .pp_bottom .pp_middle {
  10243. height: 20px;
  10244. left: 20px;
  10245. position: absolute;
  10246. right: 20px;
  10247. }
  10248. * html .pp_top .pp_middle,
  10249. * html .pp_bottom .pp_middle {
  10250. left: 0;
  10251. position: static;
  10252. }
  10253. .pp_top .pp_right,
  10254. .pp_bottom .pp_right {
  10255. height: 20px;
  10256. left: auto;
  10257. position: absolute;
  10258. right: 0;
  10259. top: 0;
  10260. width: 20px;
  10261. }
  10262. .pp_fade,
  10263. .pp_gallery li.default a img {
  10264. display: none;
  10265. }
  10266. .rtl a.pp_previous,
  10267. .rtl a.pp_next,
  10268. .rtl .pp_nav .pp_play,
  10269. .rtl .pp_nav .pp_pause,
  10270. .rtl a.pp_arrow_previous,
  10271. .rtl a.pp_arrow_next,
  10272. .rtl a.pp_close,
  10273. .rtl a.pp_expand,
  10274. .rtl a.pp_contract {
  10275. text-indent: 10000px;
  10276. }
  10277. /*
  10278. * jQuery FlexSlider v2.0
  10279. * http://www.woothemes.com/flexslider/
  10280. *
  10281. * Copyright 2012 WooThemes
  10282. * Free to use under the GPLv2 license.
  10283. * http://www.gnu.org/licenses/gpl-2.0.html
  10284. *
  10285. * Contributing author: Tyler Smith (@mbmufffin)
  10286. */
  10287. /* Browser Resets */
  10288. .flex-container a:active,
  10289. .flexslider a:active,
  10290. .flex-container a:focus,
  10291. .flexslider a:focus {
  10292. outline: none;
  10293. }
  10294. .flexslider .slides,
  10295. .flex-control-nav,
  10296. .flex-direction-nav {
  10297. margin: 0;
  10298. padding: 0;
  10299. list-style: none;
  10300. z-index: 1000;
  10301. }
  10302. /* FlexSlider Necessary Styles
  10303. *********************************/
  10304. .flexslider {
  10305. margin: 0;
  10306. padding: 0;
  10307. }
  10308. .flexslider .slides {
  10309. overflow: hidden;
  10310. }
  10311. .flexslider .slides li {
  10312. display: none;
  10313. -webkit-backface-visibility: hidden;
  10314. }
  10315. /* Hide the slides before the JS is loaded. Avoids image jumping */
  10316. .flexslider .slides img {
  10317. width: 100%;
  10318. max-width: 100%;
  10319. display: block;
  10320. }
  10321. .flexslider .slides .video-shortcode {
  10322. margin-bottom: 0;
  10323. }
  10324. .flex-pauseplay span {
  10325. text-transform: capitalize;
  10326. }
  10327. /* Clearfix for the .slides element */
  10328. .flexslider .slides:after {
  10329. content: ".";
  10330. display: block;
  10331. clear: both;
  10332. visibility: hidden;
  10333. line-height: 0;
  10334. height: 0;
  10335. }
  10336. html[xmlns] .flexslider .slides {
  10337. display: block;
  10338. }
  10339. * html .flexslider .slides {
  10340. height: 1%;
  10341. }
  10342. .flexslider .slides,
  10343. .flex-control-nav,
  10344. .flex-direction-nav {
  10345. z-index: 2;
  10346. }
  10347. /* No JavaScript Fallback */
  10348. /* If you are not using another script, such as Modernizr, make sure you
  10349. * include js that eliminates this class on page load */
  10350. /*.no-js .flexslider .slides > li:first-child {display: block;}*/
  10351. /* FlexSlider Default Theme
  10352. *********************************/
  10353. .flexslider {
  10354. margin: 0 0 60px;
  10355. background-color: transparent;
  10356. position: relative;
  10357. }
  10358. .flex-viewport {
  10359. max-height: 2000px;
  10360. -webkit-transition: all 1s ease;
  10361. -moz-transition: all 1s ease;
  10362. transition: all 1s ease;
  10363. }
  10364. .loading .flex-viewport {
  10365. max-height: 300px;
  10366. }
  10367. .carousel li {
  10368. margin-right: 5px;
  10369. }
  10370. /* Direction Nav */
  10371. .flex-direction-nav {
  10372. height: 0;
  10373. }
  10374. .flex-direction-nav a {
  10375. font-family: IcoMoon;
  10376. width: 30px;
  10377. height: 30px;
  10378. margin: -20px 0 0;
  10379. background-color: rgba(0, 0, 0, 0.5);
  10380. background-repeat: no-repeat;
  10381. position: absolute;
  10382. top: 50%;
  10383. cursor: pointer;
  10384. opacity: 0;
  10385. -webkit-transition: all .3s ease;
  10386. z-index: 100;
  10387. overflow: hidden;
  10388. text-align: center;
  10389. line-height: 30px;
  10390. font-size: 16px;
  10391. font-weight: normal;
  10392. -webkit-font-smoothing: none;
  10393. color: #fff;
  10394. }
  10395. .flex-direction-nav a:hover {
  10396. color: #fff;
  10397. }
  10398. .sidebar .widget .flex-direction-nav a,
  10399. .sidebar .widget .flex-direction-nav a:hover {
  10400. color: #fff;
  10401. }
  10402. .no-opacity .flex-direction-nav a {
  10403. display: none;
  10404. }
  10405. .no-opacity .flexslider:hover .flex-direction-nav a {
  10406. display: block;
  10407. }
  10408. .flex-direction-nav .flex-next {
  10409. right: 0;
  10410. text-indent: 2px;
  10411. }
  10412. .flex-direction-nav .flex-prev {
  10413. left: 0;
  10414. text-indent: -2px;
  10415. }
  10416. .no-rgba .flex-direction-nav .flex-next,
  10417. .no-rgba .flex-direction-nav .flex-prev {
  10418. background-color: #000;
  10419. }
  10420. .flexslider:hover .flex-next {
  10421. opacity: 0.8;
  10422. right: 0px;
  10423. }
  10424. .flexslider:hover .flex-prev {
  10425. opacity: 0.8;
  10426. left: 0px;
  10427. }
  10428. .flexslider:hover .flex-next:hover,
  10429. .flexslider:hover .flex-prev:hover {
  10430. opacity: 1;
  10431. }
  10432. .flex-direction-nav .flex-disabled {
  10433. opacity: 0;
  10434. cursor: default;
  10435. display: none;
  10436. }
  10437. /* Control Nav */
  10438. .flex-control-nav {
  10439. width: 100%;
  10440. position: absolute;
  10441. bottom: 0px;
  10442. text-align: center;
  10443. }
  10444. #wrapper .flex-control-nav li {
  10445. margin: 0 6px;
  10446. display: inline-block;
  10447. }
  10448. #wrapper .flex-control-paging li a {
  10449. display: block;
  10450. }
  10451. .flex-control-paging li a {
  10452. width: 11px;
  10453. height: 11px;
  10454. display: block;
  10455. background: #666;
  10456. background: rgba(0, 0, 0, 0.5);
  10457. cursor: pointer;
  10458. text-indent: -9999px;
  10459. -webkit-border-radius: 20px;
  10460. -moz-border-radius: 20px;
  10461. -o-border-radius: 20px;
  10462. border-radius: 20px;
  10463. box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  10464. }
  10465. .flex-control-paging li a:hover {
  10466. background: #333;
  10467. background: rgba(0, 0, 0, 0.7);
  10468. }
  10469. .flex-control-paging li a.flex-active {
  10470. background: #000;
  10471. background: rgba(0, 0, 0, 0.9);
  10472. cursor: default;
  10473. }
  10474. .flex-control-thumbs {
  10475. margin: 5px 0 0;
  10476. position: static;
  10477. overflow: hidden;
  10478. }
  10479. .flex-control-thumbs li {
  10480. width: 25%;
  10481. float: left;
  10482. margin: 0;
  10483. }
  10484. .flex-control-thumbs img {
  10485. width: 100%;
  10486. display: block;
  10487. opacity: .7;
  10488. cursor: pointer;
  10489. }
  10490. .flex-control-thumbs img:hover {
  10491. opacity: 1;
  10492. }
  10493. .flex-control-thumbs .flex-active {
  10494. opacity: 1;
  10495. cursor: default;
  10496. }
  10497. .flex-caption {
  10498. position: absolute;
  10499. background: rgba(0, 0, 0, 0.6);
  10500. width: 96%;
  10501. padding: 2%;
  10502. color: #fff;
  10503. left: 0;
  10504. bottom: 0;
  10505. margin: 0;
  10506. }
  10507. .no-rgba .flex-caption {
  10508. background-color: #000;
  10509. }
  10510. .main-flex {
  10511. margin-bottom: 0;
  10512. }
  10513. @media screen and (max-width: 860px) {
  10514. .flex-direction-nav .flex-prev {
  10515. opacity: 1;
  10516. left: 0;
  10517. }
  10518. .flex-direction-nav .flex-next {
  10519. opacity: 1;
  10520. right: 0;
  10521. }
  10522. }
  10523. /* Alignment */
  10524. .alignleft {
  10525. display: inline;
  10526. float: left;
  10527. margin-right: 15px;
  10528. }
  10529. .alignright {
  10530. display: inline;
  10531. float: right;
  10532. margin-left: 15px;
  10533. }
  10534. .aligncenter {
  10535. clear: both;
  10536. display: block;
  10537. margin-left: auto;
  10538. margin-right: auto;
  10539. text-align: center;
  10540. }
  10541. /* Slider */
  10542. #layerslider-container {
  10543. margin: 0 auto;
  10544. }
  10545. #layerslider-wrapper {
  10546. position: relative;
  10547. }
  10548. #layerslider-wrapper .ls-shadow-top {
  10549. position: absolute;
  10550. background-image: url(images/shadow-top.png);
  10551. background-repeat: no-repeat;
  10552. background-position: top center;
  10553. height: 42px;
  10554. width: 100%;
  10555. top: 0;
  10556. z-index: 99;
  10557. }
  10558. #layerslider-wrapper .ls-shadow-bottom {
  10559. position: absolute;
  10560. background-image: url(images/shadow-bottom.png);
  10561. background-repeat: no-repeat;
  10562. background-position: bottom center;
  10563. height: 32px;
  10564. width: 100%;
  10565. bottom: 0;
  10566. z-index: 99;
  10567. }
  10568. .ls-avada {
  10569. border-top: 1px solid #d2d3d4;
  10570. border-bottom: 1px solid #d2d3d4;
  10571. }
  10572. .ls-avada .ls-layer {
  10573. background-repeat: no-repeat;
  10574. background-position: center center;
  10575. }
  10576. .ls-avada .ls-nav-prev,
  10577. .ls-avada .ls-nav-next,
  10578. .products-slider .es-nav span {
  10579. background-color: rgba(0, 0, 0, 0.5);
  10580. width: 63px;
  10581. height: 63px;
  10582. display: none;
  10583. position: absolute;
  10584. top: 50%;
  10585. margin-top: -31px;
  10586. opacity: 0.8;
  10587. text-align: center;
  10588. }
  10589. .ls-avada .ls-nav-prev:before,
  10590. .ls-avada .ls-nav-next:before {
  10591. margin-left: -2px;
  10592. content: '\e61e';
  10593. line-height: 63px;
  10594. font-family: IcoMoon;
  10595. font-size: 25px;
  10596. -webkit-font-smoothing: antialiased;
  10597. color: #fff;
  10598. }
  10599. .ls-avada .ls-nav-next:before {
  10600. margin-left: -1px;
  10601. content: '\e620';
  10602. }
  10603. .no-rgba .ls-avada .ls-nav-prev,
  10604. .no-rgba .ls-avada .ls-nav-next,
  10605. .no-rgba .wooslider .wooslider-prev,
  10606. .no-rgba .wooslider .wooslider-next,
  10607. .no-rgba .products-slider .es-nav span {
  10608. background-color: #ccc ;
  10609. }
  10610. .ls-avada .ls-nav-prev:hover,
  10611. .ls-avada .ls-nav-next:hover,
  10612. .products-slider .es-nav span:hover {
  10613. opacity: 1;
  10614. }
  10615. .ls-avada:hover .ls-nav-prev,
  10616. .ls-avada:hover .ls-nav-next {
  10617. display: block;
  10618. }
  10619. .ls-avada .ls-nav-prev,
  10620. .products-slider .es-nav span.es-nav-prev {
  10621. left: 0;
  10622. margin-left: 0;
  10623. z-index: 10;
  10624. }
  10625. .ls-avada .ls-nav-next,
  10626. .products-slider .es-nav span.es-nav-next {
  10627. right: 0 ;
  10628. margin-left: 0;
  10629. z-index: 10;
  10630. }
  10631. .ls-avada .ls-playvideo {
  10632. width: 50px;
  10633. height: 50px;
  10634. margin-left: -25px;
  10635. margin-top: -25px;
  10636. }
  10637. .ls-avada .ls-playvideo {
  10638. background-position: -300px -150px;
  10639. }
  10640. .ls-avada .ls-playvideo:hover,
  10641. .ls-avada .ls-vpcontainer:hover .ls-playvideo {
  10642. background-position: -375px -150px;
  10643. }
  10644. /**** Isotope Filtering ****/
  10645. .isotope-item {
  10646. z-index: 2;
  10647. }
  10648. .isotope-hidden.isotope-item {
  10649. z-index: 1;
  10650. }
  10651. /**** Isotope CSS3 transitions ****/
  10652. .isotope,
  10653. .isotope .isotope-item {
  10654. -webkit-transition-duration: 0.8s;
  10655. -moz-transition-duration: 0.8s;
  10656. -ms-transition-duration: 0.8s;
  10657. -o-transition-duration: 0.8s;
  10658. transition-duration: 0.8s;
  10659. }
  10660. .isotope {
  10661. -webkit-transition-property: height, width;
  10662. -moz-transition-property: height, width;
  10663. -ms-transition-property: height, width;
  10664. -o-transition-property: height, width;
  10665. transition-property: height, width;
  10666. }
  10667. .isotope .isotope-item {
  10668. -webkit-transition-property: -webkit-transform, opacity;
  10669. -moz-transition-property: -moz-transform, opacity;
  10670. -ms-transition-property: -ms-transform, opacity;
  10671. -o-transition-property: top, left, opacity;
  10672. transition-property: transform, opacity;
  10673. }
  10674. /**** disabling Isotope CSS3 transitions ****/
  10675. .isotope.no-transition,
  10676. .isotope.no-transition .isotope-item,
  10677. .isotope .isotope-item.no-transition {
  10678. -webkit-transition-duration: 0s;
  10679. -moz-transition-duration: 0s;
  10680. -ms-transition-duration: 0s;
  10681. -o-transition-duration: 0s;
  10682. transition-duration: 0s;
  10683. }
  10684. /**** Isotope filtering ****/
  10685. .isotope-item {
  10686. z-index: 2;
  10687. }
  10688. .isotope-hidden.isotope-item {
  10689. z-index: 1;
  10690. }
  10691. /* WooSlider */
  10692. .post-content .wooslider {
  10693. border: 0;
  10694. background: none;
  10695. -moz-box-shadow: none;
  10696. -webkit-box-shadow: none;
  10697. box-shadow: none;
  10698. -moz-border-radius: 0;
  10699. -webkit-border-radius: 0;
  10700. border-radius: 0;
  10701. margin: 0 auto;
  10702. max-width: 940px;
  10703. }
  10704. .wooslider .slide-content {
  10705. margin: 0;
  10706. }
  10707. .wooslider .wooslider-pauseplay {
  10708. position: absolute;
  10709. margin: 0;
  10710. top: auto;
  10711. bottom: 15px;
  10712. }
  10713. .wooslider .wooslider-control-nav {
  10714. position: absolute;
  10715. margin: 0;
  10716. top: auto;
  10717. bottom: -10px;
  10718. }
  10719. .wooslider .wooslider-prev,
  10720. .wooslider .wooslider-next,
  10721. .main-flex .flex-prev,
  10722. .main-flex .flex-next {
  10723. background-color: rgba(0, 0, 0, 0.5);
  10724. background-repeat: no-repeat;
  10725. width: 63px;
  10726. height: 63px;
  10727. display: none;
  10728. position: absolute;
  10729. top: 42%;
  10730. margin: 0;
  10731. color: #fff;
  10732. font-family: IcoMoon;
  10733. text-align: center;
  10734. line-height: 63px;
  10735. font-size: 36px;
  10736. font-weight: normal;
  10737. -webkit-font-smoothing: antialiased;
  10738. }
  10739. .tfs-slider .flex-prev,
  10740. .tfs-slider .flex-next {
  10741. font-size: 25px;
  10742. -webkit-font-smoothing: antialiased;
  10743. }
  10744. .wooslider:hover .wooslider-prev,
  10745. .wooslider:hover .wooslider-next,
  10746. .main-flex:hover .flex-prev,
  10747. .main-flex:hover .flex-next {
  10748. display: block;
  10749. }
  10750. .wooslider .wooslider-prev,
  10751. .main-flex .flex-prev {
  10752. left: 0;
  10753. padding: 0;
  10754. border: 0;
  10755. text-indent: -5px;
  10756. }
  10757. .wooslider .wooslider-next,
  10758. .main-flex .flex-next {
  10759. right: 0;
  10760. padding: 0;
  10761. border: 0;
  10762. text-indent: 5px;
  10763. }
  10764. .no-rgba .wooslider .wooslider-next,
  10765. .no-rgba .wooslider .wooslider-prev {
  10766. background-color: #000;
  10767. }
  10768. #sliders-container .wooslider .slide-content p {
  10769. margin: 0;
  10770. }
  10771. .sidebar .wooslider-control-nav li a,
  10772. .footer-area .wooslider-control-nav li a {
  10773. padding: 0;
  10774. background: none;
  10775. border: 0;
  10776. background: #666;
  10777. background: rgba(0, 0, 0, 0.5);
  10778. margin-right: 3px;
  10779. }
  10780. .sidebar .wooslider-next,
  10781. .sidebar .wooslider-prev,
  10782. .post-content .wooslider .wooslider-prev,
  10783. .post-content .wooslider .wooslider-next,
  10784. .footer-area .wooslider-next,
  10785. .footer-area .wooslider-prev {
  10786. width: 29px;
  10787. height: 29px;
  10788. }
  10789. .sidebar .wooslider .wooslider-control-nav,
  10790. .footer-area .wooslider .wooslider-control-nav {
  10791. bottom: 5px;
  10792. }
  10793. .sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav,
  10794. .footer-area .widget_wooslider_slideshow_slides .wooslider-control-nav {
  10795. bottom: 12px;
  10796. }
  10797. .footer-area .slide-excerpt {
  10798. overflow: hidden;
  10799. position: absolute;
  10800. bottom: -50px;
  10801. padding: 0px;
  10802. width: 100%;
  10803. text-align: center;
  10804. }
  10805. .sidebar .slide-excerpt {
  10806. bottom: 15%;
  10807. width: 100%;
  10808. }
  10809. .sidebar .slide-excerpt .slide-title {
  10810. float: none;
  10811. }
  10812. .sidebar .slide-excerpt .slide-title a {
  10813. color: #ffffff;
  10814. border: none;
  10815. }
  10816. .sidebar .slide-excerpt .slide-title a:hover {
  10817. color: #ffffff;
  10818. }
  10819. .sidebar .widget .slides li div a {
  10820. padding: 0;
  10821. }
  10822. /* Elastic Slider */
  10823. .ei-slider {
  10824. position: relative;
  10825. width: 100%;
  10826. height: 400px;
  10827. margin: 0 auto;
  10828. overflow: hidden;
  10829. }
  10830. .ei-slider-loading {
  10831. width: 100%;
  10832. height: 100%;
  10833. position: absolute;
  10834. top: 0px;
  10835. left: 0px;
  10836. z-index: 999;
  10837. background: rgba(0, 0, 0, 0.9);
  10838. color: #fff;
  10839. text-align: center;
  10840. line-height: 400px;
  10841. }
  10842. .ei-slider-large {
  10843. height: 100%;
  10844. width: 100%;
  10845. position: relative;
  10846. overflow: hidden;
  10847. margin: 0;
  10848. padding: 0;
  10849. }
  10850. .ei-slider-large li {
  10851. position: absolute;
  10852. top: 0px;
  10853. left: 0px;
  10854. overflow: hidden;
  10855. height: 100%;
  10856. width: 100%;
  10857. }
  10858. .ei-slider-large li img {
  10859. width: auto;
  10860. max-width: none;
  10861. }
  10862. .ei-title {
  10863. position: absolute;
  10864. right: 50%;
  10865. margin-right: 13%;
  10866. top: 30%;
  10867. }
  10868. .ei-title h2,
  10869. .ei-title h3 {
  10870. text-align: right;
  10871. margin: 0;
  10872. font-weight: normal;
  10873. }
  10874. .ei-title h2 {
  10875. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  10876. }
  10877. .ei-slider-thumbs {
  10878. height: 13px;
  10879. margin: 0 auto;
  10880. position: relative;
  10881. padding: 0;
  10882. bottom: 13px;
  10883. z-index: 10;
  10884. }
  10885. .ei-slider-thumbs li {
  10886. position: relative;
  10887. float: left;
  10888. height: 100%;
  10889. }
  10890. .ei-slider-thumbs li.ei-slider-element {
  10891. top: 0px;
  10892. left: 0px;
  10893. position: absolute;
  10894. height: 100%;
  10895. z-index: 10;
  10896. text-indent: -9000px;
  10897. background: #000;
  10898. background: rgba(0, 0, 0, 0.9);
  10899. }
  10900. .ei-slider-thumbs li a {
  10901. display: block;
  10902. text-indent: -9000px;
  10903. background: #666 ;
  10904. width: 100%;
  10905. height: 100%;
  10906. cursor: pointer;
  10907. -webkit-box-shadow: 0px 0px 2px 0px #ffffff;
  10908. -moz-box-shadow: 0px 0px 2px 0px #ffffff;
  10909. box-shadow: 0px 0px 2px 0px #ffffff;
  10910. -webkit-transition: background 0.2s ease;
  10911. -moz-transition: background 0.2s ease;
  10912. -o-transition: background 0.2s ease;
  10913. -ms-transition: background 0.2s ease;
  10914. transition: background 0.2s ease;
  10915. }
  10916. .ei-slider-thumbs li a:hover {
  10917. background-color: #f0f0f0;
  10918. }
  10919. .ei-slider-thumbs li img {
  10920. position: absolute;
  10921. bottom: 50px;
  10922. opacity: 0;
  10923. z-index: 999;
  10924. max-width: 100%;
  10925. -webkit-transition: all 0.4s ease;
  10926. -moz-transition: all 0.4s ease;
  10927. -o-transition: all 0.4s ease;
  10928. -ms-transition: all 0.4s ease;
  10929. transition: all 0.4s ease;
  10930. -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
  10931. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  10932. }
  10933. .ei-slider-thumbs li:hover img {
  10934. opacity: 1;
  10935. bottom: 13px;
  10936. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  10937. }
  10938. .ei-slider ul {
  10939. list-style: none;
  10940. }
  10941. @media screen and (max-width: 830px) {
  10942. .ei-title {
  10943. position: absolute;
  10944. right: 0px;
  10945. margin-right: 0px;
  10946. width: 100%;
  10947. text-align: center;
  10948. top: auto;
  10949. bottom: 10px;
  10950. padding: 5px 0;
  10951. }
  10952. .ei-title h2,
  10953. .ei-title h3 {
  10954. text-align: center;
  10955. }
  10956. #wrapper .ei-title h2 {
  10957. font-size: 20px;
  10958. line-height: 24px;
  10959. }
  10960. #wrapper .ei-title h3 {
  10961. font-size: 15px;
  10962. line-height: 30px;
  10963. }
  10964. }
  10965. #nav-uber #megaMenu {
  10966. float: right;
  10967. margin-top: 20px;
  10968. margin-bottom: 20px;
  10969. z-index: 1000;
  10970. }
  10971. #nav-uber #megaMenu.megaMenuVertical {
  10972. float: left;
  10973. margin-left: 20px;
  10974. }
  10975. .header-v4 #nav-uber #megaMenu,
  10976. .header-v5 #nav-uber #megaMenu {
  10977. margin-top: 0;
  10978. margin-bottom: 0;
  10979. float: left;
  10980. }
  10981. .header-v4 #nav-uber #megaMenu.megaMenuVertical,
  10982. .header-v5 #nav-uber #megaMenu.megaMenuVertical {
  10983. margin-left: 0;
  10984. }
  10985. #sticky-nav-uber {
  10986. float: right;
  10987. margin-top: 5px;
  10988. }
  10989. .mobile-logo-pos-right #sticky-nav-uber {
  10990. float: left;
  10991. }
  10992. .fullwidthbanner-container {
  10993. overflow: visible;
  10994. }
  10995. .tfs-slider .flex-caption {
  10996. width: 97%;
  10997. }
  10998. .tfs-slider .flex-control-nav {
  10999. bottom: 20px !important;
  11000. }
  11001. .tfs-slider .buttons a {
  11002. margin: 0;
  11003. display: inline-block;
  11004. }
  11005. /* Revslider Fix */
  11006. .tp-simpleresponsive .slotholder,
  11007. .tp-simpleresponsive .slotholder img {
  11008. -webkit-backface-visibility: visible;
  11009. -webkit-transform: none;
  11010. }
  11011. body .sidebar .button {
  11012. padding-left: 15px;
  11013. }
  11014. /* responsive menu */
  11015. .mobile-nav-holder,
  11016. .mobile-topnav-holder {
  11017. display: none;
  11018. }
  11019. .mobile-nav-holder .mobile-selector,
  11020. .mobile-topnav-holder .mobile-selector {
  11021. background: #fff;
  11022. border: 1px solid #DADADA;
  11023. line-height: 31px;
  11024. width: 100%;
  11025. position: relative;
  11026. font-size: 12px;
  11027. cursor: pointer;
  11028. }
  11029. .sticky-header .mobile-nav-holder .mobile-selector {
  11030. width: auto;
  11031. }
  11032. .mobile-nav-holder .mobile-selector span,
  11033. .mobile-topnav-holder .mobile-selector span {
  11034. padding-left: 10px;
  11035. }
  11036. .mobile-nav-holder .mobile-selector .selector-down,
  11037. .mobile-topnav-holder .mobile-selector .selector-down {
  11038. border-left: 1px solid #DADADA;
  11039. height: 31px;
  11040. margin: 0;
  11041. right: 5px;
  11042. top: 0;
  11043. width: 40px;
  11044. position: absolute;
  11045. }
  11046. .mobile-nav-holder .mobile-selector .selector-down:before,
  11047. .mobile-topnav-holder .mobile-selector .selector-down:before {
  11048. content: '\f0c9';
  11049. font-family: IcoMoon;
  11050. font-size: 24px;
  11051. margin-left: 12px;
  11052. color: #C7C5C5;
  11053. }
  11054. .mobile-topnav-holder {
  11055. margin: 0 auto;
  11056. width: 80%;
  11057. color: #333333;
  11058. text-align: left;
  11059. }
  11060. #mobile-nav {
  11061. display: none;
  11062. border-left: 1px solid #DBDBDB;
  11063. border-right: 1px solid #DBDBDB;
  11064. list-style-type: none;
  11065. padding: 0px;
  11066. margin: 0px;
  11067. width: 100%;
  11068. background: #ffffff;
  11069. }
  11070. .mobile-menu-design-modern .header-wrapper #mobile-nav,
  11071. .sh-mobile-nav-holder.mobile-nav-holder-modern #mobile-nav {
  11072. border-right: 0;
  11073. border-left: 0;
  11074. border-top: 1px solid #DBDBDB;
  11075. }
  11076. #mobile-nav .mobile-nav-item {
  11077. position: relative;
  11078. }
  11079. #mobile-nav .sub-menu {
  11080. list-style-type: none;
  11081. padding: 0px;
  11082. margin: 0px;
  11083. display: block;
  11084. }
  11085. #mobile-nav li a {
  11086. border-bottom: 1px solid #DBDBDB;
  11087. color: #333333;
  11088. padding: 10px 12px;
  11089. font-size: 12px;
  11090. display: block;
  11091. line-height: normal;
  11092. }
  11093. #mobile-nav.mobile-sticky-nav {
  11094. border-bottom: 1px solid #DBDBDB;
  11095. height: 200px;
  11096. overflow-y: scroll;
  11097. overflow-x: hidden;
  11098. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  11099. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  11100. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  11101. -moz-box-sizing: border-box;
  11102. box-sizing: border-box;
  11103. }
  11104. #mobile-nav.mobile-sticky-nav li a {
  11105. height: auto;
  11106. line-height: normal;
  11107. }
  11108. #mobile-nav li a:hover,
  11109. #mobile-nav li.mobile-current-nav-item > a {
  11110. background-color: #F6F6F6;
  11111. border-color: #DBDBDB;
  11112. color: #333333;
  11113. }
  11114. #mobile-nav li.mobile-current-nav-item > a {
  11115. background-color: #eeeeee;
  11116. border-color: #DBDBDB;
  11117. color: #333333;
  11118. }
  11119. #mobile-nav li.mobile-nav-item li a {
  11120. padding-left: 27px;
  11121. }
  11122. #mobile-nav li.mobile-nav-item li a:before {
  11123. content: "-";
  11124. margin-left: -6px;
  11125. margin-right: 2px;
  11126. }
  11127. #mobile-nav li.mobile-nav-item li li a {
  11128. padding-left: 40px;
  11129. }
  11130. #mobile-nav li.mobile-nav-item li li a:before {
  11131. content: "--";
  11132. margin-left: -10px;
  11133. margin-right: 2px;
  11134. }
  11135. #mobile-nav li.mobile-nav-item li li li a {
  11136. padding-left: 53px;
  11137. }
  11138. #mobile-nav li.mobile-nav-item li li li a:before {
  11139. content: "---";
  11140. margin-left: -14px;
  11141. margin-right: 2px;
  11142. }
  11143. #mobile-nav li.mobile-nav-item li li li li a {
  11144. padding-left: 66px;
  11145. }
  11146. #mobile-nav li.mobile-nav-item li li li li a:before {
  11147. content: "----";
  11148. margin-left: -18px;
  11149. margin-right: 2px;
  11150. }
  11151. #mobile-nav li.mobile-nav-item .open-submenu {
  11152. display: block;
  11153. position: absolute;
  11154. right: 0;
  11155. padding: 10px 17px 10px 15px;
  11156. border: none;
  11157. line-height: 15px;
  11158. font-size: 13px;
  11159. cursor: pointer;
  11160. }
  11161. #mobile-nav li.mobile-nav-item .open-submenu:hover {
  11162. color: #A0CE4E;
  11163. }
  11164. #mobile-nav li.mobile-nav-item .open-submenu:before {
  11165. display: block;
  11166. margin: 0;
  11167. width: 15px;
  11168. content: '\e61f';
  11169. text-align: center;
  11170. font-family: IcoMoon;
  11171. }
  11172. #header-sticky #mobile-nav .my-cart-link:after,
  11173. #header #mobile-nav .my-cart-link:after {
  11174. content: "";
  11175. border: none;
  11176. }
  11177. #learndash_lessons .learndash_topic_dots {
  11178. float: none;
  11179. }
  11180. .video-background {
  11181. position: relative;
  11182. overflow: hidden;
  11183. }
  11184. .video-bg {
  11185. position: relative;
  11186. padding-bottom: 56.25%;
  11187. height: 0;
  11188. overflow: hidden;
  11189. }
  11190. .video-bg iframe,
  11191. .video-bg object,
  11192. .video-bg embed {
  11193. position: absolute;
  11194. top: 0;
  11195. left: 0;
  11196. width: 100%;
  11197. height: 100%;
  11198. }
  11199. .video-content {
  11200. position: absolute;
  11201. top: 0;
  11202. padding: 15px;
  11203. width: 100%;
  11204. }
  11205. /*---------------------------------------------------------------------------*/
  11206. /* Megamenu
  11207. /*---------------------------------------------------------------------------*/
  11208. #wrapper .fusion-megamenu-wrapper {
  11209. margin: 0 auto;
  11210. padding: 0 15px;
  11211. }
  11212. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder,
  11213. #wrapper .fusion-megamenu-wrapper .fusion-megamenu,
  11214. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu,
  11215. #wrapper .fusion-megamenu-wrapper .sub-menu {
  11216. padding: 0;
  11217. list-style: none;
  11218. }
  11219. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-title {
  11220. margin: 0;
  11221. font-size: 13px;
  11222. line-height: 26px;
  11223. -webkit-font-smoothing: antialiased;
  11224. }
  11225. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-icon,
  11226. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-bullet,
  11227. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  11228. display: none;
  11229. }
  11230. #wrapper .mobile-nav-item .fusion-megamenu-icon,
  11231. #wrapper .mobile-nav-item .fusion-megamenu-bullet {
  11232. display: none;
  11233. }
  11234. #wrapper .fusion-megamenu-wrapper .text-menu-icon {
  11235. position: absolute;
  11236. }
  11237. #wrapper .fusion-megamenu-wrapper .menu-text {
  11238. margin-left: 23px;
  11239. }
  11240. #wrapper .mobile-nav-item .fusion-megamenu-wrapper .row {
  11241. padding: 0;
  11242. }
  11243. #wrapper .mobile-nav-item .fusion-megamenu-title {
  11244. font-weight: normal;
  11245. margin: 0;
  11246. }
  11247. @media (min-width: 768px) {
  11248. #wrapper .fusion-megamenu-wrapper {
  11249. position: absolute;
  11250. left: 0;
  11251. z-index: 20000;
  11252. }
  11253. #wrapper .fusion-megamenu-wrapper li > a:hover {
  11254. color: #333;
  11255. }
  11256. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder {
  11257. width: 100%;
  11258. padding: 0;
  11259. border-top: 3px solid #a0ce4e;
  11260. }
  11261. #wrapper .fusion-megamenu-wrapper .sub-menu {
  11262. padding: 0;
  11263. list-style: none;
  11264. }
  11265. #wrapper #nav .fusion-megamenu-wrapper .sub-menu.deep-level a,
  11266. #wrapper #sticky-nav .fusion-megamenu-wrapper .sub-menu.deep-level a {
  11267. padding-left: 49px ;
  11268. }
  11269. #wrapper #nav .fusion-megamenu-wrapper .sub-menu.deep-level .deep-level a,
  11270. #wrapper #sticky-nav .fusion-megamenu-wrapper .sub-menu.deep-level .deep-level a {
  11271. padding-left: 64px;
  11272. }
  11273. #wrapper .fusion-megamenu-wrapper .fusion-megamenu {
  11274. display: table;
  11275. padding: 0;
  11276. list-style: none;
  11277. }
  11278. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-border {
  11279. border-bottom: 1px solid #dcd9d9;
  11280. }
  11281. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu {
  11282. display: table-cell;
  11283. float: none;
  11284. padding: 29px 0;
  11285. border-right: 1px solid #dcd9d9;
  11286. }
  11287. #wrapper #nav .fusion-megamenu-wrapper li > a,
  11288. #wrapper #nav .fusion-megamenu-wrapper .fusion-megamenu-submenu li > a,
  11289. #wrapper #sticky-nav .fusion-megamenu-wrapper li > a,
  11290. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu-submenu li > a {
  11291. display: block;
  11292. padding: 5px 34px;
  11293. }
  11294. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu li a:hover:not(.fusion-megamenu-widgets-container a:hover),
  11295. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu .current-menu-item a:not(.fusion-megamenu-widgets-container a) {
  11296. background-color: #f3f2f2;
  11297. }
  11298. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu .fusion-megamenu-icon img {
  11299. margin-top: -3px;
  11300. }
  11301. #wrapper .fusion-megamenu-wrapper.columns-per-row-1 .fusion-megamenu .fusion-megamenu-submenu:nth-child(n),
  11302. #wrapper .fusion-megamenu-wrapper.columns-per-row-2 .fusion-megamenu .fusion-megamenu-submenu:nth-child(2n),
  11303. #wrapper .fusion-megamenu-wrapper.columns-per-row-3 .fusion-megamenu .fusion-megamenu-submenu:nth-child(3n),
  11304. #wrapper .fusion-megamenu-wrapper.columns-per-row-4 .fusion-megamenu .fusion-megamenu-submenu:nth-child(4n),
  11305. #wrapper .fusion-megamenu-wrapper.columns-per-row-5 .fusion-megamenu .fusion-megamenu-submenu:nth-child(5n),
  11306. #wrapper .fusion-megamenu-wrapper.columns-per-row-6 .fusion-megamenu .fusion-megamenu-submenu:nth-child(6n) {
  11307. border-right: none;
  11308. }
  11309. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-title {
  11310. margin-top: 0;
  11311. padding: 0 34px 15px 34px;
  11312. font: 18px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  11313. font-weight: normal;
  11314. }
  11315. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-title a {
  11316. height: auto;
  11317. }
  11318. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-title a:hover {
  11319. text-decoration: none;
  11320. color: #000;
  11321. }
  11322. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-icon,
  11323. .fusion-megamenu-icon {
  11324. display: inline;
  11325. margin-right: 12px;
  11326. }
  11327. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-icon img,
  11328. .fusion-megamenu-icon img {
  11329. margin-top: -2px;
  11330. max-height: 15px;
  11331. vertical-align: middle;
  11332. }
  11333. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-bullet,
  11334. .fusion-megamenu-bullet {
  11335. display: block;
  11336. float: left;
  11337. margin-top: 0.5em;
  11338. margin-right: 10px;
  11339. border-top: 3px solid transparent;
  11340. border-bottom: 3px solid transparent;
  11341. border-left: 3px solid #333;
  11342. height: 0;
  11343. width: 0;
  11344. }
  11345. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  11346. margin-bottom: 10px;
  11347. color: #333;
  11348. font-size: 13px;
  11349. }
  11350. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container.second-level-widget,
  11351. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container.third-level-widget {
  11352. padding: 0 34px;
  11353. }
  11354. }
  11355. /* v3.4 specific styles */
  11356. #wrapper .fusion-megamenu-wrapper * {
  11357. -moz-box-sizing: border-box;
  11358. box-sizing: border-box;
  11359. }
  11360. #wrapper .fusion-megamenu-wrapper .row {
  11361. clear: both;
  11362. }
  11363. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu-holder {
  11364. top: 0;
  11365. }
  11366. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu {
  11367. top: 0;
  11368. }
  11369. #nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu,
  11370. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu {
  11371. display: table-cell;
  11372. vertical-align: top;
  11373. float: none;
  11374. }
  11375. #wrapper .fusion-megamenu-wrapper .fusion-megamenu {
  11376. border-top: none;
  11377. }
  11378. #wrapper .fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
  11379. table-layout: fixed;
  11380. width: 100%;
  11381. }
  11382. #wrapper .fusion-megamenu-wrapper .fusion-megamenu-title {
  11383. color: #333;
  11384. }
  11385. #wrapper #nav .fusion-megamenu-wrapper .fusion-megamenu-title a,
  11386. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu-title a {
  11387. padding: 0;
  11388. background: none;
  11389. border: none;
  11390. font: inherit;
  11391. }
  11392. #nav .fusion-navbar-nav .fusion-megamenu-wrapper ul,
  11393. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper ul {
  11394. position: relative;
  11395. top: auto;
  11396. width: auto;
  11397. }
  11398. #nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder ul .sub-menu,
  11399. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder ul .sub-menu {
  11400. display: table;
  11401. table-layout: fixed;
  11402. left: 0;
  11403. top: 0;
  11404. border-color: #dcd9d9;
  11405. -moz-box-shadow: none;
  11406. -webkit-box-shadow: none;
  11407. box-shadow: none;
  11408. }
  11409. #wrapper #nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder ul ul.sub-menu,
  11410. #wrapper #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper .fusion-megamenu-holder ul ul.sub-menu {
  11411. display: block;
  11412. left: auto;
  11413. right: auto;
  11414. border: none;
  11415. background: none;
  11416. }
  11417. #nav .fusion-navbar-nav .fusion-megamenu-wrapper li ul li li,
  11418. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper li ul li li {
  11419. display: block;
  11420. }
  11421. #wrapper #nav .fusion-navbar-nav .fusion-megamenu-wrapper li > a,
  11422. #wrapper #nav .fusion-navbar-nav .fusion-megamenu-wrapper li ul li > a,
  11423. #wrapper #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper li > a,
  11424. #wrapper #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper li ul li > a {
  11425. border-bottom: none;
  11426. }
  11427. #nav .fusion-navbar-nav .fusion-megamenu-wrapper li:hover > ul,
  11428. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper li:hover > ul {
  11429. display: table;
  11430. }
  11431. #nav .fusion-navbar-nav .fusion-megamenu-wrapper ul li:hover ul,
  11432. #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper ul li:hover ul {
  11433. left: 0;
  11434. top: 0;
  11435. }
  11436. #wrapper #nav .fusion-megamenu-wrapper .fusion-megamenu-widgets-container ul.list-icon,
  11437. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu-widgets-container ul.list-icon {
  11438. border: none;
  11439. margin-left: 25px;
  11440. }
  11441. #wrapper #nav .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .recent-works-items a,
  11442. #wrapper #sticky-nav .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .recent-works-items a {
  11443. padding: 3px;
  11444. }
  11445. /* mega menu RTL styles */
  11446. .rtl #wrapper .fusion-megamenu-wrapper {
  11447. left: auto;
  11448. right: 0;
  11449. }
  11450. .rtl #wrapper #nav .fusion-megamenu-wrapper .sub-menu.deep-level a,
  11451. .rtl #wrapper #sticky-nav .fusion-megamenu-wrapper .sub-menu.deep-level a {
  11452. padding-left: 34px;
  11453. padding-right: 49px;
  11454. }
  11455. .rtl #wrapper #nav .fusion-megamenu-wrapper .sub-menu.deep-level .deep-level a,
  11456. .rtl #wrapper #sticky-nav .fusion-megamenu-wrapper .sub-menu.deep-level .deep-level a {
  11457. padding-left: 34px;
  11458. padding-right: 64px;
  11459. }
  11460. .rtl #wrapper .fusion-megamenu-wrapper .fusion-megamenu-icon,
  11461. .rtl .fusion-megamenu-icon {
  11462. margin-left: 9px;
  11463. margin-right: 0;
  11464. }
  11465. .rtl #wrapper .fusion-megamenu-wrapper .menu-text {
  11466. margin-left: 0;
  11467. margin-right: 23px;
  11468. }
  11469. .rtl #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu {
  11470. border-left: 1px solid #DCD9D9;
  11471. border-right: 0;
  11472. }
  11473. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-1 .fusion-megamenu .fusion-megamenu-submenu:nth-child(n),
  11474. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-2 .fusion-megamenu .fusion-megamenu-submenu:nth-child(2n),
  11475. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-3 .fusion-megamenu .fusion-megamenu-submenu:nth-child(3n),
  11476. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-4 .fusion-megamenu .fusion-megamenu-submenu:nth-child(4n),
  11477. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-5 .fusion-megamenu .fusion-megamenu-submenu:nth-child(5n),
  11478. .rtl #wrapper .fusion-megamenu-wrapper.columns-per-row-6 .fusion-megamenu .fusion-megamenu-submenu:nth-child(6n) {
  11479. border-left: none;
  11480. }
  11481. .rtl #wrapper #nav .fusion-navbar-nav .fusion-megamenu-wrapper ul li:hover ul,
  11482. .rtl #wrapper #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper ul li:hover ul {
  11483. right: 0;
  11484. }
  11485. .rtl #wrapper .fusion-megamenu-wrapper .fusion-megamenu-bullet,
  11486. .rtl .fusion-megamenu-bullet {
  11487. border-left: none;
  11488. border-right: 3px solid #333333;
  11489. float: right;
  11490. margin-left: 10px;
  11491. margin-right: 0;
  11492. }
  11493. .rtl .fusion-megamenu-holder,
  11494. .rtl .fusion-megamenu-holder .sub-menu {
  11495. text-align: right;
  11496. }
  11497. h3.fusion-megamenu-title {
  11498. font-weight: normal;
  11499. }
  11500. .bbp-arrow {
  11501. margin-top: -1px;
  11502. }
  11503. #sliders-container {
  11504. position: relative;
  11505. }
  11506. .mobile-menu-icons {
  11507. display: none;
  11508. }
  11509. .mobile-menu-icons a {
  11510. float: right;
  11511. font-size: 21px;
  11512. margin-left: 20px;
  11513. }
  11514. .mobile-menu-icons a:last-child {
  11515. margin-left: 0;
  11516. }
  11517. .mobile-header-search {
  11518. display: none;
  11519. }
  11520. .mobile-header-search .searchform {
  11521. padding: 5px 0;
  11522. }
  11523. .fusion-animated {
  11524. position: relative;
  11525. z-index: 2000;
  11526. }
  11527. /**
  11528. * Loading Spinner
  11529. */
  11530. .loading-container {
  11531. margin-top: 20px;
  11532. }
  11533. .loading-container .loading-spinner {
  11534. display: inline-block;
  11535. }
  11536. .loading-container .spinner-1,
  11537. .loading-container .spinner-2,
  11538. .loading-container .spinner-3 {
  11539. width: 12px;
  11540. height: 12px;
  11541. background-color: #e2e0e0;
  11542. border-radius: 100%;
  11543. display: inline-block;
  11544. -webkit-animation: fusion-bounce-delay 1.4s infinite ease-in-out;
  11545. animation: fusion-bounce-delay 1.4s infinite ease-in-out;
  11546. -webkit-animation-fill-mode: both;
  11547. animation-fill-mode: both;
  11548. }
  11549. .loading-container .spinner-1 {
  11550. -webkit-animation-delay: -0.32s;
  11551. animation-delay: -0.32s;
  11552. }
  11553. .loading-container .spinner-2 {
  11554. -webkit-animation-delay: -0.16s;
  11555. animation-delay: -0.16s;
  11556. }
  11557. .loading-container .loading-msg {
  11558. display: inline-block;
  11559. }
  11560. @-webkit-keyframes fusion-bounce-delay {
  11561. 0%,
  11562. 80%,
  11563. 100% {
  11564. -webkit-transform: scale(0);
  11565. }
  11566. 40% {
  11567. -webkit-transform: scale(1);
  11568. }
  11569. }
  11570. @keyframes fusion-bounce-delay {
  11571. 0%,
  11572. 80%,
  11573. 100% {
  11574. transform: scale(0);
  11575. -webkit-transform: scale(0);
  11576. }
  11577. 40% {
  11578. transform: scale(1);
  11579. -webkit-transform: scale(1);
  11580. }
  11581. }
  11582. /* Classes needed by Theme Check */
  11583. .wp-caption-text {
  11584. font-weight: normal;
  11585. }
  11586. .gallery-caption {
  11587. font-weight: normal;
  11588. }
  11589. .bypostauthor {
  11590. font-weight: normal;
  11591. }
  11592. /**
  11593. * Fusion Slider
  11594. */
  11595. .fusion-slider-container {
  11596. overflow: hidden;
  11597. margin-left: auto;
  11598. margin-right: auto;
  11599. }
  11600. .tfs-slider {
  11601. -webkit-transform: translate(0, 0);
  11602. -moz-transform: translate(0, 0);
  11603. transform: translate(0, 0);
  11604. -o-transform: translate(0, 0);
  11605. left: 0;
  11606. }
  11607. .tfs-slider.fixed-width-slider .slide-content-container {
  11608. padding-left: 10%;
  11609. padding-right: 10%;
  11610. }
  11611. .tfs-slider li.flex-active-slide {
  11612. position: relative;
  11613. }
  11614. .tfs-slider .slides li {
  11615. -webkit-backface-visibility: visible;
  11616. }
  11617. .tfs-slider .slide-content-container {
  11618. position: absolute;
  11619. top: 50%;
  11620. width: 100%;
  11621. padding: 0;
  11622. z-index: 5;
  11623. }
  11624. .tfs-slider .slide-content-container .slide-content {
  11625. opacity: 0;
  11626. margin-left: auto;
  11627. margin-right: auto;
  11628. width: auto;
  11629. max-width: 940px;
  11630. }
  11631. .tfs-slider .slide-content-container .heading,
  11632. .tfs-slider .slide-content-container .caption {
  11633. display: block;
  11634. }
  11635. .tfs-slider .slide-content-container h2,
  11636. .tfs-slider .slide-content-container h3 {
  11637. font-family: 'MuseoSlab500Regular', Arial, Helvetica, Sans-Serif;
  11638. margin: 0;
  11639. font-weight: normal;
  11640. color: #fff;
  11641. -webkit-font-smoothing: antialiased;
  11642. display: inline-block;
  11643. padding: 0;
  11644. }
  11645. .tfs-slider .slide-content-container .heading.with-bg h2,
  11646. .tfs-slider .slide-content-container .caption.with-bg h3 {
  11647. padding: 3px 15px;
  11648. }
  11649. .tfs-slider .slide-content-container h2 {
  11650. font-size: 60px;
  11651. line-height: 80px;
  11652. margin-bottom: 10px;
  11653. }
  11654. .tfs-slider .slide-content-container h3 {
  11655. font-size: 24px;
  11656. line-height: 38px;
  11657. }
  11658. .tfs-slider .slide-content-container .buttons {
  11659. margin-top: 25px;
  11660. overflow: visible;
  11661. }
  11662. .tfs-slider .slide-content-container .buttons a {
  11663. -webkit-backface-visibility: hidden;
  11664. }
  11665. .tfs-slider .slide-content-container .tfs-button-1,
  11666. .tfs-slider .slide-content-container .tfs-button-2 {
  11667. display: inline-block;
  11668. }
  11669. .tfs-slider .slide-content-container .tfs-button-2 {
  11670. margin-left: 16px;
  11671. }
  11672. .tfs-slider .slide-content-center {
  11673. text-align: center;
  11674. }
  11675. .tfs-slider .slide-content-right {
  11676. text-align: right;
  11677. }
  11678. .ua-mobile .tfs-slider .self-hosted-video-bg {
  11679. display: none;
  11680. }
  11681. .tfs-slider .background {
  11682. display: block;
  11683. overflow: hidden;
  11684. position: relative;
  11685. z-index: 2;
  11686. max-width: 100%;
  11687. }
  11688. .tfs-slider .background-image {
  11689. background-position: 50% 50%;
  11690. background-repeat: no-repeat;
  11691. background-size: cover;
  11692. -moz-background-size: cover;
  11693. -webkit-background-size: cover;
  11694. -o-background-size: cover;
  11695. }
  11696. .tfs-slider video {
  11697. width: 100%;
  11698. height: auto;
  11699. visibility: visible;
  11700. position: relative;
  11701. top: 0%;
  11702. }
  11703. .tfs-slider .overlay {
  11704. position: absolute;
  11705. top: 0;
  11706. left: 0;
  11707. height: 100%;
  11708. width: 100%;
  11709. z-index: 3;
  11710. }
  11711. .tfs-slider .mobile_video_image {
  11712. display: none;
  11713. }
  11714. .ua-mobile .tfs-slider .mobile_video_image {
  11715. /*position: absolute;
  11716. top: 0;
  11717. left: 0;*/
  11718. width: 100%;
  11719. height: 100%;
  11720. display: block;
  11721. z-index: 4;
  11722. background-size: cover;
  11723. -moz-background-size: cover;
  11724. -webkit-background-size: cover;
  11725. -o-background-size: cover;
  11726. background-position: center center;
  11727. }
  11728. .tfs-slider .overlay-link {
  11729. position: absolute;
  11730. top: 0;
  11731. left: 0;
  11732. width: 100%;
  11733. height: 100%;
  11734. display: block;
  11735. z-index: 5;
  11736. }
  11737. .tfs-slider .flex-direction-nav a {
  11738. top: 50%;
  11739. margin-top: -31px;
  11740. }
  11741. /**
  11742. * Icomoon
  11743. */
  11744. @font-face {
  11745. font-family: 'icomoon';
  11746. src: url('fonts/icomoon/icomoon.eot');
  11747. src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  11748. font-weight: normal;
  11749. font-style: normal;
  11750. }
  11751. [class^="fusionicon-"],
  11752. [class*=" fusionicon-"] {
  11753. font-family: 'icomoon';
  11754. speak: none;
  11755. font-style: normal;
  11756. font-weight: normal;
  11757. font-variant: normal;
  11758. text-transform: none;
  11759. line-height: 1;
  11760. /* Better Font Rendering =========== */
  11761. -webkit-font-smoothing: antialiased;
  11762. -moz-osx-font-smoothing: grayscale;
  11763. }
  11764. .fusionicon-bars:before {
  11765. content: "\f0c9";
  11766. }
  11767. .fusionicon-angle-left:before {
  11768. content: "\f104";
  11769. }
  11770. .fusionicon-search:before {
  11771. content: "\f002";
  11772. }
  11773. .fusionicon-vk:before {
  11774. content: "\f189";
  11775. }
  11776. .fusionicon-check-square-o:before {
  11777. content: "\f046";
  11778. }
  11779. .fusionicon-check-circle-o:before {
  11780. content: "\f05d";
  11781. }
  11782. .fusionicon-shopping-cart:before {
  11783. content: "\f07a";
  11784. }
  11785. .fusionicon-angle-right:before {
  11786. content: "\f105";
  11787. }
  11788. .fusionicon-angle-up:before {
  11789. content: "\f106";
  11790. }
  11791. .fusionicon-spinner:before {
  11792. content: "\f110";
  11793. }
  11794. .fusionicon-star:before {
  11795. content: "\f005";
  11796. }
  11797. .fusionicon-gear:before {
  11798. content: "\f013";
  11799. }
  11800. .fusionicon-star-o:before {
  11801. content: "\f006";
  11802. }
  11803. .fusionicon-caret-left:before {
  11804. content: "\f0d9";
  11805. }
  11806. .fusionicon-caret-right:before {
  11807. content: "\f0da";
  11808. }
  11809. .fusionicon-arrow-left:before {
  11810. content: "\e61e";
  11811. }
  11812. .fusionicon-plus:before {
  11813. content: "\e61d";
  11814. }
  11815. .fusionicon-minus:before {
  11816. content: "\e61c";
  11817. }
  11818. .fusionicon-arrow-down:before {
  11819. content: "\e61f";
  11820. }
  11821. .fusionicon-uniE620:before {
  11822. content: "\e620";
  11823. }
  11824. .fusionicon-paypal:before {
  11825. content: "\e60e";
  11826. }
  11827. .fusionicon-tumblr:before {
  11828. content: "\e613";
  11829. }
  11830. .fusionicon-googleplus:before {
  11831. content: "\e612";
  11832. }
  11833. .fusionicon-arrow-down2:before {
  11834. content: "\e621";
  11835. }
  11836. .fusionicon-instagram:before {
  11837. content: "\e615";
  11838. }
  11839. .fusionicon-forrst:before {
  11840. content: "\e617";
  11841. }
  11842. .fusionicon-facebook:before {
  11843. content: "\e604";
  11844. }
  11845. .fusionicon-flickr:before {
  11846. content: "\e608";
  11847. }
  11848. .fusionicon-feed:before,
  11849. .fusionicon-rss:before {
  11850. content: "\e606";
  11851. }
  11852. .fusionicon-twitter:before {
  11853. content: "\e605";
  11854. }
  11855. .fusionicon-vimeo:before {
  11856. content: "\e607";
  11857. }
  11858. .fusionicon-dribbble:before {
  11859. content: "\e609";
  11860. }
  11861. .fusionicon-skype:before {
  11862. content: "\e618";
  11863. }
  11864. .fusionicon-youtube:before {
  11865. content: "\e622";
  11866. }
  11867. .fusionicon-blogger:before {
  11868. content: "\e60b";
  11869. }
  11870. .fusionicon-link:before {
  11871. content: "\e619";
  11872. }
  11873. .fusionicon-image:before {
  11874. content: "\e624";
  11875. }
  11876. .fusionicon-images:before {
  11877. content: "\e625";
  11878. }
  11879. .fusionicon-reddit:before {
  11880. content: "\e60d";
  11881. }
  11882. .fusionicon-soundcloud:before {
  11883. content: "\e60c";
  11884. }
  11885. .fusionicon-quotes-left:before {
  11886. content: "\e627";
  11887. }
  11888. .fusionicon-bubbles:before {
  11889. content: "\e62a";
  11890. }
  11891. .fusionicon-headphones:before {
  11892. content: "\e629";
  11893. }
  11894. .fusionicon-deviantart:before {
  11895. content: "\e626";
  11896. }
  11897. .fusionicon-digg:before {
  11898. content: "\e610";
  11899. }
  11900. .fusionicon-mail:before {
  11901. content: "\e616";
  11902. }
  11903. .fusionicon-dropbox:before {
  11904. content: "\e611";
  11905. }
  11906. .fusionicon-linkedin:before {
  11907. content: "\e60f";
  11908. }
  11909. .fusionicon-myspace:before {
  11910. content: "\e603";
  11911. }
  11912. .fusionicon-pinterest:before {
  11913. content: "\e602";
  11914. }
  11915. .fusionicon-yahoo:before {
  11916. content: "\e601";
  11917. }
  11918. .fusionicon-list:before {
  11919. content: "\e623";
  11920. }
  11921. .fusionicon-pen:before {
  11922. content: "\e600";
  11923. }
  11924. .fusionicon-film:before {
  11925. content: "\e628";
  11926. }
  11927. .fusionicon-user2:before {
  11928. content: "\e61b";
  11929. }
  11930. .fusionicon-user:before {
  11931. content: "\e61a";
  11932. }
  11933. /**
  11934. * Header Left / Right
  11935. */
  11936. body.side-header #wrapper .fusion-megamenu-wrapper {
  11937. top: 0;
  11938. }
  11939. body.side-header #side-header #nav ul ul {
  11940. right: auto;
  11941. }
  11942. body.side-header-left #wrapper {
  11943. margin-left: 280px;
  11944. width: auto;
  11945. }
  11946. body.side-header-left #side-header {
  11947. left: 0;
  11948. border-right-width: 1px;
  11949. border-right-style: solid;
  11950. }
  11951. body.side-header-left #side-header #nav > ul > li > ul,
  11952. body.side-header-left #side-header #nav .login-box,
  11953. body.side-header-left #side-header #nav .cart-contents,
  11954. body.side-header-left #side-header #nav .main-nav-search-form {
  11955. left: 279px;
  11956. top: 0;
  11957. }
  11958. body.side-header-left #side-header #nav .cart-contents {
  11959. right: auto;
  11960. }
  11961. body.side-header-right #wrapper {
  11962. margin-right: 280px;
  11963. width: auto;
  11964. }
  11965. body.side-header-right #side-header {
  11966. right: 0;
  11967. border-left-width: 1px;
  11968. border-left-style: solid;
  11969. }
  11970. body.side-header-right #side-header #nav .fusion-megamenu-wrapper .fusion-megamenu {
  11971. float: right;
  11972. }
  11973. body.side-header-right #side-header #nav .main-nav-search-form {
  11974. left: -250px;
  11975. top: 0;
  11976. }
  11977. body.side-header-right #side-header .cart-contents,
  11978. body.side-header-right #side-header .login-box {
  11979. left: 0;
  11980. right: auto;
  11981. }
  11982. body.side-header-right #side-header #nav .cart-contents {
  11983. left: -182px;
  11984. }
  11985. body.side-header-right #side-header #nav .login-box {
  11986. left: -187px;
  11987. }
  11988. body.side-header-right.rtl #side-header .cart-contents,
  11989. body.side-header-right.rtl #side-header .login-box {
  11990. right: 0;
  11991. left: auto;
  11992. }
  11993. #side-header {
  11994. width: 280px;
  11995. position: fixed;
  11996. top: 0;
  11997. height: 100%;
  11998. z-index: 120;
  11999. -webkit-backface-visibility: hidden;
  12000. -webkit-box-sizing: border-box;
  12001. -moz-box-sizing: border-box;
  12002. box-sizing: border-box;
  12003. }
  12004. #side-header .retina_logo {
  12005. display: none;
  12006. }
  12007. .admin-bar #side-header {
  12008. top: 32px;
  12009. }
  12010. #side-header #nav {
  12011. float: none !important;
  12012. -webkit-backface-visibility: hidden;
  12013. position: relative;
  12014. z-index: 1;
  12015. }
  12016. #side-header #nav ul ul {
  12017. top: 0;
  12018. }
  12019. #side-header #nav ul ul,
  12020. #side-header .fusion-megamenu-wrapper .fusion-megamenu-holder {
  12021. border-top: 0;
  12022. }
  12023. #side-header #nav > ul > li {
  12024. float: none;
  12025. padding: 0;
  12026. }
  12027. #side-header #nav.nav-holder .navigation > li > a {
  12028. border-top-width: 0px;
  12029. border-bottom-width: 1px;
  12030. border-right: 0;
  12031. border-style: solid;
  12032. }
  12033. #side-header #nav.nav-holder .navigation > li:first-child > a {
  12034. border-top-width: 1px;
  12035. border-style: solid;
  12036. }
  12037. #side-header #nav .fusion-navbar-nav .sub-menu > li:last-child > a {
  12038. border-bottom: none !important;
  12039. }
  12040. .side-header-left #side-header #nav.nav-holder .navigation > li > a {
  12041. border-left-width: 0;
  12042. }
  12043. .side-header-left #side-header #nav.nav-holder .navigation li.current-menu-ancestor > a,
  12044. .side-header-left #side-header #nav.nav-holder .navigation li.current-menu-item > a {
  12045. border-right-width: 3px;
  12046. }
  12047. .side-header-right #side-header #nav.nav-holder .navigation > li > a {
  12048. border-left-width: 0;
  12049. }
  12050. .side-header-right #side-header #nav.nav-holder .navigation li.current-menu-ancestor > a,
  12051. .side-header-right #side-header #nav.nav-holder .navigation li.current-menu-item > a {
  12052. border-left-width: 3px;
  12053. }
  12054. #side-header .side-header-content-1 {
  12055. margin-top: 40px;
  12056. }
  12057. #side-header .side-header-content-2 {
  12058. margin-top: 40px;
  12059. }
  12060. #side-header .cart-contents,
  12061. #side-header .login-box {
  12062. right: auto !important;
  12063. top: 0;
  12064. }
  12065. #side-header .header-info {
  12066. word-wrap: break-word;
  12067. }
  12068. #side-header .header-social {
  12069. background: none !important;
  12070. border: 0 !important;
  12071. }
  12072. #side-header .fusion-social-links-header {
  12073. margin: 0;
  12074. }
  12075. #side-header .top-menu .cart {
  12076. background: none;
  12077. }
  12078. #side-header .top-menu .cart .amount-with-sep,
  12079. #side-header .top-menu .cart > a:after {
  12080. display: none;
  12081. }
  12082. #side-header .top-menu .cart > a {
  12083. min-width: 0;
  12084. }
  12085. #side-header .header-social .menu > li:first-child {
  12086. padding-left: 0px;
  12087. }
  12088. #side-header .header-social .menu > li {
  12089. margin-bottom: 2px;
  12090. }
  12091. #side-header .header-social .menu > li.cart {
  12092. border-right: 0;
  12093. }
  12094. #side-header .tagline {
  12095. margin-top: 40px;
  12096. float: none;
  12097. text-align: left;
  12098. }
  12099. .rtl #side-header .tagline {
  12100. text-align: right;
  12101. }
  12102. #side-header form.search {
  12103. margin-top: 40px;
  12104. }
  12105. #side-header #header-banner {
  12106. margin-top: 40px;
  12107. float: none;
  12108. }
  12109. #side-header .fusion-social-links-header .fusion-social-networks a {
  12110. margin-bottom: 20px;
  12111. }
  12112. #side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  12113. margin-bottom: 10px;
  12114. }
  12115. #side-header .side-header-content {
  12116. zoom: 1;
  12117. }
  12118. #side-header .side-header-content:before,
  12119. #side-header .side-header-content:after {
  12120. content: " ";
  12121. display: table;
  12122. }
  12123. #side-header .side-header-content:after {
  12124. clear: both;
  12125. }
  12126. #side-header .top-menu .login-box,
  12127. #side-header .top-menu .cart-contents {
  12128. top: auto;
  12129. }
  12130. /**
  12131. * Events Espresso
  12132. */
  12133. .tkt-slctr-tbl-wrap-dv table {
  12134. margin-bottom: 10px;
  12135. }
  12136. .fusion-alert {
  12137. position: relative;
  12138. padding: 25px;
  12139. border-radius: 0;
  12140. font-size: 15px;
  12141. text-align: center;
  12142. text-transform: uppercase;
  12143. margin-bottom: 20px;
  12144. }
  12145. .fusion-alert.alert-shadow {
  12146. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  12147. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  12148. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  12149. }
  12150. .fusion-alert .close {
  12151. position: absolute;
  12152. -moz-box-sizing: content-box;
  12153. box-sizing: content-box;
  12154. right: -1px;
  12155. top: -1px;
  12156. height: 25px;
  12157. width: 25px;
  12158. line-height: 25px;
  12159. opacity: 1;
  12160. border: 1px solid;
  12161. border-color: inherit;
  12162. color: inherit;
  12163. font-size: 15px;
  12164. -webkit-transition: all .2s;
  12165. -moz-transition: all .2s;
  12166. -ms-transition: all .2s;
  12167. -o-transition: all .2s;
  12168. transition: all .2s;
  12169. }
  12170. .fusion-alert .close:hover {
  12171. opacity: 1;
  12172. background-color: rgba(0, 0, 0, 0.05);
  12173. }
  12174. .fusion-alert .alert-icon {
  12175. margin-right: 10px;
  12176. }
  12177. .fusion-alert.alert-blank {
  12178. border: 1px solid #747474;
  12179. }
  12180. .fusion-alert.alert-info {
  12181. background-color: #fff;
  12182. border-color: #D7D6D6;
  12183. color: inherit;
  12184. }
  12185. .fusion-blog-shortcode {
  12186. clear: both;
  12187. position: relative;
  12188. zoom: 1;
  12189. }
  12190. .fusion-blog-shortcode:before,
  12191. .fusion-blog-shortcode:after {
  12192. content: " ";
  12193. display: table;
  12194. }
  12195. .fusion-blog-shortcode:after {
  12196. clear: both;
  12197. }
  12198. .fusion-blog-shortcode .post-slideshow {
  12199. margin-bottom: 30px;
  12200. }
  12201. .fusion-blog-shortcode .entry-title {
  12202. margin-bottom: 25px;
  12203. margin-top: 0;
  12204. }
  12205. .fusion-blog-shortcode .meta-separator {
  12206. padding: 0 5px;
  12207. }
  12208. .fusion-blog-shortcode .meta-separator:last-child {
  12209. display: none;
  12210. }
  12211. .fusion-blog-shortcode .entry-read-more {
  12212. margin: 0;
  12213. /* General styles in base.less */
  12214. }
  12215. .fusion-blog-medium .entry-meta,
  12216. .fusion-blog-large .entry-meta {
  12217. clear: both;
  12218. margin-top: 16px;
  12219. padding: 5px 0;
  12220. border-bottom: 1px solid #e9eaee;
  12221. border-top: 1px solid #e9eaee;
  12222. font-size: 12px;
  12223. }
  12224. .fusion-blog-medium .entry-meta:before,
  12225. .fusion-blog-large .entry-meta:before,
  12226. .fusion-blog-medium .entry-meta:after,
  12227. .fusion-blog-large .entry-meta:after {
  12228. content: " ";
  12229. display: table;
  12230. }
  12231. .fusion-blog-medium .entry-meta:after,
  12232. .fusion-blog-large .entry-meta:after {
  12233. clear: both;
  12234. }
  12235. .fusion-blog-medium .entry-meta .entry-meta-details,
  12236. .fusion-blog-large .entry-meta .entry-meta-details {
  12237. float: left;
  12238. margin: 0;
  12239. }
  12240. .fusion-blog-medium .entry-meta .entry-read-more,
  12241. .fusion-blog-large .entry-meta .entry-read-more {
  12242. float: right;
  12243. margin: 0;
  12244. text-align: right;
  12245. }
  12246. .fusion-blog-medium .blog-medium-slideshow-container,
  12247. .fusion-blog-medium-alternate .blog-medium-slideshow-container {
  12248. float: left;
  12249. margin-right: 25px;
  12250. width: 320px;
  12251. overflow: hidden;
  12252. }
  12253. .fusion-blog-medium .blog-medium-slideshow-container .post-slideshow,
  12254. .fusion-blog-medium-alternate .blog-medium-slideshow-container .post-slideshow {
  12255. margin-bottom: 0;
  12256. }
  12257. .fusion-blog-medium-alternate .date-and-formats,
  12258. .fusion-blog-medium-alternate .blog-medium-slideshow-container {
  12259. margin-right: 17px;
  12260. }
  12261. .fusion-blog-medium-alternate .has-post-thumbnail .blog-medium-slideshow-container {
  12262. display: block;
  12263. }
  12264. .fusion-blog-medium-alternate .has-post-thumbnail .post-content-container {
  12265. margin-left: 436px;
  12266. }
  12267. .fusion-blog-medium-alternate .post-content-container {
  12268. margin-left: 99px;
  12269. }
  12270. .fusion-blog-large-alternate .post-content-container {
  12271. margin-left: 110px;
  12272. }
  12273. .fusion-blog-medium-alternate .post,
  12274. .fusion-blog-large-alternate .post {
  12275. border-bottom: 1px solid #e9eaee;
  12276. padding-bottom: 6px;
  12277. }
  12278. .fusion-blog-medium-alternate .date-and-formats,
  12279. .fusion-blog-large-alternate .date-and-formats {
  12280. float: left;
  12281. width: 82px;
  12282. text-align: center;
  12283. }
  12284. .fusion-blog-medium-alternate .date-and-formats .date-box,
  12285. .fusion-blog-large-alternate .date-and-formats .date-box {
  12286. padding: 8px 0 5px 0;
  12287. color: #fff;
  12288. }
  12289. .fusion-blog-medium-alternate .date-and-formats .date-box .date,
  12290. .fusion-blog-large-alternate .date-and-formats .date-box .date {
  12291. display: block;
  12292. line-height: 29px;
  12293. font-size: 29px;
  12294. font-weight: bold;
  12295. }
  12296. .fusion-blog-medium-alternate .date-and-formats .format-box,
  12297. .fusion-blog-large-alternate .date-and-formats .format-box {
  12298. margin-top: 3px;
  12299. background-color: #eef0f2;
  12300. }
  12301. .fusion-blog-medium-alternate .date-and-formats .format-box i,
  12302. .fusion-blog-large-alternate .date-and-formats .format-box i {
  12303. display: block;
  12304. line-height: 55px;
  12305. font-size: 30px;
  12306. }
  12307. .fusion-blog-medium-alternate .entry-title,
  12308. .fusion-blog-large-alternate .entry-title {
  12309. margin-bottom: 5px;
  12310. }
  12311. .fusion-blog-medium-alternate .entry-meta,
  12312. .fusion-blog-large-alternate .entry-meta,
  12313. .fusion-blog-medium-alternate .entry-read-more,
  12314. .fusion-blog-large-alternate .entry-read-more {
  12315. line-height: 20px;
  12316. font-size: 12px;
  12317. padding: 0;
  12318. margin: 0px 0px;
  12319. }
  12320. .fusion-blog-medium-alternate .entry-read-more,
  12321. .fusion-blog-large-alternate .entry-read-more {
  12322. text-align: right;
  12323. padding: 5px 0px;
  12324. }
  12325. .fusion-blog-grid .post,
  12326. .fusion-blog-timeline .post {
  12327. position: static;
  12328. float: none;
  12329. padding: 0;
  12330. width: 100%;
  12331. }
  12332. .fusion-blog-grid .post .post-content-container,
  12333. .fusion-blog-timeline .post .post-content-container {
  12334. padding: 30px 25px 20px;
  12335. }
  12336. .fusion-blog-grid .entry-title,
  12337. .fusion-blog-timeline .entry-title {
  12338. margin-bottom: 5px;
  12339. }
  12340. .fusion-blog-grid .post-slideshow,
  12341. .fusion-blog-timeline .post-slideshow {
  12342. margin-bottom: 0;
  12343. border-bottom: 1px solid #e9eaee;
  12344. }
  12345. .fusion-blog-grid .entry-meta-single,
  12346. .fusion-blog-timeline .entry-meta-single {
  12347. font-size: 12px;
  12348. }
  12349. .fusion-blog-grid .content-sep,
  12350. .fusion-blog-timeline .content-sep {
  12351. margin-bottom: 20px;
  12352. height: 6px;
  12353. border-bottom: 1px solid #e9eaee;
  12354. border-top: 1px solid #e9eaee;
  12355. }
  12356. .fusion-blog-grid .entry-read-more,
  12357. .fusion-blog-timeline .entry-read-more {
  12358. float: left;
  12359. font-size: 12px;
  12360. padding: 5px 0px;
  12361. }
  12362. .fusion-blog-grid .entry-comments,
  12363. .fusion-blog-timeline .entry-comments {
  12364. float: right;
  12365. margin-bottom: 0;
  12366. font-size: 12px;
  12367. padding: 5px 0px;
  12368. }
  12369. .fusion-blog-grid .blog-timeline-layout,
  12370. .fusion-blog-timeline .blog-timeline-layout {
  12371. overflow: hidden;
  12372. }
  12373. .fusion-blog-grid {
  12374. overflow: hidden;
  12375. }
  12376. .fusion-blog-grid .post {
  12377. margin-bottom: 0;
  12378. }
  12379. .fusion-blog-grid .post .post-wrapper {
  12380. border: 1px solid #e9eaee;
  12381. border-bottom-width: 3px;
  12382. }
  12383. .fusion-blog-grid .grid-layout-4 .post-content-container {
  12384. word-wrap: break-word;
  12385. }
  12386. .has-sidebar .fusion-blog-grid .grid-layout-4 .entry-read-more,
  12387. .has-sidebar .fusion-blog-grid .grid-layout-4 .entry-comments {
  12388. float: none;
  12389. }
  12390. .fusion-blog-grid .password {
  12391. width: auto;
  12392. max-width: 100%;
  12393. }
  12394. .fusion-blog-timeline .post {
  12395. margin-bottom: 40px;
  12396. border: 1px solid #e9eaee;
  12397. border-bottom-width: 3px;
  12398. }
  12399. .fusion-blog-timeline .blog-timeline-layout {
  12400. position: relative;
  12401. margin: 0 auto;
  12402. padding-top: 60px;
  12403. width: 775px;
  12404. background: url("images/timeline_line.png") repeat-y scroll center center;
  12405. }
  12406. .fusion-blog-timeline .blog-timeline-layout .timeline-align-left {
  12407. clear: left;
  12408. float: left;
  12409. width: 300px;
  12410. }
  12411. .fusion-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow {
  12412. left: 299px;
  12413. }
  12414. .fusion-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow:before {
  12415. left: 100%;
  12416. content: '\f0da';
  12417. }
  12418. .fusion-blog-timeline .blog-timeline-layout .timeline-align-right {
  12419. clear: right;
  12420. float: right;
  12421. width: 300px;
  12422. }
  12423. .fusion-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow {
  12424. right: 299px;
  12425. }
  12426. .fusion-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow:before {
  12427. right: 100%;
  12428. content: '\f0d9';
  12429. }
  12430. .fusion-blog-timeline .timeline-title {
  12431. clear: both;
  12432. margin: -31px auto 0 auto;
  12433. padding: 4px 0;
  12434. height: auto;
  12435. width: 108px;
  12436. background-color: #EBEAEA;
  12437. border: 1px solid #e9eaee;
  12438. text-align: center;
  12439. line-height: 20px;
  12440. font-size: 13px;
  12441. font-weight: normal;
  12442. }
  12443. .fusion-blog-timeline .timeline-circle {
  12444. position: absolute;
  12445. left: 383px;
  12446. margin-top: -3px;
  12447. height: 10px;
  12448. width: 10px;
  12449. border-radius: 50%;
  12450. background-color: #e9eaee;
  12451. }
  12452. .fusion-blog-timeline .timeline-arrow {
  12453. position: absolute;
  12454. background: #fff;
  12455. }
  12456. .fusion-blog-timeline .timeline-arrow:before {
  12457. position: absolute;
  12458. top: -10px;
  12459. font-family: IcoMoon;
  12460. font-size: 28px;
  12461. color: #e9eaee;
  12462. }
  12463. .fusion-blog-timeline .timeline-sidebar-layout {
  12464. width: 669px;
  12465. }
  12466. .fusion-blog-timeline .timeline-sidebar-layout .timeline-title {
  12467. display: none;
  12468. }
  12469. .fusion-blog-timeline .timeline-sidebar-layout .timeline-circle {
  12470. left: 329px;
  12471. }
  12472. .fusion-blog-infinite .pagination {
  12473. display: none;
  12474. }
  12475. .fusion-button {
  12476. display: inline-block;
  12477. position: relative;
  12478. outline: 0;
  12479. zoom: 1;
  12480. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  12481. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  12482. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  12483. border: 1px solid rgba(0, 0, 0, 0);
  12484. text-align: center;
  12485. text-shadow: 0 1px 0 #fff;
  12486. text-transform: uppercase;
  12487. font-weight: bold;
  12488. cursor: pointer;
  12489. -webkit-box-sizing: content-box;
  12490. -moz-box-sizing: content-box;
  12491. box-sizing: content-box;
  12492. -webkit-transition: all .2s;
  12493. -moz-transition: all .2s;
  12494. -ms-transition: all .2s;
  12495. -o-transition: all .2s;
  12496. transition: all .2s;
  12497. }
  12498. .fusion-button:before,
  12499. .fusion-button:after {
  12500. content: " ";
  12501. display: table;
  12502. }
  12503. .fusion-button:after {
  12504. clear: both;
  12505. }
  12506. .fusion-button:hover {
  12507. -webkit-transition: all .3s;
  12508. -moz-transition: all .3s;
  12509. -ms-transition: all .3s;
  12510. -o-transition: all .3s;
  12511. transition: all .3s;
  12512. }
  12513. .fusion-button:focus {
  12514. outline: 0;
  12515. }
  12516. .ls-container .button,
  12517. .ls-container .fusion-button {
  12518. -webkit-transition: none !important;
  12519. -moz-transition: none !important;
  12520. -ms-transition: none !important;
  12521. -o-transition: none !important;
  12522. transition: none !important;
  12523. }
  12524. .ls-container .button:hover,
  12525. .ls-container .fusion-button:hover {
  12526. -webkit-transition: none !important;
  12527. -moz-transition: none !important;
  12528. -ms-transition: none !important;
  12529. -o-transition: none !important;
  12530. transition: none !important;
  12531. }
  12532. #wrapper .button-square {
  12533. border-radius: 0;
  12534. }
  12535. #wrapper .button-round {
  12536. border-radius: 2px;
  12537. }
  12538. #wrapper .button-round.button-3d {
  12539. border-radius: 4px;
  12540. }
  12541. #wrapper .button-pill {
  12542. border-radius: 25px !important;
  12543. }
  12544. .button-small,
  12545. .button.small,
  12546. #bbp_user_edit_submit,
  12547. .woocommerce .single_add_to_cart_button,
  12548. .gform_page_footer input[type=button],
  12549. .gform_wrapper .gform_button {
  12550. padding-left: 20px;
  12551. padding-right: 20px;
  12552. font-size: 12px;
  12553. line-height: 14px;
  12554. padding-top: 9px;
  12555. padding-bottom: 9px;
  12556. }
  12557. .button-small .fusion-button-text-left,
  12558. .button.small .fusion-button-text-left,
  12559. #bbp_user_edit_submit .fusion-button-text-left,
  12560. .woocommerce .single_add_to_cart_button .fusion-button-text-left,
  12561. .gform_page_footer input[type=button] .fusion-button-text-left,
  12562. .gform_wrapper .gform_button .fusion-button-text-left {
  12563. padding-left: 32px;
  12564. }
  12565. .button-small .fusion-button-text-right,
  12566. .button.small .fusion-button-text-right,
  12567. #bbp_user_edit_submit .fusion-button-text-right,
  12568. .woocommerce .single_add_to_cart_button .fusion-button-text-right,
  12569. .gform_page_footer input[type=button] .fusion-button-text-right,
  12570. .gform_wrapper .gform_button .fusion-button-text-right {
  12571. padding-right: 32px;
  12572. }
  12573. .button-small .button-icon-divider-left,
  12574. .button.small .button-icon-divider-left,
  12575. #bbp_user_edit_submit .button-icon-divider-left,
  12576. .woocommerce .single_add_to_cart_button .button-icon-divider-left,
  12577. .gform_page_footer input[type=button] .button-icon-divider-left,
  12578. .gform_wrapper .gform_button .button-icon-divider-left {
  12579. padding: 0 10px;
  12580. }
  12581. .button-small .button-icon-divider-right,
  12582. .button.small .button-icon-divider-right,
  12583. #bbp_user_edit_submit .button-icon-divider-right,
  12584. .woocommerce .single_add_to_cart_button .button-icon-divider-right,
  12585. .gform_page_footer input[type=button] .button-icon-divider-right,
  12586. .gform_wrapper .gform_button .button-icon-divider-right {
  12587. padding: 0 10px;
  12588. }
  12589. .button-small .button-icon-divider-left i,
  12590. .button.small .button-icon-divider-left i,
  12591. #bbp_user_edit_submit .button-icon-divider-left i,
  12592. .woocommerce .single_add_to_cart_button .button-icon-divider-left i,
  12593. .gform_page_footer input[type=button] .button-icon-divider-left i,
  12594. .gform_wrapper .gform_button .button-icon-divider-left i,
  12595. .button-small .button-icon-divider-right i,
  12596. .button.small .button-icon-divider-right i,
  12597. #bbp_user_edit_submit .button-icon-divider-right i,
  12598. .woocommerce .single_add_to_cart_button .button-icon-divider-right i,
  12599. .gform_page_footer input[type=button] .button-icon-divider-right i,
  12600. .gform_wrapper .gform_button .button-icon-divider-right i {
  12601. top: 50%;
  12602. margin-top: -6px;
  12603. display: block;
  12604. }
  12605. .button-small.button-3d:active,
  12606. .button.small.button-3d:active,
  12607. #bbp_user_edit_submit.button-3d:active,
  12608. .woocommerce .single_add_to_cart_button.button-3d:active,
  12609. .gform_page_footer input[type=button].button-3d:active,
  12610. .gform_wrapper .gform_button.button-3d:active {
  12611. top: 2px;
  12612. }
  12613. .button-medium,
  12614. .button.medium,
  12615. .woocommerce form.checkout #place_order,
  12616. .ticket-selector-submit-btn[type=submit] {
  12617. padding-left: 23px;
  12618. padding-right: 23px;
  12619. font-size: 13px;
  12620. line-height: 16px;
  12621. padding-top: 11px;
  12622. padding-bottom: 11px;
  12623. }
  12624. .button-medium .fusion-button-text-left,
  12625. .button.medium .fusion-button-text-left,
  12626. .woocommerce form.checkout #place_order .fusion-button-text-left,
  12627. .ticket-selector-submit-btn[type=submit] .fusion-button-text-left {
  12628. padding-left: 38px;
  12629. }
  12630. .button-medium .fusion-button-text-right,
  12631. .button.medium .fusion-button-text-right,
  12632. .woocommerce form.checkout #place_order .fusion-button-text-right,
  12633. .ticket-selector-submit-btn[type=submit] .fusion-button-text-right {
  12634. padding-right: 38px;
  12635. }
  12636. .button-medium .button-icon-divider-left,
  12637. .button.medium .button-icon-divider-left,
  12638. .woocommerce form.checkout #place_order .button-icon-divider-left,
  12639. .ticket-selector-submit-btn[type=submit] .button-icon-divider-left {
  12640. padding: 0 12.5px;
  12641. }
  12642. .button-medium .button-icon-divider-right,
  12643. .button.medium .button-icon-divider-right,
  12644. .woocommerce form.checkout #place_order .button-icon-divider-right,
  12645. .ticket-selector-submit-btn[type=submit] .button-icon-divider-right {
  12646. padding: 0 12.5px;
  12647. }
  12648. .button-medium .button-icon-divider-left i,
  12649. .button.medium .button-icon-divider-left i,
  12650. .woocommerce form.checkout #place_order .button-icon-divider-left i,
  12651. .ticket-selector-submit-btn[type=submit] .button-icon-divider-left i,
  12652. .button-medium .button-icon-divider-right i,
  12653. .button.medium .button-icon-divider-right i,
  12654. .woocommerce form.checkout #place_order .button-icon-divider-right i,
  12655. .ticket-selector-submit-btn[type=submit] .button-icon-divider-right i {
  12656. top: 50%;
  12657. margin-top: -6.5px;
  12658. display: block;
  12659. }
  12660. .button-medium.button-3d:active,
  12661. .button.medium.button-3d:active,
  12662. .woocommerce form.checkout #place_order.button-3d:active,
  12663. .ticket-selector-submit-btn[type=submit].button-3d:active {
  12664. top: 3px;
  12665. }
  12666. .button-large,
  12667. .button.large {
  12668. padding-left: 29px;
  12669. padding-right: 29px;
  12670. font-size: 14px;
  12671. line-height: 17px;
  12672. padding-top: 13px;
  12673. padding-bottom: 13px;
  12674. }
  12675. .button-large .fusion-button-text-left,
  12676. .button.large .fusion-button-text-left {
  12677. padding-left: 43px;
  12678. }
  12679. .button-large .fusion-button-text-right,
  12680. .button.large .fusion-button-text-right {
  12681. padding-right: 43px;
  12682. }
  12683. .button-large .button-icon-divider-left,
  12684. .button.large .button-icon-divider-left {
  12685. padding: 0 14.5px;
  12686. }
  12687. .button-large .button-icon-divider-right,
  12688. .button.large .button-icon-divider-right {
  12689. padding: 0 14.5px;
  12690. }
  12691. .button-large .button-icon-divider-left i,
  12692. .button.large .button-icon-divider-left i,
  12693. .button-large .button-icon-divider-right i,
  12694. .button.large .button-icon-divider-right i {
  12695. top: 50%;
  12696. margin-top: -7px;
  12697. display: block;
  12698. }
  12699. .button-large.button-3d:active,
  12700. .button.large.button-3d:active {
  12701. top: 4px;
  12702. }
  12703. .button-xlarge,
  12704. .button.xlarge {
  12705. padding-left: 40px;
  12706. padding-right: 40px;
  12707. font-size: 18px;
  12708. line-height: 21px;
  12709. padding-top: 17px;
  12710. padding-bottom: 17px;
  12711. }
  12712. .button-xlarge .fusion-button-text-left,
  12713. .button.xlarge .fusion-button-text-left {
  12714. padding-left: 55px;
  12715. }
  12716. .button-xlarge .fusion-button-text-right,
  12717. .button.xlarge .fusion-button-text-right {
  12718. padding-right: 55px;
  12719. }
  12720. .button-xlarge .button-icon-divider-left,
  12721. .button.xlarge .button-icon-divider-left {
  12722. padding: 0 18.5px;
  12723. }
  12724. .button-xlarge .button-icon-divider-right,
  12725. .button.xlarge .button-icon-divider-right {
  12726. padding: 0 18.5px;
  12727. }
  12728. .button-xlarge .button-icon-divider-left i,
  12729. .button.xlarge .button-icon-divider-left i,
  12730. .button-xlarge .button-icon-divider-right i,
  12731. .button.xlarge .button-icon-divider-right i {
  12732. top: 50%;
  12733. margin-top: -9px;
  12734. display: block;
  12735. }
  12736. .button-xlarge.button-3d:active,
  12737. .button.xlarge.button-3d:active {
  12738. top: 6px;
  12739. }
  12740. .button span {
  12741. line-height: normal;
  12742. }
  12743. @media only screen and (max-width: 800px) {
  12744. .rev_slider .button,
  12745. .ls-container .button {
  12746. padding-left: 20px;
  12747. padding-right: 20px;
  12748. font-size: 12px;
  12749. font-size: 10px !important;
  12750. line-height: 30px !important;
  12751. padding-top: 0px !important;
  12752. padding-bottom: 0px !important;
  12753. padding-left: 20px !important;
  12754. padding-right: 20px !important;
  12755. }
  12756. .rev_slider .button .fusion-button-text-left,
  12757. .ls-container .button .fusion-button-text-left {
  12758. padding-left: 32px;
  12759. }
  12760. .rev_slider .button .fusion-button-text-right,
  12761. .ls-container .button .fusion-button-text-right {
  12762. padding-right: 32px;
  12763. }
  12764. .rev_slider .button .button-icon-divider-left,
  12765. .ls-container .button .button-icon-divider-left {
  12766. padding: 0 10px;
  12767. }
  12768. .rev_slider .button .button-icon-divider-right,
  12769. .ls-container .button .button-icon-divider-right {
  12770. padding: 0 10px;
  12771. }
  12772. .rev_slider .button .button-icon-divider-left i,
  12773. .ls-container .button .button-icon-divider-left i,
  12774. .rev_slider .button .button-icon-divider-right i,
  12775. .ls-container .button .button-icon-divider-right i {
  12776. top: 50%;
  12777. margin-top: -6px;
  12778. display: block;
  12779. }
  12780. .rev_slider .button.button-3d:active,
  12781. .ls-container .button.button-3d:active {
  12782. top: 2px !important;
  12783. }
  12784. .rev_slider .button span,
  12785. .ls-container .button span {
  12786. font-size: 10px !important;
  12787. }
  12788. }
  12789. @media only screen and (max-width: 640px) {
  12790. .rev_slider .button,
  12791. .ls-container .button {
  12792. padding-left: 20px;
  12793. padding-right: 20px;
  12794. font-size: 10px;
  12795. font-size: 10px !important;
  12796. line-height: 20px !important;
  12797. padding-top: 0px !important;
  12798. padding-bottom: 0px !important;
  12799. padding-left: 10px !important;
  12800. padding-right: 10px !important;
  12801. }
  12802. .rev_slider .button .fusion-button-text-left,
  12803. .ls-container .button .fusion-button-text-left {
  12804. padding-left: 32px;
  12805. }
  12806. .rev_slider .button .fusion-button-text-right,
  12807. .ls-container .button .fusion-button-text-right {
  12808. padding-right: 32px;
  12809. }
  12810. .rev_slider .button .button-icon-divider-left,
  12811. .ls-container .button .button-icon-divider-left {
  12812. padding: 0 11px;
  12813. }
  12814. .rev_slider .button .button-icon-divider-right,
  12815. .ls-container .button .button-icon-divider-right {
  12816. padding: 0 11px;
  12817. }
  12818. .rev_slider .button .button-icon-divider-left i,
  12819. .ls-container .button .button-icon-divider-left i,
  12820. .rev_slider .button .button-icon-divider-right i,
  12821. .ls-container .button .button-icon-divider-right i {
  12822. top: 50%;
  12823. margin-top: -5px;
  12824. display: block;
  12825. }
  12826. .rev_slider .button.button-3d:active,
  12827. .ls-container .button.button-3d:active {
  12828. top: 2px !important;
  12829. }
  12830. .rev_slider .button span,
  12831. .ls-container .button span {
  12832. font-size: 10px !important;
  12833. }
  12834. }
  12835. button.fusion-button.button-3d:active {
  12836. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
  12837. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
  12838. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
  12839. }
  12840. .button-icon-left {
  12841. margin-right: 10px;
  12842. }
  12843. .button-icon-right {
  12844. margin-left: 10px;
  12845. }
  12846. .button-icon-divider-left,
  12847. .button-icon-divider-right {
  12848. display: inline-block;
  12849. position: absolute;
  12850. top: 0;
  12851. height: 100%;
  12852. }
  12853. .button-icon-divider-left i,
  12854. .button-icon-divider-right i {
  12855. position: relative;
  12856. }
  12857. .button-icon-divider-left {
  12858. left: 0;
  12859. border-right: 1px solid;
  12860. }
  12861. .button-icon-divider-right {
  12862. right: 0;
  12863. border-left: 1px solid;
  12864. }
  12865. .fusion-button.button-green,
  12866. .fusion-button.button-green.wpcf7-submit,
  12867. .button.green {
  12868. background: #d1e990;
  12869. background-image: -webkit-gradient(linear, left bottom, left top, from(#aad75d), to(#d1e990));
  12870. background-image: -webkit-linear-gradient(bottom, #aad75d, #d1e990);
  12871. background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
  12872. background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
  12873. background-image: linear-gradient(to top, #aad75d, #d1e990);
  12874. border: 1px solid #9dba60;
  12875. color: #54770f;
  12876. }
  12877. .fusion-button.button-green .button-icon-divider-left,
  12878. .fusion-button.button-green.wpcf7-submit .button-icon-divider-left,
  12879. .button.green .button-icon-divider-left,
  12880. .fusion-button.button-green .button-icon-divider-right,
  12881. .fusion-button.button-green.wpcf7-submit .button-icon-divider-right,
  12882. .button.green .button-icon-divider-right {
  12883. border-color: #9dba60;
  12884. }
  12885. .fusion-button.button-green:hover,
  12886. .fusion-button.button-green.wpcf7-submit:hover,
  12887. .button.green:hover,
  12888. .fusion-button.button-green:focus,
  12889. .fusion-button.button-green.wpcf7-submit:focus,
  12890. .button.green:focus,
  12891. .fusion-button.button-green:active,
  12892. .fusion-button.button-green.wpcf7-submit:active,
  12893. .button.green:active {
  12894. background: #aad75d;
  12895. background-image: -webkit-gradient(linear, left bottom, left top, from(#d1e990), to(#aad75d));
  12896. background-image: -webkit-linear-gradient(bottom, #d1e990, #aad75d);
  12897. background-image: -moz-linear-gradient(bottom, #d1e990, #aad75d);
  12898. background-image: -o-linear-gradient(bottom, #d1e990, #aad75d);
  12899. background-image: linear-gradient(to top, #d1e990, #aad75d);
  12900. border: 1px solid #9dba60;
  12901. color: #54770f;
  12902. }
  12903. .fusion-button.button-green:hover .button-icon-divider-left,
  12904. .fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-left,
  12905. .button.green:hover .button-icon-divider-left,
  12906. .fusion-button.button-green:focus .button-icon-divider-left,
  12907. .fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-left,
  12908. .button.green:focus .button-icon-divider-left,
  12909. .fusion-button.button-green:active .button-icon-divider-left,
  12910. .fusion-button.button-green.wpcf7-submit:active .button-icon-divider-left,
  12911. .button.green:active .button-icon-divider-left,
  12912. .fusion-button.button-green:hover .button-icon-divider-right,
  12913. .fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-right,
  12914. .button.green:hover .button-icon-divider-right,
  12915. .fusion-button.button-green:focus .button-icon-divider-right,
  12916. .fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-right,
  12917. .button.green:focus .button-icon-divider-right,
  12918. .fusion-button.button-green:active .button-icon-divider-right,
  12919. .fusion-button.button-green.wpcf7-submit:active .button-icon-divider-right,
  12920. .button.green:active .button-icon-divider-right {
  12921. border-color: #9dba60;
  12922. }
  12923. .no-cssgradients .fusion-button.button-green:hover,
  12924. .no-cssgradients .fusion-button.button-green.wpcf7-submit:hover,
  12925. .no-cssgradients .button.green:hover,
  12926. .no-cssgradients .fusion-button.button-green:focus,
  12927. .no-cssgradients .fusion-button.button-green.wpcf7-submit:focus,
  12928. .no-cssgradients .button.green:focus,
  12929. .no-cssgradients .fusion-button.button-green:active,
  12930. .no-cssgradients .fusion-button.button-green.wpcf7-submit:active,
  12931. .no-cssgradients .button.green:active {
  12932. background-color: #AAD75D;
  12933. }
  12934. .no-cssgradients .fusion-button.button-green,
  12935. .no-cssgradients .fusion-button.button-green.wpcf7-submit,
  12936. .no-cssgradients .button.green {
  12937. background-color: #D1E990;
  12938. }
  12939. .fusion-button.button-green.button-3d.button-small,
  12940. .fusion-button.button-green.wpcf7-submit.button-3d.button-small,
  12941. .button.green.button-3d.button-small {
  12942. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12943. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12944. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12945. }
  12946. .fusion-button.button-green.button-3d.button-small:active,
  12947. .fusion-button.button-green.wpcf7-submit.button-3d.button-small:active,
  12948. .button.green.button-3d.button-small:active {
  12949. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12950. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12951. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  12952. }
  12953. .fusion-button.button-green.button-3d.button-medium,
  12954. .fusion-button.button-green.wpcf7-submit.button-3d.button-medium,
  12955. .button.green.button-3d.button-medium {
  12956. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12957. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12958. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12959. }
  12960. .fusion-button.button-green.button-3d.button-medium:active,
  12961. .fusion-button.button-green.wpcf7-submit.button-3d.button-medium:active,
  12962. .button.green.button-3d.button-medium:active {
  12963. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12964. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12965. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  12966. }
  12967. .fusion-button.button-green.button-3d.button-large,
  12968. .fusion-button.button-green.wpcf7-submit.button-3d.button-large,
  12969. .button.green.button-3d.button-large {
  12970. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12971. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12972. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12973. }
  12974. .fusion-button.button-green.button-3d.button-large:active,
  12975. .fusion-button.button-green.wpcf7-submit.button-3d.button-large:active,
  12976. .button.green.button-3d.button-large:active {
  12977. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12978. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12979. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  12980. }
  12981. .fusion-button.button-green.button-3d.button-xlarge,
  12982. .fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge,
  12983. .button.green.button-3d.button-xlarge {
  12984. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12985. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12986. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12987. }
  12988. .fusion-button.button-green.button-3d.button-xlarge:active,
  12989. .fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge:active,
  12990. .button.green.button-3d.button-xlarge:active {
  12991. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12992. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12993. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  12994. }
  12995. .fusion-button.button-darkgreen,
  12996. .fusion-button.button-darkgreen.wpcf7-submit,
  12997. .button.darkgreen {
  12998. background: #d0e0a5;
  12999. background-image: -webkit-gradient(linear, left bottom, left top, from(#a8c76a), to(#d0e0a5));
  13000. background-image: -webkit-linear-gradient(bottom, #a8c76a, #d0e0a5);
  13001. background-image: -moz-linear-gradient(bottom, #a8c76a, #d0e0a5);
  13002. background-image: -o-linear-gradient(bottom, #a8c76a, #d0e0a5);
  13003. background-image: linear-gradient(to top, #a8c76a, #d0e0a5);
  13004. border: 1px solid #9dba60;
  13005. color: #54770f;
  13006. }
  13007. .fusion-button.button-darkgreen .button-icon-divider-left,
  13008. .fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-left,
  13009. .button.darkgreen .button-icon-divider-left,
  13010. .fusion-button.button-darkgreen .button-icon-divider-right,
  13011. .fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-right,
  13012. .button.darkgreen .button-icon-divider-right {
  13013. border-color: #9dba60;
  13014. }
  13015. .fusion-button.button-darkgreen:hover,
  13016. .fusion-button.button-darkgreen.wpcf7-submit:hover,
  13017. .button.darkgreen:hover,
  13018. .fusion-button.button-darkgreen:focus,
  13019. .fusion-button.button-darkgreen.wpcf7-submit:focus,
  13020. .button.darkgreen:focus,
  13021. .fusion-button.button-darkgreen:active,
  13022. .fusion-button.button-darkgreen.wpcf7-submit:active,
  13023. .button.darkgreen:active {
  13024. background: #a8c76a;
  13025. background-image: -webkit-gradient(linear, left bottom, left top, from(#d0e0a5), to(#a8c76a));
  13026. background-image: -webkit-linear-gradient(bottom, #d0e0a5, #a8c76a);
  13027. background-image: -moz-linear-gradient(bottom, #d0e0a5, #a8c76a);
  13028. background-image: -o-linear-gradient(bottom, #d0e0a5, #a8c76a);
  13029. background-image: linear-gradient(to top, #d0e0a5, #a8c76a);
  13030. border: 1px solid #9dba60;
  13031. color: #54770f;
  13032. }
  13033. .fusion-button.button-darkgreen:hover .button-icon-divider-left,
  13034. .fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-left,
  13035. .button.darkgreen:hover .button-icon-divider-left,
  13036. .fusion-button.button-darkgreen:focus .button-icon-divider-left,
  13037. .fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-left,
  13038. .button.darkgreen:focus .button-icon-divider-left,
  13039. .fusion-button.button-darkgreen:active .button-icon-divider-left,
  13040. .fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-left,
  13041. .button.darkgreen:active .button-icon-divider-left,
  13042. .fusion-button.button-darkgreen:hover .button-icon-divider-right,
  13043. .fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-right,
  13044. .button.darkgreen:hover .button-icon-divider-right,
  13045. .fusion-button.button-darkgreen:focus .button-icon-divider-right,
  13046. .fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-right,
  13047. .button.darkgreen:focus .button-icon-divider-right,
  13048. .fusion-button.button-darkgreen:active .button-icon-divider-right,
  13049. .fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-right,
  13050. .button.darkgreen:active .button-icon-divider-right {
  13051. border-color: #9dba60;
  13052. }
  13053. .no-cssgradients .fusion-button.button-darkgreen:hover,
  13054. .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:hover,
  13055. .no-cssgradients .button.darkgreen:hover,
  13056. .no-cssgradients .fusion-button.button-darkgreen:focus,
  13057. .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:focus,
  13058. .no-cssgradients .button.darkgreen:focus,
  13059. .no-cssgradients .fusion-button.button-darkgreen:active,
  13060. .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:active,
  13061. .no-cssgradients .button.darkgreen:active {
  13062. background-color: #a8c76a;
  13063. }
  13064. .no-cssgradients .fusion-button.button-darkgreen,
  13065. .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit,
  13066. .no-cssgradients .button.darkgreen {
  13067. background-color: #d0e0a5;
  13068. }
  13069. .fusion-button.button-darkgreen.button-3d.button-small,
  13070. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small,
  13071. .button.darkgreen.button-3d.button-small {
  13072. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13073. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13074. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13075. }
  13076. .fusion-button.button-darkgreen.button-3d.button-small:active,
  13077. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small:active,
  13078. .button.darkgreen.button-3d.button-small:active {
  13079. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13080. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13081. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13082. }
  13083. .fusion-button.button-darkgreen.button-3d.button-medium,
  13084. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium,
  13085. .button.darkgreen.button-3d.button-medium {
  13086. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13087. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13088. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13089. }
  13090. .fusion-button.button-darkgreen.button-3d.button-medium:active,
  13091. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium:active,
  13092. .button.darkgreen.button-3d.button-medium:active {
  13093. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13094. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13095. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13096. }
  13097. .fusion-button.button-darkgreen.button-3d.button-large,
  13098. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large,
  13099. .button.darkgreen.button-3d.button-large {
  13100. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13101. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13102. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13103. }
  13104. .fusion-button.button-darkgreen.button-3d.button-large:active,
  13105. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large:active,
  13106. .button.darkgreen.button-3d.button-large:active {
  13107. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13108. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13109. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13110. }
  13111. .fusion-button.button-darkgreen.button-3d.button-xlarge,
  13112. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge,
  13113. .button.darkgreen.button-3d.button-xlarge {
  13114. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13115. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13116. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13117. }
  13118. .fusion-button.button-darkgreen.button-3d.button-xlarge:active,
  13119. .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge:active,
  13120. .button.darkgreen.button-3d.button-xlarge:active {
  13121. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13122. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13123. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13124. }
  13125. .fusion-button.button-orange,
  13126. .fusion-button.button-orange.wpcf7-submit,
  13127. .button.orange {
  13128. background: #fbdc86;
  13129. background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
  13130. background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
  13131. background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
  13132. background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
  13133. background-image: linear-gradient(to top, #f8bf56, #fbdc86);
  13134. border: 1px solid #c0830b;
  13135. color: #c0830b;
  13136. }
  13137. .fusion-button.button-orange .button-icon-divider-left,
  13138. .fusion-button.button-orange.wpcf7-submit .button-icon-divider-left,
  13139. .button.orange .button-icon-divider-left,
  13140. .fusion-button.button-orange .button-icon-divider-right,
  13141. .fusion-button.button-orange.wpcf7-submit .button-icon-divider-right,
  13142. .button.orange .button-icon-divider-right {
  13143. border-color: #c0830b;
  13144. }
  13145. .fusion-button.button-orange:hover,
  13146. .fusion-button.button-orange.wpcf7-submit:hover,
  13147. .button.orange:hover,
  13148. .fusion-button.button-orange:focus,
  13149. .fusion-button.button-orange.wpcf7-submit:focus,
  13150. .button.orange:focus,
  13151. .fusion-button.button-orange:active,
  13152. .fusion-button.button-orange.wpcf7-submit:active,
  13153. .button.orange:active {
  13154. background: #f8bf56;
  13155. background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
  13156. background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
  13157. background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
  13158. background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
  13159. background-image: linear-gradient(to top, #fbdc86, #f8bf56);
  13160. border: 1px solid #c0830b;
  13161. color: #c0830b;
  13162. }
  13163. .fusion-button.button-orange:hover .button-icon-divider-left,
  13164. .fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-left,
  13165. .button.orange:hover .button-icon-divider-left,
  13166. .fusion-button.button-orange:focus .button-icon-divider-left,
  13167. .fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-left,
  13168. .button.orange:focus .button-icon-divider-left,
  13169. .fusion-button.button-orange:active .button-icon-divider-left,
  13170. .fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-left,
  13171. .button.orange:active .button-icon-divider-left,
  13172. .fusion-button.button-orange:hover .button-icon-divider-right,
  13173. .fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-right,
  13174. .button.orange:hover .button-icon-divider-right,
  13175. .fusion-button.button-orange:focus .button-icon-divider-right,
  13176. .fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-right,
  13177. .button.orange:focus .button-icon-divider-right,
  13178. .fusion-button.button-orange:active .button-icon-divider-right,
  13179. .fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-right,
  13180. .button.orange:active .button-icon-divider-right {
  13181. border-color: #c0830b;
  13182. }
  13183. .no-cssgradients .fusion-button.button-orange:hover,
  13184. .no-cssgradients .fusion-button.button-orange.wpcf7-submit:hover,
  13185. .no-cssgradients .button.orange:hover,
  13186. .no-cssgradients .fusion-button.button-orange:focus,
  13187. .no-cssgradients .fusion-button.button-orange.wpcf7-submit:focus,
  13188. .no-cssgradients .button.orange:focus,
  13189. .no-cssgradients .fusion-button.button-orange:active,
  13190. .no-cssgradients .fusion-button.button-orange.wpcf7-submit:active,
  13191. .no-cssgradients .button.orange:active {
  13192. background-color: #f8bf56;
  13193. }
  13194. .no-cssgradients .fusion-button.button-orange,
  13195. .no-cssgradients .fusion-button.button-orange.wpcf7-submit,
  13196. .no-cssgradients .button.orange {
  13197. background-color: #fbdc86;
  13198. }
  13199. .fusion-button.button-orange.button-3d.button-small,
  13200. .fusion-button.button-orange.wpcf7-submit.button-3d.button-small,
  13201. .button.orange.button-3d.button-small {
  13202. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13203. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13204. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13205. }
  13206. .fusion-button.button-orange.button-3d.button-small:active,
  13207. .fusion-button.button-orange.wpcf7-submit.button-3d.button-small:active,
  13208. .button.orange.button-3d.button-small:active {
  13209. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13210. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13211. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13212. }
  13213. .fusion-button.button-orange.button-3d.button-medium,
  13214. .fusion-button.button-orange.wpcf7-submit.button-3d.button-medium,
  13215. .button.orange.button-3d.button-medium {
  13216. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13217. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13218. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13219. }
  13220. .fusion-button.button-orange.button-3d.button-medium:active,
  13221. .fusion-button.button-orange.wpcf7-submit.button-3d.button-medium:active,
  13222. .button.orange.button-3d.button-medium:active {
  13223. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13224. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13225. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13226. }
  13227. .fusion-button.button-orange.button-3d.button-large,
  13228. .fusion-button.button-orange.wpcf7-submit.button-3d.button-large,
  13229. .button.orange.button-3d.button-large {
  13230. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13231. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13232. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13233. }
  13234. .fusion-button.button-orange.button-3d.button-large:active,
  13235. .fusion-button.button-orange.wpcf7-submit.button-3d.button-large:active,
  13236. .button.orange.button-3d.button-large:active {
  13237. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13238. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13239. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13240. }
  13241. .fusion-button.button-orange.button-3d.button-xlarge,
  13242. .fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge,
  13243. .button.orange.button-3d.button-xlarge {
  13244. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13245. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13246. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13247. }
  13248. .fusion-button.button-orange.button-3d.button-xlarge:active,
  13249. .fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge:active,
  13250. .button.orange.button-3d.button-xlarge:active {
  13251. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13252. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13253. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13254. }
  13255. .fusion-button.button-blue,
  13256. .fusion-button.button-blue.wpcf7-submit,
  13257. .button.blue {
  13258. background: #b5e0f7;
  13259. background-image: -webkit-gradient(linear, left bottom, left top, from(#76c7f1), to(#b5e0f7));
  13260. background-image: -webkit-linear-gradient(bottom, #76c7f1, #b5e0f7);
  13261. background-image: -moz-linear-gradient(bottom, #76c7f1, #b5e0f7);
  13262. background-image: -o-linear-gradient(bottom, #76c7f1, #b5e0f7);
  13263. background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
  13264. border: 1px solid #1172c1;
  13265. color: #1172c1;
  13266. }
  13267. .fusion-button.button-blue .button-icon-divider-left,
  13268. .fusion-button.button-blue.wpcf7-submit .button-icon-divider-left,
  13269. .button.blue .button-icon-divider-left,
  13270. .fusion-button.button-blue .button-icon-divider-right,
  13271. .fusion-button.button-blue.wpcf7-submit .button-icon-divider-right,
  13272. .button.blue .button-icon-divider-right {
  13273. border-color: #1172c1;
  13274. }
  13275. .fusion-button.button-blue:hover,
  13276. .fusion-button.button-blue.wpcf7-submit:hover,
  13277. .button.blue:hover,
  13278. .fusion-button.button-blue:focus,
  13279. .fusion-button.button-blue.wpcf7-submit:focus,
  13280. .button.blue:focus,
  13281. .fusion-button.button-blue:active,
  13282. .fusion-button.button-blue.wpcf7-submit:active,
  13283. .button.blue:active {
  13284. background: #76c7f1;
  13285. background-image: -webkit-gradient(linear, left bottom, left top, from(#b5e0f7), to(#76c7f1));
  13286. background-image: -webkit-linear-gradient(bottom, #b5e0f7, #76c7f1);
  13287. background-image: -moz-linear-gradient(bottom, #b5e0f7, #76c7f1);
  13288. background-image: -o-linear-gradient(bottom, #b5e0f7, #76c7f1);
  13289. background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
  13290. border: 1px solid #1172c1;
  13291. color: #1172c1;
  13292. }
  13293. .fusion-button.button-blue:hover .button-icon-divider-left,
  13294. .fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-left,
  13295. .button.blue:hover .button-icon-divider-left,
  13296. .fusion-button.button-blue:focus .button-icon-divider-left,
  13297. .fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-left,
  13298. .button.blue:focus .button-icon-divider-left,
  13299. .fusion-button.button-blue:active .button-icon-divider-left,
  13300. .fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-left,
  13301. .button.blue:active .button-icon-divider-left,
  13302. .fusion-button.button-blue:hover .button-icon-divider-right,
  13303. .fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-right,
  13304. .button.blue:hover .button-icon-divider-right,
  13305. .fusion-button.button-blue:focus .button-icon-divider-right,
  13306. .fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-right,
  13307. .button.blue:focus .button-icon-divider-right,
  13308. .fusion-button.button-blue:active .button-icon-divider-right,
  13309. .fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-right,
  13310. .button.blue:active .button-icon-divider-right {
  13311. border-color: #1172c1;
  13312. }
  13313. .no-cssgradients .fusion-button.button-blue:hover,
  13314. .no-cssgradients .fusion-button.button-blue.wpcf7-submit:hover,
  13315. .no-cssgradients .button.blue:hover,
  13316. .no-cssgradients .fusion-button.button-blue:focus,
  13317. .no-cssgradients .fusion-button.button-blue.wpcf7-submit:focus,
  13318. .no-cssgradients .button.blue:focus,
  13319. .no-cssgradients .fusion-button.button-blue:active,
  13320. .no-cssgradients .fusion-button.button-blue.wpcf7-submit:active,
  13321. .no-cssgradients .button.blue:active {
  13322. background-color: #76c7f1;
  13323. }
  13324. .no-cssgradients .fusion-button.button-blue,
  13325. .no-cssgradients .fusion-button.button-blue.wpcf7-submit,
  13326. .no-cssgradients .button.blue {
  13327. background-color: #b5e0f7;
  13328. }
  13329. .fusion-button.button-blue.button-3d.button-small,
  13330. .fusion-button.button-blue.wpcf7-submit.button-3d.button-small,
  13331. .button.blue.button-3d.button-small {
  13332. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13333. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13334. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13335. }
  13336. .fusion-button.button-blue.button-3d.button-small:active,
  13337. .fusion-button.button-blue.wpcf7-submit.button-3d.button-small:active,
  13338. .button.blue.button-3d.button-small:active {
  13339. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13340. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13341. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13342. }
  13343. .fusion-button.button-blue.button-3d.button-medium,
  13344. .fusion-button.button-blue.wpcf7-submit.button-3d.button-medium,
  13345. .button.blue.button-3d.button-medium {
  13346. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13347. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13348. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13349. }
  13350. .fusion-button.button-blue.button-3d.button-medium:active,
  13351. .fusion-button.button-blue.wpcf7-submit.button-3d.button-medium:active,
  13352. .button.blue.button-3d.button-medium:active {
  13353. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13354. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13355. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13356. }
  13357. .fusion-button.button-blue.button-3d.button-large,
  13358. .fusion-button.button-blue.wpcf7-submit.button-3d.button-large,
  13359. .button.blue.button-3d.button-large {
  13360. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13361. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13362. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13363. }
  13364. .fusion-button.button-blue.button-3d.button-large:active,
  13365. .fusion-button.button-blue.wpcf7-submit.button-3d.button-large:active,
  13366. .button.blue.button-3d.button-large:active {
  13367. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13368. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13369. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13370. }
  13371. .fusion-button.button-blue.button-3d.button-xlarge,
  13372. .fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge,
  13373. .button.blue.button-3d.button-xlarge {
  13374. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13375. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13376. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13377. }
  13378. .fusion-button.button-blue.button-3d.button-xlarge:active,
  13379. .fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge:active,
  13380. .button.blue.button-3d.button-xlarge:active {
  13381. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13382. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13383. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13384. }
  13385. .fusion-button.button.button-darkblue,
  13386. .fusion-button.button.button-darkblue.wpcf7-submit,
  13387. .button.darkblue {
  13388. background: #428bca;
  13389. background-image: -webkit-gradient(linear, left bottom, left top, from(#2a6496), to(#428bca));
  13390. background-image: -webkit-linear-gradient(bottom, #2a6496, #428bca);
  13391. background-image: -moz-linear-gradient(bottom, #2a6496, #428bca);
  13392. background-image: -o-linear-gradient(bottom, #2a6496, #428bca);
  13393. background-image: linear-gradient(to top, #2a6496, #428bca);
  13394. border: 1px solid #072c5e;
  13395. color: #072c5e;
  13396. }
  13397. .fusion-button.button.button-darkblue .button-icon-divider-left,
  13398. .fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-left,
  13399. .button.darkblue .button-icon-divider-left,
  13400. .fusion-button.button.button-darkblue .button-icon-divider-right,
  13401. .fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-right,
  13402. .button.darkblue .button-icon-divider-right {
  13403. border-color: #072c5e;
  13404. }
  13405. .fusion-button.button.button-darkblue:hover,
  13406. .fusion-button.button.button-darkblue.wpcf7-submit:hover,
  13407. .button.darkblue:hover,
  13408. .fusion-button.button.button-darkblue:focus,
  13409. .fusion-button.button.button-darkblue.wpcf7-submit:focus,
  13410. .button.darkblue:focus,
  13411. .fusion-button.button.button-darkblue:active,
  13412. .fusion-button.button.button-darkblue.wpcf7-submit:active,
  13413. .button.darkblue:active {
  13414. background: #2a6496;
  13415. background-image: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#2a6496));
  13416. background-image: -webkit-linear-gradient(bottom, #428bca, #2a6496);
  13417. background-image: -moz-linear-gradient(bottom, #428bca, #2a6496);
  13418. background-image: -o-linear-gradient(bottom, #428bca, #2a6496);
  13419. background-image: linear-gradient(to top, #428bca, #2a6496);
  13420. border: 1px solid #072c5e;
  13421. color: #072c5e;
  13422. }
  13423. .fusion-button.button.button-darkblue:hover .button-icon-divider-left,
  13424. .fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-left,
  13425. .button.darkblue:hover .button-icon-divider-left,
  13426. .fusion-button.button.button-darkblue:focus .button-icon-divider-left,
  13427. .fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-left,
  13428. .button.darkblue:focus .button-icon-divider-left,
  13429. .fusion-button.button.button-darkblue:active .button-icon-divider-left,
  13430. .fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-left,
  13431. .button.darkblue:active .button-icon-divider-left,
  13432. .fusion-button.button.button-darkblue:hover .button-icon-divider-right,
  13433. .fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-right,
  13434. .button.darkblue:hover .button-icon-divider-right,
  13435. .fusion-button.button.button-darkblue:focus .button-icon-divider-right,
  13436. .fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-right,
  13437. .button.darkblue:focus .button-icon-divider-right,
  13438. .fusion-button.button.button-darkblue:active .button-icon-divider-right,
  13439. .fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-right,
  13440. .button.darkblue:active .button-icon-divider-right {
  13441. border-color: #072c5e;
  13442. }
  13443. .no-cssgradients .fusion-button.button.button-darkblue:hover,
  13444. .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:hover,
  13445. .no-cssgradients .button.darkblue:hover,
  13446. .no-cssgradients .fusion-button.button.button-darkblue:focus,
  13447. .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:focus,
  13448. .no-cssgradients .button.darkblue:focus,
  13449. .no-cssgradients .fusion-button.button.button-darkblue:active,
  13450. .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:active,
  13451. .no-cssgradients .button.darkblue:active {
  13452. background-color: #2A6496;
  13453. }
  13454. .no-cssgradients .fusion-button.button.button-darkblue,
  13455. .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit,
  13456. .no-cssgradients .button.darkblue {
  13457. background-color: #428BCA;
  13458. }
  13459. .fusion-button.button.button-darkblue.button-3d.button-small,
  13460. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small,
  13461. .button.darkblue.button-3d.button-small {
  13462. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13463. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13464. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13465. }
  13466. .fusion-button.button.button-darkblue.button-3d.button-small:active,
  13467. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small:active,
  13468. .button.darkblue.button-3d.button-small:active {
  13469. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13470. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13471. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13472. }
  13473. .fusion-button.button.button-darkblue.button-3d.button-medium,
  13474. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium,
  13475. .button.darkblue.button-3d.button-medium {
  13476. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13477. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13478. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13479. }
  13480. .fusion-button.button.button-darkblue.button-3d.button-medium:active,
  13481. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium:active,
  13482. .button.darkblue.button-3d.button-medium:active {
  13483. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13484. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13485. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13486. }
  13487. .fusion-button.button.button-darkblue.button-3d.button-large,
  13488. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large,
  13489. .button.darkblue.button-3d.button-large {
  13490. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13491. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13492. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13493. }
  13494. .fusion-button.button.button-darkblue.button-3d.button-large:active,
  13495. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large:active,
  13496. .button.darkblue.button-3d.button-large:active {
  13497. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13498. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13499. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13500. }
  13501. .fusion-button.button.button-darkblue.button-3d.button-xlarge,
  13502. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge,
  13503. .button.darkblue.button-3d.button-xlarge {
  13504. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13505. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13506. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13507. }
  13508. .fusion-button.button.button-darkblue.button-3d.button-xlarge:active,
  13509. .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge:active,
  13510. .button.darkblue.button-3d.button-xlarge:active {
  13511. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13512. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13513. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13514. }
  13515. .fusion-button.button-red,
  13516. .fusion-button.button-red.wpcf7-submit,
  13517. .button.red {
  13518. background: #fd9c9c;
  13519. background-image: -webkit-gradient(linear, left bottom, left top, from(#fc7d7d), to(#fd9c9c));
  13520. background-image: -webkit-linear-gradient(bottom, #fc7d7d, #fd9c9c);
  13521. background-image: -moz-linear-gradient(bottom, #fc7d7d, #fd9c9c);
  13522. background-image: -o-linear-gradient(bottom, #fc7d7d, #fd9c9c);
  13523. background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
  13524. border: 1px solid #9d1111;
  13525. color: #9d1111;
  13526. }
  13527. .fusion-button.button-red .button-icon-divider-left,
  13528. .fusion-button.button-red.wpcf7-submit .button-icon-divider-left,
  13529. .button.red .button-icon-divider-left,
  13530. .fusion-button.button-red .button-icon-divider-right,
  13531. .fusion-button.button-red.wpcf7-submit .button-icon-divider-right,
  13532. .button.red .button-icon-divider-right {
  13533. border-color: #9d1111;
  13534. }
  13535. .fusion-button.button-red:hover,
  13536. .fusion-button.button-red.wpcf7-submit:hover,
  13537. .button.red:hover,
  13538. .fusion-button.button-red:focus,
  13539. .fusion-button.button-red.wpcf7-submit:focus,
  13540. .button.red:focus,
  13541. .fusion-button.button-red:active,
  13542. .fusion-button.button-red.wpcf7-submit:active,
  13543. .button.red:active {
  13544. background: #fc7d7d;
  13545. background-image: -webkit-gradient(linear, left bottom, left top, from(#fd9c9c), to(#fc7d7d));
  13546. background-image: -webkit-linear-gradient(bottom, #fd9c9c, #fc7d7d);
  13547. background-image: -moz-linear-gradient(bottom, #fd9c9c, #fc7d7d);
  13548. background-image: -o-linear-gradient(bottom, #fd9c9c, #fc7d7d);
  13549. background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
  13550. border: 1px solid #9d1111;
  13551. color: #9d1111;
  13552. }
  13553. .fusion-button.button-red:hover .button-icon-divider-left,
  13554. .fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-left,
  13555. .button.red:hover .button-icon-divider-left,
  13556. .fusion-button.button-red:focus .button-icon-divider-left,
  13557. .fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-left,
  13558. .button.red:focus .button-icon-divider-left,
  13559. .fusion-button.button-red:active .button-icon-divider-left,
  13560. .fusion-button.button-red.wpcf7-submit:active .button-icon-divider-left,
  13561. .button.red:active .button-icon-divider-left,
  13562. .fusion-button.button-red:hover .button-icon-divider-right,
  13563. .fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-right,
  13564. .button.red:hover .button-icon-divider-right,
  13565. .fusion-button.button-red:focus .button-icon-divider-right,
  13566. .fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-right,
  13567. .button.red:focus .button-icon-divider-right,
  13568. .fusion-button.button-red:active .button-icon-divider-right,
  13569. .fusion-button.button-red.wpcf7-submit:active .button-icon-divider-right,
  13570. .button.red:active .button-icon-divider-right {
  13571. border-color: #9d1111;
  13572. }
  13573. .no-cssgradients .fusion-button.button-red:hover,
  13574. .no-cssgradients .fusion-button.button-red.wpcf7-submit:hover,
  13575. .no-cssgradients .button.red:hover,
  13576. .no-cssgradients .fusion-button.button-red:focus,
  13577. .no-cssgradients .fusion-button.button-red.wpcf7-submit:focus,
  13578. .no-cssgradients .button.red:focus,
  13579. .no-cssgradients .fusion-button.button-red:active,
  13580. .no-cssgradients .fusion-button.button-red.wpcf7-submit:active,
  13581. .no-cssgradients .button.red:active {
  13582. background-color: #fc7d7d;
  13583. }
  13584. .no-cssgradients .fusion-button.button-red,
  13585. .no-cssgradients .fusion-button.button-red.wpcf7-submit,
  13586. .no-cssgradients .button.red {
  13587. background-color: #fd9c9c;
  13588. }
  13589. .fusion-button.button-red.button-3d.button-small,
  13590. .fusion-button.button-red.wpcf7-submit.button-3d.button-small,
  13591. .button.red.button-3d.button-small {
  13592. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13593. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13594. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13595. }
  13596. .fusion-button.button-red.button-3d.button-small:active,
  13597. .fusion-button.button-red.wpcf7-submit.button-3d.button-small:active,
  13598. .button.red.button-3d.button-small:active {
  13599. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13600. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13601. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13602. }
  13603. .fusion-button.button-red.button-3d.button-medium,
  13604. .fusion-button.button-red.wpcf7-submit.button-3d.button-medium,
  13605. .button.red.button-3d.button-medium {
  13606. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13607. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13608. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13609. }
  13610. .fusion-button.button-red.button-3d.button-medium:active,
  13611. .fusion-button.button-red.wpcf7-submit.button-3d.button-medium:active,
  13612. .button.red.button-3d.button-medium:active {
  13613. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13614. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13615. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13616. }
  13617. .fusion-button.button-red.button-3d.button-large,
  13618. .fusion-button.button-red.wpcf7-submit.button-3d.button-large,
  13619. .button.red.button-3d.button-large {
  13620. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13621. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13622. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13623. }
  13624. .fusion-button.button-red.button-3d.button-large:active,
  13625. .fusion-button.button-red.wpcf7-submit.button-3d.button-large:active,
  13626. .button.red.button-3d.button-large:active {
  13627. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13628. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13629. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13630. }
  13631. .fusion-button.button-red.button-3d.button-xlarge,
  13632. .fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge,
  13633. .button.red.button-3d.button-xlarge {
  13634. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13635. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13636. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13637. }
  13638. .fusion-button.button-red.button-3d.button-xlarge:active,
  13639. .fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge:active,
  13640. .button.red.button-3d.button-xlarge:active {
  13641. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13642. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13643. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13644. }
  13645. .fusion-button.button-darkred,
  13646. .fusion-button.button-darkred.wpcf7-submit,
  13647. .button.darkred {
  13648. background: #fe2020;
  13649. background-image: -webkit-gradient(linear, left bottom, left top, from(#b01818), to(#fe2020));
  13650. background-image: -webkit-linear-gradient(bottom, #b01818, #fe2020);
  13651. background-image: -moz-linear-gradient(bottom, #b01818, #fe2020);
  13652. background-image: -o-linear-gradient(bottom, #b01818, #fe2020);
  13653. background-image: linear-gradient(to top, #b01818, #fe2020);
  13654. border: 1px solid #690e0e;
  13655. color: #690e0e;
  13656. }
  13657. .fusion-button.button-darkred .button-icon-divider-left,
  13658. .fusion-button.button-darkred.wpcf7-submit .button-icon-divider-left,
  13659. .button.darkred .button-icon-divider-left,
  13660. .fusion-button.button-darkred .button-icon-divider-right,
  13661. .fusion-button.button-darkred.wpcf7-submit .button-icon-divider-right,
  13662. .button.darkred .button-icon-divider-right {
  13663. border-color: #690e0e;
  13664. }
  13665. .fusion-button.button-darkred:hover,
  13666. .fusion-button.button-darkred.wpcf7-submit:hover,
  13667. .button.darkred:hover,
  13668. .fusion-button.button-darkred:focus,
  13669. .fusion-button.button-darkred.wpcf7-submit:focus,
  13670. .button.darkred:focus,
  13671. .fusion-button.button-darkred:active,
  13672. .fusion-button.button-darkred.wpcf7-submit:active,
  13673. .button.darkred:active {
  13674. background: #b01818;
  13675. background-image: -webkit-gradient(linear, left bottom, left top, from(#fe2020), to(#b01818));
  13676. background-image: -webkit-linear-gradient(bottom, #fe2020, #b01818);
  13677. background-image: -moz-linear-gradient(bottom, #fe2020, #b01818);
  13678. background-image: -o-linear-gradient(bottom, #fe2020, #b01818);
  13679. background-image: linear-gradient(to top, #fe2020, #b01818);
  13680. border: 1px solid #690e0e;
  13681. color: #690e0e;
  13682. }
  13683. .fusion-button.button-darkred:hover .button-icon-divider-left,
  13684. .fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-left,
  13685. .button.darkred:hover .button-icon-divider-left,
  13686. .fusion-button.button-darkred:focus .button-icon-divider-left,
  13687. .fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-left,
  13688. .button.darkred:focus .button-icon-divider-left,
  13689. .fusion-button.button-darkred:active .button-icon-divider-left,
  13690. .fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-left,
  13691. .button.darkred:active .button-icon-divider-left,
  13692. .fusion-button.button-darkred:hover .button-icon-divider-right,
  13693. .fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-right,
  13694. .button.darkred:hover .button-icon-divider-right,
  13695. .fusion-button.button-darkred:focus .button-icon-divider-right,
  13696. .fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-right,
  13697. .button.darkred:focus .button-icon-divider-right,
  13698. .fusion-button.button-darkred:active .button-icon-divider-right,
  13699. .fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-right,
  13700. .button.darkred:active .button-icon-divider-right {
  13701. border-color: #690e0e;
  13702. }
  13703. .no-cssgradients .fusion-button.button-darkred:hover,
  13704. .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:hover,
  13705. .no-cssgradients .button.darkred:hover,
  13706. .no-cssgradients .fusion-button.button-darkred:focus,
  13707. .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:focus,
  13708. .no-cssgradients .button.darkred:focus,
  13709. .no-cssgradients .fusion-button.button-darkred:active,
  13710. .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:active,
  13711. .no-cssgradients .button.darkred:active {
  13712. background-color: #b01818;
  13713. }
  13714. .no-cssgradients .fusion-button.button-darkred,
  13715. .no-cssgradients .fusion-button.button-darkred.wpcf7-submit,
  13716. .no-cssgradients .button.darkred {
  13717. background-color: #fe2020;
  13718. }
  13719. .fusion-button.button-darkred.button-3d.button-small,
  13720. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-small,
  13721. .button.darkred.button-3d.button-small {
  13722. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13723. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13724. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13725. }
  13726. .fusion-button.button-darkred.button-3d.button-small:active,
  13727. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-small:active,
  13728. .button.darkred.button-3d.button-small:active {
  13729. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13730. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13731. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13732. }
  13733. .fusion-button.button-darkred.button-3d.button-medium,
  13734. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium,
  13735. .button.darkred.button-3d.button-medium {
  13736. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13737. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13738. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13739. }
  13740. .fusion-button.button-darkred.button-3d.button-medium:active,
  13741. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium:active,
  13742. .button.darkred.button-3d.button-medium:active {
  13743. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13744. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13745. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13746. }
  13747. .fusion-button.button-darkred.button-3d.button-large,
  13748. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-large,
  13749. .button.darkred.button-3d.button-large {
  13750. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13751. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13752. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13753. }
  13754. .fusion-button.button-darkred.button-3d.button-large:active,
  13755. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-large:active,
  13756. .button.darkred.button-3d.button-large:active {
  13757. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13758. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13759. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13760. }
  13761. .fusion-button.button-darkred.button-3d.button-xlarge,
  13762. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge,
  13763. .button.darkred.button-3d.button-xlarge {
  13764. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13765. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13766. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13767. }
  13768. .fusion-button.button-darkred.button-3d.button-xlarge:active,
  13769. .fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge:active,
  13770. .button.darkred.button-3d.button-xlarge:active {
  13771. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13772. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13773. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13774. }
  13775. .fusion-button.button-pink,
  13776. .fusion-button.button-pink.wpcf7-submit,
  13777. .button.pink {
  13778. background: #fda1d5;
  13779. background-image: -webkit-gradient(linear, left bottom, left top, from(#fc84c8), to(#fda1d5));
  13780. background-image: -webkit-linear-gradient(bottom, #fc84c8, #fda1d5);
  13781. background-image: -moz-linear-gradient(bottom, #fc84c8, #fda1d5);
  13782. background-image: -o-linear-gradient(bottom, #fc84c8, #fda1d5);
  13783. background-image: linear-gradient(to top, #fc84c8, #fda1d5);
  13784. border: 1px solid #a31366;
  13785. color: #a31366;
  13786. }
  13787. .fusion-button.button-pink .button-icon-divider-left,
  13788. .fusion-button.button-pink.wpcf7-submit .button-icon-divider-left,
  13789. .button.pink .button-icon-divider-left,
  13790. .fusion-button.button-pink .button-icon-divider-right,
  13791. .fusion-button.button-pink.wpcf7-submit .button-icon-divider-right,
  13792. .button.pink .button-icon-divider-right {
  13793. border-color: #a31366;
  13794. }
  13795. .fusion-button.button-pink:hover,
  13796. .fusion-button.button-pink.wpcf7-submit:hover,
  13797. .button.pink:hover,
  13798. .fusion-button.button-pink:focus,
  13799. .fusion-button.button-pink.wpcf7-submit:focus,
  13800. .button.pink:focus,
  13801. .fusion-button.button-pink:active,
  13802. .fusion-button.button-pink.wpcf7-submit:active,
  13803. .button.pink:active {
  13804. background: #fc84c8;
  13805. background-image: -webkit-gradient(linear, left bottom, left top, from(#fda1d5), to(#fc84c8));
  13806. background-image: -webkit-linear-gradient(bottom, #fda1d5, #fc84c8);
  13807. background-image: -moz-linear-gradient(bottom, #fda1d5, #fc84c8);
  13808. background-image: -o-linear-gradient(bottom, #fda1d5, #fc84c8);
  13809. background-image: linear-gradient(to top, #fda1d5, #fc84c8);
  13810. border: 1px solid #a31366;
  13811. color: #a31366;
  13812. }
  13813. .fusion-button.button-pink:hover .button-icon-divider-left,
  13814. .fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-left,
  13815. .button.pink:hover .button-icon-divider-left,
  13816. .fusion-button.button-pink:focus .button-icon-divider-left,
  13817. .fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-left,
  13818. .button.pink:focus .button-icon-divider-left,
  13819. .fusion-button.button-pink:active .button-icon-divider-left,
  13820. .fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-left,
  13821. .button.pink:active .button-icon-divider-left,
  13822. .fusion-button.button-pink:hover .button-icon-divider-right,
  13823. .fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-right,
  13824. .button.pink:hover .button-icon-divider-right,
  13825. .fusion-button.button-pink:focus .button-icon-divider-right,
  13826. .fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-right,
  13827. .button.pink:focus .button-icon-divider-right,
  13828. .fusion-button.button-pink:active .button-icon-divider-right,
  13829. .fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-right,
  13830. .button.pink:active .button-icon-divider-right {
  13831. border-color: #a31366;
  13832. }
  13833. .no-cssgradients .fusion-button.button-pink:hover,
  13834. .no-cssgradients .fusion-button.button-pink.wpcf7-submit:hover,
  13835. .no-cssgradients .button.pink:hover,
  13836. .no-cssgradients .fusion-button.button-pink:focus,
  13837. .no-cssgradients .fusion-button.button-pink.wpcf7-submit:focus,
  13838. .no-cssgradients .button.pink:focus,
  13839. .no-cssgradients .fusion-button.button-pink:active,
  13840. .no-cssgradients .fusion-button.button-pink.wpcf7-submit:active,
  13841. .no-cssgradients .button.pink:active {
  13842. background-color: #fc84c8;
  13843. }
  13844. .no-cssgradients .fusion-button.button-pink,
  13845. .no-cssgradients .fusion-button.button-pink.wpcf7-submit,
  13846. .no-cssgradients .button.pink {
  13847. background-color: #fda1d5;
  13848. }
  13849. .fusion-button.button-pink.button-3d.button-small,
  13850. .fusion-button.button-pink.wpcf7-submit.button-3d.button-small,
  13851. .button.pink.button-3d.button-small {
  13852. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13853. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13854. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13855. }
  13856. .fusion-button.button-pink.button-3d.button-small:active,
  13857. .fusion-button.button-pink.wpcf7-submit.button-3d.button-small:active,
  13858. .button.pink.button-3d.button-small:active {
  13859. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13860. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13861. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13862. }
  13863. .fusion-button.button-pink.button-3d.button-medium,
  13864. .fusion-button.button-pink.wpcf7-submit.button-3d.button-medium,
  13865. .button.pink.button-3d.button-medium {
  13866. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13867. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13868. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13869. }
  13870. .fusion-button.button-pink.button-3d.button-medium:active,
  13871. .fusion-button.button-pink.wpcf7-submit.button-3d.button-medium:active,
  13872. .button.pink.button-3d.button-medium:active {
  13873. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13874. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13875. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13876. }
  13877. .fusion-button.button-pink.button-3d.button-large,
  13878. .fusion-button.button-pink.wpcf7-submit.button-3d.button-large,
  13879. .button.pink.button-3d.button-large {
  13880. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13881. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13882. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13883. }
  13884. .fusion-button.button-pink.button-3d.button-large:active,
  13885. .fusion-button.button-pink.wpcf7-submit.button-3d.button-large:active,
  13886. .button.pink.button-3d.button-large:active {
  13887. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13888. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13889. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  13890. }
  13891. .fusion-button.button-pink.button-3d.button-xlarge,
  13892. .fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge,
  13893. .button.pink.button-3d.button-xlarge {
  13894. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13895. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13896. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13897. }
  13898. .fusion-button.button-pink.button-3d.button-xlarge:active,
  13899. .fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge:active,
  13900. .button.pink.button-3d.button-xlarge:active {
  13901. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13902. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13903. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  13904. }
  13905. .fusion-button.button-lightgray,
  13906. .fusion-button.button-lightgray.wpcf7-submit,
  13907. .button.lightgray {
  13908. background: #fbfbfb;
  13909. background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fbfbfb));
  13910. background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  13911. background-image: -moz-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  13912. background-image: -o-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  13913. background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
  13914. border: 1px solid #ababab;
  13915. color: #ababab;
  13916. }
  13917. .fusion-button.button-lightgray .button-icon-divider-left,
  13918. .fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-left,
  13919. .button.lightgray .button-icon-divider-left,
  13920. .fusion-button.button-lightgray .button-icon-divider-right,
  13921. .fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-right,
  13922. .button.lightgray .button-icon-divider-right {
  13923. border-color: #ababab;
  13924. }
  13925. .fusion-button.button-lightgray:hover,
  13926. .fusion-button.button-lightgray.wpcf7-submit:hover,
  13927. .button.lightgray:hover,
  13928. .fusion-button.button-lightgray:focus,
  13929. .fusion-button.button-lightgray.wpcf7-submit:focus,
  13930. .button.lightgray:focus,
  13931. .fusion-button.button-lightgray:active,
  13932. .fusion-button.button-lightgray.wpcf7-submit:active,
  13933. .button.lightgray:active {
  13934. background: #f0f0f0;
  13935. background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#f0f0f0));
  13936. background-image: -webkit-linear-gradient(bottom, #fbfbfb, #f0f0f0);
  13937. background-image: -moz-linear-gradient(bottom, #fbfbfb, #f0f0f0);
  13938. background-image: -o-linear-gradient(bottom, #fbfbfb, #f0f0f0);
  13939. background-image: linear-gradient(to top, #fbfbfb, #f0f0f0);
  13940. border: 1px solid #ababab;
  13941. color: #ababab;
  13942. }
  13943. .fusion-button.button-lightgray:hover .button-icon-divider-left,
  13944. .fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-left,
  13945. .button.lightgray:hover .button-icon-divider-left,
  13946. .fusion-button.button-lightgray:focus .button-icon-divider-left,
  13947. .fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-left,
  13948. .button.lightgray:focus .button-icon-divider-left,
  13949. .fusion-button.button-lightgray:active .button-icon-divider-left,
  13950. .fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-left,
  13951. .button.lightgray:active .button-icon-divider-left,
  13952. .fusion-button.button-lightgray:hover .button-icon-divider-right,
  13953. .fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-right,
  13954. .button.lightgray:hover .button-icon-divider-right,
  13955. .fusion-button.button-lightgray:focus .button-icon-divider-right,
  13956. .fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-right,
  13957. .button.lightgray:focus .button-icon-divider-right,
  13958. .fusion-button.button-lightgray:active .button-icon-divider-right,
  13959. .fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-right,
  13960. .button.lightgray:active .button-icon-divider-right {
  13961. border-color: #ababab;
  13962. }
  13963. .no-cssgradients .fusion-button.button-lightgray:hover,
  13964. .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:hover,
  13965. .no-cssgradients .button.lightgray:hover,
  13966. .no-cssgradients .fusion-button.button-lightgray:focus,
  13967. .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:focus,
  13968. .no-cssgradients .button.lightgray:focus,
  13969. .no-cssgradients .fusion-button.button-lightgray:active,
  13970. .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:active,
  13971. .no-cssgradients .button.lightgray:active {
  13972. background-color: #f0f0f0;
  13973. }
  13974. .no-cssgradients .fusion-button.button-lightgray,
  13975. .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit,
  13976. .no-cssgradients .button.lightgray {
  13977. background-color: #fbfbfb;
  13978. }
  13979. .fusion-button.button-lightgray.button-3d.button-small,
  13980. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small,
  13981. .button.lightgray.button-3d.button-small {
  13982. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13983. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13984. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13985. }
  13986. .fusion-button.button-lightgray.button-3d.button-small:active,
  13987. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small:active,
  13988. .button.lightgray.button-3d.button-small:active {
  13989. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13990. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13991. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  13992. }
  13993. .fusion-button.button-lightgray.button-3d.button-medium,
  13994. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium,
  13995. .button.lightgray.button-3d.button-medium {
  13996. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13997. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13998. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  13999. }
  14000. .fusion-button.button-lightgray.button-3d.button-medium:active,
  14001. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium:active,
  14002. .button.lightgray.button-3d.button-medium:active {
  14003. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14004. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14005. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14006. }
  14007. .fusion-button.button-lightgray.button-3d.button-large,
  14008. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large,
  14009. .button.lightgray.button-3d.button-large {
  14010. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14011. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14012. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14013. }
  14014. .fusion-button.button-lightgray.button-3d.button-large:active,
  14015. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large:active,
  14016. .button.lightgray.button-3d.button-large:active {
  14017. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14018. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14019. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14020. }
  14021. .fusion-button.button-lightgray.button-3d.button-xlarge,
  14022. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge,
  14023. .button.lightgray.button-3d.button-xlarge {
  14024. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14025. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14026. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14027. }
  14028. .fusion-button.button-lightgray.button-3d.button-xlarge:active,
  14029. .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge:active,
  14030. .button.lightgray.button-3d.button-xlarge:active {
  14031. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14032. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14033. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14034. }
  14035. .fusion-button.button-darkgray,
  14036. .fusion-button.button-darkgray.wpcf7-submit,
  14037. .button.darkgray {
  14038. background: #c0c0c0;
  14039. background-image: -webkit-gradient(linear, left bottom, left top, from(#9e9e9e), to(#c0c0c0));
  14040. background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c0c0c0);
  14041. background-image: -moz-linear-gradient(bottom, #9e9e9e, #c0c0c0);
  14042. background-image: -o-linear-gradient(bottom, #9e9e9e, #c0c0c0);
  14043. background-image: linear-gradient(to top, #9e9e9e, #c0c0c0);
  14044. border: 1px solid #434c50;
  14045. color: #434c50;
  14046. }
  14047. .fusion-button.button-darkgray .button-icon-divider-left,
  14048. .fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-left,
  14049. .button.darkgray .button-icon-divider-left,
  14050. .fusion-button.button-darkgray .button-icon-divider-right,
  14051. .fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-right,
  14052. .button.darkgray .button-icon-divider-right {
  14053. border-color: #434c50;
  14054. }
  14055. .fusion-button.button-darkgray:hover,
  14056. .fusion-button.button-darkgray.wpcf7-submit:hover,
  14057. .button.darkgray:hover,
  14058. .fusion-button.button-darkgray:focus,
  14059. .fusion-button.button-darkgray.wpcf7-submit:focus,
  14060. .button.darkgray:focus,
  14061. .fusion-button.button-darkgray:active,
  14062. .fusion-button.button-darkgray.wpcf7-submit:active,
  14063. .button.darkgray:active {
  14064. background: #9e9e9e;
  14065. background-image: -webkit-gradient(linear, left bottom, left top, from(#c0c0c0), to(#9e9e9e));
  14066. background-image: -webkit-linear-gradient(bottom, #c0c0c0, #9e9e9e);
  14067. background-image: -moz-linear-gradient(bottom, #c0c0c0, #9e9e9e);
  14068. background-image: -o-linear-gradient(bottom, #c0c0c0, #9e9e9e);
  14069. background-image: linear-gradient(to top, #c0c0c0, #9e9e9e);
  14070. border: 1px solid #434c50;
  14071. color: #434c50;
  14072. }
  14073. .fusion-button.button-darkgray:hover .button-icon-divider-left,
  14074. .fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-left,
  14075. .button.darkgray:hover .button-icon-divider-left,
  14076. .fusion-button.button-darkgray:focus .button-icon-divider-left,
  14077. .fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-left,
  14078. .button.darkgray:focus .button-icon-divider-left,
  14079. .fusion-button.button-darkgray:active .button-icon-divider-left,
  14080. .fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-left,
  14081. .button.darkgray:active .button-icon-divider-left,
  14082. .fusion-button.button-darkgray:hover .button-icon-divider-right,
  14083. .fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-right,
  14084. .button.darkgray:hover .button-icon-divider-right,
  14085. .fusion-button.button-darkgray:focus .button-icon-divider-right,
  14086. .fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-right,
  14087. .button.darkgray:focus .button-icon-divider-right,
  14088. .fusion-button.button-darkgray:active .button-icon-divider-right,
  14089. .fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-right,
  14090. .button.darkgray:active .button-icon-divider-right {
  14091. border-color: #434c50;
  14092. }
  14093. .no-cssgradients .fusion-button.button-darkgray:hover,
  14094. .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:hover,
  14095. .no-cssgradients .button.darkgray:hover,
  14096. .no-cssgradients .fusion-button.button-darkgray:focus,
  14097. .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:focus,
  14098. .no-cssgradients .button.darkgray:focus,
  14099. .no-cssgradients .fusion-button.button-darkgray:active,
  14100. .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:active,
  14101. .no-cssgradients .button.darkgray:active {
  14102. background-color: #9e9e9e;
  14103. }
  14104. .no-cssgradients .fusion-button.button-darkgray,
  14105. .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit,
  14106. .no-cssgradients .button.darkgray {
  14107. background-color: #c0c0c0;
  14108. }
  14109. .fusion-button.button-darkgray.button-3d.button-small,
  14110. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small,
  14111. .button.darkgray.button-3d.button-small {
  14112. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14113. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14114. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14115. }
  14116. .fusion-button.button-darkgray.button-3d.button-small:active,
  14117. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small:active,
  14118. .button.darkgray.button-3d.button-small:active {
  14119. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14120. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14121. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  14122. }
  14123. .fusion-button.button-darkgray.button-3d.button-medium,
  14124. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium,
  14125. .button.darkgray.button-3d.button-medium {
  14126. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14127. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14128. box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14129. }
  14130. .fusion-button.button-darkgray.button-3d.button-medium:active,
  14131. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium:active,
  14132. .button.darkgray.button-3d.button-medium:active {
  14133. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14134. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14135. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  14136. }
  14137. .fusion-button.button-darkgray.button-3d.button-large,
  14138. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large,
  14139. .button.darkgray.button-3d.button-large {
  14140. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14141. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14142. box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14143. }
  14144. .fusion-button.button-darkgray.button-3d.button-large:active,
  14145. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large:active,
  14146. .button.darkgray.button-3d.button-large:active {
  14147. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14148. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14149. box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  14150. }
  14151. .fusion-button.button-darkgray.button-3d.button-xlarge,
  14152. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge,
  14153. .button.darkgray.button-3d.button-xlarge {
  14154. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14155. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14156. box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14157. }
  14158. .fusion-button.button-darkgray.button-3d.button-xlarge:active,
  14159. .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge:active,
  14160. .button.darkgray.button-3d.button-xlarge:active {
  14161. -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14162. -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14163. box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  14164. }
  14165. .fusion-checklist {
  14166. list-style-type: none;
  14167. padding: 0;
  14168. margin: 0;
  14169. margin-top: 10px;
  14170. }
  14171. .fusion-checklist .fusion-li-item {
  14172. margin-bottom: 11px;
  14173. }
  14174. .fusion-checklist .icon-wrapper {
  14175. display: table;
  14176. float: left;
  14177. }
  14178. .fusion-checklist .fusion-li-icon {
  14179. display: table-cell;
  14180. vertical-align: middle;
  14181. text-align: center;
  14182. }
  14183. .fusion-checklist .size-small {
  14184. font-size: 13px;
  14185. line-height: 21px;
  14186. }
  14187. .fusion-checklist .size-small .icon-wrapper {
  14188. float: left;
  14189. margin-right: 9px;
  14190. height: 21px;
  14191. width: 21px;
  14192. }
  14193. .fusion-checklist .size-small .fusion-li-item-content {
  14194. display: block;
  14195. margin-left: 30px;
  14196. }
  14197. .fusion-checklist .size-small .circle-yes {
  14198. font-size: 10px;
  14199. }
  14200. .fusion-checklist .size-medium {
  14201. font-size: 18px;
  14202. line-height: 35px;
  14203. }
  14204. .fusion-checklist .size-medium .icon-wrapper {
  14205. margin-right: 15px;
  14206. height: 35px;
  14207. width: 35px;
  14208. }
  14209. .fusion-checklist .size-medium .fusion-li-item-content {
  14210. display: block;
  14211. margin-left: 50px;
  14212. }
  14213. .fusion-checklist .size-large {
  14214. font-size: 40px;
  14215. line-height: 70px;
  14216. }
  14217. .fusion-checklist .size-large .icon-wrapper {
  14218. margin-right: 25px;
  14219. height: 70px;
  14220. width: 70px;
  14221. }
  14222. .fusion-checklist .size-large .fusion-li-item-content {
  14223. display: block;
  14224. margin-left: 95px;
  14225. }
  14226. .fusion-checklist .circle-yes {
  14227. -webkit-border-radius: 50%;
  14228. -moz-border-radius: 50%;
  14229. border-radius: 50%;
  14230. -moz-background-clip: padding;
  14231. -webkit-background-clip: padding-box;
  14232. background-clip: padding-box;
  14233. background-color: #333333;
  14234. color: #fff;
  14235. text-align: center;
  14236. }
  14237. .fusion-clients-slider {
  14238. margin-bottom: 55px;
  14239. height: auto;
  14240. }
  14241. #wrapper .fusion-column.last {
  14242. margin-right: 0;
  14243. }
  14244. .fusion-column.fusion-one-sixth,
  14245. .fusion-column.fusion-five-sixth,
  14246. .fusion-column.fusion-one-fifth,
  14247. .fusion-column.fusion-two-fifth,
  14248. .fusion-column.fusion-three-fifth,
  14249. .fusion-column.fusion-four-fifth,
  14250. .fusion-column.fusion-one-fourth,
  14251. .fusion-column.fusion-three-fourth,
  14252. .fusion-column.fusion-one-third,
  14253. .fusion-column.fusion-two-third,
  14254. .fusion-column.fusion-one-half {
  14255. position: relative;
  14256. float: left;
  14257. margin-right: 4%;
  14258. margin-bottom: 20px;
  14259. }
  14260. .fusion-column.fusion-one-sixth {
  14261. width: 13.3333%;
  14262. }
  14263. .fusion-column.fusion-five-sixth {
  14264. width: 82.6666%;
  14265. }
  14266. .fusion-column.fusion-one-fifth {
  14267. width: 16.8%;
  14268. }
  14269. .fusion-column.fusion-two-fifth {
  14270. width: 37.6%;
  14271. }
  14272. .fusion-column.fusion-three-fifth {
  14273. width: 58.4%;
  14274. }
  14275. .fusion-column.fusion-four-fifth {
  14276. width: 79.2%;
  14277. }
  14278. .fusion-column.fusion-one-fourth {
  14279. width: 22%;
  14280. }
  14281. .fusion-column.fusion-three-fourth {
  14282. width: 74%;
  14283. }
  14284. .fusion-column.fusion-one-third {
  14285. width: 30.6666%;
  14286. }
  14287. .fusion-column.fusion-two-third {
  14288. width: 65.3333%;
  14289. }
  14290. .fusion-column.fusion-one-half {
  14291. width: 48%;
  14292. }
  14293. .fusion-column-last {
  14294. clear: right;
  14295. zoom: 1;
  14296. }
  14297. .fusion-column-last:before,
  14298. .fusion-column-last:after {
  14299. content: " ";
  14300. display: table;
  14301. }
  14302. .fusion-column-last:after {
  14303. clear: both;
  14304. }
  14305. .fusion-columns-5 .col-lg-2,
  14306. .fusion-columns-5 .col-md-2,
  14307. .fusion-columns-5 .col-sm-2,
  14308. .fusion-columns-5 .col-xs-2 {
  14309. width: 20%;
  14310. }
  14311. .fusion-content-boxes {
  14312. margin-bottom: 60px;
  14313. }
  14314. .fusion-content-boxes .fusion-column {
  14315. margin-bottom: 20px;
  14316. }
  14317. .fusion-content-boxes .heading {
  14318. overflow: hidden;
  14319. margin-bottom: 15px;
  14320. }
  14321. .fusion-content-boxes .heading .heading-link:hover .content-box-heading {
  14322. color: #a0ce4e;
  14323. }
  14324. .fusion-content-boxes .heading .heading-link:hover .fontawesome-icon {
  14325. background-color: #a0ce4e;
  14326. border-color: #a0ce4e;
  14327. }
  14328. .fusion-content-boxes .heading .content-box-heading {
  14329. margin: 0;
  14330. }
  14331. .fusion-content-boxes .heading img {
  14332. float: none;
  14333. }
  14334. .fusion-content-boxes .content-container .read-more {
  14335. display: block;
  14336. margin-top: 18px;
  14337. /* General styles in base.less */
  14338. }
  14339. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon,
  14340. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon {
  14341. display: table;
  14342. width: auto;
  14343. }
  14344. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .heading-link,
  14345. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .heading-link {
  14346. display: block;
  14347. }
  14348. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon,
  14349. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .icon,
  14350. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image,
  14351. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .image {
  14352. display: table-cell;
  14353. vertical-align: middle;
  14354. float: none;
  14355. }
  14356. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon img,
  14357. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon img {
  14358. margin-right: 10px;
  14359. }
  14360. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
  14361. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
  14362. display: block;
  14363. float: none;
  14364. margin-right: 10px;
  14365. }
  14366. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.small,
  14367. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.small {
  14368. height: 35px;
  14369. width: 35px;
  14370. line-height: 35px;
  14371. font-size: 18px;
  14372. }
  14373. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.medium,
  14374. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.medium {
  14375. height: 50px;
  14376. width: 50px;
  14377. line-height: 50px;
  14378. font-size: 21px;
  14379. }
  14380. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.large,
  14381. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.large {
  14382. width: 65px;
  14383. height: 65px;
  14384. line-height: 65px;
  14385. font-size: 24px;
  14386. }
  14387. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading,
  14388. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
  14389. display: table-cell;
  14390. vertical-align: middle;
  14391. line-height: normal;
  14392. }
  14393. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right,
  14394. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right {
  14395. float: right !important;
  14396. }
  14397. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon,
  14398. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon,
  14399. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .image,
  14400. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image {
  14401. float: none;
  14402. padding-left: 10px !important;
  14403. }
  14404. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon i,
  14405. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon i {
  14406. margin-right: 0px !important;
  14407. }
  14408. .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .content-box-heading,
  14409. .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .content-box-heading {
  14410. float: none !important;
  14411. line-height: 27px !important;
  14412. text-align: right;
  14413. }
  14414. .fusion-content-boxes.content-boxes-icon-with-title .content-container .read-more,
  14415. .fusion-content-boxes.content-boxes-icon-on-side .content-container .read-more {
  14416. /* General styles in base.less */
  14417. }
  14418. .fusion-content-boxes.content-boxes-icon-on-side .heading {
  14419. margin-bottom: 10px;
  14420. }
  14421. .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-small {
  14422. padding-left: 45px;
  14423. }
  14424. .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-medium {
  14425. padding-left: 60px;
  14426. }
  14427. .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-large {
  14428. padding-left: 75px;
  14429. }
  14430. .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container {
  14431. padding-left: 0px !important;
  14432. }
  14433. .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-small {
  14434. padding-right: 45px;
  14435. }
  14436. .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-medium {
  14437. padding-right: 60px;
  14438. }
  14439. .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-large {
  14440. padding-right: 75px;
  14441. }
  14442. .fusion-content-boxes.content-boxes-icon-on-top .heading {
  14443. text-align: center;
  14444. }
  14445. .fusion-content-boxes.content-boxes-icon-on-top .heading .icon {
  14446. margin-bottom: 7px;
  14447. }
  14448. .fusion-content-boxes.content-boxes-icon-on-top .heading .fontawesome-icon {
  14449. display: block;
  14450. float: none;
  14451. margin: 0 auto;
  14452. height: 64px;
  14453. width: 64px;
  14454. line-height: 64px;
  14455. font-size: 24px;
  14456. }
  14457. .fusion-content-boxes.content-boxes-icon-on-top .heading i.small {
  14458. height: 35px;
  14459. width: 35px;
  14460. line-height: 35px;
  14461. font-size: 18px;
  14462. }
  14463. .fusion-content-boxes.content-boxes-icon-on-top .heading i.medium {
  14464. height: 50px;
  14465. width: 50px;
  14466. line-height: 50px;
  14467. font-size: 21px;
  14468. }
  14469. .fusion-content-boxes.content-boxes-icon-on-top .heading i.large {
  14470. width: 65px;
  14471. height: 65px;
  14472. line-height: 65px;
  14473. font-size: 24px;
  14474. }
  14475. .fusion-content-boxes.content-boxes-icon-on-top .heading img {
  14476. margin-bottom: 20px;
  14477. }
  14478. .fusion-content-boxes.content-boxes-icon-on-top .content-container,
  14479. .fusion-content-boxes.content-boxes-icon-on-top .read-more {
  14480. text-align: center;
  14481. }
  14482. .fusion-content-boxes.content-boxes-icon-boxed {
  14483. overflow: visible;
  14484. }
  14485. .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
  14486. overflow: visible;
  14487. padding: 50px 18px 18px 18px;
  14488. text-align: center;
  14489. }
  14490. .fusion-content-boxes.content-boxes-icon-boxed .heading {
  14491. overflow: visible;
  14492. position: relative;
  14493. text-align: center;
  14494. }
  14495. .fusion-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
  14496. display: block;
  14497. position: absolute;
  14498. left: 50%;
  14499. top: -80px;
  14500. float: none;
  14501. margin-left: -32px;
  14502. height: 64px;
  14503. width: 64px;
  14504. line-height: 64px;
  14505. font-size: 24px;
  14506. }
  14507. .fusion-content-boxes.content-boxes-icon-boxed .heading i.small {
  14508. height: 35px;
  14509. width: 35px;
  14510. line-height: 35px;
  14511. font-size: 18px;
  14512. top: -67px;
  14513. margin-left: -17px;
  14514. }
  14515. .fusion-content-boxes.content-boxes-icon-boxed .heading i.medium {
  14516. height: 50px;
  14517. width: 50px;
  14518. line-height: 50px;
  14519. font-size: 21px;
  14520. top: -76px;
  14521. margin-left: -25px;
  14522. }
  14523. .fusion-content-boxes.content-boxes-icon-boxed .heading i.large {
  14524. width: 65px;
  14525. height: 65px;
  14526. line-height: 65px;
  14527. font-size: 24px;
  14528. top: -85px;
  14529. }
  14530. .fusion-content-boxes.content-boxes-icon-boxed .heading .image {
  14531. display: block;
  14532. position: absolute;
  14533. left: 50%;
  14534. }
  14535. .fusion-content-boxes.content-boxes-icon-boxed .content-container,
  14536. .fusion-content-boxes.content-boxes-icon-boxed .read-more {
  14537. text-align: center;
  14538. }
  14539. .fusion-counters-circle {
  14540. margin-bottom: 20px;
  14541. text-align: center;
  14542. }
  14543. .fusion-counters-circle .counter-circle-wrapper {
  14544. display: inline-block;
  14545. position: relative;
  14546. margin-bottom: 20px;
  14547. margin-right: 15px;
  14548. vertical-align: middle;
  14549. height: 220px;
  14550. width: 220px;
  14551. text-align: center;
  14552. }
  14553. .fusion-counters-circle .counter-circle {
  14554. position: relative;
  14555. height: 220px;
  14556. width: 220px;
  14557. text-align: center;
  14558. line-height: 220px;
  14559. font-size: 50px;
  14560. }
  14561. .fusion-counters-circle .counter-circle .fontawesome-icon {
  14562. float: none;
  14563. margin: 0;
  14564. font-size: 50px;
  14565. }
  14566. .fusion-counters-circle .counter-circle canvas {
  14567. position: absolute;
  14568. left: 0;
  14569. top: 0;
  14570. }
  14571. .fusion-counters-circle :last-child {
  14572. margin-right: 0;
  14573. }
  14574. .fusion-counters-box.row {
  14575. margin-left: -7px;
  14576. margin-right: -7px;
  14577. }
  14578. .fusion-counters-box .fusion-counter-box {
  14579. padding: 0 7px;
  14580. margin-bottom: 7px;
  14581. text-align: center;
  14582. }
  14583. .fusion-counters-box .fusion-counter-box .counter-box-container {
  14584. padding: 20px 20px;
  14585. }
  14586. .fusion-counters-box .fusion-counter-box .counter-box-border {
  14587. border: 1px solid #e5e4e3;
  14588. }
  14589. .fusion-counters-box .content-box-counter {
  14590. color: #a0ce4e;
  14591. font-size: 50px;
  14592. line-height: 50px;
  14593. }
  14594. .fusion-counters-box .counter-box-icon {
  14595. float: none;
  14596. margin-top: -8px;
  14597. vertical-align: middle;
  14598. color: inherit;
  14599. }
  14600. .fusion-dropcap {
  14601. position: relative;
  14602. top: 4px;
  14603. float: left;
  14604. margin-right: 6px;
  14605. padding: 0;
  14606. line-height: 52px;
  14607. color: #a0ce4e;
  14608. font-size: 60px;
  14609. text-transform: uppercase;
  14610. }
  14611. .fusion-dropcap.dropcap-boxed {
  14612. height: 51px;
  14613. width: 51px;
  14614. -webkit-border-radius: 8px;
  14615. -moz-border-radius: 8px;
  14616. border-radius: 8px;
  14617. -moz-background-clip: padding;
  14618. -webkit-background-clip: padding-box;
  14619. background-clip: padding-box;
  14620. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  14621. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  14622. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  14623. color: #fff;
  14624. font-size: 45px;
  14625. text-align: center;
  14626. text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.35);
  14627. }
  14628. .fusion-flexslider {
  14629. position: relative;
  14630. margin-bottom: 0px;
  14631. padding: 0;
  14632. background-color: transparent;
  14633. overflow: hidden;
  14634. }
  14635. .fusion-flexslider .slides,
  14636. .fusion-flexslider .flex-control-nav,
  14637. .fusion-flexslider .flex-direction-nav {
  14638. z-index: 100;
  14639. margin: 0;
  14640. padding: 0;
  14641. list-style: none;
  14642. }
  14643. .fusion-flexslider .slides {
  14644. overflow: hidden;
  14645. }
  14646. .fusion-flexslider .slides li {
  14647. display: none;
  14648. }
  14649. .fusion-flexslider .slides img {
  14650. display: block;
  14651. width: 100%;
  14652. }
  14653. .fusion-flexslider .flex-control-nav {
  14654. position: absolute;
  14655. bottom: 0;
  14656. width: 100%;
  14657. text-align: center;
  14658. }
  14659. .fusion-flexslider .flex-direction-nav a {
  14660. z-index: 100;
  14661. position: absolute;
  14662. top: 50%;
  14663. overflow: hidden;
  14664. margin: -20px 0 0;
  14665. width: 30px;
  14666. height: 30px;
  14667. text-align: center;
  14668. line-height: 30px;
  14669. background-color: rgba(0, 0, 0, 0.5);
  14670. background-repeat: no-repeat;
  14671. cursor: pointer;
  14672. opacity: 0;
  14673. font-size: 14px;
  14674. font-weight: normal;
  14675. font-family: IcoMoon;
  14676. -webkit-font-smoothing: none;
  14677. color: #fff;
  14678. -webkit-transition: all .3s ease;
  14679. -moz-transition: all .3s ease;
  14680. -o-transition: opacity all .3s ease;
  14681. transition: opacity all .3s ease;
  14682. }
  14683. .fusion-flexslider .flex-direction-nav .flex-next {
  14684. right: 0px;
  14685. }
  14686. .fusion-flexslider .flex-direction-nav .flex-prev {
  14687. left: 0px;
  14688. }
  14689. .fusion-flexslider:hover .flex-direction-nav .flex-next,
  14690. .fusion-flexslider:hover .flex-direction-nav .flex-prev {
  14691. opacity: 0.8;
  14692. }
  14693. .fusion-flexslider:hover .flex-direction-nav .flex-next:hover,
  14694. .fusion-flexslider:hover .flex-direction-nav .flex-prev:hover {
  14695. opacity: 1;
  14696. }
  14697. .fusion-flexslider:hover .flex-direction-nav .flex-disabled {
  14698. display: none;
  14699. opacity: 0;
  14700. cursor: default;
  14701. }
  14702. .fusion-flexslider.flexslider-attachments {
  14703. overflow: visible;
  14704. }
  14705. .fusion-flexslider.flexslider-attachments .flex-direction-nav a {
  14706. background-color: rgba(0, 0, 0, 0.5);
  14707. width: 30px;
  14708. height: 30px;
  14709. margin-top: -55px;
  14710. text-align: center;
  14711. line-height: 30px;
  14712. }
  14713. .fusion-flexslider.flexslider-attachments .flex-direction-nav a:before {
  14714. color: #fff;
  14715. }
  14716. .fusion-flexslider.flexslider-attachments .flex-control-thumbs li {
  14717. width: 60px;
  14718. margin: 5px;
  14719. float: none;
  14720. }
  14721. .fusion-flexslider.flexslider-default .flex-direction-nav a {
  14722. background-color: rgba(0, 0, 0, 0.5);
  14723. width: 60px;
  14724. height: 60px;
  14725. margin-top: -30px;
  14726. text-align: center;
  14727. line-height: 60px;
  14728. font-size: 30px;
  14729. }
  14730. .fusion-flexslider.flexslider-posts .flex-direction-nav a {
  14731. background-color: rgba(0, 0, 0, 0.5);
  14732. width: 30px;
  14733. height: 30px;
  14734. margin-top: -15px;
  14735. text-align: center;
  14736. line-height: 30px;
  14737. }
  14738. .fusion-flexslider.flexslider-posts .slide-excerpt {
  14739. position: absolute;
  14740. bottom: 20%;
  14741. }
  14742. .fusion-flexslider.flexslider-posts .slide-excerpt h2 {
  14743. color: #FFF;
  14744. background: rgba(0, 0, 0, 0.8);
  14745. padding: 10px 15px;
  14746. margin: 0;
  14747. }
  14748. .fusion-flexslider.flexslider-posts .slide-excerpt h2 a {
  14749. color: #fff;
  14750. }
  14751. .fusion-flexslider.flexslider-posts .slide-excerpt p {
  14752. color: #FFF;
  14753. background: rgba(0, 0, 0, 0.8);
  14754. padding: 15px 15px;
  14755. }
  14756. .fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
  14757. background-color: rgba(0, 0, 0, 0.5);
  14758. width: 30px;
  14759. height: 30px;
  14760. margin-top: -15px;
  14761. text-align: center;
  14762. line-height: 30px;
  14763. }
  14764. .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
  14765. position: absolute;
  14766. left: 0;
  14767. top: 0;
  14768. bottom: 0;
  14769. padding: 5%;
  14770. width: 30%;
  14771. -moz-box-sizing: content-box;
  14772. box-sizing: content-box;
  14773. background: rgba(0, 0, 0, 0.7);
  14774. color: #fff;
  14775. }
  14776. .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
  14777. overflow: hidden;
  14778. height: 100%;
  14779. }
  14780. .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
  14781. color: #fff;
  14782. padding: 10px 15px;
  14783. margin: 0;
  14784. }
  14785. .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
  14786. color: #fff;
  14787. }
  14788. .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
  14789. color: #fff;
  14790. padding: 15px 15px;
  14791. }
  14792. .flexslider-attachments .flex-control-nav {
  14793. position: relative;
  14794. margin-top: 10px;
  14795. }
  14796. .post-slideshow {
  14797. margin-bottom: 30px;
  14798. }
  14799. .fusion-flip-boxes {
  14800. margin-bottom: 25px;
  14801. }
  14802. .fusion-flip-box {
  14803. position: relative;
  14804. z-index: 1;
  14805. padding: 0;
  14806. margin: 0;
  14807. -webkit-backface-visibility: hidden;
  14808. -moz-backface-visibility: hidden;
  14809. -o-backface-visibility: hidden;
  14810. backface-visibility: hidden;
  14811. }
  14812. .fusion-flip-box .flip-box-inner-wrapper {
  14813. position: relative;
  14814. margin-bottom: 15px;
  14815. }
  14816. .fusion-flip-box .flip-box-front,
  14817. .fusion-flip-box .flip-box-back {
  14818. -webkit-perspective: 600px;
  14819. -moz-perspective: 600px;
  14820. -ms-perspective: 600px;
  14821. perspective: 600px;
  14822. padding: 27px 20px 27px 20px;
  14823. text-align: center;
  14824. -webkit-backface-visibility: hidden;
  14825. -moz-backface-visibility: hidden;
  14826. -o-backface-visibility: hidden;
  14827. backface-visibility: hidden;
  14828. -moz-background-clip: padding;
  14829. -webkit-background-clip: padding-box;
  14830. background-clip: padding-box;
  14831. -webkit-transform-style: preserve-3d;
  14832. -moz-transform-style: preserve-3d;
  14833. -ms-transform-style: preserve-3d;
  14834. transform-style: preserve-3d;
  14835. webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
  14836. -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s !important;
  14837. -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
  14838. transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
  14839. }
  14840. .fusion-flip-box .flip-box-front {
  14841. -webkit-transform: rotateY(0deg);
  14842. -moz-transform: rotateY(0deg);
  14843. -ms-transform: rotateY(0deg);
  14844. -o-transform: rotateY(0deg);
  14845. transform: rotateY(0deg);
  14846. z-index: 10;
  14847. }
  14848. .fusion-flip-box .flip-box-back {
  14849. position: absolute;
  14850. left: 0;
  14851. top: 0;
  14852. height: auto;
  14853. width: 100%;
  14854. -webkit-transform: rotateY(-180deg);
  14855. -moz-transform: rotateY(-180deg);
  14856. -ms-transform: rotateY(-180deg);
  14857. -o-transform: rotateY(-180deg);
  14858. transform: rotateY(-180deg);
  14859. z-index: -1;
  14860. }
  14861. .fusion-flip-box .flip-box-back .fusion-button {
  14862. display: block;
  14863. margin: 20px auto 0 auto;
  14864. }
  14865. .fusion-flip-box.hover .flip-box-back {
  14866. -webkit-transform: rotateY(0deg);
  14867. -moz-transform: rotateY(0deg);
  14868. -ms-transform: rotateY(0deg);
  14869. -o-transform: rotateY(0deg);
  14870. transform: rotateY(0deg);
  14871. z-index: 10;
  14872. }
  14873. .fusion-flip-box.hover .flip-box-front {
  14874. z-index: -1;
  14875. -webkit-transform: rotateY(180deg);
  14876. -moz-transform: rotateY(180deg);
  14877. -ms-transform: rotateY(180deg);
  14878. -o-transform: rotateY(180deg);
  14879. transform: rotateY(180deg);
  14880. }
  14881. .fusion-flip-box.hover .flip-box-front .flip-box-grafix i:before {
  14882. display: none;
  14883. }
  14884. .fusion-flip-box .flip-box-grafix {
  14885. display: table;
  14886. margin: 0 auto;
  14887. margin-bottom: 10px;
  14888. }
  14889. .fusion-flip-box .flip-box-circle {
  14890. height: 64px;
  14891. width: 64px;
  14892. border: 1px solid;
  14893. border-radius: 50%;
  14894. }
  14895. .fusion-flip-box .flip-box-circle i {
  14896. display: table-cell;
  14897. vertical-align: middle;
  14898. font-size: 24px;
  14899. }
  14900. .fusion-flip-box .flip-box-no-circle i {
  14901. font-size: 60px;
  14902. }
  14903. .fusion-flip-box .flip-box-heading {
  14904. margin-bottom: 15px;
  14905. }
  14906. .fusion-flip-box .flip-box-heading.without-text {
  14907. margin-bottom: 0;
  14908. }
  14909. .fusion-flip-box .flip-box-heading-back {
  14910. margin-bottom: 15px;
  14911. margin-top: 0;
  14912. font-size: 14px;
  14913. text-transform: uppercase;
  14914. }
  14915. .fusion-flip-box .finished-animating {
  14916. -webkit-transition: none !important;
  14917. -moz-transition: none !important;
  14918. -o-transition: none !important;
  14919. transition: none !important;
  14920. -webkit-animation: none !important;
  14921. -moz-animation: none !important;
  14922. -o-animation: none !important;
  14923. animation: none !important;
  14924. }
  14925. .fontawesome-icon {
  14926. display: inline-block;
  14927. float: left;
  14928. margin-right: 10px;
  14929. }
  14930. .fontawesome-icon.circle-yes {
  14931. -webkit-border-radius: 50%;
  14932. -moz-border-radius: 50%;
  14933. border-radius: 50%;
  14934. -moz-background-clip: padding;
  14935. -webkit-background-clip: padding-box;
  14936. background-clip: padding-box;
  14937. -moz-background-clip: inherit;
  14938. -webkit-background-clip: inherit;
  14939. background-clip: inherit;
  14940. border-width: 1px;
  14941. border-style: solid;
  14942. background-color: #333333;
  14943. color: #fff;
  14944. text-align: center;
  14945. margin-top: 2px;
  14946. }
  14947. .fontawesome-icon.size-large {
  14948. font-size: 40px;
  14949. }
  14950. .fontawesome-icon.size-large.circle-yes {
  14951. width: 70px;
  14952. height: 70px;
  14953. line-height: 70px;
  14954. }
  14955. .fontawesome-icon.size-medium {
  14956. font-size: 18px;
  14957. }
  14958. .fontawesome-icon.size-medium.circle-yes {
  14959. width: 35px;
  14960. height: 35px;
  14961. line-height: 35px;
  14962. }
  14963. .fontawesome-icon.size-small {
  14964. font-size: 10px;
  14965. }
  14966. .fontawesome-icon.size-small.circle-yes {
  14967. width: 18px;
  14968. height: 18px;
  14969. line-height: 18px;
  14970. }
  14971. .fontawesome-icon.circle-no.size-large {
  14972. margin-top: 2px;
  14973. }
  14974. .fontawesome-icon.circle-no.size-medium {
  14975. margin-top: 3px;
  14976. }
  14977. .fontawesome-icon.circle-no.size-small {
  14978. margin-top: 5px;
  14979. }
  14980. .fullwidth-box.video-background {
  14981. position: relative;
  14982. }
  14983. .fullwidth-box.video-background .fullwidth-overlay {
  14984. position: absolute;
  14985. top: 0;
  14986. left: 0;
  14987. z-index: 5;
  14988. height: 100%;
  14989. width: 100%;
  14990. }
  14991. .fullwidth-box.video-background .fullwidth-video {
  14992. position: absolute;
  14993. top: 0;
  14994. left: 0;
  14995. z-index: 1;
  14996. min-height: 100%;
  14997. min-width: 100%;
  14998. -webkit-transform-style: preserve-3d;
  14999. }
  15000. .fullwidth-box.video-background .fullwidth-video video {
  15001. position: absolute;
  15002. top: 0;
  15003. left: 0;
  15004. z-index: 1;
  15005. min-height: 100%;
  15006. min-width: 100%;
  15007. }
  15008. .fullwidth-box.video-background .avada-row {
  15009. position: relative;
  15010. z-index: 10;
  15011. }
  15012. .fullwidth-box.video-background .fullwidth-video-image {
  15013. display: none;
  15014. }
  15015. .ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
  15016. width: 100%;
  15017. height: 100%;
  15018. display: block;
  15019. z-index: 2;
  15020. background-size: cover;
  15021. -moz-background-size: cover;
  15022. -webkit-background-size: cover;
  15023. -o-background-size: cover;
  15024. background-position: center center;
  15025. position: absolute;
  15026. top: 0;
  15027. left: 0;
  15028. }
  15029. .fullwidth-box.faded-background {
  15030. position: relative;
  15031. overflow: hidden;
  15032. }
  15033. .fullwidth-box.faded-background .fullwidth-faded {
  15034. position: absolute;
  15035. top: 0;
  15036. left: 0;
  15037. z-index: 1;
  15038. min-height: 100%;
  15039. min-width: 100%;
  15040. }
  15041. .fullwidth-box.faded-background .avada-row {
  15042. position: relative;
  15043. z-index: 10;
  15044. }
  15045. .hundred-percent-fullwidth {
  15046. padding-left: 0px !important;
  15047. padding-right: 0px !important;
  15048. }
  15049. .hundred-percent-fullwidth .avada-row {
  15050. max-width: none !important;
  15051. }
  15052. .ua-safari .fullwidth-box.faded-background .fullwidth-faded {
  15053. -webkit-transform: translate3d(0, 0, 0);
  15054. }
  15055. .ua-safari.ua-mobile .fullwidth-box.faded-background .fullwidth-faded {
  15056. -webkit-transform: none;
  15057. }
  15058. .fusion-google-map img {
  15059. max-width: none;
  15060. }
  15061. .fusion-google-map .fusion-info-box {
  15062. padding: 5px;
  15063. -webkit-border-radius: 5px;
  15064. -moz-border-radius: 5px;
  15065. border-radius: 5px;
  15066. -moz-background-clip: padding;
  15067. -webkit-background-clip: padding-box;
  15068. background-clip: padding-box;
  15069. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  15070. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  15071. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  15072. background-color: #a0ce4e;
  15073. color: #fff;
  15074. font-size: 13px;
  15075. }
  15076. .fusion-highlight {
  15077. padding: 0.1em 0.3em;
  15078. line-height: 1.7em;
  15079. }
  15080. .fusion-highlight.rounded {
  15081. -webkit-border-radius: 4px;
  15082. -moz-border-radius: 4px;
  15083. border-radius: 4px;
  15084. -moz-background-clip: padding;
  15085. -webkit-background-clip: padding-box;
  15086. background-clip: padding-box;
  15087. }
  15088. .fusion-highlight.dark {
  15089. color: #ccc;
  15090. }
  15091. .fusion-imageframe {
  15092. display: inline-block;
  15093. z-index: 1;
  15094. position: relative;
  15095. max-width: 100%;
  15096. }
  15097. .fusion-imageframe.element-bottomshadow:before,
  15098. .fusion-imageframe.element-bottomshadow:after {
  15099. opacity: 0.4;
  15100. }
  15101. .fusion-imageframe.element-bottomshadow img {
  15102. margin: 0;
  15103. }
  15104. /* bottom shadow classes in taglinebox.less */
  15105. .imageframe-align-center {
  15106. text-align: center;
  15107. }
  15108. .fusion-image-carousel {
  15109. overflow: hidden;
  15110. margin-bottom: 40px;
  15111. padding: 0;
  15112. height: auto;
  15113. }
  15114. .es-carousel-wrapper {
  15115. overflow: hidden;
  15116. position: relative;
  15117. padding: 0;
  15118. background: transparent;
  15119. }
  15120. .es-carousel-wrapper .es-carousel {
  15121. overflow: hidden;
  15122. }
  15123. .es-carousel-wrapper .es-carousel ul {
  15124. margin: 0;
  15125. padding: 0;
  15126. list-style: none;
  15127. }
  15128. .es-carousel-wrapper .es-carousel ul li {
  15129. display: block;
  15130. float: left;
  15131. padding: 0;
  15132. }
  15133. .es-carousel-wrapper .es-carousel ul li .image {
  15134. margin-bottom: 0;
  15135. text-align: center;
  15136. visibility: hidden;
  15137. }
  15138. .es-carousel-wrapper .es-carousel ul li > a {
  15139. display: block;
  15140. }
  15141. .es-carousel-wrapper .es-carousel ul li img {
  15142. vertical-align: middle;
  15143. margin: 0 auto;
  15144. }
  15145. .es-carousel-wrapper .es-nav .es-nav-prev,
  15146. .es-carousel-wrapper .es-nav .es-nav-next {
  15147. text-align: center;
  15148. }
  15149. .es-carousel-wrapper .es-nav .es-nav-prev:before,
  15150. .es-carousel-wrapper .es-nav .es-nav-next:before {
  15151. display: block;
  15152. position: relative;
  15153. line-height: 29px;
  15154. font-size: 14px;
  15155. color: #fff;
  15156. font-family: IcoMoon;
  15157. }
  15158. .es-carousel-wrapper .es-nav .es-nav-prev:before {
  15159. content: '\f104';
  15160. }
  15161. .es-carousel-wrapper .es-nav .es-nav-next:before {
  15162. content: '\f105';
  15163. }
  15164. .es-carousel-wrapper.fusion-carousel-small .es-carousel {
  15165. padding-left: 13px;
  15166. }
  15167. .es-carousel-wrapper.fusion-carousel-small .es-carousel ul li {
  15168. margin-right: 13px;
  15169. }
  15170. .es-carousel-wrapper.fusion-carousel-small .es-carousel ul li .image {
  15171. height: 118px;
  15172. width: 159px;
  15173. line-height: 118px;
  15174. }
  15175. .es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img {
  15176. max-height: 115px;
  15177. border: 1px solid #e9eaee;
  15178. }
  15179. .es-carousel-wrapper.fusion-carousel-large .es-carousel {
  15180. padding-left: 44px;
  15181. }
  15182. .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li {
  15183. margin-right: 44px;
  15184. height: 100%;
  15185. }
  15186. .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li .image {
  15187. height: 138px;
  15188. width: 180px;
  15189. line-height: 138px;
  15190. }
  15191. .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li .image .image-extras-content {
  15192. line-height: normal;
  15193. }
  15194. .simple-products-slider-variable .es-carousel-wrapper .es-carousel,
  15195. .picture-size-auto .es-carousel-wrapper .es-carousel {
  15196. padding-left: 13px;
  15197. }
  15198. .simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li,
  15199. .picture-size-auto .es-carousel-wrapper .es-carousel ul li {
  15200. margin-right: 13px;
  15201. }
  15202. .simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li .image,
  15203. .picture-size-auto .es-carousel-wrapper .es-carousel ul li .image {
  15204. height: auto;
  15205. width: 159px;
  15206. line-height: auto;
  15207. }
  15208. .simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li img,
  15209. .picture-size-auto .es-carousel-wrapper .es-carousel ul li img {
  15210. max-height: none;
  15211. border: 1px solid #e9eaee;
  15212. }
  15213. .picture-size-auto .es-carousel-wrapper.fusion-carousel-large .es-carousel {
  15214. padding-left: 44px;
  15215. }
  15216. .picture-size-auto .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li {
  15217. margin-right: 44px;
  15218. height: 100%;
  15219. }
  15220. .picture-size-auto .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li .image {
  15221. height: auto;
  15222. width: 180px;
  15223. line-height: 138px;
  15224. }
  15225. .picture-size-auto .es-carousel-wrapper.fusion-carousel-large .es-carousel ul li .image .image-extras-content {
  15226. line-height: initial;
  15227. }
  15228. .modal-dialog {
  15229. margin-top: 60px;
  15230. }
  15231. .fusion-modal .modal-header {
  15232. min-height: 54px;
  15233. }
  15234. .fusion-modal .modal-title {
  15235. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  15236. }
  15237. .fusion-modal .close {
  15238. font-size: 30px;
  15239. margin-top: -5px;
  15240. }
  15241. .fusion-modal .fusion-separator {
  15242. width: 100% !important;
  15243. }
  15244. .fusion-person .person-shortcode-image-wrapper {
  15245. text-align: center;
  15246. }
  15247. .fusion-person .person-imgage-container {
  15248. display: inline-block;
  15249. z-index: 1;
  15250. max-width: 100%;
  15251. }
  15252. .fusion-person .person-imgage-container.glow {
  15253. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  15254. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  15255. box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  15256. }
  15257. .fusion-person .person-imgage-container.dropshadow {
  15258. -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  15259. -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  15260. box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  15261. }
  15262. .fusion-person .person-desc {
  15263. margin-top: 25px;
  15264. }
  15265. .fusion-person .person-desc .person-author {
  15266. display: table;
  15267. width: 100%;
  15268. }
  15269. .fusion-person .person-desc .person-author .person-author-wrapper,
  15270. .fusion-person .person-desc .person-author .fusion-social-networks {
  15271. display: table-cell;
  15272. vertical-align: middle;
  15273. float: none;
  15274. }
  15275. .fusion-person .person-desc .person-author .person-author-wrapper {
  15276. min-width: 50%;
  15277. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  15278. }
  15279. .fusion-person .person-desc .person-author .fusion-social-networks {
  15280. max-width: 50%;
  15281. text-align: right;
  15282. }
  15283. .fusion-person .person-desc .person-author .fusion-social-networks a:first-child {
  15284. margin-left: 0;
  15285. }
  15286. .fusion-person .person-desc .person-author .fusion-social-networks a {
  15287. margin-bottom: 10px;
  15288. margin-right: 0;
  15289. margin-left: 20px;
  15290. }
  15291. .fusion-person .person-desc .person-author .boxed-icons a {
  15292. margin-left: 10px;
  15293. }
  15294. .fusion-person .person-desc .person-author .person-name,
  15295. .fusion-person .person-desc .person-author .person-title {
  15296. display: block;
  15297. }
  15298. .fusion-person .person-content {
  15299. margin-top: 25px;
  15300. }
  15301. .fusion-popover {
  15302. cursor: pointer;
  15303. color: #a0ce4e;
  15304. }
  15305. .popover {
  15306. padding: 0;
  15307. }
  15308. .fusion-pricing-table {
  15309. margin: 0 0 20px 0;
  15310. -moz-box-sizing: border-box;
  15311. box-sizing: border-box;
  15312. }
  15313. .fusion-pricing-table * {
  15314. -moz-box-sizing: border-box;
  15315. box-sizing: border-box;
  15316. }
  15317. .fusion-pricing-table .fusion-panel {
  15318. overflow: hidden;
  15319. margin: 0;
  15320. background-color: #ffffff;
  15321. box-shadow: none;
  15322. -webkit-border-radius: 0;
  15323. -moz-border-radius: 0;
  15324. border-radius: 0;
  15325. -moz-background-clip: padding;
  15326. -webkit-background-clip: padding-box;
  15327. background-clip: padding-box;
  15328. border: 1px solid #e5e4e3;
  15329. }
  15330. .fusion-pricing-table .panel-heading {
  15331. padding: 15px 15px;
  15332. -webkit-border-radius: 0;
  15333. -moz-border-radius: 0;
  15334. border-radius: 0;
  15335. -moz-background-clip: padding;
  15336. -webkit-background-clip: padding-box;
  15337. background-clip: padding-box;
  15338. border-bottom: 1px solid #e5e4e3;
  15339. text-align: center;
  15340. }
  15341. .fusion-pricing-table .panel-heading h3 {
  15342. margin: 0;
  15343. }
  15344. .fusion-pricing-table .panel-body {
  15345. padding: 15px;
  15346. background-color: #f8f8f8;
  15347. text-align: center;
  15348. }
  15349. .fusion-pricing-table .panel-body .price {
  15350. position: relative;
  15351. }
  15352. .fusion-pricing-table .panel-body .price .currency {
  15353. position: relative;
  15354. color: #505050;
  15355. }
  15356. .fusion-pricing-table .panel-body .price .currency.pos-right {
  15357. top: 0;
  15358. margin-left: -12px;
  15359. font-size: 32px;
  15360. }
  15361. .fusion-pricing-table .panel-body .price .currency.pos-right.price-without-decimal {
  15362. margin-left: 0;
  15363. }
  15364. .fusion-pricing-table .panel-body .price .integer-part {
  15365. display: inline;
  15366. font-weight: bold;
  15367. color: #a0ce4e;
  15368. line-height: normal;
  15369. }
  15370. .fusion-pricing-table .panel-body .price .decimal-part {
  15371. position: relative;
  15372. top: -30px;
  15373. font-weight: bold;
  15374. color: #a0ce4e;
  15375. }
  15376. .fusion-pricing-table .panel-body .price .time {
  15377. position: relative;
  15378. font-style: italic;
  15379. color: #888888;
  15380. margin-left: -14px;
  15381. }
  15382. .fusion-pricing-table .panel-body .price .time.price-without-decimal {
  15383. margin-left: 0;
  15384. }
  15385. .fusion-pricing-table .panel-body .price .time.pos-right {
  15386. margin-left: 12px;
  15387. }
  15388. .fusion-pricing-table .list-group {
  15389. margin: 0;
  15390. padding: 0;
  15391. }
  15392. .fusion-pricing-table .list-group-item {
  15393. display: block;
  15394. position: relative;
  15395. padding: 15px;
  15396. background: none;
  15397. border-radius: 0;
  15398. border-top: 1px solid #e5e4e3;
  15399. text-align: center;
  15400. }
  15401. .fusion-pricing-table .list-group-item:last-child {
  15402. border-bottom: 1px solid #e5e4e3;
  15403. }
  15404. .fusion-pricing-table .panel-footer {
  15405. padding: 15px;
  15406. background-color: #f8f8f8;
  15407. -webkit-border-radius: 0;
  15408. -moz-border-radius: 0;
  15409. border-radius: 0;
  15410. -moz-background-clip: padding;
  15411. -webkit-background-clip: padding-box;
  15412. background-clip: padding-box;
  15413. border-color: 1px solid #e5e4e3;
  15414. text-align: center;
  15415. }
  15416. .fusion-pricing-table .panel-wrapper:hover {
  15417. cursor: pointer;
  15418. }
  15419. .fusion-pricing-table .panel-wrapper:hover .fusion-panel {
  15420. background-color: #f8f8f8;
  15421. }
  15422. #wrapper .full-boxed-pricing .panel-wrapper {
  15423. padding: 0;
  15424. }
  15425. .full-boxed-pricing .panel-container {
  15426. padding: 9px;
  15427. background-color: #f8f8f8;
  15428. }
  15429. .full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
  15430. border-right: 1px solid #e5e4e3;
  15431. }
  15432. .full-boxed-pricing .panel-body .price .currency {
  15433. top: -20px;
  15434. font-size: 21px;
  15435. }
  15436. .full-boxed-pricing .panel-body .price .integer-part {
  15437. font-size: 55px;
  15438. }
  15439. .full-boxed-pricing .panel-body .price .decimal-part {
  15440. top: -20px;
  15441. font-size: 17px;
  15442. }
  15443. .full-boxed-pricing .panel-body .price .time {
  15444. font-size: 11px;
  15445. }
  15446. .full-boxed-pricing .panel-wrapper:hover .panel-heading {
  15447. background-color: #f8f8f8;
  15448. }
  15449. .sep-boxed-pricing .panel-wrapper {
  15450. margin-bottom: 10px;
  15451. padding: 0;
  15452. }
  15453. .sep-boxed-pricing .panel-container {
  15454. padding: 9px;
  15455. background-color: #f8f8f8;
  15456. }
  15457. .sep-boxed-pricing .panel-heading {
  15458. background-color: #a0ce4e;
  15459. -webkit-border-radius: 0;
  15460. -moz-border-radius: 0;
  15461. border-radius: 0;
  15462. -moz-background-clip: padding;
  15463. -webkit-background-clip: padding-box;
  15464. background-clip: padding-box;
  15465. border-bottom: 1px solid #e5e4e3;
  15466. text-align: center;
  15467. }
  15468. .sep-boxed-pricing .panel-heading h3 {
  15469. margin: 0;
  15470. }
  15471. .sep-boxed-pricing .panel-body .price .currency {
  15472. top: -30px;
  15473. font-size: 28px;
  15474. }
  15475. .sep-boxed-pricing .panel-body .price .integer-part {
  15476. font-size: 75px;
  15477. }
  15478. .sep-boxed-pricing .panel-body .price .decimal-part {
  15479. font-size: 23px;
  15480. }
  15481. .sep-boxed-pricing .panel-body .price .time {
  15482. font-size: 20px;
  15483. }
  15484. @media (min-width: 768px) {
  15485. .fusion-pricing-table .standout .panel-container {
  15486. z-index: 1000;
  15487. }
  15488. .fusion-pricing-table .standout .panel-heading,
  15489. .fusion-pricing-table .standout .panel-footer {
  15490. padding: 20px;
  15491. }
  15492. .full-boxed-pricing {
  15493. padding: 0 9px;
  15494. background-color: #f8f8f8;
  15495. }
  15496. .full-boxed-pricing .panel-container {
  15497. padding: 9px 0;
  15498. }
  15499. .full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
  15500. border-right: 1px solid #e5e4e3;
  15501. }
  15502. .full-boxed-pricing .fusion-panel {
  15503. border-right: none;
  15504. }
  15505. .full-boxed-pricing .standout .panel-container {
  15506. position: relative;
  15507. -moz-box-sizing: content-box;
  15508. box-sizing: content-box;
  15509. margin: -10px -9px;
  15510. padding: 9px;
  15511. -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
  15512. -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
  15513. box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
  15514. background-color: #f8f8f8;
  15515. }
  15516. .full-boxed-pricing .standout .fusion-panel {
  15517. border-right: 1px solid #e5e4e3;
  15518. }
  15519. .full-boxed-pricing .standout .panel-heading h3 {
  15520. color: #a0ce4e;
  15521. }
  15522. .sep-boxed-pricing {
  15523. margin: 0 -15px;
  15524. margin-bottom: 20px;
  15525. }
  15526. .sep-boxed-pricing .panel-wrapper {
  15527. margin: 0;
  15528. padding: 0 12px;
  15529. }
  15530. .sep-boxed-pricing .standout .panel-container {
  15531. margin: -10px;
  15532. -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  15533. -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  15534. box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  15535. }
  15536. }
  15537. .fusion-progressbar {
  15538. position: relative;
  15539. margin-bottom: 10px;
  15540. height: 37px;
  15541. width: 100%;
  15542. background-color: #E6E7E8;
  15543. -webkit-border-radius: 0;
  15544. -moz-border-radius: 0;
  15545. border-radius: 0;
  15546. -moz-background-clip: padding;
  15547. -webkit-background-clip: padding-box;
  15548. background-clip: padding-box;
  15549. -webkit-box-shadow: none;
  15550. -moz-box-shadow: none;
  15551. box-shadow: none;
  15552. }
  15553. .fusion-progressbar .progress {
  15554. background-color: #A0CE4E;
  15555. -webkit-box-shadow: none;
  15556. -moz-box-shadow: none;
  15557. box-shadow: none;
  15558. }
  15559. .fusion-progressbar .sr-only {
  15560. left: 15px;
  15561. top: 9px;
  15562. clip: auto;
  15563. height: auto;
  15564. width: auto;
  15565. color: #FFFFFF;
  15566. font-size: 13px;
  15567. font-weight: normal;
  15568. }
  15569. .fusion-recent-posts {
  15570. margin-bottom: 50px;
  15571. }
  15572. .fusion-recent-posts .columns {
  15573. overflow: hidden;
  15574. }
  15575. .fusion-recent-posts .columns .column {
  15576. overflow: hidden;
  15577. }
  15578. .fusion-recent-posts .columns .column .fusion-flexslider {
  15579. margin-bottom: 0;
  15580. }
  15581. .fusion-recent-posts .columns .column h4 {
  15582. margin: 15px 0 3px 0;
  15583. }
  15584. .fusion-recent-posts .columns .column .meta {
  15585. overflow: hidden;
  15586. margin-bottom: 13px;
  15587. padding: 0;
  15588. color: #333333;
  15589. font-size: 12px;
  15590. line-height: 14px;
  15591. }
  15592. .fusion-recent-posts .columns .column .meta .date {
  15593. font-style: normal;
  15594. }
  15595. .fusion-recent-posts .columns .column .meta .meta-separator {
  15596. padding: 0 5px;
  15597. }
  15598. .fusion-recent-posts .columns .password {
  15599. width: auto;
  15600. }
  15601. .fusion-recent-posts .columns-2 .column:nth-child(3n) {
  15602. clear: left;
  15603. }
  15604. .fusion-recent-posts .columns-3 .column:nth-child(4n) {
  15605. clear: left;
  15606. }
  15607. .fusion-recent-posts.layout-thumbnails-on-side .columns .column {
  15608. margin-bottom: 20px;
  15609. }
  15610. .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
  15611. overflow: hidden;
  15612. float: left;
  15613. margin: 0 20px 5px 0;
  15614. width: 144px;
  15615. }
  15616. .fusion-recent-posts.layout-thumbnails-on-side .columns .column h4 {
  15617. margin-bottom: 0px;
  15618. margin-top: 0;
  15619. }
  15620. .fusion-recent-posts.layout-date-on-side .date-and-formats {
  15621. overflow: hidden;
  15622. float: left;
  15623. margin: 0 20px 5px 0;
  15624. width: 82px;
  15625. }
  15626. .fusion-recent-posts.layout-date-on-side .date-and-formats .date-box {
  15627. padding: 8px 0 5px;
  15628. color: #FFFFFF;
  15629. }
  15630. .fusion-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
  15631. display: block;
  15632. font-size: 29px;
  15633. font-weight: bold;
  15634. line-height: 29px;
  15635. }
  15636. .fusion-recent-posts.layout-date-on-side .date-and-formats .format-box {
  15637. margin-top: 3px;
  15638. background-color: #EEF0F2;
  15639. }
  15640. .fusion-recent-posts.layout-date-on-side .columns .column {
  15641. margin-bottom: 20px;
  15642. }
  15643. .fusion-recent-posts.layout-date-on-side .columns .column h4 {
  15644. margin-top: 0;
  15645. margin-bottom: 0;
  15646. }
  15647. .fusion-recent-works {
  15648. margin-bottom: 55px;
  15649. }
  15650. .fusion-recent-works.layout-carousel {
  15651. overflow: hidden;
  15652. height: auto;
  15653. }
  15654. .fusion-recent-works.layout-carousel .image .image-extras .image-extras-content {
  15655. line-height: initial;
  15656. }
  15657. .fusion-recent-works .image-extras .link-icon {
  15658. margin-right: 3px;
  15659. }
  15660. .fusion-recent-works.layout-grid-with-excerpts {
  15661. margin-bottom: 0;
  15662. }
  15663. .fusion-section-separator {
  15664. position: relative;
  15665. }
  15666. .fusion-section-separator .divider-candy {
  15667. z-index: 100;
  15668. position: absolute;
  15669. left: 50%;
  15670. margin-left: -20px;
  15671. height: 40px;
  15672. width: 40px;
  15673. border-bottom: 1px solid #E6E5E6;
  15674. border-left: 1px solid #E6E5E6;
  15675. background-color: transparent;
  15676. content: "";
  15677. }
  15678. .fusion-section-separator .divider-candy.bottom {
  15679. bottom: -21px;
  15680. -webkit-transform: rotate(-45deg);
  15681. -moz-transform: rotate(-45deg);
  15682. -ms-transform: rotate(-45deg);
  15683. -o-transform: rotate(-45deg);
  15684. transform: rotate(-45deg);
  15685. }
  15686. .fusion-section-separator .divider-candy.top {
  15687. top: -21px;
  15688. -webkit-transform: rotate(135deg);
  15689. -moz-transform: rotate(135deg);
  15690. -ms-transform: rotate(135deg);
  15691. -o-transform: rotate(135deg);
  15692. transform: rotate(135deg);
  15693. }
  15694. .fusion-section-separator .divider-candy.both {
  15695. top: -21px;
  15696. -webkit-transform: rotate(135deg);
  15697. -moz-transform: rotate(135deg);
  15698. -ms-transform: rotate(135deg);
  15699. -o-transform: rotate(135deg);
  15700. transform: rotate(135deg);
  15701. }
  15702. .fusion-section-separator .divider-candy-arrow {
  15703. position: absolute;
  15704. left: 50%;
  15705. margin-left: -29px;
  15706. height: 0;
  15707. width: 0;
  15708. border-color: transparent;
  15709. border-style: solid;
  15710. }
  15711. .fusion-section-separator .divider-candy-arrow.bottom {
  15712. border-width: 29px 29px 0 29px;
  15713. }
  15714. .fusion-section-separator .divider-candy-arrow.top {
  15715. top: -29px;
  15716. border-width: 0 29px 29px;
  15717. }
  15718. .fusion-section-separator .section-separator-icon {
  15719. z-index: 200;
  15720. position: absolute;
  15721. left: 50%;
  15722. top: -10px;
  15723. margin-left: -20px;
  15724. width: 40px;
  15725. font-size: 20px;
  15726. font-family: FontAwesome;
  15727. text-align: center;
  15728. }
  15729. .fusion-section-separator .section-separator-icon:after {
  15730. display: block;
  15731. text-align: center;
  15732. }
  15733. .fusion-sep-clear {
  15734. clear: both;
  15735. display: block;
  15736. height: 1px;
  15737. font-size: 0px;
  15738. line-height: 0px;
  15739. width: 100%;
  15740. overflow: hidden;
  15741. }
  15742. .fusion-separator {
  15743. margin: 0 auto;
  15744. border: 0 solid #e7e6e6;
  15745. clear: both;
  15746. position: relative;
  15747. z-index: 11;
  15748. }
  15749. .fusion-separator.sep-none {
  15750. height: 1px;
  15751. }
  15752. .fusion-separator.sep-double {
  15753. height: 8px;
  15754. border-bottom-width: 1px;
  15755. border-top-width: 1px;
  15756. }
  15757. .fusion-separator.sep-single {
  15758. border-top-width: 1px;
  15759. }
  15760. .fusion-separator.sep-dashed {
  15761. border-bottom-style: dashed;
  15762. border-top-style: dashed;
  15763. }
  15764. .fusion-separator.sep-dotted {
  15765. border-bottom-style: dotted;
  15766. border-top-style: dotted;
  15767. }
  15768. .fusion-separator.sep-shadow {
  15769. height: 1px;
  15770. overflow: visible;
  15771. border: none;
  15772. background: none;
  15773. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
  15774. background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  15775. background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  15776. background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  15777. background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  15778. background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  15779. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  15780. }
  15781. .fusion-separator.sep-shadow:after {
  15782. display: block;
  15783. margin-top: 10px;
  15784. height: 6px;
  15785. width: 100%;
  15786. content: '';
  15787. background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
  15788. background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  15789. background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  15790. background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
  15791. }
  15792. .fusion-separator .icon-wrapper {
  15793. position: absolute;
  15794. display: table;
  15795. left: 50%;
  15796. top: 50%;
  15797. margin: -13px 0 0 -13px;
  15798. height: 26px;
  15799. width: 26px;
  15800. background: none repeat scroll 0 0 #FFFFFF;
  15801. border: 1px solid #AAAAAA;
  15802. -webkit-border-radius: 50%;
  15803. -moz-border-radius: 50%;
  15804. border-radius: 50%;
  15805. -moz-background-clip: padding;
  15806. -webkit-background-clip: padding-box;
  15807. background-clip: padding-box;
  15808. text-align: center;
  15809. }
  15810. .fusion-separator .icon-wrapper i {
  15811. display: block;
  15812. display: table-cell;
  15813. vertical-align: middle;
  15814. }
  15815. body:not(:-moz-handler-blocked) .fusion-separator.sep-shadow:after {
  15816. background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  15817. }
  15818. .fusion-sharing-box {
  15819. display: table;
  15820. margin-bottom: 55px;
  15821. padding: 20px;
  15822. height: 70px;
  15823. width: 100%;
  15824. background-color: #f6f6f6;
  15825. }
  15826. .fusion-sharing-box.boxed-icons {
  15827. padding: 15px 20px;
  15828. }
  15829. .fusion-sharing-box h4,
  15830. .fusion-sharing-box .fusion-social-networks {
  15831. display: table-cell;
  15832. vertical-align: middle;
  15833. }
  15834. .fusion-sharing-box .fusion-social-networks {
  15835. text-align: right;
  15836. }
  15837. .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  15838. margin-bottom: 0;
  15839. }
  15840. .fusion-slider-sc .flex-direction-nav a {
  15841. position: absolute;
  15842. top: 50%;
  15843. z-index: 100;
  15844. margin: -20px 0 0;
  15845. height: 30px;
  15846. width: 30px;
  15847. opacity: 0;
  15848. overflow: hidden;
  15849. background-color: rgba(0, 0, 0, 0.5);
  15850. background-repeat: no-repeat;
  15851. cursor: pointer;
  15852. font-size: 14px;
  15853. font-weight: normal;
  15854. font-family: IcoMoon;
  15855. -webkit-font-smoothing: none;
  15856. }
  15857. .fusion-slider-sc:hover .flex-next:hover,
  15858. .fusion-slider-sc:hover .flex-prev:hover {
  15859. opacity: 1;
  15860. }
  15861. .fusion-social-networks .fusion-social-network-icon {
  15862. margin-left: 0;
  15863. margin-right: 20px;
  15864. margin-bottom: 10px;
  15865. font-size: 16px;
  15866. color: #46494a;
  15867. display: inline-block;
  15868. }
  15869. .fusion-social-networks .fusion-social-network-icon:hover {
  15870. opacity: 0.8;
  15871. }
  15872. .fusion-social-networks .fusion-social-network-icon:before {
  15873. color: inherit;
  15874. }
  15875. .fusion-social-networks.boxed-icons {
  15876. line-height: 46px;
  15877. }
  15878. .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  15879. margin-right: 10px;
  15880. padding: 8px;
  15881. background-color: #46494a;
  15882. border: none;
  15883. -webkit-border-radius: 3px;
  15884. -moz-border-radius: 3px;
  15885. border-radius: 3px;
  15886. -moz-background-clip: padding;
  15887. -webkit-background-clip: padding-box;
  15888. background-clip: padding-box;
  15889. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  15890. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  15891. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  15892. -moz-background-clip: inherit;
  15893. -webkit-background-clip: inherit;
  15894. background-clip: inherit;
  15895. border: 1px solid #46494a;
  15896. color: #ffffff;
  15897. }
  15898. .header-social .alignright .fusion-social-links-header .fusion-social-network-icon {
  15899. margin-right: 0;
  15900. margin-left: 20px;
  15901. }
  15902. .header-social .alignright .fusion-social-links-header .boxed-icons .fusion-social-network-icon {
  15903. margin-right: 0;
  15904. margin-left: 10px;
  15905. }
  15906. .fusion-social-links-footer {
  15907. display: table-cell;
  15908. vertical-align: middle;
  15909. text-align: right;
  15910. width: 40%;
  15911. }
  15912. .fusion-social-links-footer .fusion-social-networks {
  15913. margin-top: 10px;
  15914. }
  15915. .fusion-social-links-footer .fusion-social-networks.boxed-icons {
  15916. margin-top: 0;
  15917. }
  15918. .fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  15919. margin-right: 0;
  15920. margin-left: 10px;
  15921. }
  15922. .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
  15923. margin-right: 0;
  15924. margin-left: 20px;
  15925. }
  15926. .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon:first-child {
  15927. margin-left: 0;
  15928. }
  15929. .fusion-tabs {
  15930. margin-bottom: 50px;
  15931. }
  15932. .fusion-tabs .nav-tabs {
  15933. display: block;
  15934. list-style: none outside none;
  15935. margin: 0;
  15936. padding: 0;
  15937. border: 1px solid #f1f2f2;
  15938. border-bottom: none;
  15939. background-color: #fff;
  15940. }
  15941. .fusion-tabs .nav-tabs:before,
  15942. .fusion-tabs .nav-tabs:after {
  15943. content: " ";
  15944. display: table;
  15945. }
  15946. .fusion-tabs .nav-tabs:after {
  15947. clear: both;
  15948. }
  15949. .fusion-tabs .nav-tabs.nav-justified {
  15950. width: 100%;
  15951. border-bottom: 0 none;
  15952. }
  15953. .fusion-tabs .nav-tabs li {
  15954. display: block;
  15955. position: relative;
  15956. float: none;
  15957. text-align: center;
  15958. }
  15959. .fusion-tabs .nav-tabs li .tab-link {
  15960. display: block;
  15961. position: relative;
  15962. margin: 0;
  15963. padding: 8px 0;
  15964. outline: 0;
  15965. line-height: normal;
  15966. border: none;
  15967. border-top: 3px solid #f1f2f2;
  15968. background-color: #f1f2f2;
  15969. color: #747474;
  15970. cursor: pointer;
  15971. -webkit-transition: all .2s;
  15972. -moz-transition: all .2s;
  15973. -ms-transition: all .2s;
  15974. -o-transition: all .2s;
  15975. transition: all .2s;
  15976. }
  15977. .fusion-tabs .nav-tabs li .tab-link:hover,
  15978. .fusion-tabs .nav-tabs li .tab-link:focus {
  15979. border-top-color: #fff;
  15980. background-color: #fff;
  15981. }
  15982. .fusion-tabs .nav-tabs li .tab-link .fa {
  15983. float: none;
  15984. color: inherit;
  15985. }
  15986. .fusion-tabs .nav-tabs > .active > .tab-link {
  15987. border: none;
  15988. border-top: 3px solid #a0ce4e;
  15989. background-color: #fff;
  15990. cursor: pointer;
  15991. }
  15992. .fusion-tabs .nav-tabs > .active > .tab-link:hover,
  15993. .fusion-tabs .nav-tabs > .active > .tab-link:focus {
  15994. border-top: 3px solid #a0ce4e;
  15995. }
  15996. .fusion-tabs .tab-content > .active {
  15997. display: block;
  15998. }
  15999. .fusion-tabs .tab-pane {
  16000. display: none;
  16001. padding: 15px;
  16002. border: 1px solid #f1f2f2;
  16003. border-top: none;
  16004. }
  16005. .fusion-tabs.nav-not-justified .nav-tabs .tab-link {
  16006. padding: 8px 15px;
  16007. }
  16008. .fusion-tabs.clean .nav-tabs {
  16009. background: none;
  16010. border: none;
  16011. }
  16012. .fusion-tabs.clean .nav-tabs li {
  16013. margin-bottom: 10px;
  16014. }
  16015. .fusion-tabs.clean .nav-tabs li .tab-link {
  16016. padding: 10px 15px;
  16017. border: 1px solid;
  16018. }
  16019. .fusion-tabs.clean .nav-tabs li .tab-link:hover,
  16020. .fusion-tabs.clean .nav-tabs li .tab-link:focus {
  16021. border: 1px solid;
  16022. }
  16023. .fusion-tabs.clean .tab-content {
  16024. margin-top: 20px;
  16025. }
  16026. .fusion-tabs.clean .tab-content .tab-pane {
  16027. padding: 0;
  16028. background: transparent;
  16029. border: none;
  16030. }
  16031. @media (min-width: 768px) {
  16032. .fusion-tabs .nav-tabs {
  16033. display: inline-block;
  16034. }
  16035. .fusion-tabs .nav-tabs.nav-justified > li {
  16036. display: table-cell;
  16037. width: 1%;
  16038. }
  16039. .fusion-tabs .nav-tabs li .tab-link {
  16040. margin-right: 1px;
  16041. }
  16042. .fusion-tabs .nav-tabs li:last-child .tab-link {
  16043. margin-right: 0;
  16044. }
  16045. .fusion-tabs.horizontal-tabs .nav-tabs {
  16046. margin: 0 0 -7px 0;
  16047. }
  16048. .fusion-tabs.horizontal-tabs .nav {
  16049. border-bottom: 1px solid #f1f2f2;
  16050. }
  16051. .fusion-tabs.horizontal-tabs.clean .nav {
  16052. border: none;
  16053. text-align: center;
  16054. }
  16055. .fusion-tabs.horizontal-tabs.clean .nav-tabs {
  16056. border: none;
  16057. }
  16058. .fusion-tabs.horizontal-tabs.clean .nav-tabs li {
  16059. margin-bottom: 0;
  16060. }
  16061. .fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
  16062. margin-right: -1px;
  16063. }
  16064. .fusion-tabs.horizontal-tabs.clean .tab-content {
  16065. margin-top: 40px;
  16066. }
  16067. .fusion-tabs.nav-not-justified {
  16068. border: none;
  16069. }
  16070. .fusion-tabs.nav-not-justified .nav-tabs {
  16071. margin: 0 0 -1px 0;
  16072. }
  16073. .fusion-tabs.nav-not-justified .nav-tabs li {
  16074. display: inline-block;
  16075. }
  16076. .fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
  16077. padding: 10px 55px;
  16078. }
  16079. .fusion-tabs.vertical-tabs {
  16080. border: none;
  16081. clear: both;
  16082. zoom: 1;
  16083. }
  16084. .fusion-tabs.vertical-tabs:before,
  16085. .fusion-tabs.vertical-tabs:after {
  16086. content: " ";
  16087. display: table;
  16088. }
  16089. .fusion-tabs.vertical-tabs:after {
  16090. clear: both;
  16091. }
  16092. .fusion-tabs.vertical-tabs .nav-tabs {
  16093. position: relative;
  16094. left: 1px;
  16095. float: left;
  16096. width: 15.5%;
  16097. border: 1px solid #f1f2f2;
  16098. border-right: none;
  16099. }
  16100. .fusion-tabs.vertical-tabs .nav-tabs > li .tab-link {
  16101. margin-right: 0;
  16102. margin-bottom: 1px;
  16103. padding: 8px 10px;
  16104. border-top: none;
  16105. text-align: left;
  16106. }
  16107. .fusion-tabs.vertical-tabs .nav-tabs > li:last-child .tab-link {
  16108. margin-bottom: 0;
  16109. }
  16110. .fusion-tabs.vertical-tabs .nav-tabs > li.active > .tab-link {
  16111. border-bottom: none;
  16112. border-left: 3px solid #a0ce4e;
  16113. border-top: none;
  16114. cursor: pointer;
  16115. }
  16116. .fusion-tabs.vertical-tabs .tab-content {
  16117. float: left;
  16118. width: 84.5%;
  16119. }
  16120. .fusion-tabs.vertical-tabs .tab-pane {
  16121. float: left;
  16122. padding: 30px;
  16123. border: 1px solid #f1f2f2;
  16124. }
  16125. .fusion-tabs.vertical-tabs.clean .nav-tabs {
  16126. width: 25%;
  16127. background-color: transparent;
  16128. border: none;
  16129. }
  16130. .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
  16131. margin: 0;
  16132. padding: 10px 15px;
  16133. border: 1px solid;
  16134. }
  16135. .fusion-tabs.vertical-tabs.clean .tab-content {
  16136. margin: 0;
  16137. padding-left: 40px;
  16138. width: 75%;
  16139. }
  16140. }
  16141. table {
  16142. border-collapse: collapse;
  16143. border-spacing: 0;
  16144. }
  16145. .table {
  16146. border-color: #e5e4e3;
  16147. }
  16148. .table > thead > tr > th,
  16149. .table > tbody > tr > th {
  16150. padding: 20px;
  16151. font-weight: bold;
  16152. }
  16153. .table > thead > tr > td,
  16154. .table > tbody > tr > td,
  16155. .table > tfoot > tr > td {
  16156. padding: 10px 20px;
  16157. }
  16158. .table > tfoot > tr > td {
  16159. font-weight: bold;
  16160. }
  16161. table {
  16162. border-collapse: collapse;
  16163. border-spacing: 0;
  16164. }
  16165. .table-1 table,
  16166. .tkt-slctr-tbl-wrap-dv table {
  16167. border: 1px solid#dcdcdc;
  16168. background-color: #fff;
  16169. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  16170. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  16171. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  16172. }
  16173. .table-1 table th,
  16174. .tkt-slctr-tbl-wrap-dv table th {
  16175. border: 1px solid #dcdcdc;
  16176. background: #f6f6f6;
  16177. padding: 20px;
  16178. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  16179. text-align: left;
  16180. }
  16181. .table-1 tr:nth-child(even),
  16182. .tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
  16183. background: #f6f6f6;
  16184. }
  16185. .table-1 tr td,
  16186. .tkt-slctr-tbl-wrap-dv tr td {
  16187. border: 1px solid #dcdcdc;
  16188. padding: 10px 20px;
  16189. }
  16190. .table-2 table thead {
  16191. border: 1px solid #d3d3d3;
  16192. font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  16193. text-align: left;
  16194. }
  16195. .table-2 table th {
  16196. padding: 20px;
  16197. color: #fff;
  16198. }
  16199. .table-2 tr td {
  16200. border-bottom: 1px solid #dcdcdc;
  16201. padding: 10px 20px;
  16202. }
  16203. .fusion-reading-box-container {
  16204. z-index: 1;
  16205. position: relative;
  16206. margin-bottom: 84px;
  16207. }
  16208. .fusion-reading-box-container .reading-box {
  16209. padding: 28px 28px 27px 31px;
  16210. background-color: #F2EFEF;
  16211. border-left: 3px solid #a0ce4e;
  16212. }
  16213. .fusion-reading-box-container .reading-box.reading-box-center,
  16214. .fusion-reading-box-container .reading-box.reading-box-right {
  16215. text-align: left;
  16216. }
  16217. .fusion-reading-box-container .reading-box h2 {
  16218. margin: 0 0 7px;
  16219. line-height: 20px;
  16220. font-size: 18px;
  16221. }
  16222. .fusion-reading-box-container .continue {
  16223. display: none;
  16224. }
  16225. .fusion-reading-box-container .continue-center {
  16226. float: none;
  16227. margin: 15px auto 0 auto;
  16228. }
  16229. .fusion-reading-box-container .continue-left {
  16230. float: left;
  16231. margin-right: 10px;
  16232. margin-bottom: 10px;
  16233. }
  16234. .fusion-reading-box-container .continue-right {
  16235. float: right;
  16236. margin-left: 10px;
  16237. margin-bottom: 10px;
  16238. }
  16239. .fusion-reading-box-container .mobile-button {
  16240. display: block;
  16241. float: none;
  16242. margin: 20px 0 0;
  16243. }
  16244. @media (min-width: 800px) {
  16245. .fusion-reading-box-container .reading-box.reading-box-center {
  16246. text-align: center;
  16247. }
  16248. .fusion-reading-box-container .reading-box.reading-box-right {
  16249. text-align: right;
  16250. }
  16251. .fusion-reading-box-container .continue {
  16252. display: block;
  16253. }
  16254. .fusion-reading-box-container .continue-center {
  16255. display: inline-block;
  16256. }
  16257. .fusion-reading-box-container .mobile-button {
  16258. display: none;
  16259. }
  16260. }
  16261. .element-bottomshadow {
  16262. position: relative;
  16263. }
  16264. .element-bottomshadow:before,
  16265. .element-bottomshadow:after {
  16266. position: absolute;
  16267. bottom: 15px;
  16268. left: 10px;
  16269. z-index: -1;
  16270. height: 20%;
  16271. max-height: 100px;
  16272. max-width: 460px;
  16273. width: 60%;
  16274. content: "";
  16275. opacity: 0.7;
  16276. -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  16277. -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  16278. box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  16279. -webkit-transform: rotate(-3deg);
  16280. -moz-transform: rotate(-3deg);
  16281. -ms-transform: rotate(-3deg);
  16282. -o-transform: rotate(-3deg);
  16283. transform: rotate(-3deg);
  16284. }
  16285. .element-bottomshadow:after {
  16286. left: auto;
  16287. right: 10px;
  16288. -webkit-transform: rotate(3deg);
  16289. -moz-transform: rotate(3deg);
  16290. -ms-transform: rotate(3deg);
  16291. -o-transform: rotate(3deg);
  16292. transform: rotate(3deg);
  16293. }
  16294. .fusion-testimonials .review {
  16295. display: none;
  16296. }
  16297. .fusion-testimonials blockquote q {
  16298. font-style: italic;
  16299. }
  16300. .fusion-testimonials blockquote q:before,
  16301. .fusion-testimonials blockquote q:after {
  16302. content: "";
  16303. }
  16304. .fusion-testimonials .doe {
  16305. position: relative;
  16306. text-align: center;
  16307. }
  16308. .fusion-testimonials .doe:before {
  16309. line-height: 40px;
  16310. font-family: IcoMoon;
  16311. font-size: 28px;
  16312. }
  16313. .fusion-testimonials .female .doe:before {
  16314. content: "\e61b";
  16315. }
  16316. .fusion-testimonials .male .doe:before {
  16317. content: "\e61a";
  16318. }
  16319. .fusion-testimonials .testimonial-pagination {
  16320. margin-top: 25px;
  16321. text-align: center;
  16322. }
  16323. .fusion-testimonials .testimonial-pagination a {
  16324. display: inline-block;
  16325. margin-right: 10px;
  16326. height: 12px;
  16327. width: 12px;
  16328. border-radius: 50%;
  16329. border: 1px solid #000;
  16330. }
  16331. .fusion-testimonials .testimonial-pagination a:hover,
  16332. .fusion-testimonials .testimonial-pagination a.activeSlide {
  16333. background-color: #000;
  16334. }
  16335. .fusion-testimonials.classic blockquote {
  16336. margin-bottom: 0;
  16337. border: none;
  16338. background-color: #f6f6f6;
  16339. }
  16340. .fusion-testimonials.classic blockquote q {
  16341. display: block;
  16342. padding: 25px;
  16343. line-height: normal;
  16344. }
  16345. .fusion-testimonials.classic .author {
  16346. position: relative;
  16347. padding: 12px 0 0 2px;
  16348. }
  16349. .fusion-testimonials.classic .author:after {
  16350. position: absolute;
  16351. left: 35px;
  16352. top: 0;
  16353. content: " ";
  16354. height: 0;
  16355. width: 0;
  16356. pointer-events: none;
  16357. border: medium solid transparent;
  16358. border-top-color: #f6f6f6;
  16359. border-width: 10px;
  16360. }
  16361. .fusion-testimonials.classic .author a:hover {
  16362. text-decoration: none;
  16363. }
  16364. .fusion-testimonials.classic .no-avatar .author {
  16365. padding-left: 0;
  16366. }
  16367. .fusion-testimonials.classic .doe:before {
  16368. line-height: 40px;
  16369. font-size: 28px;
  16370. }
  16371. .fusion-testimonials.classic .company-name {
  16372. display: table-cell;
  16373. vertical-align: middle;
  16374. }
  16375. .fusion-testimonials.classic .testimonial-thumbnail {
  16376. display: table-cell;
  16377. vertical-align: middle;
  16378. padding-right: 30px;
  16379. height: 40px;
  16380. }
  16381. .fusion-testimonials.classic .testimonial-image {
  16382. max-width: 40px;
  16383. }
  16384. .fusion-testimonials.clean .testimonial-thumbnail {
  16385. margin: 0 auto 25px auto;
  16386. width: 150px;
  16387. }
  16388. .fusion-testimonials.clean .doe:before {
  16389. line-height: 100px;
  16390. font-size: 90px;
  16391. }
  16392. .fusion-testimonials.clean blockquote {
  16393. border: none;
  16394. background-color: none;
  16395. }
  16396. .fusion-testimonials.clean blockquote q {
  16397. display: block;
  16398. padding: 25px;
  16399. background-color: none;
  16400. line-height: 30px;
  16401. font-size: 18px;
  16402. text-align: center;
  16403. }
  16404. .fusion-testimonials.clean .author {
  16405. margin-top: 25px;
  16406. font-size: 18px;
  16407. text-align: center;
  16408. }
  16409. .fusion-title {
  16410. display: table;
  16411. margin: 0 0 31px;
  16412. overflow: hidden;
  16413. }
  16414. .fusion-title h1,
  16415. .fusion-title h2,
  16416. .fusion-title h3,
  16417. .fusion-title h4,
  16418. .fusion-title h5,
  16419. .fusion-title h6 {
  16420. float: left;
  16421. display: table-cell;
  16422. margin: 0;
  16423. padding: 0 8px 0 0;
  16424. line-height: normal;
  16425. white-space: pre;
  16426. }
  16427. .fusion-title h1.title-heading-left,
  16428. .fusion-title h2.title-heading-left,
  16429. .fusion-title h3.title-heading-left,
  16430. .fusion-title h4.title-heading-left,
  16431. .fusion-title h5.title-heading-left,
  16432. .fusion-title h6.title-heading-left {
  16433. padding-right: 8px;
  16434. }
  16435. .fusion-title h1.title-heading-left .fontawesome-icon,
  16436. .fusion-title h2.title-heading-left .fontawesome-icon,
  16437. .fusion-title h3.title-heading-left .fontawesome-icon,
  16438. .fusion-title h4.title-heading-left .fontawesome-icon,
  16439. .fusion-title h5.title-heading-left .fontawesome-icon,
  16440. .fusion-title h6.title-heading-left .fontawesome-icon {
  16441. margin-left: 10px;
  16442. }
  16443. .fusion-title h1.title-heading-right,
  16444. .fusion-title h2.title-heading-right,
  16445. .fusion-title h3.title-heading-right,
  16446. .fusion-title h4.title-heading-right,
  16447. .fusion-title h5.title-heading-right,
  16448. .fusion-title h6.title-heading-right {
  16449. padding: 0 0 0 8px;
  16450. }
  16451. .fusion-title h1.title-heading-right .fontawesome-icon,
  16452. .fusion-title h2.title-heading-right .fontawesome-icon,
  16453. .fusion-title h3.title-heading-right .fontawesome-icon,
  16454. .fusion-title h4.title-heading-right .fontawesome-icon,
  16455. .fusion-title h5.title-heading-right .fontawesome-icon,
  16456. .fusion-title h6.title-heading-right .fontawesome-icon,
  16457. .fusion-title h1.title-heading-right img,
  16458. .fusion-title h2.title-heading-right img,
  16459. .fusion-title h3.title-heading-right img,
  16460. .fusion-title h4.title-heading-right img,
  16461. .fusion-title h5.title-heading-right img,
  16462. .fusion-title h6.title-heading-right img {
  16463. margin-left: 10px;
  16464. margin-right: 0;
  16465. }
  16466. .fusion-title h1 img,
  16467. .fusion-title h2 img,
  16468. .fusion-title h3 img,
  16469. .fusion-title h4 img,
  16470. .fusion-title h5 img,
  16471. .fusion-title h6 img {
  16472. margin-right: 10px;
  16473. }
  16474. .fusion-title h1 .fontawesome-icon,
  16475. .fusion-title h2 .fontawesome-icon,
  16476. .fusion-title h3 .fontawesome-icon,
  16477. .fusion-title h4 .fontawesome-icon,
  16478. .fusion-title h5 .fontawesome-icon,
  16479. .fusion-title h6 .fontawesome-icon {
  16480. display: inline-block;
  16481. float: none;
  16482. vertical-align: middle;
  16483. margin-left: 2px;
  16484. }
  16485. .fusion-title h1 .fontawesome-icon.size-small,
  16486. .fusion-title h2 .fontawesome-icon.size-small,
  16487. .fusion-title h3 .fontawesome-icon.size-small,
  16488. .fusion-title h4 .fontawesome-icon.size-small,
  16489. .fusion-title h5 .fontawesome-icon.size-small,
  16490. .fusion-title h6 .fontawesome-icon.size-small,
  16491. .fusion-title h1 .fontawesome-icon.size-medium,
  16492. .fusion-title h2 .fontawesome-icon.size-medium,
  16493. .fusion-title h3 .fontawesome-icon.size-medium,
  16494. .fusion-title h4 .fontawesome-icon.size-medium,
  16495. .fusion-title h5 .fontawesome-icon.size-medium,
  16496. .fusion-title h6 .fontawesome-icon.size-medium,
  16497. .fusion-title h1 .fontawesome-icon.size-large,
  16498. .fusion-title h2 .fontawesome-icon.size-large,
  16499. .fusion-title h3 .fontawesome-icon.size-large,
  16500. .fusion-title h4 .fontawesome-icon.size-large,
  16501. .fusion-title h5 .fontawesome-icon.size-large,
  16502. .fusion-title h6 .fontawesome-icon.size-large {
  16503. margin-top: 0;
  16504. }
  16505. .fusion-title .title-sep-container {
  16506. position: relative;
  16507. display: table-cell;
  16508. vertical-align: middle;
  16509. height: 6px;
  16510. width: 100%;
  16511. }
  16512. .fusion-title.sep-underline {
  16513. padding-bottom: 10px;
  16514. width: 100%;
  16515. border-bottom: 1px solid #e7e6e6;
  16516. }
  16517. .fusion-title.sep-underline .title-heading-right {
  16518. float: right;
  16519. margin: 0;
  16520. }
  16521. .fusion-title .title-sep {
  16522. position: relative;
  16523. display: block;
  16524. width: 100%;
  16525. border-style: solid;
  16526. border: 0 solid #e7e6e6;
  16527. box-sizing: content-box;
  16528. -webkit-box-sizing: content-box;
  16529. -moz-box-sizing: content-box;
  16530. -o-box-sizing: content-box;
  16531. }
  16532. .fusion-title .title-sep.sep-double {
  16533. height: 6px;
  16534. border-bottom-width: 1px;
  16535. border-top-width: 1px;
  16536. }
  16537. .fusion-title .title-sep.sep-single {
  16538. border-bottom-width: 1px;
  16539. }
  16540. .fusion-title .title-sep.sep-dashed {
  16541. border-bottom-style: dashed;
  16542. border-top-style: dashed;
  16543. }
  16544. .fusion-title .title-sep.sep-dotted {
  16545. border-bottom-style: dotted;
  16546. border-top-style: dotted;
  16547. }
  16548. .fusion-title.sep-dashed {
  16549. border-bottom-style: dashed;
  16550. }
  16551. .fusion-title.sep-dotted {
  16552. border-bottom-style: dotted;
  16553. }
  16554. .border-below-title {
  16555. display: block;
  16556. }
  16557. .border-below-title h1,
  16558. .border-below-title h2,
  16559. .border-below-title h3,
  16560. .border-below-title h4,
  16561. .border-below-title h5,
  16562. .border-below-title h6 {
  16563. white-space: normal;
  16564. }
  16565. #main .post-content .border-below-title h1,
  16566. #main .post-content .border-below-title h2,
  16567. #main .post-content .border-below-title h3,
  16568. #main .post-content .border-below-title h4,
  16569. #main .post-content .border-below-title h5,
  16570. #main .post-content .border-below-title h6 {
  16571. float: none;
  16572. padding-right: 0;
  16573. }
  16574. .border-below-title .title-sep-container {
  16575. display: none;
  16576. height: 8px;
  16577. }
  16578. .fusion-accordian {
  16579. width: 100%;
  16580. }
  16581. .fusion-accordian .fusion-panel {
  16582. box-shadow: none;
  16583. border: none;
  16584. border-bottom: 1px solid #e5e4e3;
  16585. -webkit-border-radius: 0;
  16586. -moz-border-radius: 0;
  16587. border-radius: 0;
  16588. -moz-background-clip: padding;
  16589. -webkit-background-clip: padding-box;
  16590. background-clip: padding-box;
  16591. }
  16592. .fusion-accordian .panel-heading {
  16593. padding: 0;
  16594. background: none;
  16595. }
  16596. .fusion-accordian .panel-title {
  16597. position: relative;
  16598. margin: 0;
  16599. line-height: 22px;
  16600. font-size: 16px;
  16601. font-weight: normal;
  16602. color: inherit;
  16603. }
  16604. .fusion-accordian .panel-title a {
  16605. display: block;
  16606. padding: 10px 0;
  16607. text-decoration: none;
  16608. }
  16609. .fusion-accordian .panel-title a:hover {
  16610. color: #a0ce4e;
  16611. }
  16612. .fusion-accordian .panel-title a:hover .fa-fusion-box {
  16613. background-color: #a0ce4e;
  16614. }
  16615. .fusion-accordian .panel-title a .fa.pull-left {
  16616. margin-left: 1px;
  16617. }
  16618. .fusion-accordian .panel-title a .fa-fusion-box {
  16619. display: inline-block;
  16620. float: left;
  16621. margin-right: 18px;
  16622. width: 22px;
  16623. height: 22px;
  16624. background-color: #333;
  16625. font-size: 13px;
  16626. color: #fff;
  16627. text-align: center;
  16628. line-height: 22px;
  16629. font-family: 'IcoMoon';
  16630. -webkit-font-smoothing: subpixel-antialiased;
  16631. }
  16632. .fusion-accordian .panel-title a .fa-fusion-box:before {
  16633. font-family: 'IcoMoon';
  16634. content: "\e61d";
  16635. font-style: normal;
  16636. line-height: 22px;
  16637. font-size: 13px;
  16638. }
  16639. .fusion-accordian .panel-title .active .fa-fusion-box {
  16640. background-color: #a0ce4e;
  16641. }
  16642. .fusion-accordian .panel-title .active .fa-fusion-box:before {
  16643. content: "\e61c";
  16644. }
  16645. .fusion-accordian .panel-body {
  16646. padding: 10px 0 15px 0px;
  16647. border: none;
  16648. line-height: normal;
  16649. }
  16650. .fusion-single-accordian {
  16651. margin-bottom: 0px;
  16652. }
  16653. .fusion-tooltip {
  16654. cursor: pointer;
  16655. color: #a0ce4e;
  16656. }
  16657. .fusion-woo-featured-products-slider {
  16658. position: relative;
  16659. margin-bottom: 25px;
  16660. }
  16661. .fusion-woo-featured-products-slider .products-slider {
  16662. position: relative;
  16663. margin-bottom: 0;
  16664. }
  16665. .fusion-woo-featured-products-slider .products-slider ul li {
  16666. margin-right: 0;
  16667. height: auto;
  16668. }
  16669. .fusion-woo-featured-products-slider .products-slider ul li .image {
  16670. visibility: hidden;
  16671. }
  16672. .fusion-woo-featured-products-slider .products-slider ul li img {
  16673. display: block;
  16674. float: left;
  16675. }
  16676. .fusion-woo-featured-products-slider .products-slider .image-extras-content h2 {
  16677. margin-top: 0;
  16678. }
  16679. .fusion-woo-featured-products-slider .products-slider .image-extras-content .price {
  16680. display: inline-block;
  16681. margin-top: 3px;
  16682. }
  16683. .fusion-woo-featured-products-slider .products-slider .image-extras-content .price .amount {
  16684. font-size: 25px;
  16685. }
  16686. .fusion-woo-featured-products-slider .products-slider .product-buttons {
  16687. position: absolute;
  16688. left: 0;
  16689. bottom: 20px;
  16690. padding: 0 10%;
  16691. height: 40px;
  16692. width: 100%;
  16693. }
  16694. .fusion-woo-featured-products-slider .products-slider .product-buttons a {
  16695. display: block;
  16696. padding-left: 20px;
  16697. width: auto;
  16698. line-height: normal;
  16699. text-align: left;
  16700. }
  16701. .fusion-woo-featured-products-slider .products-slider .product-buttons a:first-child:before,
  16702. .fusion-woo-featured-products-slider .products-slider .product-buttons a:last-child:before {
  16703. margin-left: -20px;
  16704. }
  16705. .fusion-woo-featured-products-slider .products-slider .product-buttons a.added_to_cart {
  16706. display: none;
  16707. }
  16708. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-carousel ul li a {
  16709. display: inline;
  16710. }
  16711. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev,
  16712. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next {
  16713. z-index: 1000;
  16714. position: absolute;
  16715. top: 50%;
  16716. margin-top: -31px;
  16717. height: 63px;
  16718. width: 63px;
  16719. pointer: cursor;
  16720. color: rgba(0, 0, 0, 0);
  16721. background-color: rgba(0, 0, 0, 0.5);
  16722. opacity: 0.8;
  16723. text-align: center;
  16724. cursor: pointer;
  16725. }
  16726. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev:before,
  16727. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:before {
  16728. display: block;
  16729. content: '\e61e';
  16730. line-height: 63px;
  16731. font-size: 25px;
  16732. color: #fff;
  16733. }
  16734. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev:hover,
  16735. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:hover {
  16736. opacity: 1;
  16737. }
  16738. .fusion-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:before {
  16739. content: '\e620';
  16740. }
  16741. .fusion-woo-product-slider {
  16742. overflow: hidden;
  16743. margin-bottom: 55px;
  16744. }
  16745. .fusion-woo-product-slider .simple-products-slider {
  16746. position: relative;
  16747. margin-bottom: 0;
  16748. }
  16749. .fusion-woo-product-slider .simple-products-slider .image-extras-content h2 {
  16750. margin-top: 0;
  16751. margin-bottom: 2px;
  16752. }
  16753. .fusion-woo-product-slider .simple-products-slider .image-extras-content .price {
  16754. display: inline-block;
  16755. margin-top: 5px;
  16756. }
  16757. .fusion-woo-product-slider .simple-products-slider .image-extras-content .price .amount {
  16758. font-size: 18px;
  16759. }
  16760. .fusion-woo-product-slider .simple-products-slider .product-buttons {
  16761. left: 0;
  16762. height: 40px;
  16763. width: 100%;
  16764. }
  16765. .fusion-woo-product-slider .simple-products-slider .product-buttons a {
  16766. display: block;
  16767. padding-left: 20px;
  16768. width: auto;
  16769. line-height: normal;
  16770. text-align: left;
  16771. max-width: 100%;
  16772. font-size: 12px;
  16773. }
  16774. .fusion-woo-product-slider .simple-products-slider .product-buttons a:first-child {
  16775. float: left;
  16776. }
  16777. .fusion-woo-product-slider .simple-products-slider .product-buttons a:first-child:before {
  16778. position: absolute;
  16779. margin-left: -20px;
  16780. content: '\f07a';
  16781. font-family: IcoMoon;
  16782. }
  16783. .fusion-woo-product-slider .simple-products-slider .product-buttons a:last-child {
  16784. float: right;
  16785. }
  16786. .fusion-woo-product-slider .simple-products-slider .product-buttons a:last-child:before {
  16787. position: absolute;
  16788. margin-left: -20px;
  16789. content: '\e623';
  16790. font-family: IcoMoon;
  16791. }
  16792. .fusion-woo-product-slider .simple-products-slider .es-nav span {
  16793. cursor: pointer;
  16794. }
  16795. .fusion-youtube.center-video .video-shortcode,
  16796. .fusion-vimeo.center-video .video-shortcode {
  16797. margin: 0 auto;
  16798. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement