/**************************************************/


/*** LAYOUT & STRUCTURE ***************************/


/**************************************************/

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-position: center top;
    background-repeat: repeat;
    background-image: url("http://innesandpartners.com/accountants/wp-content/themes/bretheon/images/overlays/3.png");
}

.container {
    max-width: 1000px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -110px;
    /* equal to footer height */
}

.site-footer,
.page-wrap:after {
    height: 110px;
}

.page-wrap:after {
    content: "";
    display: block;
}

header {
    height: 135px;
}

.header-wrap {
    position: relative;
    background-color: #FFF;
    height: 135px;
}

#logo {
    display: block;
    overflow: hidden;
    float: left;
    z-index: 101;
    padding: 40px 15px 0;
    position: absolute;
    width: 100%;
}


/*
.columns {
    float: left;
    display: inline;
}
*/

.addons {
    background: url("../images/header_addons.png") repeat-x scroll left top transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.addons > .social {
    float: left;
    position: relative;
    background: url("../images/sep_shadow.png") no-repeat scroll right top transparent;
    padding: 20px 15px;
}

.social ul {
    list-style: outside none none;
}

p.phone {
    display: block;
    float: left;
    text-align: right;
    color: #933939;
    background: url("../images/sep_shadow.png") no-repeat scroll right top transparent;
    padding: 22px 18px;
}

p.mail {
    display: block;
    float: left;
    text-align: right;
    padding: 22px 18px;
}

.fa-phone,
.fa-envelope {
    margin-right: 5px;
    color: #40464D;
}

.site-nav {
    display: block;
    float: right;
    margin-top: 85px;
}

.site-nav > ul {
    min-width: 140px;
    float: left;
    position: relative;
    list-style: outside none none;
}

.site-nav > ul > li {
    margin: 0px;
    position: relative;
    z-index: 103;
    float: left;
}

.site-nav > ul > li > a {
    padding: 7px 10px;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    font-family: Patua One, Arial, Tahoma, sans-serif;
    font-weight: 300;
    color: #242424;
}

.site-nav > ul > li > a:hover {
    color: #FFF;
    background: none repeat scroll 0% 0% #E12B2B;
    border-color: #E12B2B;
    text-decoration: none;
}

article {
    padding: 50px 10px 60px;
}

.scrollup {
    text-align: center;
    display: block;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 35px;
    color: #000;
    opacity: 0.2;
    z-index: 1000;
    border-radius: 3px;
    font-size: 35px;
    cursor: pointer;
}


/**************************************************/


/*** PAGE STYLING *********************************/


/**************************************************/

.site-footer {}

.office-col {
    padding-top: 20px;
    background: url("../images/sep_shadow.png") no-repeat scroll right top transparent;
    margin-bottom: 0px;
}

.office-col p {
    font-family: Patua One, Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #2A2F35;
}

.horizontal {
    background: url("../images/hr.png") repeat-x scroll left top transparent !important;
    height: 10px;
}

.menu_bottom {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 20px;
}

.menu_bottom ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.menu_bottom ul li {
    display: inline-block;
    margin-top: 10px;
}

.menu_bottom ul li a {
    display: block;
    padding: 0 10px 7px;
    margin: 0;
    color: #717171;
}

.menu_bottom ul li a:hover {
    color: #E31E1E;
    text-decoration: none;
}

.copyright {
    margin-top: 30px;
    padding: 20px 0 40px;
}

.copyright img {
    display: inline-block;
}

.copyright p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-family: Patua One, Arial, Tahoma, sans-serif;
    color: #2A2F35;
    font: 700;
}

.main {
    background: white;
}

.side {
    padding: 50px 25px 50px 15px;
}


/**************************************************/


/*** TYPE STYLING *********************************/


/**************************************************/

* {
    font-family: 'Titillium Web', Arial, Tahoma, sans-serif;
    margin: 0;
}

p,
li,
ol {
    color: #676F76;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 15px;
}

p {
    text-align: justify;
}

a {
    color: #BC1111;
    text-decoration: none;
}

a:hover {
    color: #BC1111;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Patua One', Arial, Tahoma, sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
}

h2,
.tabContent h1 {
    font-size: 20px;
    line-height: 23px;
    color: #313131;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    color: #BC1111;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    color: #676F76;
}

article ul {
    list-style: outside none disc;
    margin-bottom: 15px;
    padding-left: 30px;
}

article li {
    margin-bottom: 5px;
    font-weight: 700;
}


/**************************************************/


/*** TABLE STYLING ********************************/


/**************************************************/

article table {
    margin-top: 15px;
    margin-bottom: 15px;
}

article table th,
article table td {
    padding: 14px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
}

article table th * {
    margin: 0;
}

article table th h3 {
    font-size: 14px;
    line-height: 18px;
    color: #676F76;
    text-align: center;
}


/**************************************************/


/*** MENU STYLING *********************************/


/**************************************************/

nav ul {
    margin-top: 0;
    padding: 0 15px;
}

nav ul li {
    display: block;
    margin-bottom: 5px;
}

nav ul li a,
.slicknav_nav li a {
    display: block;
    color: #CC1515;
    font-weight: 700;
    padding-left: 27px;
    margin-left: 0px;
    background: url("../images/list_arrow.png") no-repeat scroll 0px 2px transparent;
}

nav ul li a:hover,
.slicknav_nav li a:hover,
.active {
    text-decoration: underline;
    color: #BC1111;
}


/**************************************************/


/*** MOBILE-MENU SPECIFIC STYLING *****************/


/**************************************************/

#mobile-menu {
    padding: 8px 18px;
    display: none;
    background: none;
    position: absolute;
    right: -5px;
    top: 50px;
    color: #000;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 1500;
}

.slicknav_menu {
    color: white;
    background: #F4F4F4;
    text-align: left;
    width: 320px;
    position: absolute;
    top: 50px;
    right: 15px;
}

.slicknav_menu a {
    color: white;
}

.slicknav_nav {
    padding: 0;
    margin: 10px 0;
}

.slicknav_nav li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.slicknav_nav li a {
    padding: 0 10px;
    background: none;
    color: #313131;
    line-height: 19px;
}


/**************************************************/


/*** HERO BANNER **********************************/


/**************************************************/

.hero {
    background: url("../images/subheader_overlay.png") no-repeat center top !important;
    border-bottom: 5px solid #E12B2B;
    position: relative;
    z-index: 100;
    height: 95px;
    padding: 0;
}

.hero h1 {
    font-size: 31px;
    line-height: 31px;
    margin: 18px 25px 5px;
    font-weight: 100;
    text-align: left;
    color: #FFF;
}


/**************************************************/


/*** TAX RATES STYLES *****************************/


/**************************************************/

.tabControl > div {
    background: #BC1111;
    border-bottom: 6px solid #BC1111;
    color: #fff;
    font-size: 16px;
}

.tabControl {
    margin-bottom: 25px;
}

.tabControl > div.selected {
    border-bottom-color: #676F76;
}

.tabContent img {
    border-top: 0;
    border-bottom: 7px solid #BC1111;
}


/**************************************************/


/*** MEDIA QUERIES ********************************/


/**************************************************/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    /* custom breakpoint */
    #mobile-menu {
        display: block;
    }
    .slicknav_menu {}
}

@media only screen and (max-width: 992px) {
    .site-nav {
        display: none;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .site-nav {
        display: none;
    }
    p.mail {
        display: none;
    }
    p.phone {
        background: none;
    }
    article {
        padding: 30px 0 40px;
    }
    .side {
        padding: 30px 5px 50px 15px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #logo {
        padding: 30px 15px 0;
    }
    #logo img {
        width: 260px;
        height: auto;
    }
    #mobile-menu {
        display: block;
        padding: 8px 15px;
        right: 0px;
        left: 0px;
        top: 72px;
        font-size: 28px;
    }
    .slicknav_menu {
        width: 300px;
        top: 50px;
        left: 0;
        right: 0;
    }
    .addons {
        right: 0px;
        left: 0px;
        top: 0px;
    }
    .addons > .social {
        background: none;
    }
    p.phone {
        display: none;
    }
    .hero {
        height: 165px;
    }
    .hero h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .side {
        padding: 30px 5px 15px 15px;
    }
    article {
        padding: 20px 10px 50px 10px;
    }
    .office-col {
        background: none;
    }
    .menu_bottom ul {
        top: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .menu_bottom ul li {
        margin: 0;
    }
    .copyright {
        position: relative;
        top: 50px;
        margin-top: 30px;
        padding: 20px 0 20px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}