/*
Theme Name: Bronxchange
Author: Bronxchange
Author URI: 
Description: Extreme Response International
Version: 1.1
Text Domain: Bronxchange
*/



.blog-sidebar{
    float: left;
    width: 100%;
}
.blog-sidebar .widget{
   float: left;
   width: 100%;
}

/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

    border: 0;

    clip: rect(1px, 1px, 1px, 1px);

    clip-path: inset(50%);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute !important;

    width: 1px;

    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

    background-color: #eee;

    clip: auto !important;

    clip-path: none;

    color: #444;

    display: block;

    font-size: 1em;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

    /* Above WP toolbar. */

}

.footer_links li a.nav-link {
    padding: 0 !important;
}
.typo_sec_cont{
	margin:0 auto !important;	
}

.search-submit{
    display: inline-block;

    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF;
    background: #f15a29;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}	
.search-submit:hover {
    background: #fff;
    color: #f15a29;
}

.search-field{
    display: inline-block;

    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}

.form-submit .submit{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 17px 40px 17px 22px;
    background: #f15a29;
    font-size: 22px;
    color: #fff;
    font-family: 'LintelHeavy';
    text-transform: uppercase;
    position: relative;
    -webkit-clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 0 0);
    overflow: hidden;
	

    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 24px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-submit .submit:hover {

    background: #00b2dc;
    color: #fff;
}

.form-submit .submit::before {
    content: "";
    width: 16px;
    height: 100%;
    background: url(images/btn_curve.png) no-repeat center center;
        background-size: auto;
    background-size: 100% 100% !important;
    position: absolute;
    right: 4px;
    top: 0;
    transition: all .3s ease-in-out;
}

.news_ttl {
 padding-top:60px !important;
 padding-bottom:60px !important;
 clear: both;
 display:block;
}

.news_display {
padding-bottom: 20px;
display: inline-block;	
}

.news_images {
  width: 17px;
  float: left;
  margin-right: 10px;
}

.news_display img {
  height:auto;	
}
