Advertisement
dariotoby

zerif_customizer_custom_css.css

Aug 20th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.63 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;600&display=swap');
  2.  
  3. .woocommerce-page .page-title:before {
  4. background: #3ac8e7 !important;
  5. }
  6.  
  7. .entry-title:before, .entry-title:after {
  8. display: none !important;
  9. }
  10.  
  11. .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields h3 {
  12. display: none !important;
  13. }
  14.  
  15. .related.products h2 {
  16. font-size: 30px !important;
  17. font-weight: 600 !important;
  18. }
  19.  
  20. h1.product_title.entry-title {
  21. text-transform: uppercase !important;
  22. font-size: 40px !important;
  23. line-height: 42px;
  24. }
  25.  
  26. h1.product_title.entry-title:before, h1.product_title.entry-title:after {
  27. display: none !important;
  28. }
  29.  
  30. .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  31. width: 60%;
  32. }
  33.  
  34. .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  35. width: 38%;
  36. }
  37.  
  38. .cat_title_wrapper {
  39. font-weight: 600;
  40. color: #0f111d;
  41. font-size: 18px;
  42. text-align: left;
  43. margin: 0px auto 30px;
  44. text-transform: uppercase;
  45. }
  46.  
  47. .contact-us {
  48. padding-bottom: 30px;
  49. background: #272727;
  50. }
  51.  
  52. .focus #searchwp_live_search-4 label, .focus #searchwp_live_search-4 label .search-field {
  53. width: 100% !important;
  54. min-width: 300px !important;
  55. max-width: 600px !important;
  56. clear: both !important;
  57. display: block !important;
  58. margin: 0 auto !important;
  59. }
  60.  
  61. #focus .section-header {
  62. padding-bottom: 20px;
  63. }
  64.  
  65. .focus #searchwp_live_search-4 label .search-field {
  66. border: 1px solid #000;
  67. }
  68.  
  69. .red-btn, .red-btn:hover {
  70. background: #3ac8e7;
  71. color: #fff;
  72. text-transform: capitalize;
  73. border-radius: 20px;
  74. transition: all 0.4s ease-in-out;
  75. -webkit-transition: all 0.4s ease-in-out;
  76. -moz-transition: all 0.4s ease-in-out;
  77. -ms-transition: all 0.4s ease-in-out;
  78. -o-transition: all 0.4s ease-in-out;
  79. height: 40px;
  80. width: 100%;
  81. padding: 0px;
  82. line-height: 30px;
  83. margin-left: 0;
  84. max-width: 150px;
  85. font-weight: 600;
  86. }
  87.  
  88. .green-btn, .green-btn:hover {
  89. background: #3ac8e7;
  90. color: #fff;
  91. text-transform: capitalize;
  92. border-radius: 20px;
  93. transition: all 0.4s ease-in-out;
  94. -webkit-transition: all 0.4s ease-in-out;
  95. -moz-transition: all 0.4s ease-in-out;
  96. -ms-transition: all 0.4s ease-in-out;
  97. -o-transition: all 0.4s ease-in-out;
  98. height: 40px;
  99. width: 100%;
  100. padding: 0px;
  101. line-height: 30px;
  102. margin-left: 0;
  103. max-width: 150px;
  104. font-weight: 600;
  105. }
  106.  
  107. .home div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit, .comment-form #submit, .comment-reply-link {
  108. background: #3ac8e7;
  109. color: #fff;
  110. text-transform: capitalize;
  111. border-radius: 20px;
  112. transition: all 0.4s ease-in-out;
  113. -webkit-transition: all 0.4s ease-in-out;
  114. -moz-transition: all 0.4s ease-in-out;
  115. -ms-transition: all 0.4s ease-in-out;
  116. -o-transition: all 0.4s ease-in-out;
  117. height: 40px;
  118. width: 100%;
  119. padding: 0px;
  120. line-height: 30px;
  121. margin-left: 0;
  122. max-width: 150px;
  123. font-weight: 600;
  124. }
  125.  
  126. .tnp-subscription input.tnp-submit, button, input[type="button"], input[type="reset"], input[type="submit"] {
  127. background: #3ac8e7;
  128. color: #fff;
  129. text-transform: capitalize;
  130. border-radius: 20px;
  131. transition: all 0.4s ease-in-out;
  132. -webkit-transition: all 0.4s ease-in-out;
  133. -moz-transition: all 0.4s ease-in-out;
  134. -ms-transition: all 0.4s ease-in-out;
  135. -o-transition: all 0.4s ease-in-out;
  136. height: 40px;
  137. width: 100%;
  138. padding: 0px;
  139. line-height: 30px;
  140. margin-left: 0;
  141. max-width: 150px;
  142. font-weight: 600;
  143. }
  144.  
  145. .tnp-subscription input.tnp-submit, .home div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input.search-submit:hover {
  146. background: #3ac8e7;
  147. color: #fff;
  148. text-transform: capitalize;
  149. border-radius: 20px;
  150. transition: all 0.4s ease-in-out;
  151. -webkit-transition: all 0.4s ease-in-out;
  152. -moz-transition: all 0.4s ease-in-out;
  153. -ms-transition: all 0.4s ease-in-out;
  154. -o-transition: all 0.4s ease-in-out;
  155. height: 40px;
  156. width: 100%;
  157. padding: 0px;
  158. line-height: 30px;
  159. margin-left: 0;
  160. max-width: 150px;
  161. font-weight: 600;
  162. color: #ffffff;
  163. }
  164.  
  165. div.wpforms-container-full .wpforms-form .wpforms-required-label {
  166. color: #3ac8e7 !important;
  167. }
  168.  
  169. div.wpforms-container-full .wpforms-form .wpforms-field-label {
  170. font-weight: 400 !important;
  171. }
  172.  
  173. /* SECTIONS */
  174. .section_list {
  175. clear: both;
  176. padding: 0px;
  177. margin: 0px;
  178. clear: both;
  179. padding: 0px;
  180. margin: 0px;
  181. border-bottom: 1px dotted #000;
  182. margin-bottom: 6px;
  183. }
  184.  
  185. /* COLUMN SETUP */
  186. .col {
  187. display: block;
  188. float: left;
  189. margin: 1% 0 1% 1.6%;
  190. margin-top: 0px;
  191. margin-bottom: 0px;
  192. }
  193.  
  194. .col:first-child {
  195. margin-left: 0;
  196. }
  197.  
  198. /* GROUPING */
  199. .group:before,
  200. .group:after {
  201. content: "";
  202. display: table;
  203. }
  204.  
  205. .group:after {
  206. clear: both;
  207. }
  208.  
  209. .group {
  210. zoom: 1;
  211. /* For IE 6/7 */
  212. }
  213.  
  214. /* GRID OF TWO */
  215. .span_2_of_2 {
  216. width: 100%;
  217. }
  218.  
  219. .span_1_of_2 {
  220. width: 49.2%;
  221. }
  222.  
  223. /* GO FULL WIDTH AT LESS THAN 480 PIXELS */
  224. @media only screen and (max-width: 480px) {
  225. .col {
  226. margin: 1% 0 1% 0%;
  227. }
  228. }
  229.  
  230. @media only screen and (max-width: 480px) {
  231. .span_2_of_2, .span_1_of_2 {
  232. width: 100%;
  233. }
  234. }
  235.  
  236. /* GRID OF THREE */
  237. .span_3_of_3 {
  238. width: 100%;
  239. }
  240.  
  241. .span_2_of_3 {
  242. width: 66.13%;
  243. }
  244.  
  245. .span_1_of_3 {
  246. width: 32.26%;
  247. }
  248.  
  249. /* GO FULL WIDTH BELOW 480 PIXELS */
  250. @media only screen and (max-width: 480px) {
  251. .col {
  252. margin: 1% 0 1% 0%;
  253. }
  254.  
  255. .span_3_of_3, .span_2_of_3, .span_1_of_3 {
  256. width: 100%;
  257. }
  258. }
  259.  
  260. /* GRID OF FOUR */
  261. .span_4_of_4 {
  262. width: 100%;
  263. }
  264.  
  265. .span_3_of_4 {
  266. width: 74.6%;
  267. }
  268.  
  269. .span_2_of_4 {
  270. width: 49.2%;
  271. }
  272.  
  273. .span_1_of_4 {
  274. width: 23.8%;
  275. }
  276.  
  277. /* GO FULL WIDTH BELOW 480 PIXELS */
  278. @media only screen and (max-width: 480px) {
  279. .col {
  280. margin: 1% 0 1% 0%;
  281. }
  282.  
  283. .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  284. width: 100%;
  285. }
  286. }
  287.  
  288. /* GRID OF FIVE */
  289. .span_5_of_5 {
  290. width: 100%;
  291. }
  292.  
  293. .span_4_of_5 {
  294. width: 79.68%;
  295. }
  296.  
  297. .span_3_of_5 {
  298. width: 59.36%;
  299. }
  300.  
  301. .span_2_of_5 {
  302. width: 39.04%;
  303. }
  304.  
  305. .span_1_of_5 {
  306. width: 18.72%;
  307. }
  308.  
  309. /* GO FULL WIDTH BELOW 480 PIXELS */
  310. @media only screen and (max-width: 480px) {
  311. .col {
  312. margin: 1% 0 1% 0%;
  313. }
  314.  
  315. .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
  316. width: 100%;
  317. }
  318. }
  319.  
  320. /* GRID OF SIX */
  321. .span_6_of_6 {
  322. width: 100%;
  323. }
  324.  
  325. .span_5_of_6 {
  326. width: 83.06%;
  327. }
  328.  
  329. .span_4_of_6 {
  330. width: 66.13%;
  331. }
  332.  
  333. .span_3_of_6 {
  334. width: 49.2%;
  335. }
  336.  
  337. .span_2_of_6 {
  338. width: 32.26%;
  339. }
  340.  
  341. .span_1_of_6 {
  342. width: 15.33%;
  343. }
  344.  
  345. /* GO FULL WIDTH BELOW 480 PIXELS */
  346. @media only screen and (max-width: 480px) {
  347. .col {
  348. margin: 1% 0 1% 0%;
  349. }
  350.  
  351. .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
  352. width: 100%;
  353. }
  354. }
  355.  
  356. /* GRID OF TEN */
  357. .span_10_of_10 {
  358. width: 100%;
  359. }
  360.  
  361. .span_9_of_10 {
  362. width: 89.84%;
  363. }
  364.  
  365. .span_8_of_10 {
  366. width: 79.68%;
  367. }
  368.  
  369. .span_7_of_10 {
  370. width: 69.52%;
  371. }
  372.  
  373. .span_6_of_10 {
  374. width: 59.36%;
  375. }
  376.  
  377. .span_5_of_10 {
  378. width: 49.2%;
  379. }
  380.  
  381. .span_4_of_10 {
  382. width: 39.04%;
  383. }
  384.  
  385. .span_3_of_10 {
  386. width: 28.88%;
  387. }
  388.  
  389. .span_2_of_10 {
  390. width: 18.72%;
  391. }
  392.  
  393. .span_1_of_10 {
  394. width: 8.56%;
  395. }
  396.  
  397. /* GO FULL WIDTH BELOW 480 PIXELS */
  398. @media only screen and (max-width: 480px) {
  399. .col {
  400. margin: 1% 0 1% 0%;
  401. }
  402.  
  403. .span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10, .span_9_of_10, .span_10_of_10 {
  404. width: 100%;
  405. }
  406. }
  407.  
  408. ul.recomm {
  409. margin-left: 0;
  410. margin-bottom: 36px;
  411. list-style: none;
  412. }
  413.  
  414. .recomm-wrapper {
  415. clear: both;
  416. min-height: 40px;
  417. margin-bottom: 10px;
  418. text-align: left;
  419. border-bottom: 1px dotted #000;
  420. }
  421.  
  422. .recomm .avatar {
  423. float: left;
  424. margin-top: 5px;
  425. margin-right: 10px;
  426. border: #d8d8d8 1px solid;
  427. width: 40px;
  428. height: auto;
  429. }
  430.  
  431. .recommauth {
  432. font-weight: 600;
  433. font-size: 14px;
  434. }
  435.  
  436. .supermetadata a {
  437. color: #ad1402;
  438. }
  439.  
  440. .preloader {
  441. background-color: #14182a;
  442. }
  443.  
  444. .status {
  445. background-image: url(https://www.love4music.it/wp-content/uploads/2021/03/loader.gif);
  446. }
  447.  
  448. .focus, .about-us, .testimonial, .latest-news, .our-team {
  449. background: transparent;
  450. border-bottom: 1px solid #3ac8e7;
  451. }
  452.  
  453. .contact-us {
  454. background: transparent;
  455. }
  456.  
  457. .section-header .section-legend {
  458. color: #3ac8e7 !important;
  459. }
  460.  
  461. .about-us p span {
  462. font-size: 18px;
  463. text-decoration: underline;
  464. color: #3ac8e7 !important;
  465. font-weight: 600;
  466. }
  467.  
  468. .about-us p {
  469. color: #fff;
  470. font-size: 16px;
  471. line-height: 22px;
  472. text-align: left;
  473. }
  474.  
  475. section#aboutus .white-text.section-legend span {
  476. text-transform: uppercase;
  477. font-size: 18px;
  478. }
  479.  
  480. h2.dark-text {
  481. color: #fff;
  482. }
  483.  
  484. .bannercontainer_head {
  485. width: 100%;
  486. height: auto;
  487. display: block;
  488. position: relative;
  489. padding: 50px 20px;
  490. background: url(https://www.love4music.it/wp-content/uploads/2021/03/banner.jpg);
  491. background-position: bottom center;
  492. background-repeat: no-repeat;
  493. background-size: cover;
  494. text-align: left;
  495. }
  496.  
  497. p.footer_disclaimer {
  498. color: #3ac8e7;
  499. font-size: 13px;
  500. width: 100%;
  501. padding: 20px;
  502. text-align: left;
  503. }
  504.  
  505. .navbar-inverse .navbar-nav ul.sub-menu {
  506. border: 1px solid #3ac8e7;
  507. background: #0f111d;
  508. font-family: 'Maven Pro', sans-serif;
  509. }
  510.  
  511. .navbar-inverse .navbar-nav ul.sub-menu li {
  512. text-align: left;
  513. font-family: 'Maven Pro', sans-serif;
  514. }
  515.  
  516. .navbar-inverse .navbar-nav ul.sub-menu li:hover>a:hover, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus>a:hover {
  517. font-family: 'Maven Pro', sans-serif;
  518. text-decoration: underline;
  519. }
  520.  
  521. #footer {
  522. background-color: #0f111d;
  523. border-top: 2px solid #3ac8e7;
  524. }
  525.  
  526. p.footer_copy_right {
  527. color: #3ac8e7;
  528. font-size: 11px;
  529. }
  530.  
  531. #main-nav {
  532. position: relative;
  533. background: #0f111d;
  534. border-top: 2px solid #3ac8e7;
  535. border-bottom: 2px solid #3ac8e7;
  536. -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.8);
  537. box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.8);
  538. }
  539.  
  540. #main-nav .container {
  541. width: 100%;
  542. }
  543.  
  544. .navbar-inverse .navbar-nav>li>a {
  545. font-family: 'Maven Pro', sans-serif;
  546. font-size: 15px;
  547. font-weight: 600 !important;
  548. padding: 0;
  549. color: #3ac8e7 !important;
  550. line-height: 28px;
  551. }
  552.  
  553. #site-navigation {
  554. float: none;
  555. margin: 0 auto;
  556. width: 100%;
  557. text-align: center;
  558. }
  559.  
  560. #main-nav, #main-nav .container {
  561. width: 100%;
  562. text-align: center;
  563. }
  564.  
  565. .navbar-header.responsive-logo {
  566. display: none;
  567. }
  568.  
  569. #main-nav.fixed {
  570. position: relative;
  571. }
  572.  
  573. .col.span_1_of_4.kar1 {
  574. background: url(https://www.love4music.it/wp-content/uploads/2021/03/kar1.jpg);
  575. height: 300px;
  576. }
  577.  
  578. .col.span_1_of_4.kar2 {
  579. background: url(https://www.love4music.it/wp-content/uploads/2021/03/kar4.jpg);
  580. height: 300px;
  581. }
  582.  
  583. .col.span_1_of_4.kar3 {
  584. background: url(https://www.love4music.it/wp-content/uploads/2021/03/kar3.jpg);
  585. height: 300px;
  586. }
  587.  
  588. .col.span_1_of_4.kar4 {
  589. background: url(https://www.love4music.it/wp-content/uploads/2021/03/kar2.jpg);
  590. height: 300px;
  591. }
  592.  
  593. .blocks_tophome .section-header {
  594. margin-top: 200px;
  595. background: rgba(0, 0, 0, 0.7);
  596. padding-bottom: 0px;
  597. }
  598.  
  599. .blocks_tophome .col.span_1_of_4 {
  600. background-size: cover;
  601. background-position: top center;
  602. }
  603.  
  604. .blocks_tophome .section-header h2 {
  605. font-size: 30px;
  606. }
  607.  
  608. h3.title_tag_query {
  609. color: #3ac8e7 !important;
  610. font-weight: 400 !important;
  611. font-size: 16px;
  612. line-height: 20px;
  613. text-align: left;
  614. border-bottom: 1px dotted #fff;
  615. margin-bottom: 6px;
  616. }
  617.  
  618. .blocks_categories .col.span_1_of_4.kar1, .blocks_categories .col.span_1_of_4.kar2, .blocks_categories .col.span_1_of_4.kar3,
  619. .blocks_categories .col.span_1_of_4.kar4 {
  620. background: none;
  621. border: 1px solid #3ac8e7;
  622. padding: 10px;
  623. }
  624.  
  625. h3.mainh3, p.footer_title_box {
  626. font-size: 18px;
  627. text-transform: capitalize;
  628. position: relative;
  629. padding-bottom: 10px;
  630. margin-bottom: 18px;
  631. font-family: 'Maven Pro', sans-serif;
  632. font-weight: 600;
  633. line-height: 1.2;
  634. color: #3bc8e7;
  635. }
  636.  
  637. h3.mainh3:after, p.footer_title_box:after {
  638. width: 100%;
  639. height: 5px;
  640. content: "";
  641. position: absolute !important;
  642. bottom: 0;
  643. left: 0px;
  644. z-index: 0;
  645. background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
  646. background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
  647. background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
  648. background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
  649. }
  650.  
  651. a {
  652. color: #3ac8e7 !important;
  653. }
  654.  
  655. p {
  656. color: #fff !important;
  657. }
  658.  
  659. span.capitalize a {
  660. text-transform: capitalize;
  661. }
  662.  
  663. .col.span_1_of_4.kar1 h2.dark-text a, .col.span_1_of_4.kar2 h2.dark-text a, .col.span_1_of_4.kar3 h2.dark-text a, .col.span_1_of_4.kar4 h2.dark-text a {
  664. color: #fff !important;
  665. font-size: 26px;
  666. font-weight: 600 !important;
  667. }
  668.  
  669. .col.span_1_of_4.kar1, .col.span_1_of_4.kar2, .col.span_1_of_4.kar3, .col.span_1_of_4.kar4 {
  670. -webkit-border-radius: 8px;
  671. border-radius: 8px;
  672. border: 2px solid #3ac8e7;
  673. }
  674.  
  675. .page-header h1.page-title {
  676. font-size: 18px !important;
  677. line-height: 34px;
  678. margin: 0 auto;
  679. top: 0px;
  680. text-transform: none;
  681. letter-spacing: 0px !important;
  682. text-shadow: none;
  683. color: #0f111d;
  684. }
  685.  
  686. .page-header h1.page-title span {
  687. font-size: 30px !important;
  688. line-height: 34px;
  689. margin: 0 auto;
  690. top: 0px;
  691. text-transform: none;
  692. letter-spacing: 0px !important;
  693. text-shadow: none;
  694. color: #0f111d;
  695. }
  696.  
  697. h1.entry-title {
  698. font-size: 30px !important;
  699. line-height: 34px;
  700. margin: 0 auto;
  701. top: 0px;
  702. text-transform: none;
  703. letter-spacing: 0px !important;
  704. text-shadow: none;
  705. }
  706.  
  707. .entry-title:before, .entry-title:after {
  708. background: #e96656 !important;
  709. }
  710.  
  711. .entry-content p {
  712. color: #0f111d !important;
  713. font-size: 16px;
  714. line-height: 20px;
  715. }
  716.  
  717. .list-post-top h1.entry-title a {
  718. color: #0f111d !important;
  719. font-weight: 600 !important;
  720. }
  721.  
  722. .col.span_1_of_4.footer_box {
  723. text-align: left;
  724. }
  725.  
  726. p.footer_title_box {
  727. font-size: 16px;
  728. margin: 20px auto !important;
  729. text-align: center;
  730. }
  731.  
  732. .foo_con_icon img {
  733. background: #3ac8e7 !important;
  734. padding: 5px;
  735. -webkit-border-radius: 6px;
  736. border-radius: 6px;
  737. float: left;
  738. display: inline;
  739. width: 26px;
  740. height: 26px;
  741. margin-right: 6px;
  742. }
  743.  
  744. .foo_con_data span {
  745. color: #fff !important;
  746. font-size: 14px;
  747. }
  748.  
  749. .col.span_1_of_4.footer_box i.fa {
  750. color: #fff;
  751. background: #3ac8e7 !important;
  752. padding: 5px;
  753. -webkit-border-radius: 6px;
  754. border-radius: 6px;
  755. display: inline;
  756. width: 26px;
  757. height: 26px;
  758. margin-right: 6px;
  759. }
  760.  
  761. .loghetto_footer {
  762. float: left;
  763. display: inline;
  764. margin-right: 8px;
  765. -webkit-border-radius: 6px;
  766. border-radius: 6px;
  767. border: 3px solid #3ac8e7;
  768. }
  769.  
  770. span.motto {
  771. color: #3ac8e7;
  772. font-weight: 600;
  773. }
  774.  
  775. .col-md-12.col-sm-12.col-xs-12.pt-cv-content-item.pt-cv-1-col {
  776. text-align: left;
  777. font-size: 14px;
  778. line-height: 18px;
  779. margin: 0 auto;
  780. padding: 0px;
  781. width: 95%;
  782. border-bottom: 1px dotted #fff;
  783. }
  784.  
  785. .pt-cv-colsys {
  786. margin: 0 auto;
  787. }
  788.  
  789. img.pt-cv-thumbnail.pull-left {
  790. width: 50px;
  791. margin: 0px !important;
  792. margin-right: 6px !important;
  793. border-radius: 6px;
  794. border: 2px solid #3ac8e7;
  795. }
  796.  
  797. .pt-cv-2-col .pt-cv-title {
  798. box-shadow: none;
  799. color: #3ac8e7 !important;
  800. clear: none !important;
  801. font-size: 14px !important;
  802. line-height: 16px !important;
  803. text-align: left;
  804. }
  805.  
  806. .pt-cv-colsys .pt-cv-content-item {
  807. flex: none;
  808. max-width: initial;
  809. padding: 4px;
  810. border-bottom: 1px solid #3ac8e7;
  811. margin-bottom: 4px;
  812. }
  813.  
  814. .col-md-12.col-sm-12.col-xs-12.pt-cv-content-item.pt-cv-2-col:first-child img.pt-cv-thumbnail.pull-left {
  815. width: 100% !important;
  816. margin: 0 auto !important;
  817. margin-bottom: 6px !important;
  818. }
  819.  
  820. .col-md-12.col-sm-12.col-xs-12.pt-cv-content-item.pt-cv-2-col:first-child .pt-cv-title a {
  821. font-size: 16px !important;
  822. line-height: 20px !important;
  823. margin: 6px auto !important;
  824. }
  825.  
  826. .woocommerce ul.products li.product .woocommerce-placeholder {
  827. border: 1px solid #37bbd9;
  828. border-radius: 8px;
  829. }
  830.  
  831. .woocommerce img, .woocommerce-page img {
  832. border: 1px solid #37bbd9;
  833. border-radius: 8px;
  834. }
  835.  
  836. .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  837. padding: 0px;
  838. margin: 0px;
  839. margin-bottom: 0px;
  840. }
  841.  
  842. .woocommerce-page .products h3, .woocommerce-page .products h2 {
  843. color: #0f111d !important;
  844. font-size: 14px !important;
  845. }
  846.  
  847. .woocommerce ul.products li.product .price {
  848. display: none !important;
  849. margin-bottom: 0px;
  850. }
  851.  
  852. .woocommerce-page .products a.button {
  853. margin: 0 auto !important;
  854. color: #0f111d !important;
  855. background: #3ac8e7;
  856. font-weight: 600 !important;
  857. }
  858.  
  859. .woocommerce-page .products a.button:hover {
  860. background: #0f111d !important;
  861. color: #fff !important;
  862. }
  863.  
  864. .woocommerce-page .products .added_to_cart {
  865. color: #3bc8e7 !important;
  866. font-weight: 600 !important;
  867. display: block !important;
  868. }
  869.  
  870. a.added_to_cart.wc-forward {
  871. color: #3bc8e7 !important;
  872. font-weight: 600 !important;
  873. display: block !important;
  874. }
  875.  
  876. .woocommerce-page .woocommerce a.remove {
  877. color: #0f111d !important;
  878. font-size: 24px;
  879. font-weight: 600 !important;
  880. }
  881.  
  882. .woocommerce-page .woocommerce .product-name a {
  883. color: #0f111d !important;
  884. font-weight: 600 !important;
  885. font-size: 14px !important;
  886. }
  887.  
  888. .woocommerce-cart-form th.product-price, .woocommerce-cart-form th.product-quantity, .woocommerce-cart-form th.product-subtotal {
  889. display: none !important;
  890. }
  891.  
  892. .woocommerce-cart-form td.product-subtotal {
  893. display: none !important;
  894. }
  895.  
  896. .woocommerce-cart-form td.actions {
  897. display: none !important;
  898. }
  899.  
  900. .cart_totals h2 {
  901. display: none !important;
  902. }
  903.  
  904. .cart_totals table.shop_table.shop_table_responsive {
  905. display: none !important;
  906. }
  907.  
  908. .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  909. background: #0f111d !important;
  910. }
  911.  
  912. .woocommerce table.shop_table td.product-total {
  913. display: none !important;
  914. }
  915.  
  916. .cart-subtotal td {
  917. display: none !important;
  918. }
  919.  
  920. .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  921. display: none !important;
  922. }
  923.  
  924. .cart_item strong.product-quantity {
  925. display: none !important;
  926. }
  927.  
  928. #zerif-checkout-coupon .woocommerce-info {
  929. display: none !important;
  930. }
  931.  
  932. .woocommerce-page .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .woocommerce div.product form.cart .button {
  933. padding: 10px !important;
  934. color: #0f111d;
  935. #3bc8e7 !important
  936. }
  937.  
  938. a.woocommerce-privacy-policy-link {
  939. color: #0f111d !important;
  940. font-weight: 600 !important;
  941. }
  942.  
  943. table.shop_table.woocommerce-checkout-review-order-table th.product-total {
  944. display: none !important;
  945. }
  946.  
  947. .woocommerce-additional-fields {
  948. display: none !important;
  949. }
  950.  
  951. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a {
  952. color: #0f111d !important;
  953. font-weight: 600 !important;
  954. }
  955.  
  956. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a.woocommerce-MyAccount-downloads-file.button.alt {
  957. color: #fff !important;
  958. background: #0f111d !important;
  959. padding: 10px;
  960. }
  961.  
  962. section.woocommerce-order-details {
  963. display: none !important;
  964. }
  965.  
  966. section.woocommerce-customer-details {
  967. display: none !important;
  968. }
  969.  
  970. ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__total.total {
  971. display: none !important;
  972. }
  973.  
  974. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th.download-remaining {
  975. display: none !important;
  976. }
  977.  
  978. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th.download-expires {
  979. display: none !important;
  980. }
  981.  
  982. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-remaining {
  983. display: none !important;
  984. }
  985.  
  986. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-expires {
  987. display: none !important;
  988. }
  989.  
  990. form.cart .quantity {
  991. display: none !important;
  992. }
  993.  
  994. .woocommerce-page .woocommerce-message {
  995. border-top-color: #0f111d !important;
  996. color: #0f111d !important;
  997. }
  998.  
  999. .woocommerce-page .woocommerce-message:before {
  1000. color: #d00000 !important;
  1001. }
  1002.  
  1003. .woocommerce-page .woocommerce-message a {
  1004. background-color: #0f111d !important;
  1005. }
  1006.  
  1007. a.button.wc-forward:hover {
  1008. color: #3ac8e7 !important;
  1009. background: #0f111d !important;
  1010. }
  1011.  
  1012. table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-price {
  1013. display: none !important;
  1014. }
  1015.  
  1016. table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-quantity {
  1017. display: none !important;
  1018. }
  1019.  
  1020. .return-to-shop a.button.wc-backward {
  1021. background: #0f111d !important;
  1022. }
  1023.  
  1024. .summary.entry-summary p.price {
  1025. display: none !important;
  1026. }
  1027.  
  1028. .woocommerce-page .woocommerce-result-count {
  1029. line-height: 20px;
  1030. color: #0f111d !important;
  1031. font-weight: 600 !important;
  1032. }
  1033.  
  1034. .comment-content p {
  1035. color: #000 !important;
  1036. }
  1037.  
  1038. .reply a.comment-reply-link {
  1039. display: none !important;
  1040. }
  1041.  
  1042. .comment-metadata a time {
  1043. color: #000 !important;
  1044. }
  1045.  
  1046. .comment-metadata a.comment-edit-link {
  1047. display: none !important;
  1048. }
  1049.  
  1050. .woocommerce-product-details__short-description {
  1051. margin: 10px 0px 40px;
  1052. }
  1053.  
  1054. p.sincroby {
  1055. margin-top: 30px !important;
  1056. display: inline;
  1057. font-size: 16px !important;
  1058. }
  1059.  
  1060. .woocommerce-product-details__short-description p {
  1061. color: #000 !important;
  1062. margin: 0px;
  1063. margin-bottom: 0px;
  1064. font-size: 20px;
  1065. line-height: 24px;
  1066. display: inline;
  1067. font-weight: 600 !important;
  1068. }
  1069.  
  1070. .woocommerce-page .product .product_meta span.tagged_as, .woocommerce-page .product .product_meta span.posted_in, {
  1071. color: #000 !important;
  1072. }
  1073.  
  1074. .woocommerce-page .product .product_meta span.posted_in a, .woocommerce-page .product .product_meta span.tagged_as a {
  1075. color: #000 !important;
  1076. font-weight: 600 !important;
  1077. }
  1078.  
  1079. #mask {
  1080. position: absolute;
  1081. left: 0;
  1082. top: 0;
  1083. z-index: 9000;
  1084. background-color: #000;
  1085. display: none;
  1086. min-width: 100%;
  1087. min-height: 100%;
  1088. }
  1089.  
  1090. #boxes .window {}
  1091.  
  1092. #boxes #dialog {
  1093. z-index: 9999;
  1094. width: 100%;
  1095. min-width: 300px;
  1096. max-width: 800px;
  1097. height: auto;
  1098. padding: 10px;
  1099. background-color: #ffffff;
  1100. position: absolute;
  1101. top: 20px !important;
  1102. left: 50% !important;
  1103. transform: translate(-50%, 0);
  1104. }
  1105.  
  1106. .baretto_post_image {
  1107. width: 150px;
  1108. float: left;
  1109. margin-right: 8px;
  1110. }
  1111.  
  1112. .baretto_title, .baretto_link {
  1113. color: #000 !important;
  1114. font-size: 20px !important;
  1115. font-weight: 600 !important;
  1116. text-align: left !important;
  1117. width: 100% !important;
  1118. }
  1119.  
  1120. .baretto_content {
  1121. color: #000 !important;
  1122. font-size: 20px !important;
  1123. font-weight: 600 !important;
  1124. text-align: left !important;
  1125. width: 100% !important;
  1126. }
  1127.  
  1128. .content_baretto p {
  1129. color: #000 !important;
  1130. font-size: 18px;
  1131. line-height: 22px;
  1132. }
  1133.  
  1134. p.comment_excerpt_box {
  1135. color: #000 !important;
  1136. margin-top: 20px;
  1137. font-size: 24px;
  1138. padding: 10px;
  1139. margin-bottom: 0px;
  1140. }
  1141.  
  1142. p.autore_post {
  1143. color: #000 !important;
  1144. margin-top: 0px;
  1145. font-size: 18px;
  1146. padding: 0px;
  1147. text-transform: capitalize;
  1148. }
  1149.  
  1150. .box_commento {
  1151. color: #0f111d !important;
  1152. font-size: 18px;
  1153. width: 100%;
  1154. clear: both;
  1155. border-bottom: 1px dotted #ccc;
  1156. margin-bottom: 6px;
  1157. padding-bottom: 6px;
  1158. }
  1159.  
  1160. span.data_commento {
  1161. font-style: italic;
  1162. font-weight: 600;
  1163. font-size: 13px;
  1164. color: #000 !important;
  1165. }
  1166.  
  1167. span.autore_commento {
  1168. font-weight: 600;
  1169. color: #000 !important;
  1170. font-size: 16px;
  1171. }
  1172.  
  1173. figure.effect-winston {
  1174. margin-bottom: 20px;
  1175. width: 100%;
  1176. max-width: 300px;
  1177. margin: 0 auto;
  1178. border: 1px solid #000;
  1179. padding: 4px;
  1180. }
  1181.  
  1182. .ultimi_saluti {
  1183. font-weight: 600 !important;
  1184. color: #000 !important;
  1185. font-size: 20px;
  1186. margin-bottom: 30px;
  1187. width: 100%;
  1188. height: 40px;
  1189. background: url(https://www.love4music.it/wp-content/uploads/2021/04/hand_bye.gif);
  1190. background-repeat: no-repeat;
  1191. background-position: left top;
  1192. background-size: auto 100%;
  1193. padding-top: 20px;
  1194. padding-left: 60px;
  1195. padding-bottom: 30px;
  1196. border-bottom: 1px solid #000;
  1197. }
  1198.  
  1199. div#respond {
  1200. margin-top: 50px;
  1201. }
  1202.  
  1203. h3#reply-title {
  1204. font-size: 20px;
  1205. }
  1206.  
  1207. .p.comment-form-comment textarea {
  1208. border: 1px solid #000 !important;
  1209. }
  1210.  
  1211. .home_list_columns_main {
  1212. list-style: none;
  1213. padding: 0px;
  1214. }
  1215.  
  1216. li.product.home_list_columns {
  1217. color: #3ac8e7 !important;
  1218. text-align: left !important;
  1219. font-size: 14px !important;
  1220. line-height: 18px !important;
  1221. }
  1222.  
  1223. .big_picture_box_home {
  1224. width: 100%;
  1225. height: auto;
  1226. float: left;
  1227. display: inline;
  1228. margin-right: 0 auto;
  1229. margin-bottom: 6px;
  1230. border: 2px solid #3ac8e7;
  1231. border-radius: 8px;
  1232. overflow: hidden;
  1233. }
  1234.  
  1235. .small_picture_home_columns {
  1236. width: 40px;
  1237. height: 40px;
  1238. float: left;
  1239. display: inline;
  1240. margin-right: 6px;
  1241. border: 2px solid #3ac8e7;
  1242. border-radius: 8px;
  1243. overflow: hidden;
  1244. }
  1245.  
  1246. .song_title_column {
  1247. color: #3ac8e7 !important;
  1248. text-align: left !important;
  1249. font-size: 16px !important;
  1250. line-height: 20px !important;
  1251. }
  1252.  
  1253. .song_title_column_small {
  1254. color: #3ac8e7 !important;
  1255. text-align: left !important;
  1256. font-size: 14px !important;
  1257. line-height: 18px !important;
  1258. }
  1259.  
  1260. .autore_interprete_small p, .autore_interprete_big p {
  1261. margin: 0px 0px 4px;
  1262. }
  1263.  
  1264. .clearer_simple {
  1265. clear: both;
  1266. width: 100%;
  1267. height: 1px;
  1268. margin: 0 auto;
  1269. }
  1270.  
  1271. .clearer_bordered {
  1272. clear: both;
  1273. width: 100%;
  1274. height: 2px;
  1275. margin: 4px auto;
  1276. border-top: 1px dotted #3ac8e7;
  1277. }
  1278.  
  1279. .big_picture_box_home_latest {
  1280. width: 50px;
  1281. height: 50px;
  1282. float: left;
  1283. display: inline;
  1284. margin: 6px;
  1285. border: 2px solid #3ac8e7;
  1286. border-radius: 8px;
  1287. overflow: hidden;
  1288. }
  1289.  
  1290. .song_title_column_latest {
  1291. color: #3ac8e7 !important;
  1292. text-align: left !important;
  1293. font-size: 16px !important;
  1294. line-height: 20px !important;
  1295. }
  1296.  
  1297. .content_container_home_box {
  1298. text-align: left;
  1299. }
  1300.  
  1301. .autore_interprete_big_latest p {
  1302. font-size: 14px;
  1303. margin: 0px;
  1304. }
  1305.  
  1306. section.related.products {
  1307. padding: 0px;
  1308. }
  1309.  
  1310. .related ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  1311. display: none !important;
  1312. }
  1313.  
  1314. .bannercontainer_head img {
  1315. border: 0px;
  1316. border-radius: 0px;
  1317. }
  1318.  
  1319. .big_picture_box_home_secondline {
  1320. width: 40px;
  1321. margin-right: 6px;
  1322. float: left;
  1323. display: inline;
  1324. border-radius: 6px;
  1325. overflow: hidden;
  1326. }
  1327.  
  1328. .woocommerce-page .woocommerce .add_to_cart_button:hover, .woocommerce .checkout-button:hover, .woocommerce .single_add_to_cart_button :hover, .woocommerce #place_order:hover, .woocommerce div.product form.cart .button:hover {
  1329. background: #bf3928;
  1330. -webkit-box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1331. box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1332. }
  1333.  
  1334. .woocommerce-page .products a.button {
  1335. border-radius: 20px !important;
  1336. background: #3bc8e7 !important;
  1337. color: #fff !important;
  1338. }
  1339.  
  1340. .woocommerce-page .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .woocommerce div.product form.cart .button {
  1341. padding: 10px 20px !important;
  1342. color: #fff !important;
  1343. background: #3bc8e7 !important;
  1344. border-radius: 20px;
  1345. }
  1346.  
  1347. .woocommerce-page .products a.button:hover, .col.span_1_of_4.kar1:hover, .col.span_1_of_4.kar2:hover, .col.span_1_of_4.kar3:hover, .col.span_1_of_4.kar4:hover,
  1348. .home div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover, .big_picture_box_home_latest:hover, .big_picture_box_home:hover, .small_picture_home_columns:hover {
  1349. -webkit-box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1350. box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1351. }
  1352.  
  1353. a:focus {
  1354. outline: none !important;
  1355. }
  1356.  
  1357. .custom-short-description {
  1358. color: #000;
  1359. font-size: 14px;
  1360. }
  1361.  
  1362. .woocommerce-page .products h3, .woocommerce-page .products h2 {
  1363. line-height: 20px !important;
  1364. }
  1365.  
  1366. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a.woocommerce-MyAccount-downloads-file.button.alt,
  1367. .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  1368. max-width: 300px;
  1369. background: #3ac8e7 !important;
  1370. color: #fff !important;
  1371. font-weight: 600 !important;
  1372. border-radius: 20px;
  1373. }
  1374.  
  1375. .comment-form #submit:hover, .comment-form #submit:focus, .comment-form #submit:active, .woocommerce-page .products a.button:hover {
  1376. background: #3ac8e7 !important;
  1377. -webkit-box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1378. box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1379. }
  1380.  
  1381. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a.woocommerce-MyAccount-downloads-file.button.alt:hover {
  1382. -webkit-box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1383. box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1384. }
  1385.  
  1386. .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover {
  1387. color: #0f111d !important;
  1388. background: rgb(58 200 231);
  1389. }
  1390.  
  1391. body, .site-content {
  1392. background: #0f111d;
  1393. }
  1394.  
  1395. .page-header h1.page-title, .page-header h1.page-title span,
  1396. .list-post-top h1.entry-title a,
  1397. h1.entry-title,
  1398. span.posted-on, span.posted-on a, h1, .woocommerce-page .products h3, .woocommerce-page .products h2, h1.product_title.entry-title, .woocommerce-product-details__short-description p {
  1399. color: #3ac8e7 !important;
  1400. }
  1401.  
  1402. .woocommerce table.shop_table td {
  1403. border-top: 1px solid #fff !important;
  1404. }
  1405.  
  1406. .woocommerce table.shop_table {
  1407. color: #fff !important;
  1408. }
  1409.  
  1410. .woocommerce table.shop_table {
  1411. border: 1px solid #fff;
  1412. }
  1413.  
  1414. .woocommerce-privacy-policy-text p {
  1415. color: #fff !important;
  1416. }
  1417.  
  1418. .woocommerce-page .woocommerce a.remove {
  1419. color: #fff !important;
  1420. font-size: 24px;
  1421. font-weight: 600 !important;
  1422. }
  1423.  
  1424. .woocommerce-page .woocommerce .product-name a {
  1425. color: #3ac8e7 !important;
  1426. }
  1427.  
  1428. .woocommerce table.shop_table,
  1429. h2.comments-title,
  1430. .entry-content p,
  1431. footer.entry-footer,
  1432. span.says,
  1433. .comment-metadata, .comment-metadata a,
  1434. .comment-metadata a time,
  1435. h3#reply-title, .custom-short-description, .woocommerce-page .product .product_meta span.posted_in a, .woocommerce-page .product .product_meta span.tagged_as a {
  1436. color: #fff !important;
  1437. }
  1438.  
  1439. span.sku_wrapper {
  1440. display: none;
  1441. }
  1442.  
  1443. .woocommerce-page .woocommerce #payment {
  1444. background: #0f111d;
  1445. }
  1446.  
  1447. a.woocommerce-privacy-policy-link {
  1448. color: #3bc8e7 !important;
  1449. font-weight: 400 !important;
  1450. }
  1451.  
  1452. .woocommerce-page .woocommerce .order_details li.order, li.woocommerce-order-overview__date.date, li.woocommerce-order-overview__email.email {
  1453. background: #0f111d;
  1454. color: #fff !important;
  1455. }
  1456.  
  1457. h2.woocommerce-order-downloads__title {
  1458. color: #fff !important;
  1459. }
  1460.  
  1461. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th.download-product span.nobr, table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th.download-file span.nobr {
  1462. display: none !important;
  1463. }
  1464.  
  1465. table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a {
  1466. color: #ffffff !important;
  1467. font-weight: 400 !important;
  1468. }
  1469.  
  1470. h3#order_review_heading {
  1471. color: #fff !important;
  1472. }
  1473.  
  1474. div#popmake-5619 .section.group div#respond h3#reply-title {
  1475. color: #14182a !important;
  1476. border-top: 1px solid #14182a !important;
  1477. border-bottom: 1px solid #14182a !important;
  1478. padding: 6px;
  1479. }
  1480.  
  1481. div#popmake-5619 .section.group div#respond p.logged-in-as, div#popmake-5619 .section.group div#respond p.logged-in-as a {
  1482. color: #14182a !important;
  1483. }
  1484.  
  1485. .dgwt-wcas-details-hr, .dgwt-wcas-pd-price, .dgwt-wcas-tpd-price, .dgwt-wcas-pd-addtc.js-dgwt-wcas-pd-addtc {
  1486. display: none !important;
  1487. }
  1488.  
  1489. body {
  1490. margin: 0;
  1491. font-family: 'Maven Pro', sans-serif;
  1492. font-size: 16px;
  1493. font-weight: 400;
  1494. line-height: 24px;
  1495. color: #ffffff;
  1496. background-color: #14182a;
  1497. }
  1498.  
  1499. body, p, a, ul, li, label, .section-header .section-legend {
  1500. margin: 0;
  1501. font-family: 'Maven Pro', sans-serif;
  1502. font-size: 16px;
  1503. font-weight: 400;
  1504. line-height: 24px;
  1505. color: #ffffff;
  1506. }
  1507.  
  1508. /*====Normal Css Start====*/
  1509. h1,
  1510. h2,
  1511. h3,
  1512. h4,
  1513. h5,
  1514. h6,
  1515. .h1,
  1516. .h2,
  1517. .h3,
  1518. .h4,
  1519. .h5,
  1520. .h6 {
  1521. margin-bottom: 0;
  1522. font-family: 'Maven Pro', sans-serif;
  1523. font-weight: 600;
  1524. line-height: 1.2;
  1525. color: #3bc8e7;
  1526. }
  1527.  
  1528. h1,
  1529. .h1 {
  1530. font-family: 'Maven Pro', sans-serif;
  1531. font-size: 2.5em;
  1532. }
  1533.  
  1534. h2,
  1535. .h2 {
  1536. font-family: 'Maven Pro', sans-serif;
  1537. font-size: 2em;
  1538. }
  1539.  
  1540. h3,
  1541. .h3 {
  1542. font-family: 'Maven Pro', sans-serif;
  1543. font-size: 1.75em;
  1544. }
  1545.  
  1546. h4,
  1547. .h4 {
  1548. font-family: 'Maven Pro', sans-serif;
  1549. font-size: 1.5em;
  1550. }
  1551.  
  1552. h5,
  1553. .h5 {
  1554. font-family: 'Maven Pro', sans-serif;
  1555. font-size: 1.25em;
  1556. }
  1557.  
  1558. h6,
  1559. .h6 {
  1560. font-family: 'Maven Pro', sans-serif;
  1561. font-size: 1em;
  1562. }
  1563.  
  1564. a {
  1565. font-family: 'Maven Pro', sans-serif;
  1566. color: #3bc8e7;
  1567. transition: all 0.3s ease-in-out;
  1568. -webkit-transition: all 0.3s ease-in-out;
  1569. -moz-transition: all 0.3s ease-in-out;
  1570. -ms-transition: all 0.3s ease-in-out;
  1571. }
  1572.  
  1573. a:hover,
  1574. a:focus,
  1575. a:visited {
  1576. text-decoration: none;
  1577. color: #3bc8e7;
  1578. font-family: 'Maven Pro', sans-serif;
  1579. }
  1580.  
  1581. a:focus,
  1582. button:focus {
  1583. outline: none;
  1584. font-family: 'Maven Pro', sans-serif;
  1585. }
  1586.  
  1587. .username_onhead {
  1588. font-size: 14px !important;
  1589. width: 100%;
  1590. text-align: right;
  1591. padding: 10px;
  1592. margin: 0 auto;
  1593. background: #0f111d;
  1594. }
  1595.  
  1596. span.ciao, .username_onhead, .username_onhead a {
  1597. font-size: 14px !important;
  1598. color: #3ac8e7 !important;
  1599. font-family: 'Maven Pro', sans-serif;
  1600. }
  1601.  
  1602. .section-header {
  1603. padding-bottom: 75px;
  1604. position: relative;
  1605. text-align: center;
  1606. padding: 80px 0px;
  1607. margin-left: 80px;
  1608. background-size: cover;
  1609. background-repeat: no-repeat;
  1610. overflow-x: hidden;
  1611. }
  1612.  
  1613. .section-header:after {
  1614. position: absolute;
  1615. background-image: url(https://www.love4music.it/wp-content/uploads/2021/06/brad_wave.png);
  1616. width: 1920px;
  1617. height: 134px;
  1618. top: 50%;
  1619. left: -65px;
  1620. content: "";
  1621. transform: translateY(-50%);
  1622. -webkit-transform: translateY(-50%);
  1623. -moz-transform: translateY(-50%);
  1624. -ms-transform: translateY(-50%);
  1625. }
  1626.  
  1627. #side-menu-1 .sm-label, #side-menu-1 .sm-icon, #side-menu-1.-left .sm-item a, #side-menu-1.-left .sm-item {
  1628. background-color: #1b2039 !important;
  1629. color: #3ac8e7 !important;
  1630. }
  1631.  
  1632. img.rubricheimg {
  1633. -webkit-border-radius: 8px;
  1634. border-radius: 8px;
  1635. border: 2px solid #3ac8e7;
  1636. }
  1637.  
  1638. img.rubricheimg:hover {
  1639. -webkit-box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1640. box-shadow: 0 0 20px 0 #3bc8e7 !important;
  1641. }
  1642.  
  1643. .post-img-wrap {
  1644. display: block;
  1645. float: none;
  1646. overflow: hidden;
  1647. text-align: center;
  1648. width: 100%;
  1649. margin: 0 auto;
  1650. }
  1651.  
  1652. .post-img-wrap a img {
  1653. clear: both;
  1654. width: 100%;
  1655. height: auto;
  1656. margin: 0 auto;
  1657. text-align: center;
  1658. float: none;
  1659. }
  1660.  
  1661. article.hentry {
  1662. float: none;
  1663. width: 100%;
  1664. margin: 0 auto;
  1665. margin-bottom: 30px;
  1666. padding-bottom: 10px;
  1667. border-bottom: 1px solid #3ac8e7;
  1668. }
  1669.  
  1670. .page-header .page-title:before {
  1671. position: absolute;
  1672. z-index: 1;
  1673. bottom: -9px;
  1674. left: 0;
  1675. width: 100%;
  1676. height: 1px;
  1677. margin: auto;
  1678. background: #3ac8e7;
  1679. content: "";
  1680. }
  1681.  
  1682. nav.navigation.post-navigation {
  1683. display: none !important;
  1684. }
  1685.  
  1686. .comment-author b.fn, .comment-content p {
  1687. color: #fff !important;
  1688. }
  1689.  
  1690. tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
  1691. text-align: right !important;
  1692. float: right;
  1693. }
  1694.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement