Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. /*-----------------------------------------------------------------------------------
  2.  
  3. Template Name:
  4. Template URI:
  5. Description: T
  6. Author:
  7. Author
  8. Version: 1.0
  9.  
  10. -----------------------------------------------------------------------------------
  11.  
  12.  
  13.  
  14. /* Base CSS */
  15. * {
  16. margin: 0;
  17. padding: 0;
  18. }
  19. .alignleft {
  20. float: left;
  21. margin-right: 15px;
  22. }
  23. .alignright {
  24. float: right;
  25. margin-left: 15px;
  26. }
  27. .aligncenter {
  28. display: block;
  29. margin: 0 auto 15px;
  30. }
  31. a:focus { outline: 0 solid }
  32. img {
  33. max-width: 100%;
  34. height: auto;
  35. }
  36.  
  37.  
  38. a:hover, a:focus{
  39. text-decoration: none;
  40. outline: none;
  41. border: none;
  42. }
  43. body{
  44. font-family: 'Playfair Display', serif;
  45. font-size: 14px;
  46. background: #fff;
  47. color: #626262;
  48. line-height: 1.714;
  49. }
  50. h1,h2,h3,h4,h5,h6{
  51. margin: 0 0 15px;
  52. font-weight: 400;
  53. }
  54.  
  55. h2{
  56. color: #626262;
  57. text-transform:capitalize;
  58. }
  59.  
  60.  
  61. /****** Header area****/
  62. .logo h2{
  63. font-family: 'Inconsolata', monospace;
  64. color: #000;
  65. text-transform: uppercase;
  66. }
  67. .slicknav-responsive-menu{
  68. display: none;
  69. }
  70. .mainmenu{float: right; }
  71. .mainmenu ul{margin: 0; padding: 0; list-style: none; }
  72. .mainmenu ul li{display: inline-block; -webkit-transition: .2s; transition: .2s; padding-left: 100px; }
  73. .mainmenu ul li a{display: block; color: #626262; padding: 10px 5px; ; text-transform: uppercase; font-size: 14px; font-weight: 300; position: relative; }
  74.  
  75. .mainmenu ul li a:hover:after{
  76. position: absolute;
  77. left: 0;
  78. bottom: 0;
  79. height: 2px;
  80. width: 100%;
  81. background: #ddd;
  82. content: "";
  83.  
  84. }
  85.  
  86. .slicknav_menu {
  87. z-index: 9999;
  88. position: relative;
  89. text-transform: uppercase;
  90. }
  91. .hero-area{
  92. margin-top: 70px;
  93. height: 490px;
  94. background-size: cover;
  95. background-repeat: no-repeat;
  96. background-position: center bottom;
  97. background-image: url(images/hero-area-bg.jpg);
  98. background-color: #F0F0F0;
  99. }
  100.  
  101. .logo h2 {
  102. margin: 0;
  103. text-transform: uppercase;
  104. padding: 6px 0px;
  105. }
  106. .logo-menu {
  107. padding: 20px 0;
  108. }
  109.  
  110. /****Content area***/
  111.  
  112. a.post-meta, .content-area a {
  113. color: #b4ad9e;
  114. text-transform: uppercase;
  115. -webkit-transition: .2s;
  116. transition: .2s;
  117. margin-top: 20px;
  118. display: inline-block;
  119. margin-bottom: 15px;
  120. font-family: 'Ubuntu', sans-serif;
  121. font-weight: 300;
  122. }
  123. a.post-meta:hover, .content-area a:hover {
  124. color: #333;
  125. }
  126. .content-area {
  127. padding: 100px 0;
  128. }
  129.  
  130.  
  131. /****Item arae****/
  132. .single-item-bg{
  133. height: 280px;
  134. background-color: #F0F0F0;
  135. background-size: cover;
  136. background-position: center;
  137. background-repeat: no-repeat;
  138. }
  139. .item-bg-1{background-image: url(images/item-1.jpg);}
  140. .item-bg-2{background-image: url(images/item-2.jpg);}
  141. .item-bg-3{background-image: url(images/item-3.jpg);}
  142. .item-bg-4{background-image: url(images/item-4.jpg);}
  143. .item-bg-5{background-image: url(images/item-5.jpg);}
  144. .item-bg-6{background-image: url(images/item-6.jpg);}
  145. .item-content {
  146. padding: 30px 6px;
  147. }
  148.  
  149. .single-item {
  150. margin-bottom: 50px;
  151. -webkit-transition: .3s;
  152. transition: .3s;
  153. }
  154. .single-item:hover {
  155. box-shadow: 0 0 30px #ddd;
  156. }
  157.  
  158. /*****Sign-up form****/
  159.  
  160.  
  161. .sign-up form {
  162. width: 370px;
  163. margin: 0 auto;
  164. border-bottom: 1px solid #000;
  165. position: relative;
  166. margin-top: 65px;
  167. }
  168. .sign-up form input {
  169. background-color: transparent;
  170. border: none;
  171. width: 100%;
  172. padding: 10px;
  173. }
  174. .sign-up form button {
  175. position: absolute;
  176. right: 0;
  177. top: 0;
  178. background: none;
  179. border: none;
  180. padding: 10px;
  181. }
  182. .sign-up form input:focus{
  183. outline: 0;
  184. }
  185.  
  186. .sign-up-box {
  187. background: #f0f0f0;
  188. padding: 80px 0;
  189. margin-bottom: 100px;
  190. }
  191.  
  192.  
  193. a.load-more {
  194. color: #626262;
  195. font-size: 20px;
  196. text-transform: capitalize;
  197. display: inline-block;
  198. border: 1px solid #626262;
  199. padding: 15px 30px;
  200. -webkit-transition: .3s;
  201. transition: .3s;
  202. }
  203. a.load-more:hover{
  204. background: #f0f0f0;
  205. color: #000;
  206. border: 1px solid #f0f0f0;
  207. }
  208.  
  209.  
  210. /*****Footer****/
  211.  
  212. .footer-menu ul {
  213. margin: 0;
  214. padding: 0;
  215. list-style: none;
  216. }
  217. .footer-menu li {
  218. display: inline-block;
  219. }
  220. .footer-menu li a {
  221. text-transform: capitalize;
  222. color: #000;
  223. margin-right: 15px;
  224. }
  225. .footer-menu li a:hover {
  226. color: #626262;
  227. }
  228. .social-icon{
  229. text-align: right;
  230. }
  231. .social-icon h5 {
  232. display: inline-block;
  233. padding-right: 15px;
  234. text-transform: capitalize;
  235. margin: 0;
  236. }
  237. .social-icon a {
  238. display: inline-block;
  239. color: #626262;
  240. padding-left: 10px;
  241. font-size: 17px;
  242. -webkit-transition: .3s;
  243. transition: .3s;
  244. }
  245. .social-icon a:hover{
  246. color: #000;
  247. }
  248. .footer-area {
  249. background: #f0f0f0;
  250. padding: 40px 0;
  251. margin-top: 90px;
  252. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement