Advertisement
Guest User

Custom CSS Divi

a guest
Nov 18th, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. @media only screen and (min-width:768px) {
  2. .hide-desktop { display: none; }
  3. }
  4. @media only screen and (max-width:760px) {
  5. .hide-mobile { display: none; }
  6. }
  7.  
  8. .et-waypoint {
  9. opacity: 1;
  10. }
  11. @media ( max-width: 981px ) {
  12. .et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
  13. display: table-cell;
  14. width: 57px;
  15. line-height: 0;
  16. position: relative;
  17. right: 26px;
  18. }
  19. }
  20. @media ( max-width: 981px ) {
  21. .et_pb_blurb_position_left .et_pb_blurb_container {
  22. padding-left: 0px;
  23. }
  24. }
  25. @media ( min-width: 1200px ) {
  26. .et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
  27. display: table-cell;
  28. width: 75px;
  29. line-height: 0;
  30. position: relative;
  31. right: 26px;
  32. top: 15px;
  33. }
  34. }
  35.  
  36. @media ( min-width: 1920px ) {
  37. .et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
  38. display: table-cell;
  39. width: 75px;
  40. line-height: 0;
  41. position: relative;
  42. right: 65px;
  43. top: 6px;
  44. }
  45. }
  46.  
  47. /*---------------Menu CTA Button---------------*/
  48.  
  49. #top-menu li a:hover {opacity: 1!important;}
  50.  
  51. .menu-cta a {
  52. border: 2px solid #ffffff !important;
  53. padding: 12px!important;
  54. border-radius: 25px;
  55. text-align: center;
  56. padding-left: 20px !important;
  57. padding-right: 20px !important;
  58. }
  59.  
  60. #main-header.et-fixed-header .menu-cta a{
  61. color: #535B7C !important;
  62. padding-left: 20px !important;
  63. padding-right: 20px !important;
  64. }
  65.  
  66. #main-header.et-fixed-header .menu-cta a:hover{
  67. color: #ffffff !important;
  68. }
  69.  
  70. .menu-cta a:hover {
  71. background-color: #32cfc0;
  72. color: white !important;
  73. }
  74.  
  75. .et_header_style_left #et-top-navigation {
  76. padding-top: 16px!important;
  77. }
  78.  
  79. .et_header_style_left .et-fixed-header #et-top-navigation {
  80. padding-top: 6px!important;
  81. }
  82.  
  83. /*---------------CTA Button Color on Fixed Navigation---------------*/
  84.  
  85.  
  86.  
  87. /*---------------Menu CTA Button Mobile Settings---------------*/
  88.  
  89. @media only screen and (max-width: 980px) {
  90. .menu-cta a {
  91. background-color: #32cfc0;
  92. }
  93. }
  94.  
  95. /*instagram icon*/
  96. .et-social-google-plus a.icon:before {
  97. background: url('https://finata.id/wp-content/uploads/2019/04/instagram.png');
  98. content: '';
  99. display: block;
  100. background-repeat: no-repeat;
  101. }
  102. #main-footer .et-social-google-plus a.icon:before {
  103. height: 15px;
  104. width: 15px;
  105. }
  106.  
  107. /* loader */
  108. .lds-ring {
  109. display: inline-block;
  110. position: relative;
  111. width: 54px;
  112. height: 54px;
  113. }
  114. .lds-ring div {
  115. box-sizing: border-box;
  116. display: block;
  117. position: absolute;
  118. width: 41px;
  119. height: 41px;
  120. margin: 6px;
  121. border: 6px solid #fff;
  122. border-radius: 50%;
  123. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  124. border-color: #fff transparent transparent transparent;
  125. }
  126. .lds-ring div:nth-child(1) {
  127. animation-delay: -0.45s;
  128. }
  129. .lds-ring div:nth-child(2) {
  130. animation-delay: -0.3s;
  131. }
  132. .lds-ring div:nth-child(3) {
  133. animation-delay: -0.15s;
  134. }
  135. @keyframes lds-ring {
  136. 0% {
  137. transform: rotate(0deg);
  138. }
  139. 100% {
  140. transform: rotate(360deg);
  141. }
  142. }
  143.  
  144. /* loading */
  145. .lds-ellipsis {
  146. display: inline-block;
  147. position: relative;
  148. width: 64px;
  149. height: 24px;
  150. }
  151. .lds-ellipsis div {
  152. position: absolute;
  153. top: 2px;
  154. width: 11px;
  155. height: 11px;
  156. border-radius: 50%;
  157. background: #fff;
  158. animation-timing-function: cubic-bezier(0, 1, 1, 0);
  159. }
  160. .lds-ellipsis div:nth-child(1) {
  161. left: 6px;
  162. animation: lds-ellipsis1 0.6s infinite;
  163. }
  164. .lds-ellipsis div:nth-child(2) {
  165. left: 6px;
  166. animation: lds-ellipsis2 0.6s infinite;
  167. }
  168. .lds-ellipsis div:nth-child(3) {
  169. left: 26px;
  170. animation: lds-ellipsis2 0.6s infinite;
  171. }
  172. .lds-ellipsis div:nth-child(4) {
  173. left: 45px;
  174. animation: lds-ellipsis3 0.6s infinite;
  175. }
  176. @keyframes lds-ellipsis1 {
  177. 0% {
  178. transform: scale(0);
  179. }
  180. 100% {
  181. transform: scale(1);
  182. }
  183. }
  184. @keyframes lds-ellipsis3 {
  185. 0% {
  186. transform: scale(1);
  187. }
  188. 100% {
  189. transform: scale(0);
  190. }
  191. }
  192. @keyframes lds-ellipsis2 {
  193. 0% {
  194. transform: translate(0, 0);
  195. }
  196. 100% {
  197. transform: translate(19px, 0);
  198. }
  199. }
  200. #et_pb_contact_form_0{
  201. margin-bottom: 8px;
  202. }
  203. .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a{
  204. padding-top: 15px;
  205. }
  206. .custom-tabs .et_pb_tab_active a {
  207. color: #ffffff!important;
  208. }
  209. .custom-tabs ul.et_pb_tabs_controls {
  210. float: left;
  211. width: 30%;
  212. display: block;
  213. background: transparent;
  214. }
  215. .custom-tabs .et_pb_all_tabs {
  216. display: flex;
  217. width: 65%;
  218. }
  219. .custom-tabs .et_pb_tabs_controls li {
  220. display: block;
  221. width: 100%;
  222. border: 1px solid #d9d9d9;
  223. margin-bottom: 5px;
  224. }
  225. .custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
  226. border-right: 1px solid #d9d9d9;
  227. }
  228. .custom-tabs .et_pb_tabs_controls li a {
  229. display: block;
  230. width: 100%;
  231. padding: 15px 30px ;
  232. font-size: 15px;
  233. }
  234. .custom-tabs ul.et_pb_tabs_controls:after {
  235. content: none;
  236. }
  237. .custom-tabs .et_pb_tab {
  238. padding: 0 30px;
  239. }
  240. .et_pb_tabs, .et_pb_wc_tabs {
  241. border: none;
  242. }
  243. .et_pb_tabs_controls li.et_pb_tab_active {
  244. background-color: #32cfc0;
  245. }
  246. @media(max-width:767px){
  247. .custom-tabs ul.et_pb_tabs_controls.clearfix {
  248. float: left;
  249. width: 100%;
  250. display: inherit;
  251. }
  252. .custom-tabs .et_pb_all_tabs {
  253. display: flex;
  254. width: 100%;
  255. }
  256. .custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
  257. border-left: 0px solid #d9d9d9;
  258. }
  259. }
  260.  
  261. .inline .mauticform_wrapper .mauticform-page-wrapper{
  262. display: flex;
  263. }
  264. .inline .mauticform_wrapper .mauticform-page-wrapper .mauticform-row{
  265. margin-left: 5px;
  266. margin-right: 5px;
  267. margin-top: auto;
  268. }
  269. .mauticform_wrapper input,
  270. .mauticform_wrapper select {
  271. width: 100%;
  272. padding: 12px 20px;
  273. margin: 8px 0;
  274. display: inline-block;
  275. border: 1px solid #ccc;
  276. border-radius: 4px;
  277. box-sizing: border-box;
  278. }
  279.  
  280. .mauticform_wrapper input:focus,
  281. .mauticform_wrapper select:focus {
  282. border-color: #32cfc0;
  283. }
  284.  
  285. .mauticform_wrapper button[type=submit] {
  286. width: 100%;
  287. background-color: #32cfc0;
  288. color: white;
  289. padding: 11px 20px;
  290. margin: 8px 0;
  291. border: none;
  292. border-radius: 4px;
  293. cursor: pointer;
  294. font-size: 18px;
  295. }
  296.  
  297. .mauticform_wrapper button[type=submit]:hover {
  298. background-color: #2cb8aa;
  299. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement