Merged in feature/restore-from-pantheon (pull request #7)

Feature/restore from pantheon

* Updates from pantheon

* Blog updates from pantheon
This commit is contained in:
Tony Volpe
2023-12-15 15:15:09 +00:00
parent e72aee64b5
commit 0825f6bd5f
9 changed files with 184 additions and 78 deletions

View File

@@ -906,3 +906,59 @@ h5.et_pb_toggle_title:after {
.video_cheryls_iframe:before { width: 100%; height: 60%; position: absolute; content: ""; border: 20px solid #FFFFFF; box-sizing: border-box; border-radius: 75px; left: 50px; bottom: -50px; z-index: -9;}
.service_video_iframe:before { width:100%;height: 75%; position:absolute; content:"";border: 20px solid #FFFFFF;box-sizing: border-box;border-radius: 75px;right: 50px;top: 195px;z-index: -9;}
/*style the wp-pagenavi pagination links*/
.wp-pagenavi a,
.wp-pagenavi span {
color: #000000;
background: #f1f3f5;
font-size: 1em !important;
line-height: 1em;
font-weight: bold !important;
padding: 0.45em 0.8em !important;
border-radius: 100px;
border: none;
transition: all .5s;
}
/*style the wp-pagenavi current page number*/
.wp-pagenavi span.current {
background-color: #f4f5fb;
padding: 10px 15px;
line-height: 90px;
color: #122e76;
border-radius: 50px;
}
/*style the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
background-color: #c21b2d;
color: #fff;
}
/*style the wp-pagenavi pages text*/
.wp-pagenavi .pages {
background: none;
}
.wp-pagenavi span {
background-color: #f4f5fb;
padding: 10px 15px;
line-height: 90px;
color: #122e76;
border-radius: 50px;
letter-spacing: 0px!important;
}
/*remove border and center the wp-pagenavi links*/
.wp-pagenavi {
border-top: none;
text-align: center;
}