@font-face {
    font-family: 'Rift';
    src: url('fonts/Rift-Regular.woff2') format('woff2'),
        url('fonts/Rift-Regular.woff') format('woff'),
        url('fonts/Rift-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rift-Bold';
    src: url('fonts/Rift-Bold.woff2') format('woff2'),
        url('fonts/Rift-Bold.woff') format('woff'),
        url('fonts/Rift-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.trade-hero-background .trade-header h1 {
    font-family: 'Rift';
    color: #fff;
    font-size: 72px;
}

.trade-hero-background .trade-header h1 strong {
    font-family: 'Rift-Bold';
}
.why-choose-us {
    margin-top: 80px;
}
.why-choose-us h2 {
    font-family: 'Rift';
    color: #FFF;
    font-size: 38px;
    margin: 0;
}
.why-choose-us p {
    margin: 20px 0 !important;
    color: #fff;
    display: block;
    font-family: 'Open Sans';
}
.why-choose-us ul {
    margin-top: 40px;
}

.why-choose-us ul li {
    position: relative;
    list-style: none;
    line-height: 30px;
    margin-bottom: 35px;
    padding-left: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.why-choose-us ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-image: url(http://www.compositewoodcompany.co.uk/wp-content/uploads/2019/05/checked.png);
    background-repeat: no-repeat;
}
.contact-form-wrapper .contact-form{
    margin-top: -35%;
    background: #373737;
    padding: 50px 25px;
    z-index: 1;
}
.contact-form-wrapper .contact-form .wpb_wrapper h2 {
    font-family: 'Rift';
    color: #FFF;
    font-size: 38px;
    font-weight: 400;
}
.contact-form-wrapper .contact-form .wpb_wrapper p {
    font-family: 'Open Sans';
    color: #fff;
    margin-bottom: 30px !important;
    font-size: 18px;
}
.contact-form-wrapper .formfields p {
    color: #fff;
}
.contact-form-wrapper .formsubmit  input[type="submit"] {
    font-size: 18px;
    cursor: pointer;
    background: #7b922e;
    background: -moz-linear-gradient(top, #7b922e 0%, #0c4615 100%);
    background: -webkit-linear-gradient(top, #7b922e 0%,#0c4615 100%);
    background: linear-gradient(to bottom, #7b922e 0%,#0c4615 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b922e', endColorstr='#0c4615',GradientType=0 );
    color: #fff !important;
    font-family: 'Open Sans';
}
.why-choose-us-column.wpb_column.vc_column_container,
.contact-us-right-wrapper.wpb_column.vc_column_container {
    padding-left: 80px;
}
.contact-us-right-wrapper h2 {
    font-family: 'Rift';
    color: #373737;
    font-size: 38px;
}
.contact-us-right-wrapper ul li {
    color: #373737;
}
.contact-us-right-wrapper .why-choose-us {
    margin-top: 20px;
}
.contact-us-right-wrapper .why-choose-us ul li {
    margin-bottom: 30px;
    min-height: 40px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding :0 30px 0 60px;
    box-sizing: border-box;
    font-size: 18px;
}

.trade-bottom-lists ul {
    max-width: 85%;
    margin: 0 auto;
}
.trade-bottom-lists ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 18px;
}
.trade-bottom-lists .vc_column-inner {
    justify-content: center;
}
.trade-bottom-two-img-wrapper .wpb_single_image{
    margin-bottom: 0px;
}
.trade-bottom-single-img-wrapper .vc_column-inner,
.trade-bottom-two-img-wrapper .vc_column-inner{
    padding: 0px !important;
}
.trade-bottom-single-img-wrapper .vc_column-inner .wpb_single_image{
    margin-bottom: 0px;
}
.trade-bottom-wrapper .wpb_wrapper .vc_row-o-equal-height{
    background-color: #ECECEC;
}
.trade-bottom-single-img-wrapper .vc_column-inner .wpb_single_image figure,
.trade-bottom-single-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper,
.trade-bottom-single-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
}
.trade-bottom-single-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper img {
    max-height: 384px;
    object-fit: cover;
    object-position: center;
}
.trade-bottom-two-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper img {
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.trade-bottom-single-img-wrapper.vc_col-sm-4 .trade-bottom-wrapper .trade-name {
    right: 40px;
    left: auto;
}
.trade-bottom-wrapper .trade-name {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    top: auto;
    right: 0;
    bottom: 0px;
    width: 100%;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.74+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
}
.trade-bottom-wrapper .trade-name h3{
    font-family: 'Rift-Bold';
    color: #fff;
    font-size: 38px;
    display: inline-block;
    line-height: 56px;
    margin-left: 30px;
    margin-bottom: 30px !important;
}
.trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper a {
    display: block;
}
.trade-bottom-single-img-wrapper .wpb_wrapper,
.trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element,
.trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper, 
.trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper img {
    height: 400px;
    max-height: 400px;
    width: 100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    background: #f00;
    color: #fff;
    padding: 12px !important;
    width: 100%;
    font-size: 18px;
}
span.wpcf7-not-valid-tip {
    border: none !important;
    background: #f00;
    color: #fff;
    padding: 6px !important;
    margin-top: 10px;
    display: table;
}
.trade-register-bottom h2{
    font-family: 'Rift';
    color: #373737;
    font-size: 52px;
    text-transform: uppercase;
}
.button.register-btn button{
    background: #7b922e;
    background: -moz-linear-gradient(top, #7b922e 0%, #0c4615 100%);
    background: -webkit-linear-gradient(top, #7b922e 0%,#0c4615 100%);
    background: linear-gradient(to bottom, #7b922e 0%,#0c4615 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b922e', endColorstr='#0c4615',GradientType=0 );
    color: #fff !important;
    font-size: 34px;
    padding: 15px 60px;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: 'Open Sans';
}
body .mc-modal {width: 510px;}


/* media quaries for responsive view */
@media only screen and (max-width: 767px) {
    .why-choose-us-column.wpb_column.vc_column_container, .contact-us-right-wrapper.wpb_column.vc_column_container {padding: 0 30px !important;}
    .why-choose-us ul li {display: block;}
    .contact-us-right-wrapper .why-choose-us ul li {width: 100%;font-size: 14px;}
    .trade-bottom-lists ul li {width: 100%;margin-top: 20px;font-size: 14px;}
    .why-choose-us ul li {font-size: 14px;}
    .trade-bottom-two-img-wrapper {width: 100% !important;}
    .button.register-btn button {font-size: 24px;}
    .trade-hero-background .trade-header h1 {font-size: 46px;padding: 0 25px;}
    .trade-bottom-lists {margin: 30px 0;}
    .trade-bottom-single-img-wrapper .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper img {height: auto;max-height: 100%;}
    .trade-bottom-single-img-wrapper .wpb_wrapper p {margin-bottom: 0px !important;}
    /*.trade-bottom-two-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper img {max-height: 100%;height: auto;}*/
    .trade-bottom-wrapper .trade-name h3 {font-size: 26px;line-height: 30px;}
    .trade-bottom-lists ul {max-width: 100%;padding: 0;}
    .trade-register-bottom h2 {font-size: 32px;}


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .trade-hero-background  {min-height: 800px !important;}
    .trade-hero-background .trade-header h1 {font-size: 55px;}
    .trade-bottom-lists ul li {width: 100%;font-size: 14px;}
    .why-choose-us ul li,
    .contact-us-right-wrapper .why-choose-us ul li {font-size: 14px;}
    .why-choose-us-column.wpb_column.vc_column_container, .contact-us-right-wrapper.wpb_column.vc_column_container {padding-left: 80px;}
    .contact-form-wrapper .contact-form {margin-top: -15%;width: 80%;margin-left: 10%;margin-right: 10%;}
    .why-choose-us-column.wpb_column.vc_column_container, .contact-us-right-wrapper.wpb_column.vc_column_container {width: 100%;}
    .contact-us-right-wrapper.wpb_column.vc_column_container {margin-top: 50px;}
    .trade-bottom-two-img-wrapper {width: 16.66666667% !important;}
    .trade-bottom-single-img-wrapper .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper {height: auto;max-height: 100%;}
    .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper img {height: 100%;object-fit: cover;object-position: center;}
    .trade-bottom-single-img-wrapper .wpb_wrapper p {margin-bottom: 0px !important;}
    .trade-bottom-wrapper .trade-name h3 {font-size: 26px;line-height: 30px;margin-left: 20px;}
    .trade-bottom-lists ul {max-width: 100%;padding: 0;}
}

/* landscape ipad   */
@media only screen and (min-width: 767px) and (max-height: 1023px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .contact-form-wrapper .contact-form {margin-top: -60% !important;}
    .trade-bottom-lists ul li,
    .why-choose-us ul li,
    .contact-us-right-wrapper .why-choose-us ul li {font-size: 14px;}
    .trade-bottom-lists ul {max-width: 100%;padding-right: 15px;}
    .trade-bottom-wrapper .trade-name h3 {font-size: 30px;line-height: 30px;}
    .trade-bottom-single-img-wrapper .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper {height: auto;max-height: 100%;}
    .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper img {height: 100%;object-fit: cover;object-position: center;}
    .trade-bottom-single-img-wrapper .wpb_wrapper p {margin-bottom: 0px !important;}
}

/* Large-desktop responsive css 1024px to 1199px
-------------------------------------------------------*/
@media(min-width:1024px)and(max-width:1199px){
}   

/* portrait ipad pro  */
@media (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    .contact-form-wrapper .contact-form {margin-top: -12%;width: 90%;margin-left: 5%;margin-right: 5%;}
    .why-choose-us-column.wpb_column.vc_column_container, .contact-us-right-wrapper.wpb_column.vc_column_container {width: 100%;}
    .why-choose-us ul li, .contact-us-right-wrapper .why-choose-us ul li {font-size: 16px;}
    .trade-bottom-lists ul li {font-size: 16px;padding: 0 10px;}
    .contact-us-right-wrapper.wpb_column.vc_column_container {margin-top: 50px;}
    .trade-bottom-lists ul {max-width: 100%;padding-right: 15px;}
    .trade-hero-background {min-height: 700px !important;}
    .trade-bottom-single-img-wrapper .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper, .trade-bottom-single-img-wrapper .wpb_wrapper .wpb_content_element .wpb_wrapper img {height: 350px;max-height: 350px;}
    .trade-bottom-two-img-wrapper .vc_column-inner .wpb_single_image figure .vc_single_image-wrapper img {height: 175px;}
}

/* landscape ipad pro  */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .contact-us-right-wrapper .why-choose-us ul li {width: 100%;}
    .contact-form-wrapper .contact-form {margin-top: -50%;}
}