/* Picture for Lynch Tragedy Family on Events page*/
.entry-content img{
	
	position:relative;
	right:auto;
	bottom:auto;
	left:20px;
}

.entry-content .wp-image-481{
	width:320px;
}




/* Widget title top rounded border - may need to adjust to match border radius of widget */
.widget-title {
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
}

/* Widget rounded corners */
.widget {
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
}


.inside-article {
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
}


 /***float_workshopForm***/
#fancybox-wrap{
background:#a3090c!important;
-moz-box-shadow: 0 0 2px #000;
-webkit-box-shadow: 0 0 2px #000;
/*box-shadow:0 0 6px #000;   */
}

#fancybox-outer{
background:none!important;
}

#fancybox-outer>div, #fancybox-content,  #contact_form_pop_up{
background:none!important;
border:none!important;
}

#contact_form_pop_up{
padding: 20px 0px 0px 20px!important;
}

#wpcf7-f458-p11-o1 {
   font-size:14px;
  line-height: 16px;
color:#fff!important;
background:#a3090c!important;
width:280px; /*ширину задаём такую, как нам нужно в случае с всплывающей формой можно вообще не задавать*/
padding:30px!important;/*нулевой отступ для всплывающей формы, а если форма на странице, то нужно задать 20px*/
overflow:hidden;
}

#wpcf7-f458-p11-o1 input[type="text"], #wpcf7-f458-p11-o1 input[type="email"], #wpcf7-f458-p11-o1 textarea{
    font-size:14px;
  line-height: 16px;
border:1px solid red;
padding:4px!important;
border-radius:5px;
border:1px solid #f1f1f1;
}

#wpcf7-f458-p11-o1 input[type="text"], #wpcf7-f458-p11-o1 input[type="tel"], #wpcf7-f458-p11-o1 textarea{
    font-size:14px;
  line-height: 16px;
border:1px solid red;
padding:4px!important;
border-radius:5px;
border:1px solid #f1f1f1;
}


#wpcf7-f458-p11-o1 input[type="text"]:focus, #wpcf7-f458-p11-o1 input[type="email"]:focus, #wpcf7-f458-p11-o1 textarea:focus{
    font-size:14px;
  line-height: 16px;
border:1px solid #fff;
-moz-box-shadow: 0 0 2px #fff;
-webkit-box-shadow: 0 0 2px #fff;
box-shadow:0 0 2px #fff;   
}

#wpcf7-f458-p11-o1 input[type="text"], #wpcf7-f458-p11-o1 input[type="email"], #wpcf7-f458-p11-o1 textarea{
width:270px!important;
}

#wpcf7-f458-p11-o1 input[type="submit"] {
background: linear-gradient(#f1f1f1, #8b8b8b), #f1f1f1!important;
color:#000!important;
text-transform:uppercase;
float:right;
margin-top:12px;
  margin-right:10px;
  border-radius:5px;
}

#wpcf7-f458-p11-o1 input[type="submit"]:hover{
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;  
background-image: linear-gradient( #8b8b8b, #f1f1f1), #8b8b8b!important;
}

div.wpcf7-response-output {
    margin: 5em 0.5em 1em;
    padding: 0.2em 0.5em;
}



.entry-content img{
	top:1px;
	left:39px;
	bottom:auto;
	right:auto;
	position:relative;
	width:390px;
}



img.alignright {
float: right;
}

img.alignleft {
float: left;
}


.right em{
	display:inline-block;
	margin-left:35px !important;
	width:395px;
	
}

