/*
Theme Name: Mirka Drapaniotou
Theme URI: https://disolt.com/
Author: Disolt P.C.
Author URI: https://disolt.com/
Description: This theme was developed from Disolt P.C. for Mirka Drapaniotou.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mirkadrapaniotou
*/

/*
  main background: #f1f1f1
  secondary: #767170
  texts: #463f3e
*/

:root {
  --e-global-typography-primary-font-family: 'Open Sauce', sans-serif;
  --e-global-typography-secondary-font-family: 'Atteron', serif;
  --e-global-color-secondary: #767170; /* Headings */
  --e-global-color-text: #463f3e; /* Body text */
}
body{
  background-color: #f1f1f1 !important;
  color: #463f3e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--e-global-typography-secondary-font-family) !important;
  color: var(--e-global-color-secondary) !important;
}
p, span, a, ul, ol, li, input, form, textarea, button {
  font-family: var(--e-global-typography-primary-font-family) !important;
  color: var(--e-global-color-text) !important;
}
.font-60{
  font-size: 60px;
}
#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar>#wp-toolbar span.ab-label,
#wpadminbar>#wp-toolbar span.noticon,
#wpadminbar .elementor-edit-link-title{
  color: #f0f0f1 !important;
}
.website-logo{
  font-family: 'Atteron', serif !important;
  font-size: 30px;
}
.hidden{
  display: none;
}
.home-fixed-header{
  position: absolute;
  z-index: 10;
}
.nav-link, .dropdown-menu .dropdown-item{
  text-transform: uppercase;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #e9ecef !important;
}
.dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin-top: var(--bs-dropdown-spacer) !important;
}
.mirka-btn{
  border: 1px solid #463f3e42;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition:: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mirka-btn:hover{
  border: 1px solid #463f3e;
  background: #e5e4e4;
}
.home-squares a::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #00000054;
  top: 0;
  -webkit-transition:: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-squares a:hover::after{
  background: none;
}
.home-squares a::before{
  content: attr(data-url-segment);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Atteron', serif !important;
  color: #fff;
  z-index: 10;
  -webkit-transition:: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-squares a:hover::before{
  content: "";
  -webkit-transition:: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*Footer Starts Here*/
.footer-items *{
  color: #f1f1f1 !important;
}
.wpcf7-submit{
  background: #f1f1f1;
  border: none;
  width: 100%;
  color: #463f3e !important;
}
#wpcf7-f60-o1 > form > p:nth-child(5), #wpcf7-f60-o1 > form > p:nth-child(5) > label, .footer-items label{
  width: 100%;
}
#wpcf7-f60-o1 > form > p:nth-child(6) > span > span > span{
  margin-left: 0;
}
.footer-items input:not([type="checkbox"]), #wpcf7-f60-o1 > form > p:nth-child(5) > label > span > textarea{
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  outline: none;
}
.footer-items input[type="submit"]{
  background: #f1f1f1;
  width: auto;
  font-weight: 600;
  padding: 5px 20px;
  -webkit-transition:: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-items input[type="submit"]:hover{
  background: #212529;
  color: #f1f1f1 !important;
}
/*Footer Ends Here*/

/*WORKS Pages Starts Here*/
.foogallery.fg-hover-zoom3 .fg-caption-inner:before, .foogallery.fg-hover-zoom3 .fg-image-overlay:before{
  background-image: url('assets/icons/zoom-in.png');
}
.fg-item-inner{
  background: none !important;
}
.fg-icon {
  fill: rgb(255 255 255);
}
.fg-panel.fg-dark .fg-panel-button[aria-pressed=true]:focus, .fg-panel.fg-dark .fg-panel-button[aria-pressed=true]{
  background-color: #ff2929;
}
/*WORKS Pages Ends Here*/

/*Single Post Starts Here*/
.single-post-container .post-image-container{
  display: block;
  width: 100%
}
.single-post-container .post-image-container img{
  max-width: 100%;
  height: auto;
}
/*Single Post Ends Here*/

/*About Starts Here*/
.mk-fixed-right{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
}
.mk-fixed-right span, .download-btns-container span{
  font-family: 'Atteron', serif !important;
  letter-spacing: 1px;
}
.mk-fixed-right, .download-btns-container a{
  text-decoration: none !important;
}
.download-btns-container{
  position: fixed;
  background: #000000cf;
  z-index: 999;
  width: 100%;
  height: 100%;
}
/*About Ends Here*/
/****************************/
/****** MEDIA QUERIES ******/
/****************************/
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 1600px){
  .md-spacer .elementor-spacer-inner {
    --spacer-size: 800px !important;
  }
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 992px){
  .mk-fixed-right{
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    box-shadow: none;
  }
  .navbar-nav .dropdown-item {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }
  button.navbar-toggler{
    padding-right: 0;
  }
  .font-60{
    font-size: 30px;
  }
}
@media screen and (max-width: 576px){

}
@media screen and (max-width: 450px){

}
@media screen and (max-width: 350px){
  .website-logo{
    font-size: 25px;
  }
}
