/*
	Theme Name: Dreamcatcher Child Theme
	Theme URI: http://themeforest.net/user/Pryanikov?WT.ac=item_profile_text&WT.z_author=Pryanikov
	Description: A child theme for Dreamcatcher
	Author: Dmitry Pryanik, Viktoriia Belous
	Author URI: http://themeforest.net/user/Pryanikov?WT.ac=item_profile_text&WT.z_author=Pryanikov
	Version: 1.0
	Tags:  light, dark, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
	Template:dreamcatcher
*/

/*=========================================================================================================

	NOTE: This child themes parent creates inline styles in the <head> tag after this file is called.
	This means inline styles created by the theme customizer will supercede your below styles. To
	override the inline styles target your elements from further back OR use the !important rule.
	However try to avoid the !important rule where possible. Feel free to delete this.

	example 1
	div.parent div.element {
		padding: 100px;
	}

	example 2
	div.element {
		padding: 100px !important;
	}

========================================================================================================*/

@import url('../dreamcatcher/style.css');

.nav-menu .list-inline > li > a::after, .nav-menu .list-inline > li > a::before, .search-overlay form .btn::after, .post .sticky-label, .post.format-audio .post-format .blur-container .audio-controls .volume .dropdown .currentvolume, .widget .tagcloud a::before, .widget.widget_instagram.carousel .bx-pager-item a:hover, .widget.widget_instagram.carousel .bx-pager-item a.active, .widget.widget_social ul li a::before, .dark .widget.widget_instagram.carousel .bx-pager-item a:hover, .dark .widget.widget_instagram.carousel .bx-pager-item a.active, .dark .widget.widget_social ul li a::before, .dark .widget .input-group-btn .btn:hover, .light .widget.widget_instagram.carousel .bx-pager-item a:hover, .light .widget.widget_instagram.carousel .bx-pager-item a.active, .light .widget.widget_social ul li a::before, .light .widget .input-group-btn .btn:hover, .btn-underline::after, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-primary, .input-group-btn .btn:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .panel-group .panel.panel-default .panel-heading h6 a, .panel-group .panel.panel-default .panel-heading h6 a:hover {
  
}


/* Navigation */

.nav-menu .list-inline > li::after {
    color: rgba(0, 0, 0, 0.3);
    content: " |";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 20px;
    left: 100%;
    margin-top: -19px;
	padding-left: 7px;
    position: absolute;
    top: 50%;
	color:#FFFFFF;
	opacity:1;
}


/* Footer, Footer Widget Style */

#slogan {
	background-color: #444;
    border-bottom: 1px solid #555;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3em;
    padding-top: 15px;
	padding-bottom: 15px;
    text-align: center;
	font-family: 'Work Sans';
  text-transform: uppercase;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
	

.widget ul li a:before {
  content:none;
  font-size: 10px;
  margin-right: 10px;
}

.dark .widget ul li a {
	color:#FFFFFF;
	line-height:0.5em;
}

.widget .widget-title h6 {
    color:#285D48;
}

aside .widget ul li a:hover {
  color: #fff;
  background-color:#285D48;
  padding-left: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.widget ul li a:hover {
  color: #fff;
  background-color: #eee;
  padding-left: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

p.copyright {
	font-size:12px;
	
}

/*Formular*/


span.wpcf7-form-control-wrap.acceptance-60 span.wpcf7-form-control.wpcf7-acceptance {
    background-color: #ffffff;
    line-height: 20px;}
