/* CUSTOM */

ul {list-style-type: none;}

ul li a:focus,a:focus { outline: 0; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a:focus,
ul li a:hover,
a:hover { text-decoration: none !important; }

h1,h2,h3,h4,
h1 a,h2 a,h3 a,h4 a {font-family: 'Poppins', sans-serif;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a:focus { color:#3f72af; }

/* BUTTONS */

#submit,

.search-form .btn-cta {  background: #3f72af; }

#submit:hover,
.btn-cta:hover { 
  background-color: #dbe2ef;
  color:#3f72af;
}

.more-link a,
.more-link a:hover {
  background: #3f72af;
  border: 1px solid #3f72af;
}

.more-link a:hover {
  background-color: transparent; 
  color:#3f72af;
}

/* HEADER */

.site-title a { 
  font-size: 38px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
}

.site-description {
    font-size: 16px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 7px;
    letter-spacing: 3px;
}

img {
    max-width: 100%;
    width: 1110px;
    height: 275px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.site-header { 
  background-color: #3f72af;
   margin-bottom: 85px;
}

.site-header_background { margin: 0; }

/* SIDEBAR */

#secondary ul li a { color: rgba(0,0,0,.56); }

#secondary ul li a:hover { color: #3f72af; }

/* BODY */

.site-main .entry-title {line-height: 1.2;}

.logged-in-as a:hover {color:#3f72af; }

.site-main article,
.comments-area {padding: 40px 60px;}

/* FOOTER */

.site-footer {  border-top: 5px solid #3f72af; }

.site-info {
    background-color: #112d4e;
    color: #d5d0d0;
}



