/* BEGIN orn_custom_css */
/* Body Background */
body {
  
}

/* Navigation Background Color */
.container header, .sf-menu .sub-menu li {
  background: 
}

/* Custom Colors Scheme */
blockquote {
  border-left-color: ;
  border-right-color: ;
}
.cat-title,
.social-counter .counter-total {
  background-color: 
}
ul.accordion > li.active, .tabs dd.active, .tabs li.active {
  border-top-color: 
}
.tabs-widget .tab-links li.active a {
  background: ;
  border-color: ;
}
.archive-timeline,
.start-timeline,
.archive-timeline-header,
.archive-timeline .timeline-groupdate {
  border-color: ;
}
.twitter-widget a {
  color:  !important
}

ol#comments .comment-reply-edit a.comment-reply-link,
ol#comments .comment-reply-edit a.comment-edit-link,
#cancel-comment-reply-link,
.contact-form input[type="submit"],
.wpcf7 input[type="submit"],
li.widget_tag_cloud .tagcloud a:hover,
.post-meta .tags a:hover,
li.feedburner-widget input[type="submit"],
.comment-form input[type="submit"],
.copyright,
.progress-bars .progress .meter,
.pagenation li,
.pagenation li span,
#main-menu a:hover,
#main-menu a.active,
#top-menu {
  background: 
}
a,
.dropcap2 span.large-cap,
.error-404 p b,
li.widget_rss .rss-date,
.tabs-widget > div h3 a,
.post-title,
.page-title,
.archive-timeline .orn-icon-down-thin,
.comment-reply-title,
.flex-caption a,
.other-posts .post-title {
  color: 
}

/* Custom Google Fonts Title */
.post-title,
.page-title,  
.comment-reply-title, 
.post-container .post-title, 
.other-posts .post-title, 
footer p, 
.copyright, 
#sidebar .widget-title, 
.tabs-widget .tab-links li a, 
.tabs-widget > div h3, 
.contact-form input[type="text"],
.contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
  font-family: "PT Sans";
}

/* Custom Google Fonts Navigation */
#main-menu a,
.cat-title,
.post-navigation, 
.image-navigation,
footer .widget-title {
  font-family: "Oswald";
}

/* Custom Google Fonts Body */
body {
  font-family: "Open Sans";
}

/* Zoom Effect for Post Image Thumbnails */
.carousel-images img, .post-image img {
  -webkit-transition: all .3s ease-out; 
  -moz-transition: all .3s ease-out; 
  -o-transition: all .3s ease-out; 
  transition: all .3s ease-out; 
}
.carousel-images img:hover, .post-image img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  transform: scale(1.1); 
}





/* END orn_custom_css */
/* BEGIN orn_usercss */
.cat-title {
background-color:#4c8fc8;
}
.copyright {
    background: #4c8fc8;
}
/* END orn_usercss */
