/**
 * Cehla Framework
 * (c) 2010-2013 Jurko Chervony | www.skinik.name
 */

@import url("../vendor/itc-icons/styles.css");

.screen-reader-text {
	position:absolute;
	left:-666em;
}

/* Клас, щоб показувати щось лише адмінам */
body:not(.admin-bar) .visible-admin { display: none; }


/*** Captions ***/
.aligncenter,
div.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	text-align:center;
	background-color:#f3f3f3;
	margin:10px 0;
	padding-top: 0;
	max-width: 100%;
	border: 0;
	border-bottom: 1px solid #ddd;
}

.wp-caption img {
	display: block;
	margin:0 !important;
	padding:0;
	border:0 none;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
	padding: 10px;
}
.wp-caption p {
	font-size:0.9em;
	padding:7px 0;;
	margin-bottom: 0 !important;
	text-align:center !important;
}
/**/


/** Image borders **/
img[class*="align"],
img[class*="wp-image-"],
#content .gallery-thumb img,
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0 none;
	padding: 0;
}
.wp-caption img {
	border-color: #f3f3f3;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery-thumb a:focus img,
#content .gallery-thumb a:hover img,
#content .gallery-thumb a:active img,
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */

}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */

}
/** /Image borders **/


/* Hide message if comments closed */
.nopassword,
.nocomments {
	display:none;
}


/*** Attachment pages ***/
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/*** Aligns ***/
.aligncenter { margin:23px auto 20px auto; }
.alignleft { float:left; margin:23px 15px 20px 0; }
.alignright { float:right; margin:23px 0 20px 15px; }


.sticky {}
.bypostauthor {}


.screen-reader-text {
	position: absolute;
	left: -666em;
}

/**
 * CSS for plugin https://wordpress.org/plugins/media-credit/
 */
.media-credit-container {}
.media-credit-container .media-credit {
	text-align:center;
    font-size: 0.75em;
}
.media-credit-container .media-credit:before {
    content: "a";
    font-family: "itc-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 5px;
}



.intro1 {
	font-style: normal;
	color: #666;
	font-size: 17px;
	line-height: 1.45;
}

.b-quote2 {
    font-size: 22px;
    color: #1e88e5;
    max-width: 200px !important;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}


/* Цитата */
.entry-content blockquote {
	margin-top: 20px;
	/*box-shadow: 0 1px 5px rgba(0,0,0,0.3);*/
	border-left: 0 none;
	color: #000;
	position: relative;
    padding-left: 60px;
}
.entry-content blockquote:before {
    content: "c";
    color: #00A5D2;
    font-size: 26px;
    position: absolute;
    left: 13px;
    top: 12px;
	
    font-family: "itc-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/**
 * Fotorama gallery
 */
.fotorama {
	background: #ececec;
	margin: 1em 0;
}

.fotorama>.fotorama__wrap {
	margin: 0 auto;
}

.fotorama__stage__frame .fotorama__caption {
	display: none;
}
.fotorama__stage__frame:hover .fotorama__caption {
	display: block;
}

.fotorama__caption {
	text-align: center;
}
.fotorama__caption .fotorama__caption__wrap {
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.7);
	font-size: 11px;
	display: inline-block;
	margin: 0 auto;
}


.post .fotorama__stage {
	margin-bottom: 7px;
}

/*.post .fotorama__thumb-border {display: none;}*/

.post .fotorama__nav--thumbs .fotorama__nav__frame {opacity: 0.6; /*margin: 0 3px 0 0;*/}

.post .fotorama__nav--thumbs .fotorama__nav__frame:hover {opacity: 0.9;}
.post .fotorama__nav__frame.fotorama__active {opacity: 1;}
/**/
