/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*Fonts*/
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Black.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-BlackItalic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-Black.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-BlackItalic.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-BoldItalic.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-Italic.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('fonts/PlayfairDisplaySC-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplaySC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*SofiaPro*/
   
    @font-face {
    font-family: 'Sofia Pro ExtraLight';
    font-style: normal;
    font-weight: 300;
    src: local('Sofia Pro ExtraLight'), url('fonts/sofiapro-light.woff2') format('woff2');
    }
    
/*End Fonts*/


.ff-pd{
	font-family: Playfair Display !important;
}

.ff-sp{
	font-family: Sofia Pro ExtraLight !important;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

a:focus {
  outline: 0 !important;
}

.cci-hover .wp-block-cover__background{
	display: none;
}
.cci-hover .wp-block-cover__inner-container{
  position: absolute;
  height: 100%;
  width: 100%;
}
.cci-hover .cci-over{
  margin: 0 !important;
  opacity: 0;
  position: absolute;
  background: #dbb76b8f;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}
.cci-hover:hover .cci-over{
	opacity: 1 !important;
  transition: opacity 0.2s ease-in-out;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
main{
	margin-top:0 !important;
}
.more-link {
	display: block;
}
.fill-bg img{
	object-fit: fill !important;
}
.slick-cci .wpsisac-image-slide img {
  object-fit: contain !important;
  object-position: center;
}
.w-full{
	max-width: 100vw;
}
.sub-p-2 > a {
  padding: 0.2em !important;
}
.text-blue{
	color: #6799b2 !important;
}
.text-blue:hover {
  color: #6799b285 !important;
}
.shadow-cci{
	text-shadow: 1px 1px 30px #000000;
}
.shadow-cci-sm{
	text-shadow: 1px 1px 2px #000000;
}
.nav-cci{
	justify-content: space-around;
}
.nav-cci li {
  	list-style: none;
	padding: 1.5em;
}

.nav-cci li a {
  	text-decoration: none;
	color: #6799b2 !important;
}

.nav-cci li a:hover {
  	text-decoration: none;
	color: #6799b285 !important;
}

main .wp-block-group:has(.rmy){
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -20px !important;
}

main .wp-block-group:has(.rmy) .wp-block-post-title{
  display: none !important;
}

main .wp-block-group:has(.rmy) .entry-content{
  margin-top: 0 !important;
}
.mobile-nav.menu{
	display: none !important;
}

.cci-form input:not(.wpcf7-submit), .cci-form textarea{
	border: 0px;
	border-bottom: 2px solid black;
}
.cci-form .wpcf7-submit{
	padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-top: 1em;
  border-radius: 3px;
  border: 0;
  color: white;
  background: #008ec0;
}

.only-e .cci-form input[type="email"]{
	border: 0px;
  background: transparent;
	border-bottom: 1px solid #008ec0;
}
.only-e .cci-form input[type="submit"]{
	width: 100%;
	margin-top: 1em;
}


/* Mobile */

@media (max-width: 781px) {
 	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    	flex-basis: auto !important;
  	}
	.mobile-nav.menu{
		display: block !important;
	}
	.mobile-nav .wp-block-column:has(.nav-cci){
  		display: none;
	}
	.mobile-nav{
  		padding: 1em;
	}
	.wp-block-group:has(.mobile-nav){
		display: flex;
	}
	header {
  position: sticky;
  top: 0;
  background-color: white;
  box-shadow: 1px 1px 6px 1px #00000042;
		z-index: 9999;
}

.wp-block-columns.has-background.is-layout-flex.wp-container-core-columns-is-layout-507eda5e.wp-block-columns-is-layout-flex {
  flex-direction: column;
}
	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-956dde85.wp-block-columns-is-layout-flex {
  flex-direction: column;
  gap: 2em;
}
	.mobilnop{
		padding-right: 0 !important;
 		padding-left: 0 !important;
	}
	.mobilnoptop30{
		padding-top: 30px !important;
	}
	.mobilnomtop30{
		margin-top: 30px !important;
	}
	.mobilnog{
		gap: 0;
	}
	.slick-track{
  		display: flex;
	}
	.wpsisac-image-slide-wrap {
	  	display: inline !important;
	}
}
