/*
Theme Name: Deem
Theme URI: http://gridbootstrap.com/demo/themes/deem/
Author: GridBootstrap Team
Author URI: http://gridbootstrap.com
Description: Multipurpose Business WordPress Template
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deem
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, one-column, two-columns, sticky-post, right-sidebar

This theme, like WordPress, is licensed under the GPL.
*/

div .cacher{
	display: none;
}

.admin-bar #navigation .navbar.navbar-fixed-top {
    top: 30px;
}
.navbar-brand p {
 	margin: 28px 0 20px;
}
.navbar-brand .site-title {
    margin-top: 15px;
    margin-bottom: 20px;
}
.site-description {
    color: #fff;
}
.navbar-brand .site-title + .site-description {
    margin-top: 0;
}
.page-header {
    margin: 0px 0px 20px !important;
}
.tr-page-header .entry-title {
    margin: 0 0 40px;
}
.entry-thumbnail img {
    margin: auto;
}
.prev-next {
    padding: 20px 0;
}
.prev-next a {
    color:  #FF7F39;
}
.page-content form#search-form { position: relative; }
.page-content form#search-form .btn#search-submit {
    position: absolute;
    color: #000;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 57, 0.8);
}
.tr-question-parent {
    float: left;
    width: 50%;
}
.tr-fw-page .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.vc_row[data_full_width] {
    margin-left: -15px;
    margin-right: -15px;
}
.entry-meta li a:last-child:after {
    content: '';
}
.admin-bar .navbar-fixed-top {
    margin-top: 30px;
}
.gb-top-social li a {
    line-height: 40px;
}
.gb-topbar .gb-top-social li {
    display: inline;
    margin-right: 5px;
}