faa31134 by Jeff Balicki

forms

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5bb99e2b
...@@ -14979,6 +14979,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14979,6 +14979,7 @@ figure.woocommerce-product-gallery__wrapper {
14979 14979
14980 .home-page { 14980 .home-page {
14981 margin-top: -50px; 14981 margin-top: -50px;
14982 padding-bottom: 0px;
14982 } 14983 }
14983 14984
14984 h1, .h1 { 14985 h1, .h1 {
...@@ -15081,26 +15082,39 @@ input[aria-invalid=true], select[aria-invalid=true] { ...@@ -15081,26 +15082,39 @@ input[aria-invalid=true], select[aria-invalid=true] {
15081 15082
15082 .swal2-modal { 15083 .swal2-modal {
15083 background-color: #fff !important; 15084 background-color: #fff !important;
15085 border-radius: 0px !important;
15086 }
15087
15088 .swal2-title {
15089 margin-top: 20px !important;
15084 } 15090 }
15085 15091
15086 .swal2-title span { 15092 .swal2-title span {
15087 color: #000 !important; 15093 color: #183668 !important;
15088 } 15094 }
15089 15095
15090 .swal2-confirm[type=button] { 15096 .swal2-confirm[type=button] {
15091 border: 1px solid #000 !important; 15097 background-color: transparent !important;
15092 box-shadow: inset 0 0 0 0 #000; 15098 text-transform: uppercase;
15093 transition: ease-out 0.4s; 15099 max-width: 100px;
15100 float: right;
15101 border: 1px solid #183668 !important;
15102 color: #183668 !important;
15103 transition: ease-out 0.5s;
15104 border-radius: 0px !important;
15105 margin-bottom: 20px;
15106 margin-top: 10px;
15094 } 15107 }
15095 15108
15096 .swal2-confirm[type=button] span { 15109 .swal2-confirm[type=button] span {
15097 color: #000 !important; 15110 color: #183668 !important;
15098 } 15111 }
15099 15112
15100 /*=======Button 5============= */ 15113 /*=======Button 5============= */
15101 /* if you want it to show from the right use -300px instead */ 15114 /* if you want it to show from the right use -300px instead */
15102 .swal2-confirm[type=button]:hover { 15115 .swal2-confirm[type=button]:hover {
15103 box-shadow: inset 400px 0 0 0 #000; 15116 background-color: transparent !important;
15117 box-shadow: inset 100px 0 0 0 #183668;
15104 } 15118 }
15105 15119
15106 .swal2-confirm[type=button]:hover span { 15120 .swal2-confirm[type=button]:hover span {
...@@ -15108,11 +15122,52 @@ input[aria-invalid=true], select[aria-invalid=true] { ...@@ -15108,11 +15122,52 @@ input[aria-invalid=true], select[aria-invalid=true] {
15108 transition: ease-out 0.2s; 15122 transition: ease-out 0.2s;
15109 } 15123 }
15110 15124
15125 .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea {
15126 border-radius: 0px !important;
15127 }
15128
15129 .wpcf7 input[type=submit] {
15130 background-color: transparent !important;
15131 text-transform: uppercase;
15132 max-width: 100px;
15133 float: right;
15134 border: 1px solid #fff !important;
15135 color: #fff !important;
15136 transition: ease-out 0.5s;
15137 margin-top: 20px;
15138 }
15139
15140 .wpcf7 input[type=submit]:hover {
15141 background-color: transparent !important;
15142 color: #183668 !important;
15143 box-shadow: inset 100px 0 0 0 #fff;
15144 transition: ease-out 0.5s;
15145 }
15146
15147 element.style {
15148 display: block !important;
15149 }
15150
15151 .form-control::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
15152 color: #183668 !important;
15153 font-size: 20px;
15154 line-height: 25px;
15155 }
15156
15157 .form-control::placeholder,
15158 .wpcf7 select::placeholder,
15159 .wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
15160 color: #183668 !important;
15161 font-size: 20px;
15162 line-height: 25px;
15163 }
15164
15111 #wrapper-footer { 15165 #wrapper-footer {
15112 margin-top: 120px;
15113 background-color: #183668; 15166 background-color: #183668;
15114 width: 100%; 15167 width: 100%;
15115 height: 100px; 15168 height: 100px;
15169 margin-top: -100px;
15170 position: absolute;
15116 } 15171 }
15117 15172
15118 #wrapper-footer:before { 15173 #wrapper-footer:before {
...@@ -15228,13 +15283,14 @@ input[aria-invalid=true], select[aria-invalid=true] { ...@@ -15228,13 +15283,14 @@ input[aria-invalid=true], select[aria-invalid=true] {
15228 } 15283 }
15229 15284
15230 .extra-wide-left { 15285 .extra-wide-left {
15231 padding: 50px 70px 50px 0px; 15286 padding: 50px 90px 90px 0px;
15232 } 15287 }
15233 15288
15234 .extra-wide-right { 15289 .extra-wide-right {
15235 width: 100%; 15290 width: 100%;
15236 margin-right: -25% !important; 15291 margin-right: -25% !important;
15237 background-size: cover; 15292 background-position: center;
15293 background-repeat: no-repeat;
15238 } 15294 }
15239 15295
15240 .extra-wide { 15296 .extra-wide {
...@@ -15247,9 +15303,18 @@ input[aria-invalid=true], select[aria-invalid=true] { ...@@ -15247,9 +15303,18 @@ input[aria-invalid=true], select[aria-invalid=true] {
15247 } 15303 }
15248 .extra-wide h2, .extra-wide .h2 { 15304 .extra-wide h2, .extra-wide .h2 {
15249 color: #fff; 15305 color: #fff;
15306 font-size: 32px;
15307 line-height: 40px;
15308 }
15309 .extra-wide .intro {
15310 color: #fff;
15311 font-size: 22px;
15312 line-height: 24px;
15250 } 15313 }
15251 .extra-wide p { 15314 .extra-wide p {
15252 color: #fff; 15315 color: #fff;
15316 font-size: 18px;
15317 line-height: 24px;
15253 } 15318 }
15254 .extra-wide .wp-block-separator { 15319 .extra-wide .wp-block-separator {
15255 border: 1px solid #fff; 15320 border: 1px solid #fff;
...@@ -15258,6 +15323,18 @@ input[aria-invalid=true], select[aria-invalid=true] { ...@@ -15258,6 +15323,18 @@ input[aria-invalid=true], select[aria-invalid=true] {
15258 max-width: unset; 15323 max-width: unset;
15259 } 15324 }
15260 15325
15326 .extra-wide.image {
15327 background-size: cover;
15328 height: 680px;
15329 background-repeat: no-repeat;
15330 background-position: center;
15331 margin-top: -28px;
15332 }
15333
15334 .extra-wide-image-left {
15335 padding: 50px 90px 90px 0px;
15336 }
15337
15261 .has-blue-color, 15338 .has-blue-color,
15262 .has-blue-color:visited { 15339 .has-blue-color:visited {
15263 color: #0d6efd; 15340 color: #0d6efd;
......
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.
...@@ -6850,6 +6850,10 @@ ...@@ -6850,6 +6850,10 @@
6850 $(this).parents('.wp-block-column').attr("style", 'background-image:url(' + $(this).children('img').attr('src') + ');'); 6850 $(this).parents('.wp-block-column').attr("style", 'background-image:url(' + $(this).children('img').attr('src') + ');');
6851 $(this).children('img').hide(); 6851 $(this).children('img').hide();
6852 }); 6852 });
6853 $('.story-body-image-full').each(function (index) {
6854 $(this).parents('.wp-block-columns').attr("style", 'background-image:url(' + $(this).children('img').attr('src') + ');');
6855 $(this).children('img').hide();
6856 });
6853 }); 6857 });
6854 6858
6855 exports.Alert = alert; 6859 exports.Alert = alert;
......
This diff could not be displayed because it is too large.
...@@ -90,5 +90,5 @@ ...@@ -90,5 +90,5 @@
90 * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) 90 * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
91 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 91 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
92 */ 92 */
93 !function(e,t){e.exports=function(e,t,n,i){const s="toast",o=".bs.toast",r=`mouseover${o}`,a=`mouseout${o}`,l=`focusin${o}`,c=`focusout${o}`,u=`hide${o}`,h=`hidden${o}`,d=`show${o}`,f=`shown${o}`,p="fade",g="hide",m="show",_="showing",b={animation:"boolean",autohide:"boolean",delay:"number"},v={animation:!0,autohide:!0,delay:5e3};class y extends e{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return v}static get DefaultType(){return b}static get NAME(){return s}show(){if(t.trigger(this._element,d).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(p);const e=()=>{this._element.classList.remove(_),t.trigger(this._element,f),this._maybeScheduleHide()};this._element.classList.remove(g),i.reflow(this._element),this._element.classList.add(m,_),this._queueCallback(e,this._element,this._config.animation)}hide(){if(!this.isShown())return;if(t.trigger(this._element,u).defaultPrevented)return;const e=()=>{this._element.classList.add(g),this._element.classList.remove(_,m),t.trigger(this._element,h)};this._element.classList.add(_),this._queueCallback(e,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(m),super.dispose()}isShown(){return this._element.classList.contains(m)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(e,t){switch(e.type){case"mouseover":case"mouseout":this._hasMouseInteraction=t;break;case"focusin":case"focusout":this._hasKeyboardInteraction=t}if(t)return void this._clearTimeout();const n=e.relatedTarget;this._element===n||this._element.contains(n)||this._maybeScheduleHide()}_setListeners(){t.on(this._element,r,(e=>this._onInteraction(e,!0))),t.on(this._element,a,(e=>this._onInteraction(e,!1))),t.on(this._element,l,(e=>this._onInteraction(e,!0))),t.on(this._element,c,(e=>this._onInteraction(e,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each((function(){const t=y.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError(`No method named "${e}"`);t[e](this)}}))}}return n.enableDismissTrigger(y),i.defineJQueryPlugin(y),y}(T(),g(),P(),p())}({get exports(){return on},set exports(e){on=e}});var rn,an,ln,cn=on;rn=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,an=navigator.userAgent.toLowerCase().indexOf("opera")>-1,ln=navigator.userAgent.toLowerCase().indexOf("msie")>-1,(rn||an||ln)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",(function(){var e,t=location.hash.substring(1);/^[A-z0-9_-]+$/.test(t)&&(e=document.getElementById(t))&&(/^(?:a|select|input|button|textarea)$/i.test(e.tagName)||(e.tabIndex=-1),e.focus())}),!1),jQuery(document).ready((function(e){e(".story-body-image").each((function(t){e(this).parents(".wp-block-column").attr("style","background-image:url("+e(this).children("img").attr("src")+");"),e(this).children("img").hide()}))})),e.Alert=$,e.Button=j,e.Carousel=B,e.Collapse=z,e.Dropdown=Ot,e.Modal=Ht,e.Offcanvas=Wt,e.Popover=Zt,e.Scrollspy=tn,e.Tab=sn,e.Toast=cn,e.Tooltip=Gt,Object.defineProperty(e,"__esModule",{value:!0})})); 93 !function(e,t){e.exports=function(e,t,n,i){const s="toast",o=".bs.toast",r=`mouseover${o}`,a=`mouseout${o}`,l=`focusin${o}`,c=`focusout${o}`,u=`hide${o}`,h=`hidden${o}`,d=`show${o}`,f=`shown${o}`,p="fade",g="hide",m="show",_="showing",b={animation:"boolean",autohide:"boolean",delay:"number"},v={animation:!0,autohide:!0,delay:5e3};class y extends e{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return v}static get DefaultType(){return b}static get NAME(){return s}show(){if(t.trigger(this._element,d).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(p);const e=()=>{this._element.classList.remove(_),t.trigger(this._element,f),this._maybeScheduleHide()};this._element.classList.remove(g),i.reflow(this._element),this._element.classList.add(m,_),this._queueCallback(e,this._element,this._config.animation)}hide(){if(!this.isShown())return;if(t.trigger(this._element,u).defaultPrevented)return;const e=()=>{this._element.classList.add(g),this._element.classList.remove(_,m),t.trigger(this._element,h)};this._element.classList.add(_),this._queueCallback(e,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(m),super.dispose()}isShown(){return this._element.classList.contains(m)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(e,t){switch(e.type){case"mouseover":case"mouseout":this._hasMouseInteraction=t;break;case"focusin":case"focusout":this._hasKeyboardInteraction=t}if(t)return void this._clearTimeout();const n=e.relatedTarget;this._element===n||this._element.contains(n)||this._maybeScheduleHide()}_setListeners(){t.on(this._element,r,(e=>this._onInteraction(e,!0))),t.on(this._element,a,(e=>this._onInteraction(e,!1))),t.on(this._element,l,(e=>this._onInteraction(e,!0))),t.on(this._element,c,(e=>this._onInteraction(e,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each((function(){const t=y.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError(`No method named "${e}"`);t[e](this)}}))}}return n.enableDismissTrigger(y),i.defineJQueryPlugin(y),y}(T(),g(),P(),p())}({get exports(){return on},set exports(e){on=e}});var rn,an,ln,cn=on;rn=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,an=navigator.userAgent.toLowerCase().indexOf("opera")>-1,ln=navigator.userAgent.toLowerCase().indexOf("msie")>-1,(rn||an||ln)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",(function(){var e,t=location.hash.substring(1);/^[A-z0-9_-]+$/.test(t)&&(e=document.getElementById(t))&&(/^(?:a|select|input|button|textarea)$/i.test(e.tagName)||(e.tabIndex=-1),e.focus())}),!1),jQuery(document).ready((function(e){e(".story-body-image").each((function(t){e(this).parents(".wp-block-column").attr("style","background-image:url("+e(this).children("img").attr("src")+");"),e(this).children("img").hide()})),e(".story-body-image-full").each((function(t){e(this).parents(".wp-block-columns").attr("style","background-image:url("+e(this).children("img").attr("src")+");"),e(this).children("img").hide()}))})),e.Alert=$,e.Button=j,e.Carousel=B,e.Collapse=z,e.Dropdown=Ot,e.Modal=Ht,e.Offcanvas=Wt,e.Popover=Zt,e.Scrollspy=tn,e.Tab=sn,e.Toast=cn,e.Tooltip=Gt,Object.defineProperty(e,"__esModule",{value:!0})}));
94 //# sourceMappingURL=child-theme.min.js.map 94 //# sourceMappingURL=child-theme.min.js.map
...\ No newline at end of file ...\ No newline at end of file
......
This diff could not be displayed because it is too large.
...@@ -5,4 +5,9 @@ jQuery( document ).ready(function($) { ...@@ -5,4 +5,9 @@ jQuery( document ).ready(function($) {
5 $(this).children('img').hide(); 5 $(this).children('img').hide();
6 6
7 }) 7 })
8 $('.story-body-image-full').each(function(index) {
9 $(this).parents('.wp-block-columns').attr("style", 'background-image:url('+$(this).children('img').attr('src')+');')
10 $(this).children('img').hide();
11
12 })
8 }) 13 })
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -15,12 +15,14 @@ ...@@ -15,12 +15,14 @@
15 @import "link_block"; 15 @import "link_block";
16 16
17 .extra-wide-left{ 17 .extra-wide-left{
18 padding: 50px 70px 50px 0px; 18 padding: 50px 90px 90px 0px;
19 } 19 }
20 .extra-wide-right { 20 .extra-wide-right {
21 width: 100%; 21 width: 100%;
22 margin-right: -25% !important; 22 margin-right: -25% !important;
23 background-size: cover; 23 background-position: center;
24
25 background-repeat: no-repeat;
24 } 26 }
25 .extra-wide{ 27 .extra-wide{
26 width: 200%; 28 width: 200%;
...@@ -28,14 +30,22 @@ ...@@ -28,14 +30,22 @@
28 padding-left: 50% !important; 30 padding-left: 50% !important;
29 margin-right: -50% !important; 31 margin-right: -50% !important;
30 padding-right: 50% !important; 32 padding-right: 50% !important;
31
32 background-color: #183668; 33 background-color: #183668;
33 34
34 h2{ 35 h2{
35 color: #fff; 36 color: #fff;
37 font-size: 32px;
38 line-height: 40px;
39 }
40 .intro{
41 color: #fff;
42 font-size: 22px;
43 line-height: 24px;
36 } 44 }
37 p{ 45 p{
38 color: #fff; 46 color: #fff;
47 font-size: 18px;
48 line-height: 24px;
39 } 49 }
40 .wp-block-separator{ 50 .wp-block-separator{
41 border: 1px solid #fff; 51 border: 1px solid #fff;
...@@ -44,3 +54,13 @@ ...@@ -44,3 +54,13 @@
44 max-width: unset; 54 max-width: unset;
45 } 55 }
46 } 56 }
57 .extra-wide.image{
58 background-size: cover;
59 height: 680px;
60 background-repeat: no-repeat;
61 background-position: center;
62 margin-top: -28px;
63 }
64 .extra-wide-image-left{
65 padding: 50px 90px 90px 0px;
66 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,31 +2,48 @@ div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !importan ...@@ -2,31 +2,48 @@ div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !importan
2 span.wpcf7-not-valid-tip { display: none; } 2 span.wpcf7-not-valid-tip { display: none; }
3 input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff2c00; background-color: rgba(153,0,0,0.3); } 3 input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff2c00; background-color: rgba(153,0,0,0.3); }
4 4
5 .swal2-popup{
6
7 }
8
9
5 .swal2-modal{ 10 .swal2-modal{
6 background-color: #fff !important 11 background-color: #fff !important;
12 border-radius: 0px !important;
13 }
14 .swal2-title {
15 margin-top: 20px !important;
7 } 16 }
8 .swal2-title span{ 17 .swal2-title span{
9 color: #000 !important; 18
19 color: #183668 !important;
10 } 20 }
11 21
12 .swal2-confirm[type="button"]{ 22 .swal2-confirm[type="button"]{
13 border: 1px solid #000 !important; 23 background-color: transparent !important;
14 box-shadow: inset 0 0 0 0 #000; 24 text-transform: uppercase;
15 -webkit-transition: ease-out 0.4s; 25 max-width: 100px;
16 -moz-transition: ease-out 0.4s; 26 float: right;
17 transition: ease-out 0.4s; 27 border: 1px solid #183668 !important;
28 color: #183668 !important;
29 transition: ease-out 0.5s;
30 border-radius: 0px !important;
31 margin-bottom: 20px;
32 margin-top: 10px;
33
18 } 34 }
19 35
20 .swal2-confirm[type="button"] span{ 36 .swal2-confirm[type="button"] span{
21 37
22 color: #000 !important; 38 color: #183668 !important;
23 } 39 }
24 /*=======Button 5============= */ 40 /*=======Button 5============= */
25 41
26 42
27 /* if you want it to show from the right use -300px instead */ 43 /* if you want it to show from the right use -300px instead */
28 .swal2-confirm[type="button"]:hover { 44 .swal2-confirm[type="button"]:hover {
29 box-shadow: inset 400px 0 0 0 #000; 45 background-color: transparent !important;
46 box-shadow: inset 100px 0 0 0 #183668;
30 47
31 } 48 }
32 .swal2-confirm[type="button"]:hover span{ 49 .swal2-confirm[type="button"]:hover span{
...@@ -34,4 +51,39 @@ input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff2c00; ...@@ -34,4 +51,39 @@ input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff2c00;
34 -webkit-transition: ease-out 0.2s; 51 -webkit-transition: ease-out 0.2s;
35 -moz-transition: ease-out 0.2s; 52 -moz-transition: ease-out 0.2s;
36 transition: ease-out 0.2s; 53 transition: ease-out 0.2s;
37 }
...\ No newline at end of file ...\ No newline at end of file
54 }
55
56
57 .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
58 border-radius: 0px !important;
59 }
60
61
62 .wpcf7 input[type=submit]{
63 background-color: transparent !important;
64 text-transform: uppercase;
65 max-width: 100px;
66 float: right;
67 border: 1px solid #fff !important;
68 color: #fff !important;
69 transition: ease-out 0.5s;
70 margin-top: 20px;
71 }
72
73 .wpcf7 input[type=submit]:hover{
74
75 background-color: transparent !important;
76 color: #183668 !important;
77 box-shadow: inset 100px 0 0 0 #fff;
78 transition: ease-out 0.5s;
79 }
80
81
82 element.style {
83 display: block !important;
84 }
85 .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
86 color: #183668 !important;
87 font-size: 20px;
88 line-height: 25px;
89 }
...\ No newline at end of file ...\ No newline at end of file
......
1 #wrapper-footer{ 1 #wrapper-footer{
2 margin-top: 120px;
3 background-color: #183668; 2 background-color: #183668;
4 width: 100%; 3 width: 100%;
5 height: 100px; 4 height: 100px;
5 margin-top: -100px;
6 position: absolute;
6 7
7 } 8 }
8 #wrapper-footer:before{ 9 #wrapper-footer:before{
...@@ -17,4 +18,5 @@ background-size: cover; ...@@ -17,4 +18,5 @@ background-size: cover;
17 background-repeat: no-repeat; 18 background-repeat: no-repeat;
18 margin-top: -120px; 19 margin-top: -120px;
19 20
20 }
...\ No newline at end of file ...\ No newline at end of file
21 }
22
......
...@@ -55,4 +55,5 @@ bottom: 0px; ...@@ -55,4 +55,5 @@ bottom: 0px;
55 55
56 .home-page{ 56 .home-page{
57 margin-top: -50px; 57 margin-top: -50px;
58 padding-bottom: 0px;
58 } 59 }
...\ No newline at end of file ...\ No newline at end of file
......