Compare commits
No commits in common. "49c56f9db091a95936c1c2e86d8c47b993b9e8bd" and "dcb2eadbbfaed28f7b06e8bfe87c33e3840f9dc3" have entirely different histories.
49c56f9db0
...
dcb2eadbbf
|
@ -12,22 +12,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function roomwithavw_custom_add_scripts() {
|
function roomwithavw_custom_add_scripts() {
|
||||||
wp_register_script( 'roomwithavw-custom-script', plugins_url( 'assets/js/index.js', __FILE__ ), '', '1.0', true );
|
wp_register_script( 'roomwithavw-custom-script', plugins_url( 'assets/js/index.js', __FILE__ ), ['jquery-ui-datepicker'], '1.0', true );
|
||||||
wp_enqueue_script( 'roomwithavw-custom-script' );
|
wp_enqueue_script( 'roomwithavw-custom-script' );
|
||||||
|
|
||||||
wp_enqueue_style( 'roomwithavw-custom-styles', plugins_url( 'assets/css/style.css', __FILE__ ), '', '1.0' );
|
wp_enqueue_style( 'roomwithavw-custom-styles', plugins_url( 'assets/css/style.css', __FILE__ ), '', '1.0' );
|
||||||
}
|
}
|
||||||
add_action( 'wp_enqueue_scripts', 'roomwithavw_custom_add_scripts' );
|
add_action( 'wp_enqueue_scripts', 'roomwithavw_custom_add_scripts' );
|
||||||
|
|
||||||
function roowitahvw_dequeue_scripts() {
|
|
||||||
wp_dequeue_script( LAYERS_THEME_SLUG . '-map-api' );
|
|
||||||
wp_deregister_script( LAYERS_THEME_SLUG . '-map-api' );
|
|
||||||
// wp_dequeue_script( LAYERS_THEME_SLUG . '-map-trigger' );
|
|
||||||
// wp_deregister_script( LAYERS_THEME_SLUG . '-map-trigger' );
|
|
||||||
}
|
|
||||||
add_action( 'wp_enqueue_scripts', 'roowitahvw_dequeue_scripts', 99 );
|
|
||||||
|
|
||||||
|
|
||||||
function roomwithavw_custom_enquiry_form() {
|
function roomwithavw_custom_enquiry_form() {
|
||||||
?>
|
?>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
body.rwavw-custom {
|
body.rwavw-custom {
|
||||||
@media (min-width: 766.98px) and (min-height: 650px) {
|
@media (min-width: 766.98px) {
|
||||||
.widget.rwavw-custom > #faq > .layout-boxed {
|
#faq > .layout-boxed {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 18rem;
|
bottom: 18rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper-content > .layers-pro-accordion.rwavw-custom {
|
.wrapper-content > .layers-pro-accordion {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
||||||
|
@ -39,13 +39,7 @@ body.rwavw-custom {
|
||||||
color: #4a5568;
|
color: #4a5568;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 766.98px) and (min-height: 650px) {
|
@media (min-width: 766.98px) {
|
||||||
.accordion-row {
|
|
||||||
margin-top: -30rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 766.98px) and (min-height: 850px) {
|
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
|
||||||
|
|
|
@ -1,133 +0,0 @@
|
||||||
body.rwavw-custom {
|
|
||||||
|
|
||||||
.widget.rwavw-featured {
|
|
||||||
h2 {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .fg {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pure-g {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
> .pure-u-1 {
|
|
||||||
flex: 0 0 100%;
|
|
||||||
|
|
||||||
&:nth-child(2n) {
|
|
||||||
background-color: rgba(#000, 0.05);
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
font-size: 2.5rem;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 46em;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .row {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
> div {
|
|
||||||
// flex: 0 0 50%;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 63.98em) {
|
|
||||||
|
|
||||||
&:nth-child(2n) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 64em) {
|
|
||||||
&:nth-child(2n) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
// TODO set using theme - how?
|
|
||||||
color: #b0b0b0;
|
|
||||||
background-color: #272729;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 600;
|
|
||||||
opacity: 0.8;
|
|
||||||
|
|
||||||
&.button-social {
|
|
||||||
color: #fff;
|
|
||||||
&.btn-massive > i {
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
h2, h3, h4, h5, h6 {
|
|
||||||
color: inherit;
|
|
||||||
font-size: 2.4rem;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 22px;
|
|
||||||
letter-spacing: 0.75px;
|
|
||||||
margin: 0 0 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title .heading + .excerpt {
|
|
||||||
margin-top: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0 0 22px;
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-widgets {
|
|
||||||
.widget.invert,
|
|
||||||
.section-title.invert,
|
|
||||||
widget *:not(:link) {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .pure-g > .pure-u-1 {
|
|
||||||
padding: 44px 22px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title {
|
|
||||||
margin: 0 0 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-vertical-massive {
|
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FIXME temp fix - why happening in first place??
|
|
||||||
.scroll-in-animation {
|
|
||||||
animation: none;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,50 +1,9 @@
|
||||||
@import "featured";
|
|
||||||
@import "contact";
|
@import "contact";
|
||||||
@import "faq";
|
@import "faq";
|
||||||
|
|
||||||
#top-nav .ext-nav-toggle,
|
|
||||||
.state2 body.rwavw-custom .page-border.top {
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
height: 40px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body.rwavw-custom {
|
body.rwavw-custom {
|
||||||
#top-nav {
|
#top-nav .logo {
|
||||||
.nav,
|
margin-top: 16px;
|
||||||
.logo {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
.sitename {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 600;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-nav-inner {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
&::before,
|
|
||||||
&::after {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .logo {
|
|
||||||
order: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .nav {
|
|
||||||
order: 10;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-logo-link img {
|
.custom-logo-link img {
|
||||||
|
@ -56,67 +15,21 @@ body.rwavw-custom {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-boxed {
|
.page-border.bottom::after {
|
||||||
width: calc(100% - 80px);
|
|
||||||
max-width: 1160px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-border {
|
|
||||||
background-color: #fff;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: rgba(#000, 0.03);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.top::after,
|
|
||||||
&.bottom::after {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 4px;
|
||||||
|
bottom: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
|
||||||
|
|
||||||
&.bottom::after {
|
background: linear-gradient(
|
||||||
bottom: 100%;
|
to top,
|
||||||
background-color: rgba(#000, 0.05);
|
rgba(#000, 0.1),
|
||||||
|
rgba(#000, 0)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.top::after {
|
|
||||||
top: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.left::after,
|
|
||||||
&.right::after {
|
|
||||||
width: 1px;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.left::after {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.right::after {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@at-root html.state2 .page-border.left::after {
|
|
||||||
top: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@at-root html.state2 .page-border.right::after {
|
|
||||||
top: 60px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-border.bottom::after {
|
|
||||||
bottom: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-border.bottom::before {
|
.page-border.bottom::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -126,18 +39,6 @@ body.rwavw-custom {
|
||||||
top: 100%;
|
top: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
background: linear-gradient(
|
background-color: rgba(#000, 0.9);
|
||||||
to left,
|
|
||||||
rgba(#000, 0),
|
|
||||||
rgba(#000, 0.9) 32px,
|
|
||||||
rgba(#000, 1) 50%,
|
|
||||||
rgba(#000, 0) 50%
|
|
||||||
), linear-gradient(
|
|
||||||
to right,
|
|
||||||
rgba(#000, 0),
|
|
||||||
rgba(#000, 0.9) 32px,
|
|
||||||
rgba(#000, 1) 50%,
|
|
||||||
rgba(#000, 0) 50%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue