div.site {

background-color: rgba(255,255,255,.88);

}

.gallery-item {
  padding: 1px;
}


.main-navigation .primary-menu .current_page_item > a,
.main-navigation .primary-menu .current-menu-item > a,
.main-navigation .primary-menu .current_page_ancestor > a {
	border-color: #808080;
}

.widget-title {
	font-size: 10px;
}

.widget-footer-top-area {
	font-size: 10px;
}

.widget-footer-top-area {
	background: #fb5050;
   
}

#text2 {
  padding: 10px;
  position: absolute; 
    width: 250px;
    height: 400px;
    right: 0; 
    top: 0%; 
    bottom: 0; 
    background: rgba(240, 237, 237, 0.9); 
    color: #808080;
    
}

#wrap2 {
    position:relative;
    width: 900px;
    height: 300px;  
    right: 0; 
    top: 0; 
    bottom: 0; 
   
}


#text1 {
  padding: 10px;
  position: absolute; 
    width: 220px;
    height: 100%;
    left: 0; 
    top: 0; 
    bottom: 0; 
    background: rgba(240, 237, 237, 0.9); 
    color: #808080;
}

#wrap1 {
    position:relative;
    width: 600px;
    height: 400px;  
    right: 0; 
    top: 0; 
    bottom: 0; 
}




#text {
  padding: 10px;
  position: absolute; 
    width: 350px;
    height: 592.5px;
    right: 0; 
    top: 0; 
    bottom: 0; 
    background: rgba(240, 237, 237, 0.9); 
    color: #808080;
}

#wrap {
    position:relative;
    width: 900px;
    height: 300px;  
    right: 0; 
    top: 0; 
    bottom: 0; 
    background: rgba(251, 80, 80, 0.7); 
    color:white
}





.wp-caption-text {
color: #fb5050 !important;
}  
  
.wp-caption-text {
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    font-family: Lato;
    
}






.main
-navigation a {
   color: #fb5050;
}


.wp-caption-text { text-align: center; }

.entry-content li {
font-size: 10px;
}


.main-navigation a:hover,
.main-navigation ul > *:hover > a,
.main-navigation ul > .focus > a { color: #808080; }

ul > li
{
    color: #fb5050;
}


.comment-content a, .comment-reply-title small a, .entry-content a, .entry-footer a:focus, .entry-footer a:hover, .entry-summary a, .logged-in-as a, .pingback .comment-body > a, .site-info a:focus, .site-info a:hover, .taxonomy-description a {
  box-shadow: none;
}



.main-navigation a {
   color: #fb5050;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    background-color: #fb5050;
}


.image-overlay {
display: none !important;
opacity: 0 !important;
}

/*  Set custom thumbnail quality ------------ */
function crayon_thumbnail_quality( $quality ) {
    return 100;
}
add_filter( 'jpeg_quality', 'crayon_thumbnail_quality' );
add_filter( 'wp_editor_set_quality', 'crayon_thumbnail_quality' );
