@charset "utf-8";

/*
Theme Name: inDev Theme
Theme URI: http://inart.co.il/themes/indev
Author: inArt - Web Systems
Author URI: http://inart.co.il
*/

/* General */

body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #5a5a5c;
}

p{
	margin: 5px 0;
}

figure{
	margin: 0;
}

.clear{
	clear: both;
}

.hidden{
	visibility: hidden !important;
}

.visible{
	visibility: visible !important;
}

.mobile-only{
	display: none;
}

.row {
	position: relative;
	width: 990px;
	max-width: 98%;
	margin: 0 auto 15px;
}

.row.margin-top {
	margin-top: 15px;
}

.row.no-margin {
	margin: 0 auto;
}

.container{
	position: relative;
	width: 900px;
}


/* Lists */

ul{
	list-style-position: inside;
}

/* Align */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 0 10px 0 0;
}
img.alignright {
	margin: 0 0 0 10px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Embeds */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 5px;
	max-width: 100%;
}
button,
input {
	line-height: normal;
	/*outline: 0;*/
}
textarea {
	overflow: auto;
	vertical-align: top;
	/*outline: 0;*/
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"],
button[type="submit"] {
	cursor: pointer;
}

.not-valid input,
.not-valid select,
.not-valid textarea{
	background-color: #FF7D7D;
}

.footer-widget h2 {
	font-size: 19px;
}

.footer-widget input[type="submit"] {
	margin-top:3px;
} 

.fancyboxR:focus figure {
	outline: dashed!important;
}

/* TQ-Soft*/



.loop-item a:focus {
	outline: dashed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
body ul.resize li.fontResizer a {
    background: transparent;
    width: unset;
}
body ul.resize li.fontResizer {
    text-align: right;
    font-weight: bold;
    width:62px;
    display: inline-block;
}
.resize{
    list-style-type: none;
}
.resize li{
    line-height: normal;
    list-style-type: none;
}

.yandrwp-video-iframe-outer-container
{
  width:60%;
  margin:10px 30px 0px 0;
  float:left;
}
body.page-id-1407  .yandrwp-video-iframe-outer-container
{
  width:100%;
  max-width:800px;
  margin:10px auto 30px auto;
  float:none;	
}
.yandrwp-video-iframe-container
{
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 height: 0; 
 margin-top:0px;
 margin-bottom:0px;
 box-sizing:border-box;
 width:100%;
 display:inline-block;
	
}
.yandrwp-video-iframe-container  iframe
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;	
}
/* making top and bottom space equal in video gallery page */
body.page-id-1407   .template-page   .entry-content
{
  padding-bottom:2px;
}
@media screen and (max-width: 650px)
{
  .yandrwp-video-iframe-outer-container
  {
    width:95%;
    margin:10px auto 20px auto;
    float:none;
  }	
}
@media screen and (max-width: 480px)
{
  .yandrwp-video-iframe-outer-container
  {
    width:100%;
  }	
}