/*
Theme Name: Accelerate Pro Child
Theme URI: http://themegrill.com/themes/accelerate-pro/
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Accelerate Pro is the pro version of Accelerate free theme.
Version: 2.0.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: light, white, dark, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options
Template: accelerate-pro
Text Domain: accelerate-pro-child

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


#content p, #content ul {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important; 
  font-size: 18px;
}

#content h1 {
  color: #CCCCCC !important;
  font-weight: lighter;
}

#content #homepage-circles h4, #homepage-circles p {
  color: #4b2e97;
}

#content #homepage-circles .btn {
  color: #FFFFFF;
  background-color: #4b2e97;
}


blockquote {
  background-color: #FFFFFF !important;
  color: #4b2e97 !important;
  border-left: 3px solid #4b2e97 !important;
  font-style: italic !important;
  font-family: 'Roboto Slab', sans-serif !important;
  font-weight: normal !important;
  padding: 20px !important;
  padding-left: 40px !important;
  margin-bottom: 20px !important;
}

blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f2f2f2;
    font-size: 22px;
    position: absolute;
    top: -5px;
    left: -30px;
}



/* EVER dividers */

hr.custom {
  padding: 0;
  padding-bottom: 10px;
  border: none;
  border-top: medium double #e7e7e7;
  color: #e7e7e7;
  text-align: center;
  clear: both;
}

hr.ethical:after {
  content: url(/wp-content/uploads/2016/03/divider_pig.jpg);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

hr.vegan:after {
  content: url(/wp-content/uploads/2016/03/divider_cow.jpg);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

hr.earth:after {
  content: url(/wp-content/uploads/2016/03/divider_hand.jpg);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

hr.research:after {
  content: url(/wp-content/uploads/2016/03/divider_rabbit.jpg);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

hr.general:after {
  content: url(/wp-content/uploads/2016/03/divider_rabbit.jpg);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  hr.custom:after {
    content: none;
  }
}

@supports (-ms-accelerator:true) {
  hr.custom:after {
    content: none;
  }
}


/* Customise "site identity" elements */

#header-text {
  text-align: center;
}

@media (min-width: 768px) {
  #header-text {
    width: 75%;
  }
}

#site-title a {
  color: #0091BA;
  font-size: 20px;
}

#site-title a:hover {
  color: #0091BA;
}
#site-description {
  color: #0091BA;
}

#header-meta {
  border-bottom: 1px #4b2e97 solid;
}


/* Nice social icons */

@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 44px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-instagram {
    background-color: #9c7c6e;
}
.soc-instagram:before {
    content:'x';
}
.soc-youtube {
    background-color: #e02a20;
}
.soc-youtube:before {
    content:'r';
}


/* Misc */

#page {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .nav-menu li a {
     color: #4b2e97 !important;
  }
}