/*
Theme Name: Blu
Theme URI: http://blu.elated-themes.com
Description: A Beautiful Theme for Businesses and Individuals
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: blu
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, blog, portfolio, e-commerce, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.eltdf-top-bar {
    position: relative;
    height: 30px;
    width: 100%;
    font-size: 10px;
    color: #808285;
    background-color: #202020 !important;
    z-index: 111;
}

.menu-top-bar-menu-container {
    font-size: 14px;
    padding-right: 20px;
}

.eltdf-social-icon-widget-holder .eltdf-social-icon-widget {
    font-size:16px !important;
}

.eltdf-top-bar .widget.widget_nav_menu ul li {
    border-left: 1px solid #3A3A3A !important;
}

.image.wp-image-144.attachment-full.size-full {
    margin-right: 18px;
    margin-top: 20px;
    float: left;
}

.center_img .attachment-full.size-full {
    text-align: center !important;
    margin: auto;
}

footer .eltdf-footer-bottom.eltdf-footer-bottom-full {
    padding: 3px 105px !important;
}

#eltdf-back-to-top > span {
    position: relative;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #FF6A2D !important;
    border: #FF6A2D !important;
    overflow: hidden;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
.eltdf-wrapper-inner .eltdf-content .eltdf-content-inner > .eltdf-container > .eltdf-container-inner,.eltdf-wrapper-inner  .eltdf-content .eltdf-content-inner > .eltdf-full-width > .eltdf-full-width-inner {
    padding-top: 0px !important;
	}
}

@media screen and (max-width: 699px) and (min-width: 300px) {
    .mobile_padding {
        padding-top: 80px;
    }
	.text_al .vc_column-inner {
    	padding-right: 15px !important;
	}
}