Nessuna descrizione

main.css 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. body {
  2. font-family: 'Brygada 1918', serif;
  3. font-size: 1.2rem;
  4. font-size: 18px;
  5. line-height: 1.4;
  6. }
  7. h1, h2, h3, h4, h5, h6 {
  8. font-family: 'Roboto Slab', serif;
  9. font-weight: 700;
  10. letter-spacing: inherit;
  11. }
  12. a{
  13. transition: 0.5s;
  14. display: inline-block;
  15. color:#ba7d5c
  16. }
  17. a:hover{
  18. color: #464646;
  19. }
  20. img {
  21. max-width: 100%;
  22. height: auto;
  23. }
  24. .bg-black{
  25. background: #000;
  26. }
  27. .text-white a {
  28. color: #fff;
  29. }
  30. input[type=search],
  31. input[type=email],
  32. input[type=url],
  33. input[type=text],
  34. select {
  35. display: block;
  36. width: 100%;
  37. padding: .375rem .75rem;
  38. font-size: 1rem;
  39. font-weight: 400;
  40. line-height: 1.5;
  41. color: #212529;
  42. background-color: #fff;
  43. background-clip: padding-box;
  44. border: 1px solid #ced4da;
  45. -webkit-appearance: none;
  46. -moz-appearance: none;
  47. appearance: none;
  48. border-radius: .25rem;
  49. transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  50. }
  51. [type=search]:focus,
  52. [type=text]:focus {
  53. color: #212529;
  54. background-color: #fff;
  55. border-color: #86b7fe;
  56. outline: 0;
  57. box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  58. }
  59. input[type=submit],
  60. button,
  61. a#clickTop {
  62. border: 1px solid #ccc;
  63. padding: 5px 20px;
  64. vertical-align: middle;
  65. background:#ba7d5c;
  66. color: #fff;
  67. transition: 0.5s;
  68. }
  69. input[type=submit]:hover,
  70. button:hover,
  71. a#clickTop {
  72. background:#464646;
  73. }
  74. /*Secondery color*/
  75. a,
  76. .entry-meta span,
  77. .entry-footer span,
  78. .entry-meta a,
  79. .ghead-meta{
  80. color:#ba7d5c
  81. }
  82. .pagination .nav-links a:hover,
  83. .pagination .nav-links span{
  84. background-color:#ba7d5c
  85. }
  86. /*Primery color*/
  87. a:hover,
  88. .entry-meta a:hover{
  89. color: #464646;
  90. }
  91. .modal.show .modal-dialog {
  92. margin-bottom: 80px;
  93. }
  94. /*
  95. #
  96. # Heade style
  97. #
  98. */
  99. .header-img img {
  100. width: 100%;
  101. }
  102. .head-logo-sec {
  103. display: flex;
  104. flex-flow: row wrap;
  105. align-items: center;
  106. margin: 10px 0;
  107. }
  108. .head-info {
  109. margin-left: auto;
  110. margin-right: 0;
  111. }
  112. .site-branding.brand-logo {
  113. margin-right: 10px;
  114. }
  115. .site-branding.brand-logo img {
  116. max-width: 250px;
  117. max-height: 150px;
  118. }
  119. .site-branding.brand-logo img {
  120. max-width: 250px;
  121. max-height: 150px;
  122. }
  123. /* Main Menu style */
  124. .slicknav_menu{
  125. display:none;
  126. }
  127. .menu-bar {
  128. position: relative;
  129. background: #fff;
  130. box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  131. margin: 5px 0;
  132. }
  133. div#xshop-menu ul {
  134. margin: 0;
  135. }
  136. .main-navigation ul {
  137. list-style: outside none none;
  138. padding: 0;
  139. margin-bottom: 0;
  140. }
  141. .main-navigation ul ul{
  142. margin:0;
  143. }
  144. .main-navigation ul li {
  145. display: inline-block;
  146. position: relative;
  147. }
  148. .main-navigation ul li a {
  149. color: #222;
  150. display: block;
  151. padding: 15px;
  152. }
  153. .main-navigation ul li:after {
  154. background: #fff none repeat scroll 0 0;
  155. content: "";
  156. height: 25px;
  157. margin-bottom: 12.5px;
  158. opacity: 0.2;
  159. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  160. position: absolute;
  161. right: 0;
  162. top: 30%;
  163. width: 1px;
  164. }
  165. .main-navigation ul li:last-child:after {
  166. display: none;
  167. }
  168. .main-navigation ul li:first-child a {
  169. padding-left: 0;
  170. }
  171. /*dropdown menu*/
  172. .main-navigation ul li ul {
  173. position: absolute;
  174. top: 60px;
  175. left: 0;
  176. z-index: 9;
  177. background: #fff;
  178. width: 250px;
  179. -webkit-transition:0.5s;
  180. transition: 0.5s;
  181. opacity: 0;
  182. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  183. visibility: hidden;
  184. text-align: left;
  185. box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  186. }
  187. .main-navigation ul li ul li {
  188. display: block;
  189. }
  190. .main-navigation ul li li a,
  191. .main-navigation ul li li:first-child a,
  192. .main-navigation ul li li:last-child a,
  193. .main-navigation ul li:first-child li a{
  194. padding: 15px;
  195. text-transform: none;
  196. }
  197. .main-navigation ul li li:after {
  198. bottom: auto;
  199. width: 100%;
  200. height: 1px;
  201. top: auto;
  202. margin-top: 0;
  203. opacity: 0.1;
  204. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  205. }
  206. .main-navigation ul li li:hover > a,
  207. .main-navigation ul li li.hover > a {
  208. background-color: #fff;
  209. color: #000;
  210. }
  211. .main-navigation ul li:hover > a,
  212. .main-navigation ul li:focus > a {
  213. color: #ccc;
  214. }
  215. .main-navigation ul li:hover ul,
  216. .main-navigation ul li.hover ul {
  217. opacity: 1;
  218. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  219. visibility: visible;
  220. top: 50px;
  221. }
  222. .main-navigation ul li ul ul {
  223. left: 250px;
  224. }
  225. .main-navigation ul li:hover ul li ul {
  226. opacity: 0;
  227. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  228. visibility: hidden;
  229. }
  230. .main-navigation ul li:hover ul li:hover > ul {
  231. opacity: 1;
  232. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  233. visibility: visible;
  234. top: 20px;
  235. }
  236. .main-navigation ul ul ul ul ul {
  237. right: 250px;
  238. left: auto;
  239. }
  240. .main-navigation ul ul ul ul ul ul ul {
  241. right: auto;
  242. left: 250px;
  243. }
  244. .main-navigation ul ul ul ul ul ul ul ul ul {
  245. left: auto;
  246. right: 250px;
  247. }
  248. .main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  249. right: auto;
  250. left: 250px;
  251. }
  252. .main-navigation ul > li.menu-item.menu-item-has-children {
  253. padding-right:15px;
  254. }
  255. .main-navigation ul ul li.menu-item.menu-item-has-children {
  256. padding-right:0;
  257. }
  258. .main-navigation ul li.menu-item.menu-item-has-children > a {
  259. position: relative;
  260. z-index: 0;
  261. }
  262. .main-navigation ul li.menu-item.menu-item-has-children > a:after {
  263. position: absolute;
  264. top: 0;
  265. right: 2px;
  266. background: transparent;
  267. z-index: 99999;
  268. content: "\f078";
  269. font-family: "Font Awesome 5 Free";
  270. font-weight: 900;
  271. font-size: 8px;
  272. bottom: 0;
  273. display: flex;
  274. align-items: center;
  275. }
  276. .main-navigation ul ul li.menu-item.menu-item-has-children > a:after {
  277. right: 12px;
  278. }
  279. /* Small menu. */
  280. .menu-toggle,
  281. .main-navigation.toggled ul {
  282. display: block;
  283. }
  284. html body .slicknav_menu {
  285. z-index: 999;
  286. background: #000;
  287. }
  288. html body .slicknav_menu .slicknav_menutxt{
  289. display:none;
  290. }
  291. html body .slicknav_menu .slicknav_nav {
  292. background: #000;
  293. min-width: 250px;
  294. }
  295. html body .slicknav_menu .slicknav_btn {
  296. border-radius:0;
  297. background:#000;
  298. }
  299. html body .slicknav_nav a:hover,
  300. html body .slicknav_menu .slicknav_nav a:focus,
  301. html body .slicknav_menu .slicknav_nav a:active {
  302. border-radius: 0;
  303. background: inherit;
  304. color: inherit;
  305. opacity: 0.8;
  306. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  307. }
  308. ul.slicknav_nav {
  309. background: #000;
  310. min-width: 320px;
  311. }
  312. html body .slicknav_menu .slicknav_icon {
  313. margin: 0;
  314. width: 20px;
  315. height: 15px;
  316. }
  317. html body.admin-bar .slicknav_menu {
  318. top: 40px;
  319. }
  320. @media screen and (min-width: 37.5em) {
  321. .menu-toggle {
  322. display: none;
  323. }
  324. .main-navigation ul {
  325. display: block;
  326. }
  327. }
  328. /*
  329. #
  330. # Widget style
  331. #
  332. */
  333. .widget h2,
  334. h2.widget-title {
  335. font-size: 18px;
  336. margin-bottom: 1rem;
  337. }
  338. .widget ul {
  339. margin: 0;
  340. padding: 0;
  341. list-style: none;
  342. }
  343. .widget ul li {
  344. margin-bottom: 5px;
  345. }
  346. .widget ul li {margin-bottom: 5px;padding-bottom: 5px;border-bottom: 1px solid #ededed;}
  347. .widget ul li:last-child {
  348. border-bottom: 0;
  349. }
  350. .widget ul li a {
  351. color: inherit;
  352. }
  353. .widget ul li a:hover {
  354. color: #ba7d5c;
  355. }
  356. .widget .search-form .search-submit {
  357. width: 97%;
  358. margin-top: 5px;
  359. }
  360. /*
  361. #
  362. # page And post style
  363. #
  364. */
  365. header.entry-header.page-header {
  366. margin-bottom: 1.5rem;
  367. }
  368. /*posts grid style*/
  369. .xpost-item.shadow.pb-3.mb-5 {
  370. width: 100%;
  371. }
  372. .blog .sticky {
  373. background: #7798d33d;
  374. position: relative;
  375. }
  376. .blog .sticky:before {
  377. position: absolute;
  378. right: 10px;
  379. top: 8px;
  380. font-family: "Font Awesome 5 Free";
  381. font-weight: 400;
  382. content: "\f005";
  383. color: #048f02;
  384. }
  385. a.xshop-readmore {
  386. display: inline-block;
  387. align-items: center;
  388. vertical-align: middle;
  389. font-size: 15px;
  390. }
  391. a.xshop-readmore i {
  392. margin: 0px 0 0 6px;
  393. opacity: 0.7;
  394. transition: 0.5s;
  395. vertical-align: middle;
  396. }
  397. a.xshop-readmore:hover i {
  398. margin-left: 10px;
  399. }
  400. .pagination .nav-links {
  401. display: flex;
  402. justify-content: center;
  403. width: 100%;
  404. padding: 10px;
  405. }
  406. .pagination .nav-links a,.pagination .nav-links span {
  407. padding: 5px 10px;
  408. box-shadow: 0px 0.5rem 1rem rgba(0,0,0,.15)!important;
  409. margin-right: 10px;
  410. }
  411. .pagination .nav-links a:hover,
  412. .pagination .nav-links span{
  413. color: #fff;
  414. }
  415. .entry-meta a,
  416. .entry-meta span,
  417. .ghead-meta {
  418. font-size: 14px;
  419. }
  420. .post-thumbnail img {
  421. border-bottom: 1px solid #ccc;
  422. }
  423. section.no-results.not-found.xmain-404 {
  424. flex-direction: column;
  425. }
  426. footer.entry-footer {
  427. display: flex;
  428. flex-flow: row wrap;
  429. }
  430. footer.entry-footer span {
  431. margin-right: 10px;
  432. padding-right: 10px;
  433. border-right: 1px solid #ccc;
  434. }
  435. footer.entry-footer span,footer.entry-footer span a {
  436. font-size: 14px;
  437. }
  438. footer.entry-footer span:last-child {
  439. border: none;
  440. }
  441. .site-info a {
  442. color: inherit;
  443. }
  444. .navigation.post-navigation .nav-links {
  445. display: flex;
  446. flex-flow: row wrap;
  447. box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  448. padding: 20px 10px;
  449. margin-bottom: 3rem;
  450. }
  451. .navigation.post-navigation .nav-links .nav-next {
  452. margin-left: auto;
  453. }
  454. .comments-area {
  455. box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  456. padding: 20px 20px;
  457. margin-bottom: 20px;
  458. }
  459. .comments-area .comment-form-comment label {
  460. display: block;
  461. }
  462. .comments-area .comment-form-comment textarea {
  463. width: 100%;
  464. }
  465. /*404 style*/
  466. .xmain-404 {
  467. height: 100vh;
  468. display: flex;
  469. align-items: flex-start;
  470. justify-content: center;
  471. }
  472. .xmain-404 h1 {
  473. font-size: 60px;
  474. background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  475. -webkit-background-clip: text;
  476. -webkit-text-fill-color: transparent;
  477. }
  478. /*
  479. # Footer style
  480. */
  481. .site-footer {
  482. box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  483. }
  484. a#clickTop {
  485. right: 5px !important;
  486. }