/*
Theme Name: Bussiness Bootstrap by iFour Technolab
Theme URI: http://theme.ifourtechnolab.nl/
Author: ifourtechnolab
Author URI: http://www.ifourtechnolab.com/
Description: Bussiness Bootstrap is a modern and elegant free WordPress Theme suitable for any type of business.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bussiness-bootstrap-by-ifour-technolab
Domain Path: /languages/
Tags: one-column, right-sidebar, left-sidebar


Bussiness Bootstrap Theme by iFour Technolab based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

body{
    color: #34495e;
    font-family: 'Raleway', sans-serif;
}

.dropdown-toggle::after {
    content: "\f0ab";
    font-family: 'FontAwesome';
    height: inherit;
    border-top: inherit;
    
    /*after nav change */
    width: inherit;
    margin-left: 0;
    margin-right: 0.3em;
    border: 0;
    cursor: pointer;
}

.navbar p.site-description{
    display: none;
    font-size: 0.5em;
}

.current-menu-item{
    background-color: aliceblue;
    border-radius: 0.4rem;
}

@media screen and (min-width : 27.5em){
    .navbar-brand{
        /*font-size: 0.5rem;*/
    }
}

@media (max-width: 991px){
    .dropdown-menu .nav-link{
        padding-left: 1em;
    }
    
    .navbar-nav .nav-link{
        padding-left: 1em;
        padding-right: 1em;
    }
}

.site-content,
.site-footer{
    /*font-family: 'Merriweather', serif;*/
   /* font-family: 'Ubuntu', sans-serif; */
   /*font-family: 'Raleway', sans-serif;*/
}

.site-footer{
    width: 100%;
    min-height: 10rem;
    background-color: #2c3e50;
    color: #ecf0f1;
    position: relative;
}

.site-footer .site-info{
    font-size: 1em;
}
.site-footer .site-info a,
.site-footer .widget a{
    font-size: 1.2em;
    color: #16a085;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .widget a:hover,
.site-footer .widget a:focus{
    text-decoration: none;
}



/*
* Content Area.
*/
.site-content .content-area .entry-content{
    font-weight: 300;
}


/*
* Widget
*/
.site-content .widget-area section{
    padding: 0.5em;
}

.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/*
 * Blog name and description
 */
.blog-header {
  border-bottom: .05rem solid #eee;
}
.blog-title {  
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: normal;
  text-shadow: 4px 4px 4px #aaa;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

.navigation.posts-navigation,
.navigation.post-navigation{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.navigation.posts-navigation .nav-previous,
.navigation.posts-navigation .nav-next,
.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next{
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
    
}

.navigation.posts-navigation .nav-links,
.navigation.post-navigation .nav-links{
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
}
.navigation.posts-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-previous{
    margin-right: auto;
}


@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.menu-item-has-children2 .nav-link:after{
    content: "\f0ab";
    font-family: 'FontAwesome';
}

li.dropdown{
    padding-top: 0.5em;
}
.dropdown > a.nav-link:first-child{
    display: inline;
}

#front-page-content hr:last-of-type,
/*.blog-main hr:last-of-type,*/
.site-main hr:last-of-type{
    display: none;
}

/*
  Comment
*/

/*
.comments-area .comment-metadata{
    margin-bottom: 0.5rem;
}

.comments-area .comment-body .comment-edit-link:before{
    content: "\f044";
    font-family: FontAwesome;
}

.comments-area .comment-list li.comment{
    margin-bottom: 0.50rem;
}

.comments-area .comment-list  .children{
    margin-top: 0.50rem;
    margin-bottom: 0.50rem;
}*/


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignright{
    text-align: right;
}
.alignleft{
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.bypostauthor{
    
}
