.pwaforwp-button{
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
text-align: center;
}
.pwaforwp-sticky-banner{
background: #bac747;
-webkit-background: #1F1F1F;
position: fixed;
text-align: center;
font-family: sans-serif;
width: 100%;
height: auto;
display: none;
z-index: 9999999;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
justify-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;  
}
.pwaforwp-add-via-class, .pwaforwp-installable-btn-class{
display: none;
}
.pwaforwp-sticky-banner .pwaforwp-stky-blk{
background: #ff416c;
width: 500px;
margin: 15px auto;
border-radius: 5px;
display:flex;
display: -webkit-box;
display: -webkit-flex;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;    
padding: 15px 20px;
}
.pwaforwp-stky-blk span.pwaforwp-txt{
color: #fff;
letter-spacing: 1px;
font-size: 15px;
}
a.pwaforwp_add_home_close{
position: absolute;
right: 20px;
background: #f1f1f1;
border: 0;
top: 32px;
border-radius: 100px;
width: 30px;
height: 30px;
color: #000000;
cursor: pointer;
font-weight: 400;
font-size: 22px;
line-height: 1.4;
}
.pwaforwp-butn{
text-decoration: none;
padding: 8px 20px;
border-radius: 30px;
font-weight: 700;
line-height: 1;
cursor: pointer;
}
.pwaforwp-stky-blk h2{
font-size: 15px;
font-weight: 400;
margin: 0 0 0 10px;
}
.pwaforwp-cta-btn{
width:100%;
}
.pwaforwp-stky-blk a.pwaforwp-cta-btn{
width:auto;
}
.pwaforwp-stky-blk h2:before{
display: none;
} .pwaforwp-shrt-btn-wrp{
margin:0px auto;
text-align: center;
}
.pwaforwp-shrt-btn{ 
color: #fff;
padding: 10px 20px;
background-color: #283593;
display: inline-block;
margin-top: 30px;
border-radius: 3px;
font-size: 16px;
line-height: 1.4;
text-align: center;
cursor: pointer;
}
.pwaforwp-shrt-btn:hover{
color:#fff;
}
#iossafari-a2h-banner{
left: 0px;
right:0px;
width: 90%;
transition-property: transform;
transition-duration: 0.2s;
transform: translate3d(0px, 0px, 0px);
position: fixed;
bottom: 14px;
opacity: 1;
background: #F2F2F2;
padding: 15px;
border:1px solid #ccc;
display:none;
box-sizing: border-box;
margin:0 auto;
z-index: 9999999;
font-family: sans-serif;
box-shadow: 0px 0px 6px 1px #ccc;
}
.iossafari-popup-buzz {
animation: shake 0.9s;
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
#iossafari-a2h-banner p{
font-size: 17px;
line-height:1.4;
margin:0px 0px 0px -90px;
color:#111;
}
#iossafari-a2h-banner img.pwa-logo-icon{
width: 80px;
float: left;
margin-right: 20px;
}
#iossafari-a2h-banner img.pwa-a2h-icon{
width: 20px;
display: inline;
}
.pwa-ov-txt .ath{
font-size: 16px;
font-weight: 700;
color:#000;
}
#iossafari-a2h-banner .arow:after, #iossafari-a2h-banner .arow:before {
bottom: -23px;
z-index: 10;
opacity: 1;
left: 50%;
border: solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
}
#iossafari-a2h-banner .arow:before {
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #f2f2f2;
border-width: 11px;
margin-left: -11px;
bottom:-20px;
transform: rotate(180deg);
}
#iossafari-a2h-banner .arow:after {
z-index: -999;
border-bottom-color: #ccc;
border-width: 11px;
margin-left: -11px;
transform: rotate(180deg);
}
#iossafari-a2h-banner .pwaforwp_iossafari_close{
right: 6px;
top: 6px;
width: 22px;
height: 22px;
font-size: 18px;
position: absolute;
background: transparent;
border-radius: 100px;
color: #666;
cursor: pointer;
font-weight: 400;
border: 1px solid #666;
text-align: center;
line-height: 18px;
}
@media(max-width:600px){
.pwaforwp-sticky-banner .pwaforwp-stky-blk {
width: 70%;
}
}
@media(max-width:425px){
.pwaforwp-sticky-banner .pwaforwp-stky-blk {
width: 86%;
}
a.pwaforwp_add_home_close {
right: 8px;
width: 19px;
height: 19px;
font-size: 16px;
opacity: 0.75;
} @supports (-webkit-overflow-scrolling: touch) {
a.pwaforwp_add_home_close {
line-height:16px;
top: 24px;
right: 12px;
}
} @supports not (-webkit-overflow-scrolling: touch) {
a.pwaforwp_add_home_close {
line-height:19px;
top: 20px;
right: 14px;
}
}
.pwaforwp-stky-blk h2{
margin:0;
}
.pwaforwp-sticky-banner .pwaforwp-stky-blk{
padding: 7px 7px 7px 12px;
margin: 8px 10px;
}
}
@media(max-width:350px){
.pwaforwp-stky-blk h2 {
font-size: 13px;
}
.pwaforwp-butn {
padding: 6px 10px;
}
} ul li.pwaforwp-installable-btn-class a{margin-right:0px !important;}
.main-navigation .main-menu > li.pwaforwp-installable-btn-class{border: none;
border-radius: 4px;
height: auto;
line-height: 1;
min-width: auto;
padding: 8px 16px;
font-size: 16px; 
margin: 10px 0px 0px 0px;
font-family: sans-serif;
text-transform: none;
transition: all .2s ease-in-out;
display: none;
}.ccchildpages {
-moz-box-sizing   : border-box;
-webkit-box-sizing: border-box;
box-sizing        : border-box;
margin            : 0 !important;
padding           : 0 !important;
clear             : both;
display           : block;
width             : 100%;
}
.cc-meta-info {
font-size: 70%;
}
a.ccpage_title_link {
text-decoration: inherit !important;
color          : inherit !important;
}
a.ccpage_linked_thumb img {
border: inherit;
}
.ccchildpage {
-moz-box-sizing   : border-box;
-webkit-box-sizing: border-box;
box-sizing        : border-box;
margin            : 1em 1%;
padding           : 0.75em 2%;
display           : block;
float             : left;
}
.ccpages_excerpt,
.ccpages_more {
font-size: 85%;
}
.ccpages_excerpt {
display: block;
margin : 0;
padding: 0;
}
.ccfirst {
clear: both;
}
.cclast {
margin: 1em 1% 1em 0;
float : right;
}
.onecol .ccchildpage {
width: 98%;
}
.twocol .ccchildpage {
width: 48%;
}
.threecol .ccchildpage {
width: 31.333%;
}
.fourcol .ccchildpage {
width: 23%;
} .ccsubpages {
margin-top: 1em;
}
.ccsubpages ul {
list-style: none;
} .ccpages_nav {
display   : block;
clear     : both;
text-align: center;
}  .cc-child-pages-thumb {
max-width: 100%;
height   : auto;
display  : block;
margin   : 10px auto;
clear    : both;
}  .twocol ul.ccchildpages_list li ul,
.threecol ul.ccchildpages_list li ul,
.fourcol ul.ccchildpages_list li ul {
margin-left : 0.5em;
padding-left: 0.5em;
}
.twocol ul.ccchildpages_list li ul li,
.threecol ul.ccchildpages_list li ul li,
.fourcol ul.ccchildpages_list li ul li {
display: list-item;
width  : 100%;
float  : none;
} @media screen and (min-width: 761px) { .twocol ul.ccchildpages_list li,
.threecol ul.ccchildpages_list li,
.fourcol ul.ccchildpages_list li {
margin-left   : 0;
margin-right  : 2%;
vertical-align: top;
}
.twocol ul.ccchildpages_list li {
width: 48%;
float: left;
}
.twocol ul.ccchildpages_list li:nth-child(2n+3),
.threecol ul.ccchildpages_list li:nth-child(3n+4),
.fourcol ul.ccchildpages_list li:nth-child(4n+5) {
clear: both;
}
.threecol ul.ccchildpages_list li {
width: 31.333%;
float: left;
}
.fourcol ul.ccchildpages_list li {
width: 23%;
float: left;
}
}
@media screen and (min-width: 481px) and (max-width: 760px) { .fourcol .cclast {
margin: 1em 1%;
float : left;
}
.fourcol .ccfirst {
clear: none;
} .fourcol .ccchildpage {
width: 31.333%;
}
.fourcol .ccchildpage:nth-child(3n) {
margin: 1em 1% 1em 0;
float : right;
}
.fourcol .ccchildpage:nth-child(3n+1) {
clear: both;
} .twocol ul.ccchildpages_list li,
.threecol ul.ccchildpages_list li,
.fourcol ul.ccchildpages_list li {
margin-left   : 0;
margin-right  : 5%;
vertical-align: top;
}
.twocol ul.ccchildpages_list li {
width: 45%;
float: left;
}
.twocol ul.ccchildpages_list li:nth-child(2n+3),
.threecol ul.ccchildpages_list li:nth-child(3n+4),
.fourcol ul.ccchildpages_list li:nth-child(3n+4) {
clear: both;
}
.threecol ul.ccchildpages_list li,
.fourcol ul.ccchildpages_list li {
width: 28.333%;
float: left;
}
}
@media screen and (min-width: 321px) and (max-width: 480px) { .threecol .cclast,
.fourcol .cclast {
margin: 1em 1%;
float : left;
}
.threecol .ccfirst,
.fourcol .ccfirst {
clear: none;
} .threecol .ccchildpage,
.fourcol .ccchildpage {
width: 48%;
}
.threecol .ccchildpage:nth-child(2n),
.fourcol .ccchildpage:nth-child(2n) {
margin: 1em 1% 1em 0;
float : right;
}
.threecol .ccchildpage:nth-child(2n+1),
.fourcol .ccchildpage:nth-child(2n+1) {
clear: both;
} .twocol ul.ccchildpages_list li,
.threecol ul.ccchildpages_list li,
.fourcol ul.ccchildpages_list li {
margin-left   : 0;
margin-right  : 7%;
vertical-align: top;
}
.twocol ul.ccchildpages_list li,
.threecol ul.ccchildpages_list li,
.fourcol ul.ccchildpages_list li {
width: 43%;
float: left;
}
.twocol ul.ccchildpages_list li:nth-child(2n+3),
.threecol ul.ccchildpages_list li:nth-child(2n+3),
.fourcol ul.ccchildpages_list li:nth-child(2n+3) {
clear: both;
}
}
@media screen and (max-width: 320px) { .twocol .cclast,
.threecol .cclast,
.fourcol .cclast {
margin: 1em 1%;
float : left;
}
.twocol .ccfirst,
.threecol .ccfirst,
.fourcol .ccfirst {
clear: none;
} .twocol .ccchildpage,
.threecol .ccchildpage,
.fourcol .ccchildpage {
width: 98%;
float: none;
}
} .ccclearfix:after {
visibility: hidden;
display   : block;
font-size : 0;
content   : " ";
clear     : both;
height    : 0;
}
.ccclearfix {
display: inline-block;
}/*\*/* html .ccclearfix {
height: 1%;
}
.ccclearfix {
display: block;
}/**/.simple .ccchildpage {
background: #eee; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.1))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #333;
}
.simple .ccchildpage a {
color: blue;
text-decoration: underline;
}
.simple .ccpages_more {
text-align: right;
font-style: italic;
}
.simple .ccpages_more a {
text-decoration: none;
}
.simple .ccsubpages {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #999;
padding: .5em;
}  .ccred .ccchildpage {
background: #fee; background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0.3)), color-stop(100%, rgba(255, 0, 0, 0.1))); background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); background: -o-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); background: linear-gradient(to bottom, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #333;
}
.ccred .ccchildpage a {
color: blue;
text-decoration: underline;
}
.ccred .ccpages_more {
text-align: right;
font-style: italic;
}
.ccred .ccpages_more a {
text-decoration: none;
}
.ccred .ccsubpages {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #f99;
padding: .5em;
}  .ccblue .ccchildpage {
background: #eef; background: -moz-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 255, 0.3)), color-stop(100%, rgba(0, 0, 255, 0.1))); background: -webkit-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); background: -o-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #333;
}
.ccblue .ccchildpage a {
color: blue;
text-decoration: underline;
}
.ccblue .ccpages_more {
text-align: right;
font-style: italic;
}
.ccblue .ccpages_more a {
text-decoration: none;
}
.ccblue .ccsubpages {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #99f;
padding: .5em;
}  .ccgreen .ccchildpage {
background: #efe; background: -moz-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 255, 0, 0.3)), color-stop(100%, rgba(0, 255, 0, 0.1))); background: -webkit-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); background: -o-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); background: -ms-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); background: linear-gradient(to bottom, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #333;
}
.ccgreen .ccchildpage a {
color: blue;
text-decoration: underline;
}
.ccgreen .ccpages_more {
text-align: right;
font-style: italic;
}
.ccgreen .ccpages_more a {
text-decoration: none;
}
.ccgreen .ccsubpages {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #9f9;
padding: .5em;
}