/*
Theme Name: Axioo
Author: Tonjoo
Author URI: https://tonjoo.com
Description: This is theme for Axioo
Version: 1.0
*/
/* General */
.disabled {
	cursor: not-allowed;
}
.axioo-card__content__txt__title a:hover {
	text-decoration: none;
	color: #222;
}
.axioo-pag__pagination > li .page.dots {
	font-size: 14px;
}

/* Header */
.admin-bar .header--fixed {
	top: 32px;
}
.logo-light {
	display: none;
}
.logo-dark {
	display: none;
}
.main_nav__desktop--light .logo-light {
	display: block;
}

.main_nav__desktop--dark .logo-dark {
	display: block;
}

.header-fill .logo-light {
	display: none;
}
.header-fill .logo-dark {
	display: block;
}
.search-menu__input--group__ico {
	cursor: pointer;
}
/* Home */
.loader, .btn--view_more {
	display: none;
}

.btn--view_more {
	/*display: block;*/
	cursor: pointer;
}
.btn--view_more.disabled {
	cursor: not-allowed;
}
.swiper-slide a {
	text-decoration: none;
}

/* single */
.post_detail--share-m__item, .main_nav--share__btn__item:not(.icon) {
	cursor: pointer;
}

.post_detail .column > div:nth-child(2) .post_detail--a__content__article p:first-of-type:first-letter, .post_detail .column > div:nth-child(2) .post_detail--c__content__article p:first-of-type:first-letter, .post_detail .column .post_detail--e__content__article p:first-of-type:first-letter{
	float: left;
    font-family: Lora,serif;
    font-style: italic;
    font-size: 85px;
    color: #333;
    text-transform: uppercase;
    padding: 26px 10px 10px 0;
}

/*iframe.youtube {
	height: 600px;
}*/

/*.home iframe.youtube {
	height: 667px;
}
*/

/* gallery */
body.single-post .gallery,
body.single-post .gallery .gallery-item {
	max-width: 911px;
}
body.single-post .gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	border: none !important;
}
body.single-post .gallery {
	margin-top: 35px !important; 
}
body.single-post .gallery .gallery-item {
	margin: 0 0 20px !important;
}
body.single-post .gallery .gallery-item > .gallery-icon {
	margin: 0 -40px;
}

/* featured image parallax (or not) */
.image-header-full-width {
	/* Set a specific height */
    height: 550px; 

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/    
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Instagram feed */
#sb_instagram {
	padding-bottom: 0 !important; 
}

/* contact */
.contact__form__desc p {
	margin-top: 0;
	margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
	color: #d05858;
}

div.wpcf7-validation-errors {
	display: none !important;
}

/* footer */
#sb_instagram.sbi_col_3 #sbi_images .sbi_item:hover {
	background: #fff;
}


/* Responsive */
@media (max-width: 1024px) {
	.image-header-full-width {
	    height: 450px;
	}
}
@media (max-width: 768px) {
	.image-header-full-width {
	    height: 300px;
	}

	.main_nav__desktop--light .logo-light {
		display: none;
	}

	.main_nav__desktop--dark .logo-dark {
		display: none;
	}

	.main_nav__mobile--dark .logo-dark {
		display: block;
	}

	.main_nav__mobile--light .logo-light {
		display: block;
	}

	.header-fill .main_nav__mobile--light .logo-light {
		display: none;
	}

	.header-fill .main_nav__mobile--light .logo-dark {
		display: block;
	}

	.header-menu-open .main_nav__mobile--light .logo-light {
		display: none;
	}

	.header-menu-open .main_nav__mobile--light .logo-dark {
		display: block;
	}

	.admin-bar .header--fixed {
	    top: 48px;
	}
	.admin-bar .menu {
		top: 41px;
	}
	.home iframe {
		display: none;
	}
	/*iframe.youtube {
		height: 300px;
	}*/
}

@media (max-width: 600px) {
	.admin-bar .header--fixed.header-fill {
	    top: 0;
	}
}
block {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 450px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#ececec;
}
 
block:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
block cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
block cite:before {
    content: "\2014 \2009";
}