/*HEADER*/
.main-header-bar{
	background-color: #222;
    color: #eee;
}
ul#primary-menu li a {
    color: #eee;
}
ul#primary-menu li a:hover {
    color: #96da29;
}

/*HOME PAGE*/
.homepage{
	padding:10px;
}
.homePosts article{
    background-color: #fff;
    padding: 10px;
	  border-radius:5px;
}
.homePosts .pt-cv-ifield {
   background-color: #fff;
    padding: 10px;
	  border-radius:5px;
}
.wp-block-columns {
	margin-bottom:0;
}


.sidebar-main{
	background-color:#222;
	padding:10px
}
.sidebar-main h2{
	color:#fff;
}
.jetpack-display-remote-posts p {
    color: #eee;
}
ul.sub-menu li a {
    color: #96da29!important;
}
ul.sub-menu li a:hover {
    color: #222!important;
}
/*.main-header-bar-wrap {
    position: fixed;
	width:100%;
		z-index:9999;
	
}*/


.main-header-bar-wrap{
	margin-bottom:25px;
}

button.wp-block-search__button {
    padding: 0;
}


 .postSearch .search-field {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid;
	border-radius:10px;
	 width:85%
}
 .postSearch .search-submit {
    
	 color:transparent;
	 background-image: url('https://i2.wp.com/quitterswin.blog/wp-content/uploads/2020/04/Search-512.png?w=1200&ssl=1');
	 background-size:contain;
	 background-repeat:no-repeat;
}
 .postSearch .search-submit:hover {
    color:transparent;
	  
}
.elementor img{
	width:100%;
}

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover{
	background-color:#222;
}

ul#primary-menu {
    background-color: #222;
}
.postsLink a{
	color:#222222;
}

.home-search .wp-block-search__input{
	  width:80%;
		margin-left:auto;
	  color:#96da29;
		background-color: transparent;
    border: none;
    border-bottom: 2px solid #96da29;
	  border-radius:10px;
}
.home-search .wp-block-search__button{
	background-color:transparent;
	margin-right:auto;
}

.home-search .wp-block-search__button:hover{
	background-color:#eeeeee;
}



/*ALL POSTS*/
.allPostsHeading{
	padding:20px;
}
.allPostsHeading .wp-block-search__input{
	  width:80%;
		margin-left:auto;
	  color:#96da29;
		background-color: transparent;
    border: none;
    border-bottom: 2px solid #96da29;
	  border-radius:10px;
}
.allPostsHeading .wp-block-search__button{
	background-color:transparent;
	margin-right:auto;
}
.allPostsHeading .wp-block-search__button:hover{
	background-color:#333333;
}
.allPostsP{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.allPostsP a{
	color:#96da29;
}
.allPostsP a:hover{
	color:#eeeeee;
}

 .grid-item{
    background-color: #fff;
    padding: 15px;
	 border-radius:7px;
	 z-index:1 !important;
	 box-shadow: 1px 1px 10px 2px #eee;
}

/*Sidebar*/
.widget_search .search-form .search-field{
	 width:80%;
		margin-left:auto;
	  color:#96da29;
		background-color: transparent;
    border: none;
    border-bottom: 2px solid #96da29;
	  border-radius:10px;
}

.widget_search .search-submit {
    background-image: url(https://i1.wp.com/quitterswin.blog/wp-content/uploads/2020/04/QW-search.png?w=1200&ssl=1) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}