html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
line-height: 1.5;
}
body{
font-weight: 400;
overflow-x: hidden;
word-break: break-word;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
html {
font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
font-family: 'Poppins', sans-serif;
color: #3f3f3f;
font-size: 14px;
line-height: 24px;
font-weight: 400;
margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Lato', serif;
font-weight: 600;
margin: 0 0 15px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
line-height:1.3;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
margin: 0;
overflow-x: hidden;
display: block;
word-break: break-word;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button, input[type="button"], 
input[type="reset"], 
input[type="submit"] {
border: none;
border-radius: 25px;
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 12px 24px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.2);
position: relative;
overflow: hidden;
}
button::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.3s ease, height 0.3s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: linear-gradient(135deg, #d91a7a, #ec2b8c);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.4);
}
button:hover::before,
input[type="button"]:hover::before,
input[type="reset"]:hover::before,
input[type="submit"]:hover::before {
width: 100px;
height: 100px;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
outline: none;
transform: translateY(0);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
} button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary {
background: transparent;
color: #ec2b8c;
border: 2px solid #ec2b8c;
box-shadow: none;
}
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover {
background: #ec2b8c;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.3);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #333;
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 12px 16px;
font-size: 14px;
line-height: 1.5;
background: #fff;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #212529;
background-color: #fff;
border-color: #ec2b8c;
outline: none;
box-shadow: 0 4px 20px rgba(236, 43, 140, 0.15);
transform: translateY(-1px);
} input::placeholder,
textarea::placeholder {
color: #999;
font-style: italic;
opacity: 1;
}
input:focus::placeholder,
textarea:focus::placeholder {
opacity: 0.6;
transform: translateX(5px);
transition: all 0.3s ease;
} .input-group {
position: relative;
display: inline-block;
width: 100%;
}
.input-group input {
padding-left: 45px;
}
.input-group .input-icon {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 16px;
pointer-events: none;
transition: color 0.3s ease;
}
.input-group input:focus + .input-icon {
color: #ec2b8c;
}
}
select {
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 12px 16px;
font-size: 14px;
background: #fff;
color: #333;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
appearance: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 16px;
padding-right: 40px;
}
select:focus {
border-color: #ec2b8c;
outline: none;
box-shadow: 0 4px 20px rgba(236, 43, 140, 0.15);
transform: translateY(-1px);
}
select:hover {
border-color: #ec2b8c;
}
textarea {
width: 100%;
min-height: 120px;
resize: vertical;
font-family: inherit;
} label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-size: 14px;
} label.required::after {
content: " *";
color: #ec2b8c;
font-weight: bold;
} .form-group {
margin-bottom: 1.5rem;
}
.form-group label {
margin-bottom: 0.5rem;
} input[type="checkbox"],
input[type="radio"] {
width: 18px;
height: 18px;
margin-right: 8px;
accent-color: #ec2b8c;
cursor: pointer;
} .form-group.error input,
.form-group.error textarea,
.form-group.error select {
border-color: #dc3545;
box-shadow: 0 4px 20px rgba(220, 53, 69, 0.15);
}
.form-group.success input,
.form-group.success textarea,
.form-group.success select {
border-color: #28a745;
box-shadow: 0 4px 20px rgba(40, 167, 69, 0.15);
}
.error-message {
color: #dc3545;
font-size: 12px;
margin-top: 4px;
display: block;
}
.success-message {
color: #28a745;
font-size: 12px;
margin-top: 4px;
display: block;
}
.list-hide ul{
margin: 0;
padding: 0;
list-style: none;
}
.text-white a{
color: #fff;
}   .site-branding.has-himg {
position: relative;
overflow: hidden;
}
.site-branding.has-himg .aak-header-img {
min-height: 250px;
max-height: 300px;
}
.site-branding.has-himg .aak-header-img img {
width: 100%;
height: auto;
min-height: 250px
}
.site-branding.has-himg.aak-two-logo .aak-header-img {
min-height: 420px;
max-height: 1000px;
}
.site-branding.has-himg.aak-two-logo .aak-header-img img {
min-height: 420px;
}
.has-himg .headerlogo-text {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
margin: auto;
height: 100%;
}
.headerlogo-text {
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
}
.headerlogo-text.htl-right {
align-items: flex-end;
}
.headerlogo-text.htl-left {
align-items: flex-start;
}
.headerlogo-text.htl-left h1.site-title {
text-align: left;
}
.headerlogo-text.htl-center {
align-items: center;
text-align: center;
}
.has-himg p.site-description {
display: inline-block;
background: rgba(255,255,255,0.5);
padding: 10px 20px;
border-radius: 50px;
}
.aadhs-two .menu.nav-menu {
display: flex;
flex-flow: row wrap;
}
.aadhs-two .menu-center ul {
justify-content: center;
}
.aadhs-two .menu-right ul {
justify-content: flex-end;
}
.aadhs-two .menu-left ul {
justify-content: flex-start;
} .main-navigation {
display: block;
width: 100%;
}
.aak-main-nav ul li a {
padding: 15px 20px;
color: #111;
transition: 0.5s;
}
.aak-main-nav ul li.page_item_has_children a,
.mini-toggle,
.aak-main-nav ul li.menu-item-has-children a {
padding-right: 25px;
}
.aak-main-nav ul li a:hover, 
.aak-main-nav ul li a:focus {
text-decoration: none;
opacity: 0.8;
color: #ec2b8c;
}
.aak-main-nav ul li:first-child a {
border-left: 0;
}
.aak-main-nav ul li:last-child a {
border-right: 0;
}
.mini-toggle, 
.main-navigation .page_item_has_children:before,
.main-navigation .menu-item-has-children:before {
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
float: left;
position: absolute;
top: 100%;
left: 0;
z-index: 99999;
background: #fff;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
visibility: hidden;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: inline-block;
}
.main-navigation ul ul ul {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
top: 5px;
visibility: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
left: 100%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
}
.main-navigation ul ul ul li:hover > ul,
.main-navigation ul ul ul li.focus > ul {
left: 10px;
bottom: -50px;
top: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul, 
.main-navigation ul li.focus > ul {
left: 0;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.main-navigation ul >li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
button.mini-toggle {
background: transparent;
border: none;
display: none;
}
.menu-toggle {
display: none;
}
.main-navigation ul {
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;
}
button.menu-toggle span.mshow {
display: block;
}
button.menu-toggle span.mhide {
display: none;
}
.toggled button.menu-toggle span.mhide {
display: block;
}
button.mbclose {
display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.aak-main-nav {
position: absolute;
z-index: 999;
}
}
@media (max-width: 991px){
.main-navigation.akkmshow ul,
.main-navigation.toggled ul {
max-height: 10000px;
visibility: visible;
opacity: 1; 
padding: 1rem 5px;
}
button.menu-toggle {
background: #222;
color: #fff;
font-weight: 700;
text-transform: uppercase;
border: 2px solid #fff;
display: inline-block;
margin: 5px 0;
}
.main-navigation ul {
display: block !important;
height: auto;
overflow: hidden;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
max-height: 0;
background: #fff;
-webkit-box-shadow: 0 0 70px rgba(0,0,0,.11);
box-shadow: 0 0 70px rgba(0,0,0,.11);
min-width: 250px;
overflow: unset;
}
.main-navigation .mbclose{
opacity: 0;
transition: 0.5s;
float: right;
}
.main-navigation.toggled .akkmshow,
.main-navigation.toggled .mbclose{
display: block !important;
opacity: 1;
}
.menu-toggle {
display: block;
}
.main-navigation ul button.mini-toggle {
display: block;
width: 40px;
height: 40px;
top: 7px;
right: 7px;
border: 1px solid #888;
}
.main-navigation ul ul button.mini-toggle {
top: 7px;
right: -18px;
background: #fff;
z-index: -1;
}
.main-navigation ul >li {
position: relative;
width: 95%;
display: inline-block;
min-width: 240px;
max-width: 600px;
}
.mini-toggle, 
.main-navigation .page_item_has_children:before, 
.main-navigation .menu-item-has-children:before {
right: 22px;
}
.main-navigation ul ul .mini-toggle,
.main-navigation ul ul .menu-item-has-children:before,
.main-navigation ul ul .page_item_has_children:before {
right: -4px;
}
.aak-main-nav ul li a {
border-right: none; 
border-left: none;
display: inline-block;
}
.aak-main-nav ul li {
border-bottom: 1px solid #ccc;
}
.main-navigation ul ul ul,
.main-navigation ul ul {
position: inherit;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
}
.main-navigation ul ul ul {
left:5px !important;
}
.main-navigation ul> ul> ul,
.main-navigation ul> li> ul.sub-menu,
.main-navigation ul> li> ul.children { opacity: 0;
visibility: hidden;
max-height: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.main-navigation ul> ul> ul,
.main-navigation ul> li.menushow> ul.sub-menu,
.main-navigation ul> li.befocus> ul.sub-menu,
.main-navigation ul> li.befocus> ul.children,
.main-navigation ul> li.menushow> ul.children {
display: block !important;
max-height: 10000px;
height: auto;
opacity: 1;
visibility: visible;
overflow: inherit;
bottom: 0px;
width: 100%;
}
.main-navigation ul> li> ul.sub-menu {
bottom: inherit;
top: 0;
}
.aak-main-nav ul li.page_item_has_children a,
.mini-toggle, .aak-main-nav ul li.menu-item-has-children a {
padding-right: 5px;
}
}  .site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post {
margin: 0 0 2.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .comment-respond {
margin-top: 4rem;
margin-bottom: 4rem;
border: solid thin #eaeaea;
padding: 1.75rem;
}
.comment-notes {
font-size: medium;
margin: 0px 0;
}
.comment-list {
padding: 0;
}
.comments-title {
font-size: medium;
}
.comment-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1rem;
}
.comment-author img {
border-radius: 50%;
margin-right: .5rem;
}
.comment-metadata a {
color: #c1c1c1;
}
.says {
display: none;
}
.comment-reply-link {
border: solid thin #eaeaea;
padding: 0.2rem 0.5rem;
}
.comment-form-cookies-consent {
font-size: medium;
font-weight: normal;
}
.comments-area ol {
list-style: none;
}
.comment-body {
border: solid thin #e2e8f0;
padding: 1rem;
margin-bottom: 2rem;
font-size: medium;
word-wrap: break-word;
}
ol.children {
margin-bottom: 0;
margin-left: 0;
}
div.comments-area label {
display: inline-block;
margin-bottom: 0;
color: #757575;
}
div.comment-respond h3 {
font-size: inherit;
}
p.logged-in-as {
font-size: medium;
margin: 0px 0;
}
span.nav-subtitle {
color: #999;
}
form#commentform input:not([type="checkbox"]) {
display: block;
width: 100%;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.widget select {
width: 100%;
height: 32px;
}
.widget img {
margin: 10px 0;
}
.tagcloud a {
border: 1px solid #E0ECDE;
padding: 5px 10px;
margin: 5px;
display: inline-block;
font-size: 14px !important;
font-weight: 700;
text-shadow: inherit;
} .calendar_wrap
tr {
border-bottom: 1px solid #ccc;
}
.calendar_wrap
td, .calendar_wrap
th {
border-right: 1px solid #ccc;
padding: 5px;
text-align: center;
}
.calendar_wrap
tr:first-child {
border-top: 1px solid #ccc;
}
.calendar_wrap
table {
border-left: 1px solid #ccc;
}
#wp-calendar caption {
border: 1px solid #ccc;
padding: 10px 0;
color: #000;
text-align: center;
}
.widget .menu-item-has-children ul.sub-menu, 
.widget .page_item_has_children ul.children {
margin-left: 5px;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
}
img.custom-logo {
margin-bottom: .5rem;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: -ms-grid;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
-ms-grid-columns: (1fr)[5];
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
-ms-grid-columns: (1fr)[6];
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
-ms-grid-columns: (1fr)[7];
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
-ms-grid-columns: (1fr)[8];
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
-ms-grid-columns: (1fr)[9];
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}a:hover{
color:#ec2b8c;
}
a.post-thumbnail {
overflow: hidden;
display: block;
width: 100%;
}  .aaktop-menu,
.aaktop-menu ul {
display: flex;
}
.aaktop-menu li {
padding: 0 10px;
}
.aaktop-tophead, 
.aaktop-tophead a, 
.aaktop-tophead span, 
.aaktop-tophead input {
font-size: 13px;
}
.aaktop-tophead a:hover{
color:#dedede;
}
.topmenu-serch {
display: flex;
align-items: baseline;
flex-flow: row wrap;
}
.header-top-search form.search-form {
display: flex;
min-width: 300px;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header-top-search form.search-form input.search-submit {
margin-left: 0;
background: #ec2b8c; color: #fff;
padding: 8px 20px;
border: none;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
}
.header-top-search form.search-form input.search-submit:hover {
background: #d91a7a; transform: translateY(-1px);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
.header-top-search input[type="search"] {
width: 100%;
padding: 8px 15px;
border: none;
outline: none;
background: #fff;
font-size: 14px;
border-radius: 25px 0 0 25px;
}
.header-top-search input[type="search"]:focus {
outline: none;
box-shadow: inset 0 0 0 2px #ec2b8c;
}
.header-top-search input[type="search"]::placeholder {
color: #999;
font-style: italic;
} .header-top-search form.search-form input.search-submit {
border-radius: 0 25px 25px 0;
}
.header-top-search form.search-form input.search-submit:focus {
outline: 2px solid #fff;
outline-offset: 2px;
}
.header-top-search {
width: 300px;
margin-left: 15px;
}
.header-top-search label {
width: 100%;
margin: 0;
} @media (max-width: 768px) {
.header-top-search {
width: 100%;
margin: 10px 0 0 0;
}
.header-top-search form.search-form {
min-width: 100%;
}
.topmenu-serch {
flex-direction: column;
align-items: stretch;
}
}
.aaktop-tophead .row{
align-items: baseline;
}
.brand-menubar{
-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.08);
box-shadow: 0 2px 20px rgba(0,0,0,.08);
position: relative;
background: #fff;
border-bottom: 3px solid #ec2b8c;
transition: all 0.3s ease;
z-index: 1000;
}
.brand-menubar:hover {
box-shadow: 0 4px 30px rgba(0,0,0,.12);
} .aak-header .site-title {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
}
.headerlogo-text {
display: flex;
align-items: center;
gap: 5px;
transition: all 0.3s ease;
}
.headerlogo-text:hover {
transform: translateY(-1px);
}
h1.site-title {
margin-bottom: 0;
position: relative;
}
h1.site-title a {
font-size: 28px;
color: #ec2b8c;
line-height: 1.2;
margin-bottom: 0;
text-decoration: none;
font-weight: 700;
position: relative;
transition: all 0.3s ease;
background: linear-gradient(135deg, #ec2b8c, #f06292);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h1.site-title a:hover {
background: linear-gradient(135deg, #d91a7a, #ec2b8c);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
transform: scale(1.05);
} .custom-logo {
max-height: 60px;
width: auto;
transition: all 0.3s ease;
filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
}
.custom-logo:hover {
transform: scale(1.1) rotate(2deg);
filter: drop-shadow(0 4px 15px rgba(236, 43, 140, 0.3));
}
p.site-description {
font-size: 14px;
color: #666;
margin: 5px 0 0 0;
font-style: italic;
font-weight: 400;
letter-spacing: 0.5px;
opacity: 0.8;
transition: all 0.3s ease;
}
p.site-description:hover {
opacity: 1;
color: #ec2b8c;
} .aak-main-nav {
background: transparent;
border-radius: 0;
}
#primary-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 1rem;
align-items: center;
}
#primary-menu li {
position: relative;
}
#primary-menu li a {
color: #333;
text-decoration: none;
font-weight: 500;
font-size: 16px;
padding: 5px 10px;
border-radius: 25px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
text-transform: capitalize;
letter-spacing: 0.5px;
}
#primary-menu li a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #ec2b8c, #f06292);
transition: left 0.3s ease;
z-index: -1;
border-radius: 25px;
}
#primary-menu li a:hover::before {
left: 0;
}
#primary-menu li a:hover {
color: #fff;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.3);
}
#primary-menu li.current-menu-item a,
#primary-menu li.current_page_item a {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
.text-center{
text-align: center;
}
.text-ritht{
text-align: right;
} .aak-main-menu.menu-right ul{
display: flex;
justify-content: flex-end;
text-align: left;
margin-bottom: 0;
align-items: center;
}
.aak-main-menu.menu-center ul{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
.aak-main-menu.menu-left ul{
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 0;
} .d-flex.aak-logo-left {
align-items: center;
justify-content: space-between;
}
.d-flex.aak-logo-right {
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
}
.d-flex.aak-logo-center {
flex-flow: column wrap;
align-items: center;
text-align: center;
}
.aak-logo-center .headerlogo-text {
padding: 15px 0;
justify-content: center;
}
.aak-logo-left .headerlogo-text {
min-width: 300px;
align-items: center;
} .menu-toggle {
display: none;
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
border: none;
padding: 12px 20px;
border-radius: 25px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
}
.menu-toggle:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.3);
} @media (max-width: 768px) {
.menu-toggle {
display: block;
}
#primary-menu {
display: none;
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
border-radius: 0 0 15px 15px;
padding: 20px;
gap: 0;
}
#primary-menu.toggled {
display: flex;
}
#primary-menu li a {
padding: 15px;
margin: 5px 0;
text-align: center;
border-radius: 10px;
}
h1.site-title a {
font-size: 22px;
}
.custom-logo {
max-height: 45px;
}
.headerlogo-text {
gap: 10px;
}
} .aak-header {
position: relative;
z-index: 999;
}
.aak-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, rgba(236, 43, 140, 0.02), rgba(240, 98, 146, 0.02));
pointer-events: none;
} .brand-menubar .container {
position: relative;
z-index: 2;
}
.aak-menu-wrap {
padding: 15px 0;
min-height: 80px;
align-items: center;
} .style2 h1.site-title a {
font-size: 42px;
background: linear-gradient(135deg, #ec2b8c, #f06292, #ba68c8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.style2 .headerlogo-text {
text-align: center;
padding: 20px 0;
}
.style2 .brand-menubar {
border-bottom: none;
border-top: 3px solid #ec2b8c;
} .aak-header.sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
animation: slideDown 0.3s ease;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
} @keyframes logoFadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.headerlogo-text {
animation: logoFadeIn 0.6s ease-out;
} #primary-menu li {
animation: menuItemSlide 0.4s ease-out forwards;
opacity: 0;
transform: translateY(-10px);
display: flex;
gap: 3px;
flex-flow: row-reverse;
align-items: center;
}
#primary-menu li:nth-child(1) { animation-delay: 0.1s; }
#primary-menu li:nth-child(2) { animation-delay: 0.2s; }
#primary-menu li:nth-child(3) { animation-delay: 0.3s; }
#primary-menu li:nth-child(4) { animation-delay: 0.4s; }
#primary-menu li:nth-child(5) { animation-delay: 0.5s; }
#primary-menu li:nth-child(6) { animation-delay: 0.6s; }
#primary-menu li:nth-child(7) { animation-delay: 0.7s; }
@keyframes menuItemSlide {
to {
opacity: 1;
transform: translateY(0);
}
}
--------------------------------------------- */
.widget-area {
background: #f8f9fa;
border-radius: 15px;
padding: 0;
margin-bottom: 2rem;
}
.widget {
background: #fff;
border-radius: 12px;
margin-bottom: 1.5rem;
overflow: hidden;
box-shadow: 0 2px 15px rgba(0,0,0,.05);
transition: all 0.3s ease;
}
.widget:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0,0,0,.1);
}
h3.widget-title {
text-align: center;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 15px 20px;
margin-bottom: 0;
letter-spacing: 0.5px;
}
.widget-content {
padding: 1.5rem;
}
aside#secondary {
position: sticky;
top: 20px;
height: fit-content;
}
.widget ul,
.widget ol {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
margin-bottom: 0;
padding: 10px 15px;
border-bottom: 1px solid #f0f0f0;
transition: all 0.3s ease;
}
.widget ul li:hover {
background: #f8f9fa;
padding-left: 20px;
}
.widget ul li:last-child {
border: none;
}
.widget ul li a {
color: #555;
text-decoration: none;
font-size: 14px;
line-height: 1.5;
display: block;
transition: color 0.3s ease;
}
.widget ul li a:hover {
color: #ec2b8c;
}
.widget .search-form {
padding: 1rem;
}
.widget .search-form label,
.widget .search-form label input {
width: 100%;
}
.widget .search-form input.search-submit {
width: 100%;
border: none;
background: #ec2b8c;
color: #fff;
text-transform: uppercase;
min-height: 40px;
font-weight: 500;
border-radius: 8px;
margin-top: 10px;
transition: all 0.3s ease;
cursor: pointer;
}
.widget .search-form input.search-submit:hover {
background: #d91a7a;
transform: translateY(-1px);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
.widget .search-form input[type="search"] {
padding: 12px 15px;
min-height: 40px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 14px;
transition: border-color 0.3s ease;
}
.widget .search-form input[type="search"]:focus {
outline: none;
border-color: #ec2b8c;
box-shadow: 0 0 0 3px rgba(236, 43, 140, 0.1);
}
.widget.widget_block h3,
.widget.widget_block h2,
h3.widget-title,
h2.widget-title {
text-align: center;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 15px 20px;
margin-bottom: 0;
letter-spacing: 0.5px;
} .footer-widget, 
.footer-widget p, 
.footer-widget a, 
.footer-widget #wp-calendar caption,
.footer-widget .search-form input.search-submit{
color: #fff;
}
.footer-widget .widget-title {
background: inherit;
color: #fff;
text-align: left;
border-bottom: 2px solid #ccc;
}
.footer-widget ul li {
border-bottom: 1px solid #555;
} .row[data-masonry] {
gap: 2rem;
}
.row[data-masonry] .col-lg-4,
.row[data-masonry] .col-md-6 {
margin-bottom: 2rem;
padding: 0 1rem;
} .site-main {
padding: 2rem 0;
}
.container {
padding-left: 1rem;
padding-right: 1rem;
} @media (max-width: 768px) {
.row[data-masonry] {
gap: 1rem;
}
.row[data-masonry] .col-lg-4,
.row[data-masonry] .col-md-6 {
margin-bottom: 1.5rem;
padding: 0 0.5rem;
}
.container {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.card.aakcard {
border-radius: 8px;
}
.widget {
border-radius: 8px;
margin-bottom: 1rem;
}
}
.footer-widget .widget-title {
background: inherit;
color: #fff;
text-align: left;
border-bottom: 2px solid #ccc;
}
.footer-widget ul li {
border-bottom: 1px solid #555;
} .entry-meta, .entry-meta a {
font-size: 12px;
color: #ec2b8c;
}
.card.aakcard {
-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.08);
box-shadow: 0 4px 20px rgba(0,0,0,.08);
border: none;
background: #fff;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.card.aakcard:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0,0,0,.15);
}
.card.aakcard .card-body {
padding: 1.5rem;
}
.card.aakcard .card-img-top {
transition: transform 0.3s ease;
border-radius: 0;
}
.card.aakcard:hover .card-img-top {
transform: scale(1.05);
}
.card.aakcard .post-thumbnail {
overflow: hidden;
border-radius: 12px 12px 0 0;
}
.card-title a {
text-decoration: none;
color: #2c3e50;
font-weight: 600;
font-size: 1.1rem;
line-height: 1.4;
transition: color 0.3s ease;
}
.card-title a:hover {
color: #ec2b8c;
}
.card-text {
color: #666;
line-height: 1.6;
margin-bottom: 1rem;
}
.card .entry-meta {
font-size: 0.85rem;
color: #999;
margin-bottom: 0.5rem;
}
.card .entry-meta a {
color: #ec2b8c;
text-decoration: none;
}
.card .entry-meta a:hover {
text-decoration: underline;
}
.sticky .entry-header, 
.tag-sticky-2 .entry-header {
text-align: center;
margin-bottom: 2rem;
}
.aak-list-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.card.aak-list-blog {
box-shadow: 0 0 70px rgba(0,0,0,.11);
}
.card-text.col-lg-8.col-md-6.col-sm-12 {
padding-left: 0;
}
.card-body-text h5 {
margin-bottom: 5px;
margin-top: 0;
}
.card-body-text {
padding: 5px 15px 5px 5px;
}
.aakno-img .card-body-text {
padding: 15px;
}
.aak-blog-text,
.aak-blog-img {
width: 50%;
}
.aak-blog-img a {
display: block;
}
.aak-blog-img img {
width: 100%;
}
.aak-blog-img {
-ms-flex-preferred-size: 550px;
flex-basis: 550px;
}
.card-body .blockquote-footer {
margin-top: 0;
}
.aak-btext,
.widget-area .widget,
.site-footer,
.archive-header,
.search-header,
.aak-page,
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.site-footer,
.aak-blog-list,
.aak-single-list,
.comments-area,nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.08);
box-shadow: 0 4px 20px rgba(0,0,0,.08);
padding: 20px;
background: #fff;
border-radius: 12px;
} .comments-area {
padding: 30px;
margin-top: 40px;
}
.comments-title {
color: #333;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 3px solid #ec2b8c;
position: relative;
}
.comments-title::after {
content: '';
position: absolute;
bottom: -3px;
left: 0;
width: 60px;
height: 3px;
background: linear-gradient(135deg, #ec2b8c, #f06292);
} .comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.comment-list .comment {
background: #f8f9fa;
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
border-left: 4px solid #ec2b8c;
transition: all 0.3s ease;
}
.comment-list .comment:hover {
transform: translateX(5px);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.comment-list .children {
margin-top: 20px;
margin-left: 30px;
padding-left: 20px;
border-left: 2px solid #e0e0e0;
} .comment-meta {
display: flex;
align-items: center;
margin-bottom: 15px;
gap: 15px;
}
.comment-author img {
border-radius: 50%;
border: 3px solid #ec2b8c;
padding: 2px;
}
.comment-author .fn {
font-weight: 600;
color: #333;
font-size: 16px;
}
.comment-metadata {
color: #666;
font-size: 14px;
}
.comment-metadata a {
color: #ec2b8c;
text-decoration: none;
}
.comment-metadata a:hover {
text-decoration: underline;
} .comment-content {
margin-bottom: 15px;
line-height: 1.6;
color: #555;
} .reply {
text-align: right;
}
.comment-reply-link {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 8px 16px;
border-radius: 20px;
text-decoration: none;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
display: inline-block;
}
.comment-reply-link:hover {
background: linear-gradient(135deg, #d91a7a, #ec2b8c);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.4);
color: #fff;
} .comment-respond {
background: #f8f9fa;
border-radius: 12px;
padding: 30px;
margin-top: 30px;
border: 1px solid #e0e0e0;
}
.comment-reply-title {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.comment-reply-title::before {
content: "💬";
font-size: 24px;
}
.comment-form label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
padding: 12px 16px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 14px;
transition: all 0.3s ease;
margin-bottom: 15px;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
border-color: #ec2b8c;
outline: none;
box-shadow: 0 0 0 3px rgba(236, 43, 140, 0.1);
}
.comment-form textarea {
min-height: 120px;
resize: vertical;
}
.form-submit {
text-align: center;
margin-top: 20px;
}
#submit {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 12px 30px;
border: none;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
}
#submit:hover {
background: linear-gradient(135deg, #d91a7a, #ec2b8c);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.4);
}
.aak-btext {
margin-left: -120px;
}
.no-img .aak-btext{
margin-left: 0;
} nav.navigation.pagination {
text-align: center;
display: block;
margin: 40px 0;
width: 100%;
padding: 30px 0;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
nav.navigation.pagination .nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
border: 2px solid #e0e0e0;
padding: 10px 16px;
text-transform: none;
background: #fff;
color: #666;
text-decoration: none;
border-radius: 8px;
font-weight: 500;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
min-width: 44px;
text-align: center;
}
nav.navigation.pagination .nav-links a:hover {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
border-color: #ec2b8c;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
nav.navigation.pagination .nav-links .current,
nav.navigation.pagination .nav-links span.current {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
border-color: #ec2b8c;
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
nav.navigation.pagination .nav-links .prev,
nav.navigation.pagination .nav-links .next {
font-weight: 600;
padding: 10px 20px;
}
nav.navigation.pagination .nav-links .prev::before {
content: "← ";
margin-right: 5px;
}
nav.navigation.pagination .nav-links .next::after {
content: " →";
margin-left: 5px;
}
.aak-blog-text {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
position: relative;
overflow: inherit;
}
.no-img .aak-blog-text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .entry-footer, 
.entry-footer a {
font-size: 14px;
color: #666;
}
.entry-footer {
background: transparent;
padding: 20px 0;
text-align: center;
margin: 30px 0 20px;
border-top: 2px solid #f0f0f0;
border-bottom: 2px solid #f0f0f0;
}
.entry-footer span {
display: inline-block;
margin: 5px 10px;
padding: 8px 16px;
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
border-radius: 25px;
font-size: 13px;
font-weight: 500;
transition: all 0.3s ease;
border: 1px solid #e0e0e0;
}
.entry-footer span:hover {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(236, 43, 140, 0.3);
}
.entry-footer span a {
color: inherit;
text-decoration: none;
font-weight: 500;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
position: relative;
}
.entry-footer .cat-links::before {
content: "📁 ";
margin-right: 5px;
}
.entry-footer .tags-links::before {
content: "🏷️ ";
margin-right: 5px;
} .entry-footer .cat-links a,
.entry-footer .tags-links a {
display: inline-block;
margin: 2px 4px;
padding: 4px 12px;
background: #ec2b8c;
color: #fff;
border-radius: 15px;
font-size: 12px;
text-decoration: none;
transition: all 0.3s ease;
}
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
background: #d91a7a;
transform: scale(1.05);
box-shadow: 0 2px 8px rgba(236, 43, 140, 0.4);
}
.page .entry-footer {
display: inline-block;
width: auto;
background: inherit;
}
.card-columns .post {
margin-bottom: 10px;
}
form.post-password-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
}
form.post-password-form p {
width: 100%;
}
.entry-footer, .entry-footer a {
font-size: 12px;
}
.entry-footer span {
margin-right: 15px;
} .site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,.08);
margin: 40px 0;
overflow: hidden;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
flex: 1;
padding: 25px 30px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.post-navigation .nav-previous::before,
.post-navigation .nav-next::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #ec2b8c, #f06292);
transition: left 0.3s ease;
z-index: 1;
}
.post-navigation .nav-previous:hover::before,
.post-navigation .nav-next:hover::before {
left: 0;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
color: #333;
text-decoration: none;
font-weight: 500;
position: relative;
z-index: 2;
transition: color 0.3s ease;
display: block;
}
.post-navigation .nav-previous:hover a,
.post-navigation .nav-next:hover a {
color: #fff;
}
.post-navigation .nav-previous {
border-right: 1px solid #f0f0f0;
text-align: left;
}
.post-navigation .nav-next {
text-align: right;
}
.post-navigation .nav-previous a::before {
content: "← ";
font-size: 18px;
margin-right: 8px;
}
.post-navigation .nav-next a::after {
content: " →";
font-size: 18px;
margin-left: 8px;
} .posts-navigation .nav-links {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
background: linear-gradient(135deg, #ec2b8c, #f06292);
color: #fff;
padding: 12px 24px;
border-radius: 25px;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
}
.posts-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover {
background: linear-gradient(135deg, #d91a7a, #ec2b8c);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(236, 43, 140, 0.4);
}
.sticky .card-body {
background: #ededed;
}
@media screen and (max-width: 992px) {
.aak-main-nav {
justify-content: flex-end;
margin: auto;
text-align: right;
} .aakmstyle1 .aak-main-menu {
position: relative;
}
.site-navigation {
position: relative;
}
.menu-testing-menu-container {
position: absolute;
right: 0;
top: 60px;
max-width: 450px;
text-align: left;
background: #fff;
z-index: 9999;
box-shadow: 0 0 70px rgba(0,0,0,.11);
left: 0;
margin: auto;
}
.aak-blog-text, 
.aak-blog-img {
width: 100%;
-ms-flex-preferred-size: inherit;
flex-basis: inherit;
}
.aak-list-flex {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.aak-btext {
margin-left: 0;
}
.main-navigation ul> li.befocus.menushow> ul.sub-menu,
.main-navigation ul> li.befocus.menushow> ul.children{
display: block !important;
}
.main-navigation ul> li.befocus> ul.sub-menu,
.main-navigation ul> li.befocus> ul.children{
display: none !important;
}
}
.widget ul li.wp-block-social-link {
padding: 0;
}
.wp-block-calendar tbody td{
color: #fff;
}
.wp-block-calendar th {
color: #000;
}
@media screen and (max-width: 767px) {
span.bhtop-text.pt-2 {
display: block;
text-align: center;
}
.aak-main-nav {
text-align: center;
}
.d-flex.aak-menu-wrap {
flex-flow: column wrap;
}
.card-text.col-lg-8.col-md-6.col-sm-12 {
padding-left: 15px;
}
.card-body-text {
padding: 15px;
}
}
@media screen and (max-width: 480px) {
.aakmenu-display.d-flex {
flex-direction: column;
}
.topmenu-serch {
justify-content: center;
}
.aak-main-nav {
text-align: center;
width: 100%;
position: relative;
}
.menu-testing-menu-container{
top: 50px;
}
.headerlogo-text {
text-align: center;
}
}