.wp-caption-text{text-align:center;font-size:14px !important}
.autocomplete-footer{display:none !important}
#load-data{position: absolute;
    z-index: 9999;
    background: #fff;
    max-width: 280px;
    width: 100%;left: calc(50% - 390px);}
#load-data div{border: 1px solid #ccc;border-top: none;border-radius: 0 0 8px 8px;max-height:500px;overflow-y:scroll;}
#load-data li{padding:0 10px}
#load-data li:last-child{padding-bottom:10px}
#load-data li a{color:#333;font-size:13px}
body{background:#f5f5f5}
#site-header{background: #fff;}
a{text-decoration:none !important}
ul,ol,li{list-style:none;margin:0}
h2,h3,h4{margin-top:10px;margin-bottom:10px}
a,h1,h2,h3,h4,h5,h6{color:	#067d81}
h3{font-size:22px;color:#3f3f3f}
a:hover{color:#09acb2}
p{color: #1e1e1e;margin: 0 0 10px 0;}
h1.home-text{font-size:2.8rem;padding:0;margin:0;font-weight:600}
.menu-modal {
    top: 70px !important;
}
.modal-menu a{
	color: #2c9fa3;
}
ul.primary-menu{
	display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: calc(100% - 8rem);
}
ul.primary-menu{
	display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: calc(100% - 8rem);
}
.primary-menu li{
	font-size:16px;
	margin: 0 !important;
}
.primary-menu > li > a{
	font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
}
body:not(.overlay-header) .primary-menu > li > a{
	color:#444;
	font-size:16px;
	font-weight:500;
	padding: 1.5rem 2.5rem;
}
body:not(.overlay-header) .primary-menu > li > a:hover{
	color:#444;
}

body:not(.overlay-header) .primary-menu > li:hover > span{
	width:calc(100% - 3rem);
	position:absolute;
	height:4px;
	top:45px;
	left:1.5rem;
	background:#068186;
	transition: background 0.2s ease;
}

.primary-menu ul{top: 100%;}
/*New Menu*/
.selectLang{display:none}
.categories-dropdown {
    display: flex;
	gap:5px;
    position: absolute;
    top: 50px;
    left: 0;
    width: calc(100vw - 14rem);
    max-width: 1220px;
    height: 450px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	border-radius:8px;
}

.menu-item:hover .categories-dropdown {
    visibility: visible;
    opacity: 1;
}

.categories-list {
    width: 220px;
    overflow-y: auto; 
    background: #fff;
    padding: 15px 5px;
	border-radius:10px 0 0 10px;
}

.categories-list .category-link {
    padding: 11px 10px;
    color: #444;
    text-decoration: none;
    transition: background 0.3s ease;
	font-size:15px;
	border-radius:18px;
	display: flex;
    justify-content: space-between;
}

.categories-list .category-link:hover ,.categories-list .category-link.hover-effect {
    background: linear-gradient(45deg, #c16eff, #3a62bd);
    color: #fff;
}

.subcategories {
    width: calc(100% - 220px);
    padding: 10px;
	border-left:1px solid #ccc;
	background:#f9f9f9;
}

.subcategory-group {
    display: none;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	align-content: flex-start;
}
.subcategories .subcategory-link {
    display: inline-block;
    width: 20%;
    text-decoration: none;
    color: #444;
    transition: background 0.3s ease;
	font-size:15px;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subcategories .subcategory-link span{padding: 11px 15px;display:block;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;width:fit-content;max-width:100%}

.subcategories .subcategory-link:hover span{
    background: linear-gradient(45deg, #c16eff, #3a62bd);
    color: #fff;
	border-radius:20px;
}

.categories-list .category-link:hover ~ .subcategories .subcategory-group[data-category] {
    display: none;
}

.categories-list .category-link:hover ~ .subcategories .subcategory-group[data-category="1"] {
    display: flex;
}

.categories-list::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.categories-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
.categories-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.subcategory-group::-webkit-scrollbar ,.submenu-level-1::-webkit-scrollbar{
  width: 6px;
  background-color: #fff;
}
.subcategory-group::-webkit-scrollbar-thumb ,.submenu-level-1::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #ccc;
}
.subcategory-group::-webkit-scrollbar-track ,.submenu-level-1::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #fff;
}
.viewallcate{width:100%;text-align:center;margin-left:15px;margin-bottom:15px;display:flex;    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.viewallcate a{padding:5px 0px; display:flex;color:#444;font-size:16px;font-weight:600; width:fit-content;border-bottom:1px dotted #555;}
.viewallcate a:hover{color:#222;}
.viewallcate a span{margin-left:10px;margin-top:5px}

/*menu mobile*/
.submenu-level-2{display:none}
.submenu-level-1.openm{display:block}
.menu-modal .menu-item-274998 button.menu-274998-toggle{float:right;margin-bottom:0}
.menu-item-274998 .modal-menu .ancestor-wrapper{display: flex;flex-direction: column;}
.menu-modal .menu-item-274998 .ancestor-wrapper{flex-direction: column;}
.submenu-level-1 > a{display:none;font-size:17pxs}
.submenu-level-1 > .menu-item{width:}
.submenu-level-1 > .menu-item > a{width: calc(100% - 40px);padding-left:10px !important}
.submenu-level-1 > .menu-item > button{padding:0;margin:0}
.submenu-level-1 > .menu-item,.modal-menu .submenu-level-2 li{border-left-color:#fff}	
.submenu-level-2.openm{display: flex;flex-direction: column;}
.menu-modal .menu-item-274998 .menu-item-1069 a:first-child{display:none}
.menu-open svg{    transform: rotate(180deg);}
.submenu-level-1{height:calc(100vh - 100px);overflow:auto}
.modal-menu .submenu-level-2.menu-active{display:block}
.modal-menu .submenu-level-2 li{display:flex;width:100%;flex-wrap: nowrap;flex-direction: column;}
.menu-modal .menu-item-274998 .menu-item-1069 .submenu-level-2 a{display:block !important}
.mobile-menu .modal-menu .submenu-level-2 li{margin-left:30px}
.mobile-menu .modal-menu .submenu-level-2 li a{padding:10px 0 10px 5px;width:calc(100% - 30px);font-size:15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.header-inner button.toggle{
	left:0
}
#site-header button span.toggle-text {
   color: #fff;
	font-size: 15px;
	margin-top:-10px;
}
#site-header button span.toggle-text:after{
	right: 5px;
	box-shadow: 0 0 0 1px #2c9fa3, 0 7px 0 1px #2c9fa3, 0 14px 0 1px #2c9fa3;
}
.primary-menu ul::before, .primary-menu ul::after{
	display:none;
}
.primary-menu ul a:hover{
	background:#068186;
}

.contentHome h3{font-size:2rem}
.primary-menu .icon::before{content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #cd2653;
    transform: rotate(45deg);
    left: unset;
    bottom: 4px;
    background: transparent;
    right: 4px;}
.primary-menu .icon::after,.primary-menu .icon{display:none}
.mobile-menu .modal-menu ul.sub-menu li a{color:#111;font-size: 17px;}
.mobile-menu .modal-menu ul.sub-menu li a:hover{color:#068186;}
.home-text{color:#cd2653}
.clearboth{clear:both}
#site-content{background-color:#f5f5f5;    width: 100%;
    height: auto;overflow:unset}
main{background:#f5f5f5;margin-bottom:0px}
.contentHome{max-width:1108px;margin:0 auto;text-align:center;padding-bottom:10px;display:block;margin-top: 20px;}
.ContHome {
    max-width: 1108px!important;
}
.contentHome h2{font-size:2.3rem;font-weight:600}
.header-inner{padding:0 !important;position:relative;height:60px}
.footer-widgets{width:100%}
.header-toggles{display:none}
.searchForm{
	background:#f9f9f9;
    max-width: 100%;
    padding:10px 0 0 0;
    margin: 10px auto 0;width:100%;
}
.search-form{border: 3px solid #068186;
    border-radius: 8px;
    padding: 0 20px;
    background: #fff;
    height: 50px;max-width: 800px;
    margin: 0 auto;}
.select-options li:hover{
	color: #068186;
}
.searchForm h2{font-size:1.5em;padding:10px 0;margin:0}
.searchForm #search-form-2{height:44px;border: none; padding: 0;}
.searchForm input[type="submit"] {    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/01/searchicon.png) no-repeat 8px 5px;
    background-size: 50%;
	padding: 0 25px;
    margin-top: 5px;font-size: 0px;margin-right: 0px;width:0px;overflow:hidden}
.mobile-nav-toggle{top:8px;height:50px;padding: 0 !important;width:fit-content}
.mobile-nav-toggle .toggle-inner{height:auto}
.mobile-nav-toggle .toggle-inner svg{    width: 30px;
    height: 30px;}
.mobile-nav-toggle .toggle-inner svg path{fill: #2c9fa3;}
.menu-modal .toggle{border:none !important}
.colorBox{display:inline-block;vertical-align:top;margin:10px;border-radius:5px;padding:5px;width:250px;text-align:center;overflow:hidden}
.colorBox .imgBox{width:240px;height:210px;text-align:center}
.colorBox .imgBox img{max-width:240px;max-height:210px;margin:0 auto;width:100%;height:auto}

.articleHome .imgBox img{width:240px;height:200px}
.colorBox .textBox{padding-top:10px}
.colorBox a{text-decoration:none;    font-size: 1.6rem;}


*,input[type="search"]:focus {
	outline: none;}
.widget_text p{font-family:inherit;font-size:1.8rem}
.footer-widgets-outer-wrapper {
    padding: 2rem 0;
}
#site-footer{padding:0 0 2rem 0;font-size:1.5rem;background-color:#067d81;color:#fefefe;margin-top:0px !important}
#site-footer .section-inner{padding-top:10px}
.powered-by-wordpress{display:block !important}
.powered-by-wordpress a{color: #fff;}
.textLeft{text-align:left;margin-left:35px;font-size:2.3rem;font-weight:600}
.footer-top-visible .footer-nav-widgets-wrapper{margin-top:0}
.bgcolor{background-color:#f5efe0}
.moreCate{width: fit-content;display: inline-block;border:1px solid #eee;border-radius:5px;padding:2px 5px;margin:3px}
.moreCate a{color:#333;font-size:1.4rem;text-decoration:none}
.moreCate a:hover{color: #cd2653;}
.pagination a{
	    display: inline-block !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #067d81;
    padding: 1px 12px 2px;
    margin: 5px !important;
    border-radius: 5px;
    font-size: 1.8rem;
	transition: 2s;
}
.pagination a:hover{
	background: #09acb2;
}
.pagination .current{
	background: #067d81;
    padding: 10px 12px;
    margin: 5px !important;
    border-radius: 5px;
    font-size: 18px;
}
.breakcums{margin-left:0px;font-size:1.6rem;text-align:left;padding: 5px 0;color:#111}
.breakcums img{width:15px}
.breakcums a{display:inline-block;font-size:1.6rem;    color: #067d81;}
.breakcums a:hover {
    color: #09acb2;
}
.breadcrumb-box{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.box{display:inline-block;vertical-align:top;margin:0;padding:0}
.pageBox{width:100%;height:auto;display:block}
.pictureBox{width:fit-content;position: relative;}
.descriptionBox{width:35%}
#site-page >.contentHome{max-width:1100px;margin:0 auto;text-align:center}
.descriptionBox b{font-weight:600}
.box > .box-inner{padding:10px}
.pictureBox > .box-inner{text-align:center;padding:20px;padding-bottom:0}
.pictureBox > .box-inner img.mainImg{max-width:600px;max-height:unset;margin:0 auto;width:100%}
.pictureContent{width:fit-content;padding:0px;margin-bottom:15px;background: #fff;box-shadow:0 0 10px 0 rgba(0,0,0,.75)}
.extension{display:inline;text-align:center}
.extension ul{margin:0}
.extension ul li{display:inline-block;text-align:center;margin:0 12px;background: #368cd5;
padding: 5px 10px;
border-radius: 5px;margin-bottom:10px}
.extension ul li.DownloadB{background:#e13a67}
.extension ul li.PrintB{background:#40c166}
.extension ul li a i{font-size:30px}
#share li{display:inline-block;vertical-align: top;}
.extension ul li a{font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;color:#fff}
.descriptionBox p{margin:0}
.descriptionBox p, .descriptionBox a{font-size:1.8rem;text-align:left}
#share li i{font-size: 30px;}
.fa-facebook-square{color: #3358ad;}
.fa-printerest-square{color: #cc1616;}
.fa-twitter-square{color:#1e87f5;}
.fa-instagram-square{color:#ef1077}
.viewTs{width:100%;padding:10px;border:1px solid #e7e7e7;border-radius:10px}
.viewT i,.viewT{color:#444; margin-right: 25px;}
.viewT i{margin-left:10px}
.viewT span{margin-left:30px}
.mainRight{display:inline-block;vertical-align:top;width:320px;padding:10px}
#site-content.articlesPage{max-width:1140px;margin:0 auto}
.mainLeft{display:inline-block;vertical-align:top;width:calc(100% - 340px);padding:10px;border: 1px solid #e9e9e9;background: #fff;border-radius: 5px;margin-top: 5px;}
.articleBox{width:100%;border-bottom:1px dotted #e7e7e7;padding-bottom:10px;margin-bottom:10px}
.articleImg{width:30%;display:inline-block;min-width:220px}
.articleImg img{width:100%;min-height:160px;max-height:190px}
.articleText{display:inline-block;vertical-align:top;width:calc(70% - 10px);max-width:calc(100% - 230px);padding-left:10px}
.articleText > h2,.articleText > h2 > a{font-size:2rem}
.articleText p{font-size:15px;margin-top:5px}
.pagination{
	text-align: center;
    margin: 10px auto 20px;
	display: inline-block;
    width: 100%;
}
#site-content > h4{padding:0 10px}
.contentArticle{text-align:left}
.contentArticle h1{font-size:2.5rem}
.contentArticle h2{font-size:2.2rem}
.contentArticle h3{font-size:2rem}
.contentArticle img{margin:0 auto;max-width:100%}
.footersocial {width: 35px;
	text-align:center;
	margin-bottom:10px
}
.footersocial ul {
    width: fit-content;
    margin: 0 auto;
}
.footersocial ul li {
    display:block;
    margin: 8px 2px;
    width: 150px;
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/fb-1.png)no-repeat;
    background-size: 35px;
}
.footersocial ul li a {
    display: block;
	margin-left:38px;
	text-align:left;
	line-height:35px
}
.footersocial ul li.tw-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/08/twitter-x.png)no-repeat;
	background-size: 35px;
}
.footersocial ul li.prt-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/pint-1.png)no-repeat;
	background-size: 35px;
}
.footersocial ul li.yt-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/yt-2.png)no-repeat;background-size:35px;
}
.footersocial ul li.ins-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/08/insta-1.png)no-repeat;background-size:32px;
}
.footersocial ul li.tiktok-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/11/tiktok-icon.png)no-repeat;background-size:32px;
}
.footerC{background:#fff6f6}
.footerHome{width:100%;max-width:1100px;padding:16px;text-align:left;margin:0 auto}
.footerHome p,.footerHome span,.footerHome{color:#555;font-size:18px;font-weight:normal !important;line-height:25px}
.footerHome a{color:#078b91}
.fixSide{position:fixed;top:0}
.newArticle{width:calc(48% - 10px);display:inline-block;border-bottom:1px solid #ccc;vertical-align:middle;margin:5px}
.newArticle a{text-align: left;font-size: 15px;font-weight: 600;color: #333;padding-bottom: 10px;line-height: 20px;display: block;}
.newArticle .imgAr{float:left}
.newArticle .imgAr img{width:90px;padding-right:10px;height: 80px;}
.relatedBox{width:100%;text-align:center}
.relatedArticle{min-width:170px;width:30%;height:auto;display:inline-block;vertical-align:top;border:1px solid #e7e7e7;text-align: center;background: #fff;margin: 8px 6px;border-radius: 5px;}
.relatedArticle a{font-size:15px;line-height: 20px;
    display: block;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.relatedArticle img{padding:5px;width:100%;height:150px}
.colorTrending{width:170px;padding:3px 0;border:1px solid #eee;margin: 2px;}
.colorTrending .textBox{display:none}
.colorTrending .imgBox,.colorTrending .imgBox img{width:170px;height:170px}
.viewAllPage{
	width:100%;
	text-align:center;
}
.viewAllPage a {
    padding: 6px 18px;
    background: linear-gradient(45deg, #067d81, #0da4a9);
    border-top: 3px solid #0da4a9;
    border-bottom: 3px solid #0da4a9;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(6, 125, 129, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}

/* Hiệu ứng hover mượt */
.viewAllPage a:hover {
    background: linear-gradient(45deg, #0da4a9, #067d81);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(6, 125, 129, 0.5);
}

/* Hiệu ứng nhấn */
.viewAllPage a:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(6, 125, 129, 0.4);
}

.viewAllPage a:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0);
}

.viewAllPage a:hover:before {
    opacity: 1;
    transform: scale(1);
}


.viewAllPage a:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.viewsI{background: url(https://coloringpagesonly.com/wp-content/themes/default1/img/views.png) no-repeat 0 0;
    background-size: auto;
background-size: 25px 20px;}
.viewsP{background: url(https://coloringpagesonly.com/wp-content/themes/default1/img/printer.png) no-repeat 0 0;
    background-size: auto;
background-size: 20px 20px;}
.viewsD{background: url(https://coloringpagesonly.com/wp-content/themes/default1/img/download.png) no-repeat 0 0;
    background-size: auto;
background-size: 20px 20px;}
.socialS{width: 32px;
height: 32px;
background: url(https://coloringpagesonly.com/wp-content/themes/default1/img/social.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
background-size: auto 32px;}
.socialF{background-position: 0 0;}
.socialT{background-position: -35px 0;}
.socialP{background-position: -105px 0;}
.socialS.socialI{background: url(https://coloringpagesonly.com/wp-content/themes/default1/img/instagram.png) no-repeat 0 0;}
.socialS a{width:32px;height:32px;display:block}

figure.wp-caption{max-width:100%}
.colorTrend{width: 100%;
    height: auto;
    text-align: center;
    background: #fff;border: 1px solid #e9e9e9;
    max-width: 240px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 8px;}
.colorTrend .imgBox img{max-width: 100%;
    max-height: 210px;
    margin: 0 auto;}
.colorTrend .textBox{padding: 5px;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;}
a.glink span{font-size:13px;color:#fff}
.team li{width:100%;border-bottom:1px solid #eee;padding-bottom: 20px;}
.team li.teamUser{
	    display: grid;
    grid-template-columns: 180px auto;clear: both;
    list-style-type: none;
    margin: 50px 0px;
}
.team{margin:30px 0}
.team li .teamAvar{display: block;
    height: 100%;margin-right:10px}
.team li .teamAvar img{border-radius: 50%;
    margin-right: 30px;}
.team li h4 {color: #067d81;}
.team li p{font-size: 16px;
    text-decoration: initial;
    font-style: italic;}
.post-nav{margin: 0;position: absolute;top: 50%;width: 100%;}
.post-nav a{display:inline-block;float:left}
.post-nav a img{width: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);
    padding: 17px;
    border-radius: 50%;
}
.post-nav a:last-child{float:right;}
.imageSelect{margin:30px auto;text-align:center}
.imageSelect ul{
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.imageSelect ul li{
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	padding:4px
}
.imageSelect ul li a{

}
.imageSelect ul li div{    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;border:1px solid #747272;height: 100%;}
.imageSelect ul li a img{
	margin:0 auto;
}
h1.home-text {
    color: #067d81 !important;
}
.searchForm p,.headerp, .searchForm h1{text-align: center;
    color: #000;
    font-size: 3.25rem;
	  line-height:4rem;
    font-weight: 600;display:none;margin-bottom:20px}

.trendingSearch{text-align:center;margin:10px auto;display:none;max-width:800px}

.trendingSearch a{font-size: 16px;
		font-weight:500;
    padding: 3px 5px;
    margin-right: 5px;
	margin-bottom:0px;
    color:#067d81;
    border-radius: 5px;margin-bottom: 5px;
background:#efefef;display:inline-block;line-height:18px}
.trendingSearch a:hover{color:#09acb2;}
body:not(.overlay-header) .primary-menu ul.sub-menu{background:#fff;box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;left: 0;top: 50px;padding: 10px 0;border-radius: 8px;
}
ul.sub-menu li a{color:#444;margin:0 5px;width:calc(100% - 10px);}
.primary-menu ul.sub-menu li{
	margin-left:0!important;
}
.primary-menu ul.sub-menu{display:none}
.primary-menu li.menu-item-has-children:hover > ul{display:block}
.primary-menu ul.sub-menu li:hover a{ color: #fff;background: linear-gradient(45deg,#4fba69,#067d81);border-radius: 20px;}
ul.sub-menu li:first-child a{border-bottom:none}
body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color: #cd2653;right:1rem}
.contentHowto{    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;}
.small-2{    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;}
.howtoBox{padding:8px}
.howtbox{background: #fff;
    border: 1px solid #dfdcdc;
    border-radius: 5px;
    padding: 5px;}
.howtoText{padding:5px 0}
.howtoText h2{line-height: 20px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.howtoText a{font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #242323;}
.footerBox{-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;}
.footercol{max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;}
.footercol-2{    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;}
#lastcol{order:-1}
.f-col h3,.f-col p.footer-title{font-size: 28px;
    color: #d8faf2;
    font-weight: 500;margin: 0 0 25px;}
.f-col{padding:10px}
.f-col li{margin:8px 0;height: 35px;}
.f-col a{color:#fff;font-size:1.8rem;}
.f-col a:hover{color:#d8faf2;}
.f-col a.glink{display:inline-block;width:40%;margin-bottom: 3px;}
.f-col a.glink span{color:#cdcaca;}
.footercol p{color: #fefefe;padding:0 15px;font-size:1.8rem;}
.footercol .footer-copyright{font-size:15px;font-weight:400}
.footer-copyright span{display:block;width:100%}
.footercol p a{color:#d8faf2;}
.mainFaq{border-left:1px solid #e7e7e7;border-right:none;}
.faqRight{}
.faqRight.fixed{top:0}
.fqa-h2{font-size: 2.8rem !important;color: #3a3a3a;font-weight:600}
.fqa-items{margin-bottom:30px}
.fqa-item{}
.fqa-head{padding: 20px 15px;color:#cd2653;position:relative;cursor:pointer}
.fqa-head:before{content: "";
    left: 26px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 31px;
    background: #978e90;}
.fqa-head p{margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;margin-left:50px;color: #4a343b;}
.fqa-head img{width: 20px;
    position: absolute;
    right: 10px;
    top: 20px;}
.fqa-head:after{    content: "";
    left: 26px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 31px;
    background: #978e90;
    transform: rotate(90deg);
    transition: .3s ease;
}
.open .fqa-head:after{width:0px}
.open img{    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);}
.fqa-ans{padding: 20px 15px 30px;
    color: #525666;
    font-size: 17px;
    display: none;
    margin-top: 24px;
	margin-left:34px;
    padding-left: 30px;
    border-left: 1px solid #e4e4e9;
    line-height: 25px;display:none}
.faq-user{background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/user_object.png) top left no-repeat;
    background-size: 7%;
    padding: 10px;
    padding-left: 60px;}
.faq-using{background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/using.png) top left no-repeat;
    background-size: 7%;
    padding: 10px;
    padding-left: 60px;}
.faq-review{background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/review.png) top left no-repeat;
    background-size: 7%;
    padding: 10px;
    padding-left: 60px;}
.list-faq li{border: 1px solid #e7e2e2;width: 100%;display: block;padding: 20px;background-size: 30px;
    background-position-x: 10px;
    background-position-y: 15px;vertical-align: middle;
    margin-bottom: 10px;background-color: #f7f7f7;}
.list-faq li.openi{border-left: 2px solid #326294;background-color: #fff;}
.list-faq li a{color: #3a3a3a;
    font-weight: 600;
    font-size: 17px;padding-left: 30px;display:block}
.intro-text p{font-size:17px;margin-bottom:3px}
.Contpopular{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff6f6;
    padding: 50px 0;margin:10px auto}
.popularBox{max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;}
.popularBox .textBox{margin: 0;padding: 0 40px;}
.popularBox .textBox h3{white-space: nowrap;overflow: hidden;
	text-overflow: ellipsis;font-weight: normal;letter-spacing: inherit;
    font-size: 17px;
    color: #555;margin:0}
.popularBox .textBox h3 a{    font-size: 15px;color: #341616;font-weight: 400;}
.popularBox .textBox h3 a:hover {color: #cd2653;}
#videoCate{max-width:700px;max-height:380px;margin:0 auto}
div.wpforms-container-full .form-name #wpforms-68138-field_5{    border: 1px solid #ccc;width: 100%;padding: 6px 10px;height: 38px;}
.relatedBoxs{
	display: block;
		margin:0 auto;
    margin-bottom: 48px;
    padding: 5px;
		box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
	border:5px solid #4fb9bd;
    border-radius: 5px;
    box-sizing: border-box;
    width: initial;
	max-width:800px;
}
.relatedBox-inner p{margin-bottom:16px;margin-top:0;text-align:center;font-size:2rem;font-weight:bold !important;line-height: 25px;}
.Boxs-2 .relatedBox-inner p{font-size:19px;font-weight:600 !important}
.relatedBox-inner{background: #fff;padding: 10px 0;}
.related-button{text-align:center}
.related-button-link{display:inline-block;width:fit-content;margin:4px 2px}
.related-button-link a{
	text-decoration: none;
    border: 2px solid #078b91 !important;
    font-size: 1.6rem;
    width: auto;
    transition: all ease 300ms;
	border-radius:20px;padding:5px 12px;color:#444;display:block;font-weight:600}
.related-button-link a:hover{background:#edf5ff}
.relatedBoxs ul{margin-left:30px}
.relatedBoxs ul li{list-style:disc;color: #078b91;}
.relatedBoxs ul.topRelated {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.relatedBoxs ul.topRelated li {
    flex: 0 0 100%;
}
.relatedBoxs ul li a{color:#078b91;font-size:1.7rem;transition: all ease 300ms !important;margin-bottom: 10px;display: block;font-weight:600;text-decoration:underline !important;}

#search-mobile{display:none;
position:absolute;top:0;left:0;margin:0;z-index:9999;background:#fff;width:100%}
#search-mobile .search-form{margin: 0 0 0 10px;width: calc(100% - 80px);}
.searchBt{position:absolute;top:20px;right:0;cursor:pointer}
.searchBt div{color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    background: #068186;
    padding: 5px;
    margin-top: -10px;
    border-radius: 5px;
    margin-right: 10px;}
.searchBt svg{width:35px;height:35px;}
.searchBt svg path{fill:#2c9fa3}
p > img.imgbottom{margin-bottom:0}
.ads-publift{width:fit-content;height:250px;margin:5px auto;text-align:center}
.ads-Left{position: -webkit-sticky;position: sticky;top: 0;left: 0;width: calc(50% - 595px);height: auto;float: left;}
.ads-Left > div{width:fit-content;float:right}
.ads-Right{position: -webkit-sticky;position: sticky;top: 0;right: 0;width: calc(50% - 595px);height: auto;float: right;}
.ads-Right > div{width:fit-content;float:left}
.ads90{min-height:90px !important;max-height:100px !important;margin:10px auto}
section .searchLeft{
	border: none;
    padding: 0;
    margin-top: 20px;
	width: calc(100% - 370px);
}
section .searchRight{
	border:none;border-left: 2px solid #c2c2c2; float:right;width:350px;padding-left:30px
}

.searchLeft h2,.searchRight h2{font-size:2.5rem;color:#333}
.noresultBox{
	width: calc(100% - 60px);
	margin: 20px auto;
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
    border: 5px solid #4fb9bd;
    border-radius: 20px;
    display: inline-block;
	max-width:650px;
}
.noresultBox .noresultImg{
	display: inline-block;
	margin: 0px;
}
.noresultBox img{
	max-width: 100%;
	max-height: auto;
	margin:0 auto;
	border-radius:15px 15px 0 0;
}
.noresultBox .noresultText{
	display: inline-block;
    vertical-align: top;
	text-align: left;
    margin: 10px;
}
.noresultText h2{margin: 5px 0 15px;}
.noresultText p{line-height: 2.8rem;color:#111}
.menu-modal.active {   
	background: #0000009c;
    z-index: 999;
    height: 100%;
	top:0 !important;
	transition: opacity 0.25s ease-out !important;
}
.menu-modal.active .modal-inner{
	background: transparent;
    width: 100%;
}
.menu-modal.active .modal-inner .menu-wrapper{
	background: #fffffff5;
    margin-left: 0;
    width: 250px;
    height: 100%;
    padding: 0;
}
.menu-modal .menu-top{background: #fff;padding: 10px;}
.menu-modal .menu-bottom{padding:0}

.menu-modal .toggle.close-nav-toggle{
	position: fixed;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    padding: 5px;
}
.menu-modal .toggle.close-nav-toggle svg{
	color: #fff;
}
.menu-modal .gtranslate_wrapper{
	margin-top: 30px;
}
.menu-modal nav > ul{
    margin-top: 30px;
	left: 0;
    width: 100%;
}
.mobile-menu .modal-menu li a{text-transform:none;padding: 20px 0px;color:#1b1b1b;font-size:18px}
.mobile-menu .modal-menu ul.sub-menu li a {
    font-size: 17px;
}
#fullContent ul{margin-left:20px}
#fullContent ul li{color:#2b2b2b}
/*FIXED MENU*/
#header-inner,#search-mobile{transition: all 0.25s ease-out !important;}
.header-inner.stickyMenu{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #fff;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
	padding:0 4rem !important;
}
.header-inner.stickyMenu .site-logo img {max-height:45px}
.header-inner.stickyMenu .searchBt{top:10px}
.header-inner.stickyMenu button{top:0px !important}
.header-inner.stickyMenu #search-mobile{padding:0}
#search-mobile.showSearch{display:block}
.buttonBottom{
	position: absolute;
    opacity: 0;
    top: -10px;
    width: calc(100% - 3px);
    height: 45px;
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease !important;
    left: 1px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.btn {
    border: none;
    cursor: pointer;
    opacity: 1;
	transition:0.5s !important;
    height: 45px;
    flex: 0 0 33.33%;
}
.btn:hover{background-color:#007C89}
.pinButton.btn:hover{background-color:#BD081C}
.printButtons.btn:hover{background-color:#3B5998}

.downloadButton{ 
    background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/downloads.png) no-repeat center;background-color: #007C89d9;margin:0 1px}
.printButtons{  
    background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/printer.png) no-repeat center;background-color: #3B5998d9;border-radius:0 3px 0 0}
.pinButton{  
    background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/pinterest.png) no-repeat center;
    background-color:#BD081Cd9;
	border-radius:3px 0 0 0}	
.ntbox{position:relative}
.ntbox:hover .buttonBottom{
	transform: translateY(26px);
	 opacity:1;
	 visibility:visible; 
 }
.ntbox:has(.ntCate) .buttonBottom{display:none !important}
.social-author{display: block;text-align: center;margin: 10px;padding: 0;}
.social-author a{display: inline-block;width: 32px;height: 32px;font-size: 0px;background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/facebook.png) top left no-repeat;text-align: center;vertical-align: middle;margin:0 2px}
.social-author a.author-pinterest{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/pinterest.png) top left no-repeat;}
.social-author a.author-twitter{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/twitter.png) top left no-repeat;}
.social-author a.author-deviantart{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/deviantart.png) top left no-repeat;}
.social-author a.author-tumblr{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/tumblr.png) top left no-repeat;}
.social-author a.author-email{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/email.png) top left no-repeat;}
.authorNew{padding-left: 30px;padding-top: 2px;padding-bottom: 2px;font-weight: 700;min-height: 28px;}
.authorNew.writer{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/writer.png) 0 2px no-repeat; background-size: 25px;}
.authorNew.designer{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/illustrator.png) 0 3px no-repeat; background-size: 20px;}
.authorNew.social-sharing{background: url(https://coloringpagesonly.com/wp-content/themes/default1/icon/about/share.png) 0 3px no-repeat; background-size: 20px;}
.main_author{display: flex;width: 100%;flex-wrap: nowrap;flex-direction: row;align-content: center;justify-content: center;align-items: center;background: #f5f5f5;padding: 20px;margin: 20px auto;}	
.main_author .author-image{width: 150px;flex: 0 0 150px;}
.main_author .author-image img{border-radius:50%}	
.main_author .author-name{margin-left: 20px;}
.main_author .author-name a{font-weight: 700;}
.first_author{justify-content: left;background: #f2fafd;padding: 0 0 10px 15px;margin: 0px auto;}
.first_author .author-image{width: 30px;flex: 0 0 30px;}
.authors .author-name{margin-left:0}
.authors .first_author .author-name p{font-size: 15px;margin-left: 10px;font-style: normal;font-weight: 600;margin-bottom: 0;}
.authors .first_author .author-name a{color: #068186;font-size: 1.5rem;margin: 0;padding: 0;line-height: 2.2rem;font-weight: 600;}
.authors .first_author time{color: #666;margin-left: 0px;font-weight: 500;}
#content2 ul li, #content1 ul li{list-style: disc;margin-bottom: 15px;color: #444;margin-left: 15px;}
#content2 ul li strong, #content1 ul li strong{font-weight:600}
.ipr-container{background:transparent !important;border-color:transparent !important}
@media screen and (min-width: 550px){
	.popularBox{max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;}
	.f-col{padding:0px}
	.medium-3 {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}
	.imageSelect ul li.image-2{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.imageSelect ul li.image-3{
		max-width: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
	.relatedBoxs ul.topRelated li {
    flex: 0 0 50%;
	}
	
}
@media screen and (min-width: 850px){
	.popularBox{max-width: 25%;
    -ms-flex-preferred-size: 25%;
		flex-basis: 25%;}
	.footercol-1{max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;}
	.footercol{
		max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
	}
	.footercol-3{max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;}
	#lastcol{order:0}
	.large-4 {
    max-width: 25%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 25%;
}
	.footer-copyright span{width:fit-content;display:inline-block}

}

@media screen and (min-width: 1140px){
.extra-5 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
}	
@media (max-width: 500px){
	.team li .teamAvar img{margin:0 auto;max-width:180px}
	.team li.teamUser{grid-template-columns: auto;}
	#load-data{width:220px;left: calc(50% - 70px);}
	p.picbelow{width:100%;margin:0 auto}
	#site-footer .footercol-2 a{
	min-width: 48px;
    min-height: 45px;
    display: block;
    font-size: 18px;
}
.footersocial ul li{
	width:130px;
}
.footercol p{
	font-size:17px;
}
	.ContHome .fisrtHome{padding:0 10px}
	.fisrtHome p{font-size:17px}
}
@media only screen and (max-width: 950px) {
	.pictureBox > .box-inner img.mainImg{max-width:600px;}
	.descriptionBox{width:90%;display:none}
	.mainLeft,.mainRight{width:100% !important}
	.noresultBox{width:100%}
	section .searchRight{float:none}
	.fixSide{position:relative}
	.catePrev{display:none}
	.breadcrumb-box{display: flex;flex-direction: column;align-items: flex-start;margin-bottom:10px;}
}
@media only screen and (max-width: 390px) {
	.colorBox {
    width: 50%;
    height: 195px;
		margin:0;
		padding:0;
	}
	.colorBox .imgBox,.colorBox .textBox{padding:5px}

}

@media (min-width: 700px){
	.header-inner{height:70px}
.site-logo img {
	max-height:70px
	}
}

@media (min-width: 1000px){
.selectLang{display:block}
	.searchBt{display:none}
	.headerp{display:none}
	.searchForm{display:none}
.header-titles-wrapper {
	margin-right:0;
	}
.trending1{width:340px;height:360px;float:left}
.trending1 .imgBox,.trending1 .imgBox img{width:340px;height:360px}
.trending1 .imgBox img{max-height:360px;max-width:340px}
.header-navigation-wrapper{margin:5px auto 0;border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}
	#search-mobile{    
		display:flex;
		width: fit-content;
		background:transparent;
		position:relative;
		transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out !important;}
	#search-mobile.showSearch{opacity:1;visibility:visible;} 
	#search-mobile .search-form {
		width: 450px;
		padding: 0 5px;
		height: 45px;
		border: 1px solid #c2c2c2;
		margin-left: 0;
	}
	.select{display:none}
	.searchForm #search-form-2{
		height: 40px;
    margin: 0;
    line-height: 40px;
	}
	.searchForm input[type="submit"] {
		padding: 0 22px;
	}
	.searchBt.close{display:none}
	.searchBt{z-index:9999}
	.header-inner.stickyMenu #search-mobile {padding:10px}
	.header-inner.stickyMenu .searchBt{top:5px;right:4rem}
	
}

.ContInner{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	padding: 0 2px;
}

.BestInner{ padding: 10px 20px 10px;overflow:hidden;margin:8px auto 0;transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s;border-radius:5px;border:1px solid #d1d1d1;width:98%}

.BestButton{text-align: center;
    width: fit-content;
    margin: 0 auto;cursor:pointer}
.rotate180{transform: rotate(180deg);}

h2.textSection{
	font-size: 28px;
  color: #1c8391;
  font-weight: 500;
	margin:0 16px;
	text-align:left;
}

.col{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
		margin:0px;
	  padding: 10px;
}

.best{padding:0}

.col .colBox{
	-webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
	padding: 8px;
	background: #fff;
  border: none;
	border-radius:5px;
	transition: 0.5s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.col .colBox:hover{border:2px solid #2c9fa3;padding:6px}

.best .colBox{border:none !important;text-align:left;padding:0 !important;background:transparent;box-shadow: none;}

.col .colBox.no-border{border:none}

.col .colBox .imgBox {
    width: 100%;
}
.col .colBox .article-img{ height:210px}
.col .colBox .article-img img{
max-height:210px}
.col .colBox .textBox{
	line-height:20px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	background: #f5f5f5;
  padding: 3px 0;
}

.best .colBox .textBox{padding:0;background:transparent}
.best .colBox .textBox:hover a{color:#01bbd4}
.col .colBox .article-text{white-space:unset;height:70px}
.BestMin{height:210px}
.BestMax{height:auto !important}
.col .colBox .textBox a{font-size: 18px;color: #333;font-weight:500}

.col .colBox .imgBox img{
	width:100%;
	max-height:unset;
	height:auto;
}
.newTags .col .colBox{
	box-shadow:rgba(0, 0, 0, 0.5) 0px 3px 5px;
	padding:2px;
}
.newTags .col .colBox:hover{padding:0px;}
.newTags .col .textBox{margin:0 4px}
.newTags .col .colBox .imgBox img{
	height:280px;
	max-height:280px;
}
.footerHome a:has(img),.fullContent a:has(img){
	box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 10px;
}
.footerHome a img,.fullContent a img{max-width:600px;width:100%;height:auto;margin:0 auto;}
img.imgFeatured, .fullContent img{max-width:600px;width:100%;height:auto;margin:0 auto;border:2px solid #555;border-radius:5px}

img.imgMainFeatured{max-width:750px;border:none;border-radius:0;width:98%;}

.social-side {
    max-width: 100%;
	width:fit-content;
}
.social-side-item {
    background: #2d5f9a;
    width: 60px;
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-radius: 3px;
    text-align: center;
	margin-right:10px;
}
.social-side-item:last-child{margin-right:0}
.social-side-item:has(.pin-icon) {
    background: #cd252b;
}

.social-side-item:has(.insta-icon) {
	    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-side-item:has(.twitter-icon){
	background:#3098d1;
}
.social-side-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
	transition: 0.5s !important;
}
.social-side-item:hover{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.social-side-item a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/fb-1.png)no-repeat;
    background-size: 30px;
    line-height: 40px;
    margin-top: 5px;
}
.social-side-item .pin-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/02/pint-1.png)no-repeat;
    background-size: 30px;
}
.social-side-item .insta-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/08/insta-1.png)no-repeat;
    background-size: 30px;
}
.social-side-item .twitter-icon {
    background: url(https://coloringpagesonly.com/wp-content/uploads/2023/08/twitter-x.png)no-repeat;
    background-size: 30px;
}
.social-side-item a span.text-icon {
    width: fit-content;
    background: none;
    color: #fff;
    margin-top: 0;
    vertical-align: top;
    font-size: 1.5rem;
	display:none;
}

.catePrev{
	position: fixed;
    position: fixed;
    top: 300px;
    left: 0;
    width: 45px;
    height: 80px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transition: width 375ms ease-in-out;
    background-color: #fff;
    color: #333;
    overflow: hidden;
}
.catePrev:hover{width:395px}
.cate_prev{
    width: 45px;
    height: 80px;
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.cate_prev img{width: 26px;margin: 27px auto;}
.cateprev{float: left;
    position: absolute;
    left: 45px;
    top: 0;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    width: 350px;}
.cateprev img{width: 80px;height: 80px;float: left;border-right: 1px solid #c2c2c2;border-left: 1px solid #c2c2c2;}
.cateprev span{color: #111;font-size: 16px;text-align: left;margin-right: 0;width: calc(100% - 82px);margin-left:10px}
.cateNext{right: 0;left: unset;}
.cate_next{float: right;left: unset;right: 0;}
.catenext{float: right;left: unset;right: 45px;}
.catenext img{float:right}
.catenext span{}
.first_content li{list-style:auto}
.first_content ul.list-auto li{margin-left:20px}
.first_content ul.style-disc li{list-style:inside}
.contentArticle ul.style-disc li {list-style:inside}
.ad-container-top {
        width: 100%;
        height: 250px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
}
.ad-container-top ins.adsbygoogle {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (max-width: 600px) {
	h1.home-text{font-size: 3.25rem;margin: 10px;}
	.contentHome h2{font-size:2rem}
	.box{width:100%}
	.pictureBox > .box-inner{padding:20px 0}
	.pictureContent{padding:20px 0;border:none}
	.pictureBox > .box-inner img.mainImg{max-width:100%}
	.descriptionBox{width:90%}
	.mainLeft,.mainRight{width:100% !important;margin:0 auto;text-align:center;border-right:none}
	.articleLeft,.articleRight{border:0 !important;padding:0}
	.relatedArticle{width: calc(100% - 15px);}
	.relatedArticle img{width:100%;height:auto}
	.colorTrend{max-width:100%;margin:8px auto}
	.colorTrend .imgBox img{width:100%;height:auto;max-height:unset}
	.noresultBox{width:100%}
	section .searchRight{float:none}
	.select{display: none;}
	.articleImg,.articleText{width:90%;max-width:90%;}
	.articleImg img{height:auto;min-height:unset;max-height:unset}
	.colorBox {
    width: 165px;
    height: 195px;
}
.colorBox .imgBox {
    width: 164px;
    height: 135px;
}
.colorBox .imgBox img {
    max-width: 164px;
    max-height: 135px;
	  width:100%;height:auto;
}

	.newArticle{width:100%}
	.newArticle a{display:block}
	.colorTrending{height:auto}
	
	.main_author{display: inline-block;}
	.main_author .author-image {margin:0 auto}
	.main_author .author-name{margin:0 auto;text-align:center}
	.social-author{text-align:center !important}
	
	.first_author{display:flex}
	.first_author .author-image {margin:0}
	.first_author .author-name{margin:0;text-align:left}
	.cateprev img,.catenext img{display:none}
	
}

@media only screen and (max-width: 800px) {
		.newTags .col .colBox .imgBox img{
	height:200px;
	max-height:200px;
}
}

@media screen and (min-width: 550px){
	.col-3{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.col .colBox .imgBox img{
		height:auto;
		max-height:250px;
	}
}

@media screen and (min-width: 850px){
	.col-4{
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.col .colBox .imgBox img{height:210px;}
}


section{
	width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding: 2rem 24px;
	background: #fff;
}
#trendSection section {
    background: none;
}

section:has(.breakcums){padding: 0 24px 2rem}

section article{
	width:100%;
	margin:0;
	padding:0;
}

section article p
{   line-height: 2.5rem;
    margin-bottom: 10px;
    color: #2b2b2b;
	font-family:inherit;
    font-size: 1.8rem;
    font-weight: normal;}

section h2{
	font-size:2.8rem;
	margin:0;
	padding:0;
	color:#067d81;
	font-weight:bold;
}

.listItems{
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 2px;
	justify-content: center;
	margin:10px 0;

}

.ntbox{
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	margin: 0px;
    padding: 15px 0;
}
.ntbox .ntbox-inner{
	-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: #fff;
    border: none;
    border-radius: 5px;
	box-shadow:	0 0 10px 0 rgba(0,0,0,.75);
    padding: 2px;
}

.ntbox:hover .ntbox-inner{
	border: 2px solid #2c9fa3;
	padding:0;
}

.ntbox .ntbox-inner .imgBox{
	width: 100%;
}

.ntbox .ntbox-inner .imgBox img{
	width: 100%;
    height: auto;
}
.post .ntbox-inner .imgBox img {
    width: auto;
    height: 430px;
}
a.article-img img {
    text-align: center;
    margin: auto;
}
.ntbox .ntbox-inner .imgBox.sImg{
	aspect-ratio: 1 / 1;
    overflow: hidden;
}
.ntbox .ntbox-inner .imgBox.sImg img{
	height:100%;
}
.ntbox .textBox{
	line-height:2.5rem;
    padding: 3px 0;
    text-align: center;
    color: #067d81;
    margin: 2px 10px 0 10px;
	text-align:center;
}

.ntbox .textBox h3,.ntbox .textBox h2,.ntbox .textBox p{margin:0;font-size: 1.9rem;color: #067d81;font-weight:600}

.ntbox .textBox a{
	font-size: 1.9rem;
    font-weight: 600;
}

.featured h1 {
    bottom: 0;
    color: #1c8391;
    background: #f2fafd;
    text-align: left;
    font-size: 3.2rem;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
}
p.picbelow a{font-weight:600}

@media screen and (max-width: 640px){
.social-side-item a{text-align:center}
.social-side-item a span.text-icon{display:none}
}

@media screen and (min-width: 740px){
	.ntbox{padding:15px}
	.listItems{margin-left:-15px;margin-right:-15px}
.ntbox-2{
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
	.ntbox .ntbox-inner .imgBox img.tagImg{height:430px;}
	.ntbox .ntbox-inner .imgBox img.horizontal{height:auto !important;}
	.ntbox .ntbox-inner .imgBox img.oldImg{object-fit:contain;padding:5px}
	.ntbox .ntbox-inner.ntCate .imgBox img {height: 340px;
    object-fit: contain;}
	.ntbox .ntbox-inner.ntMainCate .imgBox img{height:auto;border-radius:5px}
	.buttonBottom{
		width: calc(100% - 33px);
		left:16px;
	 }
}
@media screen and (min-width: 1050px){
.ntbox-4{
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.ntbox-3{
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.relatedBoxs {
    margin: 0 auto 10px;
}
}

@media only screen and (max-width: 1510px) {
	.ads-Left,.ads-Right{display:none}
}

@media (max-width: 970px) {
	.ad-container-top {
		height: 90px;
	}
}

@media (max-width: 767px) {
	.ad-container-top {
		height: 50px;
	}
}
