/*
Theme Name: AWOL-Master
Theme URI: https://awoltech.co.uk
Description: AWOL CSS
Author: AWOL Tech
Author URI: https://awoltech.co.uk

*/


/************
*
* Sets width for "boxed" template and body, head and footer
*
*************/

body {
    margin: 0;
}

body.page-template-boxed.boxed-page {
    max-width: 90%;
    margin: 0% 5%;
}

.vcv-footer,
footer {
    background-color: #1E1E1E;
    padding: 1.5em 0;
}

.vcv-footer p,
footer p {
    text-align: center;
    color: #c6c6c6 !important;
}

.vcv-footer a,
footer a {}


/************
*
* General CSS
*
*************/

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.custom-margin {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.full-width-svg,
.full-width-svg .vc_single_image-wrapper,
.style-svg {
    max-width: 100%;
    width: 100%;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
    color: inherit;
}


/************
*
* Icon Related CSS
*
*************/

.icon-text-left {
    text-align: left;
    clear: both;
    display: block;
    overflow: hidden;
}

.icon-text-left .float-left.text-holder {
    width: 80%;
}

.icon-text-left .float-left.icon-holder {
    width: 20%;
    text-align: center;
}

.icon-text h6 {
    display: inline;
    vertical-align: super;
}

.icon-text i {
    padding: 0 10px 0 0;
}


/************
*
* Font settings
*
*************/

html,
body,
div,
p {
    font-family: 'Roboto', 'Open Sans';
    color: #6c6c72;
    font-weight: 400;
    line-height: 26px;
}

.font-1em {
    font-size: 1em;
}

.font-2em {
    font-size: 2em;
}

.font-3em {
    font-size: 3em;
}

.font-4em {
    font-size: 4em;
}

.font-5em {
    font-size: 5em;
}

.font-6em {
    font-size: 6em;
}

.font-7em {
    font-size: 7em;
}

.font-8em {
    font-size: 8em;
}

.font-9em {
    font-size: 9em;
}


/************
*
* Custom Colouring
*
*************/

html,
body,
p,
i,
a {
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out
}

.white {
    color: #fff;
}

.blue {
    color: #0f75bc;
}

.green {
    color: #8cc63f
}

.black {
    color: #000;
}

.gray {
    color: #6f6f6f;
}

.orange {
    color: #f29d00;
}

.hover-white:hover {
    color: #fff;
}

.hover-blue:hover {
    color: #0f75bc;
}

.hover-green:hover {
    color: #8cc63f
}

.hover-black:hover {
    color: #000;
}

.hover-gray:hover {
    color: #6f6f6f;
}

.hover-orange:hover {
    color: #f29d00;
}

.gradient-bg1 h1,
.gradient-bg1 h2,
.gradient-bg1 h3,
.gradient-bg1 h4,
.gradient-bg1 h5,
.gradient-bg1 p,
.gradient-bg2 h1,
.gradient-bg2 h2,
.gradient-bg2 h3,
.gradient-bg2 h4,
.gradient-bg2 h5,
.gradient-bg2 p {
    color: #fff;
}

.gradient-bg1 a,
.gradient-bg2 a {
    text-decoration: underline;
}

.gradient-bg1 {
    background-image: linear-gradient(to bottom right, #8bc63e, #1074bd);
}

.gradient-bg2 {
    background-image: linear-gradient(to bottom right, #1074bd, #8bc63e);
}


/************
*
* Visual Composer Specific
*
*************/

.vce.vce-empty-space,
.vcv-footer .vce,
.vcv-footer .vce p {
    margin: 0 !important;
}


/************
*
* Shortcode CSS
*
*************/

.AWOL-price-box {
    max-width: 400px;
    margin: 0 auto;
    padding: 2em 1em;
    border: 5px solid #6a6a6a;
    border-radius: 1em;
    background: #262626;
    box-sizing: border-box;
}

.AWOL-price-box .price-box-text {
    color: #dddddd;
}

.AWOL-price-box .price-box-third-line,
.AWOL-price-box .price-box-fourth-line {
    font-size: 0.9em !important;
    font-weight: 500 !important;
}

.AWOL-price-box .price-box-button {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 1rem 2rem;
    font-size: 1.2em;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 1em;
    margin-top: 2em;
    background-color: #0f75bc;
}

.AWOL-price-box .price-box-button:hover {
    border-color: #0f75bc;
    background-color: inherit;
    color: #0f75bc;
}