/* 
 Theme Name:     TheCEAR2018
 Author:         TheCEAR
 Author URI:     http://thecear.com/
 Template:       Divi
 Version:        1.0
 Description:   Divi Child Theme
*/ 



/*colors: dark blue:#103A71
*/

h1 {/*font-weight:700!important;*/margin-bottom: 20px; color: #103A71!important}
h2 {margin-top: 20px;}
h3 {margin-top: 20px;}
h4 {margin-top: 30px;}
h4.title {margin-bottom: 30px;}

/*h2:after {
  content : "";
  display: block;
  width   : 70px;
  padding-top: 20px;
  border-bottom:7px solid #BDA392;
}
*/

/*#main-header::after {
	content: "";
	background-size: cover;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background: url(images/pattern-grey.png);
}*/

#main-footer {
	background: url(images/footer-bg.jpg) no-repeat right bottom !important;
	background-size: cover !important;
}



/*button class inline*/

a.cta-btn {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #B22425;
  border-radius: 30px;
  padding: 7px 15px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;}
 
a.cta-btn:hover {
  background-color: #000;
  color: #fff;}
  
  
  #footer-info, #footer-info a {
    font-size: 14px!important;
	font-weight: 400;
	letter-spacing:2px;
}

.bottom-nav {
    text-align: left;
}

.footer-widget, #footer-bottom {
    font-weight: 600!important;
}

.fa {font-size: 18px!important; margin-right: 10px; width: 15px;}



@media screen and (min-width: 981px) {
#page-container {
    top: 100px !important;
    padding-top: 100px !important;
}
}