@charset "UTF-8";
/*
Theme Name: EXELT
Theme URI: http://www.interia.co.il/
Author: Interia
Author URI: jeny@interia.co.il
Description: Technion Excellence Program
Version: 1.0
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 8.2
Text Domain: msc
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 60px 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 #b6cef2;
    padding: 0px;
    /* border-top-left-radius: 54px; */
    /* border-bottom-right-radius: 54px; */
}
/* ======!====== */
.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;

	}

}
/* ======================== */



