/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 7.0
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.

*/




.ocean_work {
    bottom: 60px;
    display: block !important;
    position: absolute !important;
    right: 5%;
    z-index: 2147483647;
}


.ocean_upper_image {
    display: block !important;
    float: none !important;
    margin: 0 9px 0 0 !important;
    padding: 0 !important;
    width: 145px;
}

.ocean_lower_image {
    display: block;
    float: none !important;
    margin: 5px 5px 3px 37px !important;
    padding: 0 !important;
    width: 105px;
}

/* geek css */
.home .content > .content_inner > .container{
    position: relative;
}
.home .content > .content_inner > .container:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 480px) {

.ocean_work {
    display: block !important;
    position: absolute !important;
    right: 34%;
    bottom: 60px;
}
.ocean_upper_image {
    display: block !important;
    float: none !important;
    margin: 0 9px 0 0 !important;
    padding: 0 !important;
    width: 114px;
}
.ocean_lower_image {
    display: block;
    float: none !important;
    margin: 5px 5px 3px 17px !important;
    padding: 0 !important;
    width: 80px;
}

.qbutton.center {
    display: inline-block !important; 
    height: auto !important;
    margin: 0 auto !important !important;
    text-align: center !important;
    white-space: normal !important;
    word-wrap: break-word !important;
line-height: normal !important;
    padding: 7px 14px !important;
}

}