/*
Plugin: Advocate Covers
Description: CSS to separate styling from easily edited areas
*/
div.shortcode-block-quote-right {
    border-left: 2px solid #ddd;
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: oblique;
    margin: 15px 20px;
    padding: 20px;
    width: 33%;
}
div.shortcode-block-quote-left {
    border-left: 2px solid #ddd;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: oblique;
    margin: 15px 20px;
    padding: 20px;
    width: 33%;
}
div.shortcode-block-quote-center {
    border-left: 2px solid #ddd;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: oblique;
    margin: 0 20px 20px;
    padding: 20px;
    text-align: center;
}

/* The stuff below this line is for moving the site */

/* From Theme Options -> CustomCode -> CustomCSS */
#content {
     margin-top: 40px;
}
.widget_recent_comments {
     margin-top: 30px !important;
}
.header-banner{
     margin-bottom: 26px !important;
}
.header-banner .ad-block {
    max-width: calc(100% - 10px);
}
@media only screen and (max-width: 769px) {
    #content {margin-top:0;}
    .rev_slider_wrapper {margin:0; }
    .rev_slider_wrapper {padding:0; }
    .rev_slider_wrapper {display:none; }       
    .home-section{margin-top: 0;} 
    .home-section{padding-top: 0;} 
    .home-section{margin-bottom: 0;} 
    .home-section{padding-bottom: 0;}
    .header-banner .adblock{calc(50% - 5px);}
    .header .inner {display:list-item; list-style-type: none;}
    .wpb_row {margin-bottom:0px!important;}
    .spcl_title {margin-bottom:0px; padding-bottom:3px;}
}


.posts-slider .read-more {
    font-size:45px;
}

.home .entry-category {
display: none;
}

nav li,
#submit,
input#s,
.tagline,
.sub-title,
.copyright,
.read-more,
.rsswidget,
.widget h3,
.entry-meta,
.entry-title,
.entry-author,
.entry-header,
#social-box li,
.nav-next a,
.nav-previous a,
#respond label,
.section-header,
.comments .vcard,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
input[type=\"submit\"],
.widget_ti-about-site p {
	letter-spacing:0;
	text-transform:none;
}


.entries .entry-title {text-align:left}

.entries .entry-summary {text-align:left}

body {
        color:#000000;
}

.category .entry-category {
display: none;
}

.spcl_title {
  color: #000;
  font-size: 24px;
  margin-top: -22px;
  padding-bottom: 40px;
}

.archivespage a { color:#01B8D7; }

/* From style.css in the child theme */
#branding {
    margin-bottom: 0 !important;
}
.AdSpeedWrapper {}
.AdSpeed {padding:6px;}
.spcl_image {
    background-color: #FFFFFF;/*00bad5*/
    max-width: 330px;
    max-height: 220px;
    overflow: hidden;
}
.spcl_image img:hover {
    border: none;
    outline: 0 none;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    transform: scale(1.12);
    opacity: 0.6;
}
.spcl_title {
  color: #000;
  font-size: 22px;
}

/** Newsletters **/
.sbtxt {
   margin-left: 20px;
   font-size: 11px;
}
.sbhdr {
    color: #37B9D8;
    text-transform: uppercase;
    font-size: 18px;
}
.nws_logo {
     float:none; 
     padding:2px 3px 14px 4px !important;
}
.nws_email {
     width: 60%;
     float: left;
}
.nwslttrs {
  width: 80%;
  padding: 12px;
  background: #FFF;
  border: 18px solid black;
}
/* pad the logo */
.logo {
  padding-top: 10px;
  padding-bottom: 20px;
}
.myfancybutton {
  background: -moz-linear-gradient(center top , #000203, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  border-top: 1px solid #000000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  color: white !important;
  font-family: Georgia,serif;
  font-size: 12px;
  height: 38px;
  margin-left: 2px !important;
  padding: 4.5px !important;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  vertical-align: middle;
  width: 67px !important;
}