/*
Theme Name: Radford Tax 2015
Theme URI: 
Author: Ash at Practice Advantage
Author URI: http://practiceadvantage.com.au/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** MAIN **/
body{
    color:#464646;
    padding:0; margin:0;
    font-family: 'Raleway', sans-serif;
    background: #fff;}

#main, footer, footer span, section{    overflow:hidden;}

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6, p{margin:10px; padding:10px;}
h1, h2{ 
    font-size:30pt;
    color:#8b0b24;
    font-weight: normal;
    text-transform: uppercase;}
h2{
    color:#464646;
    font-size:30pt;
    text-transform: uppercase;}
h3{ font-size:18pt;
    text-transform: capitalize;}
h4{ font-size:16pt;
    text-transform: capitalize;}
h5{ font-size:16pt;
    text-transform: capitalize;}
h6{ font-size:12pt;
    text-transform: capitalize;
    font-weight: normal;}
p{  
    font-size:12pt;
    line-height: 20pt;}
p a{    color:#8b0b24;}
a{  color:inherit;}
a img, img a{border:none;}
a{  text-decoration:none;}
ul li{
    padding:8px;}
p strong, p b{color:#8B0B24;}
button{
    transition: 0.3s ease-in;
    text-transform: uppercase;
    padding:10px 15px;
    font-weight: bold;
    color:#8b0b24;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    background: none;
    border:1px solid #8b0b24;}
button:hover{
    color:#fff;
    background: #8b0b24;}

/** HEADER **/
header{
    height:140px;
    width:100%;
    text-align: center;
    margin:0; padding:0;}

header img{ height:80px; margin:5px 10px 5px 10px;}

header h6{width:100%; text-align:center; margin-top: 5px; color:#8b0b24;text-transform:none; font-weight:normal; font-size: 13pt;}

section{
    background:url(img/banner.jpg) top center no-repeat;
    background-size:cover;        
    width:100%;
    border-bottom: 1px solid #464646;
    position: relative;
    padding:15% 0;}
section.inner{
    background-position: top center;
    padding:6% 0;}
section.inner #buttons{
    display: none;}

#home button{
    background:#8b0b24;
    color:#fff;
    border:2px solid #8b0b24;
    margin-top: 45px;
    font-weight: normal;
    font-size: 16pt;
    padding:15px 25px;}
#home button:hover{
   
    opacity: 0.8;
}



#buttons{
    position: absolute;
    bottom:0;
    background:url(img/grey-70.png);
    overflow: hidden;
    padding:0; 
    margin:0;
    width:100%;}
#buttons .wrap{    
    width:1200px;
    padding:0;}
#buttons .col4{
    width:22.5%;
    color:#fff;
    border-left:1px solid #fff;
    margin:10px 0; padding:1%;
    float:left;}
#buttons .col4:first-child{
    border-left: none;}
#buttons p::before{
    content:">> ";}

#bread{
    display: block;
    width:100%;
    background: #fff;
    overflow: hidden;}
#bread p{
    padding:0 10px;
    color:orange#8b0b24;
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;}
/** NAVIGATION **/
nav *{
    transition: 0.2s ease-in;}
nav{
    width:100%;
    background: #8b0b24;
    padding:0; 
    height:46px;
    margin:0;}
nav ul{
    width:100%;
    margin:0 auto;
    text-align: center;
    padding:0;}
nav ul li{
    height:20px;
    list-style: none;
    padding:14px 15px;
    margin:0;
    color:#fff;
    text-transform: uppercase;
    position: relative;
    font-size: 12pt;
    display:inline-block;
    text-align: center;}
nav ul li a{color:inherit;}
nav ul li:hover{background:#a40a28;}
nav ul li.current-menu-item{background:#a40a28;}

/** DROP DOWN **/
nav ul li ul{
        display: none;
        padding:0;
        position: absolute;
        top:45px; 
        left:0;
        z-index: 100;
        width:100%;}
nav li:hover ul{
        display:table;}
nav li ul li{
    width:200px;
    text-align: left;
    background:#a40a28;
    text-transform: capitalize;
    border-top:1px solid #fff;
    padding:10px 15px;
    margin:0;}
nav li ul li:hover{
    background:#8b0b24;}

/** CONTENT **/
#main, #inner{
    width:100%;
    margin:0; padding:0;}
h1.box::first-letter, h2.box::first-letter{
    color:#fff;
    background: url(img/h1-back.png) no-repeat center center;
    background-size: contain;
    padding:17px;}

.wrap{
    padding:30px 0;
    width:80%;
    max-width: 1200px;
    margin:0 auto;}
footer span .wrap, header .wrap, nav .wrap{
    padding:0;}

/** BLOG **/
#blog .sidebar{
    float:right; 
    margin:25px 50px;
    width:25%;
    text-align: left;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    display: block;
    border:1px solid #ccc;
    padding:20px 10px 40px 10px;}
#blog .sidebar h4{
    text-align: left;}
#blog .sidebar ul{
    margin:0; padding:0;}
#blog .sidebar ul li{
    padding:10px 5px;
    text-align: left;
    list-style:none;}
#blog span p, #blog-item span p{
    color:#8b0b24;
    padding:0 10px;
    margin:0 10px;
    margin-top: -10px;
    font-size: 10pt;
    margin-bottom: -10px;
    font-style: italic;
    font-weight: bold;}
#blog .sidebar span p{
    padding:1px 0 0 0;
    margin:0;}
#blog p a{
    margin:0; 
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    border:1px solid #8b0b24;
    padding:10px 15px;}

#services{
    overflow: hidden;}
#services .wrap{
    padding:0;}
#services .col6{
    width:16.66%;
    float:left;
    transition: 0.2s ease-in;
    padding:20px 0;
    text-align: center;}
#services .col6 h4{
    text-align: center;
    font-size: 13pt;
    text-transform: uppercase;
    padding:10px 0;}
#services .col6 p{
    line-height: 16pt;
    height:340px;
    font-size: 11pt;
    padding:10px 20px; margin:0;
    text-align: left;
} 
#services .col6 button{
    border:none;
    border-radius:0px;
    background:#e4e4e4;}
#services .col6 button::before{
    content:" > ";
    background:#8b0b24;
    color:#fff;
    font-size: 12pt;
    margin-right: 10px;
    margin-left:-15px;
    padding:10px 12px 11px 15px;}
#services .col6:hover{
    background:#e4e4e4;}
#services .col6:hover button{
    background:#fff;}
#services .col6:hover button:hover{
    background:#8b0b24;}

#quote{
    background: url(img/banner-2.jpg);
    text-align: center;
    margin:60px 0 0 0;
    clear: both;
    padding:7% 0;}
#quote h2{
    text-transform: none;
    color: #fff;
    font-size: 40pt;}
#quote button{
    background:#8b0b24;
    color:#fff;
    border:2px solid #8b0b24;
    margin-top: 45px;
    font-weight: normal;
    font-size: 16pt;
    padding:15px 25px;}
#quote button:hover{
    border:2px solid #fff;
    background:none;}

#news{
    width:70%;
    background:#e4e4e4;
    padding:30px 15% 80px 15%;;
    text-align: center;}
#news p.date{
    font-style: italic;
    color:#8b0b24;
    font-weight: bold;
    display: block;
    margin:0; padding:0;
    margin-top:-15px;}
#news button{
    background:#8b0b24;
    color:#fff;
    float: left;
    margin:0 auto;}
#news button.ff{
    margin-left:36%;
    margin-right:25px;}
#news ul{margin-left:150px;}
#news li p{padding:0; margin:0;text-align:left;}
#assoc{
    text-align: center;
    padding:30px 0;}
#assoc img{
    margin:5px 15px;
    height:100px;}

/** FOOTER **/
footer{
    width:100%;
    color:#fff;
    background:#464646;
    margin:0; padding:0;}
footer ul{
    list-style: none;
    padding:0;
    padding-bottom: 20px;
    margin:0;
    float:left;
    width:20%;}
footer ul li{
    color:#fff;
    width:90%;
    font-size: 11pt;
    padding:6px 0;}
footer ul li.top, 
footer ul li:first-child{
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;}
footer ul.last{
    float: right;
    text-align: right;}
footer span{
    width:100%;
    display:block;
    border-top: 2px solid #fff;
    padding:20px 0;
    margin:0;}
footer span img{
    float: left;
    margin:20px;}
footer span p{
    padding:10px;
    font-size: 12pt;
    line-height: 22pt;
    float: right;
    text-align: right;
    margin:10px;}
footer span p a{color: inherit;}
footer ul.nn{
    width:40%;}
footer ul.nn p{
    color:#e5e5e5;
    font-size: 10pt;
    margin:0; padding:0;}
/** SPECIAL **/
#googleMap{
    width:100%;
    z-index: 1000;
    overflow: hidden;
    border-bottom: 3px solid #464646;
    min-height: 400px;}

/** GFORMS **/
#gform_1{
    width:90%;
    margin:0;
    padding:20px;
    margin-top:-50px;
    border-radius: 3px;
    padding-left: 20px;}
#gform_1 li{
    padding:10px 0 0 0;
    margin:0;
    width:50%; float:left;
    clear: none;}
#gform_1 li label{
    padding:0; margin:0;}
#gform_1 li input{
    margin:0;
    padding:5px 2px;
    border:1px solid #ccc;
    width:80%;}
#gform_1 li#field_1_5, #gform_1 li#field_1_1, #gform_1 li#field_1_6{
    width:100%;}
#gform_1 li textarea{
    border:1px solid #ccc;
    height:80px;
    width:90%;}
#gform_1 input[type="submit"]{
    padding:10px 15px;
    text-transform: uppercase;
    background:#8b0b24;
    color:#fff;
    margin-left:10px;
    transition: 0.5s ease-in-out;
    border:2px solid #8b0b24;
    font-weight: bold;}
#gform_1 input[type="submit"]:hover{
    background:#fff;
    color:#8b0b24;}

/** MEDIA QUERIES **/

@media only screen and (max-width : 1199px) {
.wrap, #buttons .wrap{
        width:95%;} 
#services .col6{
    height:400px;
    padding-bottom: 70px;
    width:33.33%;}
#services .col6 p{
    padding-bottom: 25px;
    height: auto;    }
#buttons .col4{
        padding:0; margin:0; width:24%;    }
#buttons .col4 h4, #buttons .col4 p{
    margin:0;   }    
}

@media only screen and (max-width : 1009px) {
/** COLS **/
.col2, .col3, .col4, .col5, .col6{
    width:46%;}
    nav ul li{
        padding-left:5px; padding-right: 5px;
        font-size: 11pt;}    
}
@media only screen and (max-width : 899px) {
#news{
    width:100%;
    padding-left:0;
    padding-right:0;}  
#buttons .col4, #buttons{display: none;}    
header img{
    height:auto;
    width:40%;   }
nav ul li{
    font-size: 10pt;}    
#services .col6 h4{height:50px;}
#services .col6{height:250px;}
#services .col6 p{display: none;}
footer ul, footer ul.nn{
    height:450px;
    width:50%;}

}

@media only screen and (max-width : 699px) {  
nav ul li{
    font-size: 10pt;
    padding-left:2px; 
    padding-right: 2px;
    margin:0;   }    
nav, nav ul{
    width:100%;    
    padding:0; margin:0;}
header button, header h6{display:none;}
}

@media only screen and (max-width : 499px) {
#services .col6, #news {display: none;}
.col2, .col3, .col4, .col5, .col6{
    width:96%;}
    footer ul{text-align: center; width:50%;}
    footer ul.nn, footer ul.last{display:none;}
    footer span p{text-align: center;}    
#home button{width: 80%;}
}

