/*
Theme Name: Nima Child Theme
Description: This is a custom child theme for Nima
Theme URI:   https://phoenixdev.gr
Author: Phoenix Development G.P.
Author URI:  https://phoenixdev.gr
Template: nima
Version: 1.0
*/

.nectar-icon-list-item .content {
    color: black;
}

.before-footer .nectar-icon-list-item {
    color: black;
    margin-bottom: 20px;
    padding-left: 60px;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none!important;
    }
}

@media (min-width: 769px) {
    .hide-on-desktop {
        display: none!important;
    }
}

.pd-hero-font-title{
	font-family: Cormorant!important;
}

.pd-paragraph{
	font-family: Inter;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
}

.before-footer a  {
    color: black;
}

body [class^=icon-].icon-default-style {
	color: black;
}

input[type='submit'],
.lte-btn {
  background-color: var(--main);
  color: var(--second);
}

.pd-under-constructions{
	font-weight: 600!important;
}

.pd-footer-menu li a:hover {
	color: black!important;
}

#to-top i {
	background-color: rgba(0, 0, 0, 0.25);
}

.row .col .pd-facilities h3 {
	font-size:16px;
}


@media only screen and (max-width: 999px) {
    body[data-button-style^="rounded"] #header-outer .menu-item-439 > a:before, body[data-button-style^="rounded"] #header-outer .menu-item-439 > a:after {
        left: -11px;
        width: calc(100% + 20px);
    }
	
	#header-outer .menu-item-439 > a {
		font-size:12px;
	}

	#header-outer .menu-item-439 > a:after {
		height: calc(100% + 20px);
	}
}
/*
.off-canvas-menu-container.mobile-only {
    display: none !important;
}*/



.off-canvas-menu-container.mobile-only .menu-item,
.off-canvas-menu-container.mobile-only .menu-item a,
.off-canvas-menu-container.mobile-only .menu-item span {
    font-size: 19px !important;
}
