/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       Cao hiep
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/


/*--giao-dien-moi--*/
.cusboghome .elementor-post__title {
    padding: 0px 10px;
}
.site-logo {
    z-index: 999;
}
.namerev p, .ctrevew {
    font-weight: normal;
}
.boxfbnew {
    padding: 20px 20px 1px 20px;
    margin-top: -20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1px solid #0003;
}
.titrevew::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    color: gold;
    display: block;
	margin-bottom: 5px;
}
.titrevew {
    margin-bottom: 10px;
	margin-top: -10px;
}
.namerev {
    margin-left: 50px;
}
.namerev h5 {
    margin-bottom: 0px;
}
.numtxt {
	    position: absolute;
            width: 40px;
            height: 40px;
            background-color: rgb(255, 45, 85);
            color: white;
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
	margin-top: 5px;
}
.cssboxprod .woocommerce-loop-product__title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
	padding: 0px 10px;
}
.cssboxprod .product-content-wrap {
    background-color: #f5f3eb;
    margin-top: -8px;
    z-index: 9999;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px !important;
}
.cssboxprod img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}
.boxtitkm {
    line-height: 0.1;
}
.lineright {
    border-right: 1px solid;
}
.box4colsale span {
    font-size: 50px;
}
.box4colsale {font-size: 20px;text-align: center;}
.boxcasokm img {
    border-radius:10px !important;
}
.boxtxtkm a {
    background-color: rgb(93, 54, 27);
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
}
.boxtxtkm {
    margin-top: 20px;
	margin-bottom: 20px;
}
.boxcasokm img {
    border-radius: 10px;
}
.elementor-button {
    position: relative;
  display: inline-block;
  border-radius: 30px !important;
  background: linear-gradient( 90deg, #FFD700, #fff8d6, #FFD700 );
  color: #004827 !important;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.page-id-3131 .nevo-container.inside-header.normal {
    position: relative;
    z-index: 9999;
}
/*--end-giao-dien-moi--*/
.custitle2 {
    color: #5d361b;
}
.custitle {
    color: #fff;
}
.txtboxtrangbg {
    color: #fff;
}
.cssimgser img {
    border-radius: 100% !important;
}
.cssimgser::before {
    content: "";
    position: absolute;
    top: -5px; left: -5px; right: -5px; bottom: -5px;
    background: linear-gradient(45deg, #ff0000, #ff7300, #ffeb00, #47ff00, #00ffee, #2b65ff, #8000ff);
    border-radius: 15px;
    z-index: -1;
}
.boxotintro {
    text-align: justify;
    font-size: 14px;
	color: #5d361b;
}
.boxotintro h1 {
    color: #5d361b;
}

/* Style for the link */
.zoom-button {
    display: inline-block;
    text-decoration: none;
    width: 160px;
    height: 42px;
    background: linear-gradient(90deg, #FFD700, #fff8d6, #FFD700);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	animation: zoomEffect 2s ease-in-out infinite; /* Animation tự động zoom */
}
.zoom-button::before{
	content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* Style for the text inside the button */
.button-text {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
	color: #004827;
    text-align: center;
}
/* Zoom effect animation */
@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08); /* Phóng to 10% */
    }
    100% {
        transform: scale(1);
    }
}


table.boxsns td:first-child {
    width: 78%;
}
table.boxsns {
    border-radius: 10px;
    padding: 10px 15px;
	border: 2px dashed #fff;
}
.boxfeedback .elementor-image-box-title::after {
     content: "\f005 \f005 \f005 \f005 \f005";
     font-family: "Font Awesome 5 Free";
     color: gold;
     display: block;
}
.boxcusgallery img {
    width: 800px !important;
    height: 300px !important;
    object-fit: cover;
}
.scrolltop-position-left {
    left: 0px;
}
.am-fcl__item-content {
    border-left: 7px solid #bc9637 !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background-color: #ffffff !important;
}

.csspagegallerry img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
img.header-image.is-logo-image {
    padding: 5px;
}
.cssmenuhidenmb {display: none;}
/*-nut-phone-*/
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
display: none;
right: -20px;
bottom: -20px;
z-index: 9999;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #FFD700;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #FFD700;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background: radial-gradient( #fff8d6 0%, #FFD700 100%); 
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 13px;
text-align: center;
color: #004827;
font-weight: bold;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-end-nut-phone-*/
.ulmartrang ::marker {
    color: #fff;
}
.header-section .header-button a.button-link:hover {
    color: #fff;
}
.header-section .header-button a.button-link {
      position: relative;
  display: inline-block;
  border-radius: 30px !important;
  background: linear-gradient( 90deg, #FFD700, #fff8d6, #FFD700 );
  color: #004827 !important;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
padding: 8px 15px;
}
.header-section .header-button a.button-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.nevo-navigation li[class*="current-menu-"] > a {
    color: #ffd344;
}
.nevo-navigation li> a:hover{
	color:#ffd344 !important;
}
.nevo-navigation li> a {
	color: #ffffff;
}
a.nevo-menu-link.align-items-center:hover {
    color: #ffffff;
}
.popup-body {background: #004827;
}
.boxfbhome p.elementor-image-box-description {
    background-image: linear-gradient(to top, #bc9637, #f5eb8600);
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
}
.btnstyle2 .elementor-button {
    background-color: #fff;
    color:#000 !important;
    border-radius: 30px;
	font-weight: bold;
}
.btnstyle1 .elementor-button {
    border-radius: 30px;
    background-image: linear-gradient(to right, #bc9637 , #f5eb86);
	color:#000 !important;
	font-weight: bold;
}
.elementor-button:hover{
	 color:#fff !important;
	transform: scale(1.1);
}
table, th, td {
    border: 1px solid #00000000;
    border-bottom: none;
	padding: 2px 0px;
}
.boxmaubg {
	background-image: url(https://abbynailsbeauty.com/wp-content/uploads/2025/02/6155218sdf-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px !important;
	background-position: left;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.page-id-1213 .nevo-container.inside-header.normal {
    position: relative;
    z-index: 999;
}
/*--css-footer--*/
.sidebar .widget :last-child,.footer-widgets .widget :last-child {
    margin-bottom: 0;
    color: white;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: sans-serif;
  padding: 15px;
  font-size: 14px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-links a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #ffd344;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #ffd344 !important; 
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-links span {
  color: rgba(255, 255, 255, 0.5);
}
.grid-columns.grid-columns-2 {
    color: white;
}

.grid-columns.grid-columns-2 a {
    color: white;
}
.footer-section.middle-footer.has-start {
    background-color:#004827;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	background-position: center;
}
.boxtimeft .tglv {
    background-color: #cda247;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:15px;
}
.boxtimeft {
    background-color:#fff;
	margin-bottom: -30px;
    margin-top: -60px;
    height: 180px;
	width:80%;
	text-align:center;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boxft ul {
    margin-bottom: 15px;
}
.boxft ul li {
    margin-bottom: -5px;
	font-size: 14px;
}
.boxft h3 {
    font-size: 21px;
    margin-bottom: 8px;
	 color: #ffffff;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxft.box1{
text-align: left;
	margin-left:100px;
}
}
.boxfolow-ft li i {
    font-size: 20px;
	padding-top:8px;
	color:#000;
}
.boxfolow-ft li {
	background-color:#f3e67e;
    display: inline-block;
    border: 1px solid #f3e67e;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}
.boxft.box2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.boxft.box2 li {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.boxft.box2 li i {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.boxft.box2 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 🎯 Hiệu ứng hover */
.boxft.box2 li:hover {
  transform: translateX(8px); /* trượt nhẹ sang phải */
}

.boxft.box2 li:hover a,
.boxft.box2 li:hover i {
  color: #ffd344; /* vàng đồng khi hover */
}
/*----end---fotter----*/

h1, h2, h3, h4, h5, h6 {
    font-family: Kingfoil;
	font-weight: bold;
}
p, td, li{
	/*font-family: Quicksand-VariableFont;*/
	font-weight: bold;
}
td{
	font-size: 18px;
}
/*----css--submenu----*/
ul.sub-menu.no-marker {
    background: #004827;
    border: 10px;
}
.sub-dropdown,.nevo-nav-menu ul {
    top: 100%;
    opacity: 0;
    float: left;
    z-index: 1000;
    font-size: 1rem;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    position: absolute;
    background-color: var(--nvt-white);
    border-top: 1px solid #ddd;
    transition: all .4s ease;
    transform: translate3d(0,20px,0);
    -webkit-transition: all .4s ease;
    -webkit-transform: translate3d(0,20px,0);
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
/*---endcsssubmenu----*/
h2.elementor-heading-title.elementor-size-default {
    font-weight: bold;
    font-size: 50px;
    background: linear-gradient( to right, #FFD700 0%, #fff8d6 20%, #FFEC8B 40%, #FFD700 60%, #b8860b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
/*------css pollicy*------*/
  h1.elementor-heading-title.elementor-size-default {
    background: linear-gradient( to right, #FFD700 0%, #fff8d6 20%, #FFEC8B 40%, #FFD700 60%, #b8860b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 80px;
}
/*css---trang---post*/
aside#custom_html-10 {
    background-color: #004827;
    border-radius:50px
}

aside#block-3 {
    background-color: #004827;
    border-radius: 15px;
    padding-bottom: 65px
}

ul.wp-block-latest-posts__list.wp-block-latest-posts.no-marker li a {
    display: inline-block; /* Cần thiết để transform hoạt động */
    transition: transform 0.3s ease-in-out;
    padding: 10px;
    margin-bottom: 10px;
    
}

ul.wp-block-latest-posts__list.wp-block-latest-posts.no-marker li a:hover {
    transform: translateX(10px);
    color: #ffd344;
}

a.wp-block-latest-posts__post-title {
    border-bottom: 1px solid;
    padding: 10px;
}

h2.wp-block-heading {
    color: white;
    padding-bottom:5px;
    border-bottom:1px solid
}


.inside-right-sidebar.inside-sidebar {
    background-color: #004827;
    border-radius: 25px;
}

aside#custom_html-10 {
    background-color: #004827;
    border-radius: 15px;
    
}

ul.wp-block-latest-posts__list.wp-block-latest-posts.no-marker {
    padding-top: 35px;
}

header.entry-header  a {
    color: #004827;
}

.entry-summary.d-none.d-sm-block.cv-mt-3 {
    color: #004827;
}

.entry-meta {
    color: #004827;
}
a.category-blog {
    background-color: #004827;
}
.inside-right-sidebar.inside-sidebar {
    background-color: #004827;
    padding: 15px;
    border-radius: 20px;
}
article.post {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
article.post {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Chỉ hover khi ở trang danh sách bài (home, category, archive) */
body.blog article.post:hover,
body.archive article.post:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

/* Reset lại trong trang single để không hover */
body.single article.post:hover {
  transform: none;
  box-shadow: none;
}
.blog-cols.cv-row {
                   /* ép grid (tạm dùng !important nếu theme ghi đè) */
      /* 3 cột giống mockup */
    
    
    
    
    
     /* quan trọng: khiến mọi phần tử con cao bằng nhau */
                   
                    /* ép 3 cột */
display: grid !important;
grid-template-columns: repeat(3, 1fr); /* ép 3 cột */
 gap: 25px;
	align-items: stretch;
  justify-items: stretch;
  box-sizing: border-box;
}
.blog-cols.cv-row article.post {
	background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;;
}
.post-image.size-full.position-relative.alignleft.cv-col-5.cv-col-sm-4.cv-me-3.cv-me-sm-4 {
    width: 100%;
	border-radius: 10px;
}
.separate-containers .blog-cols > article {
     padding-left:0px; 
     padding-right:0px;/
}
.separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .paging-navigation,.separate-containers .single-after-entry > * {
    padding: 13px;
    background-color: var(--nvt-white);
}
body .separate-containers .widget-area .widget, body .separate-containers .paging-navigation, body .separate-containers .inside-article, body .separate-containers .comments-area, body .separate-containers .section-post-inner, body .nevo-post-section-hero .section-hero-inner, body .full-width-content .one-container:not(.no-sidebar) .site-content.d-block, body .separate-containers .section-homepage-inner, body .separate-containers .nevo-product-categories-section .section-hero-inner, body .separate-containers .product-content, body .separate-containers .single-after-entry>* {
	 padding: 13px
}
.alignleft {
    float: left;
    display: inline;
    margin-right: none; 
}
img.size-full.cv-col-12.wp-post-image {
    border-radius: 15px;
}
/*---end--css---trang---post---*/
/*----css menu moi-----*/
.service-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 25px;
  background: linear-gradient(to right, #FFD700, #fff8d6, #FFD700, #b8860b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-table {
  width: 100%;
  border-collapse: collapse; /* gộp viền lại gọn gàng */
  font-size: 16px;
  color: #222;
}

.service-table td {
  padding: 14px 0;
  border-bottom: 1px solid; /* ✅ line dưới mỗi dòng */
}

.service-name {
  text-align: left;
  color: white;
}

.service-price {
  text-align: right;
  white-space: nowrap;
  color:white;
}

/* Ẩn line cuối cùng cho gọn */
.service-table tr:last-child td {
  border-bottom: none;
}

/*---end---css--menu--moi---*/
/*-----end css old-----*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .service-title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .service-table {
    font-size: 11px !important; /* thu nhỏ text */
  }
  .service-table th {
    padding: 5px 0;
  }
  .service-table td {
    padding: 5px 0; /* giảm padding cho gọn */
  }
  .service-table td:nth-child(1) {
    max-width: 150px;        /* tránh vỡ layout */
    word-wrap: break-word;   /* xuống dòng đẹp */
  }
.cssboxprod .woocommerce-loop-product__title {
		font-weight: normal;
}
#nevo-vertical-header {
    z-index: 9999;
}
.header-menu-toggle {
    z-index: 999;
}
.cssboxprod img {
	height: 200px !important;
}
.box4colsale span {
    font-size: 30px;
}
.custitle {
    text-align: center;
}
table.boxsns td:first-child {
    width: 50%;
}
.boxft {
    height: auto;
    margin: 0px -15px;
}
.boxcusgallery img {
        height: 150px !important;
}
.cssmenuhidenmb {
    display: block;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
.boxft h3 {
	font-size: 18px;
}
.footer-widgets.widgets-footer-2.builder-item-focus {
    margin-bottom: 0px;
}
td{
     font-size: 12px;
}
.blog-cols.cv-row 
{
    margin-left: 0px;
	padding: 17px;
}
	svg.menu.menu-icon {fill: white;}

svg.close.popup-close {fill: white;}

.popup-title {
    color: white !important;
}
	/*---fotter---*/
.boxft.box1 {
    text-align: center;
}

.boxft.box2 {
 text-align: center;
	border-bottom: 1px solid;
    padding-bottom: 20px;
}
.boxft.box2 li {
  font-size: 14px;
  transition: all 0.3s ease;
text-align: center;
   display: block;
}
aside#media_image-3 {
    text-align: center;
	padding-bottom: 20px;
    border-bottom: 1px solid white;
}
	.nevo-container.inside-footer.d-flex.text-center.has-start.center-empty.has-end.normal {
    display: flex;
    flex-direction: column-reverse;
    padding:15px;
}
	a.button:focus, a.button:hover, .button, button, input[type="button"], input[type="reset"], input[type="submit"], a.wp-block-button__link:not(.has-background){
		padding: revert-layer;
			border-radius:15px;
	}
	.boxft.box1{
text-align: center;
	margin-left:0px;