Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.35 KB | None | 0 0
  1. /*
  2. Theme Name: Poloray
  3. Theme URI: http://www.inkthemes.com/wp-themes/poloray-responsive-wordpress-theme/
  4. Description: Poloray is a flexible mobile friendly WordPress Theme. Poloray comes with a beautifully designed Homepage and Blog Template. The Theme had Widget Area in Sidebar and Footer. Poloray Theme is translation enabled and comes with a easy to use Themes Options Panel. Homepage can be setup quickly through setting details in the Options Panel. Theme also had a place for your Social Network Links and is very easy to setup and customize. Poloray Theme also allows you to insert your own Custom CSS to tweak the design easily according to your requirements. Theme is highly Search Engine Optimized and you will definitely enjoy using it.
  5. Author: InkThemes.com
  6. Author URI: http://www.inkthemes.com
  7. Version: 1.0.0
  8. License: GNU General Public License v3
  9. License URI: license.txt
  10. Tags: black, blue, green, white, gray, custom-menu, dark, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, custom-colors, custom-header, custom-menu, light, theme-options, editor-style
  11. */
  12. /*
  13. WARNING! DO NOT EDIT THIS FILE!
  14.  
  15. To make it easy to update your theme, you should not edit the styles in this file. Instead use
  16. the custom.css file to add your styles. You can copy a style from this file and paste it in
  17. custom.css and it will override the style in this file. You have been warned! :)
  18. */
  19. @import url(css/reset.css);
  20. @import url(css/960_24_col_responsive.css);
  21. @import url(http://fonts.googleapis.com/css?family=Arvo);
  22. @import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
  23. body {
  24. font-family:Georgia, "Times New Roman", Times, serif;
  25. font-size:13px;
  26. line-height:20px;
  27. color:#5c5c5c;
  28. background:url(images/bg.png) repeat;
  29. background-attachment:fixed;
  30. }
  31. h1, h2, h3, h4, h5, h6 {
  32. font-family:Verdana, Arial, Helvetica, sans-serif;
  33. font-weight:normal;
  34. }
  35. h1 {
  36. font-size:24px;
  37. }
  38. h2 {
  39. font-size:22px;
  40. }
  41. h3 {
  42. font-size:20px;
  43. }
  44. h4 {
  45. font-size:18px;
  46. }
  47. h5 {
  48. font-size:16px;
  49. }
  50. h6 {
  51. font-size:14px;
  52. }
  53. p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
  54. margin-bottom:15px;
  55. font-weight:normal;
  56. }
  57. ol {
  58. list-style:decimal;
  59. }
  60. ul {
  61. list-style:disc;
  62. }
  63. li {
  64. margin-left:30px;
  65. }
  66. a {
  67. text-decoration:none;
  68. color:#079ad8;
  69. }
  70. a img {
  71. border:none;
  72. }
  73. :focus {
  74. outline:none;
  75. }
  76.  
  77. .clearfix {
  78. *zoom: 1;
  79. }
  80. .clearfix:before,
  81. .clearfix:after {
  82. display: table;
  83. content: "";
  84. line-height: 0;
  85. }
  86. .clearfix:after {
  87. clear: both;
  88. }
  89.  
  90. /* Header Style
  91. ========================================================*/
  92. .wrapper {
  93. width:100%;
  94. margin:0;
  95. padding:0;
  96. background-color:#f1f3f2;
  97. }
  98. .header {
  99. width:100%;
  100. background-color:#f1f3f2;
  101. display:inline-block;
  102. margin:5px auto 10px auto;
  103. }
  104. .logo {
  105. margin-top:30px;
  106. margin-bottom:20px;
  107. }
  108. .header .logo img {
  109. max-width:100%;
  110. }
  111. /* Menu Style
  112. ========================================================*/
  113. .menu_container {
  114. margin:0;
  115. padding:0;
  116. width:100%;
  117. margin-top:36px;
  118. }
  119. .menu_bar {
  120. background-color:#f1f3f2;
  121. display:inline-block;
  122. width:100%;
  123. }
  124. #menu {
  125. position:relative;
  126. }
  127. #menu ul {
  128. list-style-type:none;
  129. }
  130. #menu .ddsmoothmenu {
  131. list-style:none;
  132. position:relative;
  133. z-index:100;
  134. margin: 0;
  135. float:right;
  136. }
  137. #menu .ddsmoothmenu li > ul li > ul {
  138. margin-top:1px;
  139. }
  140. #menu .ddsmoothmenu li {
  141. position:relative;
  142. display:block;
  143. font-size:14px;
  144. margin-left:0;
  145. margin-bottom:0;
  146. display:inline;
  147. }
  148. #menu .ddsmoothmenu li a {
  149. position:relative;
  150. color:#484848;
  151. text-decoration:none;
  152. padding:10px 9.6px 10px 9.6px;
  153. font-family: 'Arvo', serif;
  154. font-size:16px;
  155. font-weight:normal;
  156. line-height:40px;
  157. margin-right:2.5px;
  158. margin-left:2px;
  159. }
  160.  
  161. #menu li a:hover, #menu li.current_page_item a {
  162. }
  163.  
  164. #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
  165. color:#096993;
  166. line-height:40px;
  167. background-color:#fff;
  168. -moz-box-shadow: 0 1px 1px 0 #c5c6c5;
  169. -webkit-box-shadow: 0 1px 1px 0 #c5c6c5;
  170. box-shadow: 0 1px 1px 0 #c5c6c5;
  171. border-radius:3px;
  172. }
  173. #menu .ddsmoothmenu li > ul {
  174. margin-top:5px;
  175. background:url(images/menuarow.png) top no-repeat;
  176. margin:0;
  177. }
  178. #menu li li a, #menu li li a.selected, #menu li li a:hover {
  179. border:none;
  180. border-radius:0;
  181. }
  182.  
  183. #menu .ddsmoothmenu li li:last-child:after {
  184. border-bottom:none;
  185. }
  186. #menu .ddsmoothmenu li li:first-child:before {
  187. border-top:none;
  188. }
  189. #menu .ddsmoothmenu li li {
  190. background:#f8f9f9;
  191. font-family: 'Arvo', serif;
  192. font-size:12px;
  193. line-height:15px;
  194. text-transform:capitalize;
  195. margin:0;
  196. padding:0;
  197. border-radius:none;
  198. }
  199. #menu .ddsmoothmenu li li a {
  200. background:#f8f9f9;
  201. width:210px;
  202. color:#6e6c6c;
  203. height:auto;
  204. float:none;
  205. display:block;
  206. text-align:left;
  207. position:relative;
  208. margin:0;
  209. padding:10px 0;
  210. padding-left:10px;
  211. border-bottom:none;
  212. font-family: 'Arvo', serif !important;
  213. font-size:15px;
  214. font-weight:normal;
  215. line-height:25px;
  216. border-radius:0;
  217. }
  218. #menu .ddsmoothmenu li li:last-child {
  219. border-bottom:none;
  220. }
  221. #menu .ddsmoothmenu li li a:after {
  222. width:100%;
  223. content:'';
  224. position:absolute;
  225. left:0;
  226. top:0;
  227. }
  228. #menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
  229. border-top:none;
  230. border:none;
  231. }
  232. #menu .ddsmoothmenu li li:last-child a:after {
  233. width:100%;
  234. content:'';
  235. position:absolute;
  236. left:0;
  237. bottom:0;
  238. }
  239. * html #menu .ddsmoothmenu li li a {
  240. display:inline-block;
  241. border-radius:none;
  242. }
  243. #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
  244. text-shadow:none;
  245. color:#096993;
  246.  
  247. }
  248. #menu .ddsmoothmenu li ul {
  249. position:absolute;
  250. left:0;
  251. display:none;
  252. visibility:hidden;
  253. margin-top:19px;
  254. margin-left:4px;
  255. -moz-box-shadow:0px 0px 6px 3px #d6d7d6;
  256. -webkit-box-shadow:0px 0px 6px 3px #d6d7d6;
  257. box-shadow:0px 0px 6px 3px #d6d7d6;
  258. }
  259. #menu .ddsmoothmenu li ul li {
  260. display:list-item;
  261. float:none;
  262. border-bottom:solid 1px #cecdcd;
  263. }
  264. #menu .ddsmoothmenu li ul li:last-child {
  265. border-bottom:none;
  266. }
  267. #menu .ddsmoothmenu li ul li ul {
  268. padding-top:0;
  269. top:0;
  270. margin-top:0;
  271. margin-left:0;
  272. border-top:none;
  273. }
  274. #menu .ddsmoothmenu li ul li ul li:first-child {
  275. padding-top:0;
  276. }
  277. #menu .ddsmoothmenu li ul li ul li:last-child {
  278. border-bottom:none;
  279. }
  280. * html .ddsmoothmenu {
  281. height:1%;
  282. }
  283. .downarrowclass {
  284. position:absolute;
  285. width:0;
  286. height:0;
  287. overflow:hidden;
  288. top:0;
  289. right:0;
  290. display:none!important;
  291.  
  292. }
  293. .rightarrowclass {
  294. display:block;
  295. width:7px;
  296. height:7px;
  297. position:absolute;
  298. margin-top:-3px;
  299. top:50%;
  300. right:60px;
  301. background: url('images/arrow.png') no-repeat 0 0;
  302. }
  303. .ddshadow {
  304. width:0;
  305. height:0;
  306. position:absolute;
  307. left:0;
  308. top:0;
  309. display:none;
  310. }
  311. /* Slider Style
  312. ==============================================*/
  313. .slider_container {
  314. width:100%;
  315. min-height:200px !important;
  316. background:#045f8a url(images/sliderbg.png) repeat-x;
  317. }
  318. .slider_info {
  319. margin:0;
  320. padding:0;
  321. margin-top:35px;
  322. margin-bottom:5px;
  323. }
  324. .slider_info h1 a {
  325. font-size:32px;
  326. font-weight:normal;
  327. line-height:36px;
  328. color:#fff;
  329. text-shadow:0 2px 1px #047cc0;
  330. }
  331. .slider_info p {
  332. font-size:20px;
  333. color:#fcf2e6;
  334. line-height:31px;
  335. text-shadow: 0 0px 0px #4690ae;
  336. margin-top:30px;
  337. font-family: 'Arvo', serif;
  338. }
  339. .slider_wrapper {
  340. width:100%;
  341. background:url(images/slider-shadow.png) right bottom no-repeat;
  342. height:25px;
  343.  
  344. }
  345. .slider_wrapper img {
  346. max-width:100%;
  347. }
  348. /*Flex Slider
  349. ====================================================*/
  350. /* Browser Resets */
  351. .flex-container a:active, .flexslider a:active {
  352. outline: none;
  353. }
  354. .slides {
  355. margin: 0;
  356. padding: 0;
  357. list-style: none;
  358. height:224px;
  359. }
  360. .flex-control-nav, .flex-direction-nav {
  361. margin: 0;
  362. padding: 0;
  363. list-style: none;
  364. }
  365. /* FlexSlider Necessary Styles
  366. *********************************/
  367. .flexslider {
  368. /* width:92%;*/
  369. width:92%;
  370. margin: 0;
  371. padding: 0;
  372. margin-top:20px;
  373. display:inline-block;
  374. margin-left:36px;
  375. }
  376. .flexslider .slides > li {
  377. display: none;
  378. margin:0;
  379. }
  380. .flexslider .slides img {
  381. width:422px;
  382. height:224px;
  383. display: block;
  384. -webkit-border-radius: 5px;
  385. -moz-border-radius: 5px;
  386. -o-border-radius: 5px;
  387. border-radius: 5px;
  388. }
  389. .flex-pauseplay span {
  390. text-transform: capitalize;
  391. }
  392. .slides:after {
  393. content: ".";
  394. display: block;
  395. clear: both;
  396. visibility: hidden;
  397. line-height: 0;
  398. height: 0;
  399. }
  400. html[xmlns] .slides {
  401. display: block;
  402. }
  403. * html .slides {
  404. height: 1%;
  405. }
  406. .no-js .slides > li:first-child {
  407. display: block;
  408. }
  409. /* FlexSlider Default Theme
  410. *********************************/
  411. .flexslider {
  412. background-color:#f7f9f8;
  413. position: relative;
  414. zoom: 1;
  415. border:solid 1px #0389be;
  416. -webkit-border-radius: 5px;
  417. -moz-border-radius: 5px;
  418. -o-border-radius: 5px;
  419. border-radius: 5px;
  420. }
  421. .flexslider .slides {
  422. zoom: 1;
  423. border: 5px solid #f7f9f8;
  424. -webkit-border-radius: 5px;
  425. -moz-border-radius: 5px;
  426. -o-border-radius: 5px;
  427. border-radius: 5px;
  428. }
  429. .flexslider .slides > li {
  430. position: relative;
  431. }
  432. .flex-container {
  433. zoom: 1;
  434. position: relative;
  435. }
  436. .flex-caption {
  437. width: 96%;
  438. padding: 2%;
  439. position: absolute;
  440. left: 0;
  441. bottom: 0;
  442. background: rgba(0, 0, 0, .3);
  443. color: #fff;
  444. text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  445. font-size: 16px;
  446. line-height: 18px;
  447. text-transform:uppercase;
  448. display:none;
  449. }
  450. /* Direction Nav */
  451. .flex-direction-nav li a {
  452. width: 52px;
  453. height: 52px;
  454. margin: -13px 0 0;
  455. display: block;
  456. background: url() no-repeat 0 0;
  457. position: absolute;
  458. top: 45%;
  459. cursor: pointer;
  460. text-indent: -9999px;
  461. }
  462. .flex-direction-nav li .next {
  463. background-position: -52px 0;
  464. right: -35px;
  465. background:url(images/slider-rightnav.png) no-repeat;
  466. height:55px;
  467. }
  468. .flex-direction-nav li .prev {
  469. left: -3px;
  470. background:url(images/slider-leftnav.png) no-repeat;
  471. height:55px;
  472. }
  473. .flex-direction-nav li .disabled {
  474. opacity: .3;
  475. filter:alpha(opacity=30);
  476. cursor: default;
  477. }
  478. .flex-direction-nav li .disabled {
  479. opacity: .3;
  480. filter:alpha(opacity=30);
  481. cursor: default;
  482. }
  483. /* Control Nav */
  484. .flex-control-nav {
  485. width: 100%;
  486. position: absolute;
  487. bottom: -30px;
  488. text-align: center;
  489. }
  490. .flex-control-nav li {
  491. margin: 0 0 0 5px;
  492. display: inline-block;
  493. zoom: 1;
  494. *display: inline;
  495. }
  496. .flex-control-nav li:first-child {
  497. margin: 0;
  498. }
  499. .flex-control-nav li a {
  500. width: 13px;
  501. height: 13px;
  502. display: block;
  503. background: url() no-repeat 0 0;
  504. cursor: pointer;
  505. text-indent: -9999px;
  506. display:none;
  507. }
  508. .flex-control-nav li a:hover {
  509. background-position: 0 -13px;
  510. }
  511. .flex-control-nav li a.active {
  512. background-position: 0 -26px;
  513. cursor: default;
  514. }
  515. /*Backgrougnd Style
  516. =================================================*/
  517. .body_color{
  518. background-color:#ffffff;
  519. padding-left:5px;
  520. padding-right:5px;
  521. }
  522. /*Content Style
  523. =================================================*/
  524. .content_wrapper {
  525. margin:0;
  526. padding:0;
  527. }
  528. .top_content_wrapper {
  529. margin:0;
  530. padding:0;
  531. width:100%;
  532. overflow:hidden;
  533. background:url(images/content-topbg.png) no-repeat bottom;
  534. padding-bottom:40px;
  535. padding-top:27px;
  536. }
  537. .content_info{
  538. margin:0;
  539. padding:0;
  540. }
  541. .content_info h1{
  542. color:#484746;
  543. line-height:27px;
  544. font-family:Georgia;
  545. font-size:24px;
  546. font-style:italic;
  547. margin-top:8px;
  548.  
  549. }
  550. .content-info-btn {
  551. margin-left:0;
  552. margin-right:0;
  553.  
  554. }
  555. .content-info-btn a {
  556. max-width:100%;
  557. }
  558. .contentbtn {
  559. background:#058ac6 url(images/contentbtnbg.png) repeat-x;
  560. padding:10px 50px 10px 50px;
  561. border-radius:5px;
  562. font-size:22px;
  563. font-family:Georgia, "Times New Roman", Times, serif;
  564. margin-top:0;
  565. margin-left:0;
  566. border:solid 1px #0f86b3;
  567. color:#fff;
  568. text-align:center !important;
  569. min-width:100px;
  570. display:inline-block;
  571. float:right;
  572. text-shadow:0 1px 1px #48a3d2;
  573. -webkit-transition:all .4s linear;
  574. -moz-transition:all .4s linear;
  575. -o-transition:all .4s linear;
  576. }
  577. .contentbtn:hover {
  578. color:#eee;
  579. opacity:.7;
  580. }
  581. .tagline{
  582. display: block;
  583. float: left;
  584. margin-top: 16px;
  585. margin-right: 10px;
  586. }
  587. a.tagline{
  588. color: #6D6D6D;
  589. }
  590. /*Feature box
  591. =================================================*/
  592. .feature_box {
  593. width:100%;
  594. background:url(images/content-topbg.png) no-repeat bottom;
  595. padding-bottom:32px;
  596. margin-bottom:35px;
  597. overflow:hidden;
  598. }
  599. .feature_inner_box {
  600. width:195px;
  601. margin-right:0;
  602. margin:0;
  603. padding:0;
  604. margin-top:32px;
  605. text-align:center;
  606. margin-left:15px;
  607. }
  608.  
  609. .feature_inner_box .circle {
  610. width:182px;
  611. height:178px;
  612. display:block;
  613. border-radius:100px;
  614. -moz-border-radius:100px;
  615. -webkit-border-radius:100px;
  616. -khtml-border-radius:100px;
  617. text-align:center;
  618. background:#fff;
  619. display:block;
  620. border: solid 6px #e1e0e0;
  621. margin-left:0;
  622. -webkit-transition: all 0.6s ease-in-out;
  623. -moz-transition: all 0.6s ease-in-out;
  624. -o-transition: all 0.6s ease-in-out;
  625. -ms-transition: all 0.6s ease-in-out;
  626. transition: all 0.6s ease-in-out;
  627. }
  628.  
  629. .feature_inner_box .circle img {
  630. width:170px;
  631. height:170px;
  632. border-radius:100px;
  633. -moz-border-radius:100px;
  634. -webkit-border-radius:100px;
  635. -khtml-border-radius:100px;
  636. background:#e1e0e0;
  637. margin:4px;
  638. text-align:center;
  639. }
  640.  
  641. .feature_inner_box .circle:hover {
  642. border: solid 6px #096993;
  643. opacity:.7;
  644. }
  645. .feature_inner_box.first {
  646. margin-left:0;
  647. }
  648. .feature_inner_box.last {
  649. margin-left:35px;
  650. }
  651. .feature_inner_box .feature_title {
  652. color:#484746;
  653. font-family:Georgia;
  654. font-size:24px;
  655. line-height:27px;
  656. margin-bottom:13px;
  657. font-weight:bold;
  658. text-align:center;
  659. margin-top:15px;
  660. margin-left:0px;
  661. padding:0;
  662. }
  663. .feature_inner_box .feature_title.first {
  664. margin-top:15px;
  665. padding:0;
  666. }
  667. .feature_inner_box .feature_title.last {
  668. margin-right:0;
  669. margin-left:15px;
  670. padding:0;
  671. }
  672. .feature_inner_box a {
  673. color:#212121;
  674. }
  675.  
  676. .feature_inner_box a:hover {
  677. color:#096993;
  678. }
  679. .readmore-btn {
  680. margin-top:35px;
  681. margin-bottom:36px;
  682. }
  683. .readmore {
  684. background:url(images/readmorebtnbg.png) repeat-x;
  685. /*width:92px;*/
  686. padding-top:8px;
  687. padding-bottom:11px;
  688. padding-left:14px;
  689. padding-right:12px;
  690. border-radius:20px;
  691. font-size:13px;
  692. font-family:Georgia, "Times New Roman", Times, serif;
  693. margin-top:10px;
  694. border:solid 1px #d5d5d5;
  695. color:#010101;
  696. text-align:center;
  697.  
  698. }
  699.  
  700. .readmore a{
  701. color:#010101;
  702. }
  703.  
  704. .readmore:hover {
  705. color:#ffffff;
  706. background:#3ca0ce url(images/readmorebtnhover.png) repeat-x;
  707. border: solid 1px #3c8aae;
  708.  
  709. }
  710.  
  711. .readmore-btn a:hover {
  712. color:#ffffff;
  713. }
  714. /*main content
  715. =================================================*/
  716. .main_content_wrapper {
  717. width:100%;
  718. margin:0;
  719. padding:0;
  720. display:inline-block;
  721. padding-bottom:30px;
  722. }
  723. .main_content {
  724. margin:0;
  725. padding:0;
  726. width:100%;
  727. margin-top:37px;
  728. }
  729. .main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6, .main_content address{
  730. margin-bottom:20px;
  731. }
  732. .main_content .title {
  733. color:#212121;
  734. font-size:23px;
  735. line-height:40px;
  736. margin-bottom:13px;
  737. font-weight:bold;
  738. }
  739. .main_content .title a {
  740. color:#212121;
  741. }
  742. .main_content .title a:hover {
  743. color:#096993;
  744. }
  745. .main_content p {
  746. margin-bottom:25px;
  747. text-align:justify;
  748. }
  749. /*Linkpanel
  750. ==================================================*/
  751.  
  752. .linkpanel {
  753. width:100%;
  754. margin:0;
  755. padding:0;
  756. overflow:hidden;
  757. margin-top:44px;
  758. }
  759. .link {
  760. border:solid 1px #e5e5e5;
  761. margin-left:55px;
  762. list-style-type:none;
  763. border-top-left-radius: 3px;
  764. border-top-right-radius: 3px;
  765. padding:0;
  766.  
  767.  
  768. }
  769. ul.link .linktitle{
  770. border-bottom:solid 1px #e5e5e5;
  771. background:#efefef url(images/linkpanel-headbg.png) top repeat-x;
  772. font-size:20px;
  773. font-weight:bold;
  774. padding-top:8px;
  775. padding-bottom:8px;
  776. padding-left:10px;
  777. margin-top:0;
  778. }
  779.  
  780.  
  781. ul.link li {
  782. margin-left:15px;
  783. margin-right:15px;
  784. padding:10px 0;
  785. border-bottom:solid 1px #e5e5e5;
  786. padding-left:0;
  787. }
  788. ul.link li img{
  789. width:31px;
  790. height:31px;
  791. }
  792. ul.link li:last-child {
  793. border-bottom:none;
  794. }
  795. ul.link li a {
  796. color:#5c5c5c;
  797. font-size:16px;
  798. margin-left:20px;
  799. }
  800. ul.link li a:hover {
  801. color:#096993;
  802. }
  803.  
  804. ul.link li .print p{
  805. padding-top:0;
  806. padding-bottom:0;
  807. padding-left:45px;
  808. top:-30px;
  809. position:relative;
  810. left:0;
  811. margin-bottom:-30px;
  812. }
  813. /*page heading
  814. ==============================*/
  815. .heading_container {
  816. margin:0;
  817. padding:0;
  818. background:url(images/page-headingbg.png) repeat-x;
  819. }
  820. .heading_container_single{
  821. height:44px;
  822. background:url(images/page-headingbg.png) repeat-x;
  823. }
  824. .page-heading {
  825. padding:0;
  826. margin-bottom:13px;
  827. }
  828. .page-heading h1 {
  829. font-size:23px;
  830. font-weight:bold;
  831. line-height:25px;
  832. padding-top:8px;
  833. color:#fff;
  834. }
  835. .page-heading h1 a{
  836. font-size:23px;
  837. font-weight:bold;
  838. line-height:25px;
  839. padding-top:8px;
  840. color:#fff;
  841. }
  842.  
  843.  
  844. /*Fullwidth Page
  845. ================================================== */
  846. .fullwidth {
  847. background:#fff;
  848. margin-bottom:5px;
  849. margin-top:15px;
  850. padding:0;
  851. width:100%;
  852. }
  853. .fullwidth h1, h2, h3, h4, h5, h6 {
  854. color:#010101;
  855. text-shadow:1px 0 0 #fff;
  856. font-weight:normal;
  857. margin-top:15px;
  858. margin-bottom:15px;
  859. }
  860. /*Gallery page
  861. ================================================*/
  862. .page-content .gallery h1.page-title {
  863. margin-bottom:22px;
  864. margin-top:10px;
  865. border-bottom:solid 1px #e8e7e7;
  866. padding-bottom:15px;
  867. width:100%;
  868. }
  869. .page-content .gallery h1.page-title a:hover {
  870. color:#d8aa08;
  871. }
  872. .page-content .gallery span.viewall {
  873. color:#d8aa08;
  874. border:solid 1px #FF0000
  875. }
  876. .page-content .gallery .zoom {
  877. width:20px;
  878. height:18px;
  879. background:url(images/zoom.png) 0 5px no-repeat;
  880. padding-left:25px;
  881. }
  882. .page-content .gallery .thumbnail {
  883. list-style-type:none;
  884. overflow:hidden;
  885. margin:0 auto;
  886. margin-left:0px;
  887. padding:0;
  888. width:105%;
  889. padding-top:20px;
  890. }
  891. .page-content .gallery .thumbnail li {
  892. margin:0;
  893. float:left;
  894. background:none;
  895. padding-bottom:5px;
  896. margin-bottom:0;
  897. margin-left:0;
  898. margin-right:18px;
  899. padding-top:10px;
  900. position:relative;
  901. }
  902. .gallery ul.thumbnail li span.fade {
  903. background:url(images/view_photo.png) no-repeat;
  904. position:absolute;
  905. top:60px;
  906. left:65px;
  907. display:block;
  908. opacity:0;
  909. width:280px;
  910. height:199px;
  911. }
  912. .page-content .gallery .thumbnail li img {
  913. width:191px;
  914. height:166px;
  915. margin-right:15px;
  916. margin-top:3px;
  917. }
  918. .page-content .gallery .thumbnail li img:hover {
  919. opacity:0.5;
  920. opacity: 1;
  921. }
  922. .page-content .gallery ul.thumbnail li {
  923. color:#5c5445;
  924. font-size:22px;
  925. background:url(images/gallery-framebg.png) 1px 3px no-repeat;
  926. width:228px;
  927. height:199px;
  928. margin-bottom:25px;
  929. text-align:center;
  930. }
  931. /*contact page
  932. =======================================================*/
  933. .contact-page {
  934. padding-left:6px;
  935. overflow: hidden;
  936. margin-bottom: 30px;
  937. margin-top:0;
  938. }
  939. .contact-page p {
  940. color:#4f4e4e;
  941. margin-bottom:50px;
  942. }
  943. .contact-page h1 {
  944. color:#000000;
  945. margin-bottom:15px;
  946. margin-top:8px;
  947. }
  948. #contactForm .label {
  949. margin-bottom: 5px;
  950. font-size:14px;
  951. font-family:Georgia, "Times New Roman", Times, serif;
  952. color:#373636;
  953. line-height:20px;
  954. }
  955. #contactForm label {
  956. display: block;
  957. clear:both;
  958. font-size:14px;
  959. font-family:Georgia, "Times New Roman", Times, serif;
  960. color:#373636;
  961. line-height:20px;
  962. margin-bottom:0;
  963. }
  964. #contactForm input[type="text"] {
  965. margin-bottom:0;
  966. }
  967. #contactForm input[type="text"], #contactForm textarea {
  968. background-color:#fefefe;
  969. color:#c7c7c7;
  970. }
  971. #contactForm input[type="text"] {
  972. height:30px;
  973. width:55%;
  974. border:solid 1px #d2d1d1;
  975. padding-left: 5px;
  976. border-radius:8px;
  977. }
  978. #contactForm textarea {
  979. height:185px;
  980. width:96%;
  981. border:solid 1px #d2d1d1;
  982. border-radius:8px;
  983. padding-left:5px;
  984. padding-top:10px;
  985. }
  986. #contactForm input[type="submit"] {
  987. clear:both;
  988. width:108px;
  989. height:37px;
  990. background:url(images/commentsubmitbtnbg.png) repeat-x;
  991. border:solid 1px #1779a4;
  992. font-family:Georgia, "Times New Roman", Times, serif;
  993. font-weight:bold;
  994. font-size:18px;
  995. line-height:25px;
  996. cursor:pointer;
  997. color:#fff;
  998. padding-bottom:4px;
  999. margin-top:5px;
  1000. border-radius:8px;
  1001. }
  1002. #contactForm input[type="submit"]:hover {
  1003. opacity:.7;
  1004. -webkit-transition:all 0.6s linear;
  1005. -moz-transition:all 0.6s linear;
  1006. -o-transition:all 0.6s linear;
  1007. }
  1008. #contactForm .error {
  1009. color:#993399;
  1010. }
  1011.  
  1012. /* All Placeholder Stle */
  1013. ::-webkit-input-placeholder {
  1014. color:#c7c7c7;
  1015. }
  1016. input:-moz-placeholder {
  1017. color:#c7c7c7;
  1018. }
  1019.  
  1020. /* individual: webkit */
  1021. #contactName::-webkit-input-placeholder {
  1022. color:#c7c7c7;
  1023. }
  1024. #email::-webkit-input-placeholder {
  1025. color:#c7c7c7;
  1026. background:#fefefe;
  1027. }
  1028. #commentsText::-webkit-input-placeholder {
  1029. color:#c7c7c7;
  1030. background:#fefefe;
  1031. }
  1032.  
  1033. /* individual: mozilla */
  1034. #contactName::-moz-placeholder {
  1035. color:#c7c7c7;
  1036. }
  1037. #email::-moz-placeholder {
  1038. color:#c7c7c7;
  1039. background:#fefefe;
  1040. }
  1041. #commentsText::-moz-placeholder {
  1042. color:#c7c7c7;
  1043. background:#fefefe;
  1044. }
  1045. /*Blog Page
  1046. ===================================================*/
  1047. .sticky {}
  1048. .page-content {
  1049. padding-bottom:40px;
  1050. margin-top:40px;
  1051. width:100%;
  1052. overflow:hidden;
  1053. }
  1054. .content-bar {
  1055. margin:0;
  1056. padding:0;
  1057. }
  1058. .content-bar img {
  1059. max-width:622px;
  1060. height:auto;
  1061. background:none;
  1062. padding:0;
  1063. }
  1064. .page .content-bar {
  1065. padding-top: 20px;
  1066. }
  1067. .content-bar .post {
  1068. border-bottom:solid 1px #e5e5e5;
  1069. margin-top:0px;
  1070. }
  1071. .content-bar .post_header {
  1072. padding-top:20px;
  1073. position: relative;
  1074. min-height: 75px;
  1075. }
  1076. .content-bar .post_title {
  1077. padding-top:0;
  1078. padding-left:85px;
  1079. font-size:24px;
  1080. line-height:25px;
  1081. font-weight:bold;
  1082. color:#151515;
  1083. }
  1084. .content-bar .post_title a {
  1085. color:#151515;
  1086. }
  1087. .content-bar .post_title a:hover {
  1088. color:#106ca8;
  1089. }
  1090. .content-bar .post_content {
  1091. overflow:hidden;
  1092. text-shadow:0 1px 0 #fff;
  1093. font-size:13px;
  1094. line-height:20px;
  1095. color:#444342;
  1096. }
  1097. .content-bar .post_content p {
  1098. margin-bottom:10px;
  1099. color:#666;
  1100. text-align:justify;
  1101. }
  1102. .content-bar .post:last-child {
  1103. }
  1104. .content-bar .post_content img.postimg {
  1105. background:url(images/postimgbg.png) repeat;
  1106. width:95%;
  1107. padding:2.5%;
  1108. margin-bottom:20px;
  1109. height:230px;
  1110. }
  1111. .content-bar .post.single .post_content img {
  1112. height:auto;
  1113. background:url(images/postimgbg.png) repeat;
  1114. width:95%;
  1115. padding:2.5%;
  1116. }
  1117. .content-bar .post_content .read_more {
  1118. display:block;
  1119. color:#057eb2;
  1120. font-size:12px;
  1121. line-height:21px;
  1122. font-weight:normal;
  1123. float:right;
  1124. padding:1px 5px 1px 5px;
  1125. margin-bottom:20px;
  1126. margin-top:10px;
  1127. }
  1128. .content-bar .post_content .read_more:hover {
  1129. opacity:0.5;
  1130. }
  1131. .content-bar .post_meta {
  1132. list-style-type:none;
  1133. color:#8f8e8e;
  1134. font-size:12px;
  1135. font-family:Georgia, "Times New Roman", Times, serif;
  1136. padding-left:85px;
  1137. }
  1138. .content-bar .post_meta span {
  1139. color:#7e7d7d;
  1140. }
  1141. .content-bar .post_meta a {
  1142. color:#8e8d8d;
  1143. }
  1144. .content-bar .post_meta a:hover {
  1145. color:#106ca8;
  1146. }
  1147. .content-bar .post_meta li {
  1148. display:inline;
  1149. margin-right:15px;
  1150. margin-left:0;
  1151. margin:0;
  1152. }
  1153. .content-bar .post_date {
  1154. background:#e5e5e5 url('images/date-bg.png') no-repeat 0 0;
  1155. width:68px;
  1156. height: 65px;
  1157. position:absolute;
  1158. left:0;
  1159. top:25px;
  1160. border-top:solid 1px #bebebe;
  1161. border-left:solid 1px #bebebe;
  1162. }
  1163. .content-bar .date {
  1164. list-style-type:none;
  1165. margin-top:0;
  1166. text-align:center;
  1167. padding-top:10px;
  1168. }
  1169. .content-bar .date li {
  1170. display:block;
  1171. color:#6b6b6b;
  1172. margin:0;
  1173. padding:0;
  1174.  
  1175. }
  1176. .content-bar .date li.day {
  1177. font-family: 'Arvo', serif;
  1178. font-size:32px;
  1179. color:#057eb2;
  1180. font-weight:bold;
  1181. padding-top:0;
  1182. margin:0;
  1183. }
  1184. .content-bar .date li.month {
  1185. font-size:12px;
  1186. margin:0;
  1187. padding-top:0;
  1188. padding-bottom:0;
  1189. }
  1190. .content-bar .date li.year {
  1191. font-size:12px;
  1192. margin:0;
  1193. padding-top:0;
  1194. margin-top:-5px;
  1195. }
  1196. .content-bar .post_meta .posted_by {
  1197. background:url(images/post-admin.png) 0 0 no-repeat;
  1198. width:18px;
  1199. height:16px;
  1200. margin:0;
  1201. padding-bottom:10px;
  1202. padding-top:4px;
  1203. padding-left:26px;
  1204. }
  1205. .content-bar .post_meta .posted_by a {
  1206. margin-left:0;
  1207.  
  1208. }
  1209. .content-bar .post_meta .post_category {
  1210. width:18px;
  1211. height:12px;
  1212. text-align:center;
  1213. padding-bottom:5px;
  1214. background:url(images/views.png) no-repeat;
  1215. padding-left:20px;
  1216. }
  1217. .content-bar .post_meta .post_category a {
  1218. margin-left:0;
  1219.  
  1220. }
  1221. .content-bar .post_meta .post_comment {
  1222. width:18px;
  1223. height:17px;
  1224. text-align:center;
  1225. padding-bottom:5px;
  1226. padding-top:0;
  1227. background:url(images/comment.png) no-repeat;
  1228. width:18px;
  1229. height:17px;
  1230. padding-left:20px;
  1231. }
  1232. .content-bar .post_meta .post_comment a {
  1233. color:#8e8d8d;
  1234.  
  1235. }
  1236. .content-bar .post_meta .post_comment a:hover {
  1237. color:#106ca8;
  1238. }
  1239. .content-bar .post_meta .post_views {
  1240. text-align:center;
  1241. padding-bottom:10px;
  1242. background:url(images/views.png) no-repeat;
  1243. padding-left:15px;
  1244. }
  1245. .content-bar .post_meta .post_views a {
  1246.  
  1247. }
  1248. .content-bar .post_meta .post_liked {
  1249. text-align:center;
  1250. padding-top:5px;
  1251. padding-bottom:10px;
  1252. background:url(images/liked.png) 0px 5px no-repeat;
  1253. width:18px;
  1254. height:16px;
  1255. padding-left:14px;
  1256. }
  1257. .content-bar .post_meta .post_liked {
  1258.  
  1259. }
  1260. /* Commentlist Style
  1261. ========================================================*/
  1262. .bypostauthor {}
  1263. #commentsbox {
  1264. margin:0;
  1265. margin-top:15px;
  1266. width:100%;
  1267. }
  1268. ol.commentlist {
  1269. clear:both;
  1270. list-style:none;
  1271. margin:0;
  1272. overflow:hidden;
  1273. margin-top:10px;
  1274. }
  1275. ol.commentlist li.comment {
  1276. line-height:18px;
  1277. margin:5px 0 15px;
  1278. padding:10px;
  1279. margin-right:0;
  1280. overflow:hidden;
  1281. padding-right:0;
  1282. }
  1283. ol.commentlist li.comment .comment-body {
  1284. position:relative;
  1285. padding-top:10px;
  1286. padding-bottom:15px;
  1287. padding-left:10px;
  1288. padding-right:15px;
  1289. border:solid 1px #e5e5e5;
  1290. border-radius:5px;
  1291. -o-border-radius:5px;
  1292. -moz-border-radius:5px;
  1293. -khtml-border-radius:5px;
  1294. -webkit-border-radius:5px;
  1295. margin-left:0;
  1296. min-height:90px;
  1297. background-color:#fefefe;
  1298. }
  1299. ol.commentlist li.comment .comment-author a:link, ol.commentlist li.comment .comment-author a:visited {
  1300. color:#000;
  1301. font-weight:700;
  1302. text-decoration:none !important;
  1303. }
  1304. cite.fn {
  1305. color:#141413;
  1306. font-style:normal;
  1307. }
  1308. ol.commentlist li .says {
  1309. display:none;
  1310. }
  1311. .comment-author.vcard {
  1312. display:inline;
  1313. }
  1314. ol.commentlist li.comment .comment-author .avatar {
  1315. float:left;
  1316. margin-left:5px;
  1317. margin-right:15px;
  1318. margin-bottom:10px;
  1319. width:71px;
  1320. height:69px;
  1321. border:none;
  1322. padding:9px 7px 16px 7px;
  1323. background-color:#f5f3f3;
  1324. background:url(images/vcard.png) no-repeat;
  1325. border:solid 1px #ebe9e9;
  1326. display:block;
  1327. }
  1328. ol.commentlist li.comment .comment-meta a {
  1329. color:#5d5d5c;
  1330. text-decoration:none !important;
  1331. }
  1332. ol.commentlist li.comment p {
  1333. line-height:22px;
  1334. color:#373636;
  1335. margin-left:95px;
  1336. }
  1337. ol.commentlist li.comment ul.children li.depth-2 {
  1338. margin:0 0 15px 50px;
  1339. }
  1340. ol.commentlist li.comment ul.children li.depth-3 {
  1341. margin:0 0 25px 50px;
  1342. }
  1343. ol.commentlist li.comment ul.children li.depth-4 {
  1344. margin:0 0 35px 50px;
  1345. }
  1346. ol.commentlist li.comment ul.children li.depth-5 {
  1347. margin:0 0 45px 50px;
  1348. }
  1349. .comment-meta.commentmetadata {
  1350. display:inline;
  1351. }
  1352. ol.commentlist li.comment .reply {
  1353. position:absolute;
  1354. left:45px;
  1355. top:105px;
  1356. cursor:pointer;
  1357. margin-bottom:10px;
  1358. }
  1359. ol.commentlist li.comment .reply a {
  1360. cursor:pointer;
  1361. }
  1362. ol.commentlist li.comment a.comment-reply-link {
  1363. color:#0474a5;
  1364. text-shadow:0 1px 1px #fff;
  1365. font-size:15px;
  1366. font-weight:normal;
  1367. line-height:25px;
  1368. }
  1369. ol.commentlist li.comment ul.children {
  1370. list-style:none;
  1371. text-indent:0;
  1372. margin:1em 0 0;
  1373. }
  1374. .comment-nav {
  1375. height:20px;
  1376. padding:5px;
  1377. }
  1378. .comment-nav a:link, .comment-nav a:visited {
  1379. color:#f96e02;
  1380. }
  1381. #respond {
  1382. padding:0px 0px;
  1383. margin:10px 0px;
  1384. }
  1385. #respond h3 {
  1386. font-size:24px;
  1387. color:#000;
  1388. font-weight:bold;
  1389. padding:10px 10px;
  1390. }
  1391. #commentform {
  1392. margin-bottom:50px;
  1393. }
  1394. #commentform p {
  1395. color:#444;
  1396. }
  1397. #commentform a {
  1398. color:#0454A8;
  1399. margin-top:15px;
  1400. margin-bottom:0;
  1401. }
  1402. #respond label {
  1403. display:block;
  1404. margin-right:15px;
  1405. margin-bottom:5px;
  1406. color:#575757;
  1407. font-size:15px;
  1408. font-family:Arial, Helvetica, sans-serif;
  1409. }
  1410. #respond .required {
  1411. }
  1412. #respond label small {
  1413. font-size:10px;
  1414. }
  1415. #respond input {
  1416. border:none;
  1417. color:#989898;
  1418. background:#000;
  1419. font-size:13px;
  1420. padding:8px 10px;
  1421. margin-bottom:20px;
  1422. border: solid 1px #00FF00;
  1423. }
  1424. #respond .required {
  1425. display:none;
  1426. }
  1427. #commentform input#submit {
  1428. color:#fff;
  1429. background:#0586bd url(images/commentsubmitbtnbg.png) repeat-x;
  1430. /*width:106px;*/
  1431. height:37px;
  1432. text-align:center;
  1433. font-size:18px;
  1434. line-height:25px;
  1435. padding:5px;
  1436. margin-bottom:20px;
  1437. font-weight:normal;
  1438. font-family:"Arial Rounded MT Bold", sans-serif;
  1439. border:solid 1px #1779a4;
  1440. border-radius:8px;
  1441. -webkit-border-radius:8px;
  1442. -moz-border-radius:8px;
  1443. margin-top:20px;
  1444. }
  1445. #commentform input#submit:hover {
  1446. opacity:0.5;
  1447. color:#fff;
  1448. }
  1449. h3#reply-title {
  1450. font-size:30px;
  1451. line-height:22px;
  1452. font-family:Rokkitt;
  1453. background:url(images/heading-line.png) bottom repeat-x;
  1454. margin-top:20px;
  1455. padding-bottom:20px;
  1456. margin-left:-10px;
  1457. font-style:normal;
  1458. font-weight:normal;
  1459. }
  1460. #commentform .comment-notes {
  1461. display:none;
  1462. }
  1463. .comment-author .avatar {
  1464. border: solid 1px #00FFFF;
  1465. display:inline;
  1466. }
  1467. .form-allowed-tags {
  1468. display:none;
  1469. }
  1470. /* Commentform Style
  1471. ===================================================================*/
  1472. #commentform input[type="text"] {
  1473. width:80%;
  1474. background:#faf9fa url(images/text-areastrip.png) top repeat-x;
  1475. height:30px;
  1476. border:none;
  1477. padding:5px 0;
  1478. border:1px solid #bbbaba;
  1479. background-color:#fff;
  1480. border-radius:5px;
  1481. padding-left:5px;
  1482. }
  1483. #commentform input[type="text"]:focus, textarea#comment:focus {
  1484. background:#fff;
  1485. border:1px solid #106ca8;
  1486. border-radius:5px;
  1487. }
  1488. input#commentSubmit {
  1489. border:none;
  1490. color:#fff;
  1491. margin-top:25px;
  1492. background:#046da3;
  1493. width:115px;
  1494. height:35px;
  1495. text-align:center;
  1496. font-size:16px;
  1497. padding:5px 0;
  1498. border-radius:3px;
  1499. }
  1500. input#commentSubmit:hover {
  1501. opacity:0.5;
  1502. }
  1503. textarea#comment {
  1504. border:1px solid #d9dada;
  1505. width:97%;
  1506. background:#046da3 url(images/text-areastrip.png) top repeat-x;
  1507. height:186px;
  1508. padding:5px 5px;
  1509. color:#555;
  1510. clear:both;
  1511. background-color:#fff;
  1512. border-radius:5px;
  1513. }
  1514. #nav-single {
  1515. overflow:hidden;
  1516. margin-top:20px;
  1517. margin-bottom:20px;
  1518.  
  1519. }
  1520. .nav-previous {
  1521. float: left;
  1522. width: 50%;
  1523. }
  1524. .nav-next {
  1525. float: right;
  1526. text-align: right;
  1527. width: 50%;
  1528. }
  1529. /*Sidebar style
  1530. ====================================================*/
  1531. .sidebar {
  1532. width:100%;
  1533. padding-left:40px;
  1534. padding-top:0;
  1535. }
  1536. .sidebar .searchform input[type="text"] {
  1537. width:94%;
  1538. height:30px;
  1539. background-color:#f5f5f5;
  1540. background:#f5f5f5 url(images/searchboxbg.png) repeat-x;
  1541. padding-left:10px;
  1542. padding-right:50px;
  1543. color:#c8c6c6;
  1544. border-radius:25px;
  1545. }
  1546. .sidebar .searchform input[type="submit"] {
  1547. position:absolute;
  1548. right:-30px;
  1549. top:1px;
  1550. background:url(images/searchbtn.png) right no-repeat;
  1551. width:35px;
  1552. height:30px;
  1553. border:none;
  1554. cursor:pointer;
  1555. }
  1556. .sidebar h3 {
  1557. padding-bottom:10px;
  1558. margin-top:22px;
  1559. margin-bottom:15px;
  1560. font-size:23px;
  1561. line-height:25px;
  1562. font-weight:bold;
  1563. color:#5a5a5a;
  1564.  
  1565. }
  1566. .sidebar p {
  1567.  
  1568. text-align:left;
  1569. font-family:Georgia, "Times New Roman", Times, serif;
  1570. line-height:20px;
  1571. color:#9e9d9d;
  1572. border-bottom:solid 1px #e3e2e2;
  1573. padding-bottom:10px;
  1574. overflow:hidden;
  1575.  
  1576. }
  1577. .sidebar ul {
  1578. list-style:none;
  1579. margin-top:10px;
  1580. width:100%;
  1581. margin:0;
  1582. }
  1583. .sidebar ul li {
  1584. width:80%;
  1585. margin:0;
  1586. margin-left:0;
  1587. margin-right:0;
  1588. padding:0;
  1589. font-size:14px;
  1590. background:url(images/sidebar-plus.png) 0 12px no-repeat;
  1591. -webkit-transition:all 0.6s linear;
  1592. -moz-transition:all 0.6s linear;
  1593. -o-transition:all 0.6s linear;
  1594. -webkit-transition: -webkit-transform .2s ease-in-out;
  1595. -moz-transition: -moz-transform .2s ease-in-out;
  1596. -o-transition: -o-transform .2s ease-in-out;
  1597. transition: transform .2s ease-in-out;
  1598. padding:7px 0 7px 20px;
  1599. border-bottom:solid 1px #e3e2e2;
  1600. }
  1601. .sidebar ul ul {
  1602. padding-top: 20px;
  1603. }
  1604. .sidebar ul ul li {
  1605. border-bottom: none;
  1606. border-top:solid 1px #e3e2e2;
  1607. margin-top: 7px;
  1608. padding: 7px 0 0 20px;
  1609. }
  1610. .sidebar ul li:hover {
  1611. /*background-color:#e5e5e5;*/
  1612. background-color:#eee;
  1613. -webkit-transform: translateX(15px);
  1614. -moz-transform: translateX(15px);
  1615. -o-transform: translateX(15px);
  1616. transform: translateX(15px);
  1617. width:70%;
  1618.  
  1619. }
  1620. .sidebar ul li a {
  1621. color:#615f5f;
  1622. font-size:14px;
  1623. font-family:Georgia, "Times New Roman", Times, serif;
  1624. display: block;
  1625. }
  1626. .sidebar ul li a:hover {
  1627. color:#057eb2;
  1628.  
  1629. }
  1630. .sidebar ul ul li {
  1631. margin-left:0px;
  1632. background:url(images/sidebar-plus.png) 0 10px no-repeat;
  1633. color:#4c4a4a;
  1634. }
  1635. .sidebar img {
  1636. width:auto;
  1637. }
  1638. .sidebar ul.popular_post {
  1639. list-style-type:none;
  1640. margin:0;
  1641. padding:0;
  1642. width:90%;
  1643. }
  1644. .sidebar ul.popular_post li {
  1645. list-style:none;
  1646. font-size:12px;
  1647. color:#444342;
  1648. border:none;
  1649. background:none;
  1650. }
  1651. .sidebar ul.popular_post li:hover {
  1652. background-color:#e5e5e5;
  1653. -webkit-transform: none;
  1654. -moz-transform: none;
  1655. -o-transform: none;
  1656. transform: none;
  1657. }
  1658. .sidebar .popular_post li img {
  1659. float:left;
  1660. width:65px;
  1661. height:61px;
  1662. margin-right:10px;
  1663. margin-bottom:5px;
  1664. clear:both;
  1665. border:solid 5px #e5e5e5;
  1666. }
  1667. .sidebar .popular_post li p {
  1668. margin-bottom:5px;
  1669. padding-left:10px;
  1670. color:#444342;
  1671. font-size:12px;
  1672. border:none;
  1673. }
  1674. .sidebar .popular_post li span.date {
  1675. font-size:12px;
  1676. margin-left:0;
  1677. color:#057eb2;
  1678. }
  1679. .sidebar .popular_post li h4 {
  1680. font-size:13px;
  1681. color:#010101;
  1682. line-height:20px;
  1683. font-weight:normal;
  1684. margin:0;
  1685. padding:0;
  1686. }
  1687. .sidebar .popular_post h4 a {
  1688. color:#010101;
  1689. margin:0;
  1690. padding:0;
  1691. }
  1692. .sidebar li.fwidget {
  1693. border-bottom:1px solid #d5d5d8;
  1694. margin-bottom:10px;
  1695. margin-top:10px;
  1696. }
  1697. .sidebar li span.fwidgetlink {
  1698. color:#106ca8;
  1699. }
  1700. .sidebar ul li:first-child {
  1701. margin-top:-10px;
  1702. }
  1703. /*Search bar
  1704. ========================================*/
  1705. .searchform {
  1706. max-width:205px;
  1707. max-height:35px;
  1708. position:relative;
  1709. margin-top:10px;
  1710. }
  1711. .searchform input[type="text"] {
  1712. width:160px;
  1713. height:28px;
  1714. background:transparent;
  1715. background-color:#f5f5f5;
  1716. background:#f5f5f5 url(images/searchboxbg.png) repeat-x;
  1717. padding:0px 11px 0px 10px;
  1718. color:#999;
  1719. border:solid 3px #bfbdbd;
  1720. padding-right:35px;
  1721. border-radius:25px;
  1722. }
  1723. .searchform input[type="submit"] {
  1724. position:absolute;
  1725. right:3px;
  1726. top:1px;
  1727. background:url(images/searchbtn.png) right no-repeat;
  1728. width:35px;
  1729. height:30px;
  1730. border:none;
  1731. cursor:pointer;
  1732. }
  1733. /*footer style
  1734. =====================================================*/
  1735. .footer_top_linestrip {
  1736. background:url(images/topstrip.png) repeat-x;
  1737. height:5px;
  1738. }
  1739. .footer_wrapper_top {
  1740. width:100%;
  1741. overflow:hidden;
  1742. font-size:13px;
  1743. line-height:22px;
  1744. font-weight:normal;
  1745. color:#74726f;
  1746. background:#e3e0e0 url(images/footertopbg.png) top center no-repeat;
  1747. }
  1748. .footer_wrapper_top .footer {
  1749. padding:0;
  1750. padding-bottom:0;
  1751. overflow:hidden;
  1752. }
  1753. .footer_wrapper_top .footer p {
  1754. color:#131313;
  1755. }
  1756. .footer_wrapper_top .footer a {
  1757. color:#131313;
  1758. }
  1759. .footer_wrapper_top .footer a:hover {
  1760. color:#106ca8;
  1761. }
  1762. .footer_wrapper_top .footer_widget.first {
  1763. padding-bottom:25px;
  1764. margin-left:0;
  1765. padding-left:0;
  1766. margin-right:50px;
  1767. }
  1768. .footer_wrapper_top .footer_widget {
  1769. margin-top:5px;
  1770. padding-bottom:5px;
  1771. /*margin-left:15px;*/
  1772. margin-right:55px;
  1773. }
  1774. .footer_wrapper_top .footer_widget.last {
  1775. padding-bottom:25px;
  1776. margin-right:0;
  1777. }
  1778. .footer_wrapper_top .footer ul {
  1779. list-style:none;
  1780. list-style:disc;
  1781. list-style-position: inside;
  1782. }
  1783. .footer_wrapper_top .footer ul li {
  1784. margin-left:0;
  1785. color:#489ee7;
  1786. }
  1787. .footer_wrapper_top .footer ul ul {
  1788. margin-bottom:0;
  1789. }
  1790. .footer_wrapper_top .footer li li {
  1791. margin-left: 20px;
  1792. }
  1793. .footer_wrapper_top .footer h4 {
  1794. padding-bottom:15px;
  1795. margin-bottom:15px;
  1796. font-size:18px;
  1797. color:#333333;
  1798. font-weight:bold;
  1799. font-weight:normal;
  1800. background:url(images/footerheadbg.png) bottom repeat-x
  1801. }
  1802. .footer_wrapper_top .footer_widget img {
  1803. width:auto;
  1804. }
  1805. .footer_wrapper_bottom {
  1806. background:#e5e5e5 url(images/footerbottombg.png) top repeat-x;
  1807. overflow:hidden;
  1808. }
  1809. .social_logos {
  1810. list-style-type:none;
  1811. }
  1812. ul.social_logos li {
  1813. display:inline-block;
  1814. padding-top:15px;
  1815. margin-left:0;
  1816. margin-right:6px;
  1817. }
  1818. ul.social_logos li a {
  1819. -webkit-transition:all 0.6s linear;
  1820. -moz-transition:all 0.6s linear;
  1821. -o-transition:all 0.6s linear;
  1822. }
  1823. ul.social_logos li a:hover {
  1824. opacity: 0.2;
  1825. transform:rotate(180deg);
  1826. -moz-transform:rotate(180deg); /* Firefox 4 */
  1827. -webkit-transform:rotate(180deg); /* Safari and Chrome */
  1828. -o-transform:rotate(180deg);
  1829. }
  1830. .copyrightinfo {
  1831. color:#797878;
  1832. font-size:13px;
  1833. line-height:20px;
  1834. margin-top:15px;
  1835. margin-bottom:10px;
  1836. text-align:right;
  1837. }
  1838. .copyrightinfo a {
  1839. color:#797878;
  1840. }
  1841. .copyrightinfo a:hover {
  1842. color:#096993;
  1843. }
  1844. /*--------------------------------------------------------------------*/
  1845. /* Special Columns */
  1846. /*--------------------------------------------------------------------*/
  1847. pre {
  1848. margin: 10px 0px 15px 0px;
  1849. padding: 0 10px 0px 10px;
  1850. display: block;
  1851. clear: both;
  1852. background: #cccccc url('images/codebg.jpg');
  1853. line-height: 20px;
  1854. font-size: 11px;
  1855. border: 1px solid #cfcfcf;
  1856. -webkit-border-radius: 8px;
  1857. -moz-border-radius: 8px;
  1858. border-radius: 8px;
  1859. }
  1860. .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
  1861. float:left;
  1862. position:relative;
  1863. }
  1864. .one_third {
  1865. width:30%;
  1866. margin-right:5%;
  1867. }
  1868. .one_half {
  1869. width:48%;
  1870. margin-right:4%;
  1871. }
  1872. .one_third {
  1873. width:30%;
  1874. margin-right:5%;
  1875. }
  1876. .two_third {
  1877. width:65%;
  1878. margin-right:5%;
  1879. }
  1880. .one_fourth {
  1881. width:22%;
  1882. margin-right:4%;
  1883. }
  1884. .three_fourth {
  1885. width:74%;
  1886. margin-right:4%;
  1887. }
  1888. .col2, .col3, .col4 {
  1889. float:left;
  1890. position:relative;
  1891. }
  1892. .col3 {
  1893. width:280px;
  1894. margin-right:60px;
  1895. }
  1896. .col2 {
  1897. width:460px;
  1898. margin-right:40px;
  1899. }
  1900. .col4 {
  1901. width:210px;
  1902. margin-right:40px;
  1903. }
  1904. .last {
  1905. margin-right:0 !important;
  1906. }
  1907. /* #Wordpress Core Classes
  1908. ================================================== */
  1909. blockquote {
  1910. padding-left:60px;
  1911. min-height:40px;
  1912. background:url(images/blockqoute.png) no-repeat;
  1913. }
  1914. blockquote img {
  1915. float: left;
  1916. margin-right:15px;
  1917. }
  1918. .gallery-caption {
  1919. color: #666;
  1920. font-family: Georgia, serif;
  1921. font-size: 12px;
  1922. }
  1923. .alignnone {
  1924. margin: 5px 20px 20px 0;
  1925. display: block;
  1926. clear:both;
  1927. }
  1928. .aligncenter, div.aligncenter {
  1929. display:block;
  1930. margin: 5px auto 5px auto;
  1931. }
  1932. .alignright {
  1933. float:right;
  1934. margin: 5px 0 20px 20px;
  1935. }
  1936. .alignleft {
  1937. float:left;
  1938. margin: 5px 20px 20px 0;
  1939. }
  1940. .aligncenter {
  1941. display: block;
  1942. margin: 5px auto 5px auto;
  1943. }
  1944. a img.alignright {
  1945. float:right;
  1946. margin: 5px 0 20px 20px;
  1947. }
  1948. a img.alignnone {
  1949. margin: 5px 20px 20px 0;
  1950. }
  1951. a img.alignleft {
  1952. float:left;
  1953. margin: 5px 20px 20px 0;
  1954. }
  1955. a img.aligncenter {
  1956. display: block;
  1957. margin-left: auto;
  1958. margin-right: auto
  1959. }
  1960. .wp-caption {
  1961. background:#fff;
  1962. border:1px solid #f0f0f0;
  1963. max-width:96%;
  1964. text-align:center;
  1965. padding:8px 3px 10px;
  1966. }
  1967. .wp-caption.alignright {
  1968. margin:5px 0 20px 20px;
  1969. }
  1970. .wp-caption img {
  1971. border:0 none;
  1972. height:auto;
  1973. max-width:98.5%;
  1974. width:auto;
  1975. margin:0;
  1976. padding:0;
  1977. }
  1978. .wp-caption p.wp-caption-text {
  1979. font-size:11px;
  1980. line-height:17px;
  1981. margin:0;
  1982. padding:8px 4px 5px;
  1983. }
  1984. /*Calendar style*/
  1985. #wp-calendar caption {
  1986. text-align: center;
  1987. background: #4b5d67;
  1988. color: #fff;
  1989. border-bottom: 2px solid #e6eef7;
  1990. }
  1991. #wp-calendar {
  1992. color: #555;
  1993. width: 95%;
  1994. text-align: center;
  1995. color:fff;
  1996.  
  1997. }
  1998. #wp-calendar a {
  1999. color: #000;
  2000. }
  2001.  
  2002. .footer #wp-calendar a {
  2003. color:#fff;
  2004. }
  2005. #wp-calendar caption, #wp-calendar td, #wp-calendar th {
  2006. text-align: center;
  2007. }
  2008. #wp-calendar caption {
  2009. font-size: 11px;
  2010. font-weight: 500;
  2011. padding: 5px 0 3px 0;
  2012. text-transform: uppercase;
  2013. }
  2014. #wp-calendar th {
  2015. background: #f4f4f4;
  2016. border-top: 1px solid #ccc;
  2017. border-bottom: 1px solid #ccc;
  2018. font-weight: bold;
  2019. }
  2020. .footer #wp-calendar th {
  2021. background: #e0e0e0;
  2022. }
  2023. #wp-calendar tfoot td {
  2024. background: #f4f4f4;
  2025. border-top: 1px solid #ccc;
  2026. border-bottom: 1px solid #ccc;
  2027. color:#fff;
  2028. }
  2029. .footer #wp-calendar tbody td {
  2030. color:#000;
  2031. }
  2032. #wp-calendar tbody td {
  2033. color:c0c0c0;
  2034. }
  2035. #calendar_wrap {
  2036. display: block;
  2037. margin-bottom: 30px;
  2038. }
  2039. /*=======================================================*/
  2040. /* Responsive Dropdown Menu Style */
  2041. /*=======================================================*/
  2042. .it_mobile_menu li {
  2043. margin: 0;
  2044. }
  2045. .it_mobile_menu li a {
  2046. font-size: 12px;
  2047. text-decoration: none;
  2048. text-transform: capitalize;
  2049. text-shadow:none;
  2050. border-bottom: 1px solid #e2e0e0;
  2051. margin: 0 !important;
  2052. }
  2053. .it_mobile_menu li:last-child a {
  2054. border-bottom:none;
  2055. padding-bottom: 15px;
  2056. }
  2057. .it_mobile_menu li a:hover {
  2058. color: #2565ac;
  2059. }
  2060. .it_mobile_menu > li.current_page_item > a {
  2061. color: #2565ac;
  2062. }
  2063. #mobile_menu {
  2064. width: 318px;
  2065. border: 1px solid #e2e0e0 !important;
  2066. left: -1px;
  2067. padding: 0;
  2068. padding-bottom: 20px;
  2069. background: #f8f8f8;
  2070. top: 42px !important;
  2071. -moz-border-radius: 10px;
  2072. -webkit-border-radius: 10px;
  2073. border-radius: 10px;
  2074. border-top-left-radius: 0px;
  2075. -moz-border-radius-topleft: 0px;
  2076. border-top-right-radius: 0px;
  2077. -webkit-border-top-left-radius: 0px;
  2078. -moz-border-radius-topright: 0px;
  2079. -webkit-border-top-right-radius: 0px;
  2080. z-index: 9999px;
  2081. list-style:none;
  2082. }
  2083. #mobile_menu ul {
  2084. list-style:none;
  2085. }
  2086. .it_mobile_menu {
  2087. position: absolute;
  2088. top: 46px !important;
  2089. left: 3px;
  2090. z-index: 1000;
  2091. display: none;
  2092. text-align: left;
  2093. }
  2094. .it_mobile_menu ul {
  2095. display: block !important;
  2096. visibility: visible !important;
  2097. border-bottom: 1px solid #e2e0e0;
  2098. }
  2099. .it_mobile_menu ul li a {
  2100. margin-left:12px !important;
  2101. padding-top: 12px !important;
  2102. padding-bottom: 4px !important;
  2103. }
  2104. .it_mobile_menu ul li:last-child a {
  2105. padding-bottom: 10px !important;
  2106. }
  2107. .it_mobile_menu ul a {
  2108. border-bottom: none;
  2109. }
  2110. .mobile_nav {
  2111. color: #3B3B3B;
  2112. display: none;
  2113. background: #f8f8f8;
  2114. border: 1px solid #e2e0e0;
  2115. position: relative;
  2116. padding: 15px 22px 11px 46px;
  2117. font-size: 12px;
  2118. text-transform: uppercase;
  2119. font-weight: bold;
  2120. width:250px;
  2121. }
  2122. .mobile_nav:before, .mobile_nav:after {
  2123. content: '';
  2124. position: absolute;
  2125. top: 0;
  2126. width: 2px;
  2127. height: 100%;
  2128. }
  2129. .mobile_nav:before {
  2130. left: 0;
  2131. }
  2132. .mobile_nav:after {
  2133. right: 0;
  2134. }
  2135. .mobile_nav:hover {
  2136. text-decoration: none;
  2137. color:#3B3B3B;
  2138. }
  2139. .mobile_nav > span {
  2140. display: block;
  2141. width: 15px;
  2142. height: 10px;
  2143. background: url(images/responsive_arrow.png) no-repeat;
  2144. position: absolute;
  2145. top: 19px;
  2146. left: 63px;
  2147. -moz-transition: all 0.5s ease-in-out;
  2148. -webkit-transition: all 0.5s ease-in-out;
  2149. -o-transition: all 0.5s ease-in-out;
  2150. transition: all 0.5s ease-in-out;
  2151. }
  2152. .mobile_nav.opened > span {
  2153. -moz-transform: rotate(-180deg);
  2154. -webkit-transform: rotate(-180deg);
  2155. -o-transform: rotate(-180deg);
  2156. transform: rotate(-180deg);
  2157. }
  2158. /* Media Screen
  2159. ====================================*/
  2160.  
  2161. @media only screen and (min-width: 768px) and (max-width: 960px) {
  2162. .logo {
  2163. text-align:center;
  2164. }
  2165. .slider_container {
  2166. padding-top:25px;
  2167. width:100%;
  2168. overflow:hidden;
  2169. background:#045981 url(images/sbg.png) repeat-x;
  2170. }
  2171. .slider_info {
  2172. margin-top:15px;
  2173. margin-bottom:5px;
  2174. }
  2175. .slider_wrapper {
  2176. max-width:100%;
  2177. background:url(images/slider-shadowipad.png) no-repeat;
  2178. padding-bottom:36px;
  2179. margin-left:36px;
  2180. }
  2181. .flexslider .slides img {
  2182. width:333px;
  2183. height:224px;
  2184. }
  2185. .top_content_wrapper {
  2186. margin-top:25px;
  2187. }
  2188. .content_info {
  2189. margin-top:0;
  2190. margin-left:0;
  2191. }
  2192. .content-info-btn {
  2193. margin-left:0;
  2194. margin-right:0;
  2195. margin-top:0;
  2196. }
  2197. .contentbtn {
  2198. margin-top:0;
  2199. margin-bottom:10px;
  2200. margin-left:0;
  2201. background:#058ac6 url(images/contentbtnbg.png) repeat-x;
  2202. }
  2203. .content-info-btn a {
  2204. max-width:100%;
  2205. text-align:center;
  2206. }
  2207. .feature_inner_box {
  2208. margin-left:0;
  2209. width:96%;
  2210. }
  2211. .feature_inner_box .circle {
  2212. margin-left:0px;
  2213. width:96%;
  2214. }
  2215. .feature_inner_box .circle img {
  2216. width:94%;
  2217. }
  2218. .feature_inner_box.first {
  2219. margin-left:0;
  2220. }
  2221. .feature_inner_box.last {
  2222. margin-left:0;
  2223. }
  2224. ul.link h1 {
  2225. background:#efefef url(images/linkpanel-headbg.png) top repeat-x;
  2226. }
  2227. .linkpanel {
  2228. width:100%;
  2229. }
  2230. .contactForm input[type="submit"] {
  2231. margin-left:0;
  2232. }
  2233. .searchform input[type="text"] {
  2234. width:110px;
  2235. }
  2236. .searchform input[type="submit"] {
  2237. position:absolute;
  2238. right:30px;
  2239. top:1px;
  2240. }
  2241. .sidebar ul li {
  2242. width:77%;
  2243. }
  2244.  
  2245.  
  2246. .sidebar .searchform input[type="text"] {
  2247. width:70%;
  2248. }
  2249. .sidebar .searchform input[type="submit"] {
  2250. position:absolute;
  2251. right:10px;
  2252. top:1px;
  2253. }
  2254. }
  2255. @media only screen and (min-width: 480px) and (max-width: 767px) {
  2256. #mobile_menu {
  2257. width: 318px;
  2258. text-align:center;
  2259. margin-left:0;
  2260. }
  2261. .mobile_nav {
  2262. width:250px;
  2263. margin-bottom:0;
  2264. margin-top:0px;
  2265. }
  2266. ul.ddsmoothmenu {
  2267. display: none;
  2268. }
  2269. .it_mobile_menu a {
  2270. display: block;
  2271. padding-left:0px;
  2272. color: #3B3B3B;
  2273. padding-top: 7px;
  2274. padding-bottom: 7px;
  2275. }
  2276. .header .logo {
  2277. text-align:center;
  2278. margin: 40px 0 21px 0px;
  2279. }
  2280. .ddsmoothmenu .sub-menu {
  2281. margin-left:100px !important;
  2282. visibility:hidden;
  2283. }
  2284. .ddsmoothmenu .sub-menu li {
  2285. margin: 0 !important;
  2286. padding: 0 !important;
  2287. margin-left:200px !important;
  2288. clear:both;
  2289. left:20px;
  2290. }
  2291. .mobile_nav {
  2292. display: inline-block;
  2293. text-shadow: 1px 1px 0 #fff;
  2294. }
  2295. .ddsmoothmenu {
  2296. text-align: center;
  2297. }
  2298. li.depth-4 ul.children {
  2299. padding-left: 0;
  2300. }
  2301. #menu li {
  2302. float:none !important;
  2303. }
  2304. #MainNav {
  2305. text-align:center;
  2306. }
  2307. .mobile_nav > span {
  2308. position: absolute;
  2309. top: 19px;
  2310. left: 45px;
  2311. }
  2312. .logo {
  2313. text-align:center;
  2314. }
  2315. .menu_bar {
  2316. margin-bottom:20px;
  2317. }
  2318. .slider_container {
  2319. width:100%;
  2320. overflow:hidden;
  2321. background:#045981 url(images/sliderbgiphone.png) repeat-x;
  2322. }
  2323. .flexslider {
  2324. margin-right:100px !important;
  2325. margin-left:0;
  2326. }
  2327. .slider_wrapper {
  2328. width:93%;
  2329. background:url(images/slider-shadow.png) right bottom no-repeat;
  2330. background-position:center;
  2331. }
  2332. .content_info {
  2333. text-align:center;
  2334.  
  2335. }
  2336. .content-info-btn {
  2337. margin-left:0px;
  2338. margin-right:0px;
  2339. text-align:center;
  2340. }
  2341. .contentbtn {
  2342. margin-top:20px;
  2343. margin-bottom:5px;
  2344. margin-left:0;
  2345. float:none;
  2346. }
  2347. .feature_inner_box {
  2348. margin-left:0;
  2349. text-align:center;
  2350. margin-left:140px;
  2351. }
  2352.  
  2353.  
  2354. .feature_inner_box.first {
  2355. margin-left:0;
  2356. margin-right:0;
  2357. margin-left:140px;
  2358. }
  2359. .feature_inner_box.last {
  2360. margin-left:0;
  2361. margin-right:0;
  2362. margin-left:140px;
  2363. }
  2364. .feature_inner_box .circle {
  2365. /*margin-left:0px;*/
  2366. }
  2367. .linkpanel {
  2368. margin-top:0;
  2369. margin-left:-30px;
  2370. margin-bottom:25px;
  2371. }
  2372. .contactForm input[type="submit"] {
  2373. margin-left:0;
  2374. }
  2375. .sidebar {
  2376. width:100%;
  2377. padding:0;
  2378. margin-left:0;
  2379. padding-left:0;
  2380. }
  2381. .social_logos {
  2382. margin:0 auto;
  2383. text-align:center;
  2384. }
  2385. .footer_wrapper_top .first.footer_widget {
  2386. padding-bottom:25px;
  2387. margin-left:0;
  2388. padding-left:0;
  2389. }
  2390. .footer_wrapper_top .footer_widget {
  2391. padding-bottom:25px;
  2392. padding-left:0;
  2393. padding-right:0;
  2394. }
  2395. .footer_wrapper_top .last.footer_widget {
  2396. padding-bottom:25px;
  2397. padding-left:0;
  2398. padding-right:0;
  2399. }
  2400. .copyrightinfo {
  2401. text-align:center;
  2402. }
  2403. }
  2404. @media only screen and (max-width: 480px) {
  2405. #mobile_menu {
  2406. width: 276px;
  2407. text-align:center;
  2408. margin-left:0;
  2409. }
  2410. .mobile_nav {
  2411. width:208px;
  2412. margin-bottom:0;
  2413. margin-top:0px;
  2414. }
  2415. ul.ddsmoothmenu {
  2416. display: none;
  2417. }
  2418. .it_mobile_menu a {
  2419. display: block;
  2420. padding-left:0px;
  2421. color: #3B3B3B;
  2422. padding-top: 7px;
  2423. padding-bottom: 7px;
  2424. }
  2425. .ddsmoothmenu .sub-menu {
  2426. margin-left:100px !important;
  2427. visibility:hidden;
  2428. }
  2429. .ddsmoothmenu .sub-menu li {
  2430. margin: 0 !important;
  2431. padding: 0 !important;
  2432. margin-left:200px !important;
  2433. clear:both;
  2434. left:20px;
  2435. }
  2436. .mobile_nav {
  2437. display: inline-block;
  2438. text-shadow: 1px 1px 0 #fff;
  2439. }
  2440. .mobile_nav > span {
  2441. position: absolute;
  2442. top: 19px;
  2443. left: 30px;
  2444. }
  2445. .ddsmoothmenu {
  2446. text-align: center;
  2447. }
  2448. li.depth-4 ul.children {
  2449. padding-left: 0;
  2450. }
  2451. #menu li {
  2452. float:none !important;
  2453. }
  2454. #MainNav {
  2455. text-align:center;
  2456. }
  2457. .logo {
  2458. text-align:center;
  2459. }
  2460. .menu_bar {
  2461. margin-bottom:20px;
  2462. }
  2463. .slider_container {
  2464. width:100%;
  2465. overflow:hidden;
  2466. background:#045981 url(images/sliderbgiphone.png) repeat-x;
  2467. }
  2468. .slider_info {
  2469. text-align:center;
  2470. }
  2471. .slider_wrapper {
  2472. width:100%;
  2473. background:url(images/slider-shadow-iphone.png)no-repeat;
  2474. padding-bottom:36px;
  2475. }
  2476. .flexslider {
  2477. margin-right:100px !important;
  2478. margin-left:0;
  2479. }
  2480. .flexslider .slides img {
  2481. width:249px;
  2482. height:224px;
  2483. }
  2484. .content_info {
  2485. text-align:center;
  2486. margin-left:0px;
  2487. }
  2488. .content-info-btn {
  2489. margin-right:0px;
  2490. margin-top:20px;
  2491. /*float:left;*/
  2492. text-align:center;
  2493. overflow:hidden;
  2494. display:block;
  2495.  
  2496. }
  2497. .contentbtn {
  2498. margin-top:10px;
  2499. margin-bottom:5px;
  2500. margin-left:0;
  2501. text-align:center;
  2502. margin-right:35px;
  2503. margin-left:35px;
  2504.  
  2505. }
  2506. .feature_inner_box {
  2507. margin-left:40px;
  2508. }
  2509. .feature_inner_box.first {
  2510. margin-left:40px;
  2511. }
  2512. .feature_inner_box.last {
  2513. margin-left:40px;
  2514. }
  2515. .feature_inner_box .circle {
  2516. margin-left:0px;
  2517. }
  2518. .linkpanel {
  2519. margin-top:0;
  2520. width:100%;
  2521. margin-left:0;
  2522. margin-bottom:25px;
  2523. }
  2524. .link {
  2525. text-align:left;
  2526. margin-left:0;
  2527. }
  2528. ul.link h1 {
  2529. background:#efefef url(images/linkpanel-headbg-iphone.png) top repeat;
  2530. }
  2531. .content-bar .post_content img.postimg {
  2532. padding:2%;
  2533. background-image:url(images/postbg.png) repeat;
  2534. }
  2535. .content-bar .post.single .post_content img {
  2536. height:auto;
  2537. background-image:url(images/postbg.png) repeat;
  2538. padding:2%;
  2539. }
  2540. .contactForm input[type="submit"] {
  2541. margin-left:0;
  2542. }
  2543. .contactForm textarea {
  2544. width:20%;
  2545. }
  2546. .sidebar {
  2547. width:100%;
  2548. padding:0;
  2549. margin-left:0;
  2550. padding-left:0;
  2551. }
  2552. .social_logos {
  2553. text-align:center;
  2554. }
  2555. .footer_wrapper_top .footer_widget.first {
  2556. padding-bottom:25px;
  2557. margin-left:0;
  2558. padding-left:0;
  2559. }
  2560. .footer_wrapper_top .footer_widget {
  2561. padding-bottom:25px;
  2562. padding-left:0;
  2563. padding-right:0;
  2564. }
  2565. .footer_wrapper_top .footer_widget.last {
  2566. padding-bottom:25px;
  2567. padding-left:0;
  2568. padding-right:0;
  2569. }
  2570. .copyrightinfo {
  2571. text-align:center;
  2572. }
  2573. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement