/*
Theme Name: Daphne
Theme URI: http://inibot.com/daphne/
Author: Inibot
Author URI: http://inibot.com
Description: Responsive WordPress Theme.
Version: 1.1
Text Domain: daphne
*/
/* =============================================================================
   Common
   ============================================================================= */
body {
  background: #eeeeee url(../img/bg.png);
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif; }

#wrap {
  background: #fff;
  margin-top: 0px;
  border-top: 3px solid #d1250e;
  max-width: 1200px;
  padding: 25px 30px 20px;
  margin-top: 30px; }

a, a:link {
  color: #c54939;
  text-decoration: none !important; }

a:hover {
  color: #d65a4a;
  text-decoration: none; }

blockquote {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #444; }
  blockquote p {
    font-size: 14px; }

.aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center; }

.alignright {
  float: right;
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.clearfix, .wave {
  *zoom: 1; }

.clearfix:before, .clearfix:after, .wave:before, .wave:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after, .wave:after {
  clear: both; }

.cell {
  overflow: hidden;
  display: table-cell;
  zoom: 1; }

.dph-row {
  margin-top: 20px; }

.home .dph-row {
  margin-top: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0; }

h3.sec-news, h3.comments-title, #footer .widget h3 {
  color: #777;
  margin: 0;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding: 0px 0px 4px;
  text-transform: uppercase;
  background: url(../img/div_a.png) repeat-x bottom; }
  h3.sec-news span, h3.comments-title span, #footer .widget h3 span {
    border-bottom: 3px solid #d1250e;
    padding-bottom: 4px; }
  h3.sec-news a, h3.comments-title a, #footer .widget h3 a {
    color: #555 !important; }

/* =============================================================================
   Header
   ============================================================================= */
#header {
  float: left;
  margin-bottom: 10px; }
  #header .banner-section {
    text-align: right;
    margin-bottom: 10px;
    float: right; }
  #header .logo-section {
    text-align: left;
    margin-bottom: 10px;
    min-height: 60px;
    float: left; }
  #header .logo-section a, #header .logo-section a:hover, #header .logo-section a:visited {
    color: #000; }
  #header h1.logo {
    font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 10px; }
  #header h1.logo-img {
    font-family: "Helvetica";
    display: block;
    position: relative;
    top: 10px; }

/* =============================================================================
   Header Nav
   ============================================================================= */
nav select {
  display: none; }

#header {
  width: 100%; }

#header nav {
  width: 100%; }

.sf-menu {
  float: left;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  max-height: 55px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu li:first-child a {
  border-left: none; }

.sf-menu a {
  font-size: 18px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  padding: 14px 15px 19px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }

.sf-menu a:hover {
  border-top: 1px solid #d1250e;
  color: #d1250e;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.sf-menu a {
  color: #888; }

.sf-menu li {
  border-right: 1px solid #ddd;
  background: #fff;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
  position: relative;
  z-index: 9999; }

.sf-menu li:last-child {
  border-right: 0; }

.sf-menu li.current, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current-menu-item > a, .sf-menu li.current-menu-item .sf-menu li.current-menu-item a {
  border-color: #d1250e;
  border-right-color: #ddd; }

.sf-menu li:hover > a, .sf-menu li.current-menu-item ul li:hover > a {
  background-color: #fff !important;
  display: block;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.sf-menu li.home-menu a {
  background: url(../img/home-icon-b.png) 50% 48% no-repeat;
  text-indent: -9999px;
  border-left: none;
  padding-left: 25px;
  padding-right: 25px; }

.sf-menu ul li a {
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding: 6px 15px 7px !important; }

.sf-menu ul li a:hover {
  border-top: 1px solid #ccc; }

.sf-menu ul li {
  background: #fff;
  border-bottom: 1px solid #eee; }

.sf-menu ul ul li {
  background: #eee; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #fff;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1.4em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #aaa;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(0, 0, 0, 0.3); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0, 0, 0, 0.1); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

nav select {
  width: 100%;
  margin-bottom: 0;
  height: 30px; }

/* =============================================================================
   Featured Area
   ============================================================================= */
.featured-area {
  margin-bottom: 15px;
  margin-top: 5px; }
  .featured-area a {
    color: #eee; }

.featured-area .slider, .featured-area .static-block {
  position: relative;
  overflow: hidden; }

.featured-area .slider img {
  width: 100%;
  height: 519px; }

.featured-area .static-block img {
  width: 100%; }

.featured-area {
  text-transform: uppercase; }
  .featured-area .last-block {
    margin-top: 15px; }

.featured-area .featured-meta a {
  color: #fff; }

.featured-area .featured-meta {
  color: #fff;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: black url(../img/stripe5.png);
  background: rgba(0, 0, 0, 0.9) url(../img/stripe5.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 8999; }

.featured-area .featured-meta h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 10px 10px;
  margin: 0;
  margin-top: 3px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.featured-area .slider .featured-meta h2 {
  font-size: 22px; }

.featured-area .static-block .featured-meta h2 {
  font-size: 16px; }

.featured-area .slider .featured-meta h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 10px 10px;
  margin: 0;
  margin-top: 3px; }

.featured-area .slider .sub-info {
  background: #E03029;
  padding: 6px 0px 6px 10px;
  margin-top: -34px;
  display: inline;
  font-size: 13px;
  position: absolute; }

.featured-area .slider .sub-info .featured-category {
  background: #282636;
  display: inline;
  padding: 8px 10px 8px 10px;
  margin-left: 8px;
  box-shadow: inset 2px 2px 0 1px rgba(80, 80, 80, 0.1); }
  .featured-area .slider .sub-info .featured-category:hover {
    box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.3); }

.featured-area .static-block .featured-category {
  position: absolute;
  background: #d1250e;
  padding: 3px 7px;
  font-size: 9px;
  top: 0px;
  left: 0;
  z-index: 111 !important; }
  .featured-area .static-block .featured-category:hover {
    box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.3); }

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../img/overlay_b.png) !important;
  opacity: 0.2;
  filter: alpha(opacity=15);
  width: 100% !important;
  height: 100% !important;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear;
  box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.9); }
  .overlay:hover {
    opacity: 0; }

.post-video, .post-gallery {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 0px !important; }

.post-video {
  background: #222222 url(../img/video-icon.png) no-repeat center !important;
  width: 15px;
  height: 18px; }

.post-gallery {
  background: #222222 url(../img/photo-icon.png) no-repeat center !important;
  width: 15px;
  height: 20px; }

/* =============================================================================
   Content Common
   ============================================================================= */
#content {
  /* Post Tweaks */ }
  #content .entry-content {
    font-size: 14px;
    color: #222; }
    #content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5, #content .entry-content h6 {
      font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif; }
  #content .entry-content .row-fluid [class*="span"] {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden !important; }
  #content ul {
    padding-top: 0;
    margin-top: 0; }
  #content ul li {
    list-style: square;
    padding-bottom: 5px; }
  #content ol li {
    padding-bottom: 5px; }
  #content blockquote.pullquote {
    float: left;
    width: 150px;
    border: 0;
    border-right: 5px solid #eee;
    padding: 5px 5px 5px 0;
    margin: 0 10px 5px 0; }
  #content blockquote.pullquote-r {
    float: right;
    width: 150px;
    padding: 3px 0 5px 10px;
    margin: 0px 0 5px 5px; }
  #content img[class*="align"], #content img[class*="wp-image-"] {
    height: auto; }
  #content img.size-full {
    width: auto; }
  #content article img {
    max-width: 98%; }
  #content .wg-video {
    margin-bottom: 10px; }
  #content .alert {
    margin-bottom: 10px; }
  #content .progress {
    margin-bottom: 10px; }
  #content h2.entry-title {
    font-size: 28px;
    font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 32px;
    margin-top: 10px; }
    #content h2.entry-title a {
      color: #000; }
  #content a:visited {
    color: #e76b5b; }
  #content .wp-caption-text {
    text-align: center;
    width: auto !important;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 5px 0;
    font-size: 12px;
    background: #000;
    color: #eee; }
  #content article .wp-caption {
    width: auto !important; }
    #content article .wp-caption img {
      max-width: 100% !important; }

.wg-video {
  display: block;
  margin: 0 auto;
  max-width: 630px; }

.accordion {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.tabbable ul li {
  list-style-type: none !important; }

.sticky {
  color: #ccc; }

.gallery-caption {
  color: #ccc; }

/* =============================================================================
   Content Feed (Latest News) -- img-extract / post-extract / meta-extract
   ============================================================================= */
#content .article-feed {
  background: url(../img/stripe3.png) repeat-x bottom;
  margin: 10px 0 0px 0;
  padding: 0 0 15px 0; }
#content .img-extract {
  margin: 0;
  padding-top: 0px;
  position: relative; }
  #content .img-extract .featured-category {
    position: absolute;
    margin: 10px;
    background: #d1250e;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 8px;
    text-transform: uppercase;
    box-shadow: 1px 1px 0px RGBA(16, 16, 16, 0.2);
    color: #fff;
    left: -5px;
    top: -5px; }
    #content .img-extract .featured-category:hover {
      box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.3); }
    #content .img-extract .featured-category:visited {
      color: #fff; }
  #content .img-extract img {
    border-radius: 2px; }
#content .post-extract {
  position: relative;
  overflow: visible;
  padding: 0; }
  #content .post-extract h2.entry-title {
    font-size: 20px;
    font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0; }
  #content .post-extract .entry-content {
    font-size: 13px;
    color: #333;
    padding-bottom: 0; }

.fb-comments-count {
  display: inline; }

.meta-extract, .entry-meta {
  margin: 10px 0 0px;
  font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400; }
  .meta-extract a:link, .entry-meta a:link {
    color: #777 !important; }
    .meta-extract a:link:hover, .entry-meta a:link:hover {
      color: #c54939 !important; }
  .meta-extract a:visited, .entry-meta a:visited {
    color: #777 !important; }
  .meta-extract a.author-meta, .meta-extract time.time-meta, .meta-extract .comments-meta, .entry-meta a.author-meta, .entry-meta time.time-meta, .entry-meta .comments-meta {
    padding: 0 0 0 16px; }
  .meta-extract a.author-meta, .entry-meta a.author-meta {
    background: url(../img/author.png) 0px 1px no-repeat;
    margin: 0 6px 0 0; }
  .meta-extract time.time-meta, .entry-meta time.time-meta {
    color: #777;
    background: url(../img/date.png) 0px 0px no-repeat;
    margin: 0 6px 0 0; }
  .meta-extract .comments-meta, .entry-meta .comments-meta {
    background: url(../img/com-icon.png) 0px 1px no-repeat; }

/* =============================================================================
   Content Single (Single Posts)
   ============================================================================= */
#content .post-single {
  padding-top: 8px; }
#content .header-post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  padding-top: 5px;
  position: relative;
  background: url(../img/stripe2.png);
  border-left: 3px solid #000; }
#content .header-post h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0px; }
#content .header-post h2 a {
  color: #111; }
#content .header-post .single-entry-meta a {
  color: #d1250e; }
#content .header-post .single-entry-meta {
  font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #444;
  margin-bottom: 5px; }
#content .header-post .info-share {
  display: inline;
  margin-left: 10px;
  right: 0;
  bottom: 0;
  text-align: right; }
#content .header-post .featured-category, #content .header-post .share-tw, #content .header-post .share-fb {
  position: relative;
  background: #aaa;
  right: 0;
  bottom: 0;
  padding: 0px 8px;
  line-height: 2.2;
  font-weight: 400;
  border-radius: 0;
  color: #fff !important;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block; }
  #content .header-post .featured-category:hover, #content .header-post .share-tw:hover, #content .header-post .share-fb:hover {
    background-color: #333;
    color: #fff;
    box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.2); }
#content .header-post .featured-category {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0px 0 3px 0; }
#content .header-post .share-tw {
  background: #00acee url("../img/tw-mcons.png") no-repeat 5px 3px;
  padding: 0px 8px 0 26px; }
#content .header-post .share-fb {
  background: #5977b2 url("../img/fb-mcons.png") no-repeat 5px 3px;
  padding: 0px 8px 0 24px; }
#content .header-post .footer-meta {
  color: #666;
  padding: 0;
  margin-bottom: 15px;
  font-size: 12px;
  overflow: auto;
  font-family: "Ubuntu", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d0d0d0; }
#content .footer-meta {
  margin-top: 10px; }

/* =============================================================================
   Content Author Template
   ============================================================================= */
#content .author-cc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
  overflow: auto;
  background: #222;
  border-radius: 2px;
  color: #ccc;
  font-size: 13px;
  position: relative; }
  #content .author-cc p {
    margin-top: 5px;
    border-top: 1px dashed #555;
    padding-top: 5px; }
  #content .author-cc .profpic {
    margin-right: 15px;
    margin-top: 10px;
    float: left; }
    #content .author-cc .profpic img {
      padding: 5px;
      background: #eeeeee url(../img/border-img.png); }
  #content .author-cc h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0; }
  #content .author-cc .mini-author {
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase; }
  #content .author-cc .minicons {
    float: none;
    margin: 10px 0 0 1px;
    display: inline;
    position: absolute;
    top: -5px;
    right: 10px; }
    #content .author-cc .minicons a {
      opacity: 0.9;
      border-radius: 10px; }
    #content .author-cc .minicons a:hover {
      opacity: 1; }
    #content .author-cc .minicons a.twitter:hover {
      background: #00acee url(../img/tw-mcons.png) no-repeat center; }
    #content .author-cc .minicons a.facebook:hover {
      background: #054795 url(../img/fb-mcons.png) no-repeat center; }
    #content .author-cc .minicons a.gplus:hover {
      background: #c4563f url(../img/gp-mcons.png) no-repeat center; }

/* =============================================================================
   Content IMG Template
   ============================================================================= */
#content .image-content {
  text-align: center; }
  #content .image-content .entry-caption {
    font-size: 18px;
    font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc; }
  #content .image-content .attachment {
    margin: 10px auto 20px;
    padding: 10px;
    text-align: center;
    background: #ccc; }
#content #image-navigation {
  margin-top: 10px; }

/* =============================================================================
   Content Gallery
   ============================================================================= */
div.gallery {
  padding: 0 !important; }

dl.gallery-item {
  width: auto;
  padding: 5px;
  border: 1px solid #ccc;
  display: inline;
  background: #efefef;
  margin: 0 0 5px 5px; }

dd.gallery-caption {
  text-transform: capitalize;
  font-family: Georgia;
  font-size: 14px;
  text-align: left;
  text-indent: 8px; }

dt.gallery-icon {
  margin: 0;
  padding: 0;
  float: left; }

/* =============================================================================
   Comments Style
   ============================================================================= */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
  margin-top: 5px; }

#comments {
  margin-top: 10px; }
  #comments .metacc {
    font-size: 12px;
    color: #555;
    clear: both;
    margin-left: 70px; }
    #comments .metacc .ccauthor, #comments .metacc .ccauthor a {
      font-weight: bold;
      color: #000; }
    #comments .metacc a {
      color: #000; }
    #comments .metacc a:hover {
      color: #c54939; }
    #comments .metacc .comment-reply-link {
      float: right;
      position: relative;
      left: 0;
      background: url(../img/export_box.png) no-repeat left 4px;
      padding-left: 18px; }
  #comments ol.commentlist {
    list-style: none;
    margin: 0;
    font-size: 13px; }
  #comments ol.commentlist li {
    margin: 0 0 5px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #ddd; }
  #comments ol.commentlist ul li {
    padding: 5px 0 0 10px;
    margin: 15px 0 0;
    border-bottom: 0;
    list-style: none; }
  #comments ol.commentlist ul {
    padding-left: 0;
    margin-left: 0;
    background: none; }
  #comments ol.commentlist img {
    width: 50px;
    float: left;
    margin: 2px 5px 5px 5px;
    border: 1px solid #ddd;
    padding: 2px; }
  #comments h3.comments-title {
    margin: 15px 0 5px; }
    #comments h3.comments-title span {
      padding-right: 10px;
      margin-right: 10px; }
    #comments h3.comments-title .countcmm {
      background: #c54939;
      padding: 4px 10px 6px 10px; }
  #comments #respond {
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 3px solid #111;
    box-shadow: inset 0 0 0 1px #eee;
    background: #fff;
    color: #555;
    padding: 15px;
    overflow: auto; }
    #comments #respond a:link, #comments #respond a:hover, #comments #respond a:visited {
      color: #c54939 !important; }
    #comments #respond h3 {
      line-height: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      font-size: 22px;
      color: #666;
      font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    #comments #respond input {
      margin-bottom: 10px;
      background: #eee;
      font-size: 13px;
      border-radius: 3px;
      border: 0;
      height: 20px;
      color: #999;
      display: block;
      width: 100%;
      padding: 6px 4px; }
    #comments #respond textarea {
      font-family: Helvetica, Arial;
      font-size: 13px;
      margin-bottom: 7px;
      background: #eee;
      border: 0;
      border-radius: 3px;
      width: 98.5%;
      height: 155px;
      color: #999;
      padding: 4px;
      border-radius: 0; }
    #comments #respond input:focus, #comments #respond textarea:focus {
      background: #f3f3f3;
      color: #444;
      border-color: rgba(98, 98, 98, 0.3);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.2);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
      outline: 0; }
    #comments #respond label, #comments #respond .required {
      color: #888;
      font-size: 11px;
      text-transform: uppercase;
      display: inline; }
    #comments #respond input#submit {
      cursor: pointer;
      margin-bottom: 7px;
      margin-right: 10px;
      border-radius: 3px;
      height: 30px;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 4px;
      width: 150px; }
    #comments #respond .comment-notes {
      display: none; }
    #comments #respond p {
      border-bottom: 1px solid #ccc; }
    #comments #respond .comment-form-author, #comments #respond .comment-form-email, #comments #respond .comment-form-url {
      width: 30%;
      float: left;
      border-bottom: 0;
      margin-bottom: 0; }
    #comments #respond .comment-form-email {
      margin: 0 20px; }
    #comments #respond input#submit:active {
      background: #d65a4a; }
    #comments #respond .logged-in-as {
      padding-bottom: 5px;
      font-size: 12px; }
    #comments #respond .form-allowed-tags {
      display: none; }

/* =============================================================================
   First-Column
   ============================================================================= */
#first-column .widget {
  margin-bottom: 15px; }
#first-column h3 {
  background: white url(../img/stripe3.png);
  margin-bottom: 10px;
  font-size: 13px;
  padding: 8px 0px 10px;
  text-align: center; }
#first-column ul, #first-column li {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500; }
#first-column li {
  list-style: none;
  margin-bottom: 5px;
  word-wrap: break-word;
  text-transform: uppercase; }
#first-column li a {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px 5px 3px 5px;
  display: block;
  font-size: 11px !important;
  border-radius: 5px;
  color: #555; }
  #first-column li a:hover {
    border-color: #d1250e; }

#first-column .widget_list_authors_dph ul {
  text-align: center; }
  #first-column .widget_list_authors_dph ul li {
    text-align: center;
    margin-bottom: 10px;
    border: 0; }
    #first-column .widget_list_authors_dph ul li a {
      padding: 0;
      border-radius: 30px;
      padding: 3px;
      border: 1px solid #aaa;
      position: relative;
      display: inline-block; }
      #first-column .widget_list_authors_dph ul li a:hover {
        border-color: #d1250e; }
  #first-column .widget_list_authors_dph ul img {
    width: 40px;
    position: relative;
    border-radius: 30px;
    text-align: center; }

/* =============================================================================
   Widgets (Common)
   ============================================================================= */
#secondary .widget, #footer .widget {
  margin: 0px 0 15px;
  font-size: 13px; }
  #secondary .widget .li-content, #footer .widget .li-content {
    overflow: auto;
    position: relative; }
  #secondary .widget small, #footer .widget small {
    font-size: 10px !important; }
  #secondary .widget .meta-wg, #footer .widget .meta-wg {
    font-size: 11px !important;
    margin-top: 4px;
    color: #777;
    text-transform: uppercase; }
    #secondary .widget .meta-wg time.time-meta, #footer .widget .meta-wg time.time-meta {
      color: #777;
      background: url(../img/date.png) 0px 2px no-repeat;
      margin: 0 6px 0 0px;
      padding-left: 15px; }
    #secondary .widget .meta-wg .comments-meta, #footer .widget .meta-wg .comments-meta {
      background: url(../img/com-icon.png) 0px 3px no-repeat;
      margin: 0 6px 0 0px;
      padding-left: 15px; }
  #secondary .widget ul, #footer .widget ul {
    margin: 0px 0 0;
    padding: 0; }
    #secondary .widget ul li, #footer .widget ul li {
      list-style: none;
      padding: 5px;
      margin: 5px 0;
      border-bottom: 1px solid #ccc;
      color: #333;
      overflow: auto; }
      #secondary .widget ul li a, #footer .widget ul li a {
        color: #333; }
        #secondary .widget ul li a:hover, #footer .widget ul li a:hover {
          color: #c54939; }
      #secondary .widget ul li img, #footer .widget ul li img {
        width: 53px;
        padding-right: 0;
        margin: 0 10px 0px 0;
        float: left;
        border: 1px solid #bbb;
        padding: 1px; }

/* =============================================================================
   Widgets (Only Secondary)
   ============================================================================= */
#secondary {
  overflow: hidden;
  background: none; }
  #secondary h3 {
    margin-bottom: 10px; }

/* =============================================================================
   Widgets (Only Footer)
   ============================================================================= */
#footer .widget {
  font-size: 13px; }
  #footer .widget h3 {
    margin: 0 0 10px;
    background: url(../img/div_b.png) repeat-x bottom;
    text-transform: uppercase;
    font-size: 16px;
    color: #eee;
    border: 0; }
  #footer .widget .meta-wg {
    text-transform: none; }
  #footer .widget ul {
    margin: 0px 0 5px 0;
    padding: 0; }
    #footer .widget ul li {
      margin-top: 0;
      color: #ccc;
      border-color: #222; }
      #footer .widget ul li a {
        color: #ccc; }
      #footer .widget ul li img {
        width: 50px;
        border-color: #333;
        padding: 2px; }
      #footer .widget ul li .numbis {
        border-right: 5px solid #000;
        background: #999; }

/* =============================================================================
   Search Widget
   ============================================================================= */
#secondary .widget_search form, #footer .widget_search form {
  position: relative;
  overflow: hidden; }
#secondary .widget_search .assistive-text, #footer .widget_search .assistive-text {
  display: none; }
#secondary .widget_search input.submit, #footer .widget_search input.submit {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10%;
  border: 0;
  text-indent: -9999px;
  top: 8px;
  background: url(../img/search-icon.png) no-repeat; }
#secondary .widget_search input.field, #footer .widget_search input.field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  height: 32px;
  outline: 0;
  font-size: 12px;
  background: #ddd !important;
  border: 0 !important;
  padding: 6px 36px 6px 8px;
  -webkit-box-shadow: inset 0 11px 11px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 11px 11px rgba(0, 0, 0, 0) !important;
  border-radius: 5px;
  margin-bottom: 0; }
#secondary .widget_search input.field:focus, #footer .widget_search input.field:focus {
  background: #fff !important;
  border-color: rgba(98, 98, 98, 0.3);
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.3); }

#secondary .widget_search input.field {
  width: 95%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc !important;
  padding: 5px 36px 6px 8px; }
#secondary .widget_search input.submit {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 6%;
  border: 0;
  text-indent: -9999px;
  top: 8px;
  background: url(../img/search-icon.png) no-repeat; }
#secondary .widget_search input.field:focus {
  border: 1px solid #ccc !important; }

/* =============================================================================
   Tag Cloud Widget
   ============================================================================= */
#secondary .widget_tag_cloud ul, #footer .widget_tag_cloud ul, #secondary .dph_tagcl_wg ul, #footer .dph_tagcl_wg ul {
  margin: 0;
  padding: 0;
  overflow: auto; }
  #secondary .widget_tag_cloud ul li, #footer .widget_tag_cloud ul li, #secondary .dph_tagcl_wg ul li, #footer .dph_tagcl_wg ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible; }
    #secondary .widget_tag_cloud ul li a, #footer .widget_tag_cloud ul li a, #secondary .dph_tagcl_wg ul li a, #footer .dph_tagcl_wg ul li a {
      display: block;
      border: 1px solid #222;
      border-radius: 3px;
      padding: 4px 8px;
      font-size: 13px !important;
      -moz-transition: .8s linear;
      -webkit-transition: .8s ease-out;
      transition: .8s linear;
      margin: 3px 3px 0 0; }
      #secondary .widget_tag_cloud ul li a:hover, #footer .widget_tag_cloud ul li a:hover, #secondary .dph_tagcl_wg ul li a:hover, #footer .dph_tagcl_wg ul li a:hover {
        color: #fff;
        border-color: #c54939;
        -moz-transition: .01s linear;
        -webkit-transition: .01s ease-out;
        transition: .01s linear; }

#secondary .widget_tag_cloud ul li, #secondary .dph_tagcl_wg ul li {
  margin: 0 2px 2px 0; }
  #secondary .widget_tag_cloud ul li a, #secondary .dph_tagcl_wg ul li a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; }
    #secondary .widget_tag_cloud ul li a:hover, #secondary .dph_tagcl_wg ul li a:hover {
      color: #111;
      background: #fff;
      border-color: #d1250e; }

/* =============================================================================
   NewPopular Posts Widget
   ============================================================================= */
#secondary .widget_popular_posts .sidebar-block, #footer .widget_popular_posts .sidebar-block {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
#secondary .widget_popular_posts .caption-li, #footer .widget_popular_posts .caption-li {
  background: black url(../img/noise_b.png);
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px 1px;
  bottom: 0px;
  z-index: 8999;
  display: block; }
#secondary .widget_popular_posts .top-post .caption-li, #footer .widget_popular_posts .top-post .caption-li {
  background: RGBA(0, 0, 0, 0.9);
  position: absolute;
  bottom: -0px;
  right: 0;
  border-top: 0; }
#secondary .widget_popular_posts .top-post .caption-li h3, #footer .widget_popular_posts .top-post .caption-li h3 {
  font-size: 14px; }
#secondary .widget_popular_posts .sidebar-block h3, #footer .widget_popular_posts .sidebar-block h3 {
  font-size: 12px;
  color: #ccc;
  padding: 0 !important;
  line-height: 22px;
  margin-top: 2px;
  text-transform: uppercase; }
  #secondary .widget_popular_posts .sidebar-block h3 a, #footer .widget_popular_posts .sidebar-block h3 a {
    color: #eee; }
#secondary .widget_popular_posts .sidebar-block img, #footer .widget_popular_posts .sidebar-block img {
  width: 100% !important;
  height: 220px; }

#footer .widget_popular_posts .sidebar-block {
  border-bottom: 1px solid #333;
  color: #eee; }
#footer .widget_popular_posts .caption-li {
  background: #111; }
#footer .widget_popular_posts .sidebar-block h3 {
  background: none; }
  #footer .widget_popular_posts .sidebar-block h3 a {
    color: #eee !important; }

#secondary .featured-category, #secondary .featured-comments, #secondary .featured-views, #footer .featured-category, #footer .featured-comments, #footer .featured-views {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
  top: -1px; }
#secondary .featured-comments, #secondary .featured-views, #footer .featured-comments, #footer .featured-views {
  top: 1px; }
#secondary .featured-category, #footer .featured-category {
  position: relative;
  background: #aaa;
  right: 0;
  bottom: 0;
  margin-bottom: 2px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  display: inline; }
  #secondary .featured-category:hover, #footer .featured-category:hover {
    box-shadow: inset 1px 1px 4px 1px rgba(225, 225, 225, 0.2); }
#secondary .post-video, #secondary .post-gallery, #footer .post-video, #footer .post-gallery {
  padding: 10px 15px;
  width: 15px;
  font-size: 0px !important;
  top: -3px; }
#secondary .featured-comments, #secondary .featured-views, #footer .featured-comments, #footer .featured-views {
  float: right;
  border-radius: 3px;
  padding: 0 0px 0 20px;
  background: url(../img/com-icon.png) 4px 5px no-repeat;
  color: #eee;
  font-weight: 400; }
  #secondary .featured-comments:hover, #secondary .featured-views:hover, #footer .featured-comments:hover, #footer .featured-views:hover {
    color: #c54939; }
#secondary .featured-views, #footer .featured-views {
  background: url(../img/eye-icon.png) 4px 5px no-repeat; }

/* =============================================================================
   Video Widget
   ============================================================================= */
.wg-video {
  margin-bottom: 5px; }

.wg-video iframe {
  width: 100%; }

/* =============================================================================
   Square Ads Widget
   ============================================================================= */
#secondary .ad_square_wg ul {
  overflow: auto; }
#secondary .ad_square_wg ul li {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  float: left;
  list-style: none;
  overflow: visible;
  text-align: center;
  width: 50%; }
  #secondary .ad_square_wg ul li img {
    width: auto;
    float: none;
    border: 0;
    padding: 0;
    margin: 0; }

/* =============================================================================
   Recent Comments with Gravatar Widget
   ============================================================================= */
#secondary .widget_recent_comm ul li, #secondary .widget_recent_comm ul li a {
  color: #333; }

#footer .widget_recent_comm img, #secondary .widget_recent_comm img {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #ccc; }
#footer .widget_recent_comm .comment-text, #secondary .widget_recent_comm .comment-text {
  overflow: auto; }
#footer .widget_recent_comm ul li, #secondary .widget_recent_comm ul li {
  overflow: auto;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px; }

#footer .widget_recent_comm ul li {
  background: #111; }

#secondary .widget_recent_comm img {
  border: 0;
  padding: 0;
  border-radius: 3px; }

/* =============================================================================
   Facebook Like Box Widget
   ============================================================================= */
#secondary .widget_facebook_wg .fb-like-box, #secondary .widget_facebook_wg .fb-like-box span, #secondary .widget_facebook_wg .fb-like-box span iframe[style], #footer .widget_facebook_wg .fb-like-box, #footer .widget_facebook_wg .fb-like-box span, #footer .widget_facebook_wg .fb-like-box span iframe[style] {
  width: 100% !important; }

#footer .widget_facebook_wg .fb-like-box {
  background: #111;
  color: #ccc !important; }

/* =============================================================================
   Gallery Widget
   ============================================================================= */
#secondary .widget_latest_imgs ul, #footer .widget_latest_imgs ul, #secondary .widget_quick-flickr-widget ul, #footer .widget_quick-flickr-widget ul {
  overflow: auto;
  margin-top: 5px; }
  #secondary .widget_latest_imgs ul li, #footer .widget_latest_imgs ul li, #secondary .widget_quick-flickr-widget ul li, #footer .widget_quick-flickr-widget ul li {
    border: none !important;
    float: left !important;
    margin: 0px 17px 10px 0;
    padding: 0;
    overflow: visible;
    width: 92px !important;
    display: block; }
    #secondary .widget_latest_imgs ul li.dpht, #footer .widget_latest_imgs ul li.dpht, #secondary .widget_quick-flickr-widget ul li.dpht, #footer .widget_quick-flickr-widget ul li.dpht {
      margin-right: 0; }
    #secondary .widget_latest_imgs ul li img, #footer .widget_latest_imgs ul li img, #secondary .widget_quick-flickr-widget ul li img, #footer .widget_quick-flickr-widget ul li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 1px; }
      #secondary .widget_latest_imgs ul li img:hover, #footer .widget_latest_imgs ul li img:hover, #secondary .widget_quick-flickr-widget ul li img:hover, #footer .widget_quick-flickr-widget ul li img:hover {
        border-color: #c54939; }

#footer .widget_latest_imgs ul li, #footer .widget_quick-flickr-widget ul li {
  background: none;
  width: 65px !important; }
  #footer .widget_latest_imgs ul li img, #footer .widget_quick-flickr-widget ul li img {
    border: 1px solid #333;
    padding: 1px; }

/* =============================================================================
   WordPress Calendar Widget
   ============================================================================= */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  color: #eee;
  font-size: 13px;
  margin-top: 0px;
  background: #111;
  padding: 8px 0;
  text-transform: uppercase; }

#wp-calendar thead {
  font-size: 10px;
  background: #333;
  color: #fff; }

#wp-calendar thead th {
  padding-bottom: 2px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 2.5% 2.5%;
  font-size: 13px; }
  #wp-calendar tbody td a {
    color: #ccc;
    text-decoration: underline !important; }

#wp-calendar tbody td.pad {
  background: #111; }

#wp-calendar #today {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #d1250e;
  background: -moz-radial-gradient(50% 50% 0deg, ellipse cover, #d65a4a, #c54939);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#d65a4a), to(#c54939)); }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 5px; }

/* =============================================================================
   Footer
   ============================================================================= */
#wrapo {
  background: black url(../img/noise_b.png);
  max-width: 1200px;
  padding: 15px 30px 0;
  border-top: 3px solid #000;
  box-shadow: inset -0px 1px 0px  #333; }

#footer {
  font-size: 13px;
  color: #ccc;
  min-height: 200px;
  position: relative; }
  #footer a {
    color: #ccc; }
    #footer a:hover {
      color: #c54939; }
  #footer h2.logo-footer-img {
    line-height: 0; }
  #footer h2.logo-footer-img img {
    margin-bottom: 0px; }
  #footer h2.logo-footer {
    font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 38px; }
    #footer h2.logo-footer a {
      color: white; }
  #footer .bottom-info {
    background: url(../img/div_b.png) repeat-x top;
    padding-top: 16px; }
  #footer .btm-nav {
    font-size: 11px; }
    #footer .btm-nav ul {
      float: left;
      margin: 0 0 15px; }
    #footer .btm-nav li {
      float: left;
      list-style: none;
      margin-right: 5px;
      border-right: 1px solid #222;
      padding-right: 5px;
      text-transform: uppercase; }
    #footer .btm-nav li:last-child {
      border: 0; }
    #footer .btm-nav .home-menu {
      display: none; }

/* =============================================================================
   Pagination
   ============================================================================= */
.paging-navigation {
  margin: 20px 0 10px; }

.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: inline; }

.paging-navigation .nav-next {
  text-align: right;
  float: right; }

.paging-navigation a:link, .paging-navigation a:visited, #comments input#submit, .contact-form input#submit {
  font-size: 12px;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d83526;
  padding: 6px 12px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639));
  background: -moz-linear-gradient(center top, #fa665a 5%, #d34639 100%);
  background: -ms-linear-gradient(top, #fa665a 5%, #d34639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
  background-color: #fa665a;
  color: #fff !important;
  display: inline-block;
  text-shadow: 1px 1px 0px #98231a;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fab3ad;
  -moz-box-shadow: inset 1px 1px 0px 0px #fab3ad;
  box-shadow: inset 1px 1px 0px 0px #fab3ad; }

.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover, #comments input#submit:hover, .contact-form input#submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a));
  background: -moz-linear-gradient(center top, #d34639 5%, #fa665a 100%);
  background: -ms-linear-gradient(top, #d34639 5%, #fa665a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
  background-color: #d34639; }

/* =============================================================================
   Contact Template
   ============================================================================= */
.contact-form {
  margin-top: 15px;
  margin-bottom: 10px;
  border-top: 3px solid #111;
  box-shadow: inset 0 0 0 1px #eee;
  background: #fff;
  color: #555;
  padding: 15px;
  overflow: auto; }
  .contact-form a:link, .contact-form a:hover, .contact-form a:visited {
    color: #c54939 !important; }
  .contact-form a:link, .contact-form a:hover, .contact-form a:visited {
    color: #c54939 !important; }
  .contact-form h3 {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 22px;
    color: #666;
    font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .contact-form input {
    margin-bottom: 10px;
    background: #eee;
    font-size: 13px;
    border-radius: 3px;
    border: 0;
    height: 20px;
    color: #999;
    display: block;
    width: 100%;
    padding: 6px 4px; }
  .contact-form .human-verify {
    display: inline; }
  .contact-form textarea {
    font-size: 13px;
    margin-bottom: 7px;
    background: #eee;
    border: 0;
    border-radius: 3px;
    width: 98.5%;
    height: 155px;
    color: #999;
    padding: 4px;
    border-radius: 0; }
  .contact-form input:focus, .contact-form textarea:focus {
    background: #f3f3f3;
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    outline: 0; }
  .contact-form label, .contact-form .required {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    display: inline; }
  .contact-form input#submit {
    cursor: pointer;
    margin-bottom: 7px;
    margin-right: 10px;
    border-radius: 3px;
    height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px;
    width: 150px; }
  .contact-form p {
    border-bottom: 1px solid #ccc; }
  .contact-form .contact_name, .contact-form .contact_email, .contact-form .comment-form-author, .contact-form .comment-form-email {
    width: 47%;
    float: left;
    border-bottom: 0;
    margin-bottom: 0; }
  .contact-form .textarea-p {
    clear: both; }
  .contact-form .contact_name, .contact-form .comment-form-email {
    margin: 0 20px 0 0; }
  .contact-form span.verify {
    color: #555 !important; }
  .contact-form .error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
    margin-bottom: 7px; }
  .contact-form .success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    margin-bottom: 7px; }
  .contact-form form span {
    color: red; }

/* =============================================================================
   Social Icons
   ============================================================================= */
.widget_social_icons h3 {
  text-align: left; }

.minicons, .widget_social_icons, #footer .minicons {
  text-align: center; }
  .minicons a, .widget_social_icons a, #footer .minicons a {
    background: #999999 url(../img/tw-mcons.png) no-repeat center;
    padding: 15px 15px;
    border-radius: 15px;
    margin-right: 6px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    border: 0px solid #ccc;
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
    .minicons a:hover, .widget_social_icons a:hover, #footer .minicons a:hover {
      -moz-transition: .01s linear;
      -webkit-transition: .01s ease-out;
      transition: .01s linear;
      border-color: #00ACEE; }
    .minicons a.twitter, .widget_social_icons a.twitter, #footer .minicons a.twitter {
      background: #999999 url(../img/tw-mcons.png) no-repeat center; }
      .minicons a.twitter:hover, .widget_social_icons a.twitter:hover, #footer .minicons a.twitter:hover {
        background-color: #00ACEE; }
    .minicons a.facebook, .widget_social_icons a.facebook, #footer .minicons a.facebook {
      background: #999999 url(../img/fb-mcons.png) no-repeat center; }
      .minicons a.facebook:hover, .widget_social_icons a.facebook:hover, #footer .minicons a.facebook:hover {
        background-color: #054795; }
    .minicons a.gplus, .widget_social_icons a.gplus, #footer .minicons a.gplus {
      background: #999999 url(../img/gp-mcons.png) no-repeat center; }
      .minicons a.gplus:hover, .widget_social_icons a.gplus:hover, #footer .minicons a.gplus:hover {
        background-color: #C4563F; }
    .minicons a.pint, .widget_social_icons a.pint, #footer .minicons a.pint {
      background: #999999 url(../img/pint-mcons.png) no-repeat center; }
      .minicons a.pint:hover, .widget_social_icons a.pint:hover, #footer .minicons a.pint:hover {
        background-color: #CA2128; }
    .minicons a.inst, .widget_social_icons a.inst, #footer .minicons a.inst {
      background: #999999 url(../img/inst-mcons.png) no-repeat center; }
      .minicons a.inst:hover, .widget_social_icons a.inst:hover, #footer .minicons a.inst:hover {
        background-color: #664A3C; }
    .minicons a.yt, .widget_social_icons a.yt, #footer .minicons a.yt {
      background: #999999 url(../img/yt-mcons.png) no-repeat center; }
      .minicons a.yt:hover, .widget_social_icons a.yt:hover, #footer .minicons a.yt:hover {
        background-color: #FB2525; }
    .minicons a.feed, .widget_social_icons a.feed, #footer .minicons a.feed {
      background: #999999 url(../img/feed-mcons.png) no-repeat center; }
      .minicons a.feed:hover, .widget_social_icons a.feed:hover, #footer .minicons a.feed:hover {
        background-color: #FFAC00; }

#footer .minicons {
  text-align: right;
  margin-bottom: 10px; }

#footer .minicons a {
  margin-top: 0;
  display: inline;
  padding: 6px 15px;
  background: #333333 url(../img/tw-mcons.png) no-repeat center; }
  #footer .minicons a.twitter, #footer .minicons a.facebook, #footer .minicons a.gplus, #footer .minicons a.pint, #footer .minicons a.inst, #footer .minicons a.yt, #footer .minicons a.feed {
    background-color: #222;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5); }