Advertisement
Guest User

style ub

a guest
Sep 28th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.36 KB | None | 0 0
  1. /*
  2. Theme Name: InStyle
  3. Theme URI: http://www.elegantthemes.com/gallery/
  4. Version: 3.2
  5. Description: 2 Column theme from Elegant Themes
  6. Author: Elegant Themes
  7. Author URI: http://www.elegantthemes.com
  8. */
  9.  
  10.  
  11. /*------------------------------------------------*/
  12. /*-----------------[RESET]------------------------*/
  13. /*------------------------------------------------*/
  14.  
  15. /* http://meyerweb.com/eric/tools/css/reset/ */
  16. /* v1.0 | 20080212 */
  17.  
  18. html, body, div, span, applet, object, iframe,
  19. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  20. a, abbr, acronym, address, big, cite, code,
  21. del, dfn, em, font, img, ins, kbd, q, s, samp,
  22. small, strike, strong, sub, sup, tt, var,
  23. b, u, i, center,
  24. dl, dt, dd, ol, ul, li,
  25. fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
  26.  
  27. body { line-height: 1; }
  28. ol, ul { list-style: none; }
  29. blockquote, q { quotes: none; }
  30.  
  31. blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
  32.  
  33. /* remember to define focus styles! */
  34. :focus { outline: 0; }
  35.  
  36. /* remember to highlight inserts somehow! */
  37. ins { text-decoration: none; }
  38. del { text-decoration: line-through; }
  39.  
  40. /* tables still need 'cellspacing="0"' in the markup */
  41. table { border-collapse: collapse; border-spacing: 0; }
  42.  
  43.  
  44. /*------------------------------------------------*/
  45. /*-----------------[BASIC STYLES]-----------------*/
  46. /*------------------------------------------------*/
  47.  
  48. body { line-height: 18px; font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #838383; text-shadow: 1px 1px 1px #ffffff; background: #000; }
  49.  
  50. a { text-decoration: none; color: #00b7f3; }
  51. a:hover { text-decoration: underline; }
  52. .clear { clear: both; }
  53. .ui-tabs-hide { display: none; }
  54. br.clear { margin: 0px; padding: 0px; }
  55.  
  56. h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #151515; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
  57. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #151515; }
  58. h1 { font-size: 30px; }
  59. h2 { font-size: 24px; }
  60. h3 { font-size: 22px; }
  61. h4 { font-size: 18px; }
  62. h5 { font-size: 16px; }
  63. h6 { font-size: 14px; }
  64. p { padding-bottom: 10px; line-height: 18px; }
  65. strong { font-weight: bold; color: #1c1c1c; }
  66. cite, em, i { font-style: italic; }
  67. pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
  68. ins { text-decoration: none; }
  69. sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
  70. sup { bottom: 0.8em; }
  71. sub { top: 0.3em; }
  72. dl { margin: 0 0 1.5em 0; }
  73. dl dt { font-weight: bold; }
  74. dd { margin-left: 1.5em;}
  75. blockquote { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
  76. blockquote p { padding-bottom: 0px; }
  77.  
  78. input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
  79. input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
  80. input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
  81. textarea { padding: 4px; }
  82.  
  83. img#about-image { float: left; margin: 3px 8px 8px 0px; }
  84.  
  85. .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  86. * html .clearfix { zoom: 1; } /* IE6 */
  87. *:first-child+html .clearfix { zoom: 1; } /* IE7 */
  88.  
  89. /*------------------------------------------------*/
  90. /*---------------[MAIN LAYOUT INFO]---------------*/
  91. /*------------------------------------------------*/
  92.  
  93. #background { position: relative; }
  94. #backgrounds img { position: fixed; top: 0px; left: 0px; height: auto; min-height: 100%; min-width: 1024px; width: 100%; }
  95.  
  96. #header { border-top: none; margin-left: 5%; margin-right: 5%; padding: 18px 17px 16px 30px; margin-bottom: 93px; position: relative; }
  97. #logo { float: left; }
  98. #header-right { float: right; }
  99. ul#top-menu { float: left; margin-top: 10px; }
  100. #search-form { float: right; background: url(images/search-bg.png) no-repeat; width: 197; height: 37px; margin-left: 35px; }
  101. #search-form #searchinput { background: none; border: none; float: left; margin: 9px 7px 0 0px; width: 149px; padding-left: 15px; font-size: 12px; font-family: 'Yanone Kaffeesatz', Arial, sans-serif; color: #67647e; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); font-size: 14px; }
  102. #search-form #searchsubmit { margin-top: 12px; padding-top: 0px; margin-right: 9px; }
  103.  
  104. #container { text-align: left; margin: 0 auto; width: 960px; position: relative; }
  105. #featured-text { height: 123px; position: relative; margin-bottom: 115px; }
  106. .slide h2.title { font-size: 72px; margin-bottom: 10px; }
  107. .slide h2.title a { color:#ffffff; text-decoration:none; }
  108. .slide { font-size: 30px; color:#ffffff; margin-bottom: 105px; position: absolute; top: 0px; left: 0px; text-align:center; width: 960px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  109.  
  110. #services { margin-bottom: 135px; }
  111. #services .thumbnails { height: 145px; }
  112. #services .description { background: url(images/service-bg.png) repeat-x bottom left #fafafa; padding: 5px 20px 20px 23px; }
  113. .service { width: 279px; position: relative; margin-right: 61px; float: left; padding: 5px 0 0; }
  114. .service-top { background: url(images/brurb-top.png) no-repeat; height: 151px; padding: 5px 8px 0 6px; }
  115. .service-description-bottom { padding-bottom: 13px; background: url(images/brurb-bottom.png) no-repeat bottom left; }
  116. .service-description { background: url(images/brurb-bg.png) repeat-y; padding: 0 8px 0 6px; }
  117. .last { margin-right: 0px; }
  118. .service-thumb { display:block; float:left; position:relative; }
  119. .service-thumb span.overlay { background:url(images/box-overlay.png) no-repeat; display:block; height:145px; left:0px; position:absolute; top:0px; width:265px; }
  120.  
  121. h3.title { position: absolute; text-transform: uppercase; top: 68px; font-weight: bold; left: 0px; padding: 0px 5px; text-align: center; width: 253px; }
  122. h3.title a { color: #f6f6f6; text-shadow:1px 1px 1px rgba(0,0,0,0.4); text-decoration:none; }
  123. span.drop-caps { font-size: 48px; color: #151515; float: left; margin-right:10px; }
  124.  
  125. h1.category-title { font-size:60px; color: #ffffff; text-align:center; margin-top: -42px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  126. p.category-tagline { font-size: 28px; color:#ffffff; margin-bottom: 20px; text-align:center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  127.  
  128. #content-top { background:url(images/content-top-bg.png) no-repeat; height:17px; }
  129. #content { background:url(images/content-bg.png) repeat-y; padding-bottom: 20px; }
  130. #content-area { float:left; margin-right:1px; padding:0 0 0 1px; width:699px; }
  131. #breadcrumbs { font-family: 'Yanone Kaffeesatz', Arial, sans-serif; font-size:18px; padding:19px 42px; color: #1f1f1f; margin-bottom: 9px; }
  132. #breadcrumbs a { color:#1f1f1f; }
  133. #breadcrumbs a:hover { color: #000; text-decoration: none; }
  134. #breadcrumbs .raquo { color:#acacac; margin: 0 5px; }
  135. .post { padding:0px 42px 42px 42px; }
  136. h2.post-title { color: #151515; font-size: 48px; margin-bottom: 2px; }
  137. p.meta-info { color:#838383; font-family:Georgia,serif; font-size:14px; font-style:italic; margin-bottom:6px; padding:0px 5px 7px 2px; }
  138. p.meta-info .raquo { color:#dadada; font-family: 'Yanone Kaffeesatz', Arial, sans-serif; font-size:18px; margin-right: 5px; }
  139. p.meta-info a { color:#565656; text-decoration: none; }
  140. p.meta-info a:hover { color:#000; }
  141. div.post-thumbnail { height:237px; margin:6px 20px 0 0; padding:8px 0 0 8px; position:relative; width:211px; margin-right: 35px; }
  142. span.post-overlay { background:url(images/image-overlay.png) no-repeat;
  143. display:block; height:245px; left:0; position:absolute; top:0; width:227px; }
  144. a.readmore { background:url(images/reply.png) no-repeat right bottom; color:#ffffff; display:block; font-weight: bold; font-size:12px; height:29px; line-height:27px; padding-right:13px; text-shadow:1px 1px 1px rgba(0,0,0,0.3); display:block; float:right; }
  145. a.readmore span { background:url(images/reply.png) no-repeat; display:block; height:29px; padding-left: 15px; }
  146. .service a.readmore { position: absolute; bottom: -2px; left: 33%; }
  147.  
  148. #sidebar { float:left; margin-top:-10px; width:259px; font-family: 'Yanone Kaffeesatz', Arial, sans-serif; font-size:16px; }
  149. .widget { background:url(images/widget-separator.png) repeat-x left bottom; padding:25px 27px 15px; }
  150. .widget h3.widgettitle { color:#151515; font-size:30px; padding-bottom:10px; text-shadow: 1px 1px 1px #fff; }
  151. .widget ul li { background:url(images/sidebar-bullet.png) no-repeat 0px 7px;
  152. padding:0 0 10px 14px; }
  153. .widget ul li a { color: #8f8f8f; text-shadow:1px 1px 1px #ffffff; }
  154. .widget a:hover { text-decoration: none; color: #000; }
  155.  
  156. #content-bottom { background:url(images/content-bottom-bg.png) no-repeat; height:17px; margin-bottom:45px; }
  157.  
  158. .fullwidth #content-top { background:url(images/fullwidth-content-top-bg.png) no-repeat; }
  159. .fullwidth #content { background:url(images/fullwidth-content-bg.png) repeat-y; }
  160. .fullwidth #content-area { width: 960px; }
  161. .fullwidth #content-bottom { background:url(images/fullwidth-content-bottom-bg.png) no-repeat; }
  162.  
  163. .post ul, .comment-content ul { list-style-type: disc; padding: 10px 0px 10px 20px; }
  164. .post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 10px 0px 10px 2px; }
  165. .post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
  166. .post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol { padding: 2px 0px 2px 35px; }
  167.  
  168. .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color: #000; }
  169. .post-title a:hover { text-decoration: none; }
  170.  
  171. .service-slide { position: absolute; top: 0; left: 0; }
  172.  
  173. /*------------------------------------------------*/
  174. /*---------------[DROPDOWN MENU]------------------*/
  175. /*------------------------------------------------*/
  176.  
  177. ul.nav li { margin-left: 15px; }
  178. ul#top-menu a { font-size:18px; color: #fff; font-family: 'Yanone Kaffeesatz', Arial, sans-serif; text-decoration: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
  179. ul#top-menu a:hover { color: #ffeea8;}
  180. ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a, ul#top-menu > li.sfHover > a { color: #ffeea8 !important; }
  181.  
  182. ul.nav ul { width: 205px; background: url(images/dropdown-bg.png); border: 1px solid rgba(255,255,255,0.3); top: 55px !important; box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 12px 0px 13px; z-index: 9999px; display: none; }
  183. ul.nav span.top-arrow { background: url(images/dropdown-arrow.png) no-repeat; display: block; width: 24px; height: 13px; position: absolute; top: -13px; left: 16px; }
  184. ul.nav ul li { margin: 0px; padding: 0px 5px; }
  185. ul.nav ul li a { padding: 6px 5px 8px 15px; width: 160px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
  186. ul.nav ul li a:hover { background: url(images/dropdown-link.png); }
  187.  
  188. ul.nav li:hover ul ul, ul.nav li.sfHover ul ul { top: -12px !important; left: 191px !important; }
  189.  
  190. /*------------------------------------------------*/
  191. /*--------------[FEATURED SLIDER]-----------------*/
  192. /*------------------------------------------------*/
  193.  
  194.  
  195.  
  196.  
  197. /*------------------------------------------------*/
  198. /*-------------------[COMMENTS]-------------------*/
  199. /*------------------------------------------------*/
  200.  
  201. h3#comments { font-size: 48px; color: #fff; }
  202. div.avatar { position: absolute; padding: 6px 0 0 6px; top: 14px; left: 0; }
  203. div.avatar span.avatar-overlay { position: absolute; top: 0; left: 0; background: url(images/avatar-overlay.png) no-repeat; width: 69px;height: 69px; }
  204. #comment-wrap { width: 700px; margin: 0 0 30px; }
  205. h3#comments, .comment-body { padding-left: 96px; }
  206. .comment-body { position: relative; margin-bottom: 16px; }
  207. #comment-wrap div.authordata { width: 69px; margin-right: 26px; }
  208. .comment-wrap { padding: 1px; background: #fff; position: relative; }
  209. .comment-arrow { background: url(images/comment-arrow.png) no-repeat; width: 16px; height: 31px; position: absolute; top: 25px; left: -15px; }
  210. .comment-wrap-inner { background: #fff url(images/comment-wrap-bg.png) repeat-y; border: 2px solid #e7e7e7; padding: 25px 30px 22px 35px; }
  211. .comment-wrap, .comment-wrap-inner { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
  212. .comment-meta { color: #dedddd; font-size: 20px; text-shadow: 1px 1px 1px #fff; }
  213. span.comment-date { color: #aeadad; }
  214. span.fn, span.fn a { color: #000; }
  215. .comment-content { color: #525252; text-shadow: 1px 1px 1px #fff; font-family: Georgia, serif; padding-top: 10px; }
  216.  
  217. .comment ul.children { margin-left: 96px; }
  218.  
  219. .reply-container { background: url(images/reply.png) no-repeat right bottom; color: white; display: block; font-weight: bold; font-size: 12px; height: 29px; line-height: 27px; padding-right: 13px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); display: block; float: right; }
  220. .reply-container a { background: url(images/reply.png) no-repeat; display: block; height: 29px; padding-left: 15px; color: #fff; }
  221. .reply-container a:hover, a.readmore:hover { color: #eee; text-decoration: none; }
  222.  
  223. #commentform textarea#comment { width: 95%; }
  224. #commentform input[type=text] { width: 40%; }
  225. #commentform textarea#comment, #commentform input[type=text] { background: #f7f7f7 url(images/comment-input-bg.png) repeat-x; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid #cccccc; padding: 12px; color: #131313; font-size: 14px; font-style: italic; text-shadow: 1px 1px 1px #fff; font-family: Georgia, serif; }
  226. #commentform p { padding-bottom: 0; }
  227.  
  228. li.comment #respond input[type=text] { width: 50% !important; }
  229.  
  230. li.comment #respond h3#comments { display: block; }
  231.  
  232. #commentform input#submit { float: right; border: none; background: url(images/submit.png) no-repeat; font-size: 12px; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); color: #fff; padding: 6px 0 8px 3px; width: 65px; margin-top: 6px; }
  233. #respond, #trackbacks { margin: 0 0 0 96px; }
  234. .commentlist #respond { margin-bottom: 16px; }
  235.  
  236. #trackbacks { margin-top: 10px; margin-bottom: 10px; }
  237.  
  238. h3#comments { margin-bottom: 17px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  239. #respond h3#reply-title { padding-left: 0; font-size: 36px; color: #282727; text-shadow: none; }
  240. h3#reply-title small { display: block; font-size: 18px; margin-top: 4px; margin-bottom: 8px; }
  241. h3#reply-title small a { color: #006688; }
  242.  
  243. .fullwidth #comment-wrap { width: 960px; }
  244.  
  245. #commentform p.logged-in-as, #commentform p.comment-notes { padding-bottom: 10px; }
  246.  
  247. .comment_navigation_top { padding-bottom: 10px; }
  248. .comment_navigation_top a, .comment_navigation_bottom a { color: #fff; text-shadow: none; }
  249.  
  250. .nav-previous { float: left; }
  251. .nav-next { float: right; }
  252.  
  253. .comment_navigation_bottom { padding-bottom: 10px; }
  254. #commentform input[type=text] { width: 40%; display: block; padding: 5px; }
  255.  
  256. /*------------------------------------------------*/
  257. /*---------------------[FOOTER]-------------------*/
  258. /*------------------------------------------------*/
  259.  
  260. p#copyright { float:right; font-size:12px; color:#ffffff; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); margin-bottom:25px; }
  261. p#copyright a {font-weight: bold; color:#fff;}
  262.  
  263.  
  264. /*------------------------------------------------*/
  265. /*--------------------[SIDEBAR]-------------------*/
  266. /*------------------------------------------------*/
  267.  
  268.  
  269.  
  270. /*------------------------------------------------*/
  271. /*------------[CAPTIONS AND ALIGNMENTS]-----------*/
  272. /*------------------------------------------------*/
  273.  
  274. div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  275. .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
  276. .wp-caption.alignleft { margin: 0px 10px 10px 0px; }
  277. .wp-caption.alignright { margin: 0px 0px 10px 10px; }
  278. .wp-caption img { margin: 0; padding: 0; border: 0 none; }
  279. .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
  280. .alignright { float: right; }
  281. .alignleft { float: left }
  282. img.alignleft { display:inline; float:left; margin-right:15px; }
  283. img.alignright { display:inline; float:right; margin-left:15px; }
  284.  
  285.  
  286. /*------------------------------------------------*/
  287. /*---------------[DEFAULT DROPDOWN SETTINGS]---*/
  288. /*------------------------------------------------*/
  289.  
  290. .nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
  291. .nav li { float:left; position:relative; }
  292. .nav a { display:block; float: left; }
  293. .nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
  294. .nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
  295. .nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
  296. .nav li:hover ul, .nav li li:hover ul { top: -999em; }
  297. .nav li li { display: block; padding: 0px; float: left; height: auto !important; }
  298. .nav li ul { width: 191px; z-index:1000; }
  299. .nav li li a:link, .nav li li a:visited { display: block; height: auto; float: left; }
  300. .nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
  301.  
  302.  
  303. /*------------------------------------------------*/
  304. /*-----------------[WP CALENDAR]-----------------*/
  305. /*------------------------------------------------*/
  306. #wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px; }
  307. #wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
  308. #wp-calendar a:hover { text-decoration: underline; }
  309. #wp-calendar caption { text-decoration: none; font: bold 13px Arial, sans-serif; }
  310. #wp-calendar td { padding: 3px 5px; color: #9f9f9f; }
  311. #wp-calendar td#today { color: #ffffff; }
  312. #wp-calendar th { font-style: normal; text-transform: capitalize; padding: 3px 5px; }
  313. #wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
  314. #wp-calendar #next a { padding-right: 10px; text-align: right; }
  315. #wp-calendar #prev a { padding-left: 10px; text-align: left; }
  316.  
  317. /*------------------------------------------------*/
  318. /*-------------------[PAGE NAVI]------------------*/
  319. /*------------------------------------------------*/
  320. .pagination { overflow: hidden; }
  321. .pagination, .wp-pagenavi { padding: 15px 42px 0; }
  322. .wp-pagenavi { position: relative; text-align: right; font-family: 'Yanone Kaffeesatz', Arial, sans-serif; }
  323. .wp-pagenavi span.pages, .wp-pagenavi span.extend { border: none; color: #b7b7b7; font-size: 14px; }
  324. .wp-pagenavi span.current, .wp-pagenavi a { color: #c3c3c3; font-size: 30px; border: none !important; }
  325. .wp-pagenavi span.current, .wp-pagenavi a:hover { color: #151515; }
  326. .wp-pagenavi a, .wp-pagenavi span { padding: 3px 7px !important; }
  327.  
  328.  
  329. a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a { text-decoration: none; }
  330.  
  331. .js #feat-content, .js div#from-blog div.entries {display: none;}
  332.  
  333. .foursixeight { margin: 0px 0px 15px 84px;}
  334. .et_pt_gallery_entry { margin: 0 0 32px 57px !important; }
  335. div#fancy_title { text-shadow: none !important; }
  336.  
  337. .js .slide { display: none; }
  338.  
  339. body.cufon-disabled .slide h2.title { font-size: 62px; margin-bottom: 17px; }
  340. body.cufon-disabled .slide h2.title span, body.cufon-disabled .slide p span { font-weight: bold; }
  341. body.cufon-disabled span.drop-caps { line-height: 48px; }
  342. body.cufon-disabled h1.category-title { font-size: 50px; }
  343. body.cufon-disabled h2.post-title, body.cufon-disabled h3#comments { font-size: 38px; }
  344. .et_embedded_videos { display: none !important; }
  345.  
  346. body.et_dropcaps_enabled .post .description > p:nth-of-type(1):first-letter, body.et_dropcaps_enabled .et_post_content > p:nth-of-type(1):first-letter, body.et_dropcaps_enabled .service-description .description > p:nth-of-type(1):first-letter { font-size: 44px; color: #151515; float: left; margin: 14px 7px 10px 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement