/*
Theme Name: Clayton Financial
Author: Office Beacon
Author URI: http://officebeacon.com
Description: Theme for Deluxe
Version: 1.3
*/
img[src="http://claytonfinancial.ca/wp-content/themes/skyline/images/lady.png"]{
  display:none;
}
.cta-btn a {
  background: #106dbc url("../../uploads/2017/11/cta.png") no-repeat scroll 10px center;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 10px 5px 45px;
  text-decoration: none;
}
.cta-btn a:hover {
color: #fff !important;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

p {
  margin: 0 0 18px;
  padding: 0;
}
h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
}
h1 {
  margin: 0 0 18px;
  padding: 0;
}
.content-list {
  margin: 0 0 18px 15px;
}
.main_container a, a {
  color: #1a79c9;
  text-decoration: underline;
}
.main_container a:hover, a:hover {
  color: #1a79c9;
  text-decoration: none;
}
.footer_info a {
  text-decoration: underline !important;
}
.footer_info a:hover {
  text-decoration: none !important;
}
.content-list li {
  background: url("../../uploads/2017/11/bullet.png") no-repeat scroll 0px 2px;
  line-height: 1.5;
  padding-left: 25px;
}
.content-list li ul li {
  background: url("../../uploads/2017/11/sub-bullet.png") no-repeat scroll 0px 2px;
}
footer {
  text-align: left;
}
/*********************************/

.nav li a {
  line-height: 58px;
  padding: 0 35px !important;
  text-align: center;
}
.nav li.current-menu-item a, .nav li a:hover {
  background: #efefef;
  color: #106dbc !important;
  padding: 0 50px;
  text-align: center;
}
.nav li {
  border: medium none;
  margin-right: 1px;
}

.footer_links ul li.current-menu-item a, .footer_links ul li a:hover {
  color: #a0d3ff !important;
  text-decoration: underline !important;
}
/*********************************/

.banner .col-lg-7.col-md-7.col-sm-7.col-xs-7 {
  display: none;
}
.banner .col-lg-5.col-md-5.col-sm-5.col-xs-5.img_banner {
  width: 100%;
}
.banner .container {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.img_banner img {
  float: none;
  height: inherit !important;
  max-height: inherit !important;
}
.img_banner {
  height: inherit;
  max-height: inherit;
  min-height: inherit;
}
/************************/
footer.container {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.footer_info, .footer_links, .footer_copyright {
  margin: 0 auto;
  padding: 0;
}
.footer_info .row, .footer_links .row, .footer_copyright .row {
  margin: 0 auto;
  max-width: 980px;
}
.footer_info .row {
  padding: 25px 0 25px;
}
.footer_copyright p {
  margin-bottom: 0;
}
.footer_links .row {
  padding: 10px 0 5px;
}
.footer_copyright .row {
  padding: 5px 0 10px;
}
/***********/

.wpcf7-form textarea {
  height: 50px;
}
.wpcf7-form-control.wpcf7-captchar {
  width: 70%;
}
.wpcf7-form-control.wpcf7-submit {
  float: right;
}
div.wpcf7-validation-errors {
  border: 2px solid #f00;
}
.banner {
  background: transparent none repeat scroll 0 0;
}

/*******************/

.alignright {
  border: 5px solid #ddd;
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  border: 5px solid #ddd;
  float: left;
  margin: 0 15px 15px 0;
}
.alignleft, .alignright {
  max-width: 100%;
}
.wpcf7-form div {
  margin-bottom: 0;
}

/*************************************************************/

@media screen and (min-width: 320px) and (max-width: 736px){

.skyline_logo img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.center-block div {
  text-align: center;
}
.skyline_social_icon {
  margin-top: 15px;
}
.alignright, .alignleft {
  display: block;
  float: none;
  height: auto;
  margin: 0 auto 18px;
  max-width: 94%;
}
}