49d3c301 by Jeff Balicki

search mobile

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c479fcff
...@@ -16670,7 +16670,7 @@ html:lang(fr-FR) .fr-only { ...@@ -16670,7 +16670,7 @@ html:lang(fr-FR) .fr-only {
16670 font-weight: 700; 16670 font-weight: 700;
16671 line-height: 24px !important; 16671 line-height: 24px !important;
16672 font-size: 30px !important; 16672 font-size: 30px !important;
16673 text-transform: uppercase; 16673 text-transform: none;
16674 } 16674 }
16675 @media screen and (max-width: 768px) { 16675 @media screen and (max-width: 768px) {
16676 .sh1 { 16676 .sh1 {
...@@ -16724,6 +16724,7 @@ html:lang(fr-FR) .fr-only { ...@@ -16724,6 +16724,7 @@ html:lang(fr-FR) .fr-only {
16724 padding: 12px 45px 11px 45px; 16724 padding: 12px 45px 11px 45px;
16725 margin: auto; 16725 margin: auto;
16726 margin-top: 28px; 16726 margin-top: 28px;
16727 border-radius: 40px !important;
16727 } 16728 }
16728 #search-wrapper .btn.filter.apply-filters:after, #search-wrapper .wpcf7 input.filter.apply-filters[type=submit]:after, .wpcf7 #search-wrapper input.filter.apply-filters[type=submit]:after, #search-wrapper .woocommerce-notices-wrapper .woocommerce-message a.filter.apply-filters.button:after, .woocommerce-notices-wrapper .woocommerce-message #search-wrapper a.filter.apply-filters.button:after, #search-wrapper .woocommerce-info a.filter.apply-filters.button:after, .woocommerce-info #search-wrapper a.filter.apply-filters.button:after { 16729 #search-wrapper .btn.filter.apply-filters:after, #search-wrapper .wpcf7 input.filter.apply-filters[type=submit]:after, .wpcf7 #search-wrapper input.filter.apply-filters[type=submit]:after, #search-wrapper .woocommerce-notices-wrapper .woocommerce-message a.filter.apply-filters.button:after, .woocommerce-notices-wrapper .woocommerce-message #search-wrapper a.filter.apply-filters.button:after, #search-wrapper .woocommerce-info a.filter.apply-filters.button:after, .woocommerce-info #search-wrapper a.filter.apply-filters.button:after {
16729 display: none; 16730 display: none;
...@@ -16743,6 +16744,7 @@ html:lang(fr-FR) .fr-only { ...@@ -16743,6 +16744,7 @@ html:lang(fr-FR) .fr-only {
16743 } 16744 }
16744 #search-wrapper #search-sidebar { 16745 #search-wrapper #search-sidebar {
16745 flex-direction: column; 16746 flex-direction: column;
16747 margin-bottom: 50px;
16746 } 16748 }
16747 @media screen and (max-width: 950px) { 16749 @media screen and (max-width: 950px) {
16748 #search-wrapper #search-sidebar { 16750 #search-wrapper #search-sidebar {
...@@ -16814,7 +16816,7 @@ html:lang(fr-FR) .fr-only { ...@@ -16814,7 +16816,7 @@ html:lang(fr-FR) .fr-only {
16814 } 16816 }
16815 #search-wrapper .searchandfilter h4, #search-wrapper .searchandfilter .h4 { 16817 #search-wrapper .searchandfilter h4, #search-wrapper .searchandfilter .h4 {
16816 font-size: 16px !important; 16818 font-size: 16px !important;
16817 color: #4d4d4d !important; 16819 color: #000 !important;
16818 font-weight: 700 !important; 16820 font-weight: 700 !important;
16819 } 16821 }
16820 #search-wrapper .sf-field-sort_order label { 16822 #search-wrapper .sf-field-sort_order label {
...@@ -16848,9 +16850,11 @@ html:lang(fr-FR) .fr-only { ...@@ -16848,9 +16850,11 @@ html:lang(fr-FR) .fr-only {
16848 display: inline-block !important; 16850 display: inline-block !important;
16849 margin-left: 50px; 16851 margin-left: 50px;
16850 } 16852 }
16851 @media screen and (max-width: 950px) { 16853 @media screen and (max-width: 900px) {
16852 #search-wrapper .sf-field-search { 16854 #search-wrapper .sf-field-search {
16853 margin-bottom: 30px; 16855 margin-bottom: 30px;
16856 width: calc(100% - 80px);
16857 margin-left: 20px;
16854 } 16858 }
16855 } 16859 }
16856 #search-wrapper .sf-field-search label { 16860 #search-wrapper .sf-field-search label {
...@@ -16866,6 +16870,14 @@ html:lang(fr-FR) .fr-only { ...@@ -16866,6 +16870,14 @@ html:lang(fr-FR) .fr-only {
16866 height: 2.063rem; 16870 height: 2.063rem;
16867 top: 1.2rem; 16871 top: 1.2rem;
16868 } 16872 }
16873 @media screen and (max-width: 900px) {
16874 #search-wrapper .sf-field-search label:after {
16875 width: 20px;
16876 height: 20px;
16877 left: -25px;
16878 top: 25px;
16879 }
16880 }
16869 #search-wrapper .sf-field-search input[name="_sf_search[]"] { 16881 #search-wrapper .sf-field-search input[name="_sf_search[]"] {
16870 width: 100%; 16882 width: 100%;
16871 border: 0; 16883 border: 0;
...@@ -16877,6 +16889,12 @@ html:lang(fr-FR) .fr-only { ...@@ -16877,6 +16889,12 @@ html:lang(fr-FR) .fr-only {
16877 color: #212529; 16889 color: #212529;
16878 padding: 0.375rem 0.75rem; 16890 padding: 0.375rem 0.75rem;
16879 } 16891 }
16892 @media screen and (max-width: 900px) {
16893 #search-wrapper .sf-field-search input[name="_sf_search[]"] {
16894 padding: 0;
16895 font-size: 24px;
16896 }
16897 }
16880 #search-wrapper .sf-field-submit { 16898 #search-wrapper .sf-field-submit {
16881 display: inline-block !important; 16899 display: inline-block !important;
16882 } 16900 }
...@@ -16897,6 +16915,12 @@ html:lang(fr-FR) .fr-only { ...@@ -16897,6 +16915,12 @@ html:lang(fr-FR) .fr-only {
16897 transition: none; 16915 transition: none;
16898 display: inline-block !important; 16916 display: inline-block !important;
16899 } 16917 }
16918 @media screen and (max-width: 900px) {
16919 #search-wrapper .sf-field-submit input[name=_sf_submit] {
16920 height: 40px;
16921 width: 40px;
16922 }
16923 }
16900 #search-wrapper .sf-field-submit input[name=_sf_submit]:hover { 16924 #search-wrapper .sf-field-submit input[name=_sf_submit]:hover {
16901 background: #669999; 16925 background: #669999;
16902 } 16926 }
...@@ -16969,6 +16993,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -16969,6 +16993,12 @@ ul.sf_date_field .sf-datepicker {
16969 text-indent: -9999px; 16993 text-indent: -9999px;
16970 display: inline-block; 16994 display: inline-block;
16971 } 16995 }
16996 @media screen and (max-width: 900px) {
16997 .advance-search-button {
16998 height: 30px;
16999 width: 30px;
17000 }
17001 }
16972 17002
16973 .advance-search-button::after { 17003 .advance-search-button::after {
16974 position: absolute; 17004 position: absolute;
...@@ -16981,6 +17011,13 @@ ul.sf_date_field .sf-datepicker { ...@@ -16981,6 +17011,13 @@ ul.sf_date_field .sf-datepicker {
16981 background-size: contain; 17011 background-size: contain;
16982 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23000" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23000" stroke-width="3"/></g></svg>'); 17012 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23000" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23000" stroke-width="3"/></g></svg>');
16983 } 17013 }
17014 @media screen and (max-width: 768px) {
17015 .advance-search-button::after {
17016 top: -5px;
17017 height: 30px;
17018 width: 30px;
17019 }
17020 }
16984 17021
16985 .modal-backdrop { 17022 .modal-backdrop {
16986 background-color: #fff; 17023 background-color: #fff;
...@@ -16990,12 +17027,46 @@ ul.sf_date_field .sf-datepicker { ...@@ -16990,12 +17027,46 @@ ul.sf_date_field .sf-datepicker {
16990 #advance-search-modal .btn-close { 17027 #advance-search-modal .btn-close {
16991 opacity: 1; 17028 opacity: 1;
16992 } 17029 }
17030 @media screen and (max-width: 900px) {
17031 #advance-search-modal .btn-close {
17032 float: left;
17033 margin: unset;
17034 background-color: #e00;
17035 background-image: none;
17036 position: absolute;
17037 left: 0;
17038 top: 40px;
17039 width: 40px;
17040 height: 41px;
17041 border: 0 solid #e00;
17042 border-radius: 0 50% 50% 0;
17043 padding: 0;
17044 z-index: 99;
17045 }
17046 }
17047 @media screen and (max-width: 900px) {
17048 #advance-search-modal .btn-close:after {
17049 content: "";
17050 width: 11px;
17051 height: 18px;
17052 background-repeat: no-repeat;
17053 background-size: contain;
17054 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.095" height="15" viewBox="0 0 9.095 15"><path id="Path_1291" data-name="Path 1291" d="M7.515,5.543c.52-.526,1.03-1.048,1.546-1.564Q10.918,2.123,12.779.272a.834.834,0,0,1,1.232,0c.236.242.477.479.716.718a.817.817,0,0,1,0,1.222L11.379,5.557Q9.758,7.18,8.138,8.8a.9.9,0,0,1-.606.289.864.864,0,0,1-.667-.288Q5.614,7.551,4.363,6.3L.956,2.889c-.232-.232-.465-.463-.7-.7A.812.812,0,0,1,.269.993l.71-.71a.833.833,0,0,1,1.25,0l3.016,3L7.429,5.462Z" transform="translate(9.095 0) rotate(90)" fill="%23fff"/></svg>');
17055 display: inline-block;
17056 position: absolute;
17057 top: 12px;
17058 left: 13px;
17059 }
17060 }
16993 #advance-search-modal .btn-close:hover { 17061 #advance-search-modal .btn-close:hover {
16994 opacity: 0.5; 17062 opacity: 0.5;
16995 } 17063 }
16996 #advance-search-modal .modal-content { 17064 #advance-search-modal .modal-content {
16997 border: 0px solid #707070; 17065 border: 0px solid #707070;
16998 } 17066 }
17067 #advance-search-modal .modal-header {
17068 position: relative;
17069 }
16999 #advance-search-modal .modal-footer, 17070 #advance-search-modal .modal-footer,
17000 #advance-search-modal .modal-header, 17071 #advance-search-modal .modal-header,
17001 #advance-search-modal .modal-body { 17072 #advance-search-modal .modal-body {
...@@ -17006,10 +17077,27 @@ ul.sf_date_field .sf-datepicker { ...@@ -17006,10 +17077,27 @@ ul.sf_date_field .sf-datepicker {
17006 #advance-search-modal .modal-body { 17077 #advance-search-modal .modal-body {
17007 padding: 0px 35px 35px 35px; 17078 padding: 0px 35px 35px 35px;
17008 } 17079 }
17080 @media screen and (max-width: 900px) {
17081 #advance-search-modal .modal-body {
17082 padding: 5px 60px;
17083 }
17084 }
17009 #advance-search-modal .modal-dialog { 17085 #advance-search-modal .modal-dialog {
17010 width: 80%; 17086 width: 80%;
17011 max-width: 1066px; 17087 max-width: 1066px;
17012 } 17088 }
17089 @media screen and (max-width: 900px) {
17090 #advance-search-modal .modal-dialog {
17091 width: 100%;
17092 margin: 0px;
17093 height: 100vh;
17094 }
17095 }
17096 @media screen and (max-width: 900px) {
17097 #advance-search-modal .modal-dialog .searchandfilter {
17098 width: 100%;
17099 }
17100 }
17013 #advance-search-modal .modal-dialog .searchandfilter h4, #advance-search-modal .modal-dialog .searchandfilter .h4 { 17101 #advance-search-modal .modal-dialog .searchandfilter h4, #advance-search-modal .modal-dialog .searchandfilter .h4 {
17014 font-size: 24px !important; 17102 font-size: 24px !important;
17015 line-height: 30px; 17103 line-height: 30px;
...@@ -17021,6 +17109,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -17021,6 +17109,11 @@ ul.sf_date_field .sf-datepicker {
17021 margin-left: 0px; 17109 margin-left: 0px;
17022 margin-bottom: 0px; 17110 margin-bottom: 0px;
17023 } 17111 }
17112 @media screen and (max-width: 900px) {
17113 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
17114 width: 90%;
17115 }
17116 }
17024 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4 { 17117 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4 {
17025 font-size: 45px !important; 17118 font-size: 45px !important;
17026 line-height: 57px; 17119 line-height: 57px;
...@@ -17028,6 +17121,13 @@ ul.sf_date_field .sf-datepicker { ...@@ -17028,6 +17121,13 @@ ul.sf_date_field .sf-datepicker {
17028 font-weight: bold; 17121 font-weight: bold;
17029 display: block !important; 17122 display: block !important;
17030 } 17123 }
17124 @media screen and (max-width: 900px) {
17125 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4 {
17126 font-size: 35px !important;
17127 line-height: 40px;
17128 margin-top: -10px;
17129 }
17130 }
17031 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search input[name="_sf_search[]"] { 17131 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search input[name="_sf_search[]"] {
17032 background-color: #f0f0f0; 17132 background-color: #f0f0f0;
17033 } 17133 }
...@@ -17035,11 +17135,28 @@ ul.sf_date_field .sf-datepicker { ...@@ -17035,11 +17135,28 @@ ul.sf_date_field .sf-datepicker {
17035 margin-left: 50px !important; 17135 margin-left: 50px !important;
17036 width: 95% !important; 17136 width: 95% !important;
17037 position: relative; 17137 position: relative;
17138 width: 100%;
17139 }
17140 @media screen and (max-width: 900px) {
17141 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label {
17142 margin-left: 20px !important;
17143 }
17144 }
17145 @media screen and (max-width: 900px) {
17146 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
17147 top: 10px;
17148 }
17038 } 17149 }
17039 #advance-search-modal .modal-dialog .searchandfilter .sf-field-reset, 17150 #advance-search-modal .modal-dialog .searchandfilter .sf-field-reset,
17040 #advance-search-modal .modal-dialog .searchandfilter .sf-field-submit { 17151 #advance-search-modal .modal-dialog .searchandfilter .sf-field-submit {
17041 display: inline-block; 17152 display: inline-block;
17042 } 17153 }
17154 @media screen and (max-width: 768px) {
17155 #advance-search-modal .modal-dialog .searchandfilter .sf-field-reset,
17156 #advance-search-modal .modal-dialog .searchandfilter .sf-field-submit {
17157 width: 100%;
17158 }
17159 }
17043 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] { 17160 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] {
17044 background: #ee0000 0% 0% no-repeat padding-box; 17161 background: #ee0000 0% 0% no-repeat padding-box;
17045 color: #fff; 17162 color: #fff;
...@@ -17050,6 +17167,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -17050,6 +17167,12 @@ ul.sf_date_field .sf-datepicker {
17050 margin-right: 24px; 17167 margin-right: 24px;
17051 margin-left: 0px; 17168 margin-left: 0px;
17052 } 17169 }
17170 @media screen and (max-width: 768px) {
17171 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] {
17172 margin-top: 35px;
17173 width: 100%;
17174 }
17175 }
17053 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit]:hover { 17176 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit]:hover {
17054 background: #669999; 17177 background: #669999;
17055 } 17178 }
...@@ -17065,6 +17188,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -17065,6 +17188,11 @@ ul.sf_date_field .sf-datepicker {
17065 font-family: "PT Sans", sans-serif; 17188 font-family: "PT Sans", sans-serif;
17066 font-weight: 700; 17189 font-weight: 700;
17067 } 17190 }
17191 @media screen and (max-width: 768px) {
17192 #advance-search-modal .modal-dialog .searchandfilter .search-filter-reset-custom {
17193 width: 100%;
17194 }
17195 }
17068 #advance-search-modal .modal-dialog .searchandfilter .search-filter-reset-custom:hover { 17196 #advance-search-modal .modal-dialog .searchandfilter .search-filter-reset-custom:hover {
17069 background: #669999; 17197 background: #669999;
17070 } 17198 }
...@@ -17109,6 +17237,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -17109,6 +17237,11 @@ ul.sf_date_field .sf-datepicker {
17109 display: flex; 17237 display: flex;
17110 flex-direction: column; 17238 flex-direction: column;
17111 } 17239 }
17240 @media screen and (max-width: 950px) {
17241 #search-wrapper #main {
17242 margin: 0px 10px;
17243 }
17244 }
17112 #search-wrapper #main > article { 17245 #search-wrapper #main > article {
17113 padding: 2rem 0; 17246 padding: 2rem 0;
17114 border-top: 1px solid #bebebe; 17247 border-top: 1px solid #bebebe;
...@@ -17147,7 +17280,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -17147,7 +17280,8 @@ ul.sf_date_field .sf-datepicker {
17147 display: inline-block; 17280 display: inline-block;
17148 position: relative; 17281 position: relative;
17149 top: 5px; 17282 top: 5px;
17150 left: -0.5rem; 17283 left: -0.2rem;
17284 margin-right: 5px;
17151 } 17285 }
17152 #search-wrapper #main > article a[href$=".doc"] h2:before, #search-wrapper #main > article a[href$=".doc"] .h2:before, 17286 #search-wrapper #main > article a[href$=".doc"] h2:before, #search-wrapper #main > article a[href$=".doc"] .h2:before,
17153 #search-wrapper #main > article a[href$=".docx"] h2:before, 17287 #search-wrapper #main > article a[href$=".docx"] h2:before,
...@@ -17161,7 +17295,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -17161,7 +17295,8 @@ ul.sf_date_field .sf-datepicker {
17161 display: inline-block; 17295 display: inline-block;
17162 position: relative; 17296 position: relative;
17163 top: 5px; 17297 top: 5px;
17164 left: -0.5rem; 17298 left: -0.2rem;
17299 margin-right: 5px;
17165 } 17300 }
17166 #search-wrapper #main > article a[href$=".xls"] h2:before, #search-wrapper #main > article a[href$=".xls"] .h2:before, 17301 #search-wrapper #main > article a[href$=".xls"] h2:before, #search-wrapper #main > article a[href$=".xls"] .h2:before,
17167 #search-wrapper #main > article a[href$=".xlsx"] h2:before, 17302 #search-wrapper #main > article a[href$=".xlsx"] h2:before,
...@@ -17175,7 +17310,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -17175,7 +17310,8 @@ ul.sf_date_field .sf-datepicker {
17175 display: inline-block; 17310 display: inline-block;
17176 position: relative; 17311 position: relative;
17177 top: 5px; 17312 top: 5px;
17178 left: -0.5rem; 17313 left: -0.2rem;
17314 margin-right: 5px;
17179 } 17315 }
17180 #search-wrapper #main > article .entry-header { 17316 #search-wrapper #main > article .entry-header {
17181 height: auto !important; 17317 height: auto !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 font-weight: 700; 3 font-weight: 700;
4 line-height: 24px !important; 4 line-height: 24px !important;
5 font-size: 30px !important; 5 font-size: 30px !important;
6 text-transform: uppercase; 6 text-transform: none;
7 7
8 @media screen and (max-width: 768px) { 8 @media screen and (max-width: 768px) {
9 font-size: 2.188rem !important; 9 font-size: 2.188rem !important;
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
62 padding: 12px 45px 11px 45px; 62 padding: 12px 45px 11px 45px;
63 margin: auto; 63 margin: auto;
64 margin-top: 28px; 64 margin-top: 28px;
65 65 border-radius: 40px !important;
66 &:after { 66 &:after {
67 display: none; 67 display: none;
68 } 68 }
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
86 86
87 #search-sidebar { 87 #search-sidebar {
88 flex-direction: column; 88 flex-direction: column;
89 margin-bottom: 50px;
89 90
90 @media screen and (max-width: 950px) { 91 @media screen and (max-width: 950px) {
91 width: 100%; 92 width: 100%;
...@@ -175,7 +176,7 @@ ...@@ -175,7 +176,7 @@
175 176
176 .searchandfilter h4 { 177 .searchandfilter h4 {
177 font-size: 16px !important; 178 font-size: 16px !important;
178 color: #4d4d4d !important; 179 color: #000 !important;
179 font-weight: 700 !important; 180 font-weight: 700 !important;
180 } 181 }
181 182
...@@ -209,11 +210,15 @@ ...@@ -209,11 +210,15 @@
209 flex-wrap: nowrap; 210 flex-wrap: nowrap;
210 display: inline-block !important; 211 display: inline-block !important;
211 margin-left: 50px; 212 margin-left: 50px;
212 @media screen and (max-width: 950px) { 213 @media screen and (max-width: 900px) {
213 margin-bottom: 30px; 214 margin-bottom: 30px;
215 width: calc(100% - 80px);
216 margin-left: 20px;
217
214 } 218 }
215 219
216 220
221
217 label { 222 label {
218 width: 100%; 223 width: 100%;
219 &:after { 224 &:after {
...@@ -225,6 +230,14 @@ ...@@ -225,6 +230,14 @@
225 width: 2.063rem; 230 width: 2.063rem;
226 height: 2.063rem; 231 height: 2.063rem;
227 top: 1.2rem; 232 top: 1.2rem;
233 @media screen and (max-width: 900px) {
234 width: 20px;
235 height: 20px;
236 left: -25px;
237 top: 25px;
238
239 }
240
228 } 241 }
229 } 242 }
230 243
...@@ -238,6 +251,10 @@ ...@@ -238,6 +251,10 @@
238 line-height: 1.5; 251 line-height: 1.5;
239 color: #212529; 252 color: #212529;
240 padding: 0.375rem 0.75rem; 253 padding: 0.375rem 0.75rem;
254 @media screen and (max-width: 900px) {
255 padding: 0;
256 font-size: 24px;
257 }
241 } 258 }
242 } 259 }
243 260
...@@ -261,6 +278,11 @@ ...@@ -261,6 +278,11 @@
261 transition: none; 278 transition: none;
262 display: inline-block !important; 279 display: inline-block !important;
263 280
281 @media screen and (max-width: 900px) {
282 height: 40px;
283 width:40px;
284 }
285
264 &:hover { 286 &:hover {
265 background: #669999; 287 background: #669999;
266 } 288 }
...@@ -340,6 +362,10 @@ ul.sf_date_field { ...@@ -340,6 +362,10 @@ ul.sf_date_field {
340 width: 40px; 362 width: 40px;
341 text-indent: -9999px; 363 text-indent: -9999px;
342 display: inline-block; 364 display: inline-block;
365 @media screen and (max-width: 900px) {
366 height: 30px;
367 width: 30px;
368 }
343 } 369 }
344 370
345 .advance-search-button::after { 371 .advance-search-button::after {
...@@ -350,6 +376,11 @@ ul.sf_date_field { ...@@ -350,6 +376,11 @@ ul.sf_date_field {
350 display: inline-block; 376 display: inline-block;
351 height: 40px; 377 height: 40px;
352 width: 40px; 378 width: 40px;
379 @media screen and (max-width: 768px) {
380 top: -5px;
381 height: 30px;
382 width: 30px;
383 }
353 background-size: contain; 384 background-size: contain;
354 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23000" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23000" stroke-width="3"/></g></svg>'); 385 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.954" height="27.484" viewBox="0 0 26.954 27.484"><g id="Group_722" data-name="Group 722" transform="translate(0 1.5)"><line id="Line_15" data-name="Line 15" x2="26.954" transform="translate(0 3.254)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_16" data-name="Line 16" x2="26.954" transform="translate(0 12.401)" fill="none" stroke="%23000" stroke-width="3"/><line id="Line_17" data-name="Line 17" x2="26.954" transform="translate(0 21.565)" fill="none" stroke="%23000" stroke-width="3"/><circle id="Ellipse_13" data-name="Ellipse 13" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_14" data-name="Ellipse 14" cx="3.188" cy="3.188" r="3.188" transform="translate(16.369 18.109)" fill="%23fff" stroke="%23000" stroke-width="3"/><circle id="Ellipse_15" data-name="Ellipse 15" cx="3.188" cy="3.188" r="3.188" transform="translate(4.054 9.022)" fill="%23fff" stroke="%23000" stroke-width="3"/></g></svg>');
355 } 386 }
...@@ -362,6 +393,36 @@ ul.sf_date_field { ...@@ -362,6 +393,36 @@ ul.sf_date_field {
362 #advance-search-modal { 393 #advance-search-modal {
363 .btn-close { 394 .btn-close {
364 opacity: 1; 395 opacity: 1;
396 @media screen and (max-width: 900px) {
397 float: left;
398 margin: unset;
399 background-color: #e00;
400 background-image: none;
401 position: absolute;
402 left: 0;
403 top: 40px;
404 width: 40px;
405 height: 41px;
406 border: 0 solid #e00;
407 border-radius: 0 50% 50% 0;
408 padding: 0;
409 z-index: 99;
410
411 }
412 &:after{
413 @media screen and (max-width: 900px) {
414 content:"";
415 width: 11px;
416 height: 18px;
417 background-repeat: no-repeat;
418 background-size: contain;
419 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.095" height="15" viewBox="0 0 9.095 15"><path id="Path_1291" data-name="Path 1291" d="M7.515,5.543c.52-.526,1.03-1.048,1.546-1.564Q10.918,2.123,12.779.272a.834.834,0,0,1,1.232,0c.236.242.477.479.716.718a.817.817,0,0,1,0,1.222L11.379,5.557Q9.758,7.18,8.138,8.8a.9.9,0,0,1-.606.289.864.864,0,0,1-.667-.288Q5.614,7.551,4.363,6.3L.956,2.889c-.232-.232-.465-.463-.7-.7A.812.812,0,0,1,.269.993l.71-.71a.833.833,0,0,1,1.25,0l3.016,3L7.429,5.462Z" transform="translate(9.095 0) rotate(90)" fill="%23fff"/></svg>');
420 display: inline-block;
421 position: absolute;
422 top: 12px;
423 left: 13px;
424 }
425 }
365 } 426 }
366 427
367 .btn-close:hover { 428 .btn-close:hover {
...@@ -372,6 +433,10 @@ ul.sf_date_field { ...@@ -372,6 +433,10 @@ ul.sf_date_field {
372 border: 0px solid #707070; 433 border: 0px solid #707070;
373 } 434 }
374 435
436 .modal-header {
437 position: relative;
438 }
439
375 .modal-footer, 440 .modal-footer,
376 .modal-header, 441 .modal-header,
377 .modal-body { 442 .modal-body {
...@@ -382,30 +447,50 @@ ul.sf_date_field { ...@@ -382,30 +447,50 @@ ul.sf_date_field {
382 447
383 .modal-body { 448 .modal-body {
384 padding: 0px 35px 35px 35px; 449 padding: 0px 35px 35px 35px;
450 @media screen and (max-width: 900px) {
451 padding: 5px 60px;
452 }
385 } 453 }
386 454
387 .modal-dialog { 455 .modal-dialog {
388 width: 80%; 456 width: 80%;
389 max-width: 1066px; 457 max-width: 1066px;
458 @media screen and (max-width: 900px) {
459 width: 100%;
460 margin: 0px;
461 height: 100vh;
462 }
390 463
391 .searchandfilter { 464 .searchandfilter {
465 @media screen and (max-width: 900px) {
466 width: 100%;
467 }
392 h4 { 468 h4 {
393 font-size: 24px !important; 469 font-size: 24px !important;
394 line-height: 30px; 470 line-height: 30px;
395 text-align: left; 471 text-align: left;
396 font-weight: lighter; 472 font-weight: lighter;
397 font-family: "PT Sans", sans-serif; 473 font-family: "PT Sans", sans-serif;
474
398 } 475 }
399 476
400 .sf-field-search { 477 .sf-field-search {
401 margin-left: 0px; 478 margin-left: 0px;
402 margin-bottom: 0px; 479 margin-bottom: 0px;
480 @media screen and (max-width: 900px) {
481 width: 90%;
482 }
403 h4 { 483 h4 {
404 font-size: 45px !important; 484 font-size: 45px !important;
405 line-height: 57px; 485 line-height: 57px;
406 margin-top: -20px; 486 margin-top: -20px;
407 font-weight: bold; 487 font-weight: bold;
408 display: block !important; 488 display: block !important;
489 @media screen and (max-width: 900px) {
490 font-size: 35px !important;
491 line-height: 40px;
492 margin-top: -10px;
493 }
409 } 494 }
410 495
411 input[name="_sf_search[]"] { 496 input[name="_sf_search[]"] {
...@@ -416,6 +501,16 @@ ul.sf_date_field { ...@@ -416,6 +501,16 @@ ul.sf_date_field {
416 margin-left: 50px !important; 501 margin-left: 50px !important;
417 width: 95% !important; 502 width: 95% !important;
418 position: relative; 503 position: relative;
504 @media screen and (max-width: 900px) {
505 margin-left: 20px!important;
506 }
507 width: 100%;
508 &:after {
509 @media screen and (max-width: 900px) {
510 top: 10px;
511 }
512 }
513
419 } 514 }
420 } 515 }
421 516
...@@ -426,15 +521,22 @@ ul.sf_date_field { ...@@ -426,15 +521,22 @@ ul.sf_date_field {
426 .sf-field-reset, 521 .sf-field-reset,
427 .sf-field-submit { 522 .sf-field-submit {
428 display: inline-block; 523 display: inline-block;
524 @media screen and (max-width: 768px) {
525 width: 100%;
526
527 }
429 } 528 }
430 529
431 input[name="_sf_submit"] { 530 input[name="_sf_submit"] {
432 background: #ee0000 0% 0% no-repeat padding-box; 531 background: #ee0000 0% 0% no-repeat padding-box;
433 color: #fff; 532 color: #fff;
434 border-radius: 40px !important; 533 border-radius: 40px !important;
435 ;
436 height: 44px; 534 height: 44px;
437 width: 182px; 535 width: 182px;
536 @media screen and (max-width: 768px) {
537 margin-top:35px;
538 width: 100%;
539 }
438 border: 0 !important; 540 border: 0 !important;
439 margin-right: 24px; 541 margin-right: 24px;
440 margin-left: 0px; 542 margin-left: 0px;
...@@ -451,6 +553,9 @@ ul.sf_date_field { ...@@ -451,6 +553,9 @@ ul.sf_date_field {
451 ; 553 ;
452 height: 44px; 554 height: 44px;
453 width: 182px; 555 width: 182px;
556 @media screen and (max-width: 768px) {
557 width: 100%;
558 }
454 border: 0 !important; 559 border: 0 !important;
455 float: unset; 560 float: unset;
456 font-size: 1.125rem; 561 font-size: 1.125rem;
......
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
11 padding-top: 1rem; 11 padding-top: 1rem;
12 } 12 }
13 } 13 }
14 .page-item {
14 15
16 }
15 #search-wrapper { 17 #search-wrapper {
16 margin-top: 1rem; 18 margin-top: 1rem;
17 padding-top: 3rem; 19 padding-top: 3rem;
...@@ -23,6 +25,9 @@ ...@@ -23,6 +25,9 @@
23 #main { 25 #main {
24 display: flex; 26 display: flex;
25 flex-direction: column; 27 flex-direction: column;
28 @media screen and (max-width: 950px) {
29 margin: 0px 10px;
30 }
26 &>article { 31 &>article {
27 padding: 2rem 0; 32 padding: 2rem 0;
28 border-top: 1px solid #bebebe; 33 border-top: 1px solid #bebebe;
...@@ -66,7 +71,8 @@ ...@@ -66,7 +71,8 @@
66 display: inline-block; 71 display: inline-block;
67 position: relative; 72 position: relative;
68 top: 5px; 73 top: 5px;
69 left:-0.5rem; 74 left:-0.2rem;
75 margin-right: 5px;
70 } 76 }
71 } 77 }
72 } 78 }
...@@ -83,7 +89,8 @@ ...@@ -83,7 +89,8 @@
83 display: inline-block; 89 display: inline-block;
84 position: relative; 90 position: relative;
85 top: 5px; 91 top: 5px;
86 left:-0.5rem; 92 left:-0.2rem;
93 margin-right: 5px;
87 } 94 }
88 } 95 }
89 } 96 }
...@@ -100,7 +107,8 @@ ...@@ -100,7 +107,8 @@
100 display: inline-block; 107 display: inline-block;
101 position: relative; 108 position: relative;
102 top: 5px; 109 top: 5px;
103 left:-0.5rem; 110 left:-0.2rem;
111 margin-right: 5px;
104 } 112 }
105 } 113 }
106 } 114 }
......