/*
Theme Name: AccessPress Store child
Template: accesspress-store
Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-store/
Author: Doseto
Description: AccessPress Store is free WordPress theme that work beautifully with WooCommerce. The theme is packed with lots of exciting feature that enhances the ecommerce experience. It features Product slider, advanced whistlist, Featured product show list, call to action and many more. With its advanced customizer options, setting up the ecommerce website has become much more easy. Great customer support via online chat, email, support forum. Official support forum: http://accesspressthemes.com/support/ View full demo here: http://demo.accesspressthemes.com/accesspress-store/
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, featured-images, fixed-layout, custom-header, custom-colors, translation-ready, custom-background, threaded-comments, featured-images, custom-header
*/



@import url("../accesspress-store/style.css");
.content-area article .entry-content h2.post-title {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}

.content-area article .entry-content div.content-page {
    color: #454545;}
	
.content-area article .entry-content div.content-page  a {
    text-decoration: underline !important;
    color: #3550BD;
    outline: 0px none;
    transition: all 0.3s ease 0s;
}	

.top-header {
    margin: 0px 0px 10px;
    padding-top: 0px;
}

.right-header-main.clearfix::after {
    left: 0px;
}

.content-inner{
    padding: 10px;
}
                     
.img{                     
    background-image: url('http://www.educadvice.cz/wp-content/themes/accesspress-store/images/EducAdvice_vodoznak_web.jpg');
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: bottom right;
    min-height: 400px;

 }
      /*
  padding: 10px;
	min-height: 430px;
  position: relative; 
  top: 0; 
  bottom: 0; 
  right: 4px; 
  background-image: url('http://www.educadvice.cz/wp-content/themes/accesspress-store/images/EducAdvice_vodoznak_web.jpg') no-repeat right 50%;
  }
       */
textarea {
background-color:rgba(255, 255, 255, 0.5);}	

	
#site-branding h1.site-title {
    font-size: 40px;
}


#site-branding {
    width: 100%;
    padding-bottom: 5px;
    min-height: 140px;
}

#site-branding .site-text {
    float: left;
    margin-top: 65px;
    margin-left: 20px;
}
.page_header_wrap {
background: rgb(251, 251, 251) none repeat scroll 0% 0% !important;
}

#content .page_header_wrap, .woocommerce .entry-header {
    background: none;
    padding: 0px 0px;   
}

#content .page_header_wrap #accesspress-breadcrumb a, .woocommerce .entry-header .woocommerce-breadcrumb a {
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

#content .page_header_wrap #accesspress-breadcrumb, .woocommerce .entry-header .woocommerce-breadcrumb {
    display: block;
    float: right;
}

.inner {
    background: #FBFBFB none repeat scroll 0% 0%;
    padding: 1.1% 0px;
}

.content-area article .entry-content h2.post-title {
    font-family: "Open Sans",sans-serif;
    padding-left: 20px;
    padding-bottom: 20px;}

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );

}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.2em;
}

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array('parent-style')
    );
}

add_action( 'wp_print_styles', 'k99_deregisterr_plugin_css', 100 );

function k99_deregisterr_plugin_css() {
    wp_deregister_style( 'name of plugin  style' );
       // add here more lines to deregister other css ...
} 

body {
color: black;}
