/* Add here all your css styles (customizations) */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600&display=swap');

* {
	border-radius: 0;
}

body {
 color: #272727;
 font-size: 16px;
 line-height: 1.4;
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 125px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #373737;
}

a {
 color: #b22c29;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #3b5999;
 text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.cmpy-text {
    padding: 15px 10px;
    color: #fff;
}
.cmpy-text a{

	color: #fbcf11
}
footer.copyright .align-right{
	color: #fff;
	text-align: right;
	padding: 15px 0;
}
.margin-top-70 {
    margin-top: 90px;
}

.headline-center-v2.headline-center-v2-light p{
	color: #eee;
}

.headline-center-v2 h2 {
    color: #eee;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.testimonials-bs .headline-center-v2 span.author {
    color: #eee;
    font-size: 14px;
}
a.logo-txt {
    color: #000;
    font-size: 34px;
    
}
a.logo-txt:hover{
	text-decoration: none;
}
.content-boxes-in-v4 a {
    border: 1px solid #3b5999;
    padding: 10px 20px;
    display: inline-block;
}
ul.list-unstyled li i {
    padding: 6px 10px 6px 0;
}
.lidd_mc_select_fancy_light select, .lidd_mc_select_fancy_dark select {
    
    color: #757575;
}


/*#lidd_mc_submit, a#lidd_mc_submit {
    padding: 10px 20px;
}*/

#lidd_mc_submit {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    background: #b22c29;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
aside#secondary {
    margin-top: -20px;
}
.blog-img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.blog-grid img {
    width: 100%;height: auto;
}
.navbar-brand {
     padding: 5px;}
@media only screen and (max-width: 480px) {
  .space-lg-hor {
    padding-left: 10px;
    padding-right: 10px;
}
  .cmpy-text {
    padding: 15px 2px;
    color: #fff;
}
  footer.copyright .align-right{
  text-align: left;
}
}

.thin-txt {
    font-weight: 200;
    line-height: 1.2;
    margin: 10px 0;
}
img.alignright{
	margin: 15px 0 15px 25px;
}
img.alignleft{
	margin: 15px 25px 15px 0px;
}
img.alignnone{
	margin: 25px 0;
}