/*
Theme Name: Dapper
Theme URI: http://demo.distinctivethemes.com/dapper/
Author: Distinctive Themes
Author URI: https://www.distinctivethemes.com
Description: A clean and simple blogging theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dapper
Tags: one-column, custom-header, custom-menu, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/

/* FONTS */
.widget, .site-info {
    font-family: 'Inconsolata';
}

/* COLORS */
.gradient-wrapper {
    background: #348F50;
    background: -webkit-linear-gradient(to left, #348F50 , #56B4D3);
    background: linear-gradient(to left, #348F50 , #56B4D3);        
}

.accent, .single-nav-links .col-sm-6:hover a, .single-nav-links .col-sm-6:hover * {
    color: #48A59C;
}

a {
    color: #22313F;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

a:focus, a:hover {
    color: #1f4643;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-primary {
    background-color: #48A59C;
}

.btn-primary:hover {
    background-color: #48A59C;
}

.silver-wrapper {
    background-color: #ECECEC;
}

.white-text, .white-text *, .white-text a {
    color: #fff;
}

body {
	background: #f7f7f7;
	color: #222;
	font-size: 13px;
    line-height: 28px;
    font-family: 'Lato';
}

/* BASE */
.wrapper {
	padding: 0;
}

.section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-inner-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 80px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hide-overflow {
    overflow: hidden;
}

.smoothie, .btn, button {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.smoothie:hover, .btn:hover, button:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.carousel-item img, .clearfix img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.background-cover {
    background-size: cover;
    background-position: center center;
}

/* NAVIGATION */
.navbar-nav {
	padding-top: 15px;
	padding-bottom: 18px;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-left: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu .nav-link {
    padding: 10px 15px;
    font-size: 9px;
    margin: 0;
    letter-spacing: 2px;
    line-height: 16px;
}

.dropdown-menu .menu-item a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-brand {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 29px;
    letter-spacing: 1px;
}

.navbar-logo {
    margin-top: 29px;
    float: left;
    max-height: 28px;
}

/* WIDGETS */
.widget-area .widget {
    margin-bottom: 35px;
    background-color: #fff;
    padding: 40px 30px 30px;
}

.widget-title {
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

.widget ul {
	padding-left: 0;
	list-style-position: inside;
}

.tagcloud a {
    padding: 6px 12px;
    font-size: 12px !important;
    margin: 0 0px 4px 0;
}

/* POST CONTENT */
.entry-title, .related_post_title, .comment-reply-title {
    font-size: 17px;
    letter-spacing: 4px;
    margin: 5px 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 27px;
    word-break: break-word;
}

.entry-meta {
    font-size: 12px;
    background: #F7F7F7;
    padding: 4px 10px;
    margin: 0 -10px;
}

.entry-meta > span {
    margin-right: 10px;
}

.entry-content .dapper-read-more-link {
    float: right;
    margin-top: 15px;
}

.entry-content img.aligncenter.size-full {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    padding: 25px 0;
    max-width: none;
}

.nav-links {
    clear: both;
    display: block;
    overflow: hidden;
}

.single-post-navigation {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding: 0;
    max-width: none;
    margin-bottom: 70px;
    background: #F7F7F7;
    margin-top: 60px;
}

.single-nav-links .col-sm-6 {
    overflow: visible;
    position: relative;
}

.single-nav-links .col-sm-6 small {
    clear: both;
    display: block;
    margin-bottom: -5px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-nav-links img {
    float: left;
    margin-right: 0px;
    margin-top: -20px;
    margin-left: 0px;
    margin-bottom: -20px;
}

.single-nav-links .nav-next img {
    float: right;
    margin-right: 0px;
    margin-top: -20px;
    margin-left: 0px;
    margin-bottom: -20px;
}

.single-nav-links a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.entry-content p {
    margin-bottom: 25px;
    font-family: 'Inconsolata';
}

.entry-content p:last-of-type {
    margin-bottom: 0;
}

.item-content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    z-index: 10;
}

.item-content {
	padding: 40px 40px 45px;
	background-color: #fff;
}

.gallery-item {
    margin-bottom: 25px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 25px;
}

/* POST FORMATS */
.fluid-width-video-wrapper {
    overflow: hidden;
    position: relative;
}

.cover-image-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.reponsive-embed iframe {
    width: 100%;
}

@media (min-width: 544px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.carousel-indicators li {
    border-radius: 0;
}

.slider-caption {
    position: absolute;
    bottom: 30px;
    background: rgba(255,255,255,0.9);
    right: 40px;
    padding: 20px 20px 25px;
}

.slider-caption:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
    opacity: 0.9;
}

.nav-links a {
    white-space: normal;
}

.navbar-dark .dropdown-menu:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(55, 58, 60, 0);
    border-bottom-color: #373a3c;
    border-width: 10px;
    margin-left: -10px;
}

.post-item {
    overflow: hidden;
    position: relative;
}

.post-item .hover-effect {
    overflow: hidden;
    position: relative;
}

.post-item .hover-effect img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.post-item .hover-effect a:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.post-item:hover .hover-effect a:after {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-item:hover .hover-effect img {
    position: relative;
    overflow: hidden;
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*
.navbar, #wrapper-footer {
    -webkit-box-shadow: 0 0 50px 0 #999;
    box-shadow: 0 0 50px 0 #999;
}
*/

.remove-item-paddings .owl-item {
    padding: 0 !important;
}

/* WORDPRESS COMMENTS */
.comment {
    margin-bottom: 25px;
}
.comment-quote {
    position: relative;
    overflow: hidden;
}

/* WORDPRESS */
.wp-caption {
    margin-bottom:10px;
    max-width:100%;
    border-radius:4px;
}

.wp-caption.aligncenter {
    margin-bottom:10px
}

.wp-caption img[class*="wp-image-"] {
    display:block
}

.wp-caption .wp-caption-text {
    text-align:center;
    margin-top:10px
}

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

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

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

.gallery dd {
    margin:0
}

.alignleft {
    float:left
}

.alignright {
    float:right
}

img.alignleft, .wp-caption.alignleft {
    margin-right: 20px;
}

img.alignright, .wp-caption.alignright {
    margin-left: 20px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

code:empty {
    display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip:rect(1px,1px,1px,1px);
    position:absolute!important
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:14px;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}

/* INFO BAR */
#info-bar {
    background-color: #fff;
}

#wrapper-footer-full {
    background-color: #22313F;
}

.site-info {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* FORMS */
.form-control {
    border-radius: 0;
}

.form-control::-webkit-input-placeholder {
   color: #888;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #888;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #888;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;  
}

.form-control:-ms-input-placeholder {  
   color: #888;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;  
}

/* RESPONSIVE */
@media (min-width: 1400px)  {
    .container {
        max-width: 1270px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
    .navbar-dark .dropdown-menu:after {
        display: none;
    }
}

.breadcrumbs {
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}