/*
Theme Name: Blogmate
Author: Peregrine themes
Template: bloglo
Text Domain: blogmate
Description: BlogMate, a child theme of Bloglo, features a boxed width design with an animated background pattern. With a horizontal blog list style, it offers extensive customization options for colors and typography. Lightweight and moderate, BlogMate is a customizable News Magazine WordPress theme with one-click demo importer. Perfect for personal and multi-author bloggers, it's ideal for dynamic news, magazines, blogs, and creative sites. SEO friendly, WPML, Gutenberg, WooCommerce, and RTL ready, it's suitable for various content publishers and online magazines. Live preview : https://demo.peregrine-themes.com/bloglo/blogmate/
Author URI: https://peregrine-themes.com/
Theme URI: https://peregrine-themes.com/blogmate/
Version: 1.0.10
Requires at least: 5.4
Tested up to: 6.6
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, left-sidebar, footer-widgets, blog, news, entertainment, custom-background, custom-menu, custom-logo, post-formats, sticky-post, editor-style, threaded-comments, translation-ready, custom-colors, featured-images, full-width-template, theme-options, flexible-header, wide-blocks
*/


.containerCol3 {
    background: rgba(190, 190, 190, 0.2);
    box-shadow: 0 0 4px rgb(85 79 79 / 30%);
    border-radius: 3px;
    margin: 2em auto;
    max-width: 1300px;
    display: flex
;
    flex-flow: wrap;
    justify-content: space-between;
    /* padding: 10px; */
    overflow: hidden;
}

.modal-window__content {
width:460px;
}
.parent_div {
  display: flex;
  flex-wrap: wrap;
}

.content_mod {
    display: flex;
    margin: 10px 10px;
    align-items: center;
    color: gray;
    /* justify-content: center; */
}




.titlecol1 {
    text-align: center;
    font: 1.3em calibri, san-serif;
    color: black;
    margin: 1px;
}


.swatches2 {
    border-radius: 1em;
    /* display: inline-block; */
    /* position: relative; */
    height: 20rem;
    width: 20rem;
    /* margin: 2px 2px; */
    /* padding: 2px 2px; */
    /* text-align: center; */
}



.oldcol:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  box-shadow: 0 0 8px rgb(85 79 79 / 50%);
   /* border: 1px solid #878787;  */
  z-index:1;	
}



.entryCol1:hover {
/*   -ms-transform: scale(1.05); /* IE 9 */
 /* /*  -webkit-transform: scale(1.05); /* Safari 3-8 */
/*   transform: scale(1.05); 
 /*  box-shadow: 2px 2px 2px #333;
  border: 1px solid #333;
  z-index:1;
  
   */
 
  
    
  border-radius: 15px;
}

.entryCol:hover {
  /*  -ms-transform: scale(1.05); /* IE 9 */
 /*   -webkit-transform: scale(1.05); /* Safari 3-8 */ 
  /*  transform: scale(1.05); */
  box-shadow: 0 0 8px rgb(85 79 79 / 50%);
   /* border: 1px solid #878787;  */
  /*  z-index:1;	*/
     
  border-radius: 5px;
}




.containerCol {
  background: rgba(190, 190, 190, 0.2);
  box-shadow: 0 0 4px rgb(85 79 79 / 30%);
  border-radius: 3px;
  margin: 2em auto;
  max-width: 1100px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; /* Horizontal spacing between the entries. */
  /* padding: var(--gap) var(--gap) calc(var(--gap)/2) var(--gap); /* The external spacing of the container. */ 
  padding: 10px; 
  overflow: hidden; /* Prevents .corner::before to be visible outside the margins of the container. */
}
.entryCol {
  width: calc((100% / var(--columns)) - calc(var(--gap)/2)); /* Column width must take into account the desired gap. */
  margin-bottom: calc(var(--gap)/2); /* Vertical spacing between the entries. */
  position: relative; /* This is required, to contain .corner::before within the margins of it's parent. */
  /* border-radius: 10px;	*/
}
.entryCol-content {
  display: grid;
  place-items: center;
  min-height: clamp( 1em, calc(100vw/var(--columns)), calc(var(--container-max-width)/var(--columns)) );
  background: var(--background-box);
  transition: all var(--transition-duration) var(--transition-style);
  pointer-events: none; /* When hovering over an entry, ignore this element, even if its on the foreground. */
  z-index: 1; /* The content div should have a higher z-index than the .corner::before. */ 
  position: relative; /* z-index would have no effect without a specific position. */
}
.entryCol:hover .entryCol-content {
  
  color: var(--color-line);
}
.cornerCol-container { /* The corner container should cover the entire entry. */
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
}






















body {
	background: #ddd;
}



.titlecol {
	font: 1.6em calibri, san-serif;
	color:black;
}

.hexrgbcol{
	color: #CBC6BA;
}


.swatches {
	flex-wrap: wrap;
	display: grid;
  grid-template-columns: repeat(9, 1fr);
	list-style: none;
	font: 0.7em calibri, san-serif;
	color: #333;
}

.swatches li {

	border-radius: 1em;
	display: inline-block;
	position: relative;
	height: 10rem;
	width: 10rem;
	margin: 2px 2px;
	padding:2px 2px;
	text-align: center;
	
}

.swatches li span {
	position: relative;
	top: 2.2rem;
	display: inline-block;
	
}



@media (max-width: 990px) {


	
	
	
.content_mod {
        flex: 1 1 25%;
        display: flex;
        /* margin: 3px 3px; */
        /* align-items: center; */
        color: gray;
        font-size: 17px;
        justify-content: center; 
    }




.swatches2 {
    border-radius: 1em;
    /* display: inline-block; */
    /* position: relative; */
    height: 17rem;
    width: 17rem;
    /* margin: 2px 2px; */
    /* padding: 2px 2px; */
    /* text-align: center; */
}	
	
	
		
	
	
	

.swatches {
    flex-wrap: wrap;
    display: grid;

    grid-template-columns: repeat(9, 1fr);


    max-width: 450px;
}
.swatches li {
     border-radius: 0.1em;
    display: inline-block;
    position: relative;
    height: 7.5rem;
    width: 7.5rem;
    margin: 2px 2px;
    
    
}
.swatches li span mobnon {
	display: none;
	
}
.swatches li span mobnon {

	display: none;
	
}

.swatches li span {
	display: none;
	
}

}





@media (max-width: 480px) {

.modal-window__content {
width:340px;
}
	
.content_mod {
        flex: 1 1 15%;
        display: flex;
        margin: 5px 5px;
        /* align-items: center; */
        color: gray;
        font-size: 14px;
        justify-content: center; 
        /* margin-left: -12px; */
    }

.titlecol1 {
    text-align: left;
    font: 1.2em calibri, san-serif;
    color: black;
    margin: 1px;
	padding-bottom:10px;
}


.swatches2 {
    border-radius: 1em;
    /* display: inline-block; */
    /* position: relative; */
    height: 17rem;
    width: 17rem;
    /* margin: 2px 2px; */
    /* padding: 2px 2px; */
    /* text-align: center; */
}	
	
	

	
.pCol{
display:none;	
}	
	
.containerCol {
  padding: var(--gap) var(--gap) calc(var(--gap)/2) var(--gap); /* The external spacing of the container. */ 
}	
.entryCol {
  width: calc((100% / var(--columns)) - calc(var(--gap)/2)); /* Column width must take into account the desired gap. */
  margin-bottom: calc(var(--gap)/2); /* Vertical spacing between the entries. */
  position: relative; /* This is required, to contain .corner::before within the margins of it's parent. */
  border-radius: 3px;	
}	
	
	
.swatches {
    flex-wrap: wrap;
    display: grid;
    width: 100%;
    place-self: center;
    place-content: center;
    justify-content: center;
    align-items: center;

    grid-template-columns: repeat(9, 1fr);

    

   
}
.swatches li {
     border-radius: 0.1em;
    display: inline-block;
    position: relative;
    height: 4.3rem;
    width: 4.3rem;
    margin: 2px 2px;
    
    
}
.swatches li span mobnon {
	display: none;
	
}
.swatches li span mobnon {

	display: none;
	
}

.swatches li span {
	display: none;
	
}

}


@media (max-width: 390px) {
    .modal-window__content {
	   align-items: center;
       justify-content: center; 
	   width: 260px;
    }
	.titlecol1 {
        text-align: left;
        width: 180px;
        font: 1.1em calibri, san-serif;
        color: black;
        margin: 1px;
        padding-bottom: 10px;
    }
	
	    .swatches2 {
        border-radius: 1em;
        /* display: inline-block; */
        /* position: relative; */
        height: 25rem;
        width: 25rem;
        /* margin: 2px 2px; */
        /* padding: 2px 2px; */
        /* text-align: center; */
    }
	#bloglo-scroll-top.bloglo-visible {
  display: none;
}
}
	

:root {
	

  --gap: 2px;
  --columns: 9;
  --color-line: #acacac;
  --color-font: #B8B4BE;
  --container-max-width: 1050px;
	
	/* light, use dark text  */
	--W1200:				            #F2F2EC;
	--W1201:				            #EEECE6;
	--W1202: 					        #F0EDE4;
	--W1203:							#F1EADC;
	--W1209:							#ECE8E4;
	--W1208:					        #E0E0DE;
	--W1207:					        #DEE1DE;
	--W1210:					        #D9DBDC;
	--W1211:					        #E3E7E8;
	
	--0014:					            #BBB6A8;
	--0015:					            #CBC6BA;
	--0016:					            #D8D4CA;
	--W1204:							#E1DED4;	
	--0017:					            #DFDCD6;
	--0018:					            #E6E3DA;
	--W1205:							#E7E4DC;
	--W1206:							#EBEBE3;	
	--0019:						        #F5F4F0;
	
	--0021:						        #EDDF34;
	--0022:					            #EDE34A;
	--0023:					            #EDE761;
	--0024:					            #EBEA7A;
	--0025:					            #ECED92;
	--0026:					            #EAEDA6;	
	--0027:						        #EBEFB7;
	--0028:						        #EBEEC7;	
	--0029:						        #ECEDCE;

	--0031:					            #F0D333;
	--0032:					            #F0D64A;
	--0033:					            #EFDD60;
	--0034:					            #F0E57A;
	--0035:					            #ECE891;	
	--0036:						        #EEEBA6;
	--0037:						        #EEEDB9;
	--0038:					            #EDEDC7;
	--0039:					            #EDEDCD;

	--0041:					            #EEC737;
	--0042:					            #F3D14D;
	--0043:					            #F1D963;
	--0044:					            #F1E07C;
	--0045:					            #EEE591;	
	--0046:						        #ECE8A5;
	--0047:						        #ECEBB7;
	--0048:					            #ECEDC9;
	--0049:					            #ECEDCE;

	--0051:					            #E1B03C;
	--0052:					            #E7BA4C;
	--0053:					            #ECC761;
	--0054:					            #EFD278;
	--0055:					            #EED98D;	
	--0056:						        #E8DA9C;
	--0057:						        #EEE6B6;
	--0058:					            #EEEAC7;
	--0059:					            #F0EBD0;
	
	--0061:					            #EDC035;
	--0062:					            #F0C652;
	--0063:					            #F0CD60;
	--0064:					            #F1D879;
	--0065:					            #EFE092;	
	--0066:						        #F0E6A7;
	--0067:						        #EFEABB;
	--0068:					            #EEECC9;
	--0069:					            #EEECD0;

	--0071:					            #E9B535;
	--0072:					            #EFBF3E;
	--0073:					            #EFCA69;
	--0074:					            #F0D47E;
	--0075:					            #EEDC93;	
	--0076:						        #F0E3AA;
	--0077:						        #F0E9BD;
	--0078:					            #EDEAC9;
	--0079:					            #EFECD4;

	--0081:					            #E6AB39;
	--0082:					            #E8B14F;
	--0083:					            #EEBE63;
	--0084:					            #F3CC6D;
	--0085:					            #F1D791;	
	--0086:						        #F0DFA6;
	--0087:						        #F1E5B8;
	--0088:					            #EFE9C7;
	--0089:					            #EFEBD2;
	
	--0121:					            #B9A145;
	--0122:					            #C5AB58;
	--0123:					            #D0BA68;
	--0124:					            #D8C67C;
	--0125:					            #E0D190;	
	--0126:						        #E4DBA6;
	--0127:						        #EAE4BA;
	--0128:					            #EBE6C9;
	--0129:					            #ECE9D2;
	
	--0131:					            #C39941;
	--0132:					            #CDA556;
	--0133:					            #D6B366;
	--0134:					            #E1C27B;
	--0135:					            #E8CE91;	
	--0136:						        #EBD8A6;
	--0137:						        #ECDFB7;
	--0138:					            #EDE5C7;
	--0139:					            #EEE9D2;	
	
	--0141:					            #B89348;
	--0142:					            #C29D58;
	--0143:					            #CFAB69;
	--0144:					            #D8B97A;
	--0145:					            #E4C891;	
	--0146:						        #E9D5A5;
	--0147:						        #EEDEB9;
	--0148:					            #EEE5C9;
	--0149:					            #F0E8D2;	

	--0151:					            #896C4C;
	--0152:					            #997C54;
	--0153:					            #AE9166;
	--0154:					            #C1A477;
	--0155:					            #CCB58E;	
	--0156:						        #DBC7A3;
	--0157:						        #E2D3B5;
	--0158:					            #E6DBC4;
	--0159:					            #E9E3D0;	
	
	--0161:					            #89704D;
	--0162:					            #967D59;
	--0163:					            #A58D69;
	--0164:					            #B89F7B;
	--0165:					            #C6B08E;	
	--0166:						        #D3C1A3;
	--0167:						        #DECFB6;
	--0168:					            #E3D9C4;
	--0169:					            #E6DFCB;		
	
	--0171:					            #92744B;
	--0172:					            #9E8159;
	--0173:					            #AE9166;
	--0174:					            #C0A47B;
	--0175:					            #CEB48E;	
	--0176:						        #D8C4A0;
	--0177:						        #E2D3B5;
	--0178:					            #E6DBC4;
	--0179:					            #EAE3CF;		
	
	--0181:					            #7E694C;
	--0182:					            #8F795A;
	--0183:					            #A08A6A;
	--0184:					            #B29D7C;
	--0185:					            #C1AE8F;	
	--0186:						        #CEBFA2;
	--0187:						        #D9CEB6;
	--0188:					            #ECE2CF;
	--0189:					            #E7DFCF;		

	--0191:					            #765E45;
	--0192:					            #866D55;
	--0193:					            #9C8267;
	--0194:					            #A99277;
	--0195:					            #C0AA90;	
	--0196:						        #CEBBA3;
	--0197:						        #D9C9B4;
	--0198:					            #E1D5C5;
	--0199:					            #E4DBCC;		

	--1251:					            #6D6454;
	--1252:					            #796F5F;
	--1253:					            #8C826F;
	--1254:					            #A09683;
	--1255:					            #B3AA98;	
	--1256:						        #C3BBAA;
	--1257:						        #D0C9BA;
	--1258:					            #DCD6CA;
	--1259:					            #E1DBD1;		
	
	--1261:					            #655D52;
	--1262:					            #71695E;
	--1263:					            #7C7468;
	--1264:					            #887F73;
	--1265:					            #948B7F;	
	--1266:						        #A39B8E;
	--1267:						        #AEA79A;
	--1268:					            #B9B1A5;
	--1269:					            #C5BFB3;		

	--1271:					            #736555;
	--1272:					            #7E6F5E;
	--1273:					            #90816F;
	--1274:					            #A59682;
	--1275:					            #B6A997;	
	--1276:						        #C6BBAA;
	--1277:						        #D3C9BA;
	--1278:					            #DDD5C9;
	--1279:					            #E3DDD2;	

	--0201:					            #D9A43A;
	--0202:					            #E0AD50;
	--0203:					            #E6BA60;
	--0204:					            #EFCD81;
	--0205:					            #F0D18A;	
	--0206:						        #F1DAA1;
	--0207:						        #F1DEAB;
	--0208:					            #EFE5C0;
	--0209:					            #EFE9D0;	

	--0211:					            #CD9444;
	--0212:					            #D59D50;
	--0213:					            #E0AC61;
	--0214:					            #E9BF7D;
	--0215:					            #EAC688;	
	--0216:						        #F0D29F;
	--0217:						        #F0DDB7;
	--0218:					            #F1E4C7;
	--0219:					            #F0E4CB;

	--0221:					            #C48943;
	--0222:					            #CF9855;
	--0223:					            #DAA667;
	--0224:					            #E6B978;
	--0225:					            #EAC691;	
	--0226:						        #EED3A7;
	--0227:						        #F1DDBB;
	--0228:					            #F2E3C9;
	--0229:					            #F2E7D2;

	--0231:					            #A97D4B;
	--0232:					            #B88B57;
	--0233:					            #C0986A;
	--0234:					            #D2AC7A;
	--0235:					            #DBBC90;	
	--0236:						        #E5CBA5;
	--0237:						        #E7D4B6;
	--0238:					            #ECDEC6;
	--0239:					            #EEE4D1;

	--0241:					            #A27240;
	--0242:					            #B28452;
	--0243:					            #C39561;
	--0244:					            #D3A976;
	--0245:					            #DAB886;	
	--0246:						        #E4C7A0;
	--0247:						        #E9D3B4;
	--0248:					            #ECDEC6;
	--0249:					            #ECE2CF;	

	--0281:					            #D08B42;
	--0282:					            #D49551;
	--0283:					            #E0A460;
	--0284:					            #E6B473;
	--0285:					            #EEC48C;	
	--0286:						        #EFD09F;
	--0287:						        #F0D9B4;
	--0288:					            #F1E1C3;
	--0289:					            #F0E4CB;		

	--0291:					            #CB7D3B;
	--0292:					            #D68D4D;
	--0293:					            #E09C5C;
	--0294:					            #EAAF74;
	--0295:					            #ECB980;	
	--0296:						        #F2C795;
	--0297:						        #F2D1A7;
	--0298:					            #F2DCBD;
	--0299:					            #F1E3CB;	

	--0301:					            #BE7741;
	--0302:					            #C58452;
	--0303:					            #D4955F;
	--0304:					            #E0A773;
	--0305:					            #E7B887;	
	--0306:						        #EAC59B;
	--0307:						        #EED2B0;
	--0308:					            #EFDDC2;
	--0309:					            #F2E0C7;

	--0311:					            #AF6B41;
	--0312:					            #BB7C54;
	--0313:					            #C78B5E;
	--0314:					            #D79F74;
	--0315:					            #E2B18A;	
	--0316:						        #E8C2A0;
	--0317:						        #ECCFB4;
	--0318:					            #ECD9C3;
	--0319:					            #EEDDC8;

	--0321:					            #B56841;
	--0322:					            #BC7450;
	--0323:					            #C9855E;
	--0324:					            #DBA079;
	--0325:					            #EABD9B;	
	--0326:						        #ECC8AD;
	--0327:						        #EBD0B9;
	--0328:					            #EDD9C6;
	--0329:					            #ECDDCD;

	--0331:					            #9E6742;
	--0332:					            #AC7753;
	--0333:					            #BE8A64;
	--0334:					            #CA9B77;
	--0335:					            #DAB08C;	
	--0336:						        #E2C0A1;
	--0337:						        #EAD0B6;
	--0338:					            #ECD9C5;
	--0339:					            #F0E1CF;

	--0341:					            #A4744B;
	--0342:					            #B0815B;
	--0343:					            #BE9269;
	--0344:					            #CBA47C;
	--0345:					            #D8B591;	
	--0346:						        #E4C7A8;
	--0347:						        #E8D4BA;
	--0348:					            #E9DAC6;
	--0349:					            #EDE1D1;

	--0351:					            #946C48;
	--0352:					            #9E7A58;
	--0353:					            #AE8966;
	--0354:					            #C09C78;
	--0355:					            #CDAD8C;	
	--0356:						        #D8BFA1;
	--0357:						        #E2CEB6;
	--0358:					            #E7D8C4;
	--0359:					            #EADECD;

	--0361:					            #7F5B42;
	--0362:					            #927057;
	--0363:					            #A27F64;
	--0364:					            #B29379;
	--0365:					            #C5A88E;	
	--0366:						        #D2B9A1;
	--0367:						        #DBC9B4;
	--0368:					            #E3D5C3;
	--0369:					            #E6DBCC;

	--0371:					            #7A5A45;
	--0372:					            #896955;
	--0373:					            #9A7B64;
	--0374:					            #AE9077;
	--0375:					            #BFA38D;	
	--0376:						        #CDB3A0;
	--0377:						        #DAC6B4;
	--0378:					            #E0D2C4;
	--0379:					            #E5DBCE;

	--0381:					            #735945;
	--0382:					            #806857;
	--0383:					            #937966;
	--0384:					            #A88F7A;
	--0385:					            #BBA490;	
	--0386:						        #C8B5A3;
	--0387:						        #D8C7B8;
	--0388:					            #DED3C6;
	--0389:					            #E2D9CD;

	--0391:					            #675246;
	--0392:					            #776458;
	--0393:					            #8C796C;
	--0394:					            #9F8D80;
	--0395:					            #B1A094;	
	--0396:						        #C3B4A8;
	--0397:						        #CDC1B7;
	--0398:					            #D9D0C7;
	--0399:					            #DED5CE;	
	
	--1281:					            #695B4F;
	--1282:					            #736559;
	--1283:					            #7E7063;
	--1284:					            #8A7B6E;
	--1285:					            #968779;	
	--1286:						        #A59789;
	--1287:						        #B0A394;
	--1288:					            #BAADA0;
	--1289:					            #C6BBAE;	
	
	--1291:					            #615851;
	--1292:					            #6B645C;
	--1293:					            #7E776D;
	--1294:					            #938B81;
	--1295:					            #A8A096;	
	--1296:						        #B9B2A9;
	--1297:						        #C8C2BA;
	--1298:					            #D4CFC7;
	--1299:					            #DDD8D0;	
	
	--0401:					            #895644;
	--0402:					            #976554;
	--0403:					            #A87563;
	--0404:					            #B98874;
	--0405:					            #C89B88;	
	--0406:						        #D4AE9C;
	--0407:						        #E0C0AF;
	--0408:					            #E4CCBF;
	--0409:					            #E9D7CC;	

	--0411:					            #704C42;
	--0412:					            #7F5E57;
	--0413:					            #8F6C65;
	--0414:					            #A1817A;
	--0415:					            #B6978F;	
	--0416:						        #C6ABA3;
	--0417:						        #D4BCB5;
	--0418:					            #DECBC5;
	--0419:					            #E2D4CE;	

	--1311:					            #694D4E;
	--1312:					            #745A5B;
	--1313:					            #866C6D;
	--1314:					            #998081;
	--1315:					            #AD9696;	
	--1316:						        #BDA9A9;
	--1317:						        #CBBABA;
	--1318:					            #D9CBCA;
	--1319:					            #DFD3D2;	

	--1301:					            #6A5952;
	--1302:					            #75645D;
	--1303:					            #88766F;
	--1304:					            #9C8A82;
	--1305:					            #B09F97;	
	--1306:						        #BFB0A8;
	--1307:						        #CFC3BB;
	--1308:					            #DAD0C9;
	--1309:					            #E1D8D2;

	--0421:					            #524743;
	--0422:					            #645959;
	--0423:					            #756A6A;
	--0424:					            #88807E;
	--0425:					            #A19794;	
	--0426:						        #B3AAA7;
	--0427:						        #C3BDBA;
	--0428:					            #D1CBC8;
	--0429:					            #D8D4D1;	

	--0431:					            #564B48;
	--0432:					            #655D5A;
	--0433:					            #79706D;
	--0434:					            #8C8582;
	--0435:					            #A19A96;	
	--0436:						        #B3ACA9;
	--0437:						        #C5C0BC;
	--0438:					            #D3CECA;
	--0439:					            #D9D4CF;	

	--0441:					            #504746;
	--0442:					            #625D5F;
	--0443:					            #767172;
	--0444:					            #888284;
	--0445:					            #9D9899;	
	--0446:						        #AEABAC;
	--0447:						        #C1BDBC;
	--0448:					            #CFCBCA;
	--0449:					            #D8D4D1;	

	--0451:					            #EEAF3C;
	--0452:					            #F0B954;
	--0453:					            #F2C468;
	--0454:					            #F1D07E;
	--0455:					            #EFDB95;	
	--0456:						        #F0E3AA;
	--0457:						        #ECE6BC;
	--0458:					            #EEE9CB;
	--0459:					            #ECE9D2;

	--0461:					            #EF9E42;
	--0462:					            #F1A853;
	--0463:					            #F3B765;
	--0464:					            #F3C37B;
	--0465:					            #F2CF90;	
	--0466:						        #F0DAA4;
	--0467:						        #F0E2B8;
	--0468:					            #EFE9C7;
	--0469:					            #EFECD4;

	--0471:					            #EC8C40;
	--0472:					            #F19C57;
	--0473:					            #F3AB68;
	--0474:					            #F4BA7C;
	--0475:					            #F2C78F;	
	--0476:						        #F1D2A3;
	--0477:						        #F2DDB7;
	--0478:					            #F1E4C7;
	--0479:					            #F0E8D2;

	--0481:					            #E97841;
	--0482:					            #EC8351;
	--0483:					            #F19666;
	--0484:					            #F2A679;
	--0485:					            #F2B58E;	
	--0486:						        #F3C6A4;
	--0487:						        #F3D4B9;
	--0488:					            #F2DCC6;
	--0489:					            #F2E3D1;

	--0491:					            #E36143;
	--0492:					            #E97153;
	--0493:					            #F08467;
	--0494:					            #F29477;
	--0495:					            #F6A88E;	
	--0496:						        #F6B8A1;
	--0497:						        #F5C7B5;
	--0498:					            #F4D3C5;
	--0499:					            #F3DBCE;	

	--0501:					            #CB5B3F;
	--0502:					            #D36853;
	--0503:					            #E27B65;
	--0504:					            #F48479;
	--0505:					            #F0A28F;	
	--0506:						        #F3B4A2;
	--0507:						        #F4C4B7;
	--0508:					            #F2CFC3;
	--0509:					            #F3D6CC;	

	--0511:					            #D6443B;
	--0512:					            #DB514E;
	--0513:					            #E56260;
	--0514:					            #ED7576;
	--0515:					            #F58D8E;	
	--0516:						        #F7A0A3;
	--0517:						        #F6B1B2;
	--0518:					            #F6C2C4;
	--0519:					            #F7CDCD;	

	--0521:					            #BE473D;
	--0522:					            #D15450;
	--0523:					            #E06765;
	--0524:					            #E97978;
	--0525:					            #F1908A;	
	--0526:						        #F3A2A3;
	--0527:						        #F8B5B6;
	--0528:					            #F6C5C6;
	--0529:					            #F6CACA;	

	--0561:					            #A2573F;
	--0562:					            #AE6650;
	--0563:					            #BC765E;
	--0564:					            #CF8E74;
	--0565:					            #D9A088;	
	--0566:						        #E4B39D;
	--0567:						        #E9C4AF;
	--0568:					            #EDD1C1;
	--0569:					            #ECD9CA;

	--0571:					            #91493A;
	--0572:					            #995446;
	--0573:					            #A86152;
	--0574:					            #BB7666;
	--0575:					            #C58273;	
	--0576:						        #D19787;
	--0577:						        #DEADA1;
	--0578:					            #E3BAAE;
	--0579:					            #E9C8BD;

	--0581:					            #9C463C;
	--0582:					            #A6544E;
	--0583:					            #B8645F;
	--0584:					            #C77773;
	--0585:					            #D78C8A;	
	--0586:						        #E1A09D;
	--0587:						        #E8B4B2;
	--0588:					            #EDC6C3;
	--0589:					            #F1CCC9;

	--0591:					            #7E4B4B;
	--0592:					            #8C5F61;
	--0593:					            #9D7173;
	--0594:					            #AB8386;
	--0595:					            #BF9A9B;	
	--0596:						        #CEAFB0;
	--0597:						        #D9C1C1;
	--0598:					            #E1CDCC;
	--0599:					            #E5D3D2;	

	--0601:					            #834947;
	--0602:					            #8E5A5B;
	--0603:					            #9C6A6C;
	--0604:					            #AF7F81;
	--0605:					            #C19597;	
	--0606:						        #D0AAA9;
	--0607:						        #DABCBB;
	--0608:					            #E1CAC8;
	--0609:					            #E7D2D0;	

	--0611:					            #8B4745;
	--0612:					            #A25B5C;
	--0613:					            #B66C6F;
	--0614:					            #C98284;
	--0615:					            #D8979A;	
	--0616:						        #E1AAAD;
	--0617:						        #ECBEC0;
	--0618:					            #EECDCC;
	--0619:					            #F0D6D6;	

	--0621:					            #8A4751;
	--0622:					            #995A69;
	--0623:					            #AB6C7E;
	--0624:					            #C87992;
	--0625:					            #CA98A6;	
	--0626:						        #D5ABB7;
	--0627:						        #DFBEC7;
	--0628:					            #E4CBD2;
	--0629:					            #EBD8DB;	

	--0631:					            #7B4C55;
	--0632:					            #93626D;
	--0633:					            #A77683;
	--0634:					            #B88995;
	--0635:					            #CBA1AB;	
	--0636:						        #D6B3BB;
	--0637:						        #E1C2C9;
	--0638:					            #E8D2D4;
	--0639:					            #E9D8D9;

	--0671:					            #72566A;
	--0672:					            #816B81;
	--0673:					            #948096;
	--0674:					            #A895A9;
	--0675:					            #B8A9BB;	
	--0676:						        #C8BAC7;
	--0677:						        #D4C9D2;
	--0678:					            #DED4DB;
	--0679:					            #E4DEE0;

	--0681:					            #6E6385;
	--0682:					            #837A9D;
	--0683:					            #9690B1;
	--0684:					            #ABA5C1;
	--0685:					            #BBB6CC;	
	--0686:						        #CBC8D8;
	--0687:						        #D6D4DE;
	--0688:					            #DED4E2;
	--0689:					            #E4E2E5;

	--0691:					            #6978A0;
	--0692:					            #808EB1;
	--0693:					            #97A4C1;
	--0694:					            #A9B4CC;
	--0695:					            #BCC4D5;	
	--0696:						        #CBD2DE;
	--0697:						        #D8DDE4;
	--0698:					            #E1E4E5;
	--0699:					            #E3E7E8;

	--0701:						        #6283D2;
	--0702:					            #7697D9;
	--0703:					            #8CABDF;
	--0704:					            #A1BBE4;
	--0705:					            #B7CCE9;
	--0706:					            #C7D7E9;	
	--0707:						        #D4DEE8;
	--0708:						        #DEE4E7;	
	--0709:						        #E1E6E7;

	--0711:						        #488FCD;
	--0712:					            #5DA5E4;
	--0713:					            #7FB4E1;
	--0714:					            #99C1E3;
	--0715:					            #AFCFE7;
	--0716:					            #C2D9E7;	
	--0717:						        #D0DFE7;
	--0718:						        #DCE5E7;	
	--0719:						        #E1E6E7;	

	--0721:						        #3892C4;
	--0722:					            #5AA4D0;
	--0723:					            #77B4D9;
	--0724:					            #8BC0DF;
	--0725:					            #A4CDE3;
	--0726:					            #B9D7E5;	
	--0727:						        #CADEE5;
	--0728:						        #D9E5E8;	
	--0729:						        #DCE8E9;

	--0731:					            #3AA0C2;
	--0732:					            #63B1CD;
	--0733:					            #7DBDD4;
	--0734:					            #99CCDE;
	--0735:					            #AFD6E3;	
	--0736:						        #C5DFE7;
	--0737:						        #D2E3E5;
	--0738:					            #DDE8E7;
	--0739:					            #E3EAE8;

	--0741:					            #4C9DA6;
	--0742:					            #67ACB4;
	--0743:					            #7FBCC4;
	--0744:					            #95C7CD;
	--0745:					            #B2D6DA;	
	--0746:						        #C2DCDE;
	--0747:						        #D0E4E3;
	--0748:					            #DBE8E5;
	--0749:					            #E3EAE7;

	--0751:					            #309DC2;
	--0752:					            #69AEC1;
	--0753:					            #83BDCC;
	--0754:					            #9BC9D4;
	--0755:					            #B2D6DE;	
	--0756:						        #C3DCE0;
	--0757:						        #D3E3E3;
	--0758:					            #DDE8E5;
	--0759:					            #E3EAE7;
	
	--0761:					            #508EBB;
	--0762:					            #6AA2CD;
	--0763:					            #84B2D6;
	--0764:					            #9AC2DD;
	--0765:					            #AFCFE7;	
	--0766:						        #C2D9E7;
	--0767:						        #D0DFE7;
	--0768:					            #DEE7E9;
	--0769:					            #DFE7E7;

	--0771:					            #5A7EA0;
	--0772:					            #7798B8;
	--0773:					            #88A8C4;
	--0774:					            #9FBBD1;
	--0775:					            #B4CADA;	
	--0776:						        #C4D4E0;
	--0777:						        #D1DCE3;
	--0778:					            #DCE5E7;
	--0779:					            #E1E6E7;

	--0781:					            #5A899A;
	--0782:					            #709BAB;
	--0783:					            #85ACBA;
	--0784:					            #9EBECA;
	--0785:					            #B1CBD3;	
	--0786:						        #C6D8DE;
	--0787:						        #D2DFE2;
	--0788:					            #DDE5E5;
	--0789:					            #DFE7E5;

	--0791:					            #4F718C;
	--0792:					            #6087A3;
	--0793:					            #7599B3;
	--0794:					            #96B2C5;
	--0795:					            #B1C7D3;	
	--0796:						        #C4D2D7;
	--0797:						        #D4DCDC;
	--0798:					            #E0E4E1;
	--0799:					            #E2E6E3;

	--0831:					            #5B6A77;
	--0832:					            #71818E;
	--0833:					            #8796A2;
	--0834:					            #9EABB5;
	--0835:					            #B3BEC5;	
	--0836:						        #C4CBCF;
	--0837:						        #D0D6DA;
	--0838:					            #DCE1E0;
	--0839:					            #DEE0E0;

	--0841:					            #586C72;
	--0842:					            #6D8088;
	--0843:					            #82949B;
	--0844:					            #96A6AC;
	--0845:					            #ABB9BC;	
	--0846:						        #BDC9CA;
	--0847:						        #CBD3D3;
	--0848:					            #D8DEDC;
	--0849:					            #E0E4E1;

	--0851:					            #5A656A;
	--0852:					            #6A7A82;
	--0853:					            #839096;
	--0854:					            #96A3A7;
	--0855:					            #ACB5B8;	
	--0856:						        #BAC3C5;
	--0857:						        #CDD3D3;
	--0858:					            #D6DBDA;
	--0859:					            #DFE0DE;

	--1321:						        #616B6A;
	--1322:					            #6D7978;
	--1323:					            #798484;
	--1324:					            #86908F;
	--1325:					            #939D9B;
	--1326:					            #A1AAA9;	
	--1327:						        #ADB5B4;
	--1328:						        #B7BFBD;	
	--1329:						        #C4CAC8;

	--0861:					            #545B60;
	--0862:					            #6B737B;
	--0863:					            #808894;
	--0864:					            #959CA2;
	--0865:					            #ABB2B6;	
	--0866:						        #BEC4C7;
	--0867:						        #CDD0D1;
	--0868:					            #D8DBDA;
	--0869:					            #DADDDC;

	--0871:					            #515256;
	--0872:					            #6A6D74;
	--0873:					            #7A7F85;
	--0874:					            #98999D;
	--0875:					            #A7A9AC;	
	--0876:						        #B8B9BA;
	--0877:						        #CFCFCF;
	--0878:					            #D8D7D5;
	--0879:					            #E0E0DE;

	--0881:					            #4C4948;
	--0882:					            #5B5C5D;
	--0883:					            #6C6D6E;
	--0884:					            #818183;
	--0885:					            #969696;	
	--0886:						        #AEAEAC;
	--0887:						        #BFBEBC;
	--0888:					            #CDCCCA;
	--0889:					            #D6D5D1;

	--0891:					            #4A4746;
	--0892:					            #5A5A5A;
	--0893:					            #6C6D6E;
	--0894:					            #878787;
	--0895:					            #949494;	
	--0896:						        #A9A9A7;
	--0897:						        #C4C3C1;
	--0898:					            #D3D1CE;
	--0899:					            #DBDAD7;

	--0901:						        #504B4B;
	--0902:					            #605E60;
	--0903:					            #737173;
	--0904:					            #8A888A;
	--0905:					            #A2A0A0;
	--0906:					            #B3B0B1;	
	--0907:						        #C6C3C2;
	--0908:						        #D2D1D0;	
	--0909:						        #D5D5D3;

	--0911:						        #54504A;
	--0912:					            #65635F;
	--0913:					            #77756E;
	--0914:					            #8B8882;
	--0915:					            #A19E97;
	--0916:					            #B4B1AA;	
	--0917:						        #C4C1BA;
	--0918:						        #D1CFCA;	
	--0919:						        #D7D5CF;	

	--0921:						        #52504A;
	--0922:					            #62625B;
	--0923:					            #676660;
	--0924:					            #949188;
	--0925:					            #9E9B92;
	--0926:					            #B4B1A8;	
	--0927:						        #CDCAC1;
	--0928:						        #D8D5CB;	
	--0929:						        #DDDAD3;

	--0931:					            #565248;
	--0932:					            #6A665B;
	--0933:					            #7C776B;
	--0934:					            #908B7E;
	--0935:					            #A7A397;	
	--0936:						        #B7B3A7;
	--0937:						        #C7C3B9;
	--0938:					            #D4D1C8;
	--0939:					            #DAD7CE;

	--1381:					            #6F6957;
	--1382:					            #77725F;
	--1383:					            #8B8570;
	--1384:					            #9E9883;
	--1385:					            #B3AD98;	
	--1386:						        #C2BDAA;
	--1387:						        #CFCBBB;
	--1388:					            #DAD7CA;
	--1389:					            #E6E3D9;

	--1341:					            #636B5F;
	--1342:					            #6A7368;
	--1343:					            #7E857A;
	--1344:					            #93998E;
	--1345:					            #A7ADA2;	
	--1346:						        #B7BCB2;
	--1347:						        #C8CCC3;
	--1348:					            #D4D6CE;
	--1349:					            #DDDFD8;

	--1351:					            #60655D;
	--1352:					            #686F66;
	--1353:					            #747970;
	--1354:					            #7F857C;
	--1355:					            #8B9188;	
	--1356:						        #9A9F96;
	--1357:						        #A6ABA2;
	--1358:					            #B1B5AD;
	--1359:					            #BEC2BA;
	
	--1361:					            #5E625D;
	--1362:					            #656A65;
	--1363:					            #797E77;
	--1364:					            #8F928B;
	--1365:					            #A3A69F;	
	--1366:						        #B5B8B1;
	--1367:						        #C6C7C1;
	--1368:					            #D3D4CE;
	--1369:					            #DBDCD6;

	--1371:					            #66675C;
	--1372:					            #6F7165;
	--1373:					            #7A7C70;
	--1374:					            #86877C;
	--1375:					            #939488;	
	--1376:						        #A2A397;
	--1377:						        #ADAEA2;
	--1378:					            #B8B8AD;
	--1379:					            #C4C4BA;

	--0971:					            #596158;
	--0972:					            #6B746E;
	--0973:					            #7F8983;
	--0974:					            #939B95;
	--0975:					            #A7B0AA;	
	--0976:						        #BAC0BA;
	--0977:						        #CACDC8;
	--0978:					            #D5D8D1;
	--0979:					            #DCDDD7;	

	--1331:					            #67746E;
	--1332:					            #707E77;
	--1333:					            #7C8982;
	--1334:					            #88948D;
	--1335:					            #95A099;	
	--1336:						        #A3AEA7;
	--1337:						        #AFB8B1;
	--1338:					            #B9C1BB;
	--1339:					            #C5CCC6;	

	--0981:					            #5F8179;
	--0982:					            #739591;
	--0983:					            #89A6A3;
	--0984:					            #9EB9B6;
	--0985:					            #B3C8C5;	
	--0986:						        #C3D3CF;
	--0987:						        #D1DDD8;
	--0988:					            #DEE5E1;
	--0989:					            #E1E7E1;
	
	--0991:					            #4DA7A7;
	--0992:					            #6BB6B8;
	--0993:					            #87C4C4;
	--0994:					            #9ED0D1;
	--0995:					            #B3D9D8;	
	--0996:						        #C6E2E0;
	--0997:						        #D5E7E3;
	--0998:					            #DFECE6;
	--0999:					            #E1EBE6;

	--1001:						        #5B947D;
	--1002:					            #70A491;
	--1003:					            #85B3A1;
	--1004:					            #9BC1B1;
	--1005:					            #B2D1C4;
	--1006:					            #C3DACF;	
	--1007:						        #D0E0D7;
	--1008:						        #DBE6DD;	
	--1009:						        #DDE8E0;

	--1011:						        #5B8D67;
	--1012:					            #719E80;
	--1013:					            #84AD91;
	--1014:					            #9ABCA2;
	--1015:					            #B2CEB8;
	--1016:					            #C1D7C6;	
	--1017:						        #D2E0D3;
	--1018:						        #DCE6DB;	
	--1019:						        #E0E7DE;	

	--1411:						        #617863;
	--1412:					            #728875;
	--1413:					            #7E9380;
	--1414:					            #8A9E8B;
	--1415:					            #96A896;
	--1416:					            #A4B5A4;	
	--1417:						        #AFBEAE;
	--1418:						        #BAC7B8;	
	--1419:						        #C6D1C5;	
	
	--1021:						        #6C7558;
	--1022:					            #788067;
	--1023:					            #889177;
	--1024:					            #9CA38B;
	--1025:					            #B1B69F;
	--1026:					            #C2C5B1;	
	--1027:						        #CED1C1;
	--1028:						        #DBDBCD;	
	--1029:						        #E0E1D5;		

	--1401:						        #6F6F5A;
	--1402:					            #777863;
	--1403:					            #8A8A75;
	--1404:					            #9F9E89;
	--1405:					            #B1B19D;
	--1406:					            #C1C0AE;	
	--1407:						        #CFCEBF;
	--1408:						        #DBDACD;	
	--1409:						        #E3E1D8;

	--1391:					            #747055;
	--1392:					            #7B785F;
	--1393:					            #868268;
	--1394:					            #928D72;
	--1395:					            #9D987E;	
	--1396:						        #ABA78C;
	--1397:						        #B6B198;
	--1398:					            #C1BCA4;
	--1399:					            #CBC7B2;

	--1031:					            #658159;
	--1032:					            #76906E;
	--1033:					            #8AA280;
	--1034:					            #9FB494;
	--1035:					            #B0C1A6;	
	--1036:						        #C3D0B9;
	--1037:						        #D1DAC8;
	--1038:					            #DCE2D4;
	--1039:					            #E1E4D8;

	--1041:					            #56A069;
	--1042:					            #6CAF81;
	--1043:					            #83BF95;
	--1044:					            #9CCDA9;
	--1045:					            #AFD6B7;	
	--1046:						        #C1DFC6;
	--1047:						        #D0E5D2;
	--1048:					            #DBE9DA;
	--1049:					            #E2EBDF;

	--1051:					            #64BF6A;
	--1052:					            #7DC87C;
	--1053:					            #93D38E;
	--1054:					            #9DDFA1;
	--1055:					            #C0E4B4;	
	--1056:						        #CDE7C3;
	--1057:						        #D9EBCE;
	--1058:					            #E3ECD8;
	--1059:					            #E4EEDE;
	
	--1061:					            #78A553;
	--1062:					            #87AF67;
	--1063:					            #97BC78;
	--1064:					            #ACCB8D;
	--1065:					            #BCD3A1;	
	--1066:						        #CBDDB3;
	--1067:						        #D7E4C3;
	--1068:					            #E0E8D0;
	--1069:					            #E6EBDA;

	--1071:					            #7D964B;
	--1072:					            #8DA35F;
	--1073:					            #9FB371;
	--1074:					            #AEBF83;
	--1075:					            #BECC96;	
	--1076:						        #D0D9AD;
	--1077:						        #D8E0BE;
	--1078:					            #E1E5CC;
	--1079:					            #E4E7D0;

	--1421:						        #737A51;
	--1422:					            #838A64;
	--1423:					            #969C75;
	--1424:					            #A9AD89;
	--1425:					            #BCBF9E;
	--1426:					            #C8CBAE;	
	--1427:						        #D5D6BE;
	--1428:						        #DFE0CD;	
	--1429:						        #E7E6D8;		

	--1111:						        #ABBB41;
	--1112:					            #B7C656;
	--1113:					            #C4D16A;
	--1114:					            #D1DB81;
	--1115:					            #D9E296;
	--1116:					            #E0E8AA;	
	--1117:						        #E9ECBD;
	--1118:						        #EFEDBF;	
	--1119:						        #EBEDD2;	

	--1121:						        #BED43E;
	--1122:					            #C6DB53;
	--1123:					            #D1E36C;
	--1124:					            #DAE781;
	--1125:					            #DFE996;
	--1126:					            #E7EDAD;	
	--1127:						        #E5E9BA;
	--1128:						        #ECEDCB;	
	--1129:						        #EBEDD4;

	--1131:					            #8D964E;
	--1132:					            #9BA361;
	--1133:					            #ACB273;
	--1134:					            #BDC289;
	--1135:					            #CBD09E;	
	--1136:						        #D6DAB0;
	--1137:						        #E0E2C2;
	--1138:					            #E6E7CD;
	--1139:					            #E9EAD6;

	--1141:					            #9BA449;
	--1142:					            #A8B15C;
	--1143:					            #B6BE6C;
	--1144:					            #C5CC7F;
	--1145:					            #D0D693;	
	--1146:						        #D8DEA7;
	--1147:						        #E2E6BB;
	--1148:					            #E5E8C7;
	--1149:					            #E9EAD0;
	
	--1431:					            #697651;
	--1432:					            #7B8763;
	--1433:					            #8F9975;
	--1434:					            #A2AB88;
	--1435:					            #B5BC9C;	
	--1436:						        #C3CAAE;
	--1437:						        #D1D6BE;
	--1438:					            #DCDFCD;
	--1439:					            #E6E8D8;	

	--1441:					            #8C8A4C;
	--1442:					            #98955C;
	--1443:					            #A39F65;
	--1444:					            #ACA870;
	--1445:					            #B7B47C;	
	--1446:						        #C2BF8A;
	--1447:						        #CAC795;
	--1448:					            #D1CFA1;
	--1449:					            #D9D7B0;

	--1151:					            #CDC440;
	--1152:					            #D5CD55;
	--1153:					            #DCD467;
	--1154:					            #E2DD7E;
	--1155:					            #E5E395;	
	--1156:						        #E9E8AA;
	--1157:						        #EAEBBD;
	--1158:					            #EEEDCB;
	--1159:					            #EDECD2;
	
	--1161:					            #DCC63E;
	--1162:					            #DBCE52;
	--1163:					            #E5D666;
	--1164:					            #E9DE7F;
	--1165:					            #E9E298;	
	--1166:						        #EBE8AA;
	--1167:						        #EDEBBB;
	--1168:					            #EBEBC3;
	--1169:					            #EDECD2;




	
}

/* Palette only styles */































html body {
  background-color: #fff;
}

.bloglo-blog-horizontal .bloglo-article.post.sticky {
  outline: none;
}

.bloglo-blog-horizontal .bloglo-article.post.sticky .entry-media {
  outline: 5px solid var(--bloglo-primary_15);
}

.widget.bloglo-entry .wp-block-image+p {
  margin-top: 0;
}

.widget.bloglo-entry .wp-block-image figure,
#page .widget.bloglo-entry .wp-block-image figure {
  margin: 0 1rem 0 0;
}

#page .widget.bloglo-entry .wp-block-social-links {
  margin-bottom: 0;
}

body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a {
  padding: 0.4rem 1.4rem 0.4rem;
}

body.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .entry-meta {
  margin-top: 1.6rem;
}

body .navigation .nav-links .bloglo-animate-arrow,
body .navigation .nav-links .page-numbers,
body .page-links>span {
  background-color: transparent;
}

.bloglo-btn.btn-small {
  font-size: 95% !important;
}

.entry-footer .bloglo-btn.btn-text-1 {
  letter-spacing: 0.02rem;
  padding: 0.8rem 2.4rem !important;
  color: #fff;
  background-color: var(--bloglo-primary) !important;
}

.entry-footer .bloglo-btn.btn-text-1>span::before {
  display: none;
}

.entry-footer .bloglo-btn.btn-text-1,
.wp-block-search .wp-block-search__button,
body .bloglo-btn:not(.btn-text-1) {
  line-height: 1.8;
  border-radius: 7px !important;
  transform: translate(0px, 0px) !important;
  box-shadow: 0 10px 18px 0 var(--bloglo-primary_27) !important;
  -webkit-transition: var(--bloglo-transition-primary);
  transition: var(--bloglo-transition-primary);
}

.entry-footer .bloglo-btn.btn-text-1:active,
.wp-block-search .wp-block-search__button:active,
body .bloglo-btn:not(.btn-text-1):active,
.entry-footer .bloglo-btn.btn-text-1:hover,
.wp-block-search .wp-block-search__button:hover,
body .bloglo-btn:not(.btn-text-1):hover {
  color: #fff;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 18px 0 var(--bloglo-primary_09) !important;
}

body .navigation .nav-links .page-numbers:not(.prev, .next).current,
body .navigation .nav-links .page-numbers:hover button,
body.using-keyboard .navigation .nav-links .page-numbers:focus button,
body .navigation .nav-links .page-numbers:not(.prev, .next):hover,
body.using-keyboard .navigation .nav-links .page-numbers:not(.prev, .next):focus,
body .page-links a:hover span,
body.using-keyboard .page-links a:focus span,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a:hover,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus {
  color: #fff !important;
  box-shadow: 0 10px 18px 0 var(--bloglo-primary_27);
}

.entry-footer .bloglo-btn.btn-text-1:active,
.wp-block-search .wp-block-search__button:active,
body .bloglo-btn:not(.btn-text-1):active {
  transform: translateY(0px) !important;
}

/* Post content bg color */
.ticker-slider-items,
.pyml-slider-items,
.author .author-box,
.bloglo-sidebar-style-3 #secondary .bloglo-widget,
.bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget {
  border-radius: 1.5rem !important;
  box-shadow: none !important;
  border: 0.1rem solid rgba(190, 190, 190, 0.2);
}

html:not([data-theme=dark]) .ticker-slider-items,
html:not([data-theme=dark]) .pyml-slider-items,
html:not([data-theme=dark]) .author .author-box,
html:not([data-theme=dark]) .bloglo-sidebar-style-3 #secondary .bloglo-widget,
html:not([data-theme=dark]) .bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget {
  background: #fff9f3;
  border: 0.1rem solid #ffe7d2 !important;
}

.ticker-slider-items .ticker-title {
  border-radius: 0.8rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ticker-slider-controls .ticker-slider-pause {
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget {
  position: relative;
  margin-bottom: 4.5rem;
}

.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .widget-title,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .wp-block-heading {
  position: absolute;
  left: 2.5rem;
  top: -1.8rem;
  z-index: 2;
}

.is-section-heading-init-s2 #featured_links .widget-title,
.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
.is-footer-heading-init-s2 #bloglo-footer .wp-block-heading,
.is-footer-heading-init-s2 #bloglo-footer .widget-title,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .widget-title,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-heading {
  letter-spacing: 0.25px;
  width: auto;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 25px 7px;
  background-color: #fff;
  border-radius: 10rem;
  margin-bottom: 0;
  border: 1px solid rgba(39, 39, 39, 0.75);
}

html[data-theme="dark"] .is-section-heading-init-s2 #featured_links .widget-title,
html[data-theme="dark"] .is-footer-heading-init-s2 #bloglo-footer .wp-block-heading,
html[data-theme="dark"] .is-footer-heading-init-s2 #bloglo-footer .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-heading {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0.1rem solid rgba(190, 190, 190, 0.3);
}

.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__inside-wrapper {
  padding-top: 2.2rem;
}

.is-section-heading-init-s2 #pyml .pyml-slider-items {
  position: relative;
}

.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title+.bloglo-flex-row.gy-4 {
  margin-top: 0;
}

/* Custom CSS */

.bloglo-blog-horizontal .bloglo-flex-row.g-4 {
  --bloglo-gutter-y: 4.8rem;
  --bloglo-gutter-x: 4.8rem;
}

.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-left .entry-media {
  border-radius: 0.8rem;
}

body .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg,
body .wp-block-latest-posts__featured-image {
  border: 0.1rem solid rgba(39, 39, 39, 0.75);
  border-radius: 0.8rem;
  box-shadow: 2px 2px 3px 0px rgba(93, 112, 234, 0.1);
}

.pyml-slider-items {
  padding: 2.2rem;
}

.bloglo-waves-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

.bloglo-waves-wrapper .circle,
.bloglo-waves-wrapper .triangle,
.bloglo-waves-wrapper .square {
  position: absolute;
  bottom: -100px;
  width: 40px;
  height: 40px;
  background: var(--bloglo-primary_15);
  border-radius: 5px;
  opacity: 0.1;
  animation: rise 10s infinite ease-in;
}

.bloglo-waves-wrapper .square:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.bloglo-waves-wrapper .square:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bloglo-waves-wrapper .square:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bloglo-waves-wrapper .square:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}

.bloglo-waves-wrapper .square:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bloglo-waves-wrapper .square:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bloglo-waves-wrapper .square:nth-child(7) {
  width: 90px;
  height: 90px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.bloglo-waves-wrapper .square:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bloglo-waves-wrapper .square:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bloglo-waves-wrapper .square:nth-child(10) {
  width: 90px;
  height: 90px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}

.bloglo-waves-wrapper .triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.bloglo-waves-wrapper .triangle:nth-child(1) {
  width: 20px;
  height: 22px;
  left: 50%;
  animation-delay: 0s;
}

.bloglo-waves-wrapper .triangle:nth-child(2) {
  width: 30px;
  height: 28px;
  left: 25%;
  animation-delay: 12s;
}

.bloglo-waves-wrapper .triangle:nth-child(3) {
  width: 30px;
  height: 28px;
  left: 80%;
  animation-delay: 4s;
}

.bloglo-waves-wrapper .triangle:nth-child(4) {
  width: 40px;
  height: 38px;
  left: 30%;
  animation-delay: 18s;
}

.bloglo-waves-wrapper .triangle:nth-child(5) {
  width: 50px;
  height: 40px;
  left: 70%;
  animation-delay: 1s;
}

.bloglo-waves-wrapper .circle {
  border-radius: 100%;
}

.bloglo-waves-wrapper .circle:nth-child(1) {
  width: 22px;
  height: 20px;
  left: 10%;
  animation-delay: 0s;
}

.bloglo-waves-wrapper .circle:nth-child(2) {
  width: 84px;
  height: 80px;
  left: 45%;
  animation-delay: 12s;
}

.bloglo-waves-wrapper .circle:nth-child(3) {
  width: 53px;
  height: 50px;
  left: 90%;
  animation-delay: 4s;
}

.bloglo-waves-wrapper .circle:nth-child(4) {
  width: 53px;
  height: 50px;
  left: 60%;
  animation-delay: 18s;
}

.bloglo-waves-wrapper .circle:nth-child(5) {
  width: 43px;
  height: 40px;
  left: 90%;
  animation-delay: 1s;
}


@keyframes rise {
  0% {
      bottom: -100px;
      transform: translateX(0) rotate(0deg);
  }

  50% {
      transform: translate(100px) rotate(180deg);
  }

  100% {
      bottom: 1080px;
      transform: translateX(-200px) rotate(360deg);
  }
}

/* Dynamic CSS */
[data-theme=dark] .bloglo-breadcrumbs {
  background-color: transparent;
  border-color: rgba(190, 190, 190, 0.3);
}

html[data-theme="dark"] .bloglo-sidebar-style-3 #secondary .bloglo-widget {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Block CSS */

.content-area .wp-block-site-title a:not(:hover, :focus) {
  color: inherit;
}

.content-area .wp-block-site-title a:not(.bloglo-btn):not(.wp-block-button__link):hover,
.content-area .wp-block-site-title a:not(.bloglo-btn):not(.wp-block-button__link):focus {
  color: var(--bloglo-primary);
}

.single .entry-content .wp-block-avatar img {
  margin: 0;
}

.wp-block-navigation .wp-block-page-list {
  margin: 0;
}

.content-area .bloglo-entry .wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  list-style: none;
  margin: 0;
}

.wp-block-navigation .wp-block-page-list > .wp-block-navigation-item:not(:first-child) {
  margin-left: 1rem;
}

.wp-block-file {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
  font-weight: 700;
}

#page #main .wp-block-cover .wp-block-cover-text a,
#page #main :where(.wp-block-cover-image:not(.has-text-color)),
#page #main :where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

.post-category a:hover,
.post-category a:focus {
  text-decoration: underline;
}

.wp-block-categories-dropdown.wp-block-categories {
  margin-top: 16px;
}