/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* .x-colophon.bottom .x-colophon-content {
	display:none;
} */

.x-btn, .button, [type="submit"] {
    color: #fff;
    border-color: #fff;
}

.x-colophon.top {
    padding: 1.5em 0 !important;
	margin-top: -1.5em !important;
}

.h-widget {
    letter-spacing: 1px;
	color:#007ac2;
}

.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
	top: 50px;
}

.entry-wrap {
	padding: 20px 20px 15px 20px;
}

.entry-title a:link { 
color: #007ac2;
}

p.p-info a, p.p-info {
	color: #007ac2;
	font-size:16px;
}
/* QUOTE */

div.loops {
	float: left;
	display: inline-block;
}

div.loops label {
	margin: 0 auto;
	width:30%;
	font-weight: bold;
    color: #007ac2;
}

div.loops ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.loops ul li {
	width:20%;
	display:inline-block;
}

.wpcf7-form h3 {
	color:#007ac2;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    color: white;
    background-color: #007ac2;
}

#tablepress-6, #tablepress-7, #tablepress-8, #tablepress-9, #tablepress-10 {
    border: 1px solid #cccccc;
}


@media (max-width: 480px) {
.x-slider-scroll-bottom {
	display: none;
}
}