/*
Theme Name:   Graphene Child
Theme URI:    * 
Description:  Child theme para modificaciones varias
Author:       Ampap
Author URI:   
Template:     graphene
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, rtl-language-support, post-formats, featured-image-header, featured-images, full-width-template, microformats
Text Domain:  graphene-child
* */

body {
	font: 14px 'Ubuntu', Verdana, Arial, sans-serif;
}

body.custom-background {
    background-color: white;}

.top-bar {display:none;}

#header img {
    width: 100%;
    object-fit: cover;
	object-position: 15%;}

.navbar-inverse {background: #00A2B5;}

.navbar-inverse .nav li.current-menu-item > a {color: #2f39bd; }

.navbar .nav > li > a {
    min-height: 50px;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.navbar .nav ul li a {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 15px;
    background: white;
}

.carousel {
 
    -webkit-box-shadow: 0px 0px 30px 0px #ADADAD;
    -moz-box-shadow: 0px 0px 30px 0px #ADADAD;
    box-shadow: 0px 0px 30px 0px #ADADAD;
}

.carousel, .carousel .item {
    height: 228px !important;
    width: 620;
}

.post-title, .post-title a, .post-title a:hover, .post-title a:visited {
    color: #1f1a22;}
   
.post-title a, .post-title a:visited {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
	color: #333333;
	text-align: left;
	text-decoration: none;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom:10px;
   }
 
 entry-content p, .comment-entry p, dt, dd, .entry-content p .button, .comment-link, pre {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    position: relative;
    width: 414px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: #666666;
    float: left;
}

.entry-content img, .wp-caption {
    /* max-width: 25%;
    max-height: 200px; */
    height: auto;
    float: left;
    margin-left: 15px;
}
.btn, .Button, .colour-preview .button, input[type="submit"], button[type="submit"], #commentform #submit, .wpsc_buy_button {
    background: #00A2B5;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    padding: 5px 5px;
	font: 12px 'Jockey One', sans-serif;
	line-height: 12px;
}

.bannerserv {
    width: auto;
    height: 228px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}
.bannerserv > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

@media (max-width: 980px)
.entry-content .excerpt-thumb img, .child-page .excerpt-thumb img {
  float: right;
  margin: 0;
  width: 100px !important;
  border: none;
  box-shadow: none;
}

