/*
 Theme Name:   Ian Stewart Chainsaw Juggling Theme 2017
 Theme URI:    http://chainsawjuggling.com/
 Description:  
 Author:       Gravity Station
 Author URI:   http://gravitystation.com
 Version:      6.3.1 Flex
*/

/* -------------------------------------------------------------- */

body {
    background: #f9f9f9;
  color: #2b2b2b;
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: default;
  position:relative;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 39.9375em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }

}

.row, .row .row {
    overflow-x: hidden;
}

.row .row {
    width: 100%;
    margin: 0 auto;
}

.maincontent {
    display: block; /* fixes issue with text not wrapping around floated images */
    padding: 2rem;
}

.tags p {
    text-align: center;
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    font-size: 18pt;
    margin: 0;
}

main {
    max-width: 100%;
}

/* ============================================== */
/* ----------------- TYPOGRAPHY ----------------- */
/* ============================================== */

/* Font
Oswald:300,400,700
*/

.float-center, .text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

a {
    text-decoration: none;
}
 
main a:link, main a:visited {
  color: rgb(13,194,201);
    font-weight: 700;
  line-height: inherit;
    outline: none;
    transition: color 300ms ease-out;
}

 main a:hover, main a:focus {
    color: #2b2b2b;
     background: rgba(13,194,201,.3);
      text-decoration: none;
}

main a:active {
  color: rgb(201,13,23);
    font-weight: inherit;
  line-height: inherit;
    outline: none;
    transition: color 300ms ease-out;
}

a img {
    border: none !important;
    outline: none;
    text-decoration: none !important;
}

blockquote, blockquote p {
    color: rgb(13,194,201);
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.3;
    border: none;
}

blockquote p {
    margin: 0;
    padding: 0;
}

blockquote p:before {
    content: open-quote;
    font-family: Georgia, Times New Roman, serif;
    color: rgb(13,194,201);
    padding: 0 .5rem 0 0;
    margin: 0;
    display: inline;
}
blockquote p:last-child:after {
    content: close-quote;
    font-family: Georgia, Times New Roman, serif;
    color: rgb(13,194,201);
    padding: 0 0 0 .5rem;
    display: inline;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  color: #2b2b2b;
  font-weight: normal;
  font-size: 1.375rem;
    width: 100%;
    margin-bottom: 2rem;
}

.page-title {
    margin: .5rem 0 2.5rem 0;
    text-transform: none;
    padding: .5rem;
}

p.lead {
    font-size: 1.8rem;
    text-align: center;
}

p.small, .sidebox p.small {
    font-size: .875rem !important;
}

em,
i {
  font-style: oblique;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
    font-size: 1.475rem;
  line-height: inherit; }

.widget-title h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    display: block;
    margin: 0 0 .5em 0;
    text-transform: none;
}

/* Default header styles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: normal;
    width: 100%;
}

h1 a:link, h1 a:active, h1 a:visited,
h2 a:link, h2 a:active, h2 a:visited,
h3 a:link, h3 a:active, h3 a:visited,
h4 a:link, h4 a:active, h4 a:visited,
h5 a:link, h5 a:active, h5 a:visited {
	color: rgb(13,194,201);
    transition: color 300ms ease-out;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: rgb(13,194,201);
}


 
hr {
  clear: both;
  max-width: 100%;
    width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dcdcdc;
  border-left: 0; }

/* Lists */


main ul,
main ol,
main dl {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.95rem;
    margin-left: 2.4em;
  list-style-position: outside;
  font-family: inherit; }
 
ul.inline {
    margin: 0;
    padding: 0;
}

ul.inline li {
    display: inline-block;
}

main ul li, main ol li {
    margin-bottom: 1em;
}

/* Unordered Lists */
main ul li ul,
main ul li ol {
    margin-top: 1em;
  margin-left: 1.25rem;
  margin-bottom: 0; }

main ul li {
    list-style: disc;
    color: #2b2b2b;
    font-weight: normal;
}

/* Ordered Lists */

  main ol li ul,
  main ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

main ol li {
    list-style: decimal;
}

.sidebox li {
    list-style: none;
}

/* ============================================== */
/* -------------------- HEADER ------------------ */
/* ============================================== */

header {
    background: #000;
}

.headermain {
    padding: 1rem;
}

.logo {
    padding: 0;
}

.tagline {
    padding-left: 1rem;
}

.tagline p {
    font-family: 'Oswald', sans-serif;
    color: rgb(0,255,246);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.tagline a:link, .tagline a:visited, .tagline a:active, .tagline a:hover {
    color: rgb(0,255,246);
}

.contactinfo {
    padding: 1rem 1rem 0 0;
}
.contactinfo ul {
    margin: 0;
    padding: 0;
}

.contactinfo li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    text-align: right;
    line-height: 1.2;
}

.contactinfo a:link, .contactinfo a:visited, .contactinfo a:active {
    color: rgb(233,228,230);
    display: block;
    transition: color 300ms ease-out;
}

.contactinfo a:hover {
    color: rgb(229,17,29);
}

/* ============================================== */
/* -------------------- BANNER ------------------ */
/* ============================================== */

.ianhome {
    background: #000 url(images/ian-stewart-chainsaw-juggling.jpg) no-repeat center top;
    background-size: contain;
    width: 100%;
    min-height: 852px;
    padding: 0;
    display: block;
}

.featured-quote {
    background: url(images/quotebg.png) no-repeat top left;
    background-size: cover;
    height: 398px;
    width: 1075px;
    padding: 0;
    margin: 0;
}

.featured-quote .row {
    padding: 2.7rem;
    margin: 3rem 0 0 3rem;
   max-width: 70%;
}

.featured-quote p {
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    color: rgb(13,194,201);
}

.featured-quote .q {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.3;
}

.featured-quote .name {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: .8rem;
}

.banner-text {
    margin-top: 13rem !important;
    padding: 4rem 0 1.1rem 0;
}

.banner-text p {
    color: rgb(252,252,252);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    text-align: center;
}

.banner-text .lead {
    font-size: 2.4rem;
}

.banner-text .column.last {
    padding: 0 3rem;
}
.banner-text .last img {
    min-width: 116px;
    min-height: 116px;
}

/* ============================================== */
/* ------------------- SECTIONS ----------------- */
/* ============================================== */

.red {
    background: rgb(201,13,23);
    padding: 2rem;
}

.red p, .red .lead {
    color: #fff;
    line-height: 1.6;
}

.red p {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
}

.red .lead {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.red strong {
    font-weight: 700;
    font-size: 1.8rem;
}

.blue-text {
    color: rgb(0,246,255);
    font-weight: 700;
}

.gray {
    background: #f1f1f1;
    padding: 1.5rem;
}

.gray blockquote p {
    font-size: 2.1rem;
}

.gray p, .gray .button {
    margin-bottom: 0 !important;
}

.testimonials .name {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    color: rgb(13,194,201);
}

.gallery br {
    display: none;
}

.gallery dl {
    margin: 0;
}

/* ============================================== */
/* ------------------ MAIN MENU ----------------- */
/* ============================================== */

/* Fix sticky attaching to bottom when reloaded */

.sticky.is-anchored.is-at-bottom {
    top: 0 !important;
}

.contain-to-grid {
    margin-left: auto;
    margin-right: auto;
    background: #000;
    border-top: 1px solid rgb(229,17,29);
}

.sticky {
    width: 100%;
    z-index: 99999 !important;
    background: #000;
}

.title-bar {
  background: #000;
    width: 100%;
}

.top-bar {
  background: #000;
    padding: 0;
}

.top-bar ul {
  background: #000;
    z-index: 99999 !important;
}
.top-bar ul li {
  background: #000;
}

.top-bar ul li a {
    font-family: 'Raleway', sans-serif;
  font-size: .975rem;
    font-weight: 800;
    color: #fff ;
    text-transform: uppercase;
    line-height: normal;
    background: #000;
    border-bottom: 12px solid rgb(0,0,0);
    transition: color 300ms ease-in;
    padding: 1.3rem 1.5rem;
}

.top-bar ul ul {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    float: none;
    z-index: 99999;
}

.top-bar ul ul li {
    margin-left: 0;
    padding-left: 0;
}

.top-bar a:hover {
    color: #fff;
    background: rgb(229,17,29);
    border-bottom: 12px solid rgb(79,19,24);
}

.top-bar .is-dropdown-submenu-parent a:hover {
    border-bottom: none !important;
    color: #fff;
}

.top-bar ul ul li a {
    background: rgb(229,17,29);
    border: none;
    color: #fff;
    padding: .7rem 1rem;
    font-size: .975rem;
    transition: background 300ms ease-out, color 300ms ease;
}

.top-bar ul ul li a:hover {
    background: rgb(79,19,24);
    color: #fff !important;
    border: none;
}

.menu-text {
  color: rgb(229,17,29);
}

.title-bar-title {
    color: rgb(229,17,29);
}

.hamburger {
    margin: 3rem 0 0 0;
    text-align: right;
    transition: margin 300ms ease-in;
}

.menu-icon {
    width: 47px;
    height: auto;
}
.menu-icon::after {
    background: none;
    box-shadow: none;
    height: auto;
}
/*
.dropdown.menu .submenu {
  border: none;
}
*/
/* Width of Dropdown Menu */
.is-dropdown-submenu {
    min-width: 325px;
    border: 1px solid rgb(79,19,24);
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: rgb(229,17,29) transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent rgb(229,17,29);
}

.js-drilldown-back::before {
  border-color: transparent rgb(229,17,29) transparent transparent;
}

.js-dropdown-active {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  display: block;
}

    .menu-centered > .menu li {
        display: block;
    }

@media only screen and (max-width: 63.9375em) {
     .menu-text {
        display: none !important;
    }
    
    header .hdr {
        padding: 0;
    }
    
    .mobilehdr {
        /*border-bottom: 1px solid #76a0b0;*/
    }
    .top-bar {
        width: 100%;
    }
    .top-bar ul {
        margin: 0;
        padding: 0;
        float: none;
    }
    
    .top-bar ul ul li a {
        border-top: 1px solid rgb(229,17,29);
        background: rgb(229,17,29);
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .top-bar a:hover {
        background: rgb(79,19,24) !important;
        color: #fff !important;
    }
    .menu > li > a {
        text-align: center;
        border-bottom: none !important;
    }
    
    .menu.vertical {
        width: 100%;
        border-bottom: 2px solid rgb(79,19,24);
    }
    .menu.vertical > li {
        border-bottom: 1px solid rgb(229,17,29);
    }
    .menu.vertical > li:last-child, .menu.vertical > li li {
        border-bottom: none;
    }
    
    .menu.vertical > li li a:hover {
        background: rgb(79,19,24);
    color: #fff !important;
    }

}

@media only screen and (min-width: 53.562em) {
    /* Fixed Last Menu Dropdown From Going Off Screen */
      ul.menu li:last-child ul.submenu {
        /*width: 170px !important;
        min-width: 170px;
        max-width: 170px;*/
      }
    ul.menu li:last-child ul.submenu li {
      max-width: 170px;
    }
    
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    /* Force last dropdown open to the left instead of the right */
    .dropdown.menu.medium-horizontal > li:last-child.opens-right > .is-dropdown-submenu {
        right: -.4em !important;
        left: auto !important;
    }
}

.logo, .top-bar .menu {
    transition: text-align 300ms ease-out;
}

.menu.medium-horizontal > li {
        transition: flex 300ms ease-in;
    }

@media only screen and (min-width: 53.562em) and (max-width: 64em) {
    
    .top-bar {
        width: 100%;
    }
    
    .top-bar .menu {
        text-align: center;
    }
    .top-bar ul.submenu {
        text-align: left !important;
    }
    
    .menu.medium-horizontal > li {
        flex: 1 1 auto;
    }
}

/* ============================================== */
/* -------------------- BUTTONS ----------------- */
/* ============================================== */

.button-group {
    margin: .5rem .5rem 1.5rem .5rem;
}

.button-group .button {
    border-radius: 0 !important;
    padding: .5rem 1rem !important;
    font-size: 1.2rem !important;
}

.button-group img {
    padding: 0;
    height: 24px;
    width: auto;
    float: left;
    margin: 0;
}

.button, 
.button:link, .button:visited, .button:active,
.more-link:link, .more-link:visited, .more-link:active,
.comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, #commentform input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    color: #fff;
    text-transform: uppercase;
    background: rgb(13,194,201);
    border-radius: 8px;
    padding: .4rem 1.5rem;
    transition: background 300ms ease-out, color 300ms ease-out, font-size 300ms ease-in, padding 300ms ease-in;
}

.button:hover, .comment-reply-link:hover, #commentform input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(22,213,220);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], input[type="submit"],
.comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.5rem !important;
    color: #fff;
    background: rgb(201,13,23);
    text-transform: uppercase;
    border: none;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background 300ms ease-out, color 300ms ease-out, font-size 300ms ease-in, padding 300ms ease-in;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover,
.more-link:hover, gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover, .comment-reply-link:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(79,19,24);
}

.gform_wrapper .gform_footer {
    margin: .5rem auto;
    text-align: center;
}

/* ============================================== */
/* --------------------- FORMS ------------------ */
/* ============================================== */

input::placeholder, textarea::placeholder {
    color: rgb(201,13,23);
}

input:focus::placeholder {
    color: #fff;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
      border: 2px solid rgb(201,13,23);
  }

/* Default Form Stuff */

label {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.2rem !important;
    color: #2b2b2b;
    font-weight: 400 !important;
}

form span label {
    font-size: .875rem !important;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    border: 1px solid rgb(201,13,23);
    background: #fff !important;
    color: #2b2b2b !important;
}

form li {
    margin-bottom: 0;
}

.gform_wrapper .gfield_required {
    color: rgb(201,13,23) !important;
    font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: inherit !important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 600 !important;
}

/* ============================================== */
/* ---------------- SIDEBAR STUFF --------------- */
/* ============================================== */

.sidebar {
    font-family: 'Oswald', sans-serif;
}

.sidebox {
	clear: both;
    margin: 1rem 0;
}

.sidebox .accordion {
    margin-bottom: 1em;
}

.sidebar ul {
	margin: 0 !important;
	padding: 0 !important;
}

.sidebox .menu {
    display: block;
}
/* Custom Menus */

.sidebox .menu li {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
    display: block;
}

.sidebox .menu .current-menu-item a:hover {
	cursor: crosshair;
}

.sidebar .menu li a:link, .sidebar .menu li a:visited, .sidebar .menu li a:active,
.sidebar li.cat-item a:link, .sidebar li.cat-item a:visited, .sidebar li.cat-item a:active {
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    line-height: 1.2;
    background: rgb(201,13,23);
    text-decoration: none;
    transition: background 300ms ease-out, text-indent 300ms ease-out;
    padding: 1rem;
    width: 100%;
    height: auto;
    clear: both;
    display: block;
}

.sidebar ul li a:focus, .sidebox li a:hover, .sidebar ul .current-cat a:hover, .sidebar ul li a:visited, .sidebar ul li a:active, .sidebar ul.menu li a:hover, .sidebar ul.menu li a:focus, .sidebar ul.menu .current-menu-item a:hover,
.sidebar ul.menu li a:active, .sidebar ul.menu li a:active:hover, .sidebar ul.menu .current-menu-item a, .sidebar ul.menu .current-menu-item a:hover, .sidebar li.cat-item a:hover {
    color: #fff;
    background: rgb(79,19,24);
    text-decoration: none;
    text-indent: .5rem;
}

/* Default Categories Widget */

.sidebar li.cat-item {
    margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
    display: block;
}

/* Default Other Widgets */

.sidebox li {
    list-style-position: inside;
    color: #2b2b2b;
    font-size: .975rem;
}

.sidebox li a:link, .sidebox li a:visited, .sidebox li a:active,
.sidebox #recentcomments li a:link, .sidebox #recentcomments li a:visited, .sidebox #recentcomments li a:active{
    color: rgb(201,13,23);
    background: none;
    line-height: normal;
}

.sidebox li a:hover, .sidebox #recentcomments li a:hover {
    color: #2b2b2b;
    background: none;
}

/* Sidebar Search */

.sidebox form {
    max-width: 100%;
    display: block;
}

.sidebox .row {
    max-width: 87%;
}

/* ============================================== */
/* -------------------- FOOTER ------------------ */
/* ============================================== */

footer {
    clear: both;
    display: block;
    background: #000;
}

footer .red {
    padding: .2rem 0;
}

footer .red p {
    font-family: 'Oswald', sans-serif;
}

footer .red p a:link, footer .red p a:visited, footer .red p a:active {
    font-family: 'Oswald', sans-serif;
    transition: background 300ms ease-in;
    padding: .5rem 1.3rem;
    font-size: 1.8rem;
}


footer .red a:hover {
    color: #fff;
    background: #000;
}

.footer-logos {
    padding: 1rem .2rem;
    border-top: 3px solid rgb(201,13,23);
    background: #fff;
}

.footer-logos ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-logos li {
    display: inline-block;
    list-style: none;
    padding: .4rem 1rem;
}

.footer-menu {
    padding: 1rem 0;
}

footer p, footer li a:link, footer li a:active, footer li a:visited {
    font-size: .925rem;
    color: rgb(201,13,23);
}

footer p a:link, footer p a:visited {
    color: #fff;
    transition: color 300ms ease-out;
}

footer li a {
    display: inline-block;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    text-align: center;
}

footer li {
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

footer li a:link, footer li a:active, footer li a:visited {
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem;
    display: inline-block;
    transition: color 300ms ease-in;
}

footer li a:hover {
    color: #fff;
}

.social ul, .social li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.social li {
    display: inline-block;
    list-style: none;
    margin: 0 .2rem;
}

.social a {
    display: inline-block;
}

.social a:link, .social a:visited, .social a:active {
    background: rgb(201,13,23);
    border-radius: 7px;
    padding: .4rem;
    transition: background 300ms ease-out, border-radius 300ms ease-out;
}

.social a:hover {
    background: #000;
    border-radius: 7px;
}

.social img {
    margin: 0 !important;
}

.top-bar .social a {
    max-height: 33px;
    width: auto;
    padding: .1rem;
    line-height: normal;
}

.footerbtm {
    border-top: 1px solid rgb(201,13,23);
    padding: 3rem 1rem 2rem 1rem;
}

.copyr p {
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
}

.copyr ul {
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.copyr li {
    margin: 0;
    padding: 0;
}

.copyr li {
    display: inline-block;
    list-style: none;
}

.copyr li {
    border-right: 1px solid #fff;
}

.copyr li:last-child {
    border: none;
}


.copyr li a:link, .copyr li a:visited, .copyr li a:active {
    color: #fff;
    display: block;
}

.copyr li a:hover {
    color: rgb(201,13,23);
}

.copyr p a:link, .copyr p a:visited, .copyr p a:active {
    color: #fff;
}

.copyr p a:hover {
    color: rgb(201,13,23);
}

/* --------------------------------------- */
/* ------------- TESTIMONIALS  ----------- */

/* -------- Homepage Testimonials  ------- */

.testimonials.row {
    display: block;
}


#iantestimonials.owl-theme .owl-controls {
    z-index: 99999 !important;
}

#iantestimonials.sa_owl_theme .owl-nav div {
    height: 51px !important;
    width: 25px !important;
}

#iantestimonials.owl-theme .owl-controls .owl-buttons .owl-prev,
#iantestimonials.sa_owl_theme .owl-nav .owl-prev {
    background: url(images/prev.png) no-repeat center center !important;
}


#iantestimonials.owl-theme .owl-controls .owl-buttons .owl-next,
#iantestimonials.sa_owl_theme .owl-nav .owl-next {
    background: url(images/next.png) no-repeat center center !important;
}

#iantestimonials .box-image {
    display: none !important;
}

#iantestimonials p {
    color: rgb(13,194,201) !important;
    margin-bottom: 0;
    font-style: italic;
}

#kstestimonial img {
    margin: 1rem auto;
}

/* ------ TESTIMONAIALS PAGE -------- */

.tquotes {
    background: #ffffff;
    border-radius: 7px;
    margin: 1rem 0;
    padding: 2.5rem;
}

.tlogo {
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
}

.tlogo img {
    max-width: 50%;
    max-height: 90px;
    width: auto;
    height: auto;
    margin: 0;
}

.tquotes p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}

.tquotes blockquote p {
    font-size: 1.6rem;
    text-align: center;
}

.tquotes blockquote, .tquotes blockquote p {
    font-style: normal;
    color: #7b7b7b;
    font-size: 1.3rem;
    font-weight: 700;
}

.tquotes blockquote p::before, .tquotes blockquote p:last-child::after {
    color: #8a8a8a;
    font-family: Georgia, Times New Roman, serif;
}

.tquotes blockquote p::before {
    font-size: 2.5rem;
}

/* RESUME PAGE */

.resumetop .column {
    text-align: center;
    padding: .5rem;
}

.resumetop p, .resumetop .column-block {
    margin-bottom: 0;
}

.resumetop {
    /*border-bottom: 2px solid rgb(201,13,23);*/
    background: #f2f2f2;
    padding: .5rem;
    margin-bottom: .2rem !important;
}

.resumetop img {
    max-width: 300px;
    height: auto;
}

.multicol {
    text-align: center;
}

.multicol img {
    padding: .5rem;
}

/* ================================================ */
/* ------------- EXTRAS / DEFAULT STUFF ----------- */
/* ================================================ */


/* Hide widget titles */

.hide { display: none; }

/* Accordions */

ul.accordion li {
    list-style: none;
    margin-bottom: 0;
}

.accordion-title {
    font-size: 1.1rem;
}

/* --- Comments --- */

.comments-area {
    border: 1px solid #000;
    padding: 1rem 2rem;
}

h3#comments {
    font-family: 'Raleway', sans-serif;
    color: rgb(201,13,23);
    font-size: 1.5rem;
    background: #fff;
    padding: .5em 0;
    text-transform: none;
}

.commentlist {
    margin: 0;
    font-size: 1rem;
    width: 100%;
}

.commentlist p {
    font-size: .975rem;
}

.commentlist li {
    border: 1px solid rgb(79,19,24);
    font-size: 1rem;
    padding: .5em .1em 1em 1em;
    color: #fff;
}

#respond {
    width: 100%;
}

.says {
    font-size: .875rem;
    color: #fff;
}

.commentlist li a, #respond a {
    color: rgb(201,13,23);
}

.comment-meta, .logged {
    font-size: .8rem;
    margin-bottom: 1em;
}

#commentform textarea {
    background: #fff;
    border: 1px solid rgb(201,13,23) !important;
}

.blog-section-title {
    padding: 1rem;
    text-align: center;
}

.post-title {
    font-family: 'Raleway', sans-serif;
    color: rgb(79,19,24);
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    text-align: left;
}

.post-title.catpg {
    font-size: 1.7rem;
}

.post-title a {
    color: rgb(79,19,24) !important;
    text-decoration: none !important;
}

.article-excerpt {
    display: block;
    clear: both;
    margin-bottom: 1em;
    width: 100%;
}

.article-excerpt .button {
    font-size: 1rem;
    clear: both;
    padding: .5rem 1rem !important;
    text-align: right;
    border-top: none;
    color: rgb(79,19,24);
    width: 100%;
    display: block;
}

.article-excerpt .button:hover {
    background: rgb(79,19,24);
    color: #fff;
}

/* Featured Image -- Width set in media queries below */

.article-excerpt .featured-img {
    padding: 0;
}
    
.article-excerpt .featured-img img {
    max-width: 295px;
    height: auto;
    margin: 0 1rem 0 0;
}

.featured-article {
    padding: 0;
}

.subfeatured-articles .article-excerpt .featured-img img {
    max-width: 95px;
}

.article-excerpt .date, .article-excerpt .category, .cat-pub span, .tagged, .tagged li {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 1rem;
    margin: 0;
}

.article-excerpt .column {
    padding: 0;
}

.tagged {
    margin: 0 auto 1rem auto;
    border-bottom: 1px solid rgb(79,19,24);
    padding-bottom: .3rem;
}

.tagged ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tagged li {
    display: inline;
    list-style: none;
}

.tagged li a {
    padding: .2rem;
    margin: .2rem;
    display: inline-block;
    border: 1px solid rgb(79,19,24);
}

.article-excerpt .category {
    background: #fff;
    border-radius: 10px;
}

.article-excerpt .category a:link, .article-excerpt .category a:active, .article-excerpt .category a:visited,
.cat-pub span a:link, .cat-pub span a:active, .cat-pub span a:visited {
    color: #000;
    font-weight: 400;
}

.article-excerpt .category a:hover, .cat-pub span a:hover {
    color: #2b2b2b;
}

.article-excerpt .follower p {
    font-size: 1.1rem;
}
/*
.featured img {
    float: right;
    max-width: 40%;
    border-radius: 7px;
    margin: 0 0 1rem 1rem;
}
*/

.article-excerpt-title-row {
   padding: 0 0 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.article-excerpt-date-row {
    padding-bottom: 1rem;
}
    
.alignnone {
	display: inline;
}


.alignright { float: right; padding: 0;
	margin: 10px 0 0 25px; }
.alignleft { float: left;
padding: 0;
	margin: 10px 25px 0 0;}
.aligncenter { display: block; padding: 0;
	margin: 10px auto; }


.article-content .attachment-post-thumbnail {
    margin-bottom: 1.5em;
}

/* Blog Description */

.blogdesc, .tagtitle {
    border-bottom: 1px solid rgb(79,19,24);
    padding: 1rem;
    margin-bottom: 1rem;
}

.blogdesc p {
    font-size: .875rem !important;
    color: #333;
    color: rgb(118,160,176);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
}

/* Tag Title at Top */

.tagtitle p {
    color: rgb(201,13,23);
    font-weight: bold;
    margin: 0;
}

.wp-caption {
	background: #f1f1f1;
    border: 1px solid rgb(201,13,23);
	text-align: center;
	padding: .5rem;
	color: #2b2b2b;
	font-size: .875rem;
	display: block;    
    max-width: 100%;
}
	.wp-caption a {
		line-height: 0.11em;
		font-size: .875em;
	}
	.wp-caption a:hover {
		color: #2b2b2b;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
        box-shadow: none;
	}
	.wp-caption-text {
		font-size: .875rem;
		color: #2b2b2b;
		padding: 3px !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 1rem;
	line-height: 16px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-paginate {
    text-align: center;
    margin: 0 auto;
}

.wp-paginate li, .wp-paginate li .span {
    font-size: .9rem !important;
    font-weight: 700 !important;
}

.wp-paginate .current {
	background: rgb(201,13,23) !important;
	border: none !important;
}

.wp-paginate a {
	font-weight: 700 !important;
    background: rgb(79,19,24) !important;
	color: #FFFFFF !important;
	border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.wp-paginate a:hover {
	background: rgb(201,13,23) !important;
	color: #FFFFFF !important;
}



/* ============================================== */
/* ----------------- BREAKPOINTS ---------------- */
/* ============================================== */

/* --------------------------- */
/* ----- ALL RESOLUTIONS ----- */
/* --------------------------- */

.no-margin {
    margin: 0;
}

main .widget-title {
    display: none;
}

.sidebar .widget-title {
    display: block;
}

.padded {
    padding: 1.5rem;
}

.padded-top {
    padding-top: 2rem;
}

.featured-img img {
        max-width: 295px !important;
        height: auto;
    }
    
    .featured-img {
        max-width: 295px;
        max-height: 295px;
        margin-right: 1rem;
        margin-bottom: 1rem;
        overflow: hidden;
    }

/* ---------------------------- */
/* ----- LARGE RESOLUTION ----- */
/* ---------------------------- */

/* 1024px and up */

@media only screen and (min-width: 64em) {
    
    .top-bar {
        padding: 0 1.5rem;
    }
    
    .menu-centered > .menu {
        display: inline-flex;
        text-align: center;
        width: auto;
        max-width: none;
        margin: 0 auto;
    }
    
    .copyr .column:last-child {
        text-align: right;
    }
}

/* ----------------------------- */
/* ----- MEDIUM RESOLUTION ----- */
/* ----------------------------- */

/* 640px to 1023px */

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    
    .featured-img {
        max-height: 100px;
        max-width: 100px;
    }
    
    .article-excerpt .featured-img img {
        max-width: 100px !important;
    }

}

/* SMALL + MEDIUM */

@media only screen and (max-width: 63.9375em) {
    
   .top-bar .social {
       display: none;
   }
    
    .date, .category {
        flex: none;
        margin: .2rem 0;
    }
    
    .date, .category {
        padding: .5rem;
        text-align: right;
    }
    
    .category a {
        padding: 1rem 0;
        margin: 0 1rem;
    }
    
    .social ul {
        text-align: center;
    }
    
    footer .social li {
        display: inline-block !important;
        width: auto;
        clear: none;
    }
    
    footer .social {
        margin-top: 1rem;
    }
        
    .footerbtm .inline, .copyr ul, .copyr p {
        text-align: center;
    }
    
    .footerbtm .inline {
        margin-bottom: 1rem;
    }

}

@media only screen and (min-width: 841px) {
    .ianmobile {
        display: none;
    }
}

@media only screen and (max-width: 840px) {
    
    .ianhome {
        min-height: inherit;
        background: #000;
    }
    
    .featured-quote {
        width: 100%;
        height: auto;
        /*background: rgba(48,28,112,.9);*/
        background-size: 170%;
        background-position: center center;
    }
    
    .featured-quote .row {
        margin: 0;
        max-width: 100%;
        padding: .5rem;
    }
    .featured-quote p {
        text-align: center;
    }
    
    .featured-quote .q {
        font-size: 1.6rem;
    }
    .featured-quote .name {
        font-size: 1.4rem;
    }
    
    .banner-text {
        padding: 0;
        margin: 0 !important;
    }
    
    .banner-text .column {
        width: 100%;
        flex: none;
    }
    
    .banner-text p {
        font-size: 1.8rem;
    }
    
    .banner-text .lead {
        font-size: 2rem;
    }
    
    .red {
        padding: 1.5rem;
    }
    
    .red .lead {
        font-size: 1.8rem;
    }
    
    .red .column {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .red p {
        font-size: 1.5rem;
    }
    
    footer .red a {
        padding: .5rem;
    }
    
    footer p a {
        width: 100%;
        display: block;
        margin: .1rem 0;
    }
    
    footer .social {
        margin: .3rem 0;
    }
    
    .footer-menu li {
        display: block;
    }
    
    .footer-menu ul, .footer-menu li, .footer-menu li a:link {
        display: block;
        width: 100%;
    }
    
    .footer-menu li a:link {
        padding: 1.5rem;
    }
    
    .footer-menu li {
        border: 1px solid rgba(201,13,23,.5);
        margin-bottom: .2rem;
    }
}

@media only screen and (max-width: 864px) {
    
    .alignright, .alignleft {
        float: none;
        clear: both;
        margin: 0 auto;
        padding: .5rem 0;
        display: block;
        
    }
    
    .gray blockquote p {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .testimonials .name {
        font-size: 1.4rem;
        text-align: center;
    }
    
    .footer-logos li {
        margin: .5rem;
    }
    
}

/* ----------------------------- */
/* ------ SMALL RESOLUTION ----- */
/* ----------------------------- */

/* 639px and under */

@media only screen and (max-width: 39.9375em) {
    
    .row {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    
    .row .row, .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .tagline, .contactinfo li {
        text-align: center;
    }
    
    footer {
        text-align: center;
    }
    
    footer li, ul.inline li {
        display: block;
        text-align: center;
        width: 100%;
        clear: both;
    }
    
    footer ul {
        text-align: center;
    }
    
    footer a {
        display: block;
    }
    
    .button {
        display: block;
        font-size: 1.5rem !important;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2, h3 {
        font-size: 1.875rem;
    }
    
    p { 
        font-size: 1.2rem;
    }

    
	main ul, main ol, main dl {
        margin-left: 1em;
        padding-left: .9em;
    }
    
    ul.accordion {
        padding-left: 0;
    }
    
    .accordion-title {
        padding: .5em;
    }
    
    .accordion-title:before {
        top: 40%;
    }
    
    .submenu li {
        text-align: center;
    }
    /*
    .sidebar ul {
        text-align: center;
    }
    */
    .sidebar {
        border-top: 1px solid #eaeaea;
    }

    img, img.alignright, img.alignleft, .featured-img img {
    	display: block;
    	float: none;
    	margin: 0 auto .5rem auto !important;
        text-align: center;
    }
    
    .article-excerpt .category {
        display: none;
    }
    
    .article-excerpt .leader {
        margin-bottom: 1rem;
    }
    
     .featured-img {
        display: none;
    }
    
    .article-excerpt, .row.leader {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    main {
        padding: 0 1rem;
    }
    
    .gallery-item {
        width: 100% !important;
    }
}


@media only screen and (orientation: portrait) {
    
}

@media only screen and (orientation: landscape) {
   
}