/*
Theme Name: PlumTree
Theme URI: http://www.plumtree.com
Author: Thewhiteriverproject
Author URI: http://www.thewhiteriverproject.net
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
body {
    padding: 0;
    margin: 0;
    font-family: "Georgia" !important;
    overflow-x: hidden;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img{
    max-width: 100%;
}
.container{
    width: 1030px;
}
/*---------------------------------------------------*/
.nav-top-wrap{
    top: 0px;
    background: #fff;
    z-index: 10;
    border-bottom: solid 1px #ccc;
}
.nav-top-wrap .left{
    margin: 15px 0;
}
.nav-top-wrap .middle{}
.nav-top-wrap .middle ul{
    margin: 0px;
    padding: 0px;
    float: right;
}
.nav-top-wrap .middle ul li{
    list-style: none;
    float: left;
}
.nav-top-wrap .middle ul li a{
    border-bottom: solid #fff 4px;
    font-family: "proxima-nova",sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 34px 15px 21px;
    display: block;
    margin: 0 15px;
}
.nav-top-wrap .middle ul li a:hover{
    border-bottom: solid #f5a623 4px;
    text-decoration: none;
}
.nav-top-wrap .right{}
.nav-top-wrap .right a{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border: 2px solid #f5a623;

    color: #000000;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 40px;
    float: right;
    margin-top: 16px;
    text-decoration: none;
}
.nav-top-wrap .right a:hover{
    background-color: #f5a623;
    color: #fff;
}
.section1{
    background: url(images/banner-img.png) no-repeat top center;
    background-size: cover !important;
    min-height: 620px;
    margin-top: 83px;
}
.section1 .left{
    margin-top: 180px;
}
.section1 .left p{
    color: #ffffff;
    font-size: 48px;
    line-height: 52px;
}
.section1 .middle{
    margin-top: 86px;
}
.section1 .middle p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.section1 .middle form{}
.section1 .middle form input[type="text"]{
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #979797;

    background-color: #ffffff;
    color: #4a4a4a;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.section1 .middle form button{
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f5a623;

    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    border: none;
    cursor: pointer;
}
.section1 .middle form button:hover{
    background: #fff;
    color: #000;
}
.section2 .youtube-wrap{
    margin-top: -100px;
}
.section3 .left{}
.section3 .right{}
.section3 .right h2{
    color: #000000;
    font-size: 30px;
}
.section3 .right p{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.section3 .right ul{

}
.section3 .right ul li{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.section5 h1{
    color: #4a4a4a;
    font-size: 48px;
}
.section5 h1 span{
    color: #8b355a;
}
.section5 h2{
    color: #4a4a4a;
    font-size: 48px;
}
.section5 h3{
    color: #8b355a;
    font-size: 24px;
}
.section5 p{
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
}
.section5 h4{
    color: #000000;
    font-size: 30px;
    line-height: 40px;
}
.section5 .section5-btn{
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f5a623;

    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    width: 326px;
}
.section5 .section5-btn:hover{
    background-color: #8b355a;
}
.section6 h2{
    -o-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;

    background-color: #000000;
    width: 442px;
    height: 109px;
    color: #ffffff;
    font-size: 18px;
}
.section6 .section6-inner-wrap{
    /*max-width: 1410px;*/
    margin: -60px auto 0;
}
.section6 .section6-inner-wrap h3{
    color: #ffffff;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
}
.section6 .section6-inner-wrap .section6-img-wrap{
    display: table-cell;
    width: 600px;
    height: 186px;
    vertical-align: middle;
}
.section6 .section6-inner-wrap .section6-img-wrap-outer{
    background-size: cover !important
}
.section7 p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: 25px;
}
.section7 p a{
    color: #4a4a4a;
    text-decoration: none;
}
.section7 .section7-inner-wrap{
    background-color: #232220;
}
.section7 .section7-inner-wrap h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.section7 .section7-inner-wrap p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.section7 .section7-inner-wrap p.bigp{
    font-size: 20px;
}
.section7 .section7-inner-wrap h3{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.section7 .section7-inner-wrap h3 span{
    color: #f5a623;
}
.section7 h4{
    color: #000000;
    font-size: 30px;
    line-height: 40px;
}
.section7 .section7-btn{
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f5a623;

    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    width: 326px;
}
.section7 .section7-btn:hover{
    background-color: #8b355a;
}
.footer-top{
    background-color: #140751;
}
.footer-top .middle ul{
    margin: 21px 0 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.footer-top .middle ul li{
    display: inline-block;
    margin: 0 15px;
}
.footer-top .middle ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.footer-top .middle ul li a:hover{
    text-decoration: none;
    color: #f5a623;
}
.footer-top .right ul{
    margin: 21px 0 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.footer-top .right ul li{
    display: inline-block;
    margin: 0 5px;
}
.footer-top .right ul li a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.footer-top .right ul li a:hover{
    text-decoration: none;
    color: #f5a623;
}
.hiddenloc{
    display: none;
}
.bd-example-modal-lg{}
.bd-example-modal-lg .closebtn{
    color: #fff;
    right: 8px;
    position: absolute;
    font-size: 30px;
    top: 5px;
}
.bd-example-modal-lg .modal-inner-wrap{
    max-width: 90%;
}
.bd-example-modal-lg .modal-content{
    background: url(images/modal-bg.jpg) no-repeat top center;
    background-size: cover !important;
    padding-bottom: 100px;
}
.bd-example-modal-lg .modal-content .section1{
    margin: 0px;
    background: none;
    min-height: auto;
}