/*
Theme Name: Laura
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1.1
Text Domain: 
License: 
License URI: 
*/
html,body { height: 100%; margin: 0px; padding: 0px; }
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.footer-holder,
ul.social-networks li {
	border: none !important;
}
.subscribe-btn.text-uppercase {
	border: none;
}
.header-bottom {
	border-bottom: none !important;
}
.widget-holder ul li,
.widget-holder h2,
.widget-holder,
.post-box,
.full-post-holder {
	/*background: #E7F5FE !important;*/
}
body {
	background: #fff;
}
.post-box,
.full-post-holder {
	background: #fafafa !important;
}
.widget h2 span:after {
	border-bottom: 1px solid #000 !important;
}
.date-holder .date,
.post-cat-name a {
	color: #000;
}

.widget-holder ul li.cat-item-1,
.recent-posts-holder,
.footer-holder,
.date-holder .author,
.comment,
.social {
	display: none !important;
}
.btn-secondary {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}
.footer-bottom {
	background: #fff !important;
	color: #000;
	border-top: none !important;
}
.footer-bottom a { color: #000 !important;}
.image-holder img {
	width: 100% !important;
	height: auto!important;
}
.category-holder .category-block {
	background: #fff;
	box-shadow: none;
}
/*.right_top {*/
	/*padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 100% !important;*/
/*	border: 1px solid black;
	height: 200%;
	display: table-cell;
}
.right_top #top-right-side .widget.arqam_counter-widget {
	margin-bottom: 0px;
	padding-top: 0px !important;
}
.right_top #top-right-side .widget.arqam_counter-widget .arqam-widget-counter {
	margin-top: -20px;
}
.right_top #top-right-side .widget.arqam_counter-widget .arqam-widget-counter li a {
	border: 1px solid red !important;
	
}
.arqam-widget-counter li a .counter-icon { 
	
	height: 150% !important;
	line-height: 150% !important;
}
.category-block  {*/
	/*height: 236px !important;
	overflow: hidden;*/
/*	padding-top: 20%;
}*/
.archive .post-box,
.archive .main-title {
	box-shadow: none;
}
.parent_top {
	border: 1px solid blue;
	display: table-cell;
}

.arqam-widget-counter li {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
	filter: gray; 
	-webkit-filter: grayscale(100%); 
}
.arqam-widget-counter ul .arq-facebook a:link {
	background-color: black !important;
}
.arqam-widget-counter ul .arq-twitter a {
	background-color: blue !important;
}
.arqam-widget-counter ul .arq-instagram a {
	background-color: purple !important;
}
.arqam_counter-widget .widget-holder {
	padding: 0px;
}
/*.arqam_counter-widget h2 {
	display: none;
}*/



/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* Media Queries
*********************************************/

/* Large desktop */
@media (min-width: 1050px) { 
    
}
@media only screen and (max-width : 1500px){ 
	
}
@media only screen and (max-width : 1300px){ 
	
}

@media only screen and (max-width : 1024px){ 
    
}

@media only screen and (max-width: 992px) {
	
}

@media only screen and (max-width : 768px){
	.right_top {
		width: 100% !important;
	}
}
 
@media only screen and (max-width : 500px){
	
}

@media only screen and (max-width : 420px){
	
}

@media only screen and (max-width : 320px){
    
}






