/*
Theme Name: Modalitypro-child
Theme URI: http://vpthemes.com/modalitypro/
Description: ModalityPro Child Theme
Author: Todd Pettit	
Author URI: 
Template: modalitypro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black,white, blue, light, one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-menu, custom-colors, featured-images, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-header, featured-image-header
Text Domain: modalitypro-child

*/


.copyright-wrap .right {
display: none;
visibility: hidden;
}

.type-page h1 {
color: #0c4e8e;
}

#post-title {
color: #0c4e8e;
}

.content-boxes .circle,
.feature .circle {
	color: #FFFFFF;
	font-size: 1em;
 	font-weight: 600;
    border-radius: 500px;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 25px;
    width: 40px;
	text-align: center;
	box-sizing: content-box;
}

.feature .circle:hover {
	color: #CCCCCC;
	transition: background-color 125ms linear;
}

#social-bar a i.fa {
	background: none repeat scroll 0 0 transparent;
  	color: #252525;
  	display: inline-block;
  	font-size: 44px;
  	height: 60px;
  	line-height: 60px;
  	margin: 0 auto;
  	transition: all 0.3s ease 0s;
  	width: 60px;
}

.navbar-nav ul li a {
	font-weight: 400;
	height: auto;
	min-height: 37px;
	padding: 15px 17px 0;	
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
}

.small-headers {
	font-weight: bold;
	font-size: 30px;
	color: #BF2B33;
}

h5 {
	font-weight: bold !important;
	font-size: 30px !important;
	color: #BF2B33 !important;
	text-transform: none !important;
}

h6 {
	font-weight: normal !important;
	font-size: 22px !important;
	color: #3498DB !important;
	text-transform: none !important;
}

.blog-top-image h1 {
	padding-top: 3%;
	color: #0c4e8e;
	font-weight: 500;
	font-size: 2em;
}

.section-title-right
{
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #0c4e8e !important;
  font-size: 2.4em !important;
}

.blog-top-image h1.section-title, .blog-top-image h1.section-title-right
{
  color: #0c4e8e;
}

.button {
   border-top: 1px solid #3498db;
   background: #3498db;
   background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#3498db));
   background: -webkit-linear-gradient(top, #3498db, #3498db);
   background: -moz-linear-gradient(top, #3498db, #3498db);
   background: -ms-linear-gradient(top, #3498db, #3498db);
   background: -o-linear-gradient(top, #3498db, #3498db);
   padding: 13px 26px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3498db;
   background: #3498db;
   color: #000000;
   }
.button:active {
   border-top-color: #3498db;
   background: #3498db
   }

.section-title-right::after {
    content: "";
    display: block;
    height: 0px;
    margin-top: 4px;
    width: 8%;
} 

#features p{
    margin-left: 20px;
    margin-right: 20px;
}


