@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#3d3d3d;
}

*{
	box-sizing: border-box;
}

ul{
	list-style:none;
	margin:0px;
}

.clear{
	clear:both;
}

p{
	margin:0px;
	margin-bottom:18px;
}

a{
	text-decoration:none;
	transition: all 0.5s ease;
	color:inherit;
}
a:hover{
	color:#000;
}
a img{
	transition: all 0.5s ease;
}
a:hover img{
	opacity:0.5;
	transition: all 0.5s ease;
}

blockquote,
blockquote p{
	font-size: 26px;
	font-style: italic;
	color: #fe6a22;
	line-height: 1.35;
}
blockquote{
	margin-bottom: 30px !important;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	letter-spacing:1px;
    color: #009ca3;
}
h1{
	font-size:22px;
	margin-bottom:24px;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}
h2{
	margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 56px;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}
h3{
    margin-bottom: 18px;
    font-size: 30px;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
	color: #444;
}
h4{	
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35em;
	margin-bottom: 18px;
	color: inherit;
}
h5{
    position: relative;
    color: inherit;
    font-size: 20px;
    line-height: 1.25em;
    margin-top: 0px;
    font-family: 'Ubuntu', sans-serif;
	margin-bottom: 18px;
}

.related.products > h2{
	color: #fe6a22;
}


.mobile-menu-btn{
    border-width: 0px;
    background-color: transparent;
    font-size: 20px;
	display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}


#site_wrapper{
}

#header_wrapper{
}


#footer_wrapper{
}


.vc_row.pullup-small > .vc_column_container,
.pullup-small{
	margin-top:-50px;
}
.vc_row.pullup > .vc_column_container,
.vc_row.pullup-medium > .vc_column_container,
.pullup-medium{
	margin-top:-100px;
}
.vc_row.pullup > .vc_column_container,
.vc_row.pullup-large > .vc_column_container,
.pullup-large{
	margin-top:-200px;
}




ul.pagination{
	text-align:center;
}
ul.pagination li{
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
}
ul.pagination li a{
}
ul.pagination li.current a{
	font-weight:bold;
	cursor:default;
}


.inner-column ol,
.body-content ol{
	padding-left: 15px;
}
.inner-column ol li,
.body-content ol li{
	list-style: decimal;
}



.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination{
	width:100%;
	text-align:center;
	padding:10px 10px 8px 10px;
	background-color:rgba(0,0,0,0.05);
	display: block;
}
.pagination li{
	display:inline-block;
}
.pagination li.current{
}
.pagination > li:last-child.arrow{
	float:right;
}
.pagination > li:first-child.arrow{
	float:left;
}
.pagination li a{
	font-size:18px;
	padding: 0px 18px;
	font-weight:bold;
	color:#CCCCCC;
	height:50px;
	line-height:50px;
	background-color:#FFFFFF !important;
}
.pagination li.current a{
	color:#333;
}
.pagination li.arrow a{
	font-size:24px;
	line-height:46px;
}



.alignright{
	float:right;
}
.wp-caption.alignright, .alignright[class*="wp-image"]{
	padding:10px;
	background-color:#F7F7F7;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft{
	float:left;
}
.wp-caption.alignleft, .alignleft[class*="wp-image"]{
	padding:10px;
	background-color:#F7F7F7;
	margin-right:15px;
	margin-bottom:15px;
}


.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.text-align-center{
	text-align: center;
}


.container > .vc_row,
.vc_column_container.match_row_padding{
	padding-top:95px;
	padding-bottom:95px;
}
.container > .vc_row.no-v-pad{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.vc_column_container.centered_column{
	margin-left:auto;
	margin-right:auto;
	float:none;
}


[lazy-bg-image]{
	opacity: 0;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
[lazy-bg-image].lazy-bg-set{
	opacity: 1;
}




.ambassador-directory-wrapper{
	
}


.directory-table{
	width: 100%;
}
.directory-table .directory-row{
	display: block;
	position: relative;
}
.directory-table .directory-row:after{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 100%;
	height: 1px;
	border-top: rgba(0,0,0,0.3) 1px dashed;
}
.directory-table > .directory-row:first-child:after{
	border-top: rgba(0,0,0,0.3) 2px solid;
}
.directory-table .directory-row > div{
	padding: 15px;
}
.directory-table .directory-row .directory-avatar{
	display: inline-block;
	width: 80px;
}
.directory-table .directory-row .directory-avatar img,
.directory-table img.avatar{
	width: 100%;
	height: auto;
}
.directory-table .directory-row .directory-name{
	display: inline-block;
	width: 37%;
	padding-left: 20px;
}
.directory-table .directory-row .directory-city{
	display: inline-block;
	width: 37%;
	padding-left: 20px;
}
.directory-table .directory-row .directory-country{
	display: inline-block;
	width: calc(24% - 80px);
	padding-left: 20px;
}

.directory-table .yadcf-filter-reset-button {
	background-color: transparent;
}

.directory-filters{
	margin-bottom: 30px;
}
.directory-filters select,
select{
    border: #fe6a22 1px solid;
    padding: 4px;
    border-radius: 30px;
    margin-right: 12px;
	cursor: pointer;
}

.directory-table table.dataTable tr.odd,
.directory-table table.dataTable tr.odd td.sorting_1,
.directory-table table.dataTable tr.even td.sorting_1{
	background-color: transparent;
}
.directory-table img.avatar{
	width: 40px;
	max-width: 40px;
	height: auto;
}

.directory-table table.dataTable tr{
    border-bottom: rgba(0,0,0,0.3) 1px dashed;
}
.directory-table table.dataTable tr td{
	padding-top: 16px;
	padding-bottom: 16px;
}
.directory-table table.dataTable thead th {
    padding: 16px 18px 16px 10px;
    background-color: rgba(0,0,0,0.03);
}
.directory-table table.dataTable thead th.name{
	width: 30% !important;
	max-width: 30% !important;
    min-width: 30% !important;
}
.directory-table table.dataTable thead th.organisation{
	width: 30% !important;
	max-width: 30% !important;
    min-width: 30% !important;
}
.directory-table table.dataTable thead th.town{
	width: 30% !important;
	max-width: 30% !important;
    min-width: 30% !important;
}
.directory-table table.dataTable thead th.country{
	width: 10% !important;
	max-width: 10% !important;
    min-width: 10% !important;
}
.directory-table table.dataTable thead th.country .yadcf-filter-reset-button{
	display: none;
}

.yadcf-filter.ui-autocomplete-input{
	max-width: 125px;
}

.directory-table .more-link{
	white-space: nowrap;
	display: block;
	color: #fe5722;
	font-weight: bold;
}
.directory-table .dataTables_filter{
}
.directory-table .dataTables_filter input[type=text]{
    padding: 5px;
    border: rgba(0,0,0,0.1) 2px solid;
}
.directory-table .dataTables_paginate {
}
.directory-table table.dataTable{
	margin-bottom: 35px;
    min-width: 100%;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size: 26px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	text-align: center;
}
.mark, mark {
    background-color: transparent;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark{
	display: none;
}


.woocommerce ul.products li, .woocommerce-page ul.products li{
	
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button{
	display: none;
}

.woocommerce .product_meta{
	display: none;
}



.woocommerce div.product.product_cat-posters p.price, .woocommerce div.product.product_cat-posters span.price{
	display: none;
}

.woocommerce .select-qty{
	margin-bottom: 25px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	
}

section.related.products{
	padding-top: 100px;
	position: relative;
}
section.related.products:before{
	content: '';
	position: absolute;
	top: 30px;
	left: 0px;
	display: block;
	width: 100%;
	height: 1px;
	border-top: #dadada 1px dashed;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}


.checkout-two-column-layout .two-column-layout-left {
    width: 60%;
    padding: 18px 100px 0px 0px;
}
.checkout-two-column-layout .two-column-layout-right {
    width: 40%;    
    padding: 18px 30px;
    border-radius: 15px;
}
.woocommerce form .form-row label{
	display: block;
	width: 100%;
}


.title-block{
	margin-bottom: 45px;
}
.title-block p{
	font-size: 18px;
}


.speech-bubble-wrapper{
	position: relative;
	background: #f4f6f7;
	border-radius: .4em;
    padding: 40px 60px;
	-webkit-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.11);
box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.11);
margin-bottom: 20px;
}
.speech-bubble-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 27px solid transparent;
	border-right-color: #f4f6f7;
	border-left: 0;
	border-top: 0;
	margin-top: -13.5px;
	margin-left: -27px;
}
.speech-bubble-wrapper .inner{
	
}
.speech-bubble-wrapper h4{
    font-size: 22px;
	margin-bottom: 16px;
	color: #444;
}
.speech-bubble-wrapper p{
    font-size: 19px;
    line-height: 1.5;
}
.speech-bubble-wrapper.size-small p{
    font-size: 16px;
    line-height: 1.5;
}


.enhanced-page-wrapper p a,
.basic-page-wrapper p a{
	color: #fe6a22;
	font-weight: bold;
}


@media (min-width:992px){
aside.resources{
	padding-right: 15%;
}
}



.vc_row[data-vc-full-width]{
	overflow: visible !important;
}


.posters-carousel{
	padding: 0px 40px;
}
.posters-carousel .owl-nav{
	display: none;
}


.hide-label .gfield_label{
	display: none !important;
}


.testimonial-carousel-five{
	margin-top: 70px;
}
.quotes-carousel-character-img{
    position: relative;
    z-index: 2;
    right: -45px;
    display: block;
}

.clients_carousel.owl-carousel .owl-item{
	text-align: center;
	display: table;
}
.clients_carousel.owl-carousel .owl-item .item{
	display: table-cell;
	vertical-align: middle;
}
.clients_carousel.owl-carousel .owl-item img{
	width: auto;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
}



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vertical-align {
    display: flex;
    align-items: center;
}

.full-width-container.vc_row-wrapper{
	width: 100%;
}
















