/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 11.7

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/

div .wp-caption-text {
    color: #ffffff;
    background: rgba(248, 248, 248, 0);
    position: relative;
 top: -130px;
    font-size: 30px;
    font-weight: 400;
    z-index: 3;
    transition: 0.3s;
margin-top: -18%;
}

.image_frame .image_wrapper .image_links {
    background: rgba(207, 74, 143, 0.8);
    display: none;
}


.footer_copy {
    background-color: #252C2D;
    color: white;
}

.copyright a img{
		transition: 0.4s;
}
.copyright a img:hover{
	transform: rotate(360deg);
}


.top_bar_right {
display: none;
}
   
.uslugi {
margin-bottom: -30px;
width: 600px;
height: 500px;
}