@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700italic,900,900italic,700);
/* ==========================================================================
   Classic
   ========================================================================== */
/* line 4, ../sass/countdown.scss */
.ujic-classic {
  position: relative;
  overflow: hidden;
}

/* line 9, ../sass/countdown.scss */
.ujic-classic .countdown_section {
  float: left;
  display: block;
  text-align: center;
  margin: 0 15px 0 0;
}

/* line 16, ../sass/countdown.scss */
.ujic-classic span.countdown_amount {
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin-right: 2px;
  font: 35px/1.5 'Open Sans Condensed',sans-serif;
  font-weight: normal;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #000;
  background: #a61ba6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3',GradientType=0 );
  /* IE6-9 */
}

/* line 45, ../sass/countdown.scss */
.ujic-classic span.countdown_txt {
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
}

/* The ghost, nudged to maintain perfect centering */
/* line 52, ../sass/countdown.scss */
.ujic-hold:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 60, ../sass/countdown.scss */
.ujic-hold .ujiCountdown {
  display: inline-block;
  vertical-align: middle;
}

/* line 65, ../sass/countdown.scss */
.ujic_center {
  text-align: center;
}

/* line 69, ../sass/countdown.scss */
.ujic_left {
  text-align: left;
}

/* line 73, ../sass/countdown.scss */
.ujic_right {
  text-align: right;
}

/* line 77, ../sass/countdown.scss */
.ujic_right:after {
  clear: both;
  float: none;
}

/* line 82, ../sass/countdown.scss */
.countdown_section {
  width: auto !important;
  text-transform: none !important;
}

/******************** Newsletter *************/
/* line 89, ../sass/countdown.scss */
.ujicf:before, .ujicf:after {
  content: "";
  display: table;
}

/* line 90, ../sass/countdown.scss */
.ujicf:after {
  clear: both;
}

/* line 91, ../sass/countdown.scss */
.ujicf {
  *zoom: 1;
}

/* line 93, ../sass/countdown.scss */
#ujiCountdown {
  display: inline-block;
  margin-bottom: 0;
}

/* line 99, ../sass/countdown.scss */
#ujiCountdown span.countdown_row {
  display: block;
}

/* line 104, ../sass/countdown.scss */
#ujiCountdown span.ujic_s {
  margin-right: 0;
}

/* line 109, ../sass/countdown.scss */
#uji-wrapper {
  display: inline-block;
  margin: 0 auto;
}

/* line 115, ../sass/countdown.scss */
.ujic-hold form {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

/* line 124, ../sass/countdown.scss */
.ujic-hold form span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 1em 0;
  text-align: center;
}

/* line 134, ../sass/countdown.scss */
.ujic-hold form p {
  width: 100%;
  display: inline-block;
  margin: 0 auto !important;
  text-align: center;
}

/* line 142, ../sass/countdown.scss */
.ujic-hold form input {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 30px !important;
}

/* line 150, ../sass/countdown.scss */
.ujic-hold form div {
  text-align: center;
}

/* line 155, ../sass/countdown.scss */
.ujic-hold form input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  margin: 0;
  padding: 0px 5%;
  text-align: center;
  width: 70%;
  float: left;
}

/* line 169, ../sass/countdown.scss */
.ujic-hold form input[type="submit"] {
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 0 3%;
  text-transform: uppercase;
  width: 30%;
  border: medium none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  color: #fff;
  background: linear-gradient(to bottom, #c816d0, #ab02b2) repeat scroll 0 0 transparent;
  float: left;
}

/* line 184, ../sass/countdown.scss */
.ujic-hold form span.uji-msg-err {
  color: #CE0000;
}

/* line 188, ../sass/countdown.scss */
.ujic-hold form span.uji-msg-ok {
  color: green;
}

/* line 193, ../sass/countdown.scss */
.ujic-hold form div span {
  display: none;
  line-height: 1em;
  margin: 0;
  text-align: center;
}

/* ==========================================================================
   RTL
   ========================================================================== */
/* line 204, ../sass/countdown.scss */
.countdown-rtl {
  direction: initial;
}

/* line 208, ../sass/countdown.scss */
#ujiCountdown {
  overflow: visible;
  margin-left: 4px;
}

/* line 214, ../sass/countdown.scss */
#main .entry-content .countdown_amount {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: Arial !important;
  text-shadow: none !important;
  color: black !important;
  border: 1px solid white !important;
  -moz-box-shadow: 0 0 10px #000, inset 0 0 14px -3px black;
  -webkit-box-shadow: 0 0 10px #000, inset 0 0 14px -3px black;
  box-shadow: 0 0 10px #000, inset 0 0 14px -3px black;
  background: white !important;
}
/* line 224, ../sass/countdown.scss */
#main .entry-content .countdown_txt {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 230, ../sass/countdown.scss */
form.ujicf {
  display: none;
}

/* line 234, ../sass/countdown.scss */
.red-container {
  background-color: #d2122c;
  padding-left: 50px;
}

/*general styling add*/
/* line 28, ../sass/screen.scss */
ul + h2 {
  margin-top: 1.5em;
}

/* line 32, ../sass/screen.scss */
article p {
  margin: 1.35em 0;
}

@media (max-width: 600px) {
  /* line 36, ../sass/screen.scss */
  .content {
    padding-top: 25px !important;
  }
}

@media (max-width: 600px) {
  /* line 42, ../sass/screen.scss */
  .title_container {
    display: none;
  }
}

/* line 49, ../sass/screen.scss */
.entry-content-wrapper header h1 {
  font-family: "Merriweather Sans";
  font-size: 36px !important;
  font-weight: 900;
}
@media (max-width: 600px) {
  /* line 49, ../sass/screen.scss */
  .entry-content-wrapper header h1 {
    font-size: 25px !important;
  }
}
/* line 59, ../sass/screen.scss */
.entry-content-wrapper header .post-meta-infos {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 14px;
}

/* line 66, ../sass/screen.scss */
.entry-content-wrapper .entry-content {
  font-family: "Merriweather Sans";
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 100;
}
/* line 75, ../sass/screen.scss */
.entry-content-wrapper .entry-content .entry-content {
  font-family: "Merriweather Sans";
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 100;
}
/* line 82, ../sass/screen.scss */
.entry-content-wrapper .entry-content h2 {
  color: #47a4da !important;
  font-size: 22px;
  font-family: "Merriweather Sans";
  font-weight: bold;
  text-transform: none !important;
}
/* line 89, ../sass/screen.scss */
.entry-content-wrapper .entry-content h2.no-caps {
  text-transform: none !important;
}
/* line 94, ../sass/screen.scss */
.entry-content-wrapper .entry-content h3 {
  font-family: "Merriweather Sans";
  font-size: 19px;
  font-weight: 900;
  color: #303030;
  font-style: italic;
  margin-top: 2rem;
}
/* line 102, ../sass/screen.scss */
.entry-content-wrapper .entry-content blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: "Merriweather";
  font-style: italic;
  color: #47a4da !important;
}
/* line 112, ../sass/screen.scss */
.entry-content-wrapper .entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 100;
}
/* line 119, ../sass/screen.scss */
.entry-content-wrapper .entry-content ul li {
  padding-left: 0px !important;
  list-style: none;
  text-indent: -16px !important;
}
/* line 124, ../sass/screen.scss */
.entry-content-wrapper .entry-content ul li:before {
  content: "• ";
  color: #47a4da;
  font-size: 22px;
  vertical-align: middle;
}
/* line 135, ../sass/screen.scss */
.entry-content-wrapper .entry-content .wp-biographia-container-top li {
  text-indent: 0 !important;
}
/* line 137, ../sass/screen.scss */
.entry-content-wrapper .entry-content .wp-biographia-container-top li:before {
  content: none;
}
/* line 143, ../sass/screen.scss */
.entry-content-wrapper .entry-content ol {
  margin-left: 8px;
}
/* line 146, ../sass/screen.scss */
.entry-content-wrapper .entry-content ol.big-list {
  margin-left: 16px;
}
/* line 151, ../sass/screen.scss */
.entry-content-wrapper .entry-content ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
/* line 157, ../sass/screen.scss */
.entry-content-wrapper .entry-content ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: -2.5em;
  width: 2em;
  text-align: right;
  color: #47a4da;
  font-weight: 900;
}
/* line 167, ../sass/screen.scss */
.entry-content-wrapper .entry-content img.border-me {
  border: 1px solid #e2e2e2;
  padding: 0;
}

/* line 173, ../sass/screen.scss */
.related_posts.av-related-style-full {
  margin-top: 30px;
}

/* homepage adjustements */
/* line 182, ../sass/screen.scss */
.home .flex_column .hr {
  margin: 10px 0 20px 0;
}
/* line 188, ../sass/screen.scss */
.home .el_after_av_one_full.flex_column.avia-builder-el-2 {
  display: none;
}
@media (max-width: 600px) {
  /* line 188, ../sass/screen.scss */
  .home .el_after_av_one_full.flex_column.avia-builder-el-2 {
    display: block;
  }
}
@media (max-width: 600px) {
  /* line 197, ../sass/screen.scss */
  .home .el_before_av_one_full.avia-builder-el-0 {
    /* display: none; */
  }
}
/* line 203, ../sass/screen.scss */
.home .slide-image {
  background-color: transparent !important;
}
/* line 207, ../sass/screen.scss */
.home .flex_column h1 {
  font-family: "Merriweather Sans";
  font-size: 36px !important;
  font-weight: 900;
}
/* line 213, ../sass/screen.scss */
.home .newsletter-signup-button {
  background-color: white;
  color: #6f99ad;
  padding: 10px;
  margin-top: 10px;
}

/* blog popup adjustments */
/* line 226, ../sass/screen.scss */
.dgd_stb_box.big_blue {
  color: white;
  font-family: "Merriweather Sans";
  font-weight: 100;
  padding-top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  box-shadow: -5px 0 0px 0px #cfcfcf !important;
  -webkit-box-shadow: -5px 0 0px 0px #cfcfcf !important;
  background-color: #fff  !important;
}
/* line 239, ../sass/screen.scss */
.dgd_stb_box.big_blue.dgd_stb_tab {
  color: #47a4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none  !important;
  line-height: 2.2em !important;
  padding-bottom: 0px !important;
}
/* line 249, ../sass/screen.scss */
.dgd_stb_box.big_blue h5 {
  font-family: "Merriweather Sans" !important;
  font-weight: 100 !important;
  background-color: #47a4da !important;
  border: none !important;
  margin: 0 -10px 10px -15px !important;
}
/* line 258, ../sass/screen.scss */
.dgd_stb_box.big_blue p {
  color: #47a4da !important;
}
/* line 261, ../sass/screen.scss */
.dgd_stb_box.big_blue p span {
  color: #3e3e3e !important;
}
/* line 267, ../sass/screen.scss */
.dgd_stb_box.big_blue input.text_input {
  width: 200px;
  font-size: 12px;
  margin-bottom: 0 !important;
  box-shadow: -5px 0 0px 0px #828282 !important;
  -webkit-box-shadow: -5px 0 0px 0px #828282 !important;
}
/* line 276, ../sass/screen.scss */
.dgd_stb_box.big_blue ul {
  padding-left: 13px !important;
}
/* line 280, ../sass/screen.scss */
.dgd_stb_box.big_blue li {
  padding-left: 0px !important;
  list-style: none;
  text-indent: -16px !important;
  background: none !important;
  color: #3e3e3e !important;
}
/* line 287, ../sass/screen.scss */
.dgd_stb_box.big_blue li:before {
  content: "• ";
  color: #47a4da;
  font-size: 22px;
  vertical-align: middle;
}
/* line 295, ../sass/screen.scss */
.dgd_stb_box.big_blue form {
  margin-bottom: 0 !important;
}
/* line 298, ../sass/screen.scss */
.dgd_stb_box.big_blue form input[type=submit] {
  background: #47a4da !important;
}
/* line 304, ../sass/screen.scss */
.dgd_stb_box.big_blue .dgd_stb_box_close {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none  !important;
  top: 6px !important;
  right: 5px !important;
  font-size: 26px !important;
  font-weight: 100 !important;
}

/* YARRP related posts tweaks */
/* line 318, ../sass/screen.scss */
.yarpp-thumbnails-horizontal {
  text-align: center;
}
/* line 321, ../sass/screen.scss */
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  height: auto !important;
  width: 90% !important;
}
/* line 325, ../sass/screen.scss */
.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  width: 100% !important;
  height: auto !important;
}

/* line 332, ../sass/screen.scss */
.yarpp-related-widget h3 {
  margin-top: 10px;
}

/* line 336, ../sass/screen.scss */
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  max-height: none !important;
}

/* line 340, ../sass/screen.scss */
.hide-yarrp .widget_yarpp_widget {
  display: none;
}

/* Top 10 posts tweaks */
/* line 347, ../sass/screen.scss */
.widgettitle {
  text-transform: inherit !important;
  letter-spacing: 0px !important;
  font-size: 20px !important;
}

/* line 354, ../sass/screen.scss */
.tptn_posts li {
  width: 197px;
  border: 1px solid gray;
  padding-left: 5px;
  margin-left: 7px;
  border-color: rgba(127, 127, 127, 0.09804);
  padding-top: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 366, ../sass/screen.scss */
.tptn_posts img {
  width: 100%;
}
/* line 370, ../sass/screen.scss */
.tptn_posts .image-overlay.overlay-type-extern {
  display: none !important;
}

/* line 375, ../sass/screen.scss */
.tptn_counter {
  display: none;
}
