yoneth

Cleanco - Custom CSS

Jul 9th, 2015
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.72 KB | None | 0 0
  1. body{height: 100%;}
  2. @media (min-width: 991px) {
  3.     #dt-menu > ul > li > a {
  4.         font-weight:400;
  5.         text-transform:uppercase;
  6.     }
  7.     #dt-menu.dt-menu-middle {
  8.         top:25px;
  9.     }
  10. }
  11. div#head-page #dt-menu.dt-menu-middle ul li.logo-desktop a {
  12.     top:30px;
  13. }
  14. @media (min-width:768px) {
  15.     .dt-contact-form .half-right-padding {padding-right:6px;}
  16.     .dt-contact-form .half-left-padding {padding-left:6px;}
  17. }    .section-hilite .dt-iconboxes.layout-7  i {font-size:3.5em;color:#fff;}
  18.     .section-hilite .dt-iconboxes.layout-7 .text-box h4 {margin-bottom:0;font-size:14px;}
  19.     .section-hilite .dt-iconboxes.layout-7 .text-box h3 {font-size:20px;}
  20.     .section-hilite .dt-iconboxes.layout-7 .text-box {margin-left:70px;}
  21. @media (min-width:1024px) {
  22.     .section-hilite .wpb_column {border-left:1px solid rgba(255,255,255, 0.2)}
  23.     .section-hilite .wpb_column:first-child {border:0;}
  24. }
  25. @media (max-width:480px) {
  26.     .info-box > div {
  27.         padding-left:0!important;    
  28.     }
  29. }
  30. .section-heading-thin-border:after {height:1px;}
  31.  
  32. .bottom-aligned .equal-height {display:table-cell!important;float:none!important;vertical-align:bottom;}
  33. .bottom-aligned .size-lg {font-size:4em;}
  34.  
  35. .icon-5em i {font-size: 5em;}
  36.  
  37. .circle-image {
  38.     border-radius:50%;
  39.     -webkit-border-radius:50%;
  40.     display:inline-block;
  41.     overflow: hidden;
  42.     z-index:99;
  43.     position:relative;
  44. }
  45.  
  46. /* Safari 7.1-8.0 */
  47.  
  48. @media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
  49.     .circle-image.hover-type-text img.vc_box_circle {(;
  50.         border-radius:0!important;
  51.     );}
  52.     .circle-image.hover-type-text {(;
  53.         border-radius:0!important;
  54.     );}
  55. }
  56. _::-webkit-full-page-media, _:future,:root .circle-image.hover-type-text {  border-radius:0!important; }
  57. _::-webkit-full-page-media, _:future,:root .circle-image.hover-type-text img.vc_box_circle {  border-radius:0!important; }
  58.  
  59.  
  60. @media (max-width:1269px) {
  61.   .wpb_row .bottom-aligned .wpb_column {
  62.     height:auto!important;
  63.     width:100%!important;
  64.     float:left!important;
  65.     margin-bottom:20px!important;;
  66.   }
  67.   .bottom-aligned h3, .bottom-aligned p{
  68.     text-align:center!important;
  69.   }
  70.   .bottom-aligned * {
  71.     margin:0 auto!important;
  72.   }
  73. }
  74.  
  75. /*Circle Zoomed Image*/
  76. .circle-image .text-hover {
  77.     border-radius:50%;
  78. }
  79.  
  80. /*Footer Icon transparent*/
  81. .footer-page-copyright .dt-social li {background: transparent;}
  82. .footer-page-copyright .dt-social li a  {color:#ddd;}
  83.  
  84. /*Centering Copyright at small device resolution*/
  85. @media (max-width:767px) {
  86.  .footer-page-copyright * {text-align:center!important;}  
  87. }
  88. /*Hide Shop category Description*/
  89. .product-category .text-description {display:none!important;}
Add Comment
Please, Sign In to add comment