/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.1.1
Template: pro

*/


/*
Hide author in post meta
*/

.p-meta > span:nth-child(1) {
    display: none;
}


/*
Intro paragraph styling
*/

.intro {
 font-size:130%;
 line-height: 1.5 !important;
 padding-bottom: 24px;
}


/*
Caption styling
*/

.wp-caption {
    display: block;
	font-size: 90%;
	font-weight: 800;
	text-align: left;
	line-height: 1.5;
	border: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-radius: 0px;
	box-shadow: 0 0 0 0;
}


/*
Image and caption spacing
*/

.x-img {
	margin-bottom: 0.0em;
}


/*
Blockquote styling
*/


/*
Cite styling: Adobe Black
*/

blockquote.x-blockquote.bq-gray .x-cite {
    color: #403E3E;
    font-size: 0.9em;
    text-align: right;
}

/*
Pullquote styling
*/

.x-pullquote {
    border-left: 3px solid #537ea2 !important;
    padding: 0 18px !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}


/*
Author box styling
*/

.auth-box {
    padding: 20px 0;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}
.author-social-icons a {
    font-size: 24px;
    margin-right: 5px;
    color: #B2B2B2;
    border-bottom: none !important;
}


/*
Custom headline accent styling
*/

.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
    border-bottom: 1px solid #AAB2BD;
}


/*
Contact form send button styling
*/

.contactFormSendButton {
  border-color: #AAB2BD; 
  font-weight: 300;
  color: #AAB2BD; 
}


/*
Alternate button styling
*/

.x-btn.alt-light {
  color: #ffffff; /*button text color*/
  border-color: #ffffff; /*button border color*/
}

.x-btn.alt-light:hover {
  color: #5D9CEC !important;
  border-color: #5D9CEC !important;
}


/*
The Grid quote post styling
*/

.quote-format {
    background-color: rgba(230,174,72,0.9) !important;
    color: #fff !important;
}

.quote-format i, .quote-format a, .quote-format span
{
 color: #fff !important;
}

.quote-format:hover{
    background-color: rgba(22,22,22,0.95) !important;
}

.quote-format:hover h2 a:hover{
    color: #e6ae48 !important;
    opacity: 1 !important;
}


/*
Tag cloud styling
*/

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    float: left;
    position: relative;
    margin: 10px 10px 0 0;
    border: 1px solid #ddd;
    border: none;
    padding: 5px !important;
    cursor: pointer;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: #fff;
    background-color: #5D9CEC;
    border-radius: .3em 0;
}


/*
Tablepress font styling
*/

.tablepress-table-name {
    font-size: 2.0rem;
	text-align: center;
}

.tablepress td, .tablepress th {
    font-size: 12px;
}

.tablepress tfoot th {
    font-size: 10px;
	font-weight: normal;
	text-align: center;
}


/*
Tablepress column hed alignment
*/

.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5,
.tablepress-id-1 .column-6,
.tablepress-id-1 .column-7,
.tablepress-id-1 .column-8,
.tablepress-id-1 .column-9,
.tablepress-id-1 .column-10 {
	text-align: center;
}


/*
Tablepress cell border styling
*/

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border-style: solid;
    border-width: 1px;
	border-color: #fff;
}