EduardET

old

Jan 30th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.24 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_top_search {
  53.     margin: 6px 20px 0 22px;
  54. }
  55. #et-info {
  56.     float: right !important;
  57. }
  58. .et_pb_fullwidth_portfolio_carousel .meta>a {
  59.     pointer-events: none;
  60. }
  61. .et-social-facebook a:before {
  62.     color: #1c3f87;
  63. }
  64. .et-social-twitter a:before {
  65.     color: #149df1;
  66. }
  67. #et-info-email:before {
  68.     color: #7c7c7c;
  69. }
  70. .et-social-google-plus a:before {
  71.     color: #dd4439;
  72. }
  73. .et-social-rss a:before {
  74.     color: #f08c01;
  75. }
  76. @media (max-width:980px) {
  77.     .et_header_style_left #logo {
  78.         max-height: 80px;
  79.         max-width: 100%;
  80.     }
  81. }
  82. @media (max-width:1100px) {
  83.     .et_header_style_left .logo_container {
  84.         height: 75%!important;
  85.     }
  86. }
  87. #et-top-navigation {
  88.     padding-left: 00px;
  89. }
  90. @media screen (max-width:980px) {
  91.     .et_header_style_left #logo {
  92.         width: 24% !important;
  93.     }
  94. }
  95. @media (max-width: 980px) {
  96.     header#main-header {
  97.         height: 115px !important;
  98.     }
  99.    
  100.     .et_header_style_left #logo {
  101.         max-height: 115px !important;
  102.     }
  103. }
  104. div#et-top-navigation {
  105.     padding-left: 0 !important;
  106. }
  107. @media only screen and (max-width:1000px) {
  108.     #et_mobile_nav_menu {
  109.         display: block !important;
  110.     }
  111.    
  112.     #top-menu {
  113.         display: none !important;
  114.     }
  115. }
  116. #top-menu li li a {
  117.     font-size: 18px!important;
  118. }
  119. @media (min-width:1000px) and (max-width:1300px) {
  120.     .et_fixed_nav #main-header,
  121.     .et_fixed_nav #top-header {
  122.         position: absolute !important;
  123.     }
  124. }
  125. @media only screen and ( min-width: 981px) {
  126.     .et_pb_gallery_grid .et_pb_gallery_item {
  127.         width: 31.33% !important;
  128.     }
  129.    
  130.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n) {
  131.         margin-right: 3% !important;
  132.     }
  133.    
  134.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(3n) {
  135.         margin-right: 0 !important;
  136.     }
  137.    
  138.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) {
  139.         clear: none !important;
  140.     }
  141.    
  142.     .et_pb_gallery_grid .et_pb_gallery_item:nth-child(3n+1) {
  143.         clear: left !important;
  144.     }
  145. }
  146. .et_mobile_menu {
  147.     top: 8em;
  148. }
  149. .mobile_menu_bar:before {
  150.     font-weight: bold;
  151. }
  152. li.et-social-icon.et-social-gps a {
  153.     background: url("http://www.molinacaballero.com/pruebas/wp-content/uploads/2017/11/GPS.png");
  154.     height: 18px;
  155.     width: 19px;
  156.     background-size: contain;
  157.     background-repeat: no-repeat;
  158. }
  159. @media (max-width: 767px) {
  160.     #et-info .et-social-icons {
  161.         display: inline-block;
  162.     }
  163. }
Advertisement
Add Comment
Please, Sign In to add comment