@charset "UTF-8";
/*
Theme Name: cgm
Theme URI: http://www.interia.co.il/
Author: Interia
Author URI: jeny@interia.co.il
Description: CGM Lab
Version: 1.0
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 8.0
Text Domain: cgm
Tags: one-column
*/


em {
	font-style: italic;
}


/* ---------------------- */
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full, img.size-large, img.wp-post-image {
 /* border: 0px solid #cfd5dc;*/
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}


/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
    margin: 10px 50px 23px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 10px 0px 31px 50px;
}

img.alignright, img.alignleft, img.aligncenter {
    border: 1px solid #89c4e8;
    /* box-shadow: 6px 8px 11px rgb(0 0 0 / 20%); */
    padding: 0px;
}

/* ======!====== */
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 35px auto;
}

img.alignnone {
	margin: 15px 0;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}

/* ======================== */

@media only screen and (max-width : 768px) {

img.alignnone, img.alignright, img.alignleft, img.aligncenter {
	float:none;
	display: block;
	margin-left: auto;
	margin-right: auto;

}
/* ======================== */

.gallery {
width: 100%;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


dl.gallery-item {
margin-right: 2px;
}


.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}
div.entry-content  img {border:1px solid #cfd5dc;}

/* --------------------------------------------- */