/*
Theme Name: TextAd.biz Custom Theme
Theme URI: http://textad.biz/
Author: TextAd.biz
Author URI: http://textad.biz/
Description: A custom WordPress theme matching the original TextAd.biz design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
@import url("https://fonts.googleapis.com/css?family=Poiret+One");

/* Reset and Base Styles */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

/* Layout Structure */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -100px;
  padding: 0 0 0px;
}

#footer {
  height: 100px;
  text-align: center;
  line-height: 40px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header / Masthead */
.masthead {
  background-color: #ffffff;
  padding: 20px 0;
}

.navbar-brand {
  padding: 1px;
  line-height: 100px;
  height: 100px;
  font-family: 'Poiret One', cursive;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}

.navbar-brand:hover {
  color: #333333;
  text-decoration: none;
}

/* Navigation */
.navbar {
  width: 100%;
  position: static;
  background-color: #474949;
  border: none;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 50px;
}

.navbar-default {
  background-color: #474949;
  border-color: #333434;
}

.navbar-nav {
  margin: 1px 1px;
  list-style: none;
  padding: 0;
}

.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-nav li a {
  display: block;
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background-color: #333434;
  color: #ffffff;
}

.navbar-nav li a img {
  margin-bottom: 3px;
  vertical-align: middle;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  padding: 7px 20px;
  text-transform: none;
  color: #333333;
  display: block;
}

.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #333333;
}

.dropdown-header {
  padding: 3px 20px;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Main Content Area */
.blog-content {
  padding-bottom: 150px;
}

/* Post Styles */
.post {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.post-title {
  font-size: 30px;
  margin: 0 0 15px 0;
  padding-left: 20px;
  padding-bottom: 15px;
}

.post-title a {
  color: #333333;
  text-decoration: none;
}

.post-title a:hover {
  color: #446e9b;
}

.post-meta {
  color: #999999;
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.post-content {
  padding: 0 20px;
  line-height: 1.6;
}

.post-content p {
  margin-bottom: 15px;
}

/* Well Styles */
.well {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

/* Table Styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}

.table td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table_noborder td {
  border-style: none !important;
}

/* Footer */
.panel-footer {
  height: 100px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-top: 1px solid #dddddd;
}

.panel-footer a {
  padding: 10px;
  color: #446e9b;
  text-decoration: none;
}

.panel-footer a:hover {
  color: #333333;
}

/* Pagination */
.pagination {
  text-align: center;
  margin: 30px 0;
  padding: 20px 0;
}

.pagination a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #474949;
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: #333434;
}

/* Utility Classes */
.clear {
  clear: both;
}

.outer-center {
  float: right;
  right: 50%;
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}

.inner-center {
  float: right;
  right: -50%;
  position: relative;
  font-size: 30px;
  z-index: 1;
}

/* Links */
a {
  color: #446e9b;
  text-decoration: none;
}

a:hover {
  color: #385a7f;
  text-decoration: underline;
}

/* Headings */
h1, .h1 {
  font-size: 30px;
  margin: 0.67em 0;
  padding-left: 20px;
  padding-bottom: 15px;
}

h2, .h2 {
  font-size: 27px;
  margin: 20px 0;
}

/* Form Controls */
.form-control {
  display: block;
  height: 30px;
  padding: 5px 9px;
  font-size: 13px;
  line-height: 1.1;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* Scroll to Top */
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 6%;
  z-index: 100;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Center alignment */
center {
  text-align: center;
}
