/*
Theme Name: Capital City Art Initiative v3
Description:The theme for Capital City Art Initiative
Author: Phill Kenoyer & Nicole Charshafian
Template: wp-ors-new-daddy-theme
*/

@import url("../wp-ors-new-daddy-theme/style.css");
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url('https://use.fontawesome.com/f7fc70d821.css');

#site-header .row {
  background: url("images/header-bg.png");
  padding-top: 10px;
}

#site-header hgroup h1 {
  font-family: 'Garamond Bold', 'EB Garamond', serif;
  font-size: 48pt;
}

#site-header hgroup h3 {
  text-align: center;
}

#site-header .row {
  border-bottom: 6px solid #B41D16;
}

#site-logo {
  margin-left: -15px;
}

#logo-links {
  margin: 25px 0;
  font-size: 9pt;
  font-weight: bold;
}

#logo-links div {
  display: inline-block;
}

#logo-links a {
  margin: 0;
}

#searchform {
  width: 100%;
}

#site-header .navbar {
  margin: 0 -23px 0 -15px;
}

#menu-main li {
  margin-right: 0.5em;
}

#menu-main li a {
  display: block;
  width: 161px;
  padding: 60px 0;
  color: #000000;
  background: #eee;
  border: solid 1px #eee;
  text-decoration: none;
  font-size: 1.25em;
  text-align: center;
}

#menu-main li a:hover {
  background: rgba(78, 133, 198, 0.40);
}

#menu-main .dropdown-menu {
  top: 95px;
  background: #eee;
  border: solid 1px #eee;
  border-top: solid 3px #B41D16;
  padding: 0;
  box-shadow: none;
}

#menu-main .dropdown-menu li {
  padding: 0;
  margin: 0;
}

#menu-main .dropdown-menu li a {
  padding: 1em 0.35em;
  width: 187px;
  overflow: hidden;
}

#site-content {
  margin-top: 20px;
}

.sidebar .widgettitle {
  font-size: 12pt;
  font-weight: bold;
}

.sidebar ul, .sidebar li {
  margin: 0;
  padding: 0 5px;
}

.featured-article {
  margin-top: 1.25em;
  text-align: center;
  display: block;
  width: 30%;
  padding: 0 auto;
}

#feature-1 {
  max-width: 30%;
  border-left: 1px solid #b32018;
  border-right: 1px solid #b32018;
}

#feature-3 {
  border-left: 1px solid #b32018;
  border-right: 1px solid #b32018;
}

a {
  color: black;
}

a:hover {
  color: darkblue;
}

p a {
  color: blue;
}

.wpcufpn_outside {
  margin-left: -20px;
}

.wpcufpn_outside .wpcu_block_title {
  display: none;
}

.wpcufpn_outside .img_cropper {
  height: 300px;
  overflow: hidden;
}

.wpcufpn_outside .thumbnail {
  box-shadow: none;
  border: none;
}

.wpcufpn_outside .thumbnail img {
  margin: 0 auto;
  width: 740px;
}

.wpcu-front-box.bottom {
  padding: 5px;
}

.events-box {
  background: url("images/catlist-bg.png");
  padding: 20px 20px;
  border: solid 1px #eeeeee;
  margin-right: -15px;
  height: 100%;
}

.smooth_slideri {
	background-color: white !important;
}

#site-footer {
  color: black;
  margin-top: 50px;
  padding: 20px 10px;
}

#site-footer a {
  color: white;
}

#site-footer .fa {
  font-size: 40pt;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #site-header hgroup h1 {
    font-size: 23pt
  }
  #searchform {
    display: none;
  }
  #logo-links {
    clear: left;
  }
  #menu-main {
    margin: 10px;
  }
  #menu-main li a {
    width: auto;
    padding: 4px 4px;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #site-header hgroup h1 {
    font-size: 35pt
  }
  #menu-main li a {
    width: 118px;
    height: 100px;
    padding: 40px 0;
    font-size: 12pt;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #menu-main li a {
    width: 155px;
  }
}

@media (min-width: 1200px) {
  #menu-main li a {
    width: 161px;
  }
}
