responsive.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. /*
  2. * expandable menu started
  3. */
  4. @media (max-width: 1199px) {
  5. .header-navigation {
  6. margin-bottom: 0;
  7. }
  8. .logo-box {
  9. width: 100%;
  10. float: none;
  11. margin: 0 !important;
  12. }
  13. .navigation-box {
  14. margin: 0;
  15. }
  16. .navbar-expand-lg .menu-toggler {
  17. display: block;
  18. margin-right: 0;
  19. border-color: #fff;
  20. background-color: transparent !important;
  21. margin: 23px 0;
  22. color: #fff;
  23. border: none;
  24. font-size: 28px;
  25. float: right;
  26. outline: none;
  27. cursor: pointer;
  28. }
  29. .menu-toggler:hover {
  30. border-color: #ff4eb5;
  31. }
  32. .menu-toggler .icon-bar {
  33. background: #fff;
  34. }
  35. .menu-toggler:hover .icon-bar {
  36. background: #ff4eb5;
  37. }
  38. .navbar-expand-lg .navbar-collapse {
  39. padding-bottom: 0;
  40. overflow: auto !important;
  41. width: 100%;
  42. }
  43. .navbar-expand-lg .navbar-collapse {
  44. display: none !important;
  45. background: transparent;
  46. padding: 0px 0px !important;
  47. padding-bottom: 0px !important;
  48. margin: 0;
  49. background: #000;
  50. -webkit-transition: all .5s ease;
  51. transition: all .5s ease;
  52. height: 0;
  53. }
  54. .navbar-expand-lg .navbar-collapse.showen {
  55. display: block !important;
  56. height: auto;
  57. max-height: 70vh;
  58. }
  59. .navbar-collapse.show {
  60. overflow-y: auto;
  61. }
  62. .header-navigation .main-navigation {
  63. float: none !important;
  64. text-align: left !important;
  65. }
  66. .header-navigation .nav {
  67. width: 100%;
  68. text-align: left;
  69. }
  70. .header-navigation .nav > li {
  71. display: block;
  72. padding: 0 !important;
  73. width: 100%;
  74. float: none;
  75. }
  76. .header-navigation .nav > li + li {
  77. margin-left: 0 !important;
  78. }
  79. .header-navigation .nav > li > a {
  80. padding: 8px 0;
  81. }
  82. .header-navigation .right-box.nav {
  83. width: 100%;
  84. margin: 0;
  85. }
  86. .header-navigation .right-box.nav > li > a {
  87. border: none !important;
  88. padding: 8px 0;
  89. color: #fff;
  90. }
  91. .header-navigation .nav > li > a:after {
  92. display: none;
  93. }
  94. .header-navigation .nav.navigation-box + .nav {
  95. border-top: 1px dashed #2a2833;
  96. }
  97. .header-navigation .navigation-box > li > .sub-menu,
  98. .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
  99. position: relative !important;
  100. width: 100% !important;
  101. opacity: 1 !important;
  102. visibility: visible !important;
  103. left: auto !important;
  104. right: auto !important;
  105. top: auto !important;
  106. -webkit-transition: none !important;
  107. transition: none !important;
  108. display: none;
  109. float: none !important;
  110. margin: 0;
  111. -webkit-transform: translateX(0);
  112. transform: translateX(0);
  113. -webkit-box-shadow: none !important;
  114. box-shadow: none !important;
  115. }
  116. .header-navigation .navigation-box > li > .sub-menu > li > a::after {
  117. display: none;
  118. }
  119. .header-navigation ul.navigation-box > li + li {
  120. padding: 0 !important;
  121. border-top: 1px solid rgba(255, 255, 255, 0.1);
  122. display: block;
  123. float: none;
  124. margin: 0 !important;
  125. }
  126. .header-navigation .nav > li.show-mobile {
  127. display: none;
  128. }
  129. .header-navigation ul.navigation-box > li > a,
  130. .header-navigation .right-box.nav > li > a {
  131. padding: 0;
  132. display: block;
  133. color: #fff;
  134. padding: 16px 0 16px 20px !important;
  135. -webkit-transition: background 0.4s ease 0s;
  136. transition: background 0.4s ease 0s;
  137. }
  138. .header-navigation ul.navigation-box li a .sub-nav-toggler {
  139. background-color: transparent;
  140. background-image: none;
  141. border: 1px solid #fff;
  142. border-radius: 4px;
  143. padding: 9px 9px;
  144. position: absolute;
  145. top: 50%;
  146. -webkit-transform: translateY(-50%);
  147. transform: translateY(-50%);
  148. right: 15px;
  149. /*margin-top: 8px;*/
  150. margin-right: 0px;
  151. display: block;
  152. cursor: pointer;
  153. outline: none;
  154. }
  155. .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
  156. background-color: #fff;
  157. border-radius: 1px;
  158. display: block;
  159. height: 1px;
  160. width: 20px;
  161. }
  162. .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
  163. margin-top: 4px;
  164. }
  165. .header-navigation .container .right-side-box {
  166. top: 20px;
  167. right: 15px;
  168. -webkit-transform: translateY(0%);
  169. transform: translateY(0%);
  170. }
  171. .header-navigation .container {
  172. display: block;
  173. padding-right: 0px;
  174. padding-left: 0px;
  175. position: relative;
  176. }
  177. .header-navigation .container .logo-box {
  178. position: relative;
  179. top: 0;
  180. left: 0;
  181. -webkit-transform: translateY(0);
  182. transform: translateY(0);
  183. float: none;
  184. padding-right: 145px;
  185. }
  186. .header-navigation .container .logo-box .navbar-brand {
  187. float: left;
  188. padding: 20px 0;
  189. }
  190. .header-navigation .container .logo-box .navbar-toggler {
  191. float: left;
  192. }
  193. .header-navigation ul.navigation-box {
  194. display: block;
  195. margin: 0 !important;
  196. width: 100%;
  197. }
  198. .header-navigation ul.navigation-box > li {
  199. padding: 0;
  200. display: block;
  201. }
  202. .header-navigation ul.navigation-box > li > a {
  203. display: block;
  204. padding: 13px 30px;
  205. }
  206. .header-navigation ul.navigation-box > li > a:after {
  207. display: none;
  208. }
  209. .header-navigation ul.navigation-box > li + li {
  210. margin: 0;
  211. }
  212. .header-navigation .main-navigation {
  213. float: none;
  214. width: 100%;
  215. display: none;
  216. text-align: left;
  217. background: #18212E;
  218. max-height: 70vh;
  219. overflow-y: scroll;
  220. }
  221. .header-navigation .container .menu-toggler {
  222. display: block;
  223. }
  224. .header-navigation.stricky-fixed ul.navigation-box > li {
  225. padding: 0;
  226. }
  227. .header-navigation .container .logo-box .navbar-brand {
  228. background-color: transparent;
  229. }
  230. .header-navigation .container .menu-toggler {
  231. float: left;
  232. margin: 28px 0;
  233. color: #2a2833;
  234. margin-left: 30px;
  235. position: relative;
  236. }
  237. .header-navigation .container .logo-box {
  238. padding-right: 15px !important;
  239. }
  240. .header-navigation {
  241. padding-left: 0px !important;
  242. padding-right: 0px !important;
  243. }
  244. .header-navigation .container .logo-box {
  245. left: 0 !important;
  246. }
  247. .header-navigation .container .logo-box {
  248. padding-left: 15px;
  249. }
  250. .header-navigation .main-navigation {
  251. padding-right: 0;
  252. }
  253. .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  254. color: #fff;
  255. }
  256. .site-header__header-two .header-navigation .container .menu-toggler {
  257. color: #fff;
  258. }
  259. .site-header__header-two .header-navigation ul.navigation-box > li > a {
  260. color: #fff;
  261. }
  262. }
  263. @media (max-width: 425px) {
  264. .header-navigation .container .right-side-box {
  265. display: none !important;
  266. }
  267. .header-navigation .container .menu-toggler {
  268. float: right !important;
  269. }
  270. .header-navigation .container .logo-box {
  271. display: -webkit-box;
  272. display: -ms-flexbox;
  273. display: flex;
  274. -webkit-box-pack: justify;
  275. -ms-flex-pack: justify;
  276. justify-content: space-between;
  277. }
  278. .header-navigation .container .logo-box:after {
  279. display: none;
  280. }
  281. }
  282. @media (max-width: 1199px) {
  283. .blog-one__content {
  284. padding-left: 37px;
  285. padding-right: 37px;
  286. }
  287. .cta-one__moc {
  288. left: -20%;
  289. }
  290. .cta-two__moc {
  291. right: -70px;
  292. }
  293. .banner-two__moc {
  294. right: -29%;
  295. }
  296. }
  297. @media (max-width: 991px) {
  298. img {
  299. max-width: 100%;
  300. }
  301. .fact-one__single {
  302. margin-bottom: 20px;
  303. }
  304. .app-shot-one .app-shot-one__carousel::before {
  305. display: none;
  306. }
  307. .app-shot-one .app-shot-one__carousel {
  308. padding-top: 0;
  309. margin-top: 0;
  310. padding-bottom: 20px;
  311. }
  312. .footer-widget__about {
  313. text-align: center;
  314. }
  315. .footer-widget {
  316. margin-bottom: 30px;
  317. padding: 0;
  318. }
  319. .footer-widget__links-wrap {
  320. padding-left: 15px;
  321. }
  322. .site-footer__upper {
  323. padding-bottom: 90px;
  324. }
  325. .site-footer__social {
  326. -webkit-box-pack: center;
  327. -ms-flex-pack: center;
  328. justify-content: center;
  329. }
  330. .banner-one__moc {
  331. display: none;
  332. }
  333. .banner-one .container {
  334. padding-top: 200px;
  335. padding-bottom: 120px;
  336. }
  337. .cta-one__moc {
  338. position: relative;
  339. top: auto;
  340. left: auto;
  341. }
  342. .cta-two__moc {
  343. position: relative;
  344. top: auto;
  345. right: auto;
  346. }
  347. .pricing-one [class*=col-] {
  348. margin-bottom: 0;
  349. }
  350. .pricing-one [class*=col-] + [class*=col-] {
  351. border-left: 0;
  352. border-top: 1px solid #efefef;
  353. padding-top: 40px;
  354. margin-top: 40px;
  355. }
  356. .testimonials-one__single p br {
  357. display: none;
  358. }
  359. .testimonials-one__single {
  360. padding-left: 15px;
  361. padding-right: 15px;
  362. padding-top: 50px;
  363. padding-bottom: 50px;
  364. }
  365. .fact-one__single {
  366. margin-left: auto;
  367. margin-right: auto;
  368. }
  369. .banner-two__moc {
  370. right: -52%;
  371. }
  372. }
  373. @media (max-width: 767px) {
  374. .blog-details .share-block {
  375. -webkit-box-pack: center;
  376. -ms-flex-pack: center;
  377. justify-content: center;
  378. -webkit-box-align: center;
  379. -ms-flex-align: center;
  380. align-items: center;
  381. -webkit-box-orient: vertical;
  382. -webkit-box-direction: normal;
  383. -ms-flex-direction: column;
  384. flex-direction: column;
  385. }
  386. .blog-details .social-block {
  387. margin-top: 20px;
  388. }
  389. .comment-one__top-left, .comment-one__top-right,
  390. .blog-details__author-image, .blog-details__author-content {
  391. display: block;
  392. }
  393. .comment-one__top-right,
  394. .blog-details__author-content {
  395. padding: 0;
  396. padding-top: 20px;
  397. }
  398. .video-one__title {
  399. font-size: 30px;
  400. }
  401. .banner-two__moc {
  402. display: none;
  403. }
  404. .banner-two .container {
  405. padding-top: 150px;
  406. }
  407. }
  408. @media (max-width: 575px) {
  409. .footer-widget__links-wrap {
  410. -webkit-box-orient: vertical;
  411. -webkit-box-direction: normal;
  412. -ms-flex-direction: column;
  413. flex-direction: column;
  414. -webkit-box-pack: start;
  415. -ms-flex-pack: start;
  416. justify-content: flex-start;
  417. -webkit-box-align: start;
  418. -ms-flex-align: start;
  419. align-items: flex-start;
  420. }
  421. .footer-widget__about {
  422. text-align: left;
  423. }
  424. .inner-banner {
  425. padding-top: 150px;
  426. padding-bottom: 120px;
  427. }
  428. }
  429. @media (max-width: 480px) {
  430. .block-title__title br,
  431. .banner-one__text br,
  432. .banner-two__text br {
  433. display: none;
  434. }
  435. .block-title__title {
  436. font-size: 40px;
  437. line-height: 1.1em;
  438. }
  439. .comment-one__top-left,
  440. .comment-one__top-right,
  441. .comment-one__image,
  442. .comment-one__content,
  443. .blog-details__author-image,
  444. .blog-details__author-content {
  445. display: block;
  446. padding: 0;
  447. }
  448. .comment-one__content,
  449. .comment-one__top-right,
  450. .blog-details__author-content {
  451. margin-top: 20px;
  452. }
  453. .blog-details .blog-one__content {
  454. padding-left: 20px;
  455. padding-right: 20px;
  456. }
  457. .blog-details__author {
  458. padding-left: 20px;
  459. padding-right: 20px;
  460. padding-top: 30px;
  461. padding-bottom: 30px;
  462. }
  463. [class*=banner-one__shape-],
  464. [class*=banner-two__shape-] {
  465. display: none;
  466. }
  467. .banner-one__moc {
  468. display: block;
  469. position: relative;
  470. top: auto;
  471. right: auto;
  472. }
  473. .banner-two__title,
  474. .banner-one__title {
  475. font-size: 50px;
  476. }
  477. .banner-two__title br,
  478. .banner-one__title br {
  479. display: none;
  480. }
  481. }
  482. @media (max-width: 375px) {
  483. .blog-one__meta li + li:before {
  484. margin-left: 3px;
  485. margin-right: 3px;
  486. }
  487. .block-title__title {
  488. font-size: 36px;
  489. }
  490. .site-footer__bottom .inner-container {
  491. -webkit-box-orient: vertical;
  492. -webkit-box-direction: normal;
  493. -ms-flex-direction: column;
  494. flex-direction: column;
  495. -webkit-box-pack: center;
  496. -ms-flex-pack: center;
  497. justify-content: center;
  498. -webkit-box-align: center;
  499. -ms-flex-align: center;
  500. align-items: center;
  501. text-align: center;
  502. }
  503. .site-footer__social {
  504. margin-top: 15px;
  505. }
  506. .banner-one .container {
  507. padding-top: 130px;
  508. }
  509. .banner-one__moc:before {
  510. display: none;
  511. }
  512. .video-one__btn {
  513. width: 60px;
  514. height: 60px;
  515. }
  516. .video-one__btn i {
  517. font-size: 20px;
  518. line-height: 60px;
  519. }
  520. .video-one__title {
  521. font-size: 24px;
  522. margin-top: 15px;
  523. }
  524. }