/*
Theme Name: Spacious Pro Child Theme
Theme URI: http://themegrill.com/themes/spacious/
Description: Child Theme for Spacious Pro
Author: Sam Morng
Author URI: http://themegrill.com
Template: spacious-pro
Version: 3.0
*/

#header-meta {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#page {
    border-radius: 10px;
}

.widget_featured_posts .entry-meta .by-author,
.widget_featured_posts .entry-meta .date {
    display: none;
}

input.s {
    height: 32px !important;
}

.small-info-text p {
    font-size: 14px;
    margin: 10px 0;
    font-family: "Lora";
}

a:hover { 
    color: #10cfc9 !important;
}

p { 
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1.000em;
}

/* Header using EMS */
h1 { font-size: 1.625em; line-height: 36px; }
h2 { font-size: 1.500em; line-height: 34px; }
h3 { font-size: 1.375em; line-height: 32px; }
h4 { font-size: 1.250em; line-height: 30px; }
h5 { font-size: 1.125em; line-height: 28px; }
h6 { font-size: 1.000em; line-height: 25px; }

.entry-title {
	font-size: 1.750em !important;
	line-height: 32px;
}

.more-link-wrap .more-link {
	display: none;
}

@media (max-width: 650px) {
  .wp-column {
    width: 100%;
    display: block;
  }
}

ul.hover130 li a:hover,
li.contacts a:hover {
    font-size:130%;
}

li.contacts {
    text-indent: 20px;
    list-style-type: none;
}

.wp-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
}

.wp-card-container {
    padding: 25px;
    text-align: center;
}

.wp-container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.wp-card-title {
    color: grey;
    font-size: 18px;
}

.wp-column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.list-group-item.hover-underline a:hover {
    text-decoration: underline;
}

li.hover-underline a:hover {
    text-decoration: underline;
}

.contact-info {
  margin-top: 20px;
  margin-bottom: 24px;
}

.contact-info:first-child { 
  margin-top: 0;
}

.contact-company-name {
  text-transform: uppercase;
  color: #212121;
  font-size: 18px;	
  font-weight: bold;
  margin-bottom: 3px;
}

.contact-company-name a {
  color: #212121;
}

.contact-name {
  line-height: 16px;
  margin-bottom: 6px;
}

.contact-address {
  line-height: 16px;
  margin-bottom: 6px;
}

.contact-phone,
.contact-email {
  color: #1d1d1f;
  font-weight: bold;
  margin-bottom: 0px;
}

.contact-phone:last-child,
.contact-email:last-child {
  margin-bottom: 20px;
}

.contact-company-name-sub {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
  color: #641b04;
}

.contact-address-sub .contact-phone-sub {
	color: #641b04;	
}

.contact-title {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size: 18px;
    margin-top: 25px;
	color: #004876;
}

h1.contact-title, 
h2.contact-title, 
h3.contact-title, 
h4.contact-title, 
h5.contact-title, 
h6.contact-title  {
	padding-bottom: 0;
}

.contact-main-title {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
    margin-bottom: 5px;
	color: #004876;
}

.contact-title:first-child,
.contact-main-title:first-child {
	margin-top: 0px;
}

.help-link {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	margin: 5px 0;
	color: #e64a19;
}

.kppm-post-title {
	text-transform: uppercase;
    font-weight: bold;
	font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
	color: #4e4e4e;
}

.kppm-link-underline {
  text-decoration: underline;
}