/*
Theme Name: Manga Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Template: magna
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/*Objednejte se na HP / obrazek vlevo*/
.wpb_single_image.vc_align_left {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*Objednejte se na HP / obrazek vpravo*/
.wpb_single_image.vc_align_right {
    text-align: right;
    position: absolute;
    right: 200px;
    bottom: 60px;
    z-index: -1;
}

/*Objednejte se na HP dlazdice na stred*/
.ct-team {
    text-align: center;
}

/*footer na HP - skryti*/
#colophon {
    background-color: #ba6498;
    display: none;
}

/*hidden vyhledavani*/
#primary-menu li.menu-item-search {
	display: none;
}

/*posun blok up*/
.block-content {
    padding: 70px 0 100px;
}

/*poukazky-stred*/
@media (max-width: 1199px) {
.banner p {
    text-align: center !important;
}
}

/*footer na HP - stred logo*/
@media (min-width: 992px) {
.col-md-pull-4 {
    right: auto;
}
}

/*odsazení H2 pod*/
h2, .title-h2 {
    margin: 1.2em 0 0.3em 0;
}

/*mobile-color-menu*/
.primary-navigation.responsive ul > li.menu-item-current > a, .primary-navigation.responsive ul > li.menu-item.menu-item-active a {
    background: #f5dae373 !important;
    border-left: 4px solid #c92585 !important;
    padding-left: 26px;
    color: #3c3950;
}
