/*
 Theme Name:   AWS Reseller Child
 Description:  Inspire Base Child Theme
 Author:       Spirit IT
 Author URI:   http://spirit-it.com.au
 Template:     inspire-base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('http://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i|Open+Sans:300,400,400i,600,700,700i');

/* Typography Start Here*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 11px;
    font-family: Cabin, sans-serif;
    line-height: 120%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #2a000f;
}
.h1 { font-size: 44px; }
.h2 { font-size: 34px; }
.h3 { font-size: 28px; }
.h4 { font-size: 24px; }
.h5 { font-size: 18px; }
.h6 { font-size: 16px; }

p {
    font-size: 17px;
    color: #2a000f;
    font-weight: 400;
}
a:hover, p a:hover {
    color: #f08d14;
    text-decoration: underline;
}
.whitefont
.whitefont h1,
.whitefont h2,
.whitefont h3,
.whitefont h4,
.whitefont h5,
.whitefont h6,
.whitefont .h1,
.whitefont .h2,
.whitefont .h3,
.whitefont .h4,
.whitefont .h5,
.whitefont .h6,
.whitefont p{
    color: #fff;
}

/* Typography END Here*/
body {
    font-family: 'Open Sans',sans-serif;
    color: ##2a000f;
}
/* Header Start Here */

.grid-container {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
}
div#headercontainer {
    -webkit-box-shadow: 0px 6px 19px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 19px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 19px 1px rgba(0,0,0,0.75);
    background-color: #031c81;
    padding-top: 10px;
}
.header_top_container p{
    margin-bottom:  0;
}
.header_main_contaier {
    padding: 25px 0 10px;
}
.header_main_contaier>div>div:first-child {
    display: none;
}
.header_main_contaier>div>div:last-child{
    text-align: center;
}
.mobile_menu_button {
    display: none;
}
nav#site-navigation {
    display: inline-block;
}
div#headercontainer a{
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
div#headercontainer #text-3 a {
    font-size: 18px;
}
div#headercontainer #text-3 {
    text-align: right;
}
div#headercontainer .logo_wrapper a {
    font-size: 32px;
    text-align: center;
    line-height: 1;
}
div#headercontainer a:hover,
#menu-mainnav li > a:hover,
div#headercontainer #text-3 a:hover{
    color: #f08d14;
    background-color: transparent;
}
div#headercontainer #menu-mainnav li > .second ul li a:hover {
    background-color: #fff;
}
div#headercontainer #menu-mainnav li > .second ul li a span {
    font-size: 15px;
}
nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 0;
}
nav.mobile_menu ul li a {
    padding: 0;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.mobile_menu_button span {
    text-transform: uppercase;
    color: white !important;
    font-size: 19px !important;
    font-weight: bold;
    display: inherit !important;
    float: left;
}
.mobile_menu_button span:first-child {
    margin: 0px 5px 0px 5px;
    display: table;
}
.main-small-navigation ul li, .main-navigation ul li {
    background-color: transparent;
}
#menu-mainnav li > a {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1.5;
}
.drop_down .second {
    top: 162%;
}
li.narrow .second .inner ul {
    padding: 0;
    background-color: #031c81;
}
.drop_down .narrow .second .inner ul li {
    width: 100%;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: '';
}
/* Header ENDS Here */
/* Footer Start Here */
div#footercontainer {
    background-image: url(/wp-content/themes/awsres-child/images/top-footer-grass-tile.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 20px;
}
div#footercontainer, div#footercontainer p {
    color: #2a000f;
    font-size: 17px;
    font-weight: 300;
}
div#footercontainer a {
    color: #F98901;
    text-decoration: none;
    font-style: italic;
}
div#footercontainer h4{
    color: #2a000f;
   font-weight: 700;
}
div#footercontainer div#text-7 {
    margin-top: 40px;
}
ul#menu-footer-sitemap {
    padding-left: 0;
    margin-top: 25px;
   display: block;

}
ul#menu-footer-sitemap li a, ul#menu-footer-sitemap li a:hover {
    font-style: normal;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
}
ul#menu-footer-sitemap li a:hover,div#footercontainer a:hover {
    color: #031c81;
}
div#footercontainer .sitemap {
    width: 454px;
    height: 276px;
    background-image: url(/wp-content/themes/awsres-child/images/top-footer-signage.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 50px;
    padding-left: 110px;
    position: absolute;
    bottom: -20px;
    right: 0;
}
div#footercontainer .sitemap ul li {
    margin-bottom: 4px;
    line-height: 1;
}
div#footercontainer footer>div>div:last-child {
    position: relative;
}
div#footercontainerbottom {
    font-size: 12px;
    padding: 10px;
    background: #da7017;
    background: -moz-linear-gradient(left, #a42a1c 0%, #a42a1c 10%, #a42a1c 10%, #a42a1c 10%, #e17a16 50%, #a42a1c 90%, #a42a1c 90%, #a42a1c 90%, #a42a1c 100%);
    background: -webkit-linear-gradient(left, #a42a1c 0%,#a42a1c 10%,#a42a1c 10%,#a42a1c 10%,#e17a16 50%,#a42a1c 90%,#a42a1c 90%,#a42a1c 90%,#a42a1c 100%);
    background: linear-gradient(to right, #a42a1c 0%,#a42a1c 10%,#a42a1c 10%,#a42a1c 10%,#e17a16 50%,#a42a1c 90%,#a42a1c 90%,#a42a1c 90%,#a42a1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42a1c', endColorstr='#a42a1c',GradientType=1 );
}
div#footercontainerbottom .smallprint, div#footercontainerbottom .smallprint a, div#footercontainerbottom .smallprint:hover {
    color: #ffffff;
}
div#footercontainerbottom .smallprint a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    font-size: 12px;
}
div#footercontainerbottom .grid-x>div:nth-child(2) {
    text-align: center;
}
div#footercontainerbottom .grid-x>div:last-of-type {
    text-align: right;
}
div#footercontainerbottom .grid-x>div:nth-child(2) .textwidget {
    padding-top: 10px;
}
div#footercontainerbottom  p {
    margin-bottom: 0;
}
div#footercontainerbottom .spirit-it {
    text-align: center;
    float: right;
}
div#footercontainerbottom .spirit-it a{
    display: block;
}

@media print, screen and (max-width: 39.9em){
    /* HEADER*/
    .mobile_menu_button {
        display: table;
        height: auto;
    }
    nav#site-navigation {
        display: none;
    }
    nav.mobile_menu {
        display: block;
        background: transparent;
    }
    div#headercontainer #text-3 {
        margin-top: 10px;
    }
    div#headercontainer #text-3, div#header_column_1>div {
        text-align: center;
    }
    div#footercontainerbottom,
    div#footercontainerbottom .copyright {
        text-align: center;
    }
    div#footercontainerbottom .spirit-it {
        margin-top: 5px;
        float: none;
    }
    #footercontainer .cell{
        height: auto !important;
    }
}
/* Subpage Banner and headline*/
#subpage-headline{
    line-height: 1;
    margin-bottom: 0;
}
#subpage-banner-section{
    background-position: top center;
}
#subpage-banner-section h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-top: -6px;
}
#subpage-banner-section h2 {
    line-height: 1;
    padding: 0;
    margin: 0 0 0 -15px;
    text-transform: uppercase;
    font-weight: 700;
}
div#link-to-mainsite {
    color: #fff;
    font-size: 14px;
}
div#link-to-mainsite a:hover,
#link-login a:hover {
    text-decoration: underline;
}

div#link-to-mainsite a, #link-login a {
    text-decoration: none;
    color: #fef684;
    font-style: italic;
    font-weight: bold;
}

/*Bullet Listing style*/

.q_list.circle ul>li>a, .q_list.number ul>li>a {
    text-decoration: none;
    font-size: 17px;
    color: #2a000f;
    font-weight: 400;
}
.q_list.circle ul>li, .q_list.number ul>li {
    margin: 0 0 6px;
}
.q_list.circle ul>li>a:hover, .q_list.number ul>li>a:hover {
    text-decoration: underline;
    color: #f08d14;
}
.q_list.circle ul>li:before {
    background-color: #2a000f;

}


@media only screen and (max-width: 1000px){
     .grid-container {
    max-width: 768px;

}   
}
@media only screen and (max-width: 768px){
     .grid-container {
       max-width: 600px;
     }   
     #footercontainer .cell {
        height: auto !important;
    }
}
@media only screen and (max-width: 600px){
    .grid-container {
    max-width: 420px;
    padding-left: 0;
    padding-right: 0;
    }
    div#subpage-banner-section .wpb_single_image {
    text-align: center;
    margin-bottom: 20px;
}
}

.order-forms-iframe {
    width: 100%;
    height: 1400px;
}
.menu .active>a {
    background: transparent;
}
@media only screen and (max-width: 480px){
    .grid-container {
      width: 300px;
    }
}