Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.29 KB | None | 0 0
  1. /*-----------------------------------------------------------------------------------
  2.  
  3. Theme Name: Bentuestu
  4. Theme URI: http://www.demo.mesathemes.com
  5. Description: Bentuestu One page Wordpress Theme perfect for renting out house, B&B, guest house and small hotel. WPML and Booking System Pro Supported.
  6. Author: Mesacreativa
  7. Author URI: http://www.mesathemes.com
  8. Version: 2.6.1
  9. License: GNU General Public License version 3.0 & Envato Regular License
  10. License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
  11. Text Domain: bentuestu
  12.  
  13. -----------------------------------------------------------------------------------
  14.  
  15. 0. CSS Reset & Clearfix
  16. 1. Document Setup (body, common classes, vertical rhythm, structure etc)
  17. 2. Header Styles
  18. 3. Main Content Styles
  19. 4. Post Content Styles
  20. 5. Comments
  21. 6. Pagination
  22. 7. Footer Styles
  23. 8. Page & Page Templates
  24. 9. Widgets
  25. 10. Animation Modules Settings
  26. 11. Retina support
  27. 12. Shortcodes
  28. 13. Plugins styles
  29. 14. Media Queries
  30.  
  31. -----------------------------------------------------------------------------------*/
  32.  
  33. /*-----------------------------------------------------------------------------------*/
  34. /* 0. CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
  35. /*-----------------------------------------------------------------------------------*/
  36.  
  37. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
  38.  
  39. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
  40.  
  41.  
  42. /*-----------------------------------------------------------------------------------*/
  43. /* 1. Document Setup (body, common classes, vertical rhythm, structure etc)
  44. /*-----------------------------------------------------------------------------------*/
  45.  
  46. html {
  47. font-size: 62.5%; /* Sets up the Base 10 stuff */
  48. }
  49.  
  50. body {
  51. font-family: 'Montserrat', sans-serif;
  52. font-size: 1.4rem;
  53. line-height: 24px;
  54. font-weight: normal;
  55. color: #7f8c8d;
  56. }
  57.  
  58. h1, h2, h3, h4, h5, h6 {
  59. font-family: 'Montserrat', sans-serif;
  60. color: #000;
  61. text-transform: uppercase;
  62. }
  63.  
  64. h1 {
  65. font-size: 2.2rem;
  66. font-weight: normal;
  67. line-height: 32px;
  68. letter-spacing: 0.1em;
  69. padding-left: -0.1em;
  70. margin-bottom: 25px;
  71. }
  72.  
  73. h2 {
  74. font-size: 1.8rem;
  75. line-height: 28px;
  76. font-weight: normal;
  77. margin-bottom: 25px;
  78. letter-spacing: 0.1em;
  79. padding-left: -0.1em;
  80. }
  81.  
  82. h3 {
  83. font-size: 1.6rem;
  84. font-weight: normal;
  85. line-height: 2.6rem;
  86. margin-bottom: 20px;
  87. letter-spacing: 0.1em;
  88. padding-left: -0.1em;
  89. }
  90.  
  91. h4 {
  92. font-size: 1.4rem;
  93. margin-bottom: 20px;
  94. letter-spacing: 0.1em;
  95. padding-left: -0.1em;
  96. }
  97.  
  98. h5 {
  99. font-size: 1.4rem;
  100. line-height: 18px;
  101. text-transform: none;
  102. margin-bottom: 20px;
  103. }
  104.  
  105. h6 {
  106. font-size: 1.2rem;
  107. line-height: 16px;
  108. margin-bottom: 20px;
  109. letter-spacing: 0.05em;
  110. padding-left: -0.05em;
  111. }
  112.  
  113. .h2-divider {
  114. height: 1px;
  115. width: 120px;
  116. background: #000;
  117. display: block;
  118. margin: 0 auto 80px auto;
  119. }
  120.  
  121. a, a:hover, a:visited, a:active, a:focus {
  122. color: #446db2;
  123. text-decoration: none;
  124. font-weight: normal;
  125. }
  126.  
  127. a img { border: none; }
  128.  
  129. a > img { vertical-align: bottom; }
  130.  
  131. p,
  132. pre,
  133. ul,
  134. ol,
  135. dl,
  136. dd,
  137. blockquote,
  138. address,
  139. table,
  140. fieldset,
  141. form,
  142. .gallery-row,
  143. .post-thumb,
  144. .video-thumb,
  145. .audio-thumb,
  146. .author-bio { margin-bottom: 20px; }
  147.  
  148. p,
  149. address {
  150. line-height: 24px;
  151. }
  152.  
  153. hr {
  154. margin-bottom: 40px;
  155. border-color: #e9ecec;
  156. }
  157.  
  158. pre {
  159. border: 1px solid #dddddd;
  160. padding: 20px !important;
  161. background: #f1f1f1;
  162. margin-bottom: 30px !important;
  163. margin-top: 20px !important;
  164. white-space: pre-wrap;
  165. font-family: monospace, serif;
  166. font-size: 16px;
  167. color: #999;
  168. }
  169.  
  170. /* subtitle */
  171. .subtitle {
  172. font-family: 'Old Standard TT', serif;
  173. font-style: italic;
  174. color: #666;
  175. font-size: 1.8rem;
  176. line-height: 30px;
  177. margin-top: -65px;
  178. margin-bottom: 65px;
  179. }
  180.  
  181. /* check list */
  182. .check-list {
  183. padding-left: 0;
  184. margin: 0;
  185. list-style: none;
  186. }
  187.  
  188. .check-list:before,
  189. .check-list:after {
  190. content: " ";
  191. display: table;
  192. }
  193.  
  194. .check-list:after {
  195. clear: both;
  196. }
  197.  
  198. .check-list li {
  199. height: 28px;
  200. line-height: 28px;
  201. margin-bottom: 13px;
  202. }
  203.  
  204. .check-list li i {
  205. font-size: 28px;
  206. float: left;
  207. margin-right: 17px;
  208. color: #33BA9C;
  209. }
  210.  
  211. .check-list li.floated {
  212. float: left;
  213. width: 33.333333%;
  214. }
  215.  
  216. .check-list li.disabled i {
  217. color: #D7DCDE;
  218. }
  219.  
  220. /* check list inline */
  221. .check-list.inline li {
  222. float: left;
  223. width: 50%;
  224. }
  225.  
  226. /* property details */
  227. .details-list {
  228. margin: 0 0 40px 0;
  229. padding-left: 0;
  230. list-style: none;
  231. }
  232.  
  233. .details-list:before,
  234. .details-list:after {
  235. content: " ";
  236. display: table;
  237. }
  238.  
  239. .details-list:after {
  240. clear: both;
  241. }
  242.  
  243. .details-list li {
  244. width: 25%;
  245. height: 36px;
  246. line-height: 36px;
  247. margin-bottom: 25px;
  248. display: inline-block;
  249. float: left;
  250. }
  251.  
  252. .details-list i {
  253. font-size: 32px;
  254. color: #61AEE0;
  255. padding-right: 20px;
  256. display: inline-block;
  257. height: 32px;
  258. float: left;
  259. }
  260.  
  261. .details-list span {
  262. display: inline-block;
  263. float: left;
  264. height: 32px;
  265. line-height: 32px;
  266. }
  267.  
  268. /* collapse */
  269. .collapse {
  270. height: 0;
  271. visibility: hidden;
  272. }
  273.  
  274. .in {
  275. visibility: visible;
  276. }
  277.  
  278. /* pull classes */
  279. .pull-left {
  280. float: left;
  281. }
  282.  
  283. .pull-right {
  284. float: right;
  285. }
  286.  
  287. /* back to top */
  288. #back_to_top {
  289. position: fixed;
  290. right: 20px;
  291. top: 85%;
  292. z-index: 99;
  293. display: none;
  294. margin: 0;
  295. width: 48px;
  296. height: 48px;
  297. -webkit-border-radius: 2px;
  298. -moz-border-radius: 2px;
  299. border-radius: 2px;
  300. background: #666 url(img/back_top.png) center center no-repeat;
  301. opacity: 0.25;
  302. -webkit-transition: opacity 0.15s ease-in-out 0s;
  303. -moz-transition: opacity 0.15s ease-in-out 0s;
  304. -o-transition: opacity 0.15s ease-in-out 0s;
  305. transition: opacity 0.15s ease-in-out 0s;
  306. }
  307.  
  308. #back_to_top:hover {
  309. opacity: 1;
  310. }
  311.  
  312. #overlay {
  313. position: fixed;
  314. top: 0;
  315. left: 0;
  316. width: 100%;
  317. height: 100%;
  318. background-color: #000;
  319. filter: alpha(opacity=70);
  320. -moz-opacity:0.7;
  321. -khtml-opacity: 0.7;
  322. opacity: 0.7;
  323. z-index: 999;
  324. display: none;
  325. }
  326.  
  327. /* Structure --------------------------------------------------------------*/
  328. .block {
  329. padding: 80px 0;
  330. }
  331.  
  332. .block.gray {
  333. background: #f6f8f8;
  334. }
  335.  
  336. /* Collapsible contents ---------------------------------------------------*/
  337. .collapsible-container:before,
  338. .collapsible-container:after {
  339. content: " ";
  340. display: table;
  341. }
  342.  
  343. .collapsible-container:after {
  344. clear: both;
  345. }
  346.  
  347. .collapsible-header {
  348. display: none;
  349. }
  350.  
  351. .collapsible-content,
  352. .collapsible-content.open {
  353. height: auto;
  354. overflow: inherit;
  355. }
  356.  
  357. /* Buttons ----------------------------------------------------------------*/
  358. .button-primary {
  359. display: inline-block;
  360. padding: 12px 20px;
  361. background-color: #1ABC9C;
  362. color: #FFFFFF;
  363. vertical-align: middle;
  364. text-align: center;
  365. text-transform: uppercase;
  366. font-weight: 400;
  367. font-size: 14.5px;
  368. cursor: pointer;
  369.  
  370. -webkit-border-radius: 4px;
  371. -moz-border-radius: 4px;
  372. border-radius: 4px;
  373.  
  374. -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  375. -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  376. box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  377.  
  378. -webkit-transition: background 0.1s linear;
  379. -moz-transition: background 0.1s linear;
  380. -o-transition: background 0.1s linear;
  381. transition: background 0.1s linear;
  382. }
  383.  
  384. /* Button States */
  385. .button-primary:hover,
  386. .button-primary:active,
  387. .button-primary:focus,
  388. .button-primary:visited {
  389. background-color: #1ABC9C;
  390. color: #FFFFFF;
  391. }
  392.  
  393. /* Button Sizes */
  394. .button-primary.button-large {
  395. padding: 16px 30px;
  396. font-size: 16.5px;
  397. }
  398.  
  399. .button-primary.button-small {
  400. padding: 8px 18px;
  401. font-size: 12.5px;
  402. }
  403.  
  404. .button-primary.button-mini {
  405. padding: 4px 12px;
  406. font-size: 11.5px;
  407. }
  408.  
  409. .button-primary.button-block {
  410. padding-right: 0;
  411. padding-left: 0;
  412. width: 100%;
  413. }
  414.  
  415. .button-primary + .button-primary {
  416. margin-left: 10px;
  417. }
  418.  
  419. /* Button Inverted */
  420. .button-primary.inverted {
  421. background-color: #5DADE2;
  422. }
  423.  
  424. .button-primary.inverted:hover,
  425. .button-primary.inverted:active,
  426. .button-primary.inverted:focus {
  427. background-color: #5DADE2;
  428. color: #FFFFFF;
  429. }
  430.  
  431. /* Button + icon */
  432. .button-primary i {
  433. position: relative;
  434. top: 1px;
  435. left: -2px;
  436. margin-right: 5px;
  437. }
  438.  
  439. /* Divider ----------------------------------------------------------------*/
  440. .blank_divider {
  441. width: 100%;
  442. height: 20px;
  443. }
  444.  
  445. /*-----------------------------------------------------------------------------------*/
  446. /* 2. Header Styles
  447. /*-----------------------------------------------------------------------------------*/
  448.  
  449. /* header */
  450. .header-wrapper {
  451. height: auto; /* 110px */
  452. padding: 20px 0;
  453. }
  454.  
  455. .header-wrapper [class^="col-"] {
  456. z-index: 999; /* 99 */
  457. }
  458.  
  459.  
  460. /* Site Header Wrapper */
  461. .site-header-wrapper {
  462. position: relative;
  463. }
  464.  
  465. /* Site Branding */
  466. .site-branding {
  467. float: left;
  468. height: auto;
  469. margin-right: 35px;
  470. display: inline-block;
  471. }
  472.  
  473. .header-wrapper #logo {
  474. display: block;
  475. font-size: 1.8rem;
  476. font-weight: normal;
  477. line-height: 60px;
  478. letter-spacing: 0.1em;
  479. text-transform: uppercase;
  480. color: #000;
  481. }
  482.  
  483. .header-wrapper #logo:hover,
  484. .header-wrapper #logo:focus,
  485. .header-wrapper #logo:active {
  486. color: #000;
  487. }
  488.  
  489. .header-wrapper #logo.logo-img {
  490. }
  491.  
  492. .header-wrapper #logo img {
  493. width: auto;
  494. opacity: 1;
  495. vertical-align: top;
  496. -webkit-transition: opacity 0.15s ease-in-out 0s;
  497. -moz-transition: opacity 0.15s ease-in-out 0s;
  498. -o-transition: opacity 0.15s ease-in-out 0s;
  499. transition: opacity 0.15s ease-in-out 0s;
  500. }
  501.  
  502. #logo img.standard {
  503. display: block;
  504. }
  505.  
  506. #logo img.retina {
  507. display: none;
  508. }
  509.  
  510. /* Main Menu Container */
  511. .main-menu-container {
  512. float: right;
  513. position: relative;
  514. display: block;
  515. }
  516.  
  517. #main-nav {
  518. width: auto;
  519. height: 110px;
  520. float: right;
  521. }
  522.  
  523. #main-nav ul {
  524. line-height: 110px;
  525. margin-bottom: 0;
  526. }
  527.  
  528. #main-nav li {
  529. display: inline;
  530. margin-right: 25px;
  531. }
  532.  
  533. #main-nav li:last-child {
  534. margin-right: 0;
  535. }
  536.  
  537. #main-nav li a {
  538. font-size: 1.4rem;
  539. text-transform: uppercase;
  540. color: #7f8c8d;
  541. }
  542.  
  543. /* Language selector */
  544. .site-tools {
  545. position: absolute;
  546. right: 0;
  547. padding: 10px 0;
  548. z-index: 3;
  549. float: right;
  550. }
  551.  
  552. .lang_selector {
  553. margin-bottom: 0;
  554. padding: 0;
  555. z-index: 3;
  556. }
  557.  
  558. .lang_selector li {
  559. list-style: none;
  560. }
  561.  
  562. .lang_selector li a {
  563. background-color: #00BD9C;
  564. display: inline-block;
  565. width: 43px;
  566. height: 43px;
  567. line-height: 43px;
  568. border-radius: 999px;
  569. text-align: center;
  570. color: #FFF;
  571. }
  572.  
  573. .lang_selector li:hover > ul.sub-menu {
  574. display: block;
  575. }
  576.  
  577. .lang_selector .sub-menu {
  578. display: none;
  579. padding-left: 0;
  580. padding-top: 10px;
  581. }
  582.  
  583.  
  584. /*-----------------------------------------------------------------------------------*/
  585. /* 3. Main Content Styles
  586. /*-----------------------------------------------------------------------------------*/
  587.  
  588. /* Gallery ----------------------------------------------------------------*/
  589. #gallery, .rev-slider-gallery {
  590. min-height: 350px;
  591. padding: 0;
  592. background: #f5f5f5;
  593. position: relative;
  594. }
  595.  
  596. /* Revolution slider controls */
  597. #gallery .tp-bullets.simplebullets.round .bullet,
  598. #gallery .tp-bullets.simplebullets.round .bullet:hover,
  599. .rev-slider-gallery .tp-bullets.simplebullets.round .bullet,
  600. .rev-slider-gallery .tp-bullets.simplebullets.round .bullet:hover {
  601. background: url(img/pager.png) no-repeat top left;
  602. width: 21px;
  603. height: 21px;
  604. margin-left: 4px;
  605. }
  606.  
  607. #gallery .tp-bullets.simplebullets.round .bullet.selected,
  608. .rev-slider-gallery .tp-bullets.simplebullets.round .bullet.selected {
  609. background-position: bottom left;
  610. }
  611.  
  612. #gallery .tp-leftarrow.default,
  613. .rev-slider-gallery .tp-leftarrow.default {
  614. background: url(img/slider-controls.png) no-repeat 0 0;
  615. width: 60px;
  616. height: 60px;
  617. }
  618.  
  619. #gallery .tp-rightarrow.default,
  620. .rev-slider-gallery .tp-rightarrow.default {
  621. background: url(img/slider-controls.png) no-repeat 0 -60px;
  622. width:60px;
  623. height:60px;
  624. }
  625.  
  626. /* Reservation ------------------------------------------------------------*/
  627. #reservation {
  628. padding-bottom: 0;
  629. }
  630.  
  631. /* Calendar ---------------------------------------------------------------*/
  632. #calendar {
  633. -moz-transition: height .5s;
  634. -ms-transition: height .5s;
  635. -o-transition: height .5s;
  636. -webkit-transition: height .5s;
  637. transition: height .5s;
  638. height: 0;
  639. overflow: hidden;
  640. }
  641.  
  642. .subtitle.calendar {
  643. margin-bottom: 30px;
  644. }
  645.  
  646. .calendar-inner {
  647. position: relative;
  648. }
  649.  
  650. .calendar-inner a.toggle-calendar {
  651. position: absolute;
  652. right: 20px;
  653. top: 20px;
  654. background: transparent url(img/close_calendar.png) top right no-repeat;
  655. display:block;
  656. width: 39px;
  657. height: 39px;
  658. text-indent: -999em;
  659. overflow: hidden;
  660. }
  661.  
  662. /* check list inline */
  663. #calendar .check-list.inline {
  664. margin: 88px 0 20px 0; /* 50px 0 20px 0 */
  665. }
  666.  
  667. #calendar .check-list.inline li i {
  668. margin-right: 15px;
  669. padding-top: 3px;
  670. }
  671.  
  672. /* available */
  673. #calendar .check-list.inline li.availability.available i {
  674. color: #29bb9c;
  675. }
  676.  
  677. /* booked */
  678. #calendar .check-list.inline li.availability.booked i {
  679. color: #dd6464;
  680. }
  681.  
  682. /* promo */
  683. #calendar .check-list.inline li.availability.promo i {
  684. color: #ba68ba;
  685. }
  686.  
  687. /* Booking ----------------------------------------------------------------*/
  688. #booking {
  689. margin-top: 35px;
  690. padding-top: 0;
  691. padding-bottom: 62px;
  692. }
  693.  
  694. #booking .media {
  695. min-height: 70px;
  696. position: relative;
  697. }
  698.  
  699. #booking .date {
  700. line-height: 24px;
  701. }
  702.  
  703. #booking .media > .pull-left {
  704. margin-right: 18px;
  705. }
  706.  
  707. #booking .title {
  708. display: block;
  709. margin-top: 12px;
  710. font-size: 1.8rem;
  711. color: #000;
  712. }
  713.  
  714. #booking .date-picker {
  715. background: #1abc9c;
  716. width: 65px;
  717. height: 65px;
  718. line-height: 65px;
  719. text-align: center;
  720. display: inline-block;
  721.  
  722. font-size: 2.8rem;
  723. color: #fff;
  724.  
  725. -moz-border-radius: 4px;
  726. -webkit-border-radius: 4px;
  727. border-radius: 4px;
  728.  
  729. box-shadow: 0 3px 0 0px #16A085;
  730. }
  731.  
  732. #booking .setDate {
  733. background-image: url(img/set-date.png);
  734. background-position: center center;
  735. background-repeat: no-repeat;
  736. }
  737.  
  738. #booking .date-picker.blue {
  739. background: #5dade2;
  740. box-shadow: 0 3px 0 0px #2980B9;
  741. }
  742.  
  743. /* price */
  744. #booking .price {
  745. height: 65px;
  746. line-height: 60px;
  747. display: inline-block;
  748. padding: 0 15px;
  749.  
  750. font-size: 2.6rem;
  751. color: #1abc9c;
  752.  
  753. border: 3px solid #1abc9c;
  754. -moz-border-radius: 4px;
  755. -webkit-border-radius: 4px;
  756. border-radius: 4px;
  757. }
  758.  
  759. #booking .price small {
  760. display: none;
  761. /*font-size: 1.8rem;*/
  762. }
  763.  
  764. #booking .btn {
  765. background: #1abc9c;
  766. color: #fff;
  767. font-size: 1.6rem;
  768. text-transform: uppercase;
  769. padding: 15px 60px;
  770. box-shadow: 0 3px 0 0px #16A085!important;
  771. margin: 40px auto 0 auto;
  772. -moz-border-radius: 4px;
  773. -webkit-border-radius: 4px;
  774. border-radius: 4px;
  775. }
  776.  
  777. /* Property details -------------------------------------------------------*/
  778. #property-details.block {
  779. padding-bottom: 0;
  780. }
  781.  
  782. /* Details Gallery --------------------------------------------------------*/
  783. .details-gallery {
  784. margin: 60px 0 0 0;
  785. padding: 0;
  786. }
  787.  
  788. .gallery-item {
  789. width: 25%;
  790. min-height: 100px;
  791. margin: 0;
  792. display: inline-block;
  793. float: left;
  794. overflow: hidden;
  795. position: relative;
  796. }
  797.  
  798. .gallery-item .hover-wrap {
  799. position: relative;
  800. display: block;
  801. overflow: hidden;
  802. width: 100%;
  803. height: 100%;
  804. }
  805.  
  806. .gallery-item img {
  807. width: 100%;
  808. }
  809.  
  810. /* Thumb transitions */
  811. .gallery-item img {
  812. -webkit-transition: all 0.4s ease;
  813. -moz-transition: all 0.4s ease;
  814. -o-transition: all 0.4s ease;
  815. transition: all 0.4s ease;
  816. }
  817.  
  818. .gallery-item:hover img {
  819. -webkit-transform: scale(1.1);
  820. -moz-transform: scale(1.1);
  821. -ms-transform: scale(1.1);
  822. -o-transform: scale(1.1);
  823. transform: scale(1.1);
  824. }
  825.  
  826. .gallery-item .overlay {
  827. position: absolute;
  828. top: 0;
  829. left: 0;
  830. right: 0;
  831. bottom: 0;
  832. display: block;
  833. opacity: 0;
  834. filter: alpha(opacity=0);
  835.  
  836. background-color: rgba(1, 188, 158, .75);
  837. background-image: url(img/zoom.png);
  838. background-position: center 40%;
  839. background-repeat: no-repeat;
  840.  
  841. -webkit-transition: opacity 0.15s ease-in-out 0s;
  842. -moz-transition: opacity 0.15s ease-in-out 0s;
  843. -o-transition: opacity 0.15s ease-in-out 0s;
  844. transition: opacity 0.15s ease-in-out 0s;
  845. }
  846.  
  847. .gallery-item:hover .overlay {
  848. opacity: 1;
  849. filter: alpha(opacity=1);
  850. }
  851.  
  852. .gallery-item .overlay-meta {
  853. position: absolute;
  854. bottom: 20px;
  855. left: 20px;
  856. }
  857.  
  858. .gallery-item .overlay-meta h3 {
  859. font-size: 1.4rem;
  860. color: #fff;
  861. font-weight: normal;
  862. margin-bottom: 0;
  863. }
  864.  
  865. .gallery-item .overlay-meta .caption {
  866. font-family: 'Old Standard TT', serif;
  867. font-style: italic;
  868. color: #fff;
  869. font-size: 1.6rem;
  870. line-height: 28px;
  871. }
  872.  
  873. /* Owners -----------------------------------------------------------------*/
  874. #owners .media .media-heading {
  875. font-size: 1.6rem;
  876. font-weight: normal;
  877. text-transform: uppercase;
  878. color: #666;
  879. margin: 15px 0 5px 0;
  880. }
  881.  
  882. #owners .media .subtitle {
  883. margin: 0 0 10px 0;
  884. }
  885.  
  886. #owners .media img {
  887. -webkit-border-radius: 100%;
  888. -moz-border-radius: 100%;
  889. border-radius: 100%;
  890. }
  891.  
  892. /* Experiences ------------------------------------------------------------*/
  893. #experiences .card-list {
  894. list-style: none;
  895. margin-top: 65px;
  896. margin-bottom: 0;
  897. padding-left: 0;
  898. }
  899.  
  900. #experiences .card-item {
  901. background-color: #f0f0f0;
  902. -webkit-border-radius: 6px;
  903. -moz-border-radius: 6px;
  904. border-radius: 6px;
  905. overflow: hidden;
  906. }
  907.  
  908. #experiences .card-item .card-heading {
  909. min-height: 150px;
  910. background-position: center center;
  911. background-size: 120%;
  912. }
  913.  
  914. #experiences .card-item .card-heading.placeholder {
  915. background-color: #D7DCDE;
  916. text-align: center;
  917. color: #FFF;
  918. }
  919.  
  920. #experiences .card-item .card-heading.placeholder i {
  921. font-size: 50px;
  922. display: inline-block;
  923. margin-top: 20%;
  924. }
  925.  
  926. #experiences .card-item .card-meta {
  927. padding: 25px 28px;
  928. }
  929.  
  930. #experiences .card-meta h4 {
  931. color: #464646;
  932. margin-bottom: 10px;
  933. font-style: normal;
  934. }
  935.  
  936. #experiences .card-meta p {
  937. font-family: 'Old Standard TT', serif;
  938. font-style: italic;
  939. color: #737575;
  940. height: 72px;
  941. }
  942.  
  943. #experiences .card-meta a,
  944. #experiences .card-meta a:hover,
  945. #experiences .card-meta a:visited,
  946. #experiences .card-meta a:active {
  947. font-family: 'Old Standard TT', serif;
  948. font-style: italic;
  949. font-size: 16px;
  950. color: #0e0e0e;
  951. }
  952.  
  953. #experiences .owl-controls {
  954. margin-top: 20px;
  955. text-align: center;
  956. }
  957.  
  958. #experiences .owl-carousel .owl-controls .owl-dot.active {
  959. background: #919292;
  960. }
  961.  
  962.  
  963. /* Weather ----------------------------------------------------------------*/
  964. #weather .weather-stats {
  965. padding: 60px 0;
  966. }
  967.  
  968. #weather .weather-stats .row {
  969. margin: 0;
  970. }
  971.  
  972. /* Select */
  973. #weather .fancy-select {
  974. float: none;
  975. display: inline-flex; /* check */
  976. width: auto;
  977. z-index: 999;
  978. }
  979.  
  980. #weather div.fancy-select div.trigger {
  981. background: transparent;
  982. padding: 0 15px 0 0;
  983. font-size: inherit;
  984. color: #446DB2;
  985. height: auto;
  986. line-height: inherit;
  987. box-shadow: none;
  988. -webkit-box-shadow: none;
  989. width: auto;
  990. border-radius: 0;
  991.  
  992. overflow: visible; /* CHECK per ARROW */
  993. }
  994.  
  995. div.fancy-select i {
  996. display: none!important;
  997. }
  998.  
  999. #weather div.fancy-select i {
  1000. font-size: 10px;
  1001. padding-left: 5px;
  1002. color: #446DB2;
  1003. position: absolute;
  1004. right: 0;
  1005. padding-top: 2px;
  1006. display: inline-block!important;
  1007. }
  1008.  
  1009. #weather div.fancy-select ul.options {
  1010. background-color: #FFF!important;
  1011. padding: 0;
  1012. border-radius: 4px;
  1013. -webkit-border-radius: 4px;
  1014. -moz-border-radius: 4px;
  1015.  
  1016. top: 40px;
  1017. left: -65px;
  1018. width: 170px;
  1019. border: 0;
  1020.  
  1021. height: 165px;
  1022. max-height: 165px;
  1023. overflow-y: scroll;
  1024. }
  1025.  
  1026. #weather div.fancy-select div.trigger.open::before {
  1027. content: ' ';
  1028. position: absolute;
  1029. width: 0;
  1030. height: 0;
  1031. left: 10px;
  1032. top: 20px;
  1033. border: 10px solid;
  1034. border-color: transparent transparent #f0f0f0 transparent;
  1035. }
  1036.  
  1037. #weather div.fancy-select ul.options li {
  1038. font-family: 'Montserrat', sans-serif!important;
  1039. font-style: normal;
  1040. color: #666;
  1041. padding: 8px 0;
  1042. font-size: 14px;
  1043. background-color: #F0F0F0;
  1044. border-bottom: 1px solid #FFF;
  1045. margin: 0;
  1046. }
  1047.  
  1048. #weather div.fancy-select ul.options li.selected {
  1049. background-color: #61aee0!important;
  1050. color: #FFF;
  1051. }
  1052.  
  1053. #weather div.fancy-select ul.options li:last-child {
  1054. border: 0;
  1055. }
  1056.  
  1057. /* Left area*/
  1058. #weather .degree i {
  1059. font-size: 100px;
  1060. color: #61AEE0;
  1061. float: left;
  1062. }
  1063.  
  1064. #weather .degree p {
  1065. float: left;
  1066. margin-top: 23px;
  1067. margin-left: 20px;
  1068. text-transform: uppercase;
  1069. }
  1070.  
  1071. #weather .degree .value {
  1072. display: block;
  1073. font-size: 32px;
  1074. padding-top: 3px;
  1075. }
  1076.  
  1077. /* Right area */
  1078. #weather .summary ul {
  1079. list-style: none;
  1080. padding: 0;
  1081. margin-top: 23px;
  1082. margin-bottom: 0;
  1083. }
  1084.  
  1085. #weather .summary i {
  1086. float: left;
  1087. font-size: 24px;
  1088. padding-right: 16px;
  1089. line-height: 30px;
  1090. color: #61AEE0;
  1091. }
  1092.  
  1093. #weather .data-info {
  1094. font-family: 'Old Standard TT', serif;
  1095. font-style: italic;
  1096. color: #999;
  1097. text-align: center;
  1098. font-size: 14px;
  1099. }
  1100.  
  1101. #weather .data-info i {
  1102. float: left;
  1103. font-size: 16px;
  1104. line-height: 26px;
  1105. padding-right: 10px;
  1106. }
  1107.  
  1108. #weather .data-info p {
  1109. display: inline-block;
  1110. margin: 0;
  1111. }
  1112.  
  1113.  
  1114. /* Directions -------------------------------------------------------------*/
  1115. #directions {
  1116. position: relative;
  1117. }
  1118.  
  1119. .map-arrow {
  1120. position: absolute;
  1121. bottom: -28px;
  1122. z-index: 999;
  1123. width: 100%;
  1124. height: 28px;
  1125. background: transparent url(img/map-arrow.png) top center no-repeat;
  1126. }
  1127.  
  1128. /* map */
  1129. #map {
  1130. padding: 0;
  1131. height: 430px; /* 385px; */
  1132. background: #fff;
  1133. position: relative;
  1134. }
  1135.  
  1136. /* Contacts ---------------------------------------------------------------*/
  1137. #contacts .h2-divider {
  1138. margin: 0 0 25px 0;
  1139. }
  1140.  
  1141.  
  1142. /*-----------------------------------------------------------------------------------*/
  1143. /* 4. Post Content Styles
  1144. /*-----------------------------------------------------------------------------------*/
  1145.  
  1146. .post-container {
  1147. padding-bottom: 50px;
  1148. margin-bottom: 50px;
  1149. border-bottom: 1px solid #e9ecec;
  1150. }
  1151.  
  1152. .entry-meta .published {
  1153. font-family: 'Old Standard TT', serif;
  1154. font-style: italic;
  1155. color: #666;
  1156. font-size: 1.6rem;
  1157. line-height: 30px;
  1158. display: inline-block;
  1159. margin-bottom: 10px;
  1160. }
  1161.  
  1162. .entry-meta .comment-count a,
  1163. .entry-meta a.post-edit-link {
  1164. font-family: 'Old Standard TT', serif;
  1165. font-style: italic;
  1166. font-size: 1.6rem;
  1167. line-height: 30px;
  1168. }
  1169.  
  1170. .entry-title a,
  1171. .entry-title a:hover,
  1172. .entry-title a:visited {
  1173. color: #000;
  1174. text-decoration: none;
  1175. }
  1176.  
  1177. .post-thumb img {
  1178. width: 100%;
  1179. height: auto;
  1180. }
  1181.  
  1182. .more-link {
  1183. font-family: 'Old Standard TT', serif;
  1184. font-style: italic;
  1185. font-size: 1.8rem;
  1186. line-height: 30px;
  1187. display: block;
  1188. margin-top: 10px;
  1189. }
  1190.  
  1191. /* Post Contents Styles ---------------------------------------------------*/
  1192. .post-link,
  1193. .post-quote {
  1194. background: #FBFBFB;
  1195. padding: 30px;
  1196. margin-bottom: 20px;
  1197. text-align: center;
  1198. }
  1199.  
  1200. .quote-author {
  1201. font-family: 'Old Standard TT', serif;
  1202. font-style: italic;
  1203. font-size: 1.6rem;
  1204. line-height: 30px;
  1205. margin-bottom: 0;
  1206. }
  1207.  
  1208. .audio-thumb {
  1209. margin-top: 10px;
  1210. }
  1211.  
  1212. /* Editor styles ----------------------------------------------------------*/
  1213. blockquote {
  1214. padding: 10px 20px;
  1215. margin: 0 0 20px;
  1216. border-left: 5px solid #eee;
  1217. }
  1218.  
  1219. blockquote p {
  1220. font-family: 'Old Standard TT', serif;
  1221. font-style: italic;
  1222. color: #333;
  1223. font-size: 1.8rem;
  1224. line-height: 30px;
  1225. }
  1226.  
  1227. ul, ol {
  1228. padding-left: 20px;
  1229. margin-bottom: 40px;
  1230. }
  1231.  
  1232. ul {
  1233. list-style: disc inside;
  1234. }
  1235.  
  1236. ol {
  1237. list-style: decimal inside;
  1238. }
  1239.  
  1240. li {
  1241. margin-bottom: 10px;
  1242. }
  1243.  
  1244. .post-container li {
  1245. line-height: 24px;
  1246. }
  1247.  
  1248. .dropcap {
  1249. font-family: 'Old Standard TT', serif;
  1250. font-style: italic;
  1251. color: #333;
  1252. font-size: 3.8rem;
  1253. line-height: 38px;
  1254. display: block;
  1255. float: left;
  1256. margin: 4px 12px 0 0;
  1257. }
  1258.  
  1259. .highlight-text {
  1260. padding: 0 4px;
  1261. background-color: #57AEDD;
  1262. color: #FFFFFF;
  1263. }
  1264.  
  1265. .special-heading {
  1266. padding: 0 0 15px 0;
  1267. margin: 0;
  1268. width: 100%;
  1269. line-height: 1em;
  1270. overflow: hidden;
  1271. }
  1272.  
  1273. .special-heading:before, .special-heading:after{
  1274. content: "";
  1275. width: 200%;
  1276. height: 1px;
  1277. display: inline-block;
  1278. background-color: #ecf0f1;
  1279. position: relative;
  1280. vertical-align: bottom;
  1281. margin: 0 -200% 0 0;
  1282. left: 20px;
  1283. bottom: 6px;
  1284. }
  1285.  
  1286. .special-heading:before{
  1287. left: -20px;
  1288. margin: 0 0 0 -200%;
  1289. }
  1290.  
  1291. /* default Wp editor styles */
  1292. .wp-caption {
  1293. font-size: 100%;
  1294. }
  1295. .wp-caption-text {
  1296. font-size: 100%;
  1297. }
  1298. .sticky {
  1299. font-size: 100%;
  1300. }
  1301. .gallery-caption {
  1302. font-size: 100%;
  1303. }
  1304. .bypostauthor {
  1305. font-size: 100%;
  1306. }
  1307. .alignright {
  1308. float: right;
  1309. padding-left: 20px;
  1310. }
  1311. .alignleft {
  1312. float: left;
  1313. padding-right: 20px;
  1314. }
  1315. .aligncenter {
  1316. margin-left: auto;
  1317. margin-right: auto;
  1318. display: block;
  1319. padding-bottom: 20px;
  1320. }
  1321. .alignnone {
  1322. display: inline-block;
  1323. padding: 0 10px;
  1324. }
  1325.  
  1326.  
  1327. /* Mediaelement styles ----------------------------------------------------*/
  1328. audio, canvas, video {
  1329. outline: none;
  1330. }
  1331.  
  1332. .mejs-container {
  1333. position: relative;
  1334. min-width: 150px;
  1335. width: 100% !important;
  1336. outline: none;
  1337. background: none;
  1338. vertical-align: top;
  1339. text-align: left;
  1340. text-decoration: none;
  1341. font-family: sans-serif;
  1342. }
  1343.  
  1344. .me-plugin {
  1345. position: absolute;
  1346. }
  1347.  
  1348. .mejs-embed, .mejs-embed body {
  1349. overflow: hidden;
  1350. margin: 0;
  1351. padding: 0;
  1352. width: 100%;
  1353. height: 100%;
  1354. background: #000;
  1355. }
  1356.  
  1357. .mejs-container-fullscreen {
  1358. position: fixed;
  1359. top: 0;
  1360. right: 0;
  1361. bottom: 0;
  1362. left: 0;
  1363. z-index: 1000;
  1364. overflow: hidden;
  1365. }
  1366.  
  1367. .mejs-container-fullscreen .mejs-mediaelement,
  1368. .mejs-container-fullscreen video {
  1369. width: 100%;
  1370. height: 100%;
  1371. background: #000000;
  1372. }
  1373.  
  1374. /* Layers */
  1375. .mejs-background {
  1376. position: absolute;
  1377. top: 0;
  1378. left: 0;
  1379. }
  1380.  
  1381. .mejs-mediaelement {
  1382. position: absolute;
  1383. top: 0;
  1384. left: 0;
  1385. width: 100%;
  1386. height: 100%;
  1387. }
  1388.  
  1389. .mejs-poster {
  1390. position: absolute;
  1391. top: 0;
  1392. left: 0;
  1393. overflow: hidden;
  1394. }
  1395.  
  1396. .mejs-poster img {
  1397. display: block;
  1398. padding: 0;
  1399. width: 100%;
  1400. height: 100%;
  1401. border: 0;
  1402. border: 0;
  1403. }
  1404.  
  1405. .mejs-overlay {
  1406. position: absolute;
  1407. top: 0;
  1408. left: 0;
  1409. width: 100% !important;
  1410. height: 100% !important;
  1411. }
  1412.  
  1413. .mejs-overlay-play {
  1414. width: 100% !important;
  1415. height: 100% !important;
  1416. cursor: pointer;
  1417. }
  1418.  
  1419. .mejs-overlay-button {
  1420. position: absolute;
  1421. top: 50%;
  1422. left: 50%;
  1423. margin: -35px 0 0 -35px;
  1424. width: 70px;
  1425. height: 70px;
  1426. -webkit-border-radius: 70px;
  1427. -moz-border-radius: 70px;
  1428. border-radius: 70px;
  1429. background-color: rgba(0,0,0,0.5);
  1430. background-image: url(img/mediaelement/bigplay.png);
  1431. background-position: center center;
  1432. background-repeat: no-repeat;
  1433. -webkit-transition: background 0.15s ease-in-out 0s;
  1434. -moz-transition: background 0.15s ease-in-out 0s;
  1435. -o-transition: background 0.15s ease-in-out 0s;
  1436. transition: background 0.15s ease-in-out 0s;
  1437. }
  1438.  
  1439. .mejs-overlay:hover .mejs-overlay-button {
  1440. background-color: #1ABC9C;
  1441. }
  1442.  
  1443. .mejs-overlay-loading {
  1444. position: absolute;
  1445. top: 50%;
  1446. left: 50%;
  1447. display: none;
  1448. margin: -40px 0 0 -40px;
  1449. width: 80px;
  1450. height: 80px;
  1451. }
  1452.  
  1453. .mejs-overlay-loading span {
  1454. display: block;
  1455. width: 80px;
  1456. height: 80px;
  1457. border-radius: 40px;
  1458. background: #3A3C3D url(img/mediaelement/loading.gif) 50% 50% no-repeat;
  1459. }
  1460.  
  1461. /* Control Bar */
  1462. .mejs-container .mejs-controls {
  1463. position: absolute;
  1464. bottom: 0;
  1465. left: 0;
  1466. -webkit-box-sizing: border-box;
  1467. -moz-box-sizing: border-box;
  1468. box-sizing: border-box;
  1469. margin: 0;
  1470. padding: 0;
  1471. padding: 10px;
  1472. width: 100%;
  1473. height: 50px;
  1474. background: #333;
  1475. list-style: none;
  1476.  
  1477. border-radius: 4px;
  1478. -webkit-border-radius: 4px;
  1479. -moz-border-radius: 4px;
  1480. }
  1481.  
  1482. /* Format video */
  1483. .format-video .mejs-container .mejs-controls {
  1484. border-radius: 0 0 4px 4px;
  1485. -webkit-border-radius: 0 0 4px 4px;
  1486. -moz-border-radius: 0 0 4px 4px;
  1487. bottom: -4px;
  1488. }
  1489.  
  1490. .mejs-container .mejs-controls div {
  1491. display: block;
  1492. float: left;
  1493. margin: 0;
  1494. padding: 0;
  1495. width: 32px;
  1496. height: 30px;
  1497. list-style-type: none;
  1498. font-size: 11px;
  1499. font-family: sans-serif;
  1500. line-height: 11px;
  1501. }
  1502.  
  1503. .mejs-controls .mejs-button button {
  1504. position: absolute;
  1505. display: block;
  1506. margin: 7px 7px 0 9px;
  1507. padding: 0;
  1508. width: 15px;
  1509. height: 16px;
  1510. border: 0;
  1511. background: transparent url(img/mediaelement/controls.png) no-repeat;
  1512. text-decoration: none;
  1513. font-size: 0;
  1514. line-height: 0;
  1515. cursor: pointer;
  1516. }
  1517.  
  1518. /* :focus for accessibility */
  1519. .mejs-controls .mejs-button button:focus {
  1520. }
  1521.  
  1522. /* Time lenght information */
  1523. .mejs-container .mejs-controls .mejs-time {
  1524. display: block;
  1525. overflow: hidden;
  1526. -webkit-box-sizing: content-box;
  1527. -moz-box-sizing: content-box;
  1528. box-sizing: content-box;
  1529. padding: 8px 8px 5px 10px;
  1530. /*width: auto;*/
  1531. height: 17px;
  1532. color: #FFFFFF;
  1533. text-align: center;
  1534. }
  1535.  
  1536. .mejs-container .mejs-controls .mejs-time span {
  1537. display: block;
  1538. float: left;
  1539. margin: 2px 2px 0 2px;
  1540. width: auto;
  1541. color: #DDDDDD;
  1542. font-size: 11px;
  1543. line-height: 12px;
  1544. }
  1545.  
  1546. .mejs-time.mejs-currenttime-container {
  1547. display: none !important;
  1548. }
  1549.  
  1550. /* Controls - Play / Pause */
  1551. .mejs-container .mejs-controls .mejs-playpause-button {
  1552. width: 30px;
  1553. background: none;
  1554. cursor: pointer;
  1555. }
  1556.  
  1557. .mejs-controls .mejs-playpause-button button {
  1558. margin: 7px 8px;
  1559. }
  1560.  
  1561. .mejs-controls .mejs-play button {
  1562. background-position: 0 0;
  1563. }
  1564.  
  1565. .mejs-controls .mejs-play:hover button {
  1566. background-position: 0 -32px;
  1567. }
  1568.  
  1569. .mejs-controls .mejs-pause button {
  1570. background-position: 0 -16px;
  1571. }
  1572.  
  1573. .mejs-controls .mejs-pause:hover button {
  1574. background-position: 0 -48px;
  1575. }
  1576.  
  1577. /* Controls - Stop */
  1578. .mejs-controls .mejs-stop button {
  1579. background-position: -112px 0;
  1580. }
  1581.  
  1582. .mejs-controls .mejs-stop:hover button {
  1583. background-position: -112px -32px;
  1584. }
  1585.  
  1586. /* Progress Bar */
  1587. .mejs-controls div.mejs-time-rail {
  1588. width: 200px;
  1589. }
  1590.  
  1591. .mejs-controls .mejs-time-rail span {
  1592. position: absolute;
  1593. display: block;
  1594. width: 180px;
  1595. height: 7px;
  1596. background: #3B3D3D;
  1597. cursor: pointer;
  1598. }
  1599.  
  1600. .mejs-controls .mejs-time-rail .mejs-time-total {
  1601. margin: 11px 8px 0 10px;
  1602. }
  1603.  
  1604. .mejs-controls .mejs-time-rail .mejs-time-buffering {
  1605. z-index: 1;
  1606. width: 100%;
  1607. background: #3B3D3D;
  1608. }
  1609.  
  1610. .mejs-controls .mejs-time-rail .mejs-time-loaded {
  1611. width: 0;
  1612. background: #3B3D3D;
  1613. }
  1614.  
  1615. .mejs-controls .mejs-time-rail .mejs-time-current {
  1616. z-index: 1;
  1617. width: 0;
  1618. background: #1ABC9C;
  1619.  
  1620. -webkit-border-radius: 22px;
  1621. -moz-border-radius: 22px;
  1622. border-radius: 22px;
  1623. }
  1624.  
  1625. .mejs-controls .mejs-time-rail .mejs-time-handle {
  1626. position: absolute;
  1627. top: 1px;
  1628. z-index: 1;
  1629. display: none;
  1630. margin: 0;
  1631. width: 5px;
  1632. background: transparent;
  1633. text-align: center;
  1634. cursor: pointer;
  1635. }
  1636.  
  1637. .mejs-controls .mejs-time-rail .mejs-time-float {
  1638. position: absolute;
  1639. top: -26px;
  1640. display: none !important;
  1641. margin-left: -18px;
  1642. width: 36px;
  1643. height: 17px;
  1644. -webkit-border-radius: 4px;
  1645. -moz-border-radius: 4px;
  1646. border-radius: 4px;
  1647. background: #C2C8CF;
  1648. box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  1649. color: #111;
  1650. text-align: center;
  1651. }
  1652.  
  1653. .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
  1654. display: none !important;
  1655. }
  1656.  
  1657. .mejs-controls .mejs-time-rail .mejs-time-float-current {
  1658. left: 0;
  1659. display: block;
  1660. margin: 3px;
  1661. width: 30px;
  1662. text-align: center;
  1663. }
  1664.  
  1665. .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  1666. position: absolute;
  1667. top: 17px;
  1668. left: 13px;
  1669. display: block;
  1670. width: 0;
  1671. height: 0;
  1672. border: solid 4px #C2C8CF;
  1673. border-color: #C2C8CF transparent transparent transparent;
  1674. -webkit-border-radius: 0;
  1675. -moz-border-radius: 0;
  1676. border-radius: 0;
  1677. line-height: 0;
  1678. }
  1679.  
  1680. /* Fullscreen */
  1681. .mejs-controls .mejs-fullscreen-button button {
  1682. background-position: -32px 0;
  1683. }
  1684.  
  1685. .mejs-controls .mejs-unfullscreen button {
  1686. background-position: -32px -16px;
  1687. }
  1688.  
  1689. /* Controls - Volume */
  1690. .mejs-controls .mejs-volume-button {
  1691. }
  1692.  
  1693. .mejs-controls .mejs-mute button {
  1694. background-position: -16px -16px;
  1695. }
  1696.  
  1697. .mejs-controls .mejs-mute button:hover {
  1698. background-position: -16px -48px;
  1699. }
  1700.  
  1701. .mejs-controls .mejs-unmute button {
  1702. background-position: -16px 0;
  1703. }
  1704.  
  1705. .mejs-controls .mejs-unmute button:hover {
  1706. background-position: -16px -32px;
  1707. }
  1708.  
  1709. .mejs-controls .mejs-volume-button {
  1710. position: relative;
  1711. }
  1712.  
  1713. .mejs-controls .mejs-volume-button .mejs-volume-slider {
  1714. position: absolute;
  1715. top: -68px;
  1716. left: 1px;
  1717. z-index: 1;
  1718. display: none;
  1719. margin: 0;
  1720. width: 32px;
  1721. height: 68px;
  1722. background: #000;
  1723.  
  1724. -webkit-border-radius: 4px;
  1725. -moz-border-radius: 4px;
  1726. border-radius: 4px;
  1727. }
  1728.  
  1729. .mejs-controls .mejs-volume-button:hover {
  1730. -webkit-border-radius: 0 0 4px 4px;
  1731. -moz-border-radius: 0 0 4px 4px;
  1732. border-radius: 0 0 4px 4px;
  1733. }
  1734.  
  1735. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  1736. position: absolute;
  1737. top: 8px;
  1738. left: 13px;
  1739. margin: 0;
  1740. padding: 0;
  1741. width: 7px;
  1742. height: 46px;
  1743. background: #373A3A;
  1744. }
  1745.  
  1746. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  1747. position: absolute;
  1748. top: 6px;
  1749. left: 13px;
  1750. margin: 0px;
  1751. width: 7px;
  1752. height: 50px;
  1753. background: #1ABC9C;
  1754. background-position: bottom;
  1755.  
  1756. -webkit-border-radius: 4px;
  1757. -moz-border-radius: 4px;
  1758. border-radius: 4px;
  1759. }
  1760.  
  1761. .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  1762. position: absolute;
  1763. top: 16px;
  1764. left: 14px;
  1765. margin: 0;
  1766. width: 5px;
  1767. height: 5px;
  1768. background: transparent;
  1769. }
  1770.  
  1771.  
  1772. /* Controls - Volume horizontal */
  1773. .mejs-controls div.mejs-horizontal-volume-slider {
  1774. position: relative;
  1775. width: 62px;
  1776. height: 26px;
  1777. background: none;
  1778. }
  1779.  
  1780. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  1781. position: absolute;
  1782. top: 11px;
  1783. left: 0;
  1784. margin: 0;
  1785. padding: 1px;
  1786. width: 50px;
  1787. height: 7px;
  1788. background: #373A3A;
  1789. font-size: 1px;
  1790. }
  1791.  
  1792. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  1793. position: absolute;
  1794. top: 11px;
  1795. left: 0;
  1796. padding: 0;
  1797. width: 50px;
  1798. height: 7px;
  1799. background: #1ABC9C;
  1800. font-size: 1px;
  1801.  
  1802. -webkit-border-radius: 22px;
  1803. -moz-border-radius: 22px;
  1804. border-radius: 22px;
  1805. }
  1806.  
  1807. .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  1808. display: none;
  1809. }
  1810.  
  1811. /* Track - Captions and Chapters */
  1812. .mejs-controls .mejs-captions-button {
  1813. position: relative;
  1814. }
  1815.  
  1816. .mejs-controls .mejs-captions-button button {
  1817. background-position: -48px 0;
  1818. }
  1819.  
  1820. .mejs-controls .mejs-captions-button:hover button {
  1821. background-position: -48px -32px;
  1822. }
  1823.  
  1824. .mejs-controls .mejs-captions-button .mejs-captions-selector {
  1825. position: absolute;
  1826. right: -10px;
  1827. bottom: 30px;
  1828. visibility: hidden;
  1829. overflow: hidden;
  1830. padding: 10px;
  1831. width: 130px;
  1832. height: 100px;
  1833. border: solid 1px transparent;
  1834. -webkit-border-radius: 0;
  1835. -moz-border-radius: 0;
  1836. border-radius: 0;
  1837. background: #3A3C3D;
  1838. }
  1839.  
  1840. .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  1841. display: block;
  1842. overflow: hidden;
  1843. margin: 0;
  1844. padding: 0;
  1845. list-style-type: none !important;
  1846. }
  1847.  
  1848. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  1849. display: block;
  1850. overflow: hidden;
  1851. margin: 0 0 6px 0;
  1852. padding: 0;
  1853. color: #fff;
  1854. list-style-type: none !important;
  1855. }
  1856.  
  1857. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  1858. float: left;
  1859. clear: both;
  1860. margin: 3px 3px 0 5px;
  1861. }
  1862.  
  1863. .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  1864. float: left;
  1865. padding: 4px 0 0 0;
  1866. width: 100px;
  1867. font-size: 10px;
  1868. font-family: sans-serif;
  1869. line-height: 15px;
  1870. }
  1871.  
  1872. .mejs-controls .mejs-captions-button .mejs-captions-translations {
  1873. margin: 0 0 5px 0;
  1874. font-size: 10px;
  1875. }
  1876.  
  1877. .mejs-chapters {
  1878. position: absolute;
  1879. top: 0;
  1880. left: 0;
  1881. z-index: 1;
  1882. width: 10000px;
  1883. -xborder-right: solid 1px #FFFFFF;
  1884. }
  1885.  
  1886. .mejs-chapters .mejs-chapter {
  1887. position: absolute;
  1888. float: left;
  1889. overflow: hidden;
  1890. border: 0;
  1891. background: #3A3C3D;
  1892. }
  1893.  
  1894. .mejs-chapters .mejs-chapter .mejs-chapter-block {
  1895. display: block;
  1896. padding: 5px;
  1897. border-right: solid 1px #313335;
  1898. border-right: solid 1px rgba(49, 51, 53, .7);
  1899. border-bottom: solid 1px #313335;
  1900. border-bottom: solid 1px rgba(49, 51, 53, .7);
  1901. color: #fff;
  1902. font-size: 11px;
  1903. cursor: pointer;
  1904. }
  1905.  
  1906. .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  1907. border-right: none;
  1908. }
  1909.  
  1910. .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  1911. background: #333333;
  1912. }
  1913.  
  1914. .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  1915. display: block;
  1916. margin: 0 0 3px 0;
  1917. text-overflow: ellipsis;
  1918. white-space: nowrap;
  1919. font-weight: bold;
  1920. font-size: 12px;
  1921. line-height: 12px;
  1922. }
  1923.  
  1924. .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  1925. display: block;
  1926. margin: 3px 0 4px 0;
  1927. text-overflow: ellipsis;
  1928. white-space: nowrap;
  1929. font-size: 12px;
  1930. line-height: 12px;
  1931. }
  1932.  
  1933. .mejs-captions-layer {
  1934. position: absolute;
  1935. bottom: 0;
  1936. left: 0;
  1937. color: #fff;
  1938. text-align: center;
  1939. font-size: 12px;
  1940. line-height: 22px;
  1941. }
  1942.  
  1943. .mejs-captions-layer a {
  1944. color: #fff;
  1945. text-decoration: underline;
  1946. }
  1947.  
  1948. .mejs-captions-layer[lang=ar] {
  1949. font-weight: normal;
  1950. font-size: 20px;
  1951. }
  1952.  
  1953. .mejs-captions-position {
  1954. position: absolute;
  1955. bottom: 15px;
  1956. left: 0;
  1957. width: 100%;
  1958. }
  1959.  
  1960. .mejs-captions-position-hover {
  1961. bottom: 45px;
  1962. }
  1963.  
  1964. .mejs-captions-text {
  1965. padding: 5px 7px;
  1966. -webkit-border-radius: 4px;
  1967. -moz-border-radius: 4px;
  1968. border-radius: 4px;
  1969. background: #3a3c3d;
  1970. background: rgba(58, 60, 61, 0.8);
  1971. }
  1972.  
  1973. .mejs-clear {
  1974. clear: both;
  1975. }
  1976.  
  1977. /* Error */
  1978. .me-cannotplay {
  1979. }
  1980.  
  1981. .me-cannotplay a {
  1982. color: #fff;
  1983. font-weight: bold;
  1984. }
  1985.  
  1986. .me-cannotplay span {
  1987. display: block;
  1988. padding: 15px;
  1989. }
  1990.  
  1991. /* Loop */
  1992. .mejs-controls .mejs-loop-off button {
  1993. background-position: -64px -16px;
  1994. }
  1995.  
  1996. .mejs-controls .mejs-loop-off:hover button {
  1997. background-position: -64px -48px;
  1998. }
  1999.  
  2000. .mejs-controls .mejs-loop-on button {
  2001. background-position: -64px 0;
  2002. }
  2003.  
  2004. .mejs-controls .mejs-loop-on::hover button {
  2005. background-position: -64px -32px;
  2006. }
  2007.  
  2008. /* Backlight */
  2009. .mejs-controls .mejs-backlight-off button {
  2010. background-position: -80px -16px;
  2011. }
  2012.  
  2013. .mejs-controls .mejs-backlight-off:hover button {
  2014. background-position: -80px -48px;
  2015. }
  2016.  
  2017. .mejs-controls .mejs-backlight-on button {
  2018. background-position: -80px 0;
  2019. }
  2020.  
  2021. .mejs-controls .mejs-backlight-on:hover button {
  2022. background-position: -80px -32px;
  2023. }
  2024.  
  2025. /* Picture controls */
  2026. .mejs-controls .mejs-picturecontrols-button {
  2027. background-position: -96px 0;
  2028. }
  2029.  
  2030. .mejs-controls .mejs-picturecontrols-button:hover {
  2031. background-position: -96px -32px;
  2032. }
  2033.  
  2034. /* Context menu */
  2035. .mejs-contextmenu {
  2036. position: absolute;
  2037. top: 0;
  2038. left: 0;
  2039. z-index: 1001;
  2040. padding: 10px;
  2041. width: 150px;
  2042. border: solid 1px #999;
  2043. -webkit-border-radius: 4px;
  2044. -moz-border-radius: 4px;
  2045. border-radius: 4px;
  2046. background: #fff;
  2047. }
  2048.  
  2049. .mejs-contextmenu .mejs-contextmenu-separator {
  2050. margin: 5px 6px;
  2051. height: 1px;
  2052. background: #333;
  2053. font-size: 0;
  2054. }
  2055.  
  2056. .mejs-contextmenu .mejs-contextmenu-item {
  2057. padding: 4px 6px;
  2058. color: #333;
  2059. font-size: 12px;
  2060. font-family: sans-serif;
  2061. cursor: pointer;
  2062. }
  2063.  
  2064. .mejs-contextmenu .mejs-contextmenu-item:hover {
  2065. background: #2C7C91;
  2066. color: #fff;
  2067. }
  2068.  
  2069. /* Source Chooser */
  2070. .mejs-controls .mejs-sourcechooser-button {
  2071. position: relative;
  2072. }
  2073.  
  2074. .mejs-controls .mejs-sourcechooser-button button {
  2075. background-position: -128px 0;
  2076. }
  2077.  
  2078. .mejs-controls .mejs-sourcechooser-button button {
  2079. background-position: -128px -32px;
  2080. }
  2081.  
  2082. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  2083. position: absolute;
  2084. right: -10px;
  2085. bottom: 26px;
  2086. visibility: hidden;
  2087. overflow: hidden;
  2088. padding: 10px;
  2089. width: 130px;
  2090. height: 100px;
  2091. border: solid 1px transparent;
  2092. -webkit-border-radius: 0;
  2093. -moz-border-radius: 0;
  2094. border-radius: 0;
  2095. background: #3A3C3D;
  2096. }
  2097.  
  2098. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  2099. display: block;
  2100. overflow: hidden;
  2101. margin: 0;
  2102. padding: 0;
  2103. list-style-type: none !important;
  2104. }
  2105.  
  2106. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  2107. display: block;
  2108. overflow: hidden;
  2109. margin: 0 0 6px 0;
  2110. padding: 0;
  2111. color: #fff;
  2112. list-style-type: none !important;
  2113. }
  2114.  
  2115. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  2116. float: left;
  2117. clear: both;
  2118. margin: 3px 3px 0 5px;
  2119. }
  2120.  
  2121. .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  2122. float: left;
  2123. padding: 4px 0 0 0;
  2124. width: 100px;
  2125. font-size: 10px;
  2126. font-family: sans-serif;
  2127. line-height: 15px;
  2128. }
  2129.  
  2130.  
  2131. /*-----------------------------------------------------------------------------------*/
  2132. /* 5. Comments
  2133. /*-----------------------------------------------------------------------------------*/
  2134.  
  2135. .comment-area {
  2136. padding-bottom: 70px;
  2137. }
  2138.  
  2139. #comments {
  2140. }
  2141.  
  2142. .comments-title,
  2143. .pings-title,
  2144. #reply-title {
  2145. margin: 0;
  2146. padding: 0 0 10px;
  2147. font-size: 2.2rem;
  2148. line-height: 32px;
  2149. letter-spacing: 0.1em;
  2150. }
  2151.  
  2152. .comment-form {
  2153. margin-top: 30px;
  2154. }
  2155.  
  2156. .commentlist,
  2157. .pinglist {
  2158. margin: 20px 0 80px;
  2159. list-style-type: none;
  2160. }
  2161.  
  2162. .comment-section {
  2163. padding: 30px 0 20px;
  2164. }
  2165.  
  2166. .comment-body {
  2167. border-bottom: 1px solid #EBEDEF;/* e9ecec */
  2168. padding-bottom: 20px;
  2169. }
  2170.  
  2171. .comment-side {
  2172. float: left;
  2173. margin: 0 30px 0 0;
  2174. }
  2175.  
  2176. .comment-side .avatar {
  2177. display: block;
  2178. width: 50px;
  2179. height: 50px;
  2180. -webkit-border-radius: 999px;
  2181. -moz-border-radius: 999px;
  2182. border-radius: 999px;
  2183. }
  2184.  
  2185. .comment .comment-cont {
  2186. margin-left: 80px;
  2187. }
  2188.  
  2189. .comment-author cite,
  2190. .comment-author cite a {
  2191. font-size: 1.6rem;
  2192. font-weight: normal;
  2193. text-transform: uppercase;
  2194. color: #666;
  2195. letter-spacing: 0.05em;
  2196. }
  2197.  
  2198. .comment-author cite a:hover {
  2199. color: #E96045;
  2200. }
  2201.  
  2202. .comment-meta,
  2203. .comment-meta a {
  2204. font-family: 'Old Standard TT', serif;
  2205. font-style: italic;
  2206. color: #666;
  2207. font-size: 1.6rem;
  2208. line-height: 30px;
  2209. }
  2210.  
  2211. a.comment-reply-link {
  2212. color: #446db2;
  2213. }
  2214.  
  2215. .comment-meta a:hover {
  2216. color: #446db2;
  2217. }
  2218.  
  2219. .comment-meta {
  2220. margin: 8px 0 15px;
  2221. }
  2222.  
  2223. .children {
  2224. margin: 0;
  2225. padding: 0;
  2226. list-style: none;
  2227. }
  2228.  
  2229. .children .comment {
  2230. padding-left: 60px;
  2231. }
  2232.  
  2233. .comment-author {
  2234. position: relative;
  2235. }
  2236.  
  2237. .badge_author {
  2238. position: absolute;
  2239. top: 12px;
  2240. right: 10px;
  2241. display: inline-block;
  2242. width: 10px;
  2243. height: 10px;
  2244. -webkit-border-radius: 999px;
  2245. -moz-border-radius: 999px;
  2246. border-radius: 999px;
  2247. background: #E96045;
  2248. opacity: 0.5;
  2249. }
  2250.  
  2251. .nocomments {
  2252. padding: 20px 30px 20px;
  2253. }
  2254.  
  2255. /* Comment Form */
  2256. .logged-in-as {
  2257. font-family: 'Old Standard TT', serif;
  2258. font-style: italic;
  2259. color: #666;
  2260. font-size: 1.6rem;
  2261. line-height: 30px;
  2262. }
  2263.  
  2264. #commentform p {
  2265. overflow: hidden;
  2266. margin: 0 0 35px 0;
  2267. }
  2268.  
  2269. #commentform label {
  2270. display: block;
  2271. margin-bottom: 5px;
  2272. font-weight: 300;
  2273. font-size: 1.6rem;
  2274. color: #000;
  2275. }
  2276.  
  2277. #commentform span.required {
  2278. color: #E96045;
  2279. font-size: 1.8rem;
  2280. }
  2281.  
  2282. #commentform input,
  2283. #commentform textarea,
  2284. #commentform input:focus,
  2285. #commentform textarea:focus {
  2286. background: #efefef;
  2287. border: none;
  2288. padding: 1em;
  2289. -webkit-border-radius: 4px;
  2290. -moz-border-radius: 4px;
  2291. -ms-border-radius: 4px;
  2292. -o-border-radius: 4px;
  2293. border-radius: 4px;
  2294.  
  2295. margin: 0;
  2296. height: auto;
  2297. -webkit-box-shadow: none;
  2298. -moz-box-shadow: none;
  2299. box-shadow: none;
  2300.  
  2301. color: #333;
  2302. font-size: 16px;
  2303. resize: none;
  2304. }
  2305.  
  2306. #commentform input {
  2307. float: left;
  2308. margin-right: 20px;
  2309. -webkit-box-sizing: border-box;
  2310. -moz-box-sizing: border-box;
  2311. box-sizing: border-box;
  2312. width: 50%;
  2313. }
  2314.  
  2315. #commentform textarea {
  2316. -webkit-box-sizing: border-box;
  2317. -moz-box-sizing: border-box;
  2318. box-sizing: border-box;
  2319. width: 100%;
  2320. resize: vertical;
  2321. }
  2322.  
  2323. #commentform #submit {
  2324. background: #1abc9c;
  2325. color: #fff;
  2326. font-size: 1.6rem;
  2327. text-transform: uppercase;
  2328. padding: 15px 30px;
  2329.  
  2330.  
  2331. -moz-border-radius: 4px;
  2332. -webkit-border-radius: 4px;
  2333. border-radius: 4px;
  2334.  
  2335.  
  2336. width: auto;
  2337. border: none;
  2338. display: inline-block;
  2339.  
  2340. vertical-align: middle;
  2341. text-align: center;
  2342. font-weight: 400;
  2343.  
  2344. cursor: pointer;
  2345.  
  2346. -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2347. -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2348. box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2349. }
  2350.  
  2351. #commentform #submit:hover {
  2352. background-color: #1abc9c;
  2353. color: #FFFFFF;
  2354. }
  2355.  
  2356.  
  2357. /*-----------------------------------------------------------------------------------*/
  2358. /* 6. Pagination
  2359. /*-----------------------------------------------------------------------------------*/
  2360.  
  2361. .pagination:before,
  2362. .pagination:after {
  2363. content: " ";
  2364. display: table;
  2365. }
  2366.  
  2367. .pagination:after {
  2368. clear: both;
  2369. }
  2370.  
  2371. .pagination .page-next a,
  2372. .pagination .page-prev a {
  2373. width: 48px;
  2374. height: 48px;
  2375. display: inline-block;
  2376. text-indent: -999em;
  2377. overflow: hidden;
  2378. -webkit-border-radius: 2px;
  2379. -moz-border-radius: 2px;
  2380. border-radius: 2px;
  2381. opacity: 0.6;
  2382. }
  2383.  
  2384. .pagination .page-next a {
  2385. background: #666 url(img/back_top.png) center center no-repeat;
  2386. -webkit-transform: rotate(90deg);
  2387. -moz-transform: rotate(90deg);
  2388. -ms-transform: rotate(90deg);
  2389. -o-transform: rotate(90deg);
  2390. transform: rotate(90deg);
  2391. float: right;
  2392. }
  2393.  
  2394. .pagination .page-prev a {
  2395. background: #666 url(img/back_top.png) center center no-repeat;
  2396. -webkit-transform: rotate(-90deg);
  2397. -moz-transform: rotate(-90deg);
  2398. -ms-transform: rotate(-90deg);
  2399. -o-transform: rotate(-90deg);
  2400. transform: rotate(-90deg);
  2401. float: left;
  2402. }
  2403.  
  2404.  
  2405. /*-----------------------------------------------------------------------------------*/
  2406. /* 7. Footer Styles
  2407. /*-----------------------------------------------------------------------------------*/
  2408.  
  2409. footer {
  2410. background: #f6f8f8;
  2411. padding: 25px 0;
  2412. font-size: 1.2rem;
  2413. text-transform: uppercase;
  2414. }
  2415.  
  2416. footer p {
  2417. margin-bottom: 0;
  2418. }
  2419.  
  2420. footer a,
  2421. footer a:visited,
  2422. footer a:active,
  2423. footer a:hover,
  2424. footer a:link {
  2425. text-decoration: none;
  2426. color: #5f6c6f;
  2427. border: 0;
  2428. }
  2429.  
  2430.  
  2431. /*-----------------------------------------------------------------------------------*/
  2432. /* 8. Page & Page Templates
  2433. /*-----------------------------------------------------------------------------------*/
  2434.  
  2435. /* Page Header styles -----------------------------------------------------*/
  2436. #image-page-title {
  2437. position: relative;
  2438. overflow: hidden;
  2439. }
  2440.  
  2441. .overlay-bg {
  2442. width: 100%;
  2443. height: 100%;
  2444. position: absolute;
  2445. background-color: #f6f8f8;
  2446.  
  2447. filter: alpha(opacity=80);
  2448. -moz-opacity:0.8;
  2449. -khtml-opacity: 0.8;
  2450. opacity: 0.80;
  2451.  
  2452. z-index: 1;
  2453. }
  2454.  
  2455. .page-title {
  2456. padding: 110px 0;
  2457. background-color: #f6f8f8;
  2458. }
  2459.  
  2460. .page-title h2 {
  2461. font-size: 2.2rem;
  2462. line-height: 32px;
  2463. letter-spacing: 0.1em;
  2464.  
  2465. z-index: 99;
  2466. }
  2467.  
  2468. .page-title .h2-divider {
  2469. margin-bottom: 20px;
  2470.  
  2471. z-index: 99;
  2472. }
  2473.  
  2474. .page-title .subtitle {
  2475. margin-top: 0;
  2476.  
  2477. z-index: 99;
  2478. }
  2479.  
  2480. .page-title .entry-meta {
  2481. font-family: 'Old Standard TT', serif;
  2482. font-style: italic;
  2483. color: #666;
  2484. line-height: 30px;
  2485. margin-bottom: 0;
  2486. clear: both;
  2487. }
  2488.  
  2489. .page-title .entry-meta .published,
  2490. .page-title .entry-meta a {
  2491. font-size: 1.8rem;
  2492. }
  2493.  
  2494. /* Page content */
  2495. .page-content {
  2496. padding-top: 80px;
  2497. padding-bottom: 80px;
  2498. }
  2499.  
  2500. /* Contact page template --------------------------------------------------*/
  2501. .page-template-template-contact-php .post-container {
  2502. border-bottom: 0;
  2503. padding-bottom: 0;
  2504. margin-bottom: 0;
  2505. }
  2506.  
  2507. .page-template-template-contact-php aside {
  2508. margin-top: 0;
  2509. padding-top: 0;
  2510. border: 0;
  2511. }
  2512.  
  2513. /* Default page template --------------------------------------------------*/
  2514. .page-template-default .post-container {
  2515. border-bottom: 0;
  2516. padding-bottom: 0;
  2517. margin-bottom: 0;
  2518. }
  2519.  
  2520. /* Experience page template -----------------------------------------------*/
  2521. .single-experience .overlay-bg {
  2522. background: rgba(0,0,0,0.4);
  2523. }
  2524.  
  2525. .single-experience .page-title {
  2526. padding: 160px 0;
  2527. }
  2528.  
  2529. .single-experience .page-title h2,
  2530. .single-experience .page-title .subtitle {
  2531. color: #FFF;
  2532. }
  2533.  
  2534. .single-experience .page-content {
  2535. padding: 0;
  2536. }
  2537.  
  2538. /* Contact Form styles ----------------------------------------------------*/
  2539. .wpcf7-form {
  2540. margin-bottom: 0;
  2541. }
  2542.  
  2543. .wpcf7-form p {
  2544. overflow: hidden;
  2545. margin: 0 0 35px 0;
  2546.  
  2547. font-size: 1.6rem;
  2548. color: #000;
  2549. }
  2550.  
  2551. .wpcf7 p.quote-budget {
  2552. overflow: visible;
  2553. }
  2554.  
  2555. .wpcf7-form-control-wrap.budget {
  2556. display: inline-block;
  2557. margin-bottom: 0;
  2558. width: 50%;
  2559. }
  2560.  
  2561. span.wpcf7-form-control-wrap {
  2562. display: block;
  2563. margin: 5px 0;
  2564. }
  2565.  
  2566. .wpcf7 .watermark {
  2567. color: #BCBCC4 !important;
  2568. }
  2569.  
  2570. .wpcf7 input,
  2571. .wpcf7 textarea,
  2572. .wpcf7 input:focus,
  2573. .wpcf7 textarea:focus {
  2574. background: #efefef;
  2575. border: none;
  2576. padding: 1em;
  2577. -webkit-border-radius: 4px;
  2578. -moz-border-radius: 4px;
  2579. -ms-border-radius: 4px;
  2580. -o-border-radius: 4px;
  2581. border-radius: 4px;
  2582.  
  2583. margin: 0;
  2584. height: auto;
  2585. -webkit-box-shadow: none;
  2586. -moz-box-shadow: none;
  2587. box-shadow: none;
  2588.  
  2589. color: #333;
  2590. font-size: 16px;
  2591. resize: none;
  2592. }
  2593.  
  2594. .wpcf7 input {
  2595. float: left;
  2596. margin-right: 20px;
  2597. -webkit-box-sizing: border-box;
  2598. -moz-box-sizing: border-box;
  2599. box-sizing: border-box;
  2600. width: 50%;
  2601. }
  2602.  
  2603. .wpcf7 textarea {
  2604. -webkit-box-sizing: border-box;
  2605. -moz-box-sizing: border-box;
  2606. box-sizing: border-box;
  2607. width: 100%;
  2608. resize: vertical;
  2609. }
  2610.  
  2611. .wpcf7 .wpcf7-submit {
  2612. background: #1abc9c;
  2613. color: #fff;
  2614. font-size: 1.6rem;
  2615. text-transform: uppercase;
  2616. padding: 15px 30px;
  2617.  
  2618.  
  2619. -moz-border-radius: 4px;
  2620. -webkit-border-radius: 4px;
  2621. border-radius: 4px;
  2622.  
  2623.  
  2624. width: auto;
  2625. border: none;
  2626. display: inline-block;
  2627.  
  2628. vertical-align: middle;
  2629. text-align: center;
  2630. font-weight: 400;
  2631.  
  2632. cursor: pointer;
  2633.  
  2634. -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2635. -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2636. box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  2637. }
  2638.  
  2639. .wpcf7 .wpcf7-submit:hover,
  2640. .wpcf7 .wpcf7-submit:focus,
  2641. .wpcf7 .wpcf7-submit:active {
  2642. background-color: #1abc9c;
  2643. color: #FFFFFF;
  2644. }
  2645.  
  2646. .wpcf7-form.invalid input.wpcf7-not-valid,
  2647. .wpcf7-form.invalid textarea.wpcf7-not-valid,
  2648. .wpcf7-form input:focus:invalid:focus,
  2649. .wpcf7-form textarea:focus:invalid:focus {
  2650. border-color: #E96045;
  2651. -webkit-box-shadow: none;
  2652. -moz-box-shadow: none;
  2653. box-shadow: none;
  2654. }
  2655.  
  2656. .wpcf7-form.invalid span.wpcf7-not-valid-tip {
  2657. display: none;
  2658. }
  2659.  
  2660. .wpcf7 .wpcf7-response-output {
  2661. margin: 0;
  2662. padding: 0;
  2663. }
  2664.  
  2665. .wpcf7 .wpcf7-validation-errors,
  2666. .wpcf7 .wpcf7-mail-sent-ng,
  2667. .wpcf7 .wpcf7-mail-sent-ok {
  2668. border: none;
  2669. }
  2670.  
  2671. .wpcf7 img.ajax-loader {
  2672. margin-left: 15px;
  2673. width: auto;
  2674. }
  2675.  
  2676. /* Icons Example for Demo Content Only ------------------------------------*/
  2677. .icons-example ul {
  2678. margin: 0;
  2679. padding: 0;
  2680. text-align: center;
  2681. }
  2682.  
  2683. .icons-example ul li {
  2684. display: inline-block;
  2685. margin: 15px;
  2686. list-style: none;
  2687. cursor: pointer;
  2688. }
  2689.  
  2690. .icons-example ul li a {
  2691. position: relative;
  2692. display: block;
  2693. width: 66px;
  2694. height: 66px;
  2695. background: transparent;
  2696. -webkit-border-radius: 999px;
  2697. -moz-border-radius: 999px;
  2698. border-radius: 999px;
  2699.  
  2700. -webkit-transition: background 0.15s ease-in-out 0s;
  2701. -moz-transition: background 0.15s ease-in-out 0s;
  2702. -o-transition: background 0.15s ease-in-out 0s;
  2703. transition: background 0.15s ease-in-out 0s;
  2704. }
  2705.  
  2706. .icons-example ul li a:hover {
  2707. background: #1ABC9C;
  2708. }
  2709.  
  2710. .icons-example ul li a i {
  2711. position: absolute;
  2712. top: 50%;
  2713. left: 50%;
  2714. margin: -12px 0 0 -12px;
  2715. color: #000;
  2716. font-size: 24px;
  2717.  
  2718. -webkit-transition: color 0.15s ease-in-out 0s;
  2719. -moz-transition: color 0.15s ease-in-out 0s;
  2720. -o-transition: color 0.15s ease-in-out 0s;
  2721. transition: color 0.15s ease-in-out 0s;
  2722. }
  2723.  
  2724. .icons-example ul li a:hover i {
  2725. color: #FFFFFF;
  2726. }
  2727.  
  2728.  
  2729. /*-----------------------------------------------------------------------------------*/
  2730. /* 9. Widget
  2731. /*-----------------------------------------------------------------------------------*/
  2732.  
  2733. /* Sidebar widget styles --------------------------------------------------*/
  2734. #sidebar .widget {
  2735. margin-bottom: 50px;
  2736. }
  2737.  
  2738. #sidebar .widget:before,
  2739. #sidebar .widget:after {
  2740. content: " ";
  2741. display: table;
  2742. }
  2743. #sidebar .widget:after {
  2744. clear: both;
  2745. }
  2746.  
  2747. #sidebar .widget-title {
  2748. text-transform: uppercase;
  2749. font-size: 1.6rem;
  2750. color: #666;
  2751. }
  2752.  
  2753. #sidebar .widget img {
  2754. max-width: 100%;
  2755. height: auto;
  2756. }
  2757.  
  2758. #sidebar .widget input,
  2759. #sidebar .widget button,
  2760. #sidebar .widget select,
  2761. #sidebar .widget textarea {
  2762. width: 100%;
  2763. }
  2764.  
  2765. /* Widget Rss */
  2766. #sidebar .widget .rss-date {
  2767. display: block;
  2768. font-family: 'Old Standard TT', serif;
  2769. font-style: italic;
  2770. color: #666;
  2771. font-size: 1.6rem;
  2772. line-height: 24px;
  2773. margin-bottom: 10px;
  2774. }
  2775.  
  2776. #sidebar .widget_rss img {
  2777. display: none;
  2778. }
  2779.  
  2780. /* Widget Calendar */
  2781. #sidebar .widget_calendar {
  2782. position: relative;
  2783. }
  2784.  
  2785. #sidebar .widget_calendar table {
  2786. width: 100%;
  2787. border-collapse: collapse;
  2788. }
  2789.  
  2790. #sidebar .widget_calendar table td, #footer-outer #footer-widgets .col .widget_calendar table th {
  2791. text-align: center;
  2792. }
  2793.  
  2794. #sidebar .widget_calendar table tbody td {
  2795. padding: 10px 0;
  2796. border: 0px;
  2797. color: #666;
  2798. font-size: 12px;
  2799. }
  2800.  
  2801. #sidebar .widget_calendar table tbody tr td:first-child {
  2802. border-left: 0px;
  2803. }
  2804.  
  2805. #sidebar .widget_calendar table tbody tr:nth-child(2n+1) {
  2806. background-color: #f0f0f0;
  2807. }
  2808.  
  2809. #sidebar .widget_calendar table th {
  2810. padding-bottom: 10px;
  2811. border-bottom: 0px;
  2812. color: #999999;
  2813. text-align: center!important;
  2814. }
  2815.  
  2816. #sidebar .widget_calendar table #prev {
  2817. position: relative;
  2818. z-index: 2;
  2819. padding: 10px 0px 0px 0px;
  2820. text-align: left;
  2821. }
  2822.  
  2823. #sidebar .widget_calendar table #next {
  2824. position: relative;
  2825. z-index: 2;
  2826. padding: 10px 0px 0px 0px;
  2827. text-align: right;
  2828. }
  2829.  
  2830. #sidebar .widget_calendar caption {
  2831. position: absolute;
  2832. bottom: 20px;
  2833. z-index: 1;
  2834. width: 100%;
  2835. text-align: center;
  2836. }
  2837.  
  2838. /* Widget Text */
  2839. #sidebar .widget .textwidget {
  2840. line-height: 24px;
  2841. }
  2842.  
  2843. #sidebar .widget .textwidget a {
  2844. font-family: 'Old Standard TT', serif;
  2845. font-style: italic;
  2846. font-size: 1.8rem;
  2847. line-height: 30px;
  2848. }
  2849.  
  2850. /* Widget Flickr */
  2851. #sidebar .widget.widget_quick-flickr-widget {
  2852. margin-bottom: 40px;
  2853. }
  2854.  
  2855. #sidebar .widget_quick-flickr-widget ul {
  2856. margin-left: -10px;
  2857. }
  2858.  
  2859. #sidebar .widget_quick-flickr-widget li {
  2860. border-radius: 3px;
  2861. float: left;
  2862. margin: 0 0 10px 10px;
  2863. }
  2864.  
  2865. #sidebar .widget_quick-flickr-widget a {
  2866. border-radius: 3px;
  2867. float: left;
  2868. position: relative;
  2869. }
  2870.  
  2871. #sidebar .widget_quick-flickr-widget img {
  2872. border-radius: 3px;
  2873. float: left;
  2874. height: 50px;
  2875. position: relative;
  2876. width: 50px;
  2877. }
  2878.  
  2879. /* Widget Search */
  2880. #sidebar .widget_search form {
  2881. margin-bottom: 0;
  2882. }
  2883.  
  2884. #sidebar .widget_search fieldset {
  2885. margin-bottom: 0;
  2886. }
  2887.  
  2888. #sidebar .widget_search .screen-reader-text {
  2889. display: none;
  2890. }
  2891.  
  2892. #sidebar .widget_search input[type="text"] {
  2893. border: 0;
  2894. background-color: #f1f4f5;
  2895. border-radius: 4px;
  2896. -webkit-border-radius: 4px;
  2897. -moz-border-radius: 4px;
  2898. padding: 15px 20px;
  2899. width: 100%;
  2900. font-size: 1.4rem;
  2901. line-height: 30px;
  2902. color: #666;
  2903. }
  2904.  
  2905. #sidebar .widget_search input[type="submit"] {
  2906. display: none;
  2907. }
  2908.  
  2909. /* Widget Ul */
  2910. #sidebar .widget ul {
  2911. padding-left: 0;
  2912. margin-bottom: 0;
  2913. }
  2914.  
  2915. #sidebar .widget ul li {
  2916. line-height: 24px;
  2917. margin-bottom: 10px;
  2918. list-style: none;
  2919. }
  2920.  
  2921. #sidebar .widget ul li a,
  2922. #sidebar .widget ul li a:link,
  2923. #sidebar .widget ul li a:visited,
  2924. #sidebar .widget ul li a:hover {
  2925. text-decoration: none;
  2926. }
  2927.  
  2928. /* DatePicker Container */
  2929. #ui-datepicker-div {
  2930. font-family: 'Montserrat', sans-serif!important;
  2931. width: 235px!important;
  2932. margin-top: 10px!important;
  2933. padding: 0 5px 5px 5px!important;
  2934. border: 5px solid #1abc9c!important;
  2935. border-radius: 4px!important;
  2936. -webkit-border-radius: 4px!important;
  2937. -moz-border-radius: 4px!important;
  2938. display: none;
  2939. z-index: 999!important;
  2940. }
  2941.  
  2942. #ui-datepicker-div:before {
  2943. width: 0;
  2944. height: 0;
  2945. border-left: 5px solid transparent!important;
  2946. border-right: 5px solid transparent!important;
  2947. border-bottom: 5px solid #1abc9c!important;
  2948. margin-top: -10px!important;
  2949. }
  2950.  
  2951. /* OLD */
  2952. .ui-datepicker:before {
  2953. width: 0;
  2954. height: 0;
  2955. border-left: 5px solid transparent;
  2956. border-right: 5px solid transparent;
  2957. border-bottom: 5px solid #1abc9c;
  2958. margin-top: -10px;
  2959. }
  2960.  
  2961. .ui-datepicker {
  2962. border: 5px solid #1abc9c!important;
  2963. padding: 0 5px 5px 5px!important;
  2964. font-family: 'Montserrat', sans-serif!important;
  2965. }
  2966.  
  2967. .ui-datepicker a {
  2968. text-decoration: none;
  2969. }
  2970. /* DatePicker Table */
  2971. .ui-datepicker table {
  2972. width: 100%;
  2973. }
  2974. .ui-datepicker-header {
  2975. background: #1abc9c!important;
  2976. color: #fff!important;
  2977. font-weight: normal!important;
  2978. border: 0!important;
  2979. border-radius: 0!important;
  2980. padding: 5px 0 10px!important;
  2981. margin-left: -5px;
  2982. margin-right: -5px;
  2983. }
  2984. .ui-datepicker-title {
  2985. text-align: center;
  2986. }
  2987.  
  2988. .ui-datepicker .ui-datepicker-prev,
  2989. .ui-datepicker .ui-datepicker-next {
  2990. top: 11px!important;
  2991. width: 18px!important;
  2992. height: 18px!important;
  2993. background-repeat: no-repeat;
  2994. background-color: transparent!important;
  2995. border: 0!important;
  2996. }
  2997.  
  2998. .ui-datepicker .ui-datepicker-next {
  2999. top: 13px!important;
  3000. }
  3001.  
  3002. .ui-datepicker .ui-datepicker-prev:hover,
  3003. .ui-datepicker .ui-datepicker-next:hover {
  3004. background: transparent!important;
  3005. }
  3006.  
  3007. .ui-datepicker .ui-datepicker-prev-hover {
  3008. left:2px!important;
  3009. }
  3010. .ui-datepicker .ui-datepicker-next-hover {
  3011. right:2px!important;
  3012. }
  3013.  
  3014. .ui-datepicker .ui-datepicker-prev .ui-icon {
  3015. background-image: url(img/datepicker-arrow.png);
  3016. background-position: top left;
  3017. background-repeat: no-repeat;
  3018. }
  3019.  
  3020. .ui-datepicker .ui-datepicker-next .ui-icon {
  3021. background-image: url(img/datepicker-arrow.png);
  3022. background-position: bottom left;
  3023. }
  3024.  
  3025. .ui-datepicker th {
  3026. width: 30px;
  3027. height: 30px;
  3028. padding: 15px 0!important;
  3029. font-weight: normal!important;
  3030. }
  3031. .ui-datepicker tbody td {
  3032. padding: 0;
  3033. }
  3034.  
  3035. .ui-datepicker td span, .ui-datepicker td a {
  3036. display: inline-block;
  3037. text-align: center!important;
  3038. line-height: 28px;
  3039. color: #666666;
  3040. }
  3041.  
  3042. .ui-datepicker-calendar {
  3043. margin: 0!important;
  3044. }
  3045.  
  3046. .ui-datepicker-calendar .ui-state-default {
  3047. background: #fff!important;
  3048. border: 1px solid #fff!important;
  3049. }
  3050.  
  3051. .ui-datepicker-calendar .ui-state-highlight {
  3052. background: #eee!important;
  3053. border-radius: 4px!important;
  3054. }
  3055.  
  3056. .ui-datepicker-calendar .ui-state-active {
  3057. background: #1abc9c!important;
  3058. border-radius: 4px;
  3059. color: #fff!important;
  3060. }
  3061.  
  3062.  
  3063. /*-----------------------------------------------------------------------------------*/
  3064. /* 10. Animation Modules Settings
  3065. /*-----------------------------------------------------------------------------------*/
  3066.  
  3067. .js .animated-content {
  3068. opacity: 0;
  3069. }
  3070.  
  3071. .no-js .animated-content,
  3072. .no-csstransitions .animated-content {
  3073. opacity: 1;
  3074. }
  3075.  
  3076. .lt-ie9 .animated-content {
  3077. opacity: 1;
  3078. animation: none !important;
  3079. transform: none !important;
  3080. }
  3081.  
  3082. /* Fade In */
  3083. .fadeIn.animate {
  3084. -webkit-animation: fadeIn 1s ease forwards;
  3085. -moz-animation: fadeIn 1s ease forwards;
  3086. animation: fadeIn 1s ease forwards;
  3087. }
  3088.  
  3089. @-webkit-keyframes fadeIn {
  3090. to { opacity: 1; }
  3091. }
  3092.  
  3093. @-moz-keyframes fadeIn {
  3094. to { opacity: 1; }
  3095. }
  3096.  
  3097. @keyframes fadeIn {
  3098. to { opacity: 1; }
  3099. }
  3100.  
  3101. /* Bounce In */
  3102. .bounceIn.animate {
  3103. -webkit-transform: scale(0.4);
  3104. -moz-transform: scale(0.4);
  3105. transform: scale(0.4);
  3106. -webkit-animation: popUp .8s ease-in forwards;
  3107. -moz-animation: popUp .8s ease-in forwards;
  3108. animation: popUp .8s ease-in forwards;
  3109. }
  3110.  
  3111. @-webkit-keyframes popUp {
  3112. 70% { -webkit-transform: scale(.8); opacity: .8; -webkit-animation-timing-function: ease-out; }
  3113. 100% { -webkit-transform: scale(1); opacity: 1; }
  3114. }
  3115.  
  3116. @-moz-keyframes popUp {
  3117. 70% { -moz-transform: scale(.8); opacity: .8; -moz-animation-timing-function: ease-out; }
  3118. 100% { -moz-transform: scale(1); opacity: 1; }
  3119. }
  3120.  
  3121. @keyframes popUp {
  3122. 70% { transform: scale(.8); opacity: .8; animation-timing-function: ease-out; }
  3123. 100% { transform: scale(1); opacity: 1; }
  3124. }
  3125.  
  3126. /* Move Left */
  3127. .slideInLeft.animate {
  3128. -webkit-transform: translateX(-100px);
  3129. -moz-transform: translateX(-100px);
  3130. transform: translateX(-100px);
  3131. -webkit-animation: moveLeft 0.8s ease forwards;
  3132. -moz-animation: moveLeft 0.8s ease forwards;
  3133. animation: moveLeft 0.8s ease forwards;
  3134. }
  3135.  
  3136. @-webkit-keyframes moveLeft {
  3137. to { -webkit-transform: translateX(0); opacity: 1; }
  3138. }
  3139.  
  3140. @-moz-keyframes moveLeft {
  3141. to { -moz-transform: translateX(0); opacity: 1; }
  3142. }
  3143.  
  3144. @keyframes moveLeft {
  3145. to { transform: translateX(0); opacity: 1; }
  3146. }
  3147.  
  3148.  
  3149. /*-----------------------------------------------------------------------------------*/
  3150. /* 12. Shortcodes
  3151. /*-----------------------------------------------------------------------------------*/
  3152.  
  3153. /* Promo Box --------------------------------------------------------------*/
  3154. .promo-box {
  3155. border: 1px solid #DADADA;
  3156. padding: 20px 30px;
  3157. margin-bottom: 40px;
  3158. }
  3159.  
  3160. .promo-title h2 {
  3161. border-bottom: 1px solid #e9ecec;
  3162. margin-bottom: 30px;
  3163. padding-bottom: 10px;
  3164. }
  3165.  
  3166. .promo-content {
  3167. float: left;
  3168. width: 65%;
  3169. font-size: 1.4rem;
  3170. line-height: 24px;
  3171. }
  3172.  
  3173. .promo-content ul {
  3174. margin-bottom: 0;
  3175. padding-left: 0;
  3176. }
  3177.  
  3178. .promo-content li {
  3179. margin-bottom: 5px;
  3180. }
  3181.  
  3182. .promo-price {
  3183. float: right;
  3184. width: 35%;
  3185. text-align: right;
  3186. color: #000;
  3187. }
  3188. .promo-price .currency {
  3189. font-size: 24px;
  3190. line-height: 40px;
  3191. vertical-align: top;
  3192. padding-right: 10px;
  3193. }
  3194. .promo-price .cost {
  3195. font-size: 44px;
  3196. line-height: 44px;
  3197. }
  3198.  
  3199. /* Fancybox Post Image ----------------------------------------------------*/
  3200. .post-container .gallery-item {
  3201. margin-bottom: 20px;
  3202. }
  3203.  
  3204. /* Block Text -------------------------------------------------------------*/
  3205. .blocktext {
  3206. line-height: 24px;
  3207. }
  3208.  
  3209. /* Statistics Block -------------------------------------------------------*/
  3210. .stat .icon {
  3211. width: 32px;
  3212. height: 32px;
  3213. display: block;
  3214. margin: 0 auto 24px auto;
  3215. }
  3216.  
  3217. .stat i {
  3218. font-size: 32px;
  3219. color: #61AEE0;
  3220. }
  3221.  
  3222. .stat h1 {
  3223. font-size: 2rem;
  3224. margin-bottom: 15px;
  3225. }
  3226.  
  3227. .stat .desc {
  3228. font-family: 'Old Standard TT', serif;
  3229. font-style: italic;
  3230. color: #7f8c8d;
  3231. font-size: 1.8rem;
  3232. }
  3233.  
  3234. /* Review Item ------------------------------------------------------------*/
  3235. .reviews {
  3236. padding-bottom: 20px;
  3237. }
  3238.  
  3239. .review-item {
  3240. margin-bottom: 60px;
  3241. }
  3242.  
  3243. .review-side {
  3244. float: left;
  3245. margin: 0 30px 0 0;
  3246. }
  3247.  
  3248. .review-side .avatar {
  3249. display: block;
  3250. width: 50px;
  3251. height: 50px;
  3252. -webkit-border-radius: 999px;
  3253. -moz-border-radius: 999px;
  3254. border-radius: 999px;
  3255. }
  3256.  
  3257. .review-cont {
  3258. margin-left: 80px;
  3259. }
  3260.  
  3261. .review-cont p {
  3262. font-family: 'Old Standard TT', serif;
  3263. font-style: italic;
  3264. color: #7f8c8d;
  3265. font-size: 1.6rem;
  3266. border-left: 5px solid #e5eaea;
  3267. margin-bottom: 10px;
  3268. padding: 15px;
  3269. }
  3270.  
  3271. .review-cont .name,
  3272. .review-cont .date {
  3273. color: #999;
  3274. font-size: 1.2rem;
  3275. }
  3276.  
  3277. .review-cont .divider {
  3278. padding: 0 8px 0 5px;
  3279. display: inline-block;
  3280. }
  3281.  
  3282. .review-cont .name {
  3283. text-transform: uppercase;
  3284. }
  3285.  
  3286. .review-cont .date {
  3287. font-family: 'Old Standard TT', serif;
  3288. font-style: italic;
  3289. font-size: 1.4rem;
  3290. }
  3291.  
  3292. /* Share Box --------------------------------------------------------------*/
  3293. .share-box p {
  3294. font-family: 'Old Standard TT', serif;
  3295. font-style: italic;
  3296. color: #666;
  3297. font-size: 1.9rem;
  3298. line-height: 30px;
  3299. margin: 0;
  3300. }
  3301.  
  3302. .share-box span {
  3303. margin-right: 30px;
  3304. }
  3305.  
  3306. .share-box .button-primary {
  3307. font-family: 'Montserrat', sans-serif;
  3308. font-style: normal;
  3309. display: inline-block;
  3310. margin-right: 0;
  3311. }
  3312.  
  3313. /* Experience Detail ------------------------------------------------------*/
  3314. .experience-detail .circle {
  3315. background-color: #f5f5f5;
  3316. display: inline-block;
  3317. width: 50px;
  3318. height: 50px;
  3319. line-height: 52px;
  3320. text-align: center;
  3321. font-size: 16px;
  3322. margin-bottom: 15px;
  3323. border-radius: 999px;
  3324. -webkit-border-radius: 999px;
  3325. -moz-border-radius: 999px;
  3326. }
  3327.  
  3328. .experience-detail .circle i {
  3329. font-size: 26px;
  3330. color: #5DADE2;
  3331. }
  3332.  
  3333. .experience-detail .circle.rating {
  3334. background-color: #29BB9C;
  3335. color: #fff;
  3336. }
  3337.  
  3338. .experience-detail .title {
  3339. display: block;
  3340. font-size: 16px;
  3341. line-height: 32px;
  3342. color: #333;
  3343. margin-bottom: 0;
  3344. }
  3345.  
  3346. .experience-detail .subtitle {
  3347. font-family: "Old Standard TT", serif;
  3348. font-size: 1.6rem;
  3349. font-style: italic;
  3350. color: #7f8c8d;
  3351. margin: 0;
  3352. line-height: inherit;
  3353. }
  3354.  
  3355. .experience-detail .stars {
  3356. line-height: 32px;
  3357. margin-bottom: 0;
  3358. }
  3359.  
  3360. .experience-detail .stars i {
  3361. font-size: 18px;
  3362. color: #29BB9C;
  3363. }
  3364.  
  3365. .experience-detail .stars i.alt {
  3366. color: #CCC;
  3367. }
  3368.  
  3369. /*-----------------------------------------------------------------------------------*/
  3370. /* 13. Plugins Styles
  3371. /*-----------------------------------------------------------------------------------*/
  3372.  
  3373. /* iCheck plugin */
  3374. /* Radio Buttons */
  3375. .iradio_flat {
  3376. display: inline-block;
  3377. *display: inline;
  3378. vertical-align: middle;
  3379. margin: 0;
  3380. padding: 0;
  3381. width: 40px;
  3382. height: 39px;
  3383. background: url(img/icheck/flat.png) no-repeat;
  3384. border: none;
  3385. cursor: pointer;
  3386. float: left;
  3387. }
  3388.  
  3389. .iradio_flat {
  3390. background-position: 0 0;
  3391. }
  3392. .iradio_flat.checked {
  3393. background-position: -41px 0;
  3394. }
  3395.  
  3396. /* Checkbox Buttons */
  3397. .icheckbox_flat {
  3398. display: inline-block;
  3399. *display: inline;
  3400. vertical-align: middle;
  3401. margin: 0;
  3402. padding: 0;
  3403. width: 40px;
  3404. height: 39px;
  3405. background: url(img/icheck/flat.png) no-repeat;
  3406. border: none;
  3407. cursor: pointer;
  3408. float: left;
  3409. }
  3410.  
  3411. .icheckbox_flat {
  3412. background-position: 0 0;
  3413. }
  3414. .icheckbox_flat.checked {
  3415. background-position: -41px 0;
  3416. }
  3417.  
  3418. /*-----------------------------------------------------------------------------------*/
  3419. /* 14. Media Queries
  3420. /*-----------------------------------------------------------------------------------*/
  3421.  
  3422. /* Large screen */
  3423. @media only screen and (min-width: 1025px) {
  3424.  
  3425. /*-----------------------------------------------------------------------------------*/
  3426. /* 3. Main Content Styles
  3427. /*-----------------------------------------------------------------------------------*/
  3428.  
  3429. /* Property details -------------------------------------------------------*/
  3430. .gallery-item .overlay {
  3431. background-position: center 50%;
  3432. }
  3433.  
  3434. /* Booking ----------------------------------------------------------------*/
  3435. #booking .media {
  3436. margin-bottom: 0;
  3437. position: relative;
  3438. }
  3439.  
  3440. /*-----------------------------------------------------------------------------------*/
  3441. /* 12. Shortcodes
  3442. /*-----------------------------------------------------------------------------------*/
  3443.  
  3444. /* Promo box --------------------------------------------------------------*/
  3445. .promo-content {
  3446. width: 65%;
  3447. }
  3448.  
  3449. .promo-price {
  3450. width: 35%;
  3451. }
  3452.  
  3453. .promo-price .cost {
  3454. font-size: 54px;
  3455. line-height: 54px;
  3456. }
  3457.  
  3458. /* Statistics Block -------------------------------------------------------*/
  3459. .stat h1 {
  3460. margin-bottom: 15px;
  3461. font-size: 2.2rem;
  3462. }
  3463.  
  3464. }
  3465.  
  3466. @media (min-width: 769px) and (max-width: 1023px) {
  3467.  
  3468. /*-----------------------------------------------------------------------------------*/
  3469. /* 2. Header Styles
  3470. /*-----------------------------------------------------------------------------------*/
  3471.  
  3472. /* Main Menu Container */
  3473. .main-menu-container {
  3474. float: none;
  3475. width: 100%;
  3476. }
  3477.  
  3478. /*-----------------------------------------------------------------------------------*/
  3479. /* 3. Main Content Styles
  3480. /*-----------------------------------------------------------------------------------*/
  3481.  
  3482. /* Booking ----------------------------------------------------------------*/
  3483. #booking .media {
  3484. margin-bottom: 20px;
  3485. }
  3486.  
  3487. /* Owners -----------------------------------------------------------------*/
  3488. #owners .media img {
  3489. width: auto;
  3490. }
  3491.  
  3492. }
  3493.  
  3494. @media (max-width: 768px) {
  3495.  
  3496. /*-----------------------------------------------------------------------------------*/
  3497. /* 1. Document Setup (body, common classes, vertical rhythm, structure etc)
  3498. /*-----------------------------------------------------------------------------------*/
  3499.  
  3500. /* back to top */
  3501. #back_to_top {
  3502. display: none!important;
  3503. }
  3504.  
  3505. /* Structure --------------------------------------------------------------*/
  3506. .block {
  3507. padding: 60px 0;
  3508. }
  3509.  
  3510.  
  3511. /*-----------------------------------------------------------------------------------*/
  3512. /* 2. Header Styles
  3513. /*-----------------------------------------------------------------------------------*/
  3514.  
  3515. /* header */
  3516. .header-wrapper {
  3517. min-height: 70px;
  3518. height: auto;
  3519. }
  3520.  
  3521. .header-wrapper .container {
  3522. width: 100%;
  3523. }
  3524.  
  3525. .header-wrapper div[class^="col"] {
  3526. padding: 0;
  3527. }
  3528.  
  3529. .header-wrapper #logo {
  3530. height: 70px;
  3531. line-height: 70px;
  3532. margin-left: 20px;
  3533. }
  3534.  
  3535. .header-wrapper #logo.logo-img {
  3536. padding: 15px 0;
  3537. }
  3538.  
  3539. .header-wrapper #logo img {
  3540. max-height: 40px!important;
  3541. width: auto;
  3542. }
  3543.  
  3544. /* Main Menu Container */
  3545. .main-menu-container {
  3546. float: none;
  3547. width: 100%;
  3548. }
  3549.  
  3550. /* Site Tools */
  3551. .site-tools {
  3552. top: 32px;
  3553. }
  3554.  
  3555. /* Language selector */
  3556. .lang_selector {
  3557. position: absolute;
  3558. top: -18px;
  3559. right: 70px;
  3560. }
  3561.  
  3562. /*-----------------------------------------------------------------------------------*/
  3563. /* 3. Main Content Styles
  3564. /*-----------------------------------------------------------------------------------*/
  3565.  
  3566. /* Gallery ----------------------------------------------------------------*/
  3567. #gallery {
  3568. min-height: 300px;
  3569. }
  3570.  
  3571. /* Booking ----------------------------------------------------------------*/
  3572. #booking {
  3573. padding-bottom: 42px;
  3574. }
  3575.  
  3576. #booking .media {
  3577. margin-bottom: 20px;
  3578. }
  3579.  
  3580. #booking div:nth-child(3) .media,
  3581. #booking div:nth-child(4) .media {
  3582. margin-bottom: 0px;
  3583. }
  3584.  
  3585. /* Details Gallery --------------------------------------------------------*/
  3586. .details-gallery {
  3587. margin-top: 30px;
  3588. }
  3589.  
  3590. .gallery-item {
  3591. min-height: 100px;
  3592. }
  3593.  
  3594.  
  3595. .gallery-item .overlay {
  3596. background-position: center 30%;
  3597. }
  3598.  
  3599. .gallery-item .overlay-meta {
  3600. bottom: 15px;
  3601. left: 15px;
  3602. }
  3603.  
  3604. /* Experiences ------------------------------------------------------------*/
  3605. #experiences .card-list {
  3606. padding: 0 15px;
  3607. }
  3608.  
  3609. /* Owners -----------------------------------------------------------------*/
  3610. #owners {
  3611. padding-bottom: 10px;
  3612. }
  3613.  
  3614. #owners .media {
  3615. margin-bottom: 50px;
  3616. }
  3617.  
  3618. #owners .media img {
  3619. width: auto;
  3620. }
  3621.  
  3622. /*-----------------------------------------------------------------------------------*/
  3623. /* 4. Post Content Styles
  3624. /*-----------------------------------------------------------------------------------*/
  3625.  
  3626. .post-container {
  3627. padding-bottom: 20px;
  3628. margin-bottom: 40px;
  3629. }
  3630.  
  3631. /*-----------------------------------------------------------------------------------*/
  3632. /* 5. Comments
  3633. /*-----------------------------------------------------------------------------------*/
  3634.  
  3635. .children .comment {
  3636. padding-left: 0;
  3637. }
  3638.  
  3639. #commentform input {
  3640. width: 100%;
  3641. }
  3642.  
  3643. #commentform #submit {
  3644. width: 100%;
  3645. }
  3646.  
  3647.  
  3648. /*-----------------------------------------------------------------------------------*/
  3649. /* 8. Page & Page Templates
  3650. /*-----------------------------------------------------------------------------------*/
  3651.  
  3652. /* Contact Form styles ----------------------------------------------------*/
  3653.  
  3654. .wpcf7 input,
  3655. .wpcf7 .wpcf7-submit,
  3656. .wpcf7-form-control-wrap.budget {
  3657. width: 100%;
  3658. }
  3659.  
  3660. /*-----------------------------------------------------------------------------------*/
  3661. /* 9. Widget
  3662. /*-----------------------------------------------------------------------------------*/
  3663.  
  3664. /* Sidebar ----------------------------------------------------------------*/
  3665. aside {
  3666. border-top: 1px solid #eee;
  3667. margin-top: 50px;
  3668. padding-top: 50px;
  3669. }
  3670.  
  3671. /*-----------------------------------------------------------------------------------*/
  3672. /* 12. Shortcodes
  3673. /*-----------------------------------------------------------------------------------*/
  3674.  
  3675. /* Promo box --------------------------------------------------------------*/
  3676. .promo-content {
  3677. width: 70%;
  3678. }
  3679.  
  3680. .promo-content li {
  3681. margin-bottom: 10px;
  3682. }
  3683.  
  3684. .promo-price {
  3685. width: 30%;
  3686. }
  3687.  
  3688. .promo-price .cost {
  3689. font-size: 68px;
  3690. line-height: 68px;
  3691. }
  3692.  
  3693. /* Statistics Block -------------------------------------------------------*/
  3694. .statistics {
  3695. padding-bottom: 10px;
  3696. }
  3697.  
  3698. .stat {
  3699. margin-bottom: 50px;
  3700. }
  3701.  
  3702. /* Review Item ------------------------------------------------------------*/
  3703. .reviews {
  3704. padding-bottom: 10px;
  3705. }
  3706.  
  3707. .review-item {
  3708. margin-bottom: 50px;
  3709. }
  3710.  
  3711. /* Experience Detail ------------------------------------------------------*/
  3712. .experience-detail {
  3713. margin-bottom: 30px;
  3714. }
  3715.  
  3716. .experience-detail.last {
  3717. margin-bottom: 0;
  3718. }
  3719.  
  3720. /* Share Box --------------------------------------------------------------*/
  3721. .share-box span {
  3722. display: inline-block;
  3723. margin-right: 0;
  3724. margin-bottom: 25px;
  3725. }
  3726.  
  3727. }
  3728.  
  3729. /* Smartphone */
  3730. @media (max-width: 767px) {
  3731.  
  3732. /*-----------------------------------------------------------------------------------*/
  3733. /* 1. Document Setup (body, common classes, vertical rhythm, structure etc)
  3734. /*-----------------------------------------------------------------------------------*/
  3735.  
  3736. /* subtitle */
  3737. .subtitle {
  3738. margin-bottom: 50px;
  3739. }
  3740.  
  3741. /* back to top */
  3742. #back_to_top {
  3743. display: none!important;
  3744. }
  3745.  
  3746. /* check list inline */
  3747. #calendar .check-list.inline {
  3748. margin: 25px 0 10px 0;
  3749. }
  3750.  
  3751. .check-list.inline li {
  3752. float: none;
  3753. width: 100%;
  3754. }
  3755.  
  3756. /* check list floated */
  3757. .check-list li.floated {
  3758. float: none;
  3759. width: 100%;
  3760. }
  3761.  
  3762. /* Structure --------------------------------------------------------------*/
  3763. .block {
  3764. padding: 50px 0;
  3765. }
  3766.  
  3767. /* Collapsible contents ---------------------------------------------------*/
  3768. .collapsible-header {
  3769. position: relative;
  3770. overflow: hidden;
  3771.  
  3772. display: inline-block;
  3773. margin: 0 15px 13px 0;
  3774. padding-left: 45px;
  3775. height: 28px;
  3776. line-height: 28px;
  3777. }
  3778.  
  3779. .collapsible-header:before {
  3780. content: "";
  3781. position: absolute;
  3782. width: 28px;
  3783. height: 28px;
  3784. top: 0;
  3785. left: 0;
  3786. z-index: -1;
  3787.  
  3788. background: transparent url(img/collapsible-amenities-header@2x.png) top left no-repeat;
  3789. background-size: 28px 28px;
  3790.  
  3791. -webkit-transition: -webkit-transform 250ms ease-out 0s;
  3792. -moz-transition: -moz-transform 250ms ease-out 0s;
  3793. -o-transition: -o-transform 250ms ease-out 0s;
  3794. transition: transform 250ms ease-out 0s;
  3795. -webkit-transform: rotate(0deg);
  3796. -moz-transform: rotate(0deg);
  3797. -ms-transform: rotate(0deg);
  3798. -o-transform: rotate(0deg);
  3799. transform: rotate(0deg);
  3800. }
  3801.  
  3802. .collapsible-header.open:before {
  3803. -webkit-transition: -webkit-transform 250ms ease-out 0s;
  3804. -moz-transition: -moz-transform 250ms ease-out 0s;
  3805. -o-transition: -o-transform 250ms ease-out 0s;
  3806. transition: transform 250ms ease-out 0s;
  3807. -webkit-transform: rotate(-180deg);
  3808. -moz-transform: rotate(-180deg);
  3809. -ms-transform: rotate(-180deg);
  3810. -o-transform: rotate(-180deg);
  3811. transform: rotate(-180deg);
  3812. }
  3813.  
  3814. .collapsible-content {
  3815. -moz-transition: height .5s;
  3816. -ms-transition: height .5s;
  3817. -o-transition: height .5s;
  3818. -webkit-transition: height .5s;
  3819. transition: height .5s;
  3820. height: 0;
  3821. overflow: hidden;
  3822. }
  3823.  
  3824. .collapsible-content.open {
  3825. height: auto;
  3826. overflow: auto;
  3827. }
  3828.  
  3829.  
  3830. /*-----------------------------------------------------------------------------------*/
  3831. /* 2. Header Styles
  3832. /*-----------------------------------------------------------------------------------*/
  3833.  
  3834. #logo a {
  3835. height: 70px;
  3836. line-height: 70px;
  3837. }
  3838.  
  3839. #logo img.standard {
  3840. display: none;
  3841. }
  3842.  
  3843. #logo img.retina {
  3844. display: inline-block;
  3845. }
  3846.  
  3847. /*-----------------------------------------------------------------------------------*/
  3848. /* 3. Main Content Styles
  3849. /*-----------------------------------------------------------------------------------*/
  3850.  
  3851. /* Gallery ----------------------------------------------------------------*/
  3852. #gallery {
  3853. min-height: 100px;
  3854. }
  3855.  
  3856. /* Calendar ---------------------------------------------------------------*/
  3857. .subtitle.calendar {
  3858. margin-bottom: 10px;
  3859. }
  3860.  
  3861. .DOPBSPCalendar-container {
  3862. margin-bottom: 25px!important;
  3863. }
  3864.  
  3865. /* Booking ----------------------------------------------------------------*/
  3866. #booking {
  3867. margin-top: 20px;
  3868. padding-bottom: 36px;
  3869. }
  3870.  
  3871. /* media */
  3872. #booking .media {
  3873. min-height: 80px; /* 68 */
  3874. position: relative;
  3875. }
  3876.  
  3877. #booking .media .media-body {
  3878. clear: both;
  3879. width: 100%;
  3880. height: 0;
  3881. text-align: center;
  3882. }
  3883.  
  3884. /* media body > title */
  3885. #booking .title {
  3886. padding-top: 16px;
  3887. margin-top: 0;
  3888. font-size: 14px;
  3889. color: #fff;
  3890. opacity: 0.8;
  3891. }
  3892.  
  3893. /* media body > day & date */
  3894. #booking #ciDay,
  3895. #booking #coDay,
  3896. #booking .date {
  3897. padding: 2px 0 16px 0;
  3898. display: inline-block;
  3899. }
  3900.  
  3901. #booking .date {
  3902. font-size: 16px;
  3903. line-height: inherit;
  3904. }
  3905.  
  3906. /* booking select */
  3907. #booking .date-picker,
  3908. #booking div.fancy-select,
  3909. #booking div.trigger,
  3910. #booking .price {
  3911. width: 100%;
  3912. height: 76px;
  3913. font-size: 18px;
  3914. line-height: inherit;
  3915. }
  3916.  
  3917. /* checkin */
  3918. #booking .date #ciDayN,
  3919. #booking #ciDateDivider {
  3920. display: none;
  3921. }
  3922.  
  3923. /* checkout */
  3924. #booking #coDayN,
  3925. #booking #coDateDivider {
  3926. display: none!important;
  3927. }
  3928.  
  3929. #booking .setDate {
  3930. background-image: none!important;
  3931. }
  3932.  
  3933. #ui-datepicker-div {
  3934. margin-top: -117.5px!important;
  3935. }
  3936.  
  3937.  
  3938. /* guest title */
  3939. #booking #guestField .title {
  3940. z-index: 99;
  3941. position: absolute;
  3942. top: 0;
  3943. right: 0;
  3944. left: 0;
  3945. color: #fff;
  3946. width: 100%;
  3947. text-align: center;
  3948. font-size: 14px;
  3949. color: #fff;
  3950. opacity: 0.8;
  3951. }
  3952.  
  3953. /* guest number */
  3954. #booking #guestField,
  3955. #booking #guestField > div,
  3956. #booking #guestField .dopselect-select,
  3957. #booking #guestField .dopselect-selection {
  3958. width: 100%;
  3959. height: 76px;
  3960. }
  3961.  
  3962. #booking #guestField .dopselect-selection {
  3963. font-size: 16px;
  3964. line-height: 26px;
  3965. padding-top: 40px;
  3966. }
  3967.  
  3968. #booking #guestField .dopselect-selection span {
  3969. display: block;
  3970. font-size: 14px;
  3971. }
  3972.  
  3973. #booking .trigger .title {
  3974. padding-bottom: 2px;
  3975. }
  3976.  
  3977. /* price */
  3978. #booking .price {
  3979. background: #f6f8f8;
  3980. border: 0;
  3981. box-shadow: 0 3px 0 0px #1abc9c;
  3982. text-align: center;
  3983. }
  3984.  
  3985. #booking #priceContainer .date {
  3986. display: none;
  3987. }
  3988.  
  3989. #booking #bookingLabel.title {
  3990. color: #000;
  3991. padding-bottom: 2px;
  3992. }
  3993.  
  3994. /* booking btn */
  3995. #booking .btn {
  3996. margin-top: 25px;
  3997. }
  3998.  
  3999. /* Property details -------------------------------------------------------*/
  4000. /* Details list */
  4001. .details-list {
  4002. margin-bottom: 25px;
  4003. }
  4004.  
  4005. .details-list li {
  4006. width: 100%;
  4007. float: none;
  4008. }
  4009.  
  4010. /* Details Gallery */
  4011. .gallery-item {
  4012. min-height: 100px;
  4013. width: 50%;
  4014. }
  4015.  
  4016.  
  4017. .gallery-item .overlay {
  4018. background-position: center 30%;
  4019. }
  4020.  
  4021. .gallery-item .overlay-meta {
  4022. bottom: 15px;
  4023. left: 15px;
  4024. }
  4025.  
  4026. /* Owners -----------------------------------------------------------------*/
  4027. #owners.block {
  4028. padding-bottom: 0;
  4029. }
  4030.  
  4031. #owners .h2-divider {
  4032. margin-bottom: 25px;
  4033. }
  4034.  
  4035. #owners .media {
  4036. text-align: center;
  4037. margin-bottom: 30px;
  4038. }
  4039.  
  4040. #owners .media img {
  4041. width: auto;
  4042. float: none;
  4043. }
  4044.  
  4045. /* Calendar ---------------------------------------------------------------*/
  4046. .calendar-inner a.toggle-calendar {
  4047. display: none;
  4048. }
  4049.  
  4050. /* Weather ----------------------------------------------------------------*/
  4051. #weather .degree:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  4052. #weather .degree { display: inline-block; } /* Hide from IE Mac \*/
  4053. #weather .degree { display: block; }
  4054.  
  4055. #weather .degree-inner {
  4056. width: 220px;
  4057. margin: 0 auto;
  4058. }
  4059.  
  4060. #weather .weather-stats ul {
  4061. width: 210px;
  4062. margin-left: auto;
  4063. margin-right: auto;
  4064. }
  4065.  
  4066. /* Directions -------------------------------------------------------------*/
  4067. /* map */
  4068. #map {
  4069. height: 320px;
  4070. }
  4071.  
  4072. /* Contacts ---------------------------------------------------------------*/
  4073. #contacts.block {
  4074. padding-bottom: 30px;
  4075. }
  4076.  
  4077.  
  4078. /*-----------------------------------------------------------------------------------*/
  4079. /* 5. Comments
  4080. /*-----------------------------------------------------------------------------------*/
  4081.  
  4082. .children .comment {
  4083. padding-left: 0;
  4084. }
  4085.  
  4086. #commentform input {
  4087. width: 100%;
  4088. }
  4089.  
  4090. #commentform #submit {
  4091. width: 100%;
  4092. }
  4093.  
  4094.  
  4095. /*-----------------------------------------------------------------------------------*/
  4096. /* 7. Footer Styles
  4097. /*-----------------------------------------------------------------------------------*/
  4098.  
  4099. footer .pull-left,
  4100. footer .pull-right {
  4101. float: none;
  4102. display: block;
  4103. text-align: center;
  4104. }
  4105.  
  4106.  
  4107. /*-----------------------------------------------------------------------------------*/
  4108. /* 8. Page & Page Templates
  4109. /*-----------------------------------------------------------------------------------*/
  4110.  
  4111. /* Page title */
  4112. .page-title {
  4113. padding: 50px 0;
  4114. }
  4115.  
  4116. /* Contact Form styles ----------------------------------------------------*/
  4117.  
  4118. .wpcf7 input,
  4119. .wpcf7 .wpcf7-submit,
  4120. .wpcf7-form-control-wrap.budget {
  4121. width: 100%;
  4122. }
  4123.  
  4124.  
  4125. /*-----------------------------------------------------------------------------------*/
  4126. /* 9. Widget
  4127. /*-----------------------------------------------------------------------------------*/
  4128.  
  4129. /* Sidebar ----------------------------------------------------------------*/
  4130. aside {
  4131. border-top: 1px solid #eee;
  4132. margin-top: 50px;
  4133. padding-top: 50px;
  4134. }
  4135.  
  4136.  
  4137. /* DatePicker Container */
  4138. .ui-datepicker:before {
  4139. border: 0;
  4140. margin-top: 0;
  4141. }
  4142.  
  4143. .ui-datepicker {
  4144. position: fixed!important;
  4145. top: 50%!important;
  4146. left: 50%!important;
  4147. }
  4148.  
  4149. /*-----------------------------------------------------------------------------------*/
  4150. /* 12. Shortcodes
  4151. /*-----------------------------------------------------------------------------------*/
  4152.  
  4153. /* Promo box --------------------------------------------------------------*/
  4154. .promo-content {
  4155. width: 100%;
  4156. float: none;
  4157. padding-bottom: 20px;
  4158. }
  4159.  
  4160. .promo-content li {
  4161. margin-bottom: 10px;
  4162. }
  4163.  
  4164. .promo-price {
  4165. width: 100%;
  4166. float: none;
  4167. text-align: center;
  4168. }
  4169.  
  4170. .promo-price .cost {
  4171. font-size: 68px;
  4172. line-height: 68px;
  4173. }
  4174.  
  4175. /* Statistics Block -------------------------------------------------------*/
  4176. .statistics {
  4177. padding-bottom: 0;
  4178. }
  4179.  
  4180. .stat {
  4181. margin-bottom: 50px;
  4182. }
  4183.  
  4184. /* Review Item ------------------------------------------------------------*/
  4185. .reviews {
  4186. padding-bottom: 0;
  4187. }
  4188.  
  4189. .review-item {
  4190. margin-bottom: 50px;
  4191. }
  4192.  
  4193. }
  4194.  
  4195.  
  4196. /*-----------------------------------------------------------------------------------*/
  4197. /* 11. Retina support
  4198. /*-----------------------------------------------------------------------------------*/
  4199. @media only screen and (-webkit-min-device-pixel-ratio: 2),
  4200. only screen and (-moz-min-device-pixel-ratio: 2),
  4201. only screen and (-o-min-device-pixel-ratio: 2/1),
  4202. only screen and (min-device-pixel-ratio: 2),
  4203. only screen and (min-resolution: 2dppx) {
  4204.  
  4205. header #logo a img.standard {
  4206. display: none;
  4207. }
  4208.  
  4209. header #logo a img.retina {
  4210. display: inline-block;
  4211. }
  4212.  
  4213. /* DOC SETUP */
  4214.  
  4215. /* booking > set date */
  4216. #booking .setDate {
  4217. background-image: url(img/set-date@2x.png);
  4218. background-size: 32px 32px;
  4219. -moz-background-size: 32px 32px;
  4220. -webkit-background-size: 32px 32px;
  4221. }
  4222.  
  4223. /* details gallery */
  4224. .gallery-item .overlay {
  4225. background-image: url(img/zoom@2x.png);
  4226. background-size: 45px 45px;
  4227. -moz-background-size: 45px 45px;
  4228. -webkit-background-size: 45px 45px;
  4229. }
  4230.  
  4231. /* MAIN CONTENT STYLES */
  4232. /* Gallery */
  4233. #gallery .tp-leftarrow.default,
  4234. .rev-slider-gallery .tp-leftarrow.default {
  4235. background: url(img/slider-controls@2x.png) no-repeat 0 0;
  4236. background-size: 60px;
  4237. }
  4238.  
  4239. #gallery .tp-rightarrow.default,
  4240. .rev-slider-gallery .tp-rightarrow.default {
  4241. background: url(img/slider-controls@2x.png) no-repeat 0 -60px;
  4242. background-size: 60px;
  4243. }
  4244.  
  4245. /* Calendar */
  4246. .calendar-inner a.toggle-calendar {
  4247. background-image: url(img/close_calendar@2x.png);
  4248. background-size: 39px 39px;
  4249. -moz-background-size: 39px 39px;
  4250. -webkit-background-size: 39px 39px;
  4251. }
  4252.  
  4253. #calendar .DOPBookingSystemPRO_Navigation .previous_btn {
  4254. background-image: url(img/calendar-nav@2x.png);
  4255. background-size: 28px 28px;
  4256. -moz-background-size: 28px 28px;
  4257. -webkit-background-size: 28px 28px;
  4258. }
  4259.  
  4260. #calendar .DOPBookingSystemPRO_Navigation .next_btn {
  4261. background-image: url(img/calendar-nav@2x.png);
  4262. background-size: 28px 28px;
  4263. -moz-background-size: 28px 28px;
  4264. -webkit-background-size: 28px 28px;
  4265. }
  4266.  
  4267. /* Booking success */
  4268. #booking .section-item.message .success {
  4269. background-image: transparent url(img/success_icon@2x.png);
  4270. background-size: 65px 65px;
  4271. -moz-background-size: 65px 65px;
  4272. -webkit-background-size: 65px 65px;
  4273. }
  4274.  
  4275. /* iCheck plugin */
  4276. .iradio_flat {
  4277. background: url(img/icheck/flat@2x.png) no-repeat;
  4278. background-size: 80px;
  4279. -moz-background-size: 80px;
  4280. }
  4281.  
  4282. /* Directions */
  4283. .map-arrow {
  4284. background-image: transparent url(img/map-arrow@2x.png) top center no-repeat;
  4285. background-size: 50px;
  4286. /*-moz-background-size: 50px;
  4287. -webkit-background-size: 50px;*/
  4288. }
  4289.  
  4290.  
  4291. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement