/* 
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

/*styles for contact and articles*/
.container.detail,
.container.contact {
  padding: 0;
  background: white;
  padding-top: 100px;
  margin-top: -200px; }

.art-title {
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  font-family: PT Serif;
  margin-top: 65px;
  margin-bottom: 10px; }

.art-meta {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: PT Sans; }
  .art-meta a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-meta a:hover {
    color: black; }

.art-perex {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px; }

.art-text-default {
  font-family: PT Sans;
  font-size: 18px;
  line-height: 29px;
  color: #3f3f3f;
  margin-top: 20px; }
  .art-text-default a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-text-default a:hover {
    color: #3f3f3f;
    text-decoration: underline; }

.art-sub-heading {
  font-size: 24px;
  font-family: PT Sans;
  color: black;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }

.art-citate {
  color: #7f62aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #7f62aa; }

.pic-desc {
  font-size: 14px;
  font-style: italic;
  font-family: PT Sans;
  color: #666666;
  text-align: right; }

.pic-default {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: right;
  line-height: 13px; }

.pic-featured {
  text-align: right;
  line-height: 13px; }

/*contact*/
.container.contact {
  padding-bottom: 80px; }
  .container.contact .panel {
    /*border: 0px solid transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .container.contact .panel-body {
    margin-top: -30px; }
  .container.contact h3 {
    color: #7f62aa; }
  .container.contact .sidebar {
    padding-top: 80px; }
  .container.contact .left-content {
    padding-left: 15px;
    padding-right: 15px; }

@media only screen and (min-width: 1300px) {
  .container.detail,
  .container.contact {
    width: 1300px; } }
@media only screen and (min-width: 992px) {
  /*.two-columns-text {
    columns: 2;
    column-gap: 30px; }*/

  .container.detail,
  .container.contact {
    padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .container.detail,
  .container.contact {
    padding-top: 20px; } }
@media only screen and (max-width: 479px) {
  .container.detail,
  .container.contact {
    padding-top: 0;
    margin-top: -25px; } }
/*Go TOP*/
.go-top {
  color: white;
  position: fixed !important;
  right: -35px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #222222;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.go-top.show {
  z-index: 99999;
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  background-color: #666666; }

.go-top:hover {
  background-color: #7f62aa;
  color: white; }

/********************************************************/
/* Footer
------------------------------------------------------- */
.footer {
  background-color: #222;
  padding: 115px 0 30px;
  color: #cccccc;
  font-size: 16px;
  font-weight: normal;
  font-family: PT Sans;
  line-height: 21px; }

.footer.padding-top120px {
  padding-top: 235px; }

.footer .widget .widget-title {
  font-family: PT Serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 35px;
  font-weight: 700; }

.footer .widget .widget-title:after {
  content: ""; }

.magazine-cover img {
  max-width: 85px;
  height: auto; }

.magazine-cover {
  float: left; }

/* widget-text */
.footer .widget .text p {
  padding-right: 0;
  margin-bottom: 10px; 
	font-size: 16px; }

.footer .widget .text {
  margin-left: 105px; }

.footer .widget .text.custom-text {
  margin-left: 0; }

.footer .widget button {
  margin-bottom: 5px;
  padding-left: 1.0rem;
  padding-right: 1.0rem; }

.footer ul.flat-socials {
  overflow: hidden; }

.footer ul.flat-socials li {
  float: left;
  list-style-type: none; }

.footer ul.flat-socials li a {
  font-size: 18px;
  line-height: 45px;
  color: #aaa;
  padding-right: 20px; }

.footer ul.flat-socials li a:hover {
  color: white; }

/* Contact widget */
.contact-widget .widget .widget-title:after {
  content: ""; }

/* Widget contact form */
#contactform p {
  margin-bottom: 30px; }

.widget.contact-info ul {
  margin-bottom: 41px;
  margin-top:-5px; }

.widget-contactform #contactform input[type="text"],
.widget-contactform #contactform input[type="email"],
.widget-contactform #contactform textarea {
  margin-bottom: 0; }

.widget-contactform input[type="text"],
.widget-contactform input[type="email"] {
  width: 100%; }

.widget-contactform #contactform .error {
  color: #7f62aa;
  font-style: italic; }

/* contact-info */
.contact-widget .contact-info ul li,
.footer .contact-info ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: -10px; }

.contact-widget .contact-info ul li:before,
.footer .contact-info ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f278";
  font-size: 16px; }

.contact-widget .contact-info ul li.address1,
.contact-widget .contact-info ul li.phone1,
.footer .contact-info ul li.address1,
.footer .contact-info ul li.phone1 {
  margin-bottom: 10px; }

.contact-widget .contact-info ul li.address1:before,
.footer .contact-info ul li.address1:before {
  content: ""; }

.contact-widget .contact-info ul li.phone:before,
.footer .contact-info ul li.phone:before {
  content: "\f095"; }

.contact-widget .contact-info ul li.phone1:before,
.footer .contact-info ul li.phone1:before {
  content: ""; }

.contact-widget .contact-info ul li.email:before,
.footer .contact-info ul li.email:before {
  content: "\f003"; }

.contact-widget .contact-info ul li a,
.footer .contact-info ul li  {
  /*font-size: 14px;*/
  line-height: 30px;
  /*color: #aaa;*/
  padding-left: 30px; }

.contact-widget .contact-info ul li a:hover,
.footer .contact-info ul li a:hover {
  color: white; }

/* widget_mc4wp */
.widget.widget_mc4wp .mail-chimp p {
  margin-bottom: 40px; }

.widget.widget_mc4wp input[type="email"] {
  font-family: PT Sans;
  font-style: italic;
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
  border: 1px solid #666666;
  background-color: transparent;
  color: white;
  border-radius: 0; }

.widget.widget_mc4wp input[type="email"]:focus {
  border: 1px solid white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.widget.widget_mc4wp input[type="submit"] {
  border: 0;
  border-left: 1px solid #666666;
  font-size: 24px;
  color: #666666;
  background-color: transparent;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
  top: auto;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.widget.widget_mc4wp input[type="submit"]:hover {
  color: white; }

@media only screen and (max-width: 767px) {
  .magazine-cover {
    float: none; }

  .footer .widget .text {
    margin-left: 0;}

  .magazine-cover img {
    margin-bottom: 10px; } }

/*# sourceMappingURL=org-footer.css.map */
