Advertisement
deliciousthemes

Line - Responsive CSS

Sep 15th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.88 KB | None | 0 0
  1. /*
  2. * Responsive layout for Line - 7th of September 2012
  3. */
  4.  
  5. .select-menu {
  6.     color:#999;
  7. }
  8.  
  9. .select-menu {
  10.     display:none;
  11. }
  12.  
  13. /* Table of Contents
  14. ==================================================
  15.  
  16.     #Mobile - 240px
  17.     #Mobile - 320px
  18.     #Mobile - 480px
  19.     #Tablet - 768px
  20.     */
  21.  
  22.  
  23. /* #Mobile - 240px
  24. ================================================== */
  25.  
  26. @media only screen and (max-width: 319px) {
  27.        
  28.     .one-half { width: 220px; }
  29.     .one-third { width: 220px; }
  30.     .two-third { width: 220px; }
  31.     .one-fourth { width: 220px; }
  32.     .three-fourth { width:220px; }
  33.     .one-sixth { width: 220px; }
  34.     .five-sixth { width: 220px }
  35.  
  36.     .one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
  37.         position: relative;
  38.         clear:both;
  39.         float: left;   
  40.         margin-right:0;
  41.     }
  42.  
  43.     .percent-one-half { width: 220px; }
  44.     .percent-one-third { width: 220px; }
  45.     .percent-two-third { width: 220px; }
  46.     .percent-one-fourth { width: 220px; }
  47.     .percent-three-fourth { width: 220px; }
  48.     .percent-one-fifth { width: 220px; }
  49.     .percent-two-fifth { width: 220px; }
  50.     .percent-three-fifth { width: 220px; }
  51.     .percent-four-fifth { width: 220px; }
  52.     .percent-one-sixth { width: 220px; }
  53.     .percent-five-sixth { width: 220px; }
  54.  
  55.     .percent-one-half, .percent-one-third, .percent-two-third, .percent-three-fourth, .percent-one-fourth, .percent-one-fifth, .percent-two-fifth,
  56.     .percent-three-fifth, .percent-four-fifth, .percent-one-sixth, .percent-five-sixth {
  57.         position: relative;
  58.         margin-right: 0;
  59.         float: left;
  60.         min-height:1px;
  61.         margin-bottom:20px;
  62.     }
  63.  
  64.     #posts img {
  65.         width: 100%;
  66.         height: auto;
  67.     }
  68.    
  69.     .homepage-services {
  70.         width:100%;
  71.     }  
  72.        
  73.     html #wrapper {
  74.         width:240px;
  75.         margin:0 auto;
  76.     }
  77.  
  78.     html #header {
  79.         width:220px;
  80.        
  81.     }      
  82.    
  83.     html #footer {
  84.         width:240px;
  85.     }
  86.  
  87.     #header .one-fourth {
  88.         width:240px;
  89.     }
  90.  
  91.     .centered-wrapper {
  92.         width:220px;
  93.         padding:0 10px;
  94.     }  
  95.  
  96.     .logo {
  97.         text-align: center;
  98.     }
  99.  
  100.     .logo img {
  101.         display:inherit;
  102.         margin:0 auto;
  103.         top:25px;
  104.         position:relative;
  105.     }
  106.  
  107.     #navigation {
  108.         float:none;
  109.         margin-bottom:30px;
  110.     }
  111.  
  112.     ul#mainnav {
  113.         display:none;
  114.     }
  115.  
  116.     .select-menu {
  117.         display:block;
  118.         clear:both;
  119.         margin:5px auto;
  120.         padding:5px 10px;
  121.         width:200px;
  122.     }  
  123.  
  124.     .nivo {
  125.        
  126.     }
  127.    
  128.     .nivo img {
  129.    
  130.     }
  131.    
  132.     .nivo-caption {
  133.         display:block !important;
  134.         position:relative;
  135.         clear:both;
  136.         width:100%;
  137.         height:auto;
  138.     }
  139.     a.nivo-nextNav, a.nivo-prevNav {
  140.         top:0;
  141.     }  
  142.     .nivo-controlNav {
  143.         display:none;
  144.     }
  145.    
  146.     .slider-wrapper {
  147.         height:auto;
  148.         margin-bottom:10px;
  149.     }
  150.    
  151.     .intro {
  152.         padding: 55px 10px;
  153.         width: 200px;
  154.     }
  155.  
  156.     h3.service {
  157.         margin-bottom:10px;
  158.     }
  159.  
  160.     .service-item {
  161.         margin-bottom:25px;
  162.         border-bottom:1px solid #efefef;
  163.     }
  164.  
  165.     #topfooter h3 {
  166.         margin-bottom:10px;
  167.     }
  168.  
  169.     #topfooter .one-fourth {
  170.         margin-bottom:30px;
  171.     }
  172.  
  173.     #flickr .flickr-item {
  174.         margin: 0 3px 4px 0;
  175.     }
  176.  
  177.     #bottomfooter p {
  178.         float: none;
  179.         text-align: center;
  180.     }
  181.  
  182.     ul#social {
  183.         float: none;
  184.         text-align: center;
  185.         margin-bottom:30px;
  186.     }
  187.  
  188.     ul#social li {
  189.         display: inline-block;
  190.     }
  191.  
  192.     .jcarousel-container-horizontal {
  193.         width: 220px;
  194.         clear: both;
  195.         margin-left: 0px;
  196.     }
  197.  
  198.     .jcarousel-clip-horizontal {
  199.         width: 220px;
  200.         height: 150px;
  201.     }
  202.    
  203.     .jcarousel-item {
  204.         width: 208px;
  205.         height: 138px;
  206.         display: block;
  207.         position: relative;
  208.         padding: 5px;
  209.         background: white;
  210.         border: 1px solid #EFEFEF;
  211.         border-radius: 2px;
  212.     }  
  213.    
  214.     .jcarousel-item img {
  215.         width:100%;
  216.     }
  217.    
  218.     span.caption {
  219.         line-height:34px;
  220.     }
  221.    
  222.     .featured-sidebar {
  223.         width:220px;
  224.         margin-bottom:30px;
  225.         text-align:center; 
  226.     }
  227.    
  228.     .featured-sidebar ul li {
  229.         background:none !important;
  230.         width:220px;
  231.     }
  232.    
  233.     .featured-sidebar ul li a {
  234.         width:200px !important;
  235.     }
  236.    
  237.     .page-title {
  238.         width: 220px;
  239.         padding: 0 0 30px;
  240.     }
  241.    
  242.     .search-form {
  243.         display:none;
  244.     }
  245.    
  246.     .page-title h2 {
  247.         margin-bottom:0;
  248.         text-align:center;
  249.     }
  250.    
  251.     .pricing-column {
  252.         width:220px;
  253.         margin-bottom:20px;
  254.     }
  255.  
  256.     .package-value, .package-features, .signup {
  257.         border-left:1px solid #DBDBDB;
  258.     }
  259.    
  260.     .normal-table {
  261.         overflow:hidden;
  262.         width: 220px;
  263.         display: block;
  264.     }
  265.    
  266.     .t-page .testimonial-item {
  267.         width:180px !important;
  268.     }
  269.    
  270.     ul#testimonials-carousel .testimonial-item {
  271.         width:180px;
  272.     }  
  273.    
  274.     li.table-6 {
  275.         width:100%;
  276.         float:left;
  277.     }
  278.  
  279.     li.table-5 {
  280.         width:100%;
  281.         float:left;
  282.     }
  283.     li.table-4 {
  284.         width:100%;
  285.         float:left;
  286.     }
  287.  
  288.     li.table-3 {
  289.         width:100%;
  290.         float:left;
  291.     }
  292.  
  293.     li.table-2 {
  294.         width:100%;
  295.         float:left;
  296.     }
  297.  
  298.     .column-body ul li {
  299.         border-right: 1px solid #efefef;
  300.     }
  301.  
  302.     .column  .column-header {
  303.         border-left: 0 none;
  304.         border-top: 1px solid #EFEFEF;
  305.     }
  306.  
  307.     .column {
  308.         margin-top:20px;
  309.     }
  310.  
  311.     .pricing-table .last-column .column-header, .pricing-table .last-column .column-body ul {
  312.         border-right: 0 none;
  313.     }
  314.  
  315.     .pricing-table .no-border {
  316.         display: none;
  317.     }
  318.  
  319.     .team-details {
  320.         float: none;
  321.         margin-right: 0;
  322.         width: auto;
  323.         text-align: center;
  324.     }
  325.  
  326.     .team-avatar {
  327.         float: none;
  328.         width: auto;
  329.         text-align:center;
  330.     }
  331.  
  332.     .team-twitter, .team-facebook, .team-linkedin {
  333.         float: none;
  334.     }
  335.  
  336.     .team-text h3 {
  337.         text-align:center;
  338.     }
  339.  
  340.     h1 {
  341.         font-size:24px;
  342.         line-height:30px;
  343.         margin-bottom:13px;
  344.     }
  345.  
  346.     h2 {
  347.         font-size:18px;
  348.         line-height:24px;  
  349.         margin-bottom:20px;
  350.     }
  351.  
  352.     h3 {
  353.         font-size:16px;
  354.         line-height:22px;
  355.     }
  356.  
  357.     h4 {
  358.         font-size:12px;
  359.         line-height:20px;
  360.     }
  361.  
  362.     .space {
  363.         height:30px;
  364.     }
  365.  
  366.     .toggle-view h3 {
  367.         padding: 7px 20px 7px 10px;
  368.     }
  369.  
  370.     blockquote {
  371.         font-size: 14px;
  372.         font-style: italic;
  373.         line-height:24px;
  374.         margin: 10px 20px;
  375.         padding: 0 0 5px 10px;
  376.     }
  377.  
  378.     ul.tabs li a {
  379.         padding:0 10px;
  380.     }
  381.  
  382.     ul#filters {
  383.         overflow:hidden;
  384.         float: none;
  385.         clear: both;
  386.         text-align: left;
  387.         margin-top: 10px;
  388.     }
  389.  
  390.     ul#filters li {
  391.         display: inline;
  392.         margin: 0 1px 5px 0;
  393.         float: left;
  394.     }
  395.  
  396.     #portfolio-wrapper .four-columns li, #portfolio-wrapper .three-columns li, #portfolio-wrapper .two-columns li  {
  397.         width: 208px;
  398.     }
  399.  
  400.     #portfolio-wrapper .four-columns img, #portfolio-wrapper .three-columns img, #portfolio-wrapper .two-columns img {
  401.         width: 100%;
  402.         height: auto;
  403.     }
  404.  
  405.     #posts .pagenav {
  406.         margin-bottom:50px;
  407.     }
  408.  
  409.     .slides_container {
  410.         width:220px;
  411.     }
  412.  
  413.     .slides_container div.slide {
  414.         width:220px;
  415.     }
  416.  
  417.     #slides .caption {
  418.         display:none;
  419.     }
  420.  
  421.     #slides {
  422.         margin-bottom:20px;
  423.     }  
  424.     .slide iframe, .slide embed {
  425.         width:210px;
  426.         height:auto;
  427.     }
  428.    
  429.     #slides .next, #slides .prev {
  430.         top:35%;
  431.     }  
  432.    
  433.     .slides_container div.slide img {
  434.         width:210px;
  435.         height:auto;
  436.     }
  437.    
  438.     .pagination {
  439.         bottom:20px;
  440.     }
  441.    
  442.     .single-portfolio-nav {
  443.         overflow:hidden;
  444.         margin-bottom:30px;
  445.     }  
  446.  
  447.     body.single-portfolio #crumbs {
  448.         display:none;
  449.     }
  450.  
  451.     #posts {
  452.         width:220px;
  453.         margin-right:0px;
  454.     }
  455.  
  456.     .post-thumbnail img {
  457.         width:220px;
  458.         height:auto;
  459.     }
  460.     .video-thumbnail iframe, .video-thumbnail embed {
  461.         width:220px;
  462.         height:auto;
  463.     }
  464.  
  465.     .meta {
  466.         clear:both;
  467.         width:220px;
  468.         margin-right:0px;
  469.         border-bottom:1px solid #efefef;
  470.         padding-bottom:10px;
  471.         margin-bottom:10px;
  472.     }
  473.  
  474.     .meta p {
  475.         float:left;
  476.         margin-right:20px;
  477.     }
  478.  
  479.     .excerpt {
  480.         clear:both;
  481.         width:220px;
  482.         float:none;
  483.     }
  484.  
  485.     #sidebar {
  486.         width:220px;
  487.     }
  488.  
  489.  
  490.     #posts .post-content img {
  491.         width:210px;
  492.         height:auto;
  493.         margin-bottom:10px;
  494.     }
  495.    
  496.     .author-bio {
  497.         padding:15px;
  498.     }
  499.  
  500.     .authorp {
  501.         width:100%;
  502.     }
  503.  
  504.     .authorp h2 {
  505.         font-size:14px;
  506.     }
  507.  
  508.     .author-bio img {
  509.         margin: 0 15px 0 0;
  510.     }
  511.     .commentwrap {
  512.         margin: 0 0 0 80px;
  513.     }
  514.  
  515.     #commentform {
  516.         width:220px;
  517.     }
  518.  
  519.     #commentform input[type="text"], #commentform textarea, .contactform input[type="text"] {
  520.         width: 198px;
  521.         padding: 5px 10px;
  522.         font-size: 12px;
  523.     }
  524.  
  525.     .contactform input[type="submit"] {
  526.         width:220px;
  527.     }
  528.  
  529.     #posts .avatar img {
  530.         width:60px;
  531.         height:60px;
  532.     }
  533.  
  534.     .contact-map iframe {
  535.         width:220px;
  536.     }
  537.  
  538.     .post img {
  539.         width:220px;
  540.         height:auto;
  541.     }
  542.  
  543.     #posts .author-bio img {
  544.         width:60px;
  545.         height:60px;
  546.     }
  547.     .contact-info {
  548.         margin-bottom:30px;
  549.     }
  550.    
  551.     .single-post .widget {
  552.         margin-top:40px;
  553.         margin-bottom:0px;
  554.     }  
  555.  
  556.     .separator {
  557.         width:100%;
  558.         height:1px;
  559.         clear:both;
  560.         margin:30px 0;
  561.         display:inline-block;
  562.     }
  563.  
  564.     .double-separator {
  565.         width:100%;
  566.         height:1px;
  567.         clear:both;
  568.         margin:30px 0;
  569.     }
  570.  
  571.     #footer .double-separator {
  572.         margin:40px 0;
  573.     }
  574.    
  575.     #topfooter .one-third {
  576.         margin-bottom:30px;
  577.     }  
  578.    
  579.     #bottomfooter {
  580.         margin-top:10px;
  581.     }
  582.    
  583.     ul#social {
  584.         margin:30px 0 10px;
  585.     }
  586.  
  587. }
  588.  
  589.    
  590. /*  #Mobile - 320px
  591. ================================================== */
  592.  
  593. @media only screen and (min-width: 320px) and (max-width: 479px) {
  594.  
  595.     .one-half { width: 300px; }
  596.     .one-third { width: 300px; }
  597.     .two-third { width: 300px; }
  598.     .one-fourth { width: 300px; }
  599.     .three-fourth { width:300px; }
  600.     .one-sixth { width: 300px; }
  601.     .five-sixth { width: 300px }
  602.  
  603.     .one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
  604.         position: relative;
  605.         clear:both;
  606.         float: left;   
  607.         margin-right:0;
  608.     }
  609.  
  610.     .percent-one-half { width: 300px; }
  611.     .percent-one-third { width: 300px; }
  612.     .percent-two-third { width: 300px; }
  613.     .percent-one-fourth { width: 300px; }
  614.     .percent-three-fourth { width: 300px; }
  615.     .percent-one-fifth { width: 300px; }
  616.     .percent-two-fifth { width: 300px; }
  617.     .percent-three-fifth { width: 300px; }
  618.     .percent-four-fifth { width: 300px; }
  619.     .percent-one-sixth { width: 300px; }
  620.     .percent-five-sixth { width: 300px; }
  621.  
  622.     .percent-one-half, .percent-one-third, .percent-two-third, .percent-three-fourth, .percent-one-fourth, .percent-one-fifth, .percent-two-fifth,
  623.     .percent-three-fifth, .percent-four-fifth, .percent-one-sixth, .percent-five-sixth {
  624.         position: relative;
  625.         margin-right: 0;
  626.         float: left;
  627.         min-height:1px;
  628.         margin-bottom:20px;
  629.     }
  630.    
  631.     .homepage-services {
  632.         width:100%;
  633.     }
  634.    
  635.     .page-template-default #posts img {
  636.         width: 100%;
  637.         height: auto;
  638.     }
  639.  
  640.     html #wrapper {
  641.         width:320px;
  642.         margin:0 auto;
  643.     }
  644.  
  645.     html #header {
  646.         width:300px;
  647.        
  648.     }      
  649.    
  650.     html #footer {
  651.         width:320px;
  652.     }  
  653.  
  654.     #header .one-fourth {
  655.         width:320px;
  656.     }
  657.  
  658.     .centered-wrapper {
  659.         width:300px;
  660.         padding:0 10px;
  661.     }  
  662.  
  663.     .logo {
  664.         text-align: center;
  665.     }
  666.  
  667.     .logo img {
  668.         display:inherit;
  669.         margin:0 auto;
  670.         top:25px;
  671.         position:relative;
  672.     }
  673.  
  674.     #navigation {
  675.         float:none;
  676.         margin-bottom:30px;
  677.     }
  678.  
  679.     ul#mainnav {
  680.         display:none;
  681.     }
  682.  
  683.     .select-menu {
  684.         display:block;
  685.         clear:both;
  686.         margin:5px auto;
  687.         padding:5px 10px;
  688.         width:240px;
  689.     }  
  690.  
  691.     .nivo {
  692.        
  693.     }
  694.    
  695.     .nivo img {
  696.    
  697.     }
  698.    
  699.     .nivo-caption {
  700.         display:block !important;
  701.         position:relative;
  702.         clear:both;
  703.         width:100%;
  704.         height:auto;
  705.     }
  706.     a.nivo-nextNav, a.nivo-prevNav {
  707.         top:0;
  708.     }  
  709.     .nivo-controlNav {
  710.         display:none;
  711.     }
  712.    
  713.     .slider-wrapper {
  714.         height:auto;
  715.         margin-bottom:10px;
  716.     }
  717.    
  718.     .intro {
  719.         padding: 55px 10px;
  720.         width: 280px;
  721.     }
  722.  
  723.     h3.service {
  724.         margin-bottom:10px;
  725.     }
  726.  
  727.     .service-item {
  728.         margin-bottom:25px;
  729.         border-bottom:1px solid #efefef;
  730.     }
  731.  
  732.     #topfooter h3 {
  733.         margin-bottom:10px;
  734.     }
  735.  
  736.     #flickr .flickr-item {
  737.         margin: 0 3px 4px 0;
  738.     }
  739.  
  740.     #bottomfooter p {
  741.         float: none;
  742.         text-align: center;
  743.     }
  744.  
  745.     ul#social {
  746.         float: none;
  747.         text-align: center;
  748.         margin-bottom:30px;
  749.     }
  750.  
  751.     ul#social li {
  752.         display: inline-block;
  753.     }
  754.  
  755.     .jcarousel-container-horizontal {
  756.         clear: both;
  757.         width:300px;
  758.     }
  759.  
  760.     .jcarousel-clip-horizontal {
  761.         width: 300px;
  762.         height: 200px;
  763.     }
  764.  
  765.     .featured-sidebar {
  766.         width:300px;
  767.         margin-bottom:30px;
  768.         text-align:center; 
  769.     }
  770.    
  771.     .featured-sidebar ul li {
  772.         background:none !important;
  773.         width:300px;
  774.     }
  775.    
  776.     .featured-sidebar ul li a {
  777.         width:280px !important;
  778.     }
  779.    
  780.     .page-title {
  781.         width: 300px;
  782.         padding: 0 0 30px;
  783.     }
  784.    
  785.     .search-form {
  786.         display:none;
  787.     }
  788.    
  789.     .page-title h2 {
  790.         margin-bottom:0;
  791.         text-align:center;
  792.     }
  793.    
  794.     .pricing-column {
  795.         width:300px;
  796.         margin-bottom:20px;
  797.     }
  798.  
  799.     .package-value, .package-features, .signup {
  800.         border-left:1px solid #DBDBDB;
  801.     }
  802.    
  803.     .normal-table {
  804.         overflow: hidden;
  805.         width: 300px;
  806.         display: block;
  807.     }
  808.    
  809.     .t-page .testimonial-item {
  810.         width:260px !important;
  811.     }
  812.    
  813.     ul#testimonials-carousel .testimonial-item {
  814.         width:260px;
  815.     }
  816.    
  817.     li.table-6 {
  818.         width:100%;
  819.         float:left;
  820.     }
  821.  
  822.     li.table-5 {
  823.         width:100%;
  824.         float:left;
  825.     }
  826.  
  827.     li.table-4 {
  828.         width:100%;
  829.         float:left;
  830.     }
  831.  
  832.     li.table-3 {
  833.         width:100%;
  834.         float:left;
  835.     }
  836.  
  837.     li.table-2 {
  838.         width:100%;
  839.         float:left;
  840.     }
  841.  
  842.     .column-body ul li {
  843.         border-right: 1px solid #efefef;
  844.     }
  845.  
  846.     .column  .column-header {
  847.         border-left: 0 none;
  848.         border-top: 1px solid #EFEFEF;
  849.     }
  850.  
  851.     .column {
  852.         margin-top:20px;
  853.     }
  854.  
  855.     .pricing-table .last-column .column-header, .pricing-table .last-column .column-body ul {
  856.         border-right: 0 none;
  857.     }
  858.  
  859.     .pricing-table .no-border {
  860.         display: none;
  861.     }
  862.  
  863.     ul#filters {
  864.         overflow:hidden;
  865.         float: none;
  866.         clear: both;
  867.         text-align: left;
  868.         margin-top: 10px;
  869.     }
  870.  
  871.     ul#filters li {
  872.         display: inline;
  873.         margin: 0 10px 5px 0;
  874.         float: left;
  875.     }
  876.  
  877.     #portfolio-wrapper .four-columns li, #portfolio-wrapper .three-columns li, #portfolio-wrapper .two-columns li  {
  878.         width: 288px;
  879.     }
  880.  
  881.     #portfolio-wrapper .four-columns img, #portfolio-wrapper .three-columns img, #portfolio-wrapper .two-columns img {
  882.         width: 100%;
  883.         height: auto;
  884.     }
  885.  
  886.     .slides_container {
  887.         width:300px;
  888.     }
  889.  
  890.     .slides_container div.slide {
  891.         width:300px;
  892.     }
  893.    
  894.     #slides .caption {
  895.         display:none;
  896.     }
  897.    
  898.     #slides {
  899.         margin-bottom:20px;
  900.     }  
  901.    
  902.     .slide iframe, .slide embed {
  903.         width:290px;
  904.         height:auto;
  905.     }
  906.    
  907.     .slides_container div.slide img {
  908.         width:290px;
  909.         height:auto;
  910.     }
  911.    
  912.     .pagination {
  913.         bottom:20px;
  914.     }
  915.    
  916.     .single-portfolio-nav {
  917.         overflow:hidden;
  918.         margin-bottom:30px;
  919.     }
  920.  
  921.     #posts {
  922.         width:300px;
  923.         margin-right:0px;
  924.     }
  925.  
  926.     .post-thumbnail img {
  927.         width:290px;
  928.         height:auto;
  929.     }
  930.    
  931.     .video-thumbnail iframe, .video-thumbnail embed {
  932.         width:300px;
  933.         height:auto;
  934.     }
  935.    
  936.     .widget {
  937.         margin-bottom:0;
  938.         margin-top:30px;
  939.     }
  940.  
  941.     .meta {
  942.         clear:both;
  943.         width:300px;
  944.         margin-right:0px;
  945.         border-bottom:1px solid #efefef;
  946.         padding-bottom:10px;
  947.         margin-bottom:10px;
  948.     }
  949.  
  950.     .meta p {
  951.         float:left;
  952.         margin-right:20px;
  953.     }
  954.    
  955.     .meta span {
  956.         margin-right:16px;
  957.     }
  958.  
  959.     .excerpt {
  960.         clear:both;
  961.         width:300px;
  962.         float:none;
  963.     }
  964.  
  965.     #sidebar {
  966.         width:300px;
  967.     }
  968.  
  969.     .post .post-content img {
  970.         width:290px;
  971.         height:auto;
  972.         margin-bottom:10px;
  973.     }
  974.    
  975.     .author-bio {
  976.         padding:15px;
  977.     }
  978.  
  979.     .authorp {
  980.         width:185px;
  981.     }
  982.  
  983.     .authorp h2 {
  984.         font-size:14px;
  985.     }
  986.  
  987.     .author-bio img {
  988.         margin: 0 15px 0 0;
  989.     }
  990.    
  991.     #posts .avatar img {
  992.         width:60px;
  993.         height:60px;
  994.     }
  995.  
  996.     #commentform {
  997.         width:300px;
  998.     }
  999.  
  1000.     #commentform input[type="text"] {
  1001.         width: 278px;
  1002.         padding: 5px 10px;
  1003.         font-size: 12px;
  1004.     }
  1005.     #commentform textarea {
  1006.         width:278px;
  1007.         padding: 5px 10px;
  1008.     }
  1009.  
  1010.     .contact-info {
  1011.         margin-bottom:30px;
  1012.     }
  1013.    
  1014.     .contact-map iframe {
  1015.         width:300px;
  1016.     }
  1017.  
  1018.     .post img {
  1019.         width:290px;
  1020.         height:auto;
  1021.     }
  1022.    
  1023.     .single-post .widget {
  1024.         margin-top:40px;
  1025.         margin-bottom:0px;
  1026.     }  
  1027.  
  1028.     #posts .author-bio img {
  1029.         width:60px;
  1030.         height:60px;
  1031.     }
  1032.  
  1033.     #posts .pagenav {
  1034.         margin-bottom:50px;
  1035.     }
  1036.    
  1037.     #topfooter .one-third {
  1038.         margin-bottom:30px;
  1039.     }  
  1040.    
  1041.     #bottomfooter {
  1042.         margin-top:10px;
  1043.     }
  1044.    
  1045.     ul#social {
  1046.         margin:30px 0 10px;
  1047.     }
  1048.  
  1049. }
  1050.  
  1051.  
  1052. /* #Mobile - 480px
  1053. ================================================== */
  1054.  
  1055. @media only screen and (min-width: 480px) and (max-width: 767px) {
  1056.    
  1057.     .one-half { width: 460px; }
  1058.     .one-third { width: 460px; }
  1059.     .two-third { width: 460px; }
  1060.     .one-fourth { width: 460px; }
  1061.     .three-fourth { width:460px; }
  1062.     .one-sixth { width: 460px; }
  1063.     .five-sixth { width: 460px }
  1064.  
  1065.     .one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
  1066.         position: relative;
  1067.         clear:both;
  1068.         float: left;   
  1069.         margin-right:0;
  1070.     }
  1071.  
  1072.     .percent-one-half { width: 460px; }
  1073.     .percent-one-third { width: 460px; }
  1074.     .percent-two-third { width: 460px; }
  1075.     .percent-one-fourth { width: 460px; }
  1076.     .percent-three-fourth { width: 460px; }
  1077.     .percent-one-fifth { width: 460px; }
  1078.     .percent-two-fifth { width: 460px; }
  1079.     .percent-three-fifth { width: 460px; }
  1080.     .percent-four-fifth { width: 460px; }
  1081.     .percent-one-sixth { width: 460px; }
  1082.     .percent-five-sixth { width: 460px; }
  1083.  
  1084.     .percent-one-half, .percent-one-third, .percent-two-third, .percent-three-fourth, .percent-one-fourth, .percent-one-fifth, .percent-two-fifth,
  1085.     .percent-three-fifth, .percent-four-fifth, .percent-one-sixth, .percent-five-sixth {
  1086.         position: relative;
  1087.         margin-right: 0;
  1088.         float: left;
  1089.         min-height:1px;
  1090.         margin-bottom:20px;
  1091.     }
  1092.  
  1093.     .page-template-default #posts img {
  1094.         width: 100%;
  1095.         height: auto;
  1096.     }
  1097.    
  1098.     .homepage-services {
  1099.         width:100%;
  1100.     }
  1101.  
  1102.     html #wrapper {
  1103.         width:480px;
  1104.         margin:0 auto;
  1105.     }
  1106.  
  1107.     html #header {
  1108.         width:460px;
  1109.        
  1110.     }  
  1111.  
  1112.     html #footer {
  1113.         width:480px;
  1114.     }      
  1115.  
  1116.     #header .one-fourth {
  1117.         width:480px;
  1118.     }
  1119.  
  1120.     .centered-wrapper {
  1121.         width:460px;
  1122.         padding:0 10px;
  1123.     }  
  1124.  
  1125.     .logo {
  1126.         text-align: center;
  1127.     }
  1128.  
  1129.     .logo img {
  1130.         left:50%;
  1131.         margin-left:-25%;
  1132.     }
  1133.  
  1134.     #navigation {
  1135.         float:none;
  1136.         margin-bottom: 30px
  1137.     }
  1138.  
  1139.     ul#mainnav {
  1140.         display:none;
  1141.     }
  1142.  
  1143.     .select-menu {
  1144.         display:block;
  1145.         clear:both;
  1146.         margin:5px auto;
  1147.         padding:5px 10px;
  1148.         width:360px;
  1149.     }  
  1150.  
  1151.     .nivo {
  1152.        
  1153.     }
  1154.    
  1155.     .nivo img {
  1156.    
  1157.     }
  1158.    
  1159.     .nivo-caption {
  1160.         display:block !important;
  1161.         position:relative;
  1162.         clear:both;
  1163.         width:100%;
  1164.         height:auto;
  1165.     }
  1166.     a.nivo-nextNav, a.nivo-prevNav {
  1167.         top:0;
  1168.     }  
  1169.     .nivo-controlNav {
  1170.         display:none;
  1171.     }
  1172.    
  1173.     .slider-wrapper {
  1174.         height:auto;
  1175.         margin-bottom:10px;
  1176.     }
  1177.    
  1178.     .intro {
  1179.         padding: 55px 10px;
  1180.         width: 440px;
  1181.     }
  1182.  
  1183.     h3.service {
  1184.         margin-bottom:10px;
  1185.     }
  1186.  
  1187.     .service-item {
  1188.         margin-bottom:25px;
  1189.         border-bottom:1px solid #efefef;
  1190.     }
  1191.  
  1192.     #topfooter h3 {
  1193.         margin-bottom:10px;
  1194.     }
  1195.  
  1196.     #flickr .flickr-item {
  1197.         margin: 0 3px 4px 0;
  1198.     }
  1199.  
  1200.     #bottomfooter p {
  1201.         float: none;
  1202.         text-align: center;
  1203.     }
  1204.  
  1205.  
  1206.     ul#social {
  1207.         float: none;
  1208.         text-align: center;
  1209.         margin-bottom:30px;
  1210.     }
  1211.  
  1212.     ul#social li {
  1213.         display: inline-block;
  1214.     }
  1215.  
  1216.     .jcarousel-container-horizontal {
  1217.         clear: both;
  1218.         width:460px;
  1219.     }
  1220.  
  1221.     .jcarousel-clip-horizontal {
  1222.         width: 460px;
  1223.  
  1224.     }
  1225.    
  1226.     .jcarousel-item {
  1227.         width:207px;
  1228.         height:140px;
  1229.     }
  1230.    
  1231.     .jcarousel-item img {
  1232.         width: 100%;
  1233.     }
  1234.    
  1235.     .featured-sidebar {
  1236.         width:460px;
  1237.         margin-bottom:50px;
  1238.         text-align:center;
  1239.     }
  1240.    
  1241.     .featured-sidebar ul li {
  1242.         background:none !important;
  1243.         width:460px;
  1244.     }
  1245.    
  1246.     .featured-sidebar ul li a {
  1247.         width:440px !important;
  1248.     }
  1249.    
  1250.     .page-title {
  1251.         width: 460px;
  1252.         padding: 0 0 30px;
  1253.     }
  1254.    
  1255.     .search-form {
  1256.         display:none;
  1257.     }
  1258.    
  1259.     .page-title h2 {
  1260.         margin-bottom:0;
  1261.         text-align:center;
  1262.     }
  1263.    
  1264.     .pricing-column {
  1265.         width:460px;
  1266.         margin-bottom:20px;
  1267.     }
  1268.  
  1269.     .package-value, .package-features, .signup {
  1270.         border-left:1px solid #DBDBDB;
  1271.     }
  1272.    
  1273.     .normal-table {
  1274.         overflow: hidden;
  1275.         width: 460px;
  1276.         display: block;
  1277.     }
  1278.    
  1279.     .t-page .testimonial-item {
  1280.         width:420px !important;
  1281.     }
  1282.    
  1283.     ul#testimonials-carousel .testimonial-item {
  1284.         width:420px;
  1285.     }  
  1286.  
  1287.     li.table-6 {
  1288.         width:100%;
  1289.         float:left;
  1290.     }
  1291.  
  1292.     li.table-5 {
  1293.         width:100%;
  1294.         float:left;
  1295.     }
  1296.  
  1297.     li.table-4 {
  1298.         width:100%;
  1299.         float:left;
  1300.     }
  1301.  
  1302.     li.table-3 {
  1303.         width:100%;
  1304.         float:left;
  1305.     }
  1306.  
  1307.     li.table-2 {
  1308.         width:100%;
  1309.         float:left;
  1310.     }
  1311.  
  1312.     .column-body ul li {
  1313.         border-right: 1px solid #efefef;
  1314.     }
  1315.  
  1316.     .column  .column-header {
  1317.         border-left: 0 none;
  1318.         border-top: 1px solid #EFEFEF;
  1319.     }
  1320.  
  1321.     .column {
  1322.         margin-top:20px;
  1323.     }
  1324.  
  1325.     .pricing-table .last-column .column-header, .pricing-table .last-column .column-body ul {
  1326.         border-right: 0 none;
  1327.     }
  1328.  
  1329.     .pricing-table .no-border {
  1330.         display: none;
  1331.     }
  1332.  
  1333.  
  1334.     ul#filters {
  1335.         overflow:hidden;
  1336.         float: none;
  1337.         clear: both;
  1338.         text-align: left;
  1339.         margin-top: 10px;
  1340.     }
  1341.  
  1342.     ul#filters li {
  1343.         display: inline;
  1344.         margin: 0 1px 5px 0;
  1345.         float: left;
  1346.     }
  1347.  
  1348.     #portfolio-wrapper .four-columns li, #portfolio-wrapper .three-columns li, #portfolio-wrapper .two-columns li  {
  1349.         width: 448px;
  1350.     }
  1351.  
  1352.     #portfolio-wrapper .four-columns img, #portfolio-wrapper .three-columns img, #portfolio-wrapper .two-columns img {
  1353.         width: 100%;
  1354.         height: auto;
  1355.     }
  1356.  
  1357.     .slides_container {
  1358.         width:460px;
  1359.     }
  1360.  
  1361.     .slides_container div.slide {
  1362.         width:460px;
  1363.     }
  1364.  
  1365.     #slides .caption {
  1366.         display:none;
  1367.     }
  1368.  
  1369.     #slides {
  1370.         margin-bottom:20px;
  1371.     }  
  1372.    
  1373.     .slide iframe, .slide embed {
  1374.         width:450px;
  1375.         height:auto;
  1376.     }
  1377.     .slides_container div.slide img {
  1378.         width:450px;
  1379.         height:auto;
  1380.     }
  1381.    
  1382.     .pagination {
  1383.         bottom:20px;
  1384.     }
  1385.    
  1386.     .single-portfolio-nav {
  1387.         overflow:hidden;
  1388.         margin-bottom:30px;
  1389.     }
  1390.  
  1391.     #posts {
  1392.         width:460px;
  1393.         margin-right:0px;
  1394.     }
  1395.  
  1396.     .post-thumbnail img {
  1397.         width:450px;
  1398.         height:auto;
  1399.     }
  1400.    
  1401.     .video-thumbnail iframe, .video-thumbnail embed {
  1402.         width:460px;
  1403.         height:auto;
  1404.     }
  1405.    
  1406.     .widget {
  1407.         margin-bottom:0;
  1408.         margin-top:30px;
  1409.     }
  1410.  
  1411.     .meta {
  1412.         clear:both;
  1413.         width:460px;
  1414.         margin-right:0px;
  1415.         border-bottom:1px solid #efefef;
  1416.         padding-bottom:10px;
  1417.         margin-bottom:10px;
  1418.     }
  1419.  
  1420.     .meta p {
  1421.         float:left;
  1422.         margin-right:20px;
  1423.     }
  1424.  
  1425.     .excerpt {
  1426.         clear:both;
  1427.         width:460px;
  1428.         float:none;
  1429.     }
  1430.  
  1431.     #sidebar {
  1432.         width:460px;
  1433.     }
  1434.  
  1435.     .sidebar-post h5 {
  1436.         width: 300px;
  1437.     }
  1438.  
  1439.     .post-content img {
  1440.         width:460px;
  1441.         height:auto;
  1442.     }
  1443.  
  1444.     .author-bio {
  1445.         padding:15px;
  1446.     }
  1447.  
  1448.     .authorp {
  1449.         width:340px;
  1450.     }
  1451.  
  1452.     .authorp h2 {
  1453.         font-size:14px;
  1454.     }
  1455.  
  1456.     .author-bio img {
  1457.         margin: 0 15px 0 0;
  1458.     }
  1459.  
  1460.     #commentform {
  1461.         width:460px;
  1462.     }
  1463.  
  1464.     #commentform input[type="text"], #commentform textarea, .contactform input[type="text"] {
  1465.         width: 428px;
  1466.         padding: 7px 15px;
  1467.         font-size: 12px;
  1468.     }
  1469.  
  1470.     #crumbs {
  1471.         height:auto;
  1472.     }
  1473.  
  1474.     .contact-info {
  1475.         margin-bottom:30px;
  1476.     }
  1477.     .contact-map iframe {
  1478.         width:460px;
  1479.     }
  1480.  
  1481.     .post img {
  1482.         width:450px;
  1483.         height:auto;
  1484.     }
  1485.     #posts .avatar img {
  1486.         width:60px;
  1487.         height:60px;
  1488.     }
  1489.     #flickr {
  1490.         width:450px;
  1491.     }
  1492.    
  1493.     .single-post .widget {
  1494.         margin-top:40px;
  1495.         margin-bottom:0px;
  1496.     }  
  1497.  
  1498.     #posts .author-bio img {
  1499.         width:60px;
  1500.         height:60px;
  1501.     }
  1502.  
  1503.     #posts .pagenav {
  1504.         margin-bottom:50px;
  1505.     }
  1506.    
  1507.     #topfooter .one-third {
  1508.         margin-bottom:30px;
  1509.     }  
  1510.    
  1511.     #bottomfooter {
  1512.         margin-top:10px;
  1513.     }
  1514.    
  1515.     ul#social {
  1516.         margin:30px 0 10px;
  1517.     }
  1518.  
  1519. }
  1520.  
  1521.  
  1522.  
  1523. /* #Tablet - 768px
  1524. ================================================== */
  1525.  
  1526. @media only screen and (min-width: 768px) and (max-width: 1023px) {
  1527.  
  1528.     .one-half { width: 364px; }
  1529.     .one-third { width: 30.66%; }
  1530.     .two-third { width: 65.33%; }
  1531.     .one-fourth { width: 364px; }
  1532.     .three-fourth { width: 364px; }
  1533.     .one-fifth { width: 16.8%; }
  1534.     .two-fifth { width: 37.6%; }
  1535.     .three-fifth { width: 58.4%; }
  1536.     .four-fifth { width: 67.2%; }
  1537.     .one-sixth { width: 13.33%; }
  1538.     .five-sixth { width: 82.67%; }
  1539.  
  1540.     .one-half,
  1541.     .one-third,
  1542.     .two-third,
  1543.     .three-fourth,
  1544.     .one-fourth,
  1545.     .one-fifth,
  1546.     .two-fifth,
  1547.     .three-fifth,
  1548.     .four-fifth,
  1549.     .one-sixth,
  1550.     .five-sixth {
  1551.         position: relative;
  1552.         margin-right: 20px;
  1553.         float: left;
  1554.         min-height:1px;
  1555.     }
  1556.  
  1557.     .percent-one-half { width: 48%; }
  1558.     .percent-one-third { width: 30.66%; }
  1559.     .percent-two-third { width: 65.33%; }
  1560.     .percent-one-fourth { width: 22%; }
  1561.     .percent-three-fourth { width: 74%; }
  1562.     .percent-one-fifth { width: 16.8%; }
  1563.     .percent-two-fifth { width: 37.6%; }
  1564.     .percent-three-fifth { width: 58.4%; }
  1565.     .percent-four-fifth { width: 67.2%; }
  1566.     .percent-one-sixth { width: 13.33%; }
  1567.     .percent-five-sixth { width: 82.67%; }
  1568.  
  1569.     .percent-one-half,
  1570.     .percent-one-third,
  1571.     .percent-two-third,
  1572.     .percent-three-fourth,
  1573.     .percent-one-fourth,
  1574.     .percent-one-fifth,
  1575.     .percent-two-fifth,
  1576.     .percent-three-fifth,
  1577.     .percent-four-fifth,
  1578.     .percent-one-sixth,
  1579.     .percent-five-sixth {
  1580.         position: relative;
  1581.         margin-right: 4%;
  1582.         float: left;
  1583.         min-height:1px;
  1584.     }
  1585.  
  1586.     .page-template-template-features-php .one-fourth, .page-template-template-features-php .three-fourth  {
  1587.         width:748px;
  1588.         clear:both;
  1589.         margin:0;
  1590.     }
  1591.    
  1592.     .homepage-services {
  1593.         width:768px;
  1594.     }
  1595.        
  1596.     html #wrapper {
  1597.         width:768px;
  1598.         margin:0 auto;
  1599.     }
  1600.  
  1601.     html #header {
  1602.         width:748px;
  1603.        
  1604.     }      
  1605.    
  1606.     html #footer {
  1607.         width:768px;
  1608.     }      
  1609.  
  1610.     .centered-wrapper {
  1611.         width:748px;
  1612.         padding:0 10px;
  1613.     }  
  1614.  
  1615.     .logo {
  1616.         float:left;
  1617.     }
  1618.  
  1619.     .logo img {
  1620.  
  1621.     }
  1622.  
  1623.     #navigation {
  1624.         float:none;
  1625.         margin-bottom:30px;
  1626.         overflow:hidden;
  1627.     }
  1628.  
  1629.     ul#mainnav {
  1630.         display:none;
  1631.     }
  1632.    
  1633.     .services .one-third {
  1634.         width:748px;
  1635.         clear:both;
  1636.         margin-right:0px;
  1637.     }
  1638.     .select-menu {
  1639.         display:block;
  1640.         clear:both;
  1641.         float:right;
  1642.         margin:5px 0;
  1643.         padding:5px 10px;
  1644.         width:380px;
  1645.     }  
  1646.  
  1647.     .nivo {
  1648.        
  1649.     }
  1650.    
  1651.     .nivo img {
  1652.    
  1653.     }
  1654.    
  1655.     .nivo-caption {
  1656.  
  1657.     }
  1658.    
  1659.     .nivo-controlNav {
  1660.  
  1661.     }
  1662.    
  1663.     .slider-wrapper {
  1664.         height:auto;
  1665.     }
  1666.    
  1667.     .intro {
  1668.         padding: 55px 10px;
  1669.         width: 728px;
  1670.     }
  1671.  
  1672.     h3.service {
  1673.         margin-bottom:10px;
  1674.     }
  1675.  
  1676.     .service-item {
  1677.         margin-bottom:35px;
  1678.         border-bottom:1px solid #efefef;
  1679.         padding-bottom:10px;
  1680.     }
  1681.  
  1682.     #topfooter h3 {
  1683.         margin-bottom:10px;
  1684.     }
  1685.  
  1686.     #topfooter .one-fourth, .page-template-template-features-php #topfooter .one-fourth {
  1687.         margin-bottom:30px;
  1688.         margin-left:10px;
  1689.         margin-right:0px;
  1690.         overflow:hidden;
  1691.         height:170px;
  1692.         width:364px;
  1693.         clear:none;
  1694.         float:left;
  1695.     }
  1696.  
  1697.     #flickr .flickr-item {
  1698.         margin: 0 3px 4px 0;
  1699.     }
  1700.  
  1701.     #bottomfooter p {
  1702.         float: left;
  1703.     }
  1704.  
  1705.     ul#social {
  1706.         float: right;
  1707.     }
  1708.  
  1709.     ul#social li {
  1710.         display: inline-block;
  1711.     }
  1712.  
  1713.     .jcarousel-container-horizontal {
  1714.         width: 748px;
  1715.         clear: both;
  1716.         margin-left: 0px;
  1717.     }
  1718.  
  1719.     .jcarousel-clip-horizontal {
  1720.         width: 748px;
  1721.         height: auto;
  1722.     }
  1723.    
  1724.     .jcarousel-item {
  1725.         width:224px;
  1726.         height:153px;
  1727.     }
  1728.    
  1729.     .jcarousel-item img {
  1730.         width:100%;
  1731.         height:auto;
  1732.     }
  1733.    
  1734.     .page-title {
  1735.         width: 748px;
  1736.         padding: 0;
  1737.     }
  1738.    
  1739.     .pricing-column {
  1740.         width:187px;
  1741.     }
  1742.    
  1743.     .featured-page .one-fourth {
  1744.         width:170px;
  1745.     }
  1746.    
  1747.     .featured-sidebar {
  1748.         width:165px;
  1749.     }
  1750.    
  1751.     .featured-sidebar li {
  1752.         width:165px;
  1753.     }
  1754.    
  1755.     .featured-sidebar li a {
  1756.         width:145px;
  1757.     }  
  1758.    
  1759.     .featured-sidebar ul li.selected {
  1760.         width:180px;
  1761.         background: url(../images/featured-arrow.png) no-repeat scroll 165px center;       
  1762.     }  
  1763.    
  1764.     .featured-sidebar ul li.selected a {
  1765.         width:145px;
  1766.     }  
  1767.    
  1768.     .featured-page .three-fourth {
  1769.         width:558px;
  1770.         float:left;
  1771.     }
  1772.    
  1773.     .page-title .two-third , #header .one-third{
  1774.         margin-right:4%;
  1775.     }
  1776.    
  1777.     .t-page .testimonial-item {
  1778.         width:228px !important;
  1779.     }
  1780.    
  1781.     ul#testimonials-carousel .testimonial-item {
  1782.         width:228px;
  1783.     }  
  1784.  
  1785.     .homepage-testimonials .testimonial-item {
  1786.         width:190px !important;
  1787.     }
  1788.    
  1789.     ul#filters {
  1790.         overflow:hidden;
  1791.         float: none;
  1792.         clear: both;
  1793.         text-align: left;
  1794.         margin-top: 10px;
  1795.     }
  1796.  
  1797.     ul#filters li {
  1798.         display: inline;
  1799.         margin: 0 10px 5px 0;
  1800.         float: left;
  1801.     }
  1802.  
  1803.     #portfolio-wrapper .four-columns li, #portfolio-wrapper .three-columns li, #portfolio-wrapper .two-columns li  {
  1804.         width: 352px;
  1805.     }
  1806.  
  1807.     #portfolio-wrapper .four-columns img, #portfolio-wrapper .three-columns img, #portfolio-wrapper .two-columns img {
  1808.         width: 100%;
  1809.         height: auto;
  1810.     }
  1811.     .portfolio-single .percent-three-fourth, .portfolio-single .percent-one-fourth {
  1812.         width: 100%;
  1813.         margin: 0;
  1814.         margin-bottom: 20px;
  1815.         clear: both;
  1816.     }
  1817.  
  1818.     ul.tabs li a {
  1819.         padding: 0 15px;
  1820.     }
  1821.  
  1822.     .slides_container {
  1823.         width:738px;
  1824.     }
  1825.  
  1826.     .slides_container div.slide {
  1827.         width:738px;
  1828.     }
  1829.    
  1830.     #slides {
  1831.         margin-bottom:30px;
  1832.     }
  1833.    
  1834.     #slides .next, #slides .prev {
  1835.         top:45%;
  1836.     }  
  1837.    
  1838.     #slides .caption {
  1839.         display:none;
  1840.     }
  1841.    
  1842.     .slide iframe, .slide embed {
  1843.         width:100%;
  1844.         height:400px;
  1845.     }
  1846.    
  1847.     .single-portfolio-nav {
  1848.         overflow:hidden;
  1849.         margin-bottom:30px;
  1850.     }
  1851.    
  1852.     .slides_container div.slide img {
  1853.         width:738px;
  1854.         height:auto;
  1855.     }
  1856.  
  1857.     #posts {
  1858.         width:748px;
  1859.         margin-right:0px;
  1860.     }
  1861.  
  1862.     .post-thumbnail img {
  1863.         width:738px;
  1864.         height:auto;
  1865.     }
  1866.    
  1867.     .video-thumbnail {
  1868.         width:100%;
  1869.     }
  1870.    
  1871.     #flickr {
  1872.         width:748px;
  1873.     }
  1874.    
  1875.     .video-thumbnail iframe, .video-thumbnail embed {
  1876.         width:100%;
  1877.     }
  1878.  
  1879.     .meta {
  1880.         clear:both;
  1881.         width:748px;
  1882.         margin-right:0px;
  1883.         border-bottom:1px solid #efefef;
  1884.         padding-bottom:10px;
  1885.         margin-bottom:10px;
  1886.     }
  1887.  
  1888.     .meta p {
  1889.         float:left;
  1890.         margin-right:20px;
  1891.     }
  1892.  
  1893.     .excerpt {
  1894.         clear:both;
  1895.         width:748px;
  1896.         float:none;
  1897.     }
  1898.  
  1899.     #sidebar {
  1900.         width:748px;
  1901.     }
  1902.  
  1903.     .sidebar-post h5 {
  1904.         width: 300px;
  1905.     }
  1906.  
  1907.     .post-content img {
  1908.         height:auto;
  1909.     }
  1910.  
  1911.     .author-bio {
  1912.         padding:15px;
  1913.     }
  1914.  
  1915.     .authorp {
  1916.         width:630px;
  1917.     }
  1918.  
  1919.     .authorp h2 {
  1920.         font-size:18px;
  1921.     }
  1922.  
  1923.     .author-bio img {
  1924.         margin: 0 15px 0 0;
  1925.     }
  1926.  
  1927.     #commentform {
  1928.         width:748px;
  1929.     }
  1930.    
  1931.     #commentform input[type="text"] {
  1932.         width: 197px;
  1933.         padding: 7px 15px;
  1934.         font-size: 12px;   
  1935.     }
  1936.    
  1937.     #commentform textarea {
  1938.         width:725px;
  1939.     }
  1940.    
  1941.     .contactform input[type="text"] {
  1942.         width: 139px;
  1943.         padding: 7px 15px;
  1944.         font-size: 12px;
  1945.     }
  1946.  
  1947.     .widget {
  1948.         margin-top:40px;
  1949.         margin-bottom:0px;
  1950.     }
  1951.  
  1952.     .contact-map iframe {
  1953.         width:748px;
  1954.     }
  1955.  
  1956.     .post img {
  1957.         height:auto;
  1958.     }
  1959.  
  1960.     #posts .author-bio img {
  1961.         width:60px;
  1962.         height:60px;
  1963.     }
  1964.  
  1965.     #posts .pagenav {
  1966.         margin-bottom:50px;
  1967.     }
  1968.  
  1969. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement