/*
Theme Name: Flatsome
Theme URI: https://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: https://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.9.6
Tags: WooCommerce, Responsive, Business, Page Builder
License:
License URI:
*/

/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

.title-servis {

    text-align: center;
    
    
    }
    .content-servis {
        margin-bottom: 35px;
        /*background-color: #e1f3fd;*/
    }
    
    
    @media(max-width:765px) {
        .content-servis {
            height: 647px;
            overflow: hidden;
            margin-bottom: 0px;
    
    }}
    
    @media(max-width:360px) {
        .content-servis {
        height: 647px;
        
    
    }}
    
.contacts .default-icon .aio-icon-default {
    vertical-align:top;
}

.contacts .default-icon .aio-icon-title {
	margin-top: 0;
}

.box-instagram {
	padding-left: 15px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
	.box-instagram {
		float: left;
		width: 7%;
		padding-left: 0;
		transform: translateX(-50%);
	}
	
	.contacts {
		width: 31% !important;
	}
}

#contact .callback {
    white-space: nowrap;
}

#post-2 .vc_column-inner {
    text-align: center;
}