/*
Theme Name: gOld School
Theme URI: http://punjenipaprikas.com/wordpress
Description: gOld School is a Responsive Multipurpose HTML Template built on Twitter Bootstrap 3.3. That means that gOld School can automatically adapt to many screen sizes and devices (mobile, tablet, laptop) thanks to its responsive capabilities (try resizing your browser window). It is fully animated and has a lot of great features, which you can easily customize. With this template you could build a beautiful blog, personal, magazine or creative agency website. 
Author: Farscape
Author URI: https://www.fiverr.com/farscape
Version: 1.0
Tags: agency, animated, blog, bootstrap, business, contact form, corporate, creative, gold, multipurpose, news, responsive, retro, simple

License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

*/

@import url('bootstrap/css/bootstrap.min.css'); 
@import url('bootstrap/css/animations.css'); 
@import url('bootstrap/css/animations-ie-fix.css'); 
@import url('bootstrap/css/gold-school.css'); 
@import url('bootstrap/fonts/font-awesome-4.3.0/css/font-awesome.min.css');

/* General styles */

body {
  color: white;
}

a, a:hover {
  color: white;
}

/* Images wrap */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img {
  max-width: 100%;
  height: auto;
}

/* Sidebar text widget */

.widget-title {
  color: white;
  text-align: left;
}

.textwidget {
  color: white;
  text-align: justify;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid gold;
}

.widget-area {
  text-align: left;
  list-style-type: none;
}

/* Search form */

#searchform {
  padding-top: 25px;
}

/* Responsive post images*/

.wp-post-image {
  width: 100%;
  height: auto;
}

/* Comment styles */

.blog-separator, .comment-separator {
  border-top: 2px solid gold;
}

.text-box {
  color: black;
}

#submit {
  color: black;
  background-color: gold;
  border-color: gold;
}

#comment {
  color: white;
  border-color: gold;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

#comment:focus {
  border-color: #5cbdff;
  color: white;
}

.comment-body {
  border: 2px solid gold;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}

.comment-meta.commentmetadata {
  padding: 10px 0;
}

/* Form styles */

input, button, select, textarea {
  color: white;
  border: 2px solid gold;
  border-radius: 4px;
  background-color: transparent;
}

input:focus, button:focus, select:focus, textarea:focus {
  border-color: #5cbdff;
}

.wpcf7-text, select, textarea {
  min-width: 100%;
  height: auto;
}

/* Contact form background image */

div.form-back {
  background: url("http://localhost/najnoviji/wp-content/uploads/2015/10/form-background.jpg"); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-top: 30px;
  padding: 30px;
}

@media screen and (max-width: 767px) { 
  div.form-back {
    background: url("http://localhost/najnoviji/wp-content/uploads/2015/10/form-background.jpg"); 
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    margin-top: 30px;
    padding: 30px;
  }
}

/* Post author links */

.blog-links > a {
  color: #41b7d8;
}

#wrapper > div.row > div.col-sm-8 > div.col-sm-6 {
  display: inline-block;
}

/* Footer widgets */

.footer-widget-title {
  text-align: center;
}

/* Footer vertical align */

.footer-align {
  vertical-align: middle;
}

.copyright-paragraph {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icons > .textwidget {
  padding: 0;
}

/* Gallery styles */

.bwg_standart_thumb_spun1_0 {
  border-radius: 4px;
  border: 2px solid gold; 
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
  background-color: black !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0:hover {
  background-color: gold !important;
  border: 0;
}

/* Twitter feed styles */

.thm-dark .tweet-box-button {
  border-color: gold;
}

/* Blog post tags */

.post-tags > a {
  color: black;
}

