/* LICENSE & DETAILS
   ==================================================

	Theme Name: Cardinal Child Theme
	Theme URI: http://cardinal.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: cardinal
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* NEW STYLES BY UPTOWN STUDIOS 6-6-2018 */

/* General Styles */
p {
  margin-bottom: 25px;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.bs-btn, .sf-button, input[type="submit"], input.submit, #footer .twitter-link {
  background-color: #bf7a2e !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 22px !important;
  font-family: "Roboto Slab",Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.bs-btn:hover, .bs-btn:focus,
.sf-button:hover, .sf-button:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
input.submit:hover, input.submit:focus,
#footer .twitter-link:hover, #footer .twitter-link:focus {
  background-color: #000 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.bs-btn-green, .sf-button.accent, input[type="submit"], input.submit, #footer .twitter-link {
  background-color: #78a12f !important;
}
.bs-btn-green:hover, .bs-btn-green:focus,
.sf-button.accent:hover, .sf-button.accent:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
input.submit:hover, input.submit:focus,
#footer .twitter-link:hover, #footer .twitter-link:focus {
  background-color: #bf7a2e !important;
}
.bs-btn.bs-btn-white {
  background-color: #FFF !important;
  color: #661d3c !important;
}
.bs-btn.bs-btn-white:hover, .bs-btn.bs-btn-white:focus {
  background-color: #bf7a2e !important;
  color: #FFF !important;
}
.rev-btn.bs-btn.bs-btn-white {
  height: auto !important;
  max-height: 44px !important;
  white-space: pre !important;
}
.rev-btn.bs-btn.bs-btn-white > a {
  color: #661d3c !important;
  display: inline-block;
  line-height: 1.1 !important;
  height: auto !important;
}
.rev-btn.bs-btn.bs-btn-white > a:hover, .rev-btn.bs-btn.bs-btn-white > a:focus,
.rev-btn.bs-btn.bs-btn-white:hover > a, .rev-btn.bs-btn.bs-btn-white:focus > a {
  color: #FFF !important;
  background: none;
  text-decoration: none !important;
}

/* Header Styles */
#mobile-logo.logo-center {
  margin: 0;
}
#mobile-logo.logo-center a {
  margin: 0;
  text-align: left !important;
}

/* Main Nav Styles */
.full-center #main-navigation ul.menu > li > a > span {
  position: relative;
  top: 65px;
}
.header-search-link-alt i.ss-search {
  position: relative;
  top: 65px;
}

/* Home Page Styles */
.backsnacks-rev-slider {
  background: #651f3c;
  padding: 33px 0;
}
/* .community-partners .owl-carousel .owl-controls, */
.community-partners .title-wrap {
  display: none !important;
}
section#staff-wrapper > .spb-row img {
  width: 100px;
  height: auto;
}

/* Footer Styles */
footer#footer {
  padding: 66px 0 30px !important;
}
footer#footer h6 {
  margin: 0;
  text-align: left;
}
div#footer-widgets .col-sm-4:first-of-type {
  width: 240px;
}
div#footer-widgets .col-sm-4:nth-of-type(2) {
  width: calc(50% - 120px);
}
div#footer-widgets .col-sm-4:nth-of-type(3) {
  width: calc(50% - 120px);
}

/* Responsive Styles */
@media only screen and (max-width: 1200px) {
  .spb-row.programs-portals {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
  .full-center #logo {
    max-width: 315px !important;
  }
  .full-center #main-navigation ul.menu > li > a {
    padding: 0 8px !important;
  }
}
@media only screen and (max-width: 992px) {
  section#staff-wrapper > .spb-row {
    padding: 0 !important;
  }
  div#footer-widgets .col-sm-4:first-of-type,
  div#footer-widgets .col-sm-4:nth-of-type(2),
  div#footer-widgets .col-sm-4:nth-of-type(3) {
    width: 33.3333%;
  }
  #copyright nav .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #copyright nav .menu li {
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .spb-row.programs-portals .col-sm-4 {
    width: 100%;
  }
  footer#footer h6 {
    text-align: center;
  }
  div#footer-widgets .col-sm-4:first-of-type,
  div#footer-widgets .col-sm-4:nth-of-type(2),
  div#footer-widgets .col-sm-4:nth-of-type(3) {
    margin-bottom: 45px;
    text-align: center;
    width: 100%;
  }
  div#footer-widgets .col-sm-4:nth-of-type(3) {
    margin-bottom: 0;
  }
  #copyright .text-left {
    line-height: 1.8;
  }
}
