/* =WordPress Core
-------------------------------------------------------------- */
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
	body {
    background: white;
    font-size: 16px;
    color: #3a3a3a;
    font-family: "proxima-nova",sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "EB Garamond",serif;
    font-weight: 600;
    }
h3 {
   font-size: 20px !important;
   font-weight: 300;
   margin-top: 2px !important;
}
.price-table-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 40px;
}
@media all and (max-width:767px){
    .price-table-title {font-size: 32px;}
}
.text-center {
    text-align: center;
}
.plotreasons {
    font-size: 18px;
}
ul li.plotreasonspoints {
    font-size: 14px;
    margin-right: 25px;
    line-height: 21px;
	margin-bottom: 10px;
}
.btn {
  font-family: "EB Garamond",serif;
    text-transform: uppercase;
    font-weight: 700;
	padding-top: 10px;
	padding-bottom: 8px;
    /*white-space: normal;*/
}

#nextbuttons .btn{
    width: 100%;
    float: none !important;
    display: block !important;
}

@media all and (max-width:380px) {
    #payment-button-group .btn,
    #payment-button-group input{
        width: 100%;
        float: none !important;
        display: block !important;
        margin-bottom: 5px;
    }
    footer form input[type="text"] {
    width: 150px;
}
}

#nextbuttons .btn:first-child{
    margin-bottom: 10px;
}

a, a:focus {
	color: #781f1c;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #430b0b;
	}

header {
	background: #0e2834;
	font-size: 13px;
	color: #bdbdbd;
	height: 126px;
	}

header a {
	color: white;
	}

header a:hover {
	color: #bdbdbd;
	}

.top {
	border-bottom: 1px solid #242424;
	padding-top: 5px;
	}

.top ul {
	margin-bottom: 4px;
	margin-bottom: 5px;
	}

.top i {
	margin-right: 5px;
	}

.logo a {
	display: block;
	width: 408px;
	height: 136px;
	background: url(images/highland-titles-logo.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 5px;
	}

.navigation {
	position: relative;
	padding-left: 425px;
	padding-top: 28px;
	}

.navigation li {
	margin-left: 4px;
	}

.navigation li a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	}

.navigation li a:focus {
	color: #b49250;
	}

footer {
	background: #0e2834;
	color: white;
	padding-top: 15px;
	font-size: 14px;
	}

footer a {
	color: white;
	}

footer a:hover {
	color: white;
	}

footer .btn.btn-primary {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 8px 10px 7px 10px;
    }

.bottom {
	background: #111e25;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	margin-top: 15px;
	color: #d5d5d5;
	}

.row.bordered {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #223e4e;
	}

footer .get-in-touch a {
	color: #bd9a56;
	}

footer h4 {
	color: #bd9a56;
	}


footer h4 {
	margin-bottom: 15px;
	font-size: 19px;
    font-weight: 400;
	}

footer h3 {
    margin-bottom: 15px;
    margin-top: 20px !important;
    color: #bd9a56;
    font-weight: normal;
    font-size: 24px !important;

}

footer form input[type="text"] {
    padding: 5px 12px;
    color: black;
    }

footer form input[type="submit"] {
    padding: 4px 13px;
    position: relative;
    top: -1px;
    }

footer .get-in-touch p {
	margin-bottom: 3px;
	}

footer span.fixed {
	display: inline-block;
	width: 80px;
	}

footer .footer-navigation ul li {
	border-bottom: 1px solid #223e4e;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/golden-arrow.png) no-repeat left 5px;
	padding-left: 20px;
	}


.slicknav_menu { display: none; }



.language-select {
	padding: 3px 5px;
	width: 150px;
	color: black;
	margin-left: 12px;
	}

.psteps_circle_titles {
	margin: 75px 0 35px 0;
	border-top: 1px solid #ddd;
	}

.psteps_circle_titles .step-order {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    border-radius: 4px;
    min-height: 28px;
	display: block;
	margin: 5px auto;
    background-color: #fefefe;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px solid #ddd;
	font-weight: bold;
	color: black;
	margin-top: -15px;
}

.psteps_circle_titles .step-active .step-order {
	background-color: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	opacity: 1;
	color: white;
	}

.psteps_circle_titles .step-visited .step-order {
	opacity: 1;
	background: #e6e6e6;
	}

.psteps_circle_titles .circle-step {
	text-align: center;
	margin: 0 35px;
	}

.step-name {
	display: block;
	padding-top: 4px;
	font-size: 15px;
	text-transform: uppercase;
	}

.plot_bg{
    background-image: url(images/plot-title-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 233px;
    height: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "EB Garamond",serif;
}
.plot_bg .title {
    font-size: 24px;
    font-style: italic;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.plot_bg .name {
    font-size: 24px;
    font-style: italic;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.plot_bg .date {
    font-size: 18px;
    font-style: italic;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

h3.linethrough {
    border-top: 2px solid #dbdbdb;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
	margin: 40px 0px 40px 0px;
    }

h3.linethrough span {
    display: inline-block;
    background: white;
    padding: 0 20px;
    position: relative;
    top: -15px;
	font-family: "EB Garamond",serif;
    }

ul#social-logins{
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
	margin-top: 30px;
}

ul#social-logins li{
    display: inline-block;
    padding-left: 20px;
}

ul#social-logins li:first-child{
    padding-left: 0;
}

ul#social-logins li a{
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('images/FB.png') no-repeat  0 0;
    -webkit-background-size: contain;
    background-size: contain;
}

ul#social-logins li a.gplus{
    background-image: url('images/G+.png');
}

ul#social-logins li a.tw{
    background-image: url('images/TW.png');
}
#create-form, #login-form { width: 50%; margin: 0 auto;}
#create-form h3, #login-form h3 { margin-bottom: 30px;}
#create-form .btns a,
#login-form .btns a{
    margin-top: 10px;
    display: block;
    text-align: center;
}
.registerbutton { width: 100%; margin-bottom: 20px;}
.noborder {
background-color: #fff  !important;
border-color: #fff !important;
}
.title-title {
   color: #444;
   margin-top: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #762F2F;
    padding: 0px 0px 10px 0px;
	font-size: 21px;
}
.giftsintro {
  margin: 10px 0px 30px 0px;
}
.shopitem {
   margin-bottom: 50px;
}
.shopitem img {
    width: auto;
    max-height: 200px;
	min-height: 200px;
    margin: 0 auto;
}
.shopitem p.description{
   margin: -10px 0px 10px 0px;
   font-size: 12px;
}
.content{padding-top: 60px; min-height: 500px;}

.datecontrol{
    background-image: url(images/calendar.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.affix{
    top: 20px;
    z-index: 1000;
}
.affix-bottom {
    position: absolute;
}
input.plotname, select.plottitle, input.datecontrol {width: 50%}
.basketaccessories .btn-default {
    background-color: #6a1616;
	font-size: 12px;
	color: #FFF;
	border: none;
	margin: 0 auto;
	text-align: center;
}
.plotpurchasebasketintro {
   margin-bottom: 50px;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {padding: 19px;}
.modal-footer {
    background-color: #112E3D;
}
.modal-footer .btn.btn-primary {
    font-family: "proxima-nova",sans-serif;
    text-transform: none;
    font-size: 14px;
    padding-top: 6px;
}
.modal-footer .btn.btn-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #b49250;
    color: white;
    border: none;
	width: auto;
    font-family: "proxima-nova",sans-serif;
    text-transform: none;
    font-size: 14px;
	font-weight: 300;
	padding-top: 8px;
}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.glyphicon.glyphicon-check {
    color:  #6a1616;
    font-size: 1.3em;
	font-weight: 600;
}

@media all and (max-width:992px) {
    .affix{position: relative; padding-bottom: 20px;}
}

.breadcrumbswrapper{
    background-color: #DED9CE;
    color: #353537;
}
.breadcrumb>li+li{
    padding: 5px 0px 5px 10px;
    background-image: url(images/icon-arrow-breadcrumb.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-left: 10px;
}
.breadcrumb>li+li:before{content: "";}
.breadcrumbswrapper ol.breadcrumb {
    background: none;
    border: 0px none;
    color: #353537;
    font-size: 14px;
    margin: 0px 0px 0px 105px;
    }

.breadcrumbswrapper ol.breadcrumb a {
    color: #353537;
    position: relative;
    z-index: 1050;
    }

.breadcrumbswrapper ol.breadcrumb i { font-size: 11px; }

.bigbg{
    background-image: url(images/bigbg.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin-top: 20px;
    background-size: cover;
}
.bigbg h2{color: #ffffff; margin-bottom: 20px;}
.bigbgbox{
    background-image: url(images/transwhite.png);
    background-repeat: repeat;
    background-position: left top;
    margin-bottom: 40px;
    padding: 20px;
}

.row.nogutters div{
    padding: 0px;
    margin: 0px;
}
.row.nogutters div a{
    text-align: center;
    padding-top: 46%;
    padding-bottom: 10%;
}
.row.nogutters div a span{
    background-color: #b49250;
    padding: 10px 30px;
    color: #ffffff;
    font-family: "EB Garamond",serif;
    text-transform: uppercase;
    font-weight: 700;
}
.row.nogutters div a:hover span{
    background-color: #A18247;
}
.thankyouconservation{
    background-image: url(images/conservation.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0px;
    display: block;
}
.thankyousupport{
    background-image: url(images/supporting.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0px;
    display: block;
}
.thankyoureserves{
    background-image: url(images/reservs.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0px;
    display: block;
}
.featured {
    clear: both;
    padding-top: 50px;
    }

.featured h3 {
    border-top: 2px solid #dbdbdb;
    font-weight: 600;
    }

.featured h3 span {
    display: inline-block;
    background: white;
    padding: 0 20px;
    position: relative;
    top: -15px;
    }

.featured ul li {
    margin: 0 20px;
    }

.featured ul.steps li {
    margin: 0;
    position: relative;
    padding: 0 20px;
    }
.featured ul.steps li span {
    width: 50px;
    height: 13px;
    background: url(images/arrow.png) no-repeat left top;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -25px;
}
.how-it-works {
    background: #102b38;
    padding: 25px 0 3px 0;
    color: white;
    margin: 30px 0;
    }

.how-it-works h2 {
    margin: 0 0 15px 0;
    font-size: 31px;
    color: #b49250;
    font-weight: normal;
    }
.how-it-works h4 {
    font-weight: normal;
    }

.how-it-works img {
    margin-bottom: 20px;
    margin-top: 10px;
    }

section.content ul.testimonial-list li {
    background: none;
}
section.content ul.testimonial-list {
    padding-left: 0;
}
.testimonial-list .author img{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #ddd; }
.testimonial{ background: #efefef; margin-top: 15px; padding: 1px 20px 10px 20px; position: relative; }
.testimonial.no-title{padding-top: 20px;}
.testimonial:after{ right: 100%; top: 15px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(239, 239, 239, 0); border-right-color: #efefef; border-width: 8px; }
.testimonial p.quote{ font-size: 16px; }
.testimonial-list .author{ padding-top: 20px; font-size: 14px; }
.testimonial-list i{ margin-right: 3px; color: #b49250; }
.testimonial h3{
    font-size: 21px;
    color: #761f1c;
    font-weight: 600;
    padding: 20px 0px 10px 0px;
}
.cartItem {
    word-break: break-all;
}
.shopitemheight {
  min-height:100px;
}
@media all and (max-width:420px){
    #nextbuttons .btn{
        width: 100%;
        float: none !important;
        display: block !important;
    }
    #nextbuttons .btn:first-child{
        margin-bottom: 10px;
    }
    .checkoutcards {
    max-width:85%;
    }
    .shopitem img {
    max-height: 150px;
}
.shopitemheight {
  min-height:50px;
}
}