body{
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2f2f2f;
  background: #fff;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95vw;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 1.55em;
}
h3 {
  font-size: 1.25em;
  line-height: 1.6em;
}

a {
  color: #377ba8;
}
a{
  word-wrap: break-word;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  color:#37474f;
  text-decoration: underline;
}
a:active {
  color:#37474f;
  text-decoration: underline;
}
hr{
  border: 1px solid #efefef;
}
blockquote {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.0em;
  border-left: 3px solid #F1F1F1;
  margin: 1.3em 0px;
  padding: 0em 20px;
}
blockquote p {
  display: inline;
}
@media (max-width:770px) {
  blockquote{
    font-size: 1em;
  }
}

button {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  color: #2fbc5c;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  /*margin-top: 6px;
  margin-bottom: 6px;*/
  /*margin-right: 2px;*/
  clear: both;
  border-radius: 2px;
  cursor: pointer;
  border:0;
  border:1px solid #2fbc5c;
}
label{
  font-weight: 600;
  font-size: 13px;
  color:gray;
}
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 0px;
  height: 26px;
}
select:focus {
  outline: none;
}
pre {
  font-family: monospace;
	padding: 0.1em 0.5em 0.3em 0.7em;
	border-left: 11px solid #ccc;
	margin: 1.7em 0 1.7em 0.3em;
	overflow: auto;
  width: 93%;
  font-size: 0.8em;
}
/* target IE7 and IE6 */
*:first-child+html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto;
}
* html pre {
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto;
}

#site{
  /* max-width: 680px; */
  width: 100%;
  max-width: 780px;
  position: relative;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
#site_logo{
  font-weight: 500;
  font-size: 2.2em;
  margin-top: -5px;
  margin-bottom: -10px;
  /*margin-bottom: 30px;
  margin-top: 25px;*/
  /*line-height: 0px;*/
}
#site_logo a{
  color:rgba(13, 204, 108, 1);
  text-decoration: none;
}
#site_logo h1{
  font-weight: 600;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 16px;
}
#site_logo a:hover{
  text-decoration: underline;
}

/* #site_logo:before {
  content: "";
  display: inline-block;
  background: url('https://samim.io/static/upload/A8SKcX4t_400x400.jpg') no-repeat;
  width: 27px;background-size: contain;
  height: 27px;
  float: left;
  margin-top: 11px;
  margin-left:-42px;
  margin-right: 0px;
}
@media (max-width:770px) {
  #site_logo:before{
    margin-left:0px;
    margin-right:7px;
  }
} */

#editor_tools{
  position: absolute;
  top:-16px;
  right:8px;
  z-index: 1005;
}
#editor_tools a{
  font-weight: 500;
}

mark{
    background: #fffece;
    color: black;
}

.post_static_container{
  position: absolute;
  top:-13px;
  right:0px;
}
.post_static{
  font-size: 20px;
  float: right;
  margin-left: 10px;
  margin-top: 16px;
  padding: 3px;
  border-radius: 3px;
}
.post_static a{
  text-decoration: none;
  color:#b3b3b3;
  font-weight: 600;
}
.post_static a:hover{
  color:#2fbc5c;
}

#footer{
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.hashtag{
  text-decoration: none!important;
}
.tag_container{
  white-space: nowrap;
  line-height:28px;
  margin-right:3px;
  padding:2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius:2px;
  font-size:13px;
  color:black;
  text-decoration:none!important;
  background-color:rgba(0, 0, 0, 0.01);
  border: 2px solid #efefef;
}
.tag_container:hover{
  background-color:rgba(0, 0, 0, 0.04);
  color:#38bb60;
}
.tag_container img{
  border-radius:100%;
  margin-bottom:-4px;
  margin-right:5px;
  width: 18px;
}
.tag_container_counter{
  margin-left:3px;
  color:gray;
  font-size: 10px;
}

.page_title{
  font-size: 2em;
  margin-bottom: 0px;
  margin-top: 11px;
  line-height: 1em;
  font-weight: 600;
}
.page_title:first-letter {
  text-transform: uppercase;
}
.page_title a{
  text-decoration: none!important;
}
@media (max-width: 750px) {
  .page_title{
    font-size: 1.4em;
  }
}

#posts{
  list-style: none;
  padding:0;
  margin: 0;
}
.post_user_icon{
  margin-top: px;
  left:-40px;
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  background-image: url("https://samim.io/static/img/favicon.png");
  background-color: #fff;
  background-size: 100%;
}
@media (max-width:770px) {
  .post_user_icon{
    left:0px;
    margin-top:-5px;
    margin-bottom: -2px;
    margin-right: 2px;
    height: 15px;
    width: 15px;
    position:relative;
    display: inline-block;
  }
}

.h-entry{
  margin: 0;
  padding: 0;
  /*border-top: 1px solid #efefef;*/

  /* Don't break out - for long links */
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}
.post_meta{
  color:lightgray;
  font-size: 0.9em;
  margin-bottom: 10px;
  -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
.post_meta a{
  text-decoration: underline;
}
.post_meta a:hover{
  text-decoration: underline;
}
.post_date{
  color:lightgray;
  opacity: 1;
}
.post_date:hover{
  color: #377ba8;
}

.post_meta h2{
  font-size: 1em;
  display: inline;
}
.post_meta h2 a{
  text-decoration: none!important;
  display:inline-block;
  max-width: 25ch;
  float:right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@keyframes fadein {
    0% { opacity: 0; }
    100%{ opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  0% { opacity: 0; }
  100%{ opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100%{ opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  0% { opacity: 0; }
  100%{ opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  0% { opacity: 0; }
  100%{ opacity: 1; }
}



.p-author{
  margin-right: 0px;
  color: #696969;
}
.p-author b{
  font-weight: 500;
}
#submit_btn{
  display: none;
}
.content_btn{
  display: inline;
}
.btn_select{
  position: absolute;
  right: 0px;
  margin-top: -35px;
  min-width: 70px;
}
.btn_cancel{
  border-color: #a2a2a2;
  color:#a2a2a2;
  position: absolute;
  right: 82px;
  margin-top: -35px;
}
.btn_save {
  position: absolute;
  right: 155px;
  margin-top: -35px;
  margin-right: 10px;
  min-width: 70px;
}
.btn_getfeed{
  width: 100%;
  margin:0px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #2fbc5c;
  color:white;
  font-size: 13px;
}
.btn_addfeed{
  width: 100%;
  margin:0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.btn_share{
  width: 65px;
  margin-left: 5px;
}
.btn_removefeed{
  /*float: right;*/
  width: 100%;
  min-width: 150px;
  margin:0px;
  margin-top: 5px;
  border: 1px solid #ffbc77;
  color:#ffbc77;
}
.btn_repost{
  float:right;
  /*margin-right: -9px;*/
  color:lightgray;
  display:none;
  -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.8s; /* Firefox < 16 */
        -ms-animation: fadein 0.8s; /* Internet Explorer */
         -o-animation: fadein 0.8s; /* Opera < 12.1 */
            animation: fadein 0.8s;
}
.h-entry:hover .btn_repost {
  display:block;
}

.post_status{
  float: right;
  margin-right: 20px;
}

.btn_disabled{
  opacity: 0.4;
}

.settings_container{
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#settings_save{
  margin-top: 2px;
  float: right;
  font-size: 16px;
}

#search_form{
  margin-bottom: 15px;
}

.note_publish{
  position: fixed;
  display: none;
  font-size: 0.8em;
  text-align: center;
  right:11px;
  top:10px;
  background: #fff;
  border:1px solid #737373;
  padding: 5px;
  z-index: 100000;
  border-radius: 2px;
  min-width: 160px;
  max-width: 250px;
  overflow: hidden;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  word-break: break-all;
}

.banner{
  margin-bottom: 10px;
}
.banner a{
  text-decoration: none;
}

#date_filter{
  padding-top: 2px!important;
}
@media (max-width: 750px) {
  #date_filter{
    padding: 0px!important;
    font-size: 0.8em;
  }
}
.button_filter {
  margin: 0;
  margin-left: 5px;
  padding: 6px;
}
.button_active {
  background-color: #65C7B2;
  color:white;
}

.post_dropdown{
  position: absolute;
  right:7px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none!important;
  color:lightgray;
}
.post_dropdown:hover{
  background-color: #f7f7f7;
  color:gray;
}
.post_edit{
  text-decoration: none;
  font-size: 13px;
}
.post_delete{
  text-decoration: none;
  font-size: 13px;
}

#pagination_container{
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.3em;
}
.newsletter_form{
  display:inline;

}
.newsletter_form_container{
  margin: 0px;
  margin-top: -7px;
  margin-bottom: -7px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: rgba(13, 204, 108, 1);
  list-style-type: none;
  font-size: 1.4em;
}
.newsletter_form_container h2 {
  margin: 0px;
  font-weight: 600;
  color: rgba(13, 204, 108, 1);
}
.newsletter_form_container p {
  margin-top: 0px;
  margin-bottom: 17px;
  font-size: 1.1em;
}
.newsletter_form_icon{
  width:25px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -1px;
}

@media (min-width: 770px) {
  .newsletter_form_icon {
    width: 30px;
    margin-right: 14px;
    margin-bottom: -9px;
    margin-left: -35px;
  }
}

.newsletter_form_title{
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: rgba(13, 204, 108, 1)!important;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 10px;
  text-decoration: none!important;
  border-radius: 5px;
  border: 2px solid rgba(13, 204, 108, 1);
  background-color: rgb(243, 243, 243, 0);
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12); */
}
@-moz-document url-prefix() {
  .newsletter_form_title {
    padding-bottom: 0px;
  }
}
.newsletter_form_title:hover{
  background-color:rgba(13, 204, 108, 1);
  color:white!important;
}
.newsletter_action_title{
  margin-left: 0px;
  font-weight: 600;
  color:rgba(0, 0, 0, 0.8);
}
@media (max-width: 450px) {
  .newsletter_form_container{
    font-size: 1.1em;
  }
}
.newsletter_form_container input[type=text] {
  border:1px solid #2fbc5c;
}
.letter_ico{
  padding-right: 5px;
}
.newsletter_container{
  border:1px solid rgba(0,0,0,0.04);
  padding:10px;
  text-align:left;
  margin-top:20px;
  margin-bottom:20px;
  border-radius:3px;
}
.input_newsletter{
  max-width:210px!important;
}

@media (max-width: 450px) {
  .input_newsletter{
    width: 62%!important;
  }
}
input[type=text] {
  width: 100%;
  min-width: 100px;
  height:30px;
  padding: 2px 3px 2px 3px;
  margin: 0px 10px 0px 0px;
  box-sizing: border-box;
  border-radius: 2px;
  border:1px solid #e0e0e0;
}
input[type=text]::placeholder {
  color:#aaaaaa;
  font-size:0.8em;
}

.medium-insert-images.medium-insert-images-left{
  max-width: 43.33%;
  margin: 10px 30px 20px 0px;
}
.medium-insert-images.medium-insert-images-right{
  max-width: 43.33%;
  margin: 10px 0px 20px 30px;
}
.medium-insert-images.medium-insert-images-wide{
  max-width: 100%;
}
.medium-insert-images.medium-insert-images-wide img{
  width: 100%;
}
.medium-editor-element > p:first-child {
	margin-top: 0px;
}
.medium-editor-element > p:last-child {
	margin-bottom: 0px;
}

.e-content img{
  max-width: 60%;
  height: auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.e-content p:first-of-type {
  margin-top:0px;
}

.content_shortend{
  height:355px;
  overflow:hidden;
  width: 100%;
  top:-15px;
}
.showmore{
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  height: auto;
  min-height: 355px;
  width: 100%;
  display: inline;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
}
.btn_showmore{
  /*color:purple;*/
  text-align: center;
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: 5px;
  z-index: 1002;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}
.content_divider{
  background-color: #F1F1F1;
  height: 2px;
  border: 0;
  margin:0px;
  margin-bottom:7px;
  margin-top: 7px;
}
.content_divider_post{
  margin-top:20px;
  margin-bottom:0px;
}

/* .content_divider{
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='gray' stroke-width='1' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto 4px;
  display: block;
  height: 4px;
  width: 100%;
  border: 0;
  margin-bottom:8px;
  margin-top: 10px;
  opacity: 0.2;
} */


.editable {
  min-height: 40px;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  outline: none;
  /*border: 1px solid #DDDDDD;*/
  border-radius: 4px;
  box-shadow: 0 0 0.1em 0em rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
}
.editable:focus{
  box-shadow: 0 0 0.1em 0.0em rgba(119, 181, 222, 0.2);
  /*min-height: 100px;*/
  /*margin-bottom:15px;*/
}
#edit_container{
  margin-top: 11px;
  margin-bottom: 11px;
}
.TweetTextSize img{
  width:15px;
}

#jq-dropdown-publish{
  margin-top: 25px;
  min-width: 160px;
  max-width: 160px;
  margin-right: 15px;
}
#btn_publish{
  border: 1px solid #2fbc5c;
  color:#2fbc5c;
  border-radius:2px;
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  right:0px;
  background-color: white;
  padding: 4px;
  margin-top: 5px;
}

.medium-insert-buttons{
  left:-35px!important;
  margin-top:-2px!important;
}
.medium-insert-buttons-addons{
  /*top:-44px!important;*/
  left:37px!important;
}
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li {
    display: inline-block;
    margin: 0!important;
}
.medium-editor-insert-plugin:before{
  display: inline!important;
}
.medium-editor-insert-plugin:after{
  display: inline!important;
}

.medium-editor-insert-plugin.medium-editor-placeholder:after {
    padding-top: 10px!important;
    padding-left: 5px!important;
    cursor: text;
    color:lightgray;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 0.8s; /* Firefox < 16 */
          -ms-animation: fadein 0.8s; /* Internet Explorer */
           -o-animation: fadein 0.8s; /* Opera < 12.1 */
              animation: fadein 0.8s;
}

.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show span {
    display: block;
    margin-top: 0px;
}

.medium-editor-insert-plugin .medium-insert-buttons span {
    display: block;
    margin-top: -2px;
}

.medium-insert-embeds{
  text-align: left;
}
.medium-insert-images figure figcaption,
.mediumInsert figure figcaption,
.medium-insert-embeds figure figcaption,
.mediumInsert-embeds figure figcaption {
  font-size: 12px;
  line-height: 1.2em;
}
.medium-insert-images-slideshow figure {
  width: 100%;
}
.medium-insert-images-slideshow figure img {
  margin: 0;
}
.medium-insert-images.medium-insert-images-grid.small-grid figure {
  width: 12.5%;
}
@media (max-width: 750px) {
  .medium-insert-images.medium-insert-images-grid.small-grid figure {
    width: 25%;
  }
}
@media (max-width: 450px) {
  .medium-insert-images.medium-insert-images-grid.small-grid figure {
    width: 50%;
  }
}










/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 nav,
 section,
 summary {
     display: block;
 }

 /**
  * Correct `inline-block` display not defined in IE 8/9.
  */

 audio,
 canvas,
 video {
     display: inline-block;
 }

 /**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */

 audio:not([controls]) {
     display: none;
     height: 0;
 }

 /**
  * Address styling not present in IE 8/9.
  */

 [hidden] {
     display: none;
 }

 /* ==========================================================================
    Base
    ========================================================================== */

 /**
  * 1. Prevent system color scheme's background color being used in Firefox, IE,
  *    and Opera.
  * 2. Prevent system color scheme's text color being used in Firefox, IE, and
  *    Opera.
  * 3. Set default font family to sans-serif.
  * 4. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */

 html {
     background: #fff; /* 1 */
     color: #000; /* 2 */
     font-family: sans-serif; /* 3 */
     -ms-text-size-adjust: 100%; /* 4 */
     -webkit-text-size-adjust: 100%; /* 4 */
 }

 /**
  * Remove default margin.
  */

 body {
     margin: 0;
 }

 /* ==========================================================================
    Links
    ========================================================================== */

 /**
  * Address `outline` inconsistency between Chrome and other browsers.
  */

 a:focus {
     outline: thin dotted;
 }

 /**
  * Improve readability when focused and also mouse hovered in all browsers.
  */

 a:active,
 a:hover {
     outline: 0;
 }

 /* ==========================================================================
    Typography
    ========================================================================== */

 /**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */

 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }

 /**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */

 abbr[title] {
     border-bottom: 1px dotted;
 }

 /**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */

 b,
 strong {
     font-weight: bold;
 }

 /**
  * Address styling not present in Safari 5 and Chrome.
  */

 dfn {
     font-style: italic;
 }

 /**
  * Address differences between Firefox and other browsers.
  */

 hr {
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     height: 0;
 }

 /**
  * Address styling not present in IE 8/9.
  */

 mark {
     background: #ff0;
     color: #000;
 }

 /**
  * Correct font family set oddly in Safari 5 and Chrome.
  */

 code,
 kbd,
 pre,
 samp {
     font-family: monospace, serif;
 }

 /**
  * Improve readability of pre-formatted text in all browsers.
  */

 pre {
     white-space: pre-wrap;
 }

 /**
  * Set consistent quote types.
  */

 q {
     quotes: "\201C" "\201D" "\2018" "\2019";
 }

 /**
  * Address inconsistent and variable font size in all browsers.
  */

 small {
     font-size: 80%;
 }

 /**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sup {
     top: -0.5em;
 }

 sub {
     bottom: -0.25em;
 }

 /* ==========================================================================
    Embedded content
    ========================================================================== */

 /**
  * Remove border when inside `a` element in IE 8/9.
  */

 img {
     border: 0;
 }

 /**
  * Correct overflow displayed oddly in IE 9.
  */

 svg:not(:root) {
     overflow: hidden;
 }

 /* ==========================================================================
    Figures
    ========================================================================== */

 /**
  * Address margin not present in IE 8/9 and Safari 5.
  */

 figure {
     margin: 0;
 }

 /* ==========================================================================
    Forms
    ========================================================================== */

 /**
  * Define consistent border, margin, and padding.
  */

 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
 }

 /**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */

 legend {
     border: 0; /* 1 */
     padding: 0; /* 2 */
 }

 /**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */

 button,
 input,
 select,
 textarea {
     font-family: inherit; /* 1 */
     font-size: 100%; /* 2 */
     margin: 0; /* 3 */
 }

 /**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */

 button,
 input {
     line-height: normal;
 }

 /**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */

 button,
 select {
     text-transform: none;
 }

 /**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */

 button,
 html input[type="button"], /* 1 */
 input[type="reset"],
 input[type="submit"] {
     -webkit-appearance: button; /* 2 */
     cursor: pointer; /* 3 */
 }

 /**
  * Re-set default cursor for disabled elements.
  */

 button[disabled],
 html input[disabled] {
     cursor: default;
 }

 /**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */

 input[type="checkbox"],
 input[type="radio"] {
     box-sizing: border-box; /* 1 */
     padding: 0; /* 2 */
 }

 /**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */

 input[type="search"] {
     -webkit-appearance: textfield; /* 1 */
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box; /* 2 */
     box-sizing: content-box;
 }

 /**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }

 /**
  * Remove inner padding and border in Firefox 4+.
  */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
     border: 0;
     padding: 0;
 }

 /**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */

 textarea {
     overflow: auto; /* 1 */
     vertical-align: top; /* 2 */
 }

 /* ==========================================================================
    Tables
    ========================================================================== */

 /**
  * Remove most spacing between table cells.
  */

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }










 /*!
 * medium-editor-insert-plugin v2.5.0 - jQuery insert plugin for MediumEditor
 *
 * http://linkesch.com/medium-editor-insert-plugin
 *
 * Copyright (c) 2014 Pavel Linkesch (http://linkesch.com)
 * Released under the MIT license
 */

 .medium-insert-images,.mediumInsert{
  text-align:center
}
.medium-insert-images figure,.mediumInsert figure{
  margin:0;
  display:block
}
.medium-insert-images figure img,.mediumInsert figure img{
  max-width:100%;
  margin-top:1em;
  vertical-align:top
}
.medium-insert-images figure:first-child img,.mediumInsert figure:first-child img{
  margin-top:0
}
.medium-insert-images-left.mediumInsert,.medium-insert-images.medium-insert-images-left,.mediumInsert.small{
  max-width:33.33%;
  float:left;
  margin:0 30px 20px 0
}
.medium-insert-images-right.mediumInsert,.medium-insert-images.medium-insert-images-right{
  max-width:33.33%;
  float:right;
  margin:0 0 20px 30px
}
.medium-insert-images-grid.mediumInsert,.medium-insert-images.medium-insert-images-grid{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin:.5em -.5em
}
.medium-insert-images-grid.mediumInsert figure,.medium-insert-images.medium-insert-images-grid figure{
  width:33.33%;
  display:inline-block;
  margin: 0px;
  padding: 0px;
}
.medium-insert-images-grid.mediumInsert figure img,.medium-insert-images.medium-insert-images-grid figure img{
  max-width:calc(100% - 1em);
  margin:.5em
}
.medium-insert-embeds,.mediumInsert-embeds{
  text-align:center;
  margin:1em 0;
  position:relative
}
.medium-insert-embeds div,.medium-insert-embeds iframe,.mediumInsert-embeds div,.mediumInsert-embeds iframe{
  margin:0 auto!important
}
.medium-insert-embeds-left.mediumInsert-embeds,.medium-insert-embeds.medium-insert-embeds-left{
  width:33.33%;
  float:left;
  margin:0 30px 20px 0
}
.medium-insert-embeds-right.mediumInsert-embeds,.medium-insert-embeds.medium-insert-embeds-right{
  width:33.33%;
  float:right;
  margin:0 0 20px 30px
}
.medium-insert-embeds figure,.medium-insert-images figure,.mediumInsert figure,.mediumInsert-embeds figure{
  position:relative
}
.medium-insert-embeds figure figcaption,.medium-insert-images figure figcaption,.mediumInsert figure figcaption,.mediumInsert-embeds figure figcaption{
  position:relative;
  z-index:1;
  display:block;
  text-align:center;
  margin:10px 0;
  color:#ccc;
  font-size:.8em;
  font-style:italic;
  outline:0 solid transparent
}
.medium-insert-embeds figure figcaption:focus,.medium-insert-images figure figcaption:focus,.mediumInsert figure figcaption:focus,.mediumInsert-embeds figure figcaption:focus{
  outline:0 solid transparent
}



