/*
Theme Name: dasartes2016
Theme URI: http://gentsthemes.com
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features.

Author: Brad Williams & Carlos Alvarez & Carlos Alvarez
Author URI: http://gentsthemes.com
Version: 3.0.3
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Gents Themes
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/


body {
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    color: #555;
   min-width: 800px !important;
    font-size: 14px;
    font-weight: normal !important;
}
html,
body {
    height: 100%;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: normal !important;
}
p a {
    color: #6e2793 !important;
   
}

p a:hover {
    
    color: #ed1c24 !important;
}
h2 {
    
    font-size: 17px;
}
h3 {
  
    font-size: 15px;
    font-weight: normal;
}
h5 {
   
    font-size: 15px;
}
h6 {
   
    color: #6e2793;
    font-size: 15px;
}
strong {} h1 {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.author-avatar img {
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    border-radius: 95px;
}
/* Paragraph & Typographic */

p,
em {
    font-size: 15px;
    margin-bottom: 25px;
    
}
p strong,
p b,
em b {
   
}
li {
    font-weight: bold;
}
.centered {
    text-align: left !important;
}
#ww {} article {
    margin-left: 85px;
}
#banner {
    position: fixed;
    margin-top: 8%;
    margin-left: 5%;
}
.go-right {
    float: right;
}
.home .logo {
    display: none;
}
.home .go-right {
    float: none;
}
.home #ww {
    background: none;
}
/* Links */

a {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    color: #1abc9c;
    transition: color 0.1s ease-in, background 0.1s ease-in;
    word-wrap: break-word;
}
a:hover,
a:focus {
    color: #7b7b7b;
    outline: 0;
    text-decoration: none;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
.navbar {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.navbar-inverse {
    padding-top: 70px;
}
.navbar-inverse {
    background: url(images/bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-bottom-width: 10px;
    border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #222222;
}
.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-inverse .navbar-brand {
    color: white;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #222222;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #222222;
}
.progress-bar-theme {
    background-color: #1abc9c;
}
/* Helpers */

.mt {
    margin-bottom: 40px;
    margin-top: 40px;
}
.pt {
    padding-bottom: 50px;
    padding-top: 50px;
}
/* +++++ WRAP SECTIONS +++++ */

#ww {
    background-color: #fff;
    padding-bottom: 70px;
    margin-top: 140px;
}
nav {
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.navbar-nav.navbar-right:last-child {} #footer {
    padding-bottom: 20px;
    padding-top: 20px;
    background: url(images/bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border: none;
    width: 100%;
    position: fixed;
    bottom: 0;
}
#footer p {
    color: white;
}
#footer h4 {
    color: white;
    padding-bottom: 20px;
    text-transform: uppercase;
}
/* +++++ Color Wraps / Blog Page +++++ */

#grey {
    background-color: #f2f2f2;
    padding-bottom: 60px;
    padding-top: 60px;
}
#white {
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
}
/* Blog Date*/

bd {
    color: #d2d2d2;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
/* Blog Author*/

ba {
    font-size: 12px;
    padding-left: 5px;
    text-transform: uppercase;
}
/* Blog Quote */

.bq {
    font-size: 22px;
    padding-top: 30px;
}
/* Blog Tags */

bt {
    font-size: 12px;
}
/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */

.zoom {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent url(images/loader.gif) no-repeat center;
}
.zoomOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-image: url(images/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
}
.zoom2 {
    opacity: 1;
}
.zoom2:hover {
    opacity: 0.5;
}
/* glyphicon Configuration */

.glyphicon {
    color: #1abc9c;
    font-size: 40px;
}
/* WP User Avatar */

.wp-user-avatar {
    margin: 0;
}
#search {
    float: right;
    margin-top: 9px;
    width: 250px;
}
.searchbox {
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: right;
    line-height: 22px;
    font-family: arial !important;
}
.searchbox input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 3px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border: none;
    background-color: transparent;
}
.searchbox:hover input,
.searchbox input:focus {
    border: #fff;
    background-color: #fff;
    height: 30px;
    width: 200px;
    margin-left: 0px;
}
.btn-search {
    height: 30px;
    position: absolute;
    right: 0;
    margin-left: 15px;
    background: none;
    border: none;
    z-index: 9999;
}
.btn-search {
    background-color: none;
    border: none;
}
.btn-search {
    background-color: none;
    border: none;
}
strong.search-excerpt {
    background: #ed1c24;
}
.search-page-title a {
    color: #6d2c91;
}