/*

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

*/


.entry-title {
text-align: center;
}

.h-feature-headline span i {
font-size: 0.7em;
margin-right: 0.5em;
}

.social-icons-widget ul {
border: none;
margin: -5px -10px 0;
}

.widget {
text-shadow: none;
}

.x-colophon {
color: white;
background-color: #3C3C3C;
}

.x-colophon+.x-colophon {
box-shadow: none;
color: rgba(255, 255, 255, 0.51);
}

.x-colophon.bottom .x-nav li a {
font-size: 1.2em;
color: rgba(255, 255, 255, 0.79);
}

.textwidget a {
color: rgba(255, 147, 17, 0.9);
}

.x-navbar {
border-bottom: none;
}

.screen-reader-response {
display: none;
}

div.x-content-dock.right.x-content-dock-on {
bottom: 200px;
}

.icon-paragraph p{
margin:2em 0 .687em;
}


.text_box{
background: #ff9311 ;
color: #ffffff  !important;
border-radius: 7px;
}

.text_box a{
    color: #ffffff  !important;
    text-decoration: underline !important;
}
p a{
    color: #ff9311 !important;
    text-decoration: underline !important;
}

@media screen and (max-width: 767px){
	.input_box{
	color: #494949 !important;
}
}