EduardET

New css code

Jan 30th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.10 KB | None | 0 0
  1. .et_search_outer {
  2.     width: 100% !important;
  3.     background: #fff;
  4.     top: 100px;
  5. }
  6.  
  7. .et_header_style_left .et-search-form,
  8. .et_header_style_split .et-search-form {
  9.     width: 100% !important;
  10.     max-width: none !important;
  11. }
  12.  
  13. .container.et_search_form_container {
  14.     transition: .5s;
  15. }
  16.  
  17. .container.et_search_form_container:not(.et_pb_search_visible) {
  18.     height: 1px !important;
  19. }
  20.  
  21. #et-info {
  22.     display: block !important;
  23.     float: none !important;
  24.     text-align: center !important;
  25. }
  26.  
  27.  
  28. }
  29. @media(min-width:981px) {
  30.     .custom_same_blog .et_pb_post {
  31.         max-height: 700px;
  32.         height: 600px;
  33.     }
  34. }
  35. .nav li:last-child ul {
  36.     right: 0;
  37. }
  38. #et_search_icon:before {
  39.     border: 2px solid grey;
  40.     padding: 2px;
  41. }
  42. .et-search-field {
  43.     border: 1px solid!important;
  44.     margin: 0 auto;
  45.     height: 80px;
  46. }
  47. @media (min-width: 1280px) {
  48.     nav#top-menu-nav {
  49.         margin-right: 60px;
  50.     }
  51. }
  52. #et-info {
  53.     float: right !important;
  54. }
  55. .et_pb_fullwidth_portfolio_carousel .meta>a {
  56.     pointer-events: none;
  57. }
  58. .et-social-facebook a:before {
  59.     color: #1c3f87;
  60. }
  61. .et-social-twitter a:before {
  62.     color: #149df1;
  63. }
  64. #et-info-email:before {
  65.     color: #7c7c7c;
  66. }
  67. .et-social-google-plus a:before {
  68.     color: #dd4439;
  69. }
  70. .et-social-rss a:before {
  71.     color: #f08c01;
  72. }
  73. @media (max-width:980px) {
  74.     .et_header_style_left #logo {
  75.         max-height: 80px;
  76.         max-width: 100%;
  77.     }
  78. }
  79. @media (max-width:1100px) {
  80.     .et_header_style_left .logo_container {
  81.         height: 75%!important;
  82.     }
  83. }
  84. #et-top-navigation {
  85.     padding-left: 00px;
  86. }
  87. @media screen (max-width:980px) {
  88.     .et_header_style_left #logo {
  89.         width: 24% !important;
  90.     }
  91. }
  92. div#et-top-navigation {
  93.     padding-left: 0 !important;
  94. }
  95. @media only screen and (max-width:1000px) {
  96.     #et_mobile_nav_menu {
  97.         display: block !important;
  98.     }
  99.    
  100.     #top-menu {
  101.         display: none !important;
  102.     }
  103. }
  104. #top-menu li li a {
  105.     font-size: 18px!important;
  106. }
  107. @media (min-width:1000px) and (max-width:1300px) {
  108.     .et_fixed_nav #main-header,
  109.     .et_fixed_nav #top-header {
  110.         position: absolute !important;
  111.     }
  112. }
  113. @media only screen and ( min-width: 981px) {
  114.     .et_pb_gallery_grid .et_pb_gallery_item {
  115.         width: 31.33% !important;
  116.     }
  117.    
  118.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n) {
  119.         margin-right: 3% !important;
  120.     }
  121.    
  122.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(3n) {
  123.         margin-right: 0 !important;
  124.     }
  125.    
  126.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) {
  127.         clear: none !important;
  128.     }
  129.    
  130.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(3n+1) {
  131.         clear: left !important;
  132.     }
  133. }
  134. .et_mobile_menu {
  135.     top: 8em;
  136. }
  137. .mobile_menu_bar:before {
  138.     font-weight: bold;
  139. }
  140. li.et-social-icon.et-social-gps a {
  141.     background: url("http://www.molinacaballero.com/pruebas/wp-content/uploads/2017/11/GPS.png");
  142.     height: 18px;
  143.     width: 19px;
  144.     background-size: contain;
  145.     background-repeat: no-repeat;
  146. }
  147. @media (max-width: 767px) {
  148.     #et-info .et-social-icons {
  149.         display: inline-block;
  150.     }
  151. }
  152. @media (max-width: 500px) {
  153.     #main-header {
  154.         padding: 20px 0;
  155.     }
  156. }
Advertisement
Add Comment
Please, Sign In to add comment