820b3b47 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 923092c0
......@@ -16848,7 +16848,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
width: 100%;
}
.branding .navbar-brand {
margin-right: 0px;
margin-right: 10px;
width: 127px;
height: 53px;
}
......@@ -16874,11 +16874,17 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
align-items: flex-start;
margin-bottom: 0.625rem;
}
@media screen and (max-width: 1067px) {
#main-nav .container {
margin: 0rem 1.875rem 0.625rem 1.875rem;
}
}
@media only screen and (max-width: 62.5rem) {
#main-nav .container {
height: 90px;
padding-top: 0px;
margin-bottom: 0rem;
margin: 0rem;
}
}
......@@ -19571,11 +19577,21 @@ ul.sf_date_field .sf-datepicker {
background-size: cover;
background-position: center;
}
@media screen and (max-width: 59.375rem) {
@media screen and (max-width: 48.875rem) {
.entry-header.page {
min-height: 260px;
}
}
@media screen and (max-width: 1067px) {
.entry-header.page .container {
margin: 0rem 1.875rem 0 1.875rem;
}
}
@media screen and (max-width: 48.875rem) {
.entry-header.page .container {
margin: 0rem;
}
}
.search-box:hover,
.search-box:focus-within {
......@@ -19623,7 +19639,7 @@ ul.sf_date_field .sf-datepicker {
right: 0px;
overflow: hidden;
}
@media only screen and (max-width: 48.875rem) {
@media screen and (max-width: 1067px) {
.search-box {
padding: 0rem 0.625rem;
max-width: 90%;
......@@ -20243,7 +20259,7 @@ ul.sf_date_field .sf-datepicker {
display: flex;
padding-top: 0px;
}
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width: 1000px) {
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
position: absolute;
right: 0px;
......@@ -20818,6 +20834,11 @@ ul.sf_date_field .sf-datepicker {
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
right: 40px !important;
}
@media screen and (max-width: 1067px) {
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
right: 45px !important;
}
}
.pojo-a11y-toolbar-open .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
content: "";
......
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.
......@@ -9,6 +9,7 @@ body{
max-width: 1067px !important;
padding-right: 0px;
padding-left: 0px;
// margin: 0.625rem 1.875rem 0 1.875rem;
}
@import "mega_menu";
......
......@@ -2,7 +2,7 @@
display: flex;
padding-top: 0px;
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width: 1000px) {
position: absolute;
right: 0px;
top:-12px;
......
......@@ -29,7 +29,7 @@
position: relative;
width: 100%;
.navbar-brand{
margin-right:0px ;
margin-right:10px ;
width: 127px;
height: 53px;
// display: inline-block;
......@@ -51,10 +51,14 @@
flex-direction: column;
align-items: flex-start;
margin-bottom: 0.625rem;
@media screen and (max-width: 1067px) {
margin: 0rem 1.875rem 0.625rem 1.875rem;
}
@media only screen and (max-width: 62.5rem) {
height: 90px;
padding-top:0px;
margin-bottom: 0rem;
margin: 0rem;
}
}
......
......@@ -46,9 +46,17 @@
background-repeat: no-repeat;
background-size: cover;
background-position: center;
@media screen and (max-width: 59.375rem) {
@media screen and (max-width:48.875rem) {
min-height: 260px;
}
.container{
@media screen and (max-width: 1067px) {
margin: 0rem 1.875rem 0 1.875rem;
}
@media screen and (max-width:48.875rem) {
margin: 0rem;
}
}
}
.search-box:hover,
.search-box:focus-within{
......@@ -105,7 +113,7 @@
width: 56px;
right: 0px;
overflow: hidden;
@media only screen and (max-width: 48.875rem) {
@media screen and (max-width: 1067px) {
padding: 0rem 0.625rem ;
max-width: 90%;
right: 5%;
......@@ -465,6 +473,7 @@ h1{
}
}
.fx-style{
.header_text{
display: block;
@media only screen and (max-width: 48.875rem) {
......
......@@ -131,6 +131,9 @@
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{
right: 40px !important;
@media screen and (max-width: 1067px) {
right: 45px !important;
}
}
.pojo-a11y-toolbar-open{
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5302
Version: 1.0.5303
*/
\ No newline at end of file
......