/*
Theme Name: Ideal Theme
Theme URI: https://idealtechnology.asia/
Author: Ideal Technology
Author URI: https://idealtechnology.asia/
Description: Custom theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
Text Domain: pizzamaru-th
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: var(--default-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--heading-color);
}

:root {
  --primary: #d6b28a; 
}

.divider{
  width:100%;
  height: 100px;
  margin: 20px 0;
  background: url('assets/img/divider.png')no-repeat center;
}

/* Sections Header
--------------------------------*/
.section{
padding: 60px 0;
}
.section-header {
position: relative;
padding: 15px 50px;
margin-bottom: 30px;
}


.section-header h2 {
font-size: 36px;
text-align: center;
color: var(--primary-color);
font-weight: 700;
margin-bottom: 0;
}


.section-header h2:after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: var(--secoundary-color);
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.section-header p {
text-align: center;
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 500;
color: #777777;
}

.section-title h2:before {
content: "";
position: absolute;
display: block;
width: 160px;
height: 1px;
background: color-mix(in srgb, #444444, transparent 60%);
left: 0;
right: 0;
bottom: 1px;
margin: auto;
}

.section-title h2::after {
content: "";
position: absolute;
display: block;
width: 60px;
height: 3px;
background: #1977cc;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.section-with-bg {
background-color: #f6f7fd;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 137px; 
  border-top: 3px solid var(--primary-color);
  background: linear-gradient(to bottom,  rgba(231,207,180,1) 36%,rgba(231,207,180,1) 37%,rgba(231,207,180,0.53) 68%,rgba(228,205,180,0.5) 70%,rgba(182,182,182,0) 100%);
  transition: all 0.5s;
 
}

#header.header-scrolled,
#header.header-inner {
  background: rgba(231, 207, 180, 1);
  height: 110px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
}

#header #logo{
  display: flex;
  align-items: center;
}

#header #logo .site-title{
  padding-left: 15px;
}

#header #logo h1 {
  font-size: 45px;
  margin: 10px 0 0;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
}

#header #logo p {
  margin-bottom :0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #333333;
  line-height: 1;
}


#header #logo h1 span {
  color: var(--primary);
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0 ;
  max-height: 75px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.header-scrolled #logo img {
  margin: 0!important;
  max-height: 50px!important;
}

#header #iso-logo{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.header-scrolled #iso-logo {
  margin: 0!important;
  max-height: 50px!important;
}

.header-scrolled #logo h1{
  font-size: 30px!important;
}

.header-scrolled #logo p {
  display:none;
}



@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}

.swiper-button-next, .swiper-button-prev{
  width: 45px;
  background: var(--secoundary-color);
}

.swiper-button-next{
  right: 0;
}

.swiper-button-prev{
  left: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.menu-container{
background:#d6b28a;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-color);
  font-weight: 700;
  font-family: var(--nav-font);
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
  padding: 10px 25px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .current-menu-item > a,
.navbar .current-menu-item > a:focus,
.navbar li:hover>a {
  color: #fff;
  background: var(--primary-color);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #e7d0b5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #84240c;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

ul.contact-info{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

ul.contact-info li{
  padding: 10px 15px 10px 10px;
}

ul.contact-info li i{
  color: #84240c;
}

ul.contact-info li span{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d6b28a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #541405;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #541405;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}



.social-links a {
  display: inline-block;
  
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a{
  background: #e7d0b5;
  color: #84240c;
}

.facebook-color{
  color: #1877F2;
  background: #ffffff;
}

.youtube-color{
  color: #FF0000;
  background: #ffffff;
  line-height: 0;
}

.facebook-color i, .youtube-color i{
  font-size: 18px;
  margin: 0 5px;
}



#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: var(--primary);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: var(--primary);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #84240c;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--primary);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: var(--primary);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #d6b28a;
}

#footer .copyright {
  text-align: center;    
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.swiper-button-next, .swiper-button-prev{
  width: 45px;
  background: #c19565;
}

.swiper-button-next{
  right: 0;
}

.swiper-button-prev{
  left: 0;
}

.swiper-button-prev::after, .swiper-button-next::after{
  font-size: 14px;
  color: #fff;
}


.vmq-box{
  margin-top: -120px!important;
  justify-content: center!important;
}

.wp-block-itblocks-iconbox{
  height: 100%!important;
}

.icon-wrapper{
  margin: 10px 0;
}

.info-title{
  margin:20px 0;
}

.infobox-wrapper{
  height: 100%;
  
}
.it-heading-wrapper{
  position: relative;
  padding: 15px 50px;
  margin-bottom: 30px;
}

.it-heading,
.it-subheading{
  margin:0;
}

.bottom-separator-2::after{  
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #c19565;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;  
}

.mcol{
  height: 400px;
  width: 20%;
  overflow: hidden;
  border-radius: 15px!important;
  position: relative;
}

.mcol img{
  height: 100%;  
  border-radius: 15px;
  opacity: 0.9;  
}


.material-container{
  position: relative;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;  
}

.material-container img{
  transition: transform 0.3s ease;  
  transform: scale(1.1);
}


.material-container:hover img{
  -webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  transform: scale(1);
}

.btn-custom{
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  border-radius: 40px;
  left:15px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
 
}

.btn-custom:hover{
  background-color: #84240c;  
}

.btn-custom:hover span, .btn-custom:hover i{
  color: #ffffff;
}

.m-title{
  position: absolute;
  top:0;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  line-height: 26px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  background: rgba(214,178,138,0.9);
  font-weight: 600;
  font-size: 18px;
  z-index: 9;
}

.btn-custom span{
  color: #84240c;
  margin-right: 10px;
  font-weight: 700;
}

.btn-custom i{
  color: #84240c;
  font-size: 20px;
}


.tax-swiper-container .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.tax-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #84240c;
}

.tax-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #84240c;
}

.tax-swiper-container .swiper-slide-active {
  text-align: center;
}

.gallery-title{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #c19565;
  font-weight: 700;
  padding: 10px 0;
  left: 0;
  right: 0; 
  bottom: 0;
  position: absolute;
}

@media (min-width: 992px) {
  .tax-swiper-container .swiper-wrapper {
    padding: 40px 0;
  }

  .tax-swiper-container .swiper-slide-active {
    border: 5px solid #d6b28a;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}


#gallery .swiper-slide-active .gallery-title{
  background: #d6b28a!important;
}

.separator-center{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.term-description{
  background:#d6b28a;
  padding: 15px;
  border-radius: 0 0 15px 15px;
}

.term-img{
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.term-description h4{
  color: #84240c;
  text-align: center;
  margin: 0;
}

.breadcrumb_last{
  color: #ffffff;
}

@media (max-width: 992px) {
  #header #logo h1, ul.contact-info{
    display: none;
  }

  .mcol{
    width: 100%;
  }
}

/* Sidebar Menu */
.sidebar-menu{
  background-color: #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
}

.fixed-menu{
  position: fixed;
  top: 120px;
}

.sidebar-title{
  
  background-color: var(--primary-color);
  padding: 15px;
}

.sidebar-title h3{
  margin-bottom: 0;
}

.sb-menu-item i{
  color: var(--primary-color);
  font-size: 14px;
}

.sb-menu-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;  
  border-bottom: 1px dotted #999999;
}

.sb-submenu .sb-submenu-item{
  padding: 10px 15px;
  font-size: 12px;
}

.tax-title{
  color: #444444;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
}

.sub-tax-title{
  color: #777777;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 14px;
  
}

.sb-menu-item:hover,.sb-menu-item-wrapper .active-sb-menu, .active-sb-menu > .sb-submenu-item{
  background-color: #f1e3d3;
}

/*
  
*/

.breadcrumb-wrapper{
  height: 200px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
}

.breadcrumb-wrapper h1{
  font-size: 32px;
}

#menu-item{
  margin: 20px  0;
}

/* loop */
.post-default{
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
}

.default-description h4{
  color: var(--primary-color);
  padding: 15px;
  background-color: #e8e8e8;
  text-align: center;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.zoom-hover .default-featured-img{
  overflow: hidden;
}

.zoom-hover img{
  transition: transform 0.3s ease;  
  transform: scale(1);
  opacity: 0.85;
}


.zoom-hover:hover img{
  -webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  transform: scale(1.1);
  opacity: 1;
}

.zoom-hover:hover .default-description h4{
  color: #ffffff;
}

.default-description h4:before {
  content: "";
  position: absolute;
  background: var(--primary-color);  
  inset:0 100% 0  0;
  transition: all 0.3s;
  z-index: -1;
}

.zoom-hover:hover .default-description h4:before {
  background: var(--primary-color);
  inset: 0;
  border-radius: 0 0 10px 10px;
}


.single-content{
  padding: 20px;
  text-align: center;
}

.single-featured-img{
  display: flex;
  justify-content: center;
}

.single-featured-img img{
  border-radius: 10px;
}





