 header-slidetext/*
Theme Name: Fairtrade
Theme URI:

*/


@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800');
@import url('//fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic');

@font-face {
    font-family: 'Proxima nova';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima nova';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima nova';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Bold.eot');
    src: url('fonts/EuclidCircularA-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Bold.woff') format('woff'),
        url('fonts/EuclidCircularA-Bold.ttf') format('truetype'),
        url('fonts/EuclidCircularA-Bold.svg#EuclidCircularA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/reg/EuclidCircularA-Regular.eot');
    src: url('fonts/reg/EuclidCircularA-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/reg/EuclidCircularA-Regular.woff2') format('woff2'),
        url('fonts/reg/EuclidCircularA-Regular.woff') format('woff'),
        url('fonts/reg/EuclidCircularA-Regular.ttf') format('truetype'),
        url('fonts/reg/EuclidCircularA-Regular.svg#EuclidCircularA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* add helvetica neue for titles, cenntury gothic for body text */

/*body { margin:0; padding:0; font-family: 'Proxima nova', Arial, Helvetica, sans-serif; color:#404040; font-weight:400; line-height:26px; font-size:17px; overflow-x:hidden; }*/
body { margin:0; padding:0; font-family:'Basier-Circle-Mono', BasierCircleMono, 'Century Gothic', CenturyGothic, 'Proxima nova', Arial, Helvetica, sans-serif; color:#404040; font-weight:400; line-height:26px; font-size:17px; overflow-x:hidden; }

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

strong { font-weight:700; }

a { outline:none; color:#0facdf; text-decoration:none; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
a:before, a:after { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
a:hover { text-decoration:none; color:#333; outline:none; }
a:focus { text-decoration:none; color:#333; outline:none; }

label { display:block; }
button { margin:0; padding:0; outline:none; background:url(images/blank.png) no-repeat; border:none; }
input , form button , textarea, select { outline:none; border:1px solid #f2f2f2; background:#fff; height:48px; border-radius:0; padding:0 20px !important; font-family: 'Century Gothic', CenturyGothic, 'Open Sans', Arial, Helvetica, sans-serif; font-size:14px; width:100% !important; }
input[type=checkbox] , input[type=radio] { width:auto !important; height:auto; }
textarea { padding:15px 20px !important; height:100px !important; }
input[type=submit] , form button { width:auto !important; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #28a191; font-size:15px; line-height:22px; font-weight:500; padding:22px 25px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; min-width:140px; border:2px solid #28a191; font-family: 'Century Gothic', CenturyGothic, 'Open Sans', Arial, Helvetica, sans-serif; border-radius:40px; text-transform:uppercase; }
input[type=submit]:hover , form button:hover { background-color:#41788f; color:#fff; border-color:#41788f; }

.form-btn input[type=submit] { display:inline-block; background:url(images/link-bg.png) no-repeat; width:192px !important; height:67px; padding:22px 25px !important; color:#fff; position:relative; font-size:18px; line-height:28px; font-weight:700; text-transform:uppercase; text-align:center; border:2px solid #555555 }
.form-btn input[type=submit]:hover { opacity:0.9; }

.ginput_container_fileupload { position:relative; }
.ginput_container_fileupload input {}
/*.ginput_container_fileupload input { display:none; }
*/
#display { height:50px; line-height:50px; width:100%; float:left;  border:1px solid #ccc; height:50px; font-family: 'Century Gothic', CenturyGothic, 'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; color:#000; padding:0 15px; background:#fff; }
.ginput_container_fileupload .browse_text { position:absolute; right:0; height:50px; line-height:50px; background:#cf262d; color:#FFF; font-size:15px; font-weight:600; padding:0 15px; text-transform:uppercase;  font-family: 'Century Gothic', CenturyGothic, 'Open Sans', Arial, Helvetica, sans-serif; text-transform:uppercase; cursor:pointer;   }
.ginput_container_fileupload .browse_text:hover { background:#e5323a; }
.ginput_container_fileupload { padding:0 0 25px; float: left; width: 100%; }
body div .gform_wrapper .top_label div.ginput_container { margin:0; }

@media only screen and (min-width: 641px) {
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width:100% !important; padding:0 !important; margin:0;
	}
}

iframe { border:none; vertical-align:top; }
strong { font-weight:700; }

.padi0 { padding:15px 0; }
.paditopbto { padding:15px; }
.padil0 { padding:15px 20px 15px 0; }
.padir0 { padding:15px 0 15px 20px; }
.padil10 { padding:0 0 0 10px; }
.padir10 { padding:0 10px 0 0; }
.padil20 { padding:0 0 0 20px; }
.padir20 { padding:0 20px 0 0; }
.padi00 { padding:0; }
.paditop0 { padding-top:0 !important; }
.padibot0 { padding-bottom:0 !important; }
.padir25 { padding-right:25px; }
.padil25 { padding-left:25px; }
.padilr7 { padding:15px 10px 15px 10px; }


.mgtop25 { margin-top:25px; }
.mgtop35 { margin-top:35px; }
.mgtop45 { margin-top:45px; }
.mgbot25 { margin-bottom:25px; }
.mgtop0 { margin-top:0 !important; }

img { border:0; max-width:100%; height:auto; vertical-align:top; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; }

.clear { clear:both; }

p { margin:0; padding:0 0 15px; }
h1 { color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:52px; margin:0; padding:15px 0; line-height:58px; font-weight:400; clear:both; }
h2 { font-weight:700; color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:45px; line-height:54px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:700; color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:26px; line-height:30px; margin:0; padding:10px 0 10px;  clear:both; }
h4 { font-weight:700; color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:700; color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:22px; line-height:32px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:700; color:#2c2c2c; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; font-size:20px; margin:0; padding:10px 0; line-height:30px; clear:both; }
/*h1 { color:#2c2c2c; font-family: 'Proxima nova', Arial, Helvetica, sans-serif; font-size:52px; margin:0; padding:15px 0; line-height:58px; font-weight:400; clear:both; }
h2 { font-weight:700; color:#2c2c2c; font-family:'Proxima nova', Arial, Helvetica, sans-serif; font-size:45px; line-height:54px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:700; color:#2c2c2c; font-family:'Proxima nova', Arial, Helvetica, sans-serif; font-size:26px; line-height:30px; margin:0; padding:10px 0 10px;  clear:both; }
h4 { font-weight:700; color:#2c2c2c; font-family:'Proxima nova', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:700; color:#2c2c2c; font-family:'Proxima nova', Arial, Helvetica, sans-serif; font-size:22px; line-height:32px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:700; color:#2c2c2c; font-family:'Proxima nova', Arial, Helvetica, sans-serif; font-size:20px; margin:0; padding:10px 0; line-height:30px; clear:both; }*/



@media (min-width: 768px) and (max-width: 1200px) {

	h1 { font-size:30px; line-height:34px; }
	h2 { font-size:28px; line-height:36px; }
	h3 { font-size:26px; line-height:32px; }
	h4 { font-size:24px; line-height:32px; }
	h5 { font-size:22px; line-height:32px; }
	h6 { font-size:20px; line-height:30px; }

}


@media (max-width: 767px) {
	h1 { font-size:32px; line-height:34px; letter-spacing:0.2px; }
	h2 { font-size:28px; line-height:36px; letter-spacing:0.2px; }
	h3 { font-size:26px; line-height:32px; }
	h4 { font-size:24px; line-height:32px; }
	h5 { font-size:22px; line-height:32px; }
	h6 { font-size:20px; line-height:30px; }
}


strong { font-weight:700; }

.bg-img { background-size:cover; background-repeat:no-repeat; background-position:center center; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-20px; display:inline-block; color:#fff; background:#333; width:42px; height:42px; line-height:42px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f053"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f054"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; border:2px solid #0facdf;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; padding:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#0facdf; }


.alignleft { float: left; margin:0 25px 25px 0; }
.alignright { float: right; margin:0 0 25px 25px; }
.aligncenter { clear: both; display: block; margin: 0 auto 25px; }
.grid-section { margin-left:0; margin-right:0; float:left; width:100%; }

@media (max-width: 767px) {
	.alignright , alignleft { margin:10px auto !important; float:none; display:block; }
}


.grid-section .wrapper > .vc_col-sm-12 { margin:0 -15px; }
.text-center { text-align:center; }

.gform_wrapper { margin:0; }
body .gform_wrapper ul li.gfield { padding:0 0 15px !important; margin:0; }
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin:0 !important; width:100% !important; }
body .gform_wrapper li.gfield.gfield_error, body  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background:none; border:none; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin:0 !important; }
body .gform_wrapper .gform_footer { padding:0; margin:0; }
body .gform_wrapper ul li.form-half { float:left; width:50% !important; clear:none !important; padding-right:10px !important }
body .gform_wrapper ul li.form-halfr { padding-right:0 !important; padding-left:10px !important; }

@media (max-width: 767px) {
	body .gform_wrapper ul li.form-half { width:100% !important;  padding-right:0 !important }
	body .gform_wrapper ul li.form-halfr { padding-right:0 !important; padding-left:0 !important; }
}


.text-white , .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 { color:#fff; }
.text-white a { color:#f3b234; }
.text-white a:hover { color:#fff; }
.title-style h1, .title-style h2, .title-style h3, .title-style h4, .title-style h5, .title-style h6, h1.title-style, h2.title-style, h3.title-style, h4.title-style, h5.title-style, h6.title-style { display:inline-block; position:relative; padding:0; margin:5px 0 30px; text-transform:uppercase;  padding:10px 25px;  }



body a.link-style, body .link-style a { display:inline-block; padding:10px 20px !important; border:2px solid #28a191 !important; color:#fff !important; background:#28a191 !important; position:relative; font-size:16px !important; line-height:26px !important; font-weight:500 !important; text-align:center; cursor:pointer;  border-radius:25px !important; }
body a.link-style:hover, body .link-style a:hover { border-color:#346275 !important; background:#346275 !important; }

body a.link-style.link-transparent, body .link-style.link-transparent a { border-color:#0facdf !important; background:none !important; color:#0facdf !important; }
body a.link-style.link-transparent:hover, body .link-style.link-transparent a:hover { background:#0facdf !important; color:#282727 !important; }

body a.link-style.link-white, body .link-style.link-white a { border-color:#fff !important; background:#fff !important; color:#282727 !important; }
body a.link-style.link-white:hover, body .link-style.link-white a:hover { background:#0facdf !important; color:#282727 !important; }

body a.link-style.link-white-transparent, body .link-style.link-white-transparent a { border-color:#fff !important; background:none !important; color:#fff !important; }
body a.link-style.link-white-transparent:hover, body .link-style.link-white-transparent a:hover { background:#fff !important; color:#282727 !important; }

body a.link-style.link-black-transparent, body .link-style.link-black-transparent a { border-color:#555555 !important; background:none !important; color:#555555 !important; }
body a.link-style.link-black-transparent:hover, body .link-style.link-black-transparent a:hover { background:#555555 !important; color:#fff !important; }



@media (min-width: 992px) {
	body a.link-style, body .link-style a  { min-width:200px !important; }
}

@media (min-width: 768px) {
	body a.link-style + a, body .link-style a + a  { margin-left:10px; }
}

@media (max-width: 767px) {
	body a.link-style, body .link-style a, body a.link-style2, body .link-style2 a { padding:10px 20px; }
    .wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
        width: 100% !important;
    }
}


.text-white a.link-style { color:#edcf2f; }
.text-white a.link-style:before { border-left-color:#edcf2f; border-top-color:#edcf2f; }
.text-white a.link-style:after { border-right-color:#edcf2f; border-bottom-color:#edcf2f; }

.bg-set, .bg-set > .vc_column-inner { background-size:cover; background-position:center; }

.wpb_content_element { margin:0; }

.wrapper, .header-slide > .wpb_column , .videos-slider > div /* , .contant-main > .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper*/ { margin:0 auto; width:1170px; float:none; }

.error-404, .not-found {
    margin:0 auto; width:1170px; 
}

@media (min-width: 992px) and (max-width: 1200px) {
    .error-404, .not-found { width:940px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .error-404, .not-found { width:720px; }
}
@media (max-width: 767px) {
    .error-404, .not-found { width:100%; padding:0 15px; }
}

.wrapper .header-site-title {
    float: left;

}
.wrapper .header-site-title a {
    font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
}
.wrapper .header-site-title .header-title {
    position: absolute;
}
@media (min-width: 992px) {
    .wrapper .header-site-title .header-title {
        padding: 1.5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrapper .header-site-title, .wrapper .top-right {
        margin-left: 25%;
    }
}
@media (max-width: 991px) {
    .wrapper .header-site-title {
        height: 120px;
    }
    .wrapper .header-site-title, .wrapper .top-right {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .wrapper .header-site-title .logo{
        width: auto;
        float: none;
    }
    .wrapper .header-site-title .header-title {
        padding: 5%;
    }
}

@media (min-width: 1201px) {
    .mainmenu > ul > li > a:link , .mainmenu > ul > li > a:visited { padding:10px 15px 10px; font-size:27px; line-height:32px; }

}
@media (min-width: 992px) and (max-width: 1200px) {
	.wrapper, .header-slide > .wpb_column, .videos-slider > div { width:96%; }
    .mainmenu > ul > li > a:link , .mainmenu > ul > li > a:visited { padding:10px 15px 10px 5px; font-size:26px; line-height:32px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrapper, .header-slide > .wpb_column, .videos-slider > div { width:96%; }
    .mainmenu > ul > li > a:link , .mainmenu > ul > li > a:visited { padding:10px 5px 10px 0px; font-size:24px; line-height:30px; }
}
@media (max-width: 767px) {
	.wrapper, .header-slide > .wpb_column, .videos-slider > div { width:100%; padding:0 15px; }
	.vc_row  > .wrapper { padding:0; }
}

.contant-main { float:left; width:100%; }
.contant-main > .vc_row { margin:0; }
.contant-main > .vc_row > .vc_column_container > .vc_column-inner { padding:0; }
.contant-main *:before, .contant-main *:after { display:block; }

.top { background:#004B53; padding:20px 0 0; position:relative; z-index:999; float:left; width:100%; }
.logo { float:left; padding:0 0 20px; }
.top-right { float:right; }
.top-links, .top-social { display:inline-block; vertical-align:middle; }
.top-links a { min-width:0; padding:5px 15px !important; font-size:20px; }
.top-social a { color:#fff; margin:0 0 0 10px; }
.top-social a:hover { color:#73f5e4; }

@media (min-width: 992px) and (max-width: 1200px) {
	.logo { width:320px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo { width:260px; }
}
@media (max-width: 767px) {
	.top { padding:25px 0; }
	.logo { padding-right:60px; }
	.top-right { text-align:center; }
	body .top-links a { padding:6px 15px !important; font-size:14px !important; }
	.top-social { padding:15px 0 0; }
}

@media (min-width:768px) {

	.mainmenu { float:left; width:100%; background:#C3C964; padding:15px 10px; border-radius:40px; text-align:center; margin:0 0 -25px; }
	.mainmenu > ul { margin:0; padding:0; list-style:none; vertical-align:top; display:inline-block !important; position:relative; z-index:99; }
	.mainmenu > ul > li { display:inline-block; vertical-align:middle; position:relative; text-align:center;  }
	.mainmenu > ul > li > a:link , .mainmenu > ul > li > a:visited { float:none; color:#2c2c2c; font-weight:500; line-height:26px; }
	.mainmenu > ul > li:hover > a, .mainmenu > ul > li.current_page_item  > a { color:#004B53; }
	.mainmenu > ul > li.menu-item-has-children > a:after { content:''; width:10px; height:7px; /*background:url(images/down-arrow.png) no-repeat;*/ display:inline-block; margin:0 0 0 10px; vertical-align:middle; }


	.mainmenu > ul > li > ul { display:none; position:absolute; top:100%; left:50%; background:#fff; border:1px solid #f2f2f2; width:208px; margin:0; padding:0; list-style:none; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align:left; }
	.mainmenu > ul > li > ul:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-bottom-color: #f2f2f2; border-width: 11px; margin-left: -11px; }
	.mainmenu > ul > li > ul:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-bottom-color: #fff; border-width: 10px; margin-left: -10px; }
	.mainmenu  ul li:hover > ul { display:block; }
	.mainmenu > ul > li > ul > li { border-top:1px solid rgba(000,000,000,0.1); display:block; position:relative; }
	.mainmenu > ul > li > ul > li > a:link , .mainmenu > ul > li > ul > li > a:visited  { color:#333; text-transform:uppercase; font-size:14px;  display:block; padding:10px 20px; line-height:20px; font-weight:500; }
	.mainmenu > ul > li > ul > li:hover > a { color:#C3C964; }
	.mainmenu > ul > li > ul > li:first-child { border-top:none; }

	.mainmenu > ul > li > ul ul { display:none; position:absolute; top:0; left:100%; background:#fff; margin:0 0 0 1px; list-style:none; text-align:left; padding:0 5px 26px; }

	.childlink { display:none; }

}

@media (max-width: 767px) {
	
	body .wrapper .header-site-title { height:auto; }
	.logo { padding:0 40px 0 0; display:block; }

	.menulinks { display:inline-block; position:absolute; top:36px; right:24px; }
	ul.sub-menu { display:none; }
	.menulinks i { text-align: left; display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
	.menulinks i:before, .menulinks i:after { position: absolute; content: ''; }
	.menulinks i, .menulinks i:before, .menulinks i:after { width: 24px; height: 3px; background-color:#fff; display: inline-block; }
	.menulinks i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
	.menulinks i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
	.mobile-open .menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	.mobile-open .menulinks i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	.mobile-open .menulinks i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

	.mainmenu.active { left:0; }

	.mainmenu ul { margin:0; padding:0; list-style:none; }
	.mainmenu > ul { position:absolute; top:69px; left:0; width:100%; background:#004B53!important; display:none; z-index:999; }
	.mainmenu > ul > li { position:relative; border-bottom:1px solid rgba(255,255,255,0.1); }
	.mainmenu > ul > li > a:link , .mainmenu > ul > li > a:visited { color:#fff; padding:10px 30px 10px 15px; font-size:18px; font-weight:700; display:block; }
	.mainmenu > ul > li > a:hover { color:#C3C964; }


	.mainmenu > ul > li ul ul , .mainmenu > ul > li ul li .childlink { display:none !important; }
	span.childlink { position:absolute; right:0; top:0; z-index:9; height:46px; line-height:46px; width:46px; color:#fff; width:46px; font-size:20px; text-align:center; }

	.mainmenu > ul > li li a:link , .mainmenu > ul > li li a:visited { color:#fff; padding:10px 15px; font-size:15px; font-weight:500; display:block; }
	.mainmenu > ul > li li a:hover { color:#fbb314; }

}

.header-slider { position:relative; z-index:9; }
.header-slider > .wrapper { width:auto; max-width:none; padding:0; }
.header-slide { height:600px; padding:160px 0 0; margin:0; }
.header-slidetext { max-width:560px; background:rgba(0,0,0,0.6); padding:30px 30px 20px; color:#fff; font-size:25px; line-height:32px;  margin:0 0 25px; }
.header-slidetext { max-width:560px; background:#CB5228!important; background-color:#CB5228!important; padding:30px 30px 20px; color:#fff; font-size:25px; line-height:32px;  margin:0 0 25px; }
.header-slidetext h3 { color:#fff; font-size:45px; line-height:50px; text-transform:none; padding:0 0 30px; }
.header-slider .slick-arrow { background:none; }
.header-slider .slick-arrow:before { font-size:24px; }
.header-slider .slick-arrow:hover { color:#73f5e4; }

@media (max-width: 767px) {
	.header-slide { height:450px; padding:40px 0 0; }
	.header-slidetext h3 { font-size:30px; line-height:36px; padding:0 0 10px; }
	.header-slider .slick-prev { left:-10px; }
	.header-slider .slick-next { right:-10px; }
	.header-slidetext { font-size:18px; line-height:24px; }
	.header-slidetext { padding:20px 20px 15px; }
}

.findFairTrade-section { background:#28a191; padding:50px 0 0; text-align:center; position:relative; color:#fff; z-index:2; clear:both; }
.findFairTrade-section:before { left:50%; top:-270px; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background:#41788f; border-radius:100%; width:700px; height:700px; position:absolute; }
.findFairTrade-section h2 { color:#fff; text-transform:uppercase; }
.findFairTrade-section .wrapper { max-width:510px; }
.findFairTrade-withfilter .wrapper { max-width:760px; }
.findFairTrade-withfilter .findFairTrade-sectext { max-width:500px; float:none; margin:0 auto !important; }
.findFairTrade-section p { padding:0; }

.findFairTrade-sectext { padding:0 0 15px; font-size:21px; line-height:30px; }
.member-searchbox { position:relative; }
.member-searchbox input[type=text], .member-searchbox input[type=search] { box-shadow:0 0 20px 2px rgba(0,0,0,0.2); padding-right:150px !important; border-radius:40px; }
.member-searchbox input[type=submit] { position:absolute; right:2px; top:2px; height:44px; }
.findFairTrade-withfilter .member-searchbox input[type=text], .findFairTrade-withfilter .member-searchbox input[type=search] { padding-right:250px; }
.filter-box { position:absolute; right:150px; top:4px; border-left:1px solid #d7d7d7;  color:#6c6c6c; }
.filter-text { padding:7px 0 6px 10px; cursor:pointer; display:block; }
.filter-text:after { content:'\f0d7'; font-family:'FontAwesome'; display:inline-block; margin:0 0 0 5px; vertical-align:middle; }
.filter-box ul { margin:0; padding:0; list-style:none; position:absolute; left:0; top:44px; background:#41788f; width:180px; padding:5px; display:none; }
.findFairTrade-withfilter { margin-bottom:150px !important; }
.filter-box ul li { border-top:1px solid #fff; padding:6px 15px; text-align:left; }
.filter-box ul li, .filter-box ul li a { color:#fff; }
.filter-box ul li:first-child { border:none; }
.filter-box p { display:inline; }

@media (min-width: 992px) and (max-width: 1200px) {
	.findFairTrade-section:before { width:660px; height:660px; top:-320px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.findFairTrade-section:before { width:660px; height:660px; top:-320px; }
}


@media (max-width: 767px) {
	.member-searchbox input[type=submit] { min-width:0; }
	.findFairTrade-section { clear:both; }
	.filter-box { right:110px; }
	.findFairTrade-section:before { top:-370px; }
	.findFairTrade-withfilter { margin-bottom:50px !important; }
}

@media (min-width: 600px) and (max-width: 767px) {
	.findFairTrade-section:before { top:-410px; }
}

@media (min-width: 460px) and (max-width: 600px) {
	.findFairTrade-section:before { top:-420px; }
}

.mission-section { padding:170px 0 40px; position:relative; text-align:center; float:left; width:100%; z-index:8; }
.mission-section:before { content:''; position:absolute; right:0; top:100px; width:260px; height:212px; background:url(images/icon-bg.png) no-repeat; }
.mission-section:after { content:''; position:absolute; left:0; bottom:-100px; width:268px; height:205px; background:url(images/icon-bg2.png) no-repeat; }

@media (min-width:768px) {
	.mission-sectext { padding:0 5%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mission-section:before { top:50px; }
}

@media (max-width: 767px) {
	.mission-section:before ,.mission-section:after { display:none; }
	.mission-section { padding:90px 0 40px; }
}


body .followus-section { padding:115px 0 70px; background-color:#f2f2f2; background-position:right bottom !important; clear:both; position:relative;  }
.followus-secbox { max-width:400px; text-align:center; }
.followus-secbox .gfield > label { display:none !important; }
.followus-secbox h2 { color:#28a191; }
.followus-secbox input[type=submit] { text-transform:none; background-color:#41788f; border-color:#41788f; font-size:15px; }
.followus-secbox input[type=submit]:hover { background-color:#28a191; border-color:#28a191; }
body .followus-secbox .gform_wrapper .gform_footer { text-align:center; }
.followus-secbox .ginput_container input { box-shadow:0 0 20px 2px rgba(0,0,0,0.2); text-align:center; border-radius:40px; }

@media (max-width: 767px) {
	body .followus-section { padding:40px 0; }
	.followus-section:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; }
}

.fairtrade-section { background:#f0f0f0; padding:60px 0; text-align:center; clear:both;  }
.trade-boxes { padding:80px 0 0; position:relative; }
.trade-boxes:before { content:''; background:url(images/dots.png) no-repeat center; width:100%; position:absolute; top:0; left:0; height:74px; }
.trade-btext > div { background:#41788f; border-radius:30px; color:#fff; padding:15px; text-align:center; }
.trade-btext { padding:15px; }
.trade-btext p { padding:0; }

@media (min-width:768px) {
	.trade-btext { float:left; width:50%; }
	.trade-btext > div { font-size:30px; line-height:36px; }
	.trade-btext:first-child, .trade-btext:nth-child(2), .trade-btext:nth-child(3), .trade-btext:nth-child(4), .trade-btext:nth-child(5), .trade-btext:nth-child(6) { float:left; width:33.33%; }
	.trade-btext:nth-child(3), .trade-btext:nth-child(6), .trade-btext:nth-child(8) { clear:right; }
	.trade-btext:nth-child(4), .trade-btext:nth-child(7), .trade-btext:nth-child(9) { clear:left; }
	
}

@media (max-width: 767px) {
	.trade-boxes { padding:0; }
	.trade-boxes:before { display:none; }
	.trade-btext { padding:5px 0; }
}



.tradeproducts-section { padding:5px 0; clear:both; margin-top: 50px !important;}
.tradeproducts-b { padding:15px; text-align:center; }
.tradeproducts-img { height:250px; margin:0 0 20px; box-shadow:0 0 20px 4px rgba(0,0,0,0.2); }
.tradeproducts-section .slick-arrow { background:none; margin:-40px 0 0; }
.tradeproducts-section .slick-arrow:before { font-size:24px; color:#2c2c2c; }
.tradeproducts-b h4 { font-weight:700; }
.tradeproducts-b a:hover h4 { color:#27a191; }
.newsannouncements-section .tradeproducts-b, .newsannouncements-section .tradeproducts-b h4, .newsannouncements-section .tradeproducts-b a { color: #fff; }
.newsannouncements-section .tradeproducts-b a:hover h4 { color: #bffff6; }

@media (min-width:768px) {
	.tradeproducts-box { float:left; width:50%; padding:15px 0; }
	.tradeproducts-b { padding:15px 25px 35px 25px; }
	.tradeproducts-box:nth-child(2n) { clear:right; }
	.tradeproducts-box:nth-child(2n+1) { clear:left; }
	.tradeproducts-section .tradeproducts-box { width:auto; clear:none !important;  }
	.tradeproducts-section .slick-prev { left:-30px; }
	.tradeproducts-section .slick-next { right:-30px; }
}

@media (min-width: 768px) and (max-width:1200px) {
	.trade-btext > div { font-size:18px; line-height:26px; }
	.tradeproducts-section { padding:50px 0 0; }
}


@media (min-width: 768px) and (max-width: 991px) {
    .trade-boxes { padding:60px 0 0; }
	.trade-boxes:before { height:64px; background-size:520px auto; }
}

@media (max-width: 767px) {
	.tradeproducts-section { padding:40px 0 0; }
	.tradeproducts-section .slick-prev { left:-25px; }
	.tradeproducts-section .slick-next { right:-25px; }
}

.spotlight-section { padding:70px 0; }
.spotlight-sec2 { padding:20px 0 150px; }
.spotlight-section h2 { padding:0 0 40px; }
.spotlight-bimgtitledate { height:360px; position:relative; font-size:15px; font-weight:500; box-shadow:0 0 20px 2px rgba(0,0,0,0.2); }
.spotlight-bimgtitledate:before { content:''; position:absolute; bottom:0; width:100%; height:40%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.spotlight-bimgtitledate h4 { color:#fff; font-size:21px; font-weight:500; }
.spotlight-bimgtitledate .fa-share-alt { float:right; font-size:20px; }
.spotlight-bimgtitledate h4 a { color:#fff; }
.spotlight-bimgtitledate h4 a:hover { color:#27a191; }

@media (min-width: 768px) and (max-width: 991px) {
    .spotlight-section { padding:40px 0 50px; }
}

@media (max-width: 767px) {
	.spotlight-section { padding:40px 0; }
}

.spotlight-bimgtitledate > div { position:absolute; bottom:0; width:100%; padding:15px; color:#fff; padding:15px; }
.spotlight-btext {  padding:25px 25px 0; }
.spotlight-section .link-style { text-align:center; display:block; }

@media (max-width: 767px) {
	.spotlight-section { padding:30px 0 40px; }
}

.videos-section { padding:40px 0 0; position:relative; float:left; width:100%; }
.videos-section h2 { padding:0 0 30px; }
.videos-slider { background:#346275; padding:30px 0; position:relative; margin:20px 0 0; }


.videos-slide > div { padding:0 10px; position:relative; }
.videos-slider { z-index:8; position:relative; }
.videos-section  .slick-arrow { background:none; }
.videos-section  .slick-arrow:before { font-size:22px; }
.videos-section  .slick-arrow.slick-prev { left:-70px; }
.videos-section  .slick-arrow.slick-next { right:-70px; }


@media (min-width: 1441px) and (max-width:1980px) {
    .cut1 { top:-110px; }
    .cut2 { bottom:-144px; }
}


@media (min-width: 1201px) and (max-width:1440px) {
 	.cut1 { top:-91px; }
	.cut2 { bottom:-112px; }
}


@media (min-width: 991px) and (max-width:1200px) {
 	.cut1 { top:-70px; }
	.cut2 { bottom:-92px; }
}


@media (min-width: 768px) and (max-width:992px) {
 	.cut1 { top:-58px; }
	.cut2 { bottom:-72px; }
}

@media (max-width: 767px)   {
 	.cut1 { top:-18px; }
	.cut2 { bottom:-32px; }
}

.newsannouncements-section { background:#23776b; padding:40px 0 0 0; margin:0 0 250px; position:relative; clear:both; }
.newsannouncements-section .members-boxes { padding-bottom: 0px; }
.cut3 { position:absolute; bottom:-150px; width:110%; height:auto; left:-5%; max-width:none; }
.newsannouncements-section h2 { color:#fff; padding:0 0 40px; }
.cut4 { position:absolute; top:-150px; width:110%; height:auto; left:-5%; max-width:none; }
.newsannouncements-sec2 { padding-top:50px; }

@media (min-width: 1601px) and (max-width:1920px) {
    .cut3 { bottom:-157px; }
    .cut4 { top:-140px; }
}

@media (min-width: 1201px) and (max-width:1600px) {
 	.cut3 { bottom:-110px; }
	.cut4 { top:-80px; }
}


@media (min-width: 991px) and (max-width:1200px) {
 	.cut3 { bottom:-110px; }
	.cut4 { top:-80px; }
}


@media (min-width: 768px) and (max-width:992px) {
 	.cut3 { bottom:-80px; }
	.cut4 { top:-62px; }
}

@media (max-width: 767px)   {
	.cut3 { bottom:-30px; }
	.cut4 { top:-26px; }
	.newsannouncements-section  { padding:50px 0 40px; }
	.newsannouncements-section h2 { padding:0 0 20px; }
	.members-template-default .newsannouncements-section { margin:0; }
}

.gry-bg { background:#f0f0f0; }
.contant-cover { float:left; width:100%; overflow:hidden; }

.events-section { padding:190px 0 50px; }
.event-name { font-weight: bold; }
.event-date { font-style: italic; }

@media (max-width: 767px) {
	.events-section  { padding:60px 0 40px; }
}

.member-lisingsection { padding:60px 0; }
.members-boxes { padding:0 0 65px; margin-left:auto; margin-right:auto; width:100%; height: auto !important; float: left; }
.members-box { padding:15px; text-align:center; }
.members-img { text-align:center; border:1px solid #ccc; height:230px; margin:0 0 20px; padding:0 15px; background: white; }
.members-img img { max-height:200px; height:auto; width:auto; max-width:100%; position:relative; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  }
.members-box h3 a { font-size:30px; line-height:34px; color:#2c2c2c; font-weight:700; }
.members-box h3 a:hover { color:#27a191; }
.members-btext { padding:0 10px; }


@media (min-width:768px) {
	.members-box { float:left; width:33.33%; }
	.members-box:nth-child(3n) { clear:right; }
	.members-box:nth-child(3n+1) { clear:left; }
}

@media (max-width: 767px) {
	.member-lisingsection { padding:40px 0; }
}

.header { text-align:center; padding:200px 0 150px; position:relative; color:#fff; background-size:cover; background-position:center; text-align:center; z-index:8; float:left; width:100%; }
.header > div { position:relative; }
.header h1 { color:#fff; display:inline-block; background:rgba(0,0,0,0.4); padding:20px; }


@media (max-width: 767px) {
	.header { padding:80px 0; }
}

.bg-img img { display:none; }
.bg-img { background-size:cover; background-position:center; }

.member-contentmain { float:left; width:100%; padding:60px 0; margin-bottom: 50px; }
.member-contentmain .member-contleft { padding: 0px 10px !important; }
/*.member-contleft .membercontact-info { background:#28a191; padding:10px 20px; color:#fff; font-size:18px; margin: 25px 0px;}
*/
.member-contright .principles_heading, .member-contleft .member-contact-heading { font-weight:700; font-family: 'Helvetica Neue', 'Arimo', Helvetica, Arial, sans-serif; color: #fff; text-align: center; margin: 0px auto; font-size: 20px; padding: 10px 0px;}
.member-contleft .member-contact-heading { background: #28a191; text-transform: uppercase; }
.member-contright .principles_heading { background: #346275; margin-bottom: 20px; }

.member-contleft .member-logo { margin-bottom: 0px !important; }
.member-contleft #member-content-contact { border: 1px solid #28a191; padding: 3px; color:#404040; font-size:inherit; margin: 0px 0px 35px 0px;}

.member-contleft #member-content-contact i { width:20px; text-align:center; font-size:16px; margin:0 10px 0 0; }
.member-contleft #member-content-contact .member-contactinfo { word-break: break-word; word-wrap: all; }
.member-contleft .member-contact a, .member-contleft .member-contact a:hover { text-decoration: none; color: #404040; }
.member-contleft .member-contact .member-address { padding-left: 25px; }

.member-contmain {}
.member-contmain h1 { margin-bottom: 30px; }
.member-contmain .ftf_member_page { margin-bottom: 35px; }
.member-contright {}

.member-contright .ftf_principles { border: 1px solid #346275; padding: 3px; }

.member-logo { /*border:1px solid #ccc; */padding:30px 25px; margin:0 0 30px; }
.member-content h2 { padding-top:0; }


.webinfo { font-size:24px; font-weight:700; text-align:center; padding:25px 0 10px; }


.member-contact ul li { list-style: none; }
.member-contact ul {
    padding: 0px 5px !important;
}
.member-contact .member-photo {
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 150px;
}
.member-contact .member-photo img {
    display: block;
    width: 100%;
    text-align: center;
}
@media (max-width:991px) {
    .member-contact .member-photo img {
        width: auto;
        margin: 0px auto;
    }
}

.content-left { padding:0 0 30px; }
.content-main { padding:60px 0; float:left; width:100%; }
.featured-box { height:360px; position:relative; font-size:15px; font-weight:500; box-shadow:0 0 20px 2px rgba(0,0,0,0.2); margin:0 0 50px; color:#fff; font-size:16px;  }
.featured-box:before { content:''; position:absolute; bottom:0; width:100%; height:40%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

.share-box { float:right; }
body .featured-box .like_button, body .featured-box .share_button { vertical-align:middle; }
.featured-box > div { position:absolute; bottom:0; left:0; width:100%; padding:15px; }
.featured-box p { padding:0; }
.featured-box i.icon { margin-right:15px; margin-left:0; color:#fff; }

.right-sidebar { background:#f0f0f0; }
.right-sidebar .tradeproducts-box { width:100%; padding:35px 15px; border-bottom:1px solid #c7c7c7; }
.right-sidebar .tradeproducts-box .tradeproducts-b { padding:0; }
.right-sidebar .tradeproducts-box h4 { text-align:center; }
.right-sidebar .widget { padding:25px; clear:both; }


.right-sidebar .widget_categories ul, .right-sidebar .widget_recent_entries ul, .right-sidebar .widget_meta ul, .right-sidebar .widget_archive ul { margin:0; padding:0; list-style:none; font-size:18px; }
.right-sidebar .widget_categories ul li a , .right-sidebar .widget_recent_entries ul li a, .right-sidebar .widget_meta ul li a, .right-sidebar .widget_archive ul li a { padding:0 0 8px 20px; color:#424242; display: block; position:relative; }
.right-sidebar .widget_categories ul li a:before , .right-sidebar .widget_recent_entries ul li a:before, .right-sidebar .widget_meta ul li a:before, .right-sidebar .widget_archive ul li a:before { content:''; position:absolute; left:0; top:12px; width:8px; height:1px; background:#555555; }
.right-sidebar .widget_categories ul li a:hover, .right-sidebar .widget_recent_entries ul li a:hover , .right-sidebar .widget_meta ul li a:hover, .right-sidebar .widget_archive ul li a:hover { color:#27a191; }
.right-sidebar .gform_widget { background:#28a191; position:relative; padding:35px 25px 80px 25px; margin:0 0 0px; text-align:center; color:#fff; }
.right-sidebar .gform_widget .cut5 { position:absolute; bottom:-63px; width:100%; height:auto; left:0; max-width:none; }
.right-sidebar .gform_widget .gform_footer input.button, .right-sidebar .gform_wrapper .gform_footer input[type=submit] { border-color:#41788f; background-color:#41788f; font-weight:700; font-size:15px; margin:0; }
.right-sidebar .gform_widget .gform_footer input.button:hover, .right-sidebar .gform_wrapper .gform_footer input[type=submit]:hover { background-color:#fff; color:#41788f; border-color:#fff; }
body .right-sidebar .gform_wrapper .gform_footer { text-align:center; }
.right-sidebar .gform_widget h3 { color:#fff; padding:0; }
.right-sidebar .gform_wrapper span.gform_description { margin:0; padding:0; width:100%; text-align:center; color:#fff; }
.right-sidebar .gform_wrapper .ginput_container  input { text-align:center; }
body .right-sidebar .gform_wrapper ul li.gfield { margin:0; padding:0; }
body .right-sidebar .gform_wrapper .top_label .gfield_label { color:white; }
body .right-sidebar .gform_wrapper  { position:relative; margin-bottom:0; }

@media (min-width:768px) {
	.content-left { float:left; width:70%; padding:0 30px 0 0; }
	.right-sidebar { float:left; width:30%; }
}

@media (max-width:767px) {
	.right-sidebar { clear:both; }
	.member-contentmain .wrapper, .members-template-default .vc_row .wrapper { padding:0 15px; }

}


.blog-header { float:left; width:100%; text-align:center; padding:250px 0; position:relative; color:#fff; background-size:cover; background-position:center; }
.blog-header:before { content:''; position:absolute; left:0; top:0; width:100%; display:block; height:100%; background:#2d4b5c; opacity:0.7; }
.blog-header > div { position:relative; }
.blog-header h1 { color:#fff; }
.blogheader-text { padding:0 0 20px; font-size:20px; line-height:28px; }

@media (min-width:768px) {
	.blogheader-text { padding:0 10% 35px; }
	.blog-header .wrapper { max-width:800px; }
	.blog-header h1 { font-size:42px; line-height:46px; }
}

@media (min-width:768px) and (max-width:1200px) {
	.blog-header  { padding:150px 0; }
}

@media (max-width:767px) {
	.blog-header  { padding:70px 0 150px; }
	.blogheader-text { font-size:16px; line-height:24px; }
}


.blog-postmain { float:left; width:100%; padding:40px 0; }

.blogpost-boxes { text-align:center; }
.blogpost-img { height:360px; position:relative; font-size:15px; font-weight:500; box-shadow:0 0 20px 2px rgba(0,0,0,0.2); margin:0 0 25px; text-align:left; }
.blogpost-img:before { content:''; position:absolute; bottom:0; width:100%; height:40%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.blogpost-img  h3 { color:#fff; font-size:21px; font-weight:500; line-height:24px; }
.blogpost-img  h3 a, .blogpost-byline a { color:#fff; }
.blogpost-share { float:right; }
.blogpost-share  i.icon { margin-right:15px; margin-left:0; color:#fff; }
.blogpost-b { position:absolute; bottom:0; width:100%; padding:15px; color:#fff; padding:15px 20px; }
.newsannouncements-section .blogpost-box a.link-style:hover { background:#fff !important; color:#23776b !important; }
body .blogpost-b .like_button, body .blogpost-b .share_button { vertical-align:middle; }
.blogpost-byline { font-size:15px; padding:0 0 15px; }


.blog-left .navigation { float:left; width:100%; padding:40px 0 0; }
.blog-left .navigation .page-numbers { display:inline-block; margin:0 5px; width:28px; height:28px; border:2px solid #ebebeb; border-radius:4px; line-height:24px; text-align:center; color:#424242; }
.blog-left .navigation .page-numbers.current, .blog-left .navigation .page-numbers:hover { background:#28a191; border-color:#28a191; color:#fff; }
.blog-left .navigation .next , .blog-left .navigation .prev { display:none; }
.blog-left .navigation a { display:inline-block; padding:8px 20px 10px; border:2px solid #555555; font-family: 'Oswald' , Arial, Helvetica, sans-serif; font-size:18px; }
.blog-left .navigation a:hover { background:#555; color:#fff; }

body .llas-callout, body .llas-border-callout { background:none; color:#fff; border:none; font-size:22px; }
body .llas-callout .llas-notch { display:none; }
body .llas-border-callout { padding:0; }
body .llas-like-button-active .icon-heart:before { content: '\f004'; }
body .llas-like-button-active { font-size:16px;  }
body .like_button , body .share_button { font-size:22px; }

@media (min-width:768px) {
	.blog-postmain { padding:60px 0; }
	.blogpost-box { float:left; width:33.33%; padding:0 20px 35px 0; }
	.blog-postmain .blogpost-box {  padding:0 40px 35px 0; }
	.blogpost-box:nth-child(2n) { clear:right; }
	.blogpost-box:nth-child(2n+1) { clear:right; }
	.blog-left .navigation { text-align:center; padding:0; }
	.blog-left .navigation .page-numbers { margin:0 0 0 10px; }
	.blog-left .blogpost-box { width:100%; }
	.blog .blogpost-box { float:left; width:50%; }

}


@media (max-width:767px) {
	.blog-left .navigation { padding:0; }
	.blog-left { padding:0 0 40px; float:left; width:100%; }
	.blog-sidebar { float:left; width:100%; }
	.blogpost-box { padding:20px 0; }
}




.blog-pagi { float:left; width:100%;  padding:10px 0; text-align:center; }
.blog-pagi .screen-reader-text { display:none; }
.nav-previous { float:left; }
.nav-next { float:right; }
.blog-pagi a { color:#424242; font-size:14px; line-height:22px; font-weight:500; }
.blog-pagi a:hover { color:#1f419a; }

.blogdetail-content ul, .blogdetail-content ol { padding:0 0 0 2px; font-size:17px; line-height:26px; list-style:none; }
.blogdetail-content ul li:after  { background:#28a191; width:8px; height:8px; content:''; display:inline-block; position:absolute; left:0; top:9px; border-radius:100%; }
.blogdetail-content ol { counter-reset: my-badass-counter; }
.blogdetail-content ol li:before { color:#28a191; content: counter(my-badass-counter)'.'; counter-increment: my-badass-counter; font-weight:700; position:absolute; left:0; top:-1px; }
.blogdetail-content ul li, .blogdetail-content ol li { padding:0 0 10px 20px; position:relative; display:block; }

.blogdetail-content br { clear:both; }


@media (max-width:767px) {
	.blog-pagi { padding:30px 0; }
	.share-this { float:left; width:100%; padding:8px 0 0; }
	.blogdetail-content .wpb_single_image img { margin:10px 0 25px; }
}

.blog-comments { padding:20px 0 25px; float:left; width:100%; }
.comment-respond .logged-in-as { display:none; }
.comment-list { margin-top:30px; margin-bottom:30px; font-size:13px; line-height:20px; padding:0 0 0 20px; }
.comment-respond h2 { text-transform:none; font-family:'Open Sans'; color:#28a191; font-size:26px; line-height:34px; }


@media (min-width:768px) {
	.blog-comments .wrapper { max-width:600px; }
}

@media (max-width:767px) {
	.blog-comments { padding:30px 0; }
}


.footer { float:left; width:100%; margin:30px 0 0; position:relative; background:#C3C964; padding:50px 0; position:relative; text-align:center; }

.footer ul { margin:0; padding:0; list-style:none; }
.footer a { color:#fff; }
.footer a:hover { color:#73f5e4; }
.footer-social { padding:10px 0; font-size:20px; }
.footer-social a { margin:0 10px; border-right:unset; }
.footer-menu li { display:inline-block; padding:0 8px; }
.footer-menu2 { padding:50px 0 0; }
.footer-menu2 li { display:inline-block; padding:0 10px; border-left:1px solid #fff; line-height:18px; }
.footer-menu2 li:first-child { border:none; padding-left:0; }

@media (min-width:768px) {
	.footer-social { 
		display:inline-block;  
		padding:35px 60px; 
/* 		border-right:1px solid #fff;  */
		vertical-align:top; }
	.footer-menu { display:inline-block; padding:0 10px; text-align:left; vertical-align:top; }
	.footer-menu li { display:block; padding:0 0 10px; }
}

.footer-copyrights { padding:10px 0; background:#356275; color:#fff; font-size:15px; float:left; width:100%; text-align:center; }


@media (max-width:767px) {
	.footer-menu2 { padding:20px 0 0; }
	.footer-menu2 li { font-size:16px; }
	.footer { margin:130px 0 0; }
	.footer:before { height:130px; top:-130px; background-size:auto 130px; }
}


/* Set the wrapper for non-vc pages */
.not-found {
    width: 80%;
    margin: 0px auto;
    padding-top: 5%;
}
form.search-form button.search-submit {
    margin-top: 2%;
    text-align: center;
    float: right;
}
.blog-meta {
    background-color: #f0f0f0;
    padding: 10px 15px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}
.ftf-page .content-left input, /*.ftf-page .content-left form button,*/ .ftf-page .content-left textarea, .ftf-page .content-left select {
    outline: none;
    border: 1px solid #f2f2f2;
    background: #fff;
    height: 48px;
    border-radius: 0;
    padding: 0 20px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /*width: inherit !important;*/
}

.ftf-page .content-left input[type="submit"], .ftf-page .content-left input.button, .green-btn, .ftf-page .content-left form button, .vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat
{
    color: #fff;
    background-color: #28a191 !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    box-shadow: none !important;
}
.ftf-page .content-left li input[type=checkbox], .ftf-page .content-left li input[type=radio] {
    height: auto !important;
}

.members-boxes a, .members-boxes p { color: #fff; }
.members-boxes .members-btext a { color: #0facdf }

.exhibitors, .member-table { padding-bottom: 25px; }
.booths-table  tr th { padding:15px 5px; border-bottom: 6px solid #f0f0f0;}
table.booths-table tr td, table.booths-table  tr th { text-align:left; }
.booths-table  { padding:0 0 25px; margin-bottom: 25px; }
table.booths-table tr td {
    padding:5px;
    font-size:20px;
    line-height:28px;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
table.booths-table tr:last-child td {
    border-bottom: none;
}
table.booths-table tr td:first-child {
    border-left: none;
}

@media (max-width:767px) {
    .booths-table tr td { padding:10px; font-size:15px; }
}

/* resources */
.resource-content { margin-bottom: 20px; }
.resource-contright .wpb_single_image {
    margin-bottom: 20px;
}
.resource-contright .vc_btn3-container {
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

/* search pages  */
.member-search-results {
    margin: 30px 0px;
}
.facetwp-type-search {
    background: #28a191;
    padding: 20px;
    margin-bottom: 40px !important;
    box-shadow:0 0 20px 2px rgba(0,0,0,0.2);
}
i.facetwp-btn { display: none; }
.ftf-page .content-left input.facetwp-search {
    width: 95% !important;
    margin: 0px auto;
    display: block;
}
.facetwp-pager { clear: left; }
.facetwp-type-checkboxes, .facetwp-type-fselect { margin-bottom: 20px !important; }
.facetwp-checkbox {
    background-size: 12px !important;
    font-size: 15px;
    line-height: 1.2em;
}
.facetwp-per-page { width: 95%; margin: 0px auto;  border-radius: 0px; }
.facetwp-type-fselect, .facetwp-per-page select.facetwp-per-page-select  { text-align: center; }
.facetwp-type-fselect .fs-option-label, .facetwp-per-page select.facetwp-per-page-select  { text-align: left; }
.fs-arrow { margin: 3% 2% !important; }
.facetwp-type-fselect .fs-label-wrap, .facetwp-per-page select.facetwp-per-page-select  { outline:none; border:1px solid #f2f2f2; background:#fff; height:48px; border-radius:0; padding:10px !important; font-family: 'Century Gothic', CenturyGothic, 'Open Sans', Arial, Helvetica, sans-serif; font-size:14px; min-width: 100% !important; box-shadow:0 1px 1px rgba(0,0,0,0.2); }
.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown, .facetwp-per-page select.facetwp-per-page-select { min-width:90% !important; }

.facetwp-type-alpha { text-align: center; }

/* member page section header */

.subsection-header { font-weight: bold; font-size: 28px; text-align: center; margin-bottom: 20px; }


/* jobs */
ul.job-listing-meta li:after {display: none !important;}
form .mce-widget button { min-width: auto !important; }
.fieldset-company_logo .description { display: none !important; }
.fieldset-company_logo input { box-shadow: none !important; border: none !important; }

/* retailer & brands  */
.single-retailer-result, #member-retail-locations .single-member-retailers { min-height: 160px; padding: 0 1%;}
#member-retail-locations, #member-related-brands { padding: 30px 0px 30px 0px; }
#member-retail-locations .retailer-header { font-weight: bold; font-size: 28px; text-align: center; margin-bottom: 20px; }


.single-retailer-address { width: 100%; clear: both; margin-bottom: 15px; }
.single-retailer-address .single-retailer-copy strong { font-size: 1.2em; }

@media (min-width: 768px) { 
.single-retailer-address .single-retailer-image { width: 20%; float: left; }
.single-retailer-address .single-retailer-copy { text-align: left; width: 80%; float: left; padding-left: 5%;}
}
@media (max-width: 767px) { 
.single-retailer-address .single-retailer-image { width: 100%; }
.single-retailer-address .single-retailer-copy { width: 100%; }
}
/* brands */

/* maps */
.gm-style, #facetwp-map {
    overflow:hidden !important;
    /*padding-bottom:56.25% !important;*/
    position:relative !important;
    width: 100% !important;
}
.gm-style iframe, #facetwp-map iframe{
    left:0 !important;
    top:0 !important;
    height:100% !important;
    width:100% !important;
    position:absolute !important;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.post-main, .cvf_universal_container { float: left; width: 100%; padding: 80px 0 20px; }
.post-img { min-height: 250px; position:relative; font-size:15px; font-weight:500; box-shadow:0 0 20px 2px rgba(0,0,0,0.2); margin:0 0 25px; text-align:left; }
/*.post-img:before { content:''; position:absolute; bottom:0; width:100%; height:40%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }*/
.post-b { position:absolute; bottom:0; width:100%; color:#fff; padding:15px 20px; }

#filters { text-align: center; padding: 0 0 40px; }
#filters a { display: inline-block; padding: 10px 15px; margin: 3px; cursor: pointer; color: #fff; border-radius: 4px; background: #26766b; }
#filters a.active { background: #41788f; }
.paginate-links { text-align: center; padding: 40px 0 0; clear: both; }
.paginate-links .page-numbers { margin: 4px; display: inline-block; background: #28a191; color: #fff; border-radius: 2px; width: 30px; height: 30px; line-height: 30px; }
.paginate-links .page-numbers:hover, .paginate-links a.active { background: #41788f; }
.paginate-links .next { display: none; }
.post-box { padding: 15px; }
.post-box .bg-set { background-size: contain; background-position: center; background-repeat: no-repeat; }
.post-boxes-main { width:  100%; padding: 0 0 25px; }

.post-boxes{
    min-height: 465px !important; 
    margin: 0 -15px;
}
.member-name a { font-weight: bold; color: #333;}
.member-name a:hover { color:#0facdf; }
.member-web-link {}
.member-profile-link {}

/* Repeater Panels .repeater-panels */

.repeater-section { padding: 60px 0 0 0; float: left; width: 100%; clear: both; }

.repeater-panels {
    padding: 20px 0 0; 
    margin: 0 -15px; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.repeater-panels-left {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.repeater-panels-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.repeater-panels-right {
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.repeater-panel {
     padding: 15px; 
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

@media (min-width: 768px) { 
  .repeater-panels .repeater-panel { width: 50%; }
  .repeater-panels .repeater-panel:nth-child(3n) { clear: right; }
  .repeater-panels .repeater-panel:nth-child(3n+1) { clear: left; }
}

@media (min-width: 1400px) { 
  
}

@media (min-width: 1200px) and (max-width: 1399px) { 
 
}

@media (min-width: 992px) and (max-width: 1199px) { 
  
}

@media (min-width: 768px) and (max-width: 991px) { 
  .repeater-panels .repeater-panel { padding: 10px; }
}

@media (max-width: 767px) { 
  .repeater-section { padding: 40px 0; }
  .repeater-panel { width: 100%; }
}

.repeater-panel .panel_body h3 a { color: #222; }

.am_posts_navigation { float: left; width: 100%; }
.cvf-universal-pagination ul { margin: 0; padding: 0; list-style: none; }
.cvf-universal-pagination ul li { display: inline-block; }
.post-b h3 a { color: #fff; }

.product-ad-img  { padding: 25px 0 0; }
.product-ad-img img { border-radius: 4px; }

@media (min-width:768px) {
	.post-box { float: left; width: 50%; }
/*	.post-box:nth-child(2n) { clear: right; }
	.post-box:nth-child(2n+1) { clear: left; }*/
    .post-img { min-height: 250px; }
}


/* wholesale */
.full-guide-row { margin-top: 60px; }
.wholesale-ads { padding: 25px 10px; }
.wholesale-lifestyle_photos { padding: 35px 10px; }
.wholesale-ads-box-single img { max-width: 300px; }
.wholesale-ads-box-img { height:250px; margin:0 0 20px; box-shadow:0 0 20px 4px rgba(0,0,0,0.2); }
.wholesale-ads .skyscraper:nth-of-type() {display: none;}
.wholesale-lifestyle_photo-box-single { padding-bottom: 45px; }
.wholesale-lifestyle_photo-box-single img { padding-bottom: 30px; }


/* adsanity */
.tradeproducts-boxes .adsanity-inner. a img {
    margin: 0 0 20px;
    box-shadow: 0 0 20px 4px rgba(0,0,0,0.2);
}
/*
.wholesale-ads .adsanity-ftfads  { display: none !important; }
*/
.adsanity-ftfads .ad-row { margin-bottom: 25px; }

.tradeproducts-section .ad-300x250 .adsanity-inner { padding-bottom: 125%; }
#featured-products .textwidget .adsanity-rotating-ads .adsanity-aligncenter .adsanity-inner a img, 
/*.tradeproducts-section .adsanity-rotating-ads .adsanity-aligncenter .adsanity-inner a img { width: 330px; height: 250px; }*/
#featured-products .textwidget .adsanity-rotating-ads { height: 380px; }

body .ad-230x230 .adsanity-inner { height: auto;  padding-bottom: 0;  }


.ad-330x250 .adsanity-inner img {
    height: 250px;
}
.adsanity-inner {
	height: auto !important;
}
/* used to fix titles not displaying in sidebar */

/* member page add ons */
ul.ftf_member_images {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 20px auto;
    padding-left: 0px !important;
    }

ul.ftf_member_images li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 20px;
    height: 210px;
    overflow: hidden;
}

.ftf_member_video { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.ftf_member_video iframe,
.ftf_member_videor object,
.ftf_member_video embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    body .ad-230x230 { height: auto; max-height: none; margin: 0 auto !important; width: auto; }
    ul.ftf_member_images li { width: 100%; }
}

@media (min-width:768px) {
    .home-featured-products .ad-row ~ .ad-row { margin-top: 140px; }
    .featured_search_members .ad-row ~ .ad-row { margin-top: 80px; }
    ul.ftf_member_images li { width: 33%; }
}

.member-contactinfo ul li a {
	color: #28a191 !important;
}


/* .adColor21 {
	background-color: #98B0B8; padding:2px;
}
*/


.conference-button-1 {
	background-color:#8bc38a!important;
	color:white!important;
}

#gform_submit_button_67 {
	display:block!important;
}
