/*

=============================================

 Development By: Design on Target - www.designontarget.website , © Copyright 2017 - All rights reserved.

 Description: Public CSS Styles

 Last Revised: 03/12/2017

=============================================

*/



/* =================================== TAG DEFINITIONS =================================== */



a {
    text-decoration: none;
    color: #B22A2E;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    -webkit-text-size-adjust: none;
}

body,
div,
p,
td,
li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 25px;
    text-decoration: none;
}

div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    margin-bottom: 30px;
    font-family: freight-display-pro, serif;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    color: #B22A2E;
}

h1,
h1 a {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

}
h2,
h2 a {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;

}

@media screen and (max-width:1350px) {

    h1,
    h1 a,
    h2,
    h2 a {
        font-size: 48px;
    }

    span.sub {
        font-size: 27px;
    }
}

@media screen and (max-width:700px) {

    h1,
    h1 a {
        font-size: 36px;
    }

    h2,
    h2 a {
        font-size: 34px;
    }
}

@media screen and (max-width:500px) {

    h1,
    h1 a {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 21px;
    font-weight: 300;
}

h5,
h6 {
    font-size: 13px;
}

hr.b {
    border: 1px #beb297 solid;
}

hr.bd {
    border: 1px #e1d9c8 dashed;
}

img {
    border: 0;
}

li {
    line-height: 20px;
}

.content-wrapper li {
    line-height: 24px;
}

p {
    margin-bottom: 15px;
}

input {
    outline: none;
}

/* =================================== OBJECT DEFINITIONS =================================== */





/*Global Button Class*/

.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
    background: #000;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
    margin-top: 20px !important;
}

.btn:hover,
.btn.on {
    color: #fff;
    text-decoration: none;
    background: #000;
    opacity: .8;
}

.btn.nav-quote {
    padding: 12px 20px;
    background: transparent;
    border: thin solid #fff;
    font-size: 15px !important;
    position: relative;
    top: -2px;
}

.btn.nav-quote:hover,
.btn.on {
    background: #0D904A;
    color: #fff;
    text-decoration: none;
}

header.stick .btn.nav-quote {
    background: #0D904A;
    color: #fff;
    text-decoration: none;
    border: thin solid transparent;
}

.btn.dark {
    border: 2px solid #fff;
    color: #fff;
}

@media screen and (max-width:1024px) {


}

@media screen and (max-width:600px) {
    .btn {
        font-size: 17px;
    }

    .btn.dark {
        border: none;
        color: #000;
        background: #fff;
    }

    .btn.dark:hover {
        opacity: .9;
    }
}

@media screen and (max-width:400px) {
    .btn {
        font-size: 12px;
    }
}

.btn.dark:hover {
    background: #fff;
    color: #000;
}

.cp {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.ba {
    border: 3px #4f3d2f solid;
}

.bt {
    border-top: 1px #e1d9c8 solid;
}

.br {
    border-right: 1px #e1d9c8 solid;
}

.bb {
    border-bottom: 1px #e1d9c8 solid;
}

.bl {
    border-left: 1px #e1d9c8 solid;
}

.bad {
    border: 1px #e1d9c8 dashed;
}

.bad {
    border: 1px #e1d9c8 dashed;
}

.btd {
    border-top: 1px #e1d9c8 dashed;
}

.brd {
    border-right: 1px #e1d9c8 dashed;
}

.bbd {
    border-bottom: 1px #e1d9c8 dashed;
}

.bld {
    border-left: 1px #e1d9c8 dashed;
}

.ma {
    margin: 10px;
}

.ma5 {
    margin: 5px;
}

.ma15 {
    margin: 15px;
}

.ma20 {
    margin: 20px;
}

.ma25 {
    margin: 25px;
}

.mt {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mr {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mb {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mn {
    margin: 0;
}

.pa {
    padding: 10px;
}

.pa5 {
    padding: 5px;
}

.pa15 {
    padding: 15px;
}

.pa20 {
    padding: 20px;
}

.pa25 {
    padding: 25px;
}

.pt {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pr {
    padding-right: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pb {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl {
    padding-left: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pn {
    padding: 0;
}

/* =================================== STYLE DEFINITIONS =================================== */



.photo-border {
    padding: 1px;
    border: 3px solid #A5322F;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.italic {
    font-style: italic;
}

.uline {
    text-decoration: underline;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.vam {
    vertical-align: middle;
}

/*==== COLUMNED CONTENT BLOCKS ====*/

	.content-block.modules { width: 100%; max-width: 1200px !important; padding: 80px 0px; display: inline-block; }
	.content-block.modules.r-row { padding: 80px 0 30px; }

	.one-third-block { width: calc(33.3% - 40px); max-width: 392px; float: left; margin: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	.one-third-block span { display: block; font-family: Georgia,serif; font-size: 20px; font-style: italic; }
	.one-third-block h2 { margin-bottom: 5px; margin-top: 30px; }
	.one-third-block span.sub-title { margin-bottom: 30px; }
	.one-third-block img { width: 100%; }
	.one-third-block p { margin:0; padding: 0 5%; }
	.one-third-block.last { margin-right:0;}
	.one-third-block.centered { float:none; margin: 0 auto; }
	.c-row .module-desc { height: 250px; }
	.r-row .module-desc { height: 385px; }

	.one-half-block { width: 50%; float: left; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	.one-half-block img { min-height: 250px; max-width: 100%; }

	.one-fourth-block { width: 25%; float: left; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	.one-fourth-block h2 .hsub { font-size: 18px; }
	.one-fourth-block img { min-height: 110px; max-width: 100%; }

	.one-fifth-block { width: 20%; float: left; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

	.one-half-block label em,
	.one-third-block label em,
	.one-fourth-block label em,
	.one-fifth-block label em { font-family: Georgia, serif; font-size: 12px; display:block; }

	@media screen and (max-width:1100px) {
		.one-fourth-block { width: 25%; }
		.one-fifth-block { width: 33.3%; }
	}

	@media screen and (max-width:900px) {
		.r-row .module-desc, .c-row .module-desc { height: auto; padding-bottom:40px; }
		.one-third-block { width: 100%; margin:0 0 20px 0; max-width: 100%; }
		.one-third-block img { max-width: 80%; margin: 0 auto; }
		.one-half-block { width: 100%; float: none; padding: 20px;}
		.one-half-block img { min-height: auto; max-width: 80%; }
		.one-fourth-block { width: 50%; }
		.one-fifth-block { width: 50%; }

	}

	@media screen and (max-width:600px) {
		.one-third-block img { max-width: 100%; }
		.one-fourth-block { width: 100%; float:none; }
		.one-fourth-block { min-height: auto;}
		.one-fifth-block { width: 100%; float:none; }
	}

