/*
 Theme Name:     Edsbootstrap Child Theme
 Theme URI:      http://flexvdi.com
 Description:    A child theme for use with edsbootstrap theme.
 Author:         beatriz Jimenez
 Author URI:     http://flexvdi.com
 Template:       edsbootstrap
 Version:        1.0.0
 Tags:           translation-ready,theme-options,custom-menu
*/

/* Add Custom CSS after this line */
/*******************General********************/
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #f5f7f9;
    color:#4c555a;
}

a{ 
    color: #00a1c1;
    text-decoration: none;
}

a:hover, a:active {
    color: #008ca8;
    text-decoration: none; 
}

/*******************Nav bar********************/
.navbar {
    border: none;
    background:transparent;
}
.navbar .nav {
    text-transform: none;
}
#main-menu{
    border-bottom: 1px solid #fff;
}
.affix-top img.custom-logo, .affix img.custom-logo {
    max-height: 30px;
    margin-top: 14px;
}

.navbar.affix {
    position: fixed;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}

.navbar .navbar-toggle:hover {
    border-color: #ffffff;
}

.navbar .navbar-toggle:hover .icon-bar {
    background: #ffffff;
}

.navbar .nav li a{
    color: #4D4D4D; 
    font-size: 15px;
    padding:0px 7px;
}

.navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus{
    background-color:transparent;   
}

.nav.navbar-nav li.handwritting a{
    font-family: 'Caveat', cursive;
    font-size: 24px;
    color:#fff;
    top: 5px;
}

[title~="Downloads"] {
    margin: 5px 5px !important;
    padding: 7px 10px !important;
    color: #4D4D4D;
    background: rgba(255,255,255,.1);
    border:1px solid #4D4D4D;
    opacity: 1;
}

[title~="Downloads"]:hover{
    color: #fff;
    border-color: #fff;
    background: rgba(255,255,255,.2);
    opacity: 1;
}


.navbar.affix {
    background: rgba(105, 205, 205, 0.8);
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.navbar.affix #main-menu{
    border-bottom-color:transparent;
}

/*******************Page********************/
.header{
    height: 50px;
}

.section-page-header {
    top: -50px;
    position: relative;
    margin-bottom: 0px;
    padding: 30px 0;
    background: #fff;
    border-bottom: solid 1px #f5f7f9;
    padding-top: 130px;
    padding-bottom: 90px;
    background: url(assets/img/bg-triangle-home.svg) center 1px no-repeat,#9cc56c;
    background: url(assets/img/bg-triangle-home.svg) center 1px no-repeat,-webkit-gradient(left bottom,right top,color-stop(0,#00a1c1),color-stop(100%,#70b66f));
    background: url(assets/img/bg-triangle-home.svg) center 1px no-repeat,linear-gradient(45deg,#00a1c1 0,#70b66f 100%);
    background-size: cover,cover;
}

.section-page-header .title{
    color:#fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.section-page-header .subtitle{
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size:36px;
}

.search-submit, .btn-theme{
    background-color: #00a1c1 !important;
    border-color: #008ca8 !important;
}
.search-submit:hover, .search-submit:active, .btn-theme:hover, .btn-theme:active{ 
    background-color: #00768e !important;
    border-color: #00596a !important;
}

.widget .widget-title::after, h4.comments-title::after, h3.comment-reply-title::after {
    background: #00a1c1;
}

.scroll-to-top {
    background: #727272;
}

.page-numbers li a.current, .page-numbers li span.current {
    background: #00a1c1;
    border-color: #008ca8;
}
.page-numbers li a:hover, .page-numbers li span:hover, .page-numbers li a.hover, .page-numbers li span.hover, .page-numbers li a:focus, .page-numbers li span:focus, .page-numbers li a.focus, .page-numbers li span.focus {
    background: #00768e !important;
    border-color:#00596a !important;
}

/*******************Blog post********************/

.subtitle .social-inline {
    display: inline-block;
}

.subtitle .social-inline li a.fa-twitter, .subtitle .social-inline li a.fa-youtube-play,  .subtitle .social-inline li a.fa-linkedin{
    color:#4c555a;
}

.blog-post .avatar {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color:#eee;
}

.blog-post {
    /*margin-top: 60px;*/
    background-color: #fff;
    border-radius: 3px;
    padding:20px 60px;
    border: solid 1px #eee;
}

.blog-post .entry-title{
    padding-top:30px;
    text-align: center;
}

.blog-post .entry-title a {
    color: #333;
    font-weight: normal;
    font-size: 1.1em;
}

.blog-post .entry-title a:hover {
    color: #00a1c1;
}

.blog-post .meta{
    text-align: center;
    padding-bottom:15px;
    color: #939da3;
    font-size: 1.1em;
}

.blog-post .meta li::after {
    content: '';
}

.blog-post .meta li{
    padding-right:0px;
}

.label a{
    color:#fff;
}

.label a:hover, .label a:active, .label a:focus{
    color:#fff;
}

.entry-footer{
    padding-top:20px;   
}

.entry-footer .list-inline.meta{
    margin-bottom:0px;
}

.read-more{
    font-weight: bold;
}

.reply{
    position: relative;
    top: auto;
    bottom: 0px;
    text-align: right;
    margin-bottom:10px;
}

.reply .comment-reply-link{
    padding:5px 7px; 
    border: 1px solid #00a1c1;
    border-radius:3px;
}

.reply .comment-reply-link:hover{
    border: 1px solid #00a1c1;
    background: #00a1c1;
    color:#fff;
}

.comment-respond{
    padding:15px;
    border-top: 4px solid #f5f7f9;
}

.comment-author .avatar{
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.nav-links{
    display: block;
    font-size:.9em;
}

.nav-previous, .nav-next {
    display:inline-block;
}

.nav-next {
    float:right;
}

.nav-previous a:before{
    content:'< ';
}

.nav-next a:after{
    content:' >';
}

/*******************Sidebar********************/
#secondary .widget ul a:hover {
    color: #00a1c1;
}


/*******************Footer********************/
.footer {
    padding-bottom: 10px;
    border-top: 1px solid #ecf0f2;
    background: #fafbfc;
    border-bottom: 1px solid #ecf0f2;
}

.custom-logo{
    height:40px;
    width:auto;
}

.social-inline li a.fa-twitter{
    color:#1da1f2;
}
.social-inline li a.fa-youtube-play{
    color:hsl(0, 100%, 50%);
}
.social-inline li a.fa-linkedin{
    color:#0084bf;
}

.social-inline li a.fa-twitter:hover{
    background:#1da1f2;
    color:#fff;
}
.social-inline li a.fa-youtube-play:hover{
    background:hsl(0, 100%, 50%);
    color:#fff;
}
.social-inline li a.fa-linkedin:hover{
    background:#0084bf;
    color:#fff;
}