/*
Theme Name: Fleek Marketing
Theme URI:
Author:
Author URI:
Description:
License:
License URI:
Text Domain:
Tags:
*/




body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, textarea { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6, 1p { margin: 0 0 1em 0; }
h1{font-size: 200%;}
h2{font-size: 170%;}
h3{font-size: 140%;}
h4{font-size: 110%;}
h5{font-size: 80%;}
h6{font-size: 50%;}

body {
	background-color: #fff;
    color: #061f5c;
    color: #535458;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('includes/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('includes/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('includes/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('includes/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('includes/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('includes/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('includes/fonts/latoreg/latoregularwebfont.woff2') format('woff2'),
         url('includes/fonts/latoreg/latoregularwebfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('includes/fonts/latobold/lato-bold-webfont.woff2') format('woff2'),
         url('includes/fonts/latobold/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('includes/fonts/bebasbook/bebasneue_book-webfont.woff2') format('woff2'),
         url('includes/fonts/bebasbook/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('includes/fonts/bebasbold/bebasneue_bold-webfont.woff2') format('woff2'),
         url('includes/fonts/bebasbold/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class*=fa-] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale*/
}

.fa-twitter:before {
    content: "\f099";
    color: #6c4797;
    font-size: 27px;
    padding-top: 1px;
    display: block;
}

.fa-in:before {
    content: "\f0e1";
    color: #6c4797;
    font-size: 27px;
    padding-bottom: 1px;
    display: block;
}

.fa-youtube:before {
    content: "\f167";
    color: #6c4797;
    font-size: 27px;
    padding-bottom: 1px;
    display: block;
}

.fa-linkedin:before {
    content: "\f0e1";
    color: #6c4797;
    font-size: 27px;
    padding-bottom: 1px;
    display: block;
}

.fa-phone:before {
    content: "\f095";
    color: #11acb1;
    font-size: 24px;
    margin-right: 1px;
    margin-bottom: -2px;
}

.fa-envelope {
	padding-top: 2px;
}

.fa-phone {
	padding-top: 3px;
}

.fa-envelope:before {
    content: "\f003";
    color: #11acb1;
    font-size: 24px;
    display: block;

}

.fa-instagram:before {
    content: "\f16d";
    color: #58585a;
    font-size: 26px;
    display: block;
    padding-top: 1px;
}

.fa-facebook:before {
    content: "\f09a";
    color: #6c4797;
    font-size: 25px;
    padding-top: 2px;
    display: block;
}

.fa-search:before {
    content: "\f002";
    color: #6c4797;
	font-size: 23px;
    display: block;
    padding-top: 1px;
}

.fa-users:before {
    content: "\f0c0";
    color: #fff;
	font-size: 40px;
    display: block;
    padding-top: 1px;
}


.fa-comment:before {
    content: "\f075";
    color: #fff;
	font-size: 40px;
    display: block;
    padding-top: 1px;
}

.fa-arrow:before {
    content: "\f062";
    color: #fff;
	font-size: 40px;
    display: block;
    padding-top: 1px;
	transform: rotate(45deg);
}

.sbToggle,
.custom-icon {
      font-family: "custom-icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      color: #808080;

      display: inline-block;

      font-variant: normal;
      text-transform: none;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;

     text-decoration: none;
      /* Uncomment for 3D effect */
     text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

h1,h2,h3,h4,h5,h6,p,a, span, li {
	font-size: 17px;
	font-family: 'latoregular', Helvetica;
	color: #313131;
}

html {-webkit-font-smoothing: subpixel-antialiased}

a{
	color:#11ACB1;
	text-decoration:none;
	transition:all 0.25s ease-in;
}

a:hover{
	color:#11cCc9;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.strapline {
    color: #11acb1;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 25px;
    padding-top: 5px;
    position: relative;
    text-align: left;
}

.strapline span{
	color:#6c4797;
    font-size: 20px;
    font-weight: bold;
}

.search-title {
    color: #6c4797;
    font-size: 24px;
}
.home-page-slide-box {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.home-page-slide-box .header-text-box {
	position: absolute;
	top: 116px;
	right: 130px;
	max-width: 450px;
	text-align: left;
}

.home-page-slide-box .header-text-box p {
	font-family: 'bebas_neuebook', Helvetica;
	color: #6c4797;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

.header-block {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 0px;

}

.header-block .header-box {
    margin: 0 auto;
    width: 95%;
    height: inherit;
    position: relative;
    max-width: 1170px;

	padding-top: 25px;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
/*     align-items: center; */
}

.header-block .header-box .logo-block {
	max-width: 200px;
	width: 30%;
	float: left;
	min-width: 140px;
}

.header-block .header-box .logo-box {
	z-index: 9;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header-block .header-box .logo-box .filler {
	padding-top: 53%;
}

.header-block .header-box .logo-box a {
    position: absolute;
    width: 100% !important;
    height: 100%;
    padding: 0px;
    margin: 0px;
    display: block;
    margin: 0 auto;
/*    background-image: url('images/logo.png');*/
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 150px auto !important;

    top: 0; left: 0; bottom: 0; right: 0;
    margin-left: 0px;
	margin-right: auto;

	max-width: 150px;
}

/* Header Styles END */

/* General page Styles START */
.main-block {
    margin: 0 auto;
    width: 100%;
	padding-bottom: 80px;
}

.home .main-block{
	padding-bottom: 0px;
}
.main-box {
     max-width: 1170px;
     width: 95%;
     margin: 0 auto;
	 padding-top: 30px;
}

/* General page Styles END */

/* Home page Styles START */

.slides-block {
	text-align: center;
}

.slides-block .slides-box img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.slides-block .services-box {
	background: #6c4797;
}

.slides-block .rectangle-box {
	text-align: center;
}

.rectangle-box img {
	width: 100%;
	display: block;
}

/* Home page Styles END */

/* Availability Form Styles START */

/* Mobile Menu Styles */
.mm-toggle-wrap {
	top: 0px;
	right: 0px;
	padding-top: 18px;
	margin-left: auto;
	padding-right: 0px !important;
	margin-bottom: 30px;
}

.mm-toggle,
.mm-toggle-wrap,
.mobile-menu-block {
    display: block !important;
}

.mm-listview li a {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;

    color: #6c0c33 !important;
    text-transform: uppercase;
    height: 14px;
}

.nav-toggle {
    float: right;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    padding: 0;
    border: 0;
	background-color: #fff;
}

.nav-toggle .icon-menu-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;

    width: 40px;
height: 27px;
}

.page-content-box.narrow-content-box #tribe-events .tribe-events-single-event-title{
	font-family: 'bebas_neuebook', Helvetica;
	color: #11acb1;
	font-size: 50px;
	font-weight:normal;
	line-height: 50px;
	margin-bottom: 0px;
}

.page-content-box .heading-box h1{
	margin-bottom:20px;
	font-family: 'bebas_neuebook', Helvetica;
	color: #11acb1;
	font-size: 50px;
	line-height: 50px;
}

.upcoming-event-list{
	margin-bottom:80px;
}

.page-content-box .heading-box p > span,
.page-content-box .heading-box p,
.page-content-box .heading-box span,
.page-content-box .heading-box h1 {
	font-family: 'bebas_neuebook', Helvetica;
	color: #11acb1;
	font-size: 40px;
	font-weight:normal;
	line-height: 40px;
	margin-bottom: 25px;
}

.page-content-box input[type="text"], .page-content-box input[type="email"], .page-content-box input[type="tel"],
.page-content-box input[type="url"], .page-content-box textarea {
    padding: 7px;
	box-sizing:border-box;
	font-family:"latoregular",Helvetica;
}
.page-content-box input[type="text"], .page-content-box input[type="email"], .page-content-box input[type="tel"], .page-content-box textarea,
.page-content-box input[type="url"] {
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
    color: #505050;
    font-size: 17px;
    margin-bottom: 15px;
    min-width: 350px;
}

.page-content-box select {
    border: 1px solid #9f9f9f;
    font-family: latoregular;
    font-size: 17px;
    min-width: 350px;
	margin-bottom: 15px;
    padding: 7px;
}

.swatch-red.legend.font-museo-slab {
    display: block;
}

.page-content-box span.wpcf7-list-item{
	margin: 0;
	background:none;
}

.page-content-box  .wpcf7-form-control.wpcf7-textarea {
    font-family: latoregular;
    font-size: 17px;
    min-height: 150px;
    padding: 7px;
}


.page-content-box button,
.page-content-box html input[type="button"],
.page-content-box input[type="reset"],
.page-content-box input[type="submit"] {
	border: none;
	background: #232b51;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-weight:600;
	line-height: 1;
	float:left;
	padding:1.12em 2.5em 1em;
	text-shadow: none;
	transition: all 0.25s ease-in-out 0s;
}
.page-content-box button:hover,
.page-content-box html input[type="button"]:hover,
.page-content-box input[type="reset"]:hover,
.page-content-box input[type="submit"]:hover {
	background:#54619D;
}

.page-content-box .text-content-box,
.page-content-box #tribe-events img {
	max-width: 100%;
	height: auto;
}


.contact-form-field {
    display: inline-block;
    width: 48%;
	margin-right:2%;
	vertical-align:top;
}

.page-content-box .contact-form-field input[type="text"], .page-content-box .contact-form-field input[type="email"],
.page-content-box  .contact-form-field select,
.page-content-box .contact-form-field input[type="url"]{
	min-width:100%;
	width:100%;
	height:46px;
}

.page-template-contact textarea[name="enquiry"]{
	width:100%;
}

.page-template-contact .entry-content{
	width:700px;
}

.page-template-contact .wpcf7-list-item{
	width:223px;
}

.page-template-contact input.wpcf7-not-valid{
	border:1px solid red;
}

.page-template-contact .wpcf7-validation-errors,
.page-template-contact div.wpcf7-mail-sent-ok{
    color: #333 !important;
    float: left;
    font-family: latoregular;
    margin: 2em 0 1em;
    width: 100%;
}

.page-template-contact span.wpcf7-not-valid-tip{
	display:none !important;
}
.contact-form-field.last-field{
	margin-right:0;
}

.yarpp-related h3,
.page-content-box h2 {
	font-family: 'bebas_neuebook', Helvetica;
	color: #11acb1;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal !important;
}

.yarpp-related ol {
	padding-left: 40px;
}

.yarpp-related ol li a {
    font-family: 'latoregular';
	font-weight: normal !important;
}

.yarpp-related ol li a:hover {
	text-decoration: underline;
}

.page-content-box .alignright {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

.page-content-box ol {
	margin-bottom: 10px;
}

.page-content-box li {
	margin-bottom: 5px;
}

.page-content-box p{
	margin-bottom: 15px;
}

.tribe-events-notices li:before{
	display:none;
}

.page-content-box li{
	list-style:none;
    margin-left: 20px;
    position: relative;
}

.page-content-box li:before{
    background-image: url("new_images/logo.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    content: "";
    height: 14px;
    margin-left: -28px;
    position: absolute;
    top: 7px;
    width: 20px;
}
.page-content-box ul {
    margin-bottom: 20px;
    margin-left:30px;
    margin-top: 20px;
}

/* Nav toggle icon lines */

.icon-menu-box .line {
    position: absolute;
    left: 0;
    display: block;
    border-radius: 9px;
    width: 100%;
	height: 5px;
    -webkit-transition: all 0.20s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.20s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #6c4797;
}

.icon-menu-box .line-1 {
	top: 0;
}

.is-active .icon-menu-box .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu-box .line-2 {
    top: 50%;
    margin-top: -2px;
}

.is-active .icon-menu-box .line-2 {
	opacity: 0;
}

.icon-menu-box .line-3 {
	bottom: 0;
}

.is-active .icon-menu-box .line-3 {
    -webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-14px) translateX(0) rotate(-45deg);
    transform: translateY(-14px) translateX(0) rotate(-45deg);
}

/* Mobile Menu Styles */

/* Form Block Styles START */

.ajax-loader {
    float: left;
}

.wpcf7-not-valid-tip {
    margin-top: 7px;
    display: block !important;
}

.wpcf7-response-output {
    max-width: 672px;
    margin: 0;
    margin-top: 15px;
    color: #fff !important;
}

.wpcf7-mail-sent-ok {
    color: #fff !important;
}

/* Form Block Styles END */

/* Footer Styles START */

.footer-award-logo {
    clear: both;
    display: inline-block;
    float: left;
    height: 67px;
    width: auto;
    margin-right: 13px;
    position: relative;
}

.footer-award-logo-link {
    display: inline-block !important;
    margin-top: 0;
}

/* Footer Styles END */

/* General Page Styles START */


.page-content-box .text-content-box h3 {
	font-family: 'bebas_neuebold', Helvetica;
	color: #11acb1;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 10px;
	text-decoration: none;
}


.page-content-box .text-content-box p {
	font-size: 17px;
	font-family: 'latoregular', Helvetica;
	color: #313131;
}

.page-content-box .text-content-box iframe {
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.control-elements-block {
	top: 0px;
	right: 0px;
	padding-top: 0px;
	margin-left: auto;
	padding-right: 0px !important;
	display: block;
}

.control-elements-block .search-block.header-position,
.control-elements-block .contact-details-box ul li,
.control-elements-block .social-icons-box ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    opacity: 1;
}

.control-elements-block .contact-details-box,
.control-elements-block .social-icons-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    opacity: 1;
}

.search-block.header-position {
	margin-top: -3px;
}

.search-block.header-position button {
	background: none;
	box-shadow: none;
	border:none;
	cursor: pointer;
}

.control-elements-block .social-icons-box ul {
    list-style: none;
}

.control-elements-block .contact-details-box ul li,
.control-elements-block .social-icons-box ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}

.control-elements-block .social-icons-box {
	margin-right: 10px;
}

.control-elements-block .contact-details-box {
	margin-right: 20px;
}

.control-elements-block .social-icons-box ul li a {
    text-align: center;
    text-decoration: none;
    color: #061f5c;
    display: block;
}

.control-elements-block .contact-details-box ul li a:hover,
.control-elements-block .social-icons-box ul li a:hover {
    opacity: 0.8;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
}

.control-elements-block .social-icons-box ul li a img {
	width: 100%;
	height: auto;
}

.search-form-box #search {
	font-family: 'latoregular', Helvetica;
	font-size: 17px;
	color: #6c4797 !important;
	outline: none !important;
	max-width: 80px;
}

.search-form-box #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'latoregular', Helvetica;
	font-size: 17px;
	color: #6c4797 !important;
}

.search-form-box #search::-moz-placeholder { /* Firefox 19+ */
	font-family: 'latoregular', Helvetica;
	font-size: 16px;
	color: #6c4797 !important;
}

.search-form-box #search:-ms-input-placeholder { /* IE 10+ */
	font-family: 'latoregular', Helvetica;
	font-size: 17px;
	color: #6c4797 !important;
}

.search-form-box #search:-moz-placeholder { /* Firefox 18- */
	font-family: 'latoregular', Helvetica;
	font-size: 17px;
	color: #6c4797 !important;
}

/* Search Icons Block */


/* Case Study Page STYLES START */

	.case-studies-content-block .case-study-item-box {
		margin-bottom: 50px;
	}

	.case-studies-content-block .case-study-item-box .heading-box h3 {
		font-family: 'bebas_neuebold', Helvetica;
		color: #6c4797;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		line-height: 50px;
		margin-bottom: 5px;
	}

	.case-studies-content-block .case-study-item-box .heading-box img {
		height: 100%;
		display: block;
		float: left;
		max-height: 50px;
		margin-right: 15px;
	}

	.case-studies-content-block .case-study-item-box .content-box .description-box {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-right: 3%;
		text-align: right;
	}

	.case-studies-content-block .case-study-item-box .content-box {
		background: url('new_images/case-study-item-bg.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;

		padding-left: 10%;
		padding-right: 10%;
		margin: 0 auto;
		padding-top: 11%;
		padding-bottom: 13%;
	}

	.case-studies-content-block .case-study-item-box .content-box .image-box {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		float: right;
	}

	.case-studies-content-block .case-study-item-box .content-box .image-box img {
		display: block;
		width: 100%;
		height: auto;
	}

	.case-studies-content-block .case-study-item-box .content-box .read-more-box {
		text-align: right;
		margin-top: 25px;
		float: right;
	}

	.case-studies-content-block .case-study-item-box .content-box .read-more-box a {
		background: url('new_images/view-more-bg.gif');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		text-decoration: none;
		white-space: nowrap;
		line-height: 50px;
		color: #fff;

		font-family: 'bebas_neuebold', Helvetica;
		font-size: 25px;
		line-height: 25px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 50px;
		margin-bottom: 0px;
		cursor: pointer;

		display: inline-block;
	}

	.case-studies-content-block .case-study-item-box .content-box .read-more-box a:hover {
		opacity: 0.9;
	}
/* Case Study Page Stylws END */

/* Workshops and Training Styles START */
	.clear{
		clear:both;
	}
	.general-events-list-block .image-box{
		float:left;
		margin-right:15px;
		margin-bottom:5px;
	}
	.general-events-list-block .image-box img {
		max-height: 110px;
	}
	.tribe-events-cost-item{
		display:inline-block;
		color: #6c4797;
		font-weight: bold ;
	}

	.workshop-and-training-item h3{
		display:inline-block;
	}
	.workshop-and-training-item {
		margin-bottom: 10px;
	}
	.workshop-and-training-item h3 span {
		color: #6c4797;
		display:inline-block;
		font-weight: bold !important;
	}
	.bottom-border {
		padding-bottom: 25px;
		border-bottom: 1px solid #6c4797;
		margin-bottom: 27px;
	}

	.general-events-list-block .general-events-list-box .event-item-box .heading-box {
		margin-bottom: 5px;
	}

	.general-events-list-block .general-events-list-box .event-item-box .heading-box a {
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 25px;
		text-decoration: none;
	}

	.general-events-list-block .general-events-list-box .event-item-box .heading-box a:hover {
	    -moz-transition-duration: .4s; /* Firefox 4 */
	    -webkit-transition-duration: .4s; /* Safari and Chrome */
	    -o-transition-duration: .4s; /* Opera */

		color: #6c4797;
	}

	.general-events-list-block .general-events-list-box .event-item-box {
		padding-bottom: 25px;
		border-bottom: 1px solid #6c4797;
		margin-bottom: 25px;
	}

	.general-events-list-block .general-events-list-box .have-a-chat-cta-box a span,
	.general-events-list-block .general-events-list-box .have-a-chat-cta-box a {
		text-decoration: none;
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 15px;
	transition:all 0.25s ease-in;
	}

	.general-events-list-block .general-events-list-box .have-a-chat-cta-box a:hover {
		color:#6c4797;
	}

	.general-events-list-block .general-events-list-box .have-a-chat-cta-box a span {
		color: #6c4797 !important;
	}

	.general-events-list-block .general-events-list-box .description-box {
		margin-bottom: 20px;
	}

	.testimonials-list-box {
		max-width: 860px;
		margin-top:50px;
	}

	.testimonials-list-box .heading-box p {
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 25px;
		text-decoration: none;
	}

	.testimonial-item-box {
		margin-bottom: 30px;
	}

	.testimonial-item-box .image-box {
		background-size: cover;
		display: inline-block;
		margin-right: 3%;
		max-width: 200px;
		vertical-align: top;
		height:195px;
	}

	.testimonial-item-box .description-box {
		display: inline-block;
		vertical-align: top;
		width: 65%;
	}

	.testimonial-item-box .description-box .heading-box p {
		font-family: 'latoregular', Helvetica;
		font-size: 25px;
		color: #11acb1 !important;
		margin-bottom: 5px;
	}

	.tribe-event-date-start,
	.tribe-events-single-section.tribe-events-event-meta dl,
	.tribe-events-single-section.tribe-events-event-meta dt,
	.tribe-events-single-section.tribe-events-event-meta dd,
	.tribe-events-single-section.tribe-events-event-meta p  {
		font-size: 17px;
		font-family: 'latoregular', Helvetica;
		color: #313131;
	}

	.tribe-event-time,
	.tribe-event-date-start {
		font-weight: normal !important;
	}

/* Workshops and Training Styles END */

.tribe-events-promo {
	display: none !important;
}


/* Services Boxes START */

	.services-block {
		max-width: 1280px;
		margin: 0 auto;
		background: #6c4797;
	}

	.services-box {
		max-width: 1170px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.services-box .service-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 29%;

		max-width: 29%;
		padding-right: 5%;
	}

	.services-box .service-item:nth-child(3n) {
		padding-right: 0px;
	}

	.services-box .service-item .icon-box {
		margin-bottom: 20px;
	}

	.services-box .service-item .heading-box {
		margin-bottom: 5px;
	}

	.services-box .service-item .heading-box p,
	.services-box .service-item .heading-box h2	{
		font-family: 'bebas_neuebook', Helvetica;
		color: #fff;
		font-size: 65px;
		line-height: 65px;
		font-weight:normal;
	}

	.services-box .text-box p {
		font-size: 20px;
	    font-family: 'latoregular', Helvetica;
	    color: #fff;
	    margin-bottom: 30px;
	}

	.services-box .cta-box {
		display: block;
	    margin-bottom: 15px;
	}

	.services-box .cta-box a {
		font-size: 15px;
	    font-family: 'latoregular', Helvetica;
	    color: #fff;
	    padding: 5px;
	    border: 1px solid white;
	    padding-left: 15px;
	    padding-right: 15px;

		display: inline-block;
		max-width: 100px;
		cursor: pointer;
		text-decoration: none;
	}

	.services-box .cta-box a:hover {

		background: #fff;
		color: #6c4797;

	    -moz-transition-duration: .4s; /* Firefox 4 */
	    -webkit-transition-duration: .4s; /* Safari and Chrome */
	    -o-transition-duration: .4s; /* Opera */
	}

/* Services Boxes END */

/* General Page Styles START */
	.main-block .main-box .page-content-box.general-content-box {
	    max-width: 70%;
	    width: 70%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 5%;
	    padding-top: 10px;
	}


	.main-block .main-box .sidebar-box.general-sidebar-box {
	    max-width: 23%;
	    width: 23%;
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 10px;
	}



	.main-block .main-box .page-content-box.narrow-content-box {
	    max-width: 63%;
	    width: 63%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 2%;
	    padding-top: 10px;
	}


	.main-block .main-box .sidebar-box.wide-sidebar-box {
	    max-width: 33%;
	    width: 33%;
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 10px;
	}





	.page-content-box.general-content-box .heading-box h1 {
		font-family: 'bebas_neuebold', Helvetica;
		color: #6c4797;
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 25px;
	}
/* General Page Styles END */

/* Promotion Block START */
	.promotion-block {
		margin-bottom: 30px;
	}

	.promotion-block .image-box {
		display: inline-block;
		vertical-align: top;
		width: 43%;
		margin-right: 5%;
	}

	.promotion-block .image-box img {
		max-width: 100%;
	}

	.promotion-block .text-box {
		display: inline-block;
		vertical-align: top;
		width: 47%;
	}

	.promotion-block .text-box .heading-box p {
		font-family: 'bebas_neuebold', Helvetica;
		color: #6c4797;
				font-size: 70px;
				line-height: 70px;
		margin-bottom: 25px;
	}

	.promotion-block .text-box .description-box {
		margin-bottom: 20px;
	}

	.promotion-block .text-box .description-box p {
		font-size: 20px;
		font-family: 'latoregular', Helvetica;
		margin-bottom: 30px;
		color: #313131;
	}

	.promotion-block .text-box .cta-box a {
		font-size: 17px;
	    font-family: 'latoregular', Helvetica;
	    color: #6c4797;
	    padding: 5px;
	    border: 1px solid #6c4797;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
		cursor: pointer;
		text-transform: uppercase;
		white-space: nowrap;
		display: inline-block;
		text-decoration: none !important;
	}

	.promotion-block .text-box .cta-box a:hover {
		background: #6c4797;
		color: #fff;

	    -moz-transition-duration: .4s; /* Firefox 4 */
	    -webkit-transition-duration: .4s; /* Safari and Chrome */
	    -o-transition-duration: .4s; /* Opera */
	}
/* Promotion Block END */

/* Latest Blogs */

	.main-block .main-box .page-content-box.blog-section-content-box {
	    max-width: 70%;
	    width: 70%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 5%;
	    padding-top: 10px;
	}

	.blog-section-content-box a{
		text-decoration:underline;
	}

	.main-block .main-box .page-content-box.blog-section-content-box .latest-blog-posts-block .heading-box {
		text-align: left;
	}

	.main-block .main-box .page-content-box.blog-section-content-box .latest-blog-posts-block .latest-blog-post-item-box {
		margin-bottom: 25px;
	}

	.main-block .main-box .sidebar-box.blog-sidebar-box {
	    max-width: 23%;
	    width: 23%;
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 10px;
	}

	.main-block .main-box .page-content-box.blog-section-content-box .latest-blog-post-item-box .text-box {
		text-align: left !important;
	}

	.main-block .main-box .page-content-box .post-controls-box a {
		text-decoration: none;
	}

	.main-block .main-box .page-content-box .post-controls-box a:hover {
		text-decoration: underline;
	}

	.latest-blog-posts-block {
		margin-bottom: 60px;
		margin-top:30px;
	}

	.latest-blog-posts-block .heading-box,
	.case-study-home-box.heading-box{
		text-align: center;
	}

	.latest-blog-posts-block .heading-box p,
	.case-study-home-box.heading-box p	{
		font-family: 'bebas_neuebook', Helvetica;
		color: #11acb1;
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 25px;
	}

	.latest-blog-posts-block .heading-box p span,
	.case-study-home-box.heading-box p span	{
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
				font-size: 70px;
				line-height: 70px;
	}

	.latest-blog-posts-block .latest-blog-post-item-box {
		width: 30%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}

	.latest-blog-posts-block .latest-blog-post-item-box:nth-child(3n) {
		margin-right: 0px;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .image-box:hover {
		opacity: 0.9;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .image-box {
		margin-bottom: 15px;
	}

	.latest-blog-posts-block .latest-blog-post-item-box img {
		width: 100%;
		display: block;
	}

	.latest-blog-posts-block .latest-blog-post-item-box {
		width: 30%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .text-box .header-box a {
		font-size: 20px;
		line-height: 24px;
		font-family: 'latoregular', Helvetica;
		margin-bottom: 30px;
		color: #6c4797;
		margin-bottom: 10px;
		text-decoration: none !important;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .text-box .header-box a:hover {
		opacity: 0.9;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .text-box {
		text-align: center;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .text-box .header-box {
		margin-bottom: 10px;
	}

	.latest-blog-posts-block .latest-blog-post-item-box .description-box p {
		font-size: 16px;
		line-height: 19px;
		font-family: 'latoregular', Helvetica;
		color: #313131;
	}

	.latest-blog-posts-block .description-box a {
	    display: none !important;
	}

    .latest-blog-posts-box .latest-blog-post-item-box .image-space-filler {
    	padding-bottom: 75%
    }

    .latest-blog-posts-box .latest-blog-post-item-box .image-box {
    	background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position: center center !important;
    	overflow: hidden;
    }

/* Latest Blogs */

/* Footer Box */
	.partners-block {
		text-align: center;
		padding-bottom:30px;
	}

	.partners-block .heading-box {
		text-align: center;
	}

	.partners-block .heading-box p {
		text-align: center;
	}

	.partners-block .heading-box p {
		font-family: 'bebas_neuebook', Helvetica;
		color: #11acb1;
				font-size: 70px;
				line-height: 70px;
		margin-bottom: 25px;
	}

	.partners-block .heading-box p span {
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
				font-size: 70px;
				line-height: 70px;
	}

	.partners-block .heading-box .image-box {
		text-align: center;
	}

	.partners-block .image-box {
		text-align: center;
	}

	.partners-block .image-box img {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}
/* Footer Box START */

	.footer-block {
	    background: #12adb2;
	    width: 100%;
	}

	.footer-box {
		padding-top: 5px;
		max-width: 1170px;
		margin: 0 auto;
		text-align: left;
		width: 95%;
		padding-bottom: 50px !important;
	}

	.footer-box .description-box p {
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #fff !important;
		outline: none !important;
	}

	.footer-box .description-box {
		margin-bottom: 50px;
	}



	.footer-box .company-info-box p {
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #fff !important;
		outline: none !important;
	}

	.footer-box .company-info-box a {
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #fff !important;
		outline: none !important;
		display: block;
		margin-top: 15px;
		text-decoration: none;
	}

	.footer-box .company-info-box a:hover {
		text-decoration: underline;
	}

	.footer-box .company-info-box .left-column {
		display: inline-block;
		vertical-align: top;
        /*width: 29%;*/
		width: 20%;
		margin-right: 0;
	}

    .footer-box .company-info-box .right-column {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        margin-left: 4%;
    }
	.footer-box .company-info-box .right-column--last {
        width: 40%;
    }

	#triangle {
		border-color: transparent transparent transparent rgb(18, 173, 178);
		border-width: 120px 0px 0px 1000px;

		border-style: solid;
		width: 0px;
		height: 0px;
		line-height: 0px;
		border-width: 0px 100px 100px 100px;
		border-color: transparent transparent #007bff transparent;

 		border-color: transparent transparent transparent rgb(18, 173, 178);
		border-width: 100px 0px 0px 2000px;
		width: 100%;
		max-width: 100%;
	}

	.triangle-box {
		text-align: center;
		width: 100%;
		margin: 0 auto;
overflow: hidden;
	}

	#cookie-notice{
		background: #11acb1 !important;
	}
	.cookie-notice-container > span {
		color: #fff;
		display: block;
		font-family: bebas_neuebold;
		font-size: 21px;
		line-height: 1;
		margin-bottom: 20px;
		padding-top: 10px;
	}

	#cookie-notice .button.bootstrap{
		background: #6c4797 none repeat scroll 0 0 !important;
		border: medium none !important;
		font-family: bebas_neuebold !important;
		font-size: 19px !important;
		padding-bottom: 6px !important;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 6px !important;
	}



/* Footer Box END */

.breadcrumbs.breadcrumbs-block {
    color: #313131;
    display: block;
    font-family: latoregular;
    font-size: 17px;
    margin-bottom: 20px !important;
}

/* General Form Styles START */

	.general-form-block {
		margin-bottom: 10px;
	}

	.general-form-block .wpcf7-response-output {
		margin: 0 auto;
		margin-top: 30px;
		color: #9d9d9c !important;
		font-size: 17px;
		font-family: 'latoregular', Helvetica;
	}

	.general-form-block .general-submit-box .ajax-loader {
		margin: 30px auto 0px !important;
		display: block !important;
		position: static !important;
		float: none !important;
	}

	.general-form-block .general-form-box select {
	    padding: 0px 0px;

	    padding-left: 10px;
	    padding-right: 10px;

	    width: 100%;
	    line-height: 30px;
	    font-size: 15px;
	    height: 30px;
	    border: none;
	    box-shadow: none;
	    background: transparent;
	    background-image: none;
	    -webkit-appearance: none;

	    background-size: auto 100%;
	    background-position: right;

	    border-radius: 0px !important;
	    outline: none !important;
	}

	.general-form-block .general-form-box select {
		height: 45px;

		font-family: 'latoregular', Helvetica;
		color: #11acb1 !important;
		outline: none !important;
		width: 100%;
		padding-left: 0px !important;

		outline: none !important;
		width: 100%;

		font-size: 17px;
		color: #a4a4a3 !important;
	}

	.general-form-block .general-form-box .select-input-box {
		position: relative;
	}

	.general-form-block.your-requirements-form .general-form-box {
		max-width: 78%;
		margin: 0 auto;
	}

	.general-form-block.your-requirements-form .general-submit-box {
		text-align: right;
	}

	.general-form-block .general-form-box .select-input-box:after {
		 content: '>';
		  font: 15px "Consolas", monospace;
		  font-family: 'latoregular', Helvetica;
		  color: #a4a4a3 !important;
		  -webkit-transform: rotate(90deg);
		  -moz-transform: rotate(90deg);
		  -ms-transform: rotate(90deg);
		  transform: rotate(90deg);
		  right: 11px;

		  top: 18px;
		  padding: 0 0 2px;

		  position: absolute;
		  pointer-events: none;
	}

	.general-form-block .heading-box {
		text-align: center;
		margin-bottom: 50px;
	}

	.general-form-block .heading-box p	{
		font-family: 'bebas_neuebook', Helvetica;
		color: #6c4797;
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 25px;
		text-align: center;

	}

	.general-form-block .heading-box p span{
		font-family: 'bebas_neuebold', Helvetica;
		color: #6c4797;
		font-size: 70px;
		line-height: 70px;
	}

	.general-form-block .general-form-box {
		text-align: center;
	}

	.general-form-block .fields-group {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-right: 8%;
	}

	.general-form-block .fields-group:nth-child(2n) {
		margin-right: 0px;
	}

	.general-form-block .general-form-fields-box {
		/* display: inline-block; */
		vertical-align: top;
		margin: 0 auto;
/* 		max-width: 78%; */
	}

	.general-form-block .general-input-box {
		text-align: left;
		border-bottom: 1px solid #11acb1;
		max-width: 400px;
		margin-bottom: 40px;
	}

	.general-form-block .general-input-box input {
		height: 45px;
/* 		font-size: 23px; */
		font-family: 'latoregular', Helvetica;
/* 		color: #11acb1 !important; */
		outline: none !important;
		width: 100%;

		font-size: 17px;
		color: #a4a4a3 !important;
	}

	.general-form-block .general-input-box label {
		font-size: 17px;
		font-family: 'latoregular', Helvetica;
		color: #9d9d9c;
	}

	.general-submit-box input {
		font-size: 17px;
	    font-family: 'latoregular', Helvetica;
	    color: #fff;
	    padding: 5px;
	    border: 1px solid #11acb1;
	    padding-left: 15px;
	    padding-right: 15px;

		display: inline-block;
		max-width: 100px;
		cursor: pointer;
		background: none;
		color: #11acb1;
		text-transform: uppercase;
	}

	.general-submit-box input:hover {
		background: #11acb1;
		color: #fff;

	    -moz-transition-duration: .4s;
	    -webkit-transition-duration: .4s;
	    -o-transition-duration: .4s;
	}

	.general-submit-box.cta-submit-box {
		text-align: left;
	}

	.general-submit-box.cta-submit-box input {
		background: #11acb1 !important;
		color: #fff;
		max-width: 240px;
	    padding: 9px;
	    padding-left: 20px;
	    padding-right: 20px;
	    cursor: pointer;
	}

	.general-submit-box.cta-submit-box input:hover {
		background: #fff !important;
		color: #11acb1 !important;

	    -moz-transition-duration: .4s;
	    -webkit-transition-duration: .4s;
	    -o-transition-duration: .4s;
	}

	.general-form-block.hide-labels label {
		display: none;
	}

	.general-form-block.hide-labels .general-input-box {
		margin-bottom: 25px;
	}

	.general-form-block.hide-labels .general-input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 17px;
		color: #a4a4a3 !important;
	}

	.general-form-block.hide-labels .general-input-box input::-moz-placeholder { /* Firefox 19+ */
		font-size: 17px;
		color: #a4a4a3 !important;
	}

	.general-form-block.hide-labels .general-input-box input:-ms-input-placeholder { /* IE 10+ */
		font-size: 17px;
		color: #a4a4a3 !important;
	}

	.general-form-block.hide-labels .general-input-box input:-moz-placeholder { /* Firefox 18- */
		font-size: 17px;
		color: #a4a4a3 !important;
	}

/* General Form Styles END */

/* Case Studies Styles START */
	.section-heading-block {
		background: #6c4797;
	}

	.section-heading-block .section-heading-box img {
		max-width: 100%;
	}

	.section-heading-block .section-heading-box .section-name-box {
		float: right;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		min-width: 35%;
		padding-bottom: 10px;
		text-align: center;

		height: 100%;
	    background-image: url('new_images/case-studies-heading-bg.jpg');
	    background-size: cover;
	    background-repeat: no-repeat;
	    margin-right: -3%;
	}

	.section-heading-block .section-heading-box .case-study-name-box {
		float: left;
		padding-top: 30px;
	}

	.section-heading-block .section-heading-box .case-study-name-box h2,
	.section-heading-block .section-heading-box .case-study-name-box h2 a,
	.section-heading-block .section-heading-box .section-name-box h2,
	.section-heading-block .section-heading-box .section-name-box h1,
	.section-heading-block .section-heading-box .section-name-box h2 a{
		font-family: 'bebas_neuebold', Helvetica;
		color: #fff;
		font-size: 65px;
		line-height: 65px;
		text-decoration:none;
	}

	.section-heading-block .section-heading-box {
	     max-width: 1170px;
	     width: 95%;
	     margin: 0 auto;
	}


	.testimonial_block {
	    position: relative;
	    margin-top: 50px;
	}

	.testimonial_block p {
	    display: block;
		width: calc(100% - 180px);
	    margin: 0 auto;
	    margin-bottom: 20px;

		color: #6c4797;
		font-size: 19px;
		line-height: 24px;
		font-family: 'latobold', Helvetica;
		margin-bottom: 15px;
	    text-align: center;
	}

	.testimonial_author {
	    margin-top: 17px;
	    text-align: right;
	    margin-right: 55px;
	    display: block;
	    color: #33b8bc !important;
	    font-size: 23px !important;
	}

	.testimonial_quote {
	    color: #abdede !important;
	    font-size: 160px !important;
	    font-family: "Lucida Console", Monaco, monospace;
	    margin-right: 15px;
	    display: block;
	    text-align: center;
	    line-height: 70px;
	    vertical-align: top;
	    position: absolute;
	}

	.two-column-content-block .column-box .testimonial_block p {
		font-family: 'latoregular', Helvetica;
		width: calc(100% - 110px);
		font-size: 17px;
		line-height: 22px;
		text-align: left;
		font-style: italic ;
	}

	.two-column-content-block .column-box .testimonial_author {
	    margin-top: 17px;
	    text-align: right;
	    display: block;
	    color: #33b8bc !important;
	    font-size: 19px !important;
	}

	.two-column-content-block .column-box .testimonial_quote {
	    color: #abdede !important;
	    font-size: 75px !important;
	    font-family: "Lucida Console", Monaco, monospace;
	    margin-right: 15px;
	    display: block;
	    text-align: center;
	    line-height: 70px;
	    vertical-align: top;
	    position: absolute;
	}

	.two-column-content-block .column-box .testimonial_block img {
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.testimonial_quote.opening {
	    left: 0;
	    top: 0;
	    margin-top: -10px
	}

	.testimonial_quote.closing {
	    right: 0;
	    bottom: 0
	}

	.text-section-block .section-description-block {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin-right: 5%;
	}

	.text-section-block .text-block {
		display: inline-block;
		vertical-align: top;
		width: 64%;
	}

	.case-study-image-block {
		margin-right: -3%;
	}

	.case-study-image-block .case-study-image-box {
		width: 100%;
		text-align: right;
	}

	.case-study-image-block .case-study-image-box img {
		max-width: 100%;
	}

	.section-description-block .section-description-box h2 {
		font-family: 'bebas_neuebook', Helvetica;
		color: #11acb1;
		font-size: 64px;
		line-height: 64px;
	}

	.section-description-block .section-description-box h2 span {
		font-family: 'bebas_neuebold', Helvetica;
		color: #11acb1;
		font-size: 64px;
		line-height: 64px;
	}

	.section-description-block .section-description-box h2 span.new-line {
		display: block;
	}

	.text-block .text-box h3 {
		color: #6c4797;
		font-size: 19px;
		line-height: 24px;
		font-family: 'latobold', Helvetica;
		margin-bottom: 30px;
	}

	.text-block .text-box h4 {
		font-size: 18px;
		line-height: 24px;
		font-family: 'latobold', Helvetica;
		margin-bottom: 8px;
		color: #33b8bc;
	}

	.text-block .text-box ul, .text-block .text-box ol {
		margin-left: 20px;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	.text-block .text-box ul li, .text-block .text-box ol li {
		font-size: 17px;
		font-family: 'latoregular', Helvetica;
		margin-bottom: 5px;
		color: #000;
		padding-left: 15px;
		text-indent: -.7em;
	}

	.text-block .text-box p {
		font-size: 17px;
		font-family: 'latoregular', Helvetica;
		margin-bottom: 5px;
		color: #000;
	}

	.text-block .text-box ul li:before, .text-block .text-box ol li:before {
	  content: "•  ";
	  color: #33b8bc;
	}
/* Case Studies Styles END */

/* Hire a speaker Styles START */
	.hire-a-speaker-promo-block {
		margin-bottom: 20px;
	}

	.hire-a-speaker-promo-block .promo-description-box {
		position: absolute;
		top: 25px;
		right: 15px;
	}

	.hire-a-speaker-promo-block .slides-box {
		position: relative;
	     max-width: 1280px;
	     margin: 0 auto;
	}

	.hire-a-speaker-promo-block .promo-description-box {
		max-width: 450px;
		text-align: left;
	}

	.hire-a-speaker-promo-block .promo-description-box .heading-box h2 {
		font-family: 'bebas_neuebold', Helvetica;
		color: #fff;
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box ol,
	.hire-a-speaker-promo-block .promo-description-box .text-box ul {
		margin-top: 5px;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box ol li,
	.hire-a-speaker-promo-block .promo-description-box .text-box ul li {
		margin-left: 20px;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box ol li,
	.hire-a-speaker-promo-block .promo-description-box .text-box ul li,
	.hire-a-speaker-promo-block .promo-description-box .text-box p {
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #fff !important;
		outline: none !important;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box {
		margin-bottom: 30px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box {
		margin-bottom: 20px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box a {
		background: #11acb1;
		color: #fff;
		border: 1px solid #fff;

		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		outline: none !important;
		padding-top: 12px;
		padding-bottom: 12px;
		display: inline-block;
		text-align: center;
		width: 100%;
		max-width: 190px;
		padding-left: 25px;
		padding-right: 25px;
		text-decoration: none;
	}

	.hire-a-speaker-promo-block .general-cta-button-box a:hover {
		opacity: 0.9;
	}

	.two-column-content-block .column-box {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin-right: 9%;
		text-align: left;
	}

	.two-column-content-block .column-box:nth-child(2n) {
		margin-right: 0%;
	}

	.two-column-content-block .column-box .heading-box p {
		font-family: 'bebas_neuebold', Helvetica;
		color: #6c4797;
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 15px;
	}

	.two-column-content-block .column-box .text-box p {
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #6c4797 !important;
	}


	.search-form-box #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #6c4797 !important;
	}

	.search-form-box #search::-moz-placeholder { /* Firefox 19+ */
		font-family: 'latoregular', Helvetica;
		font-size: 16px;
		color: #6c4797 !important;
	}

	.search-form-box #search:-ms-input-placeholder { /* IE 10+ */
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #6c4797 !important;
	}

	.search-form-box #search:-moz-placeholder { /* Firefox 18- */
		font-family: 'latoregular', Helvetica;
		font-size: 17px;
		color: #6c4797 !important;
	}
/* Hire a speaker Styles END */




@media screen and (max-width: 1279px) {
	.hire-a-speaker-promo-block .promo-description-box {
		max-width: 400px;
	}

	.hire-a-speaker-promo-block .promo-description-box .heading-box h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 6px;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box ol li,
	.hire-a-speaker-promo-block .promo-description-box .text-box ul li,
	.hire-a-speaker-promo-block .promo-description-box .text-box p {
		font-size: 17px;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box {
		margin-bottom: 20px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box {
		margin-bottom: 15px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box a {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 170px;
	}



	.slides-block .home-page-slide-box .header-text-box {
		top: 90px;
		right: 90px;
		max-width: 450px;
	}

	.slides-block .home-page-slide-box .header-text-box p {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}

	.case-studies-content-block .case-study-item-box .content-box .description-box p {
		font-size: 15px;
		line-height: 17px;
	}

	.case-studies-content-block .case-study-item-box .heading-box h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.case-studies-content-block .case-study-item-box .heading-box img {
		max-height: 30px;
	}

}

@media screen and (max-width: 1120px) {

}

/* WIDE DESKTOP LAYOUT
----------------------------------------------- */
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1023px) {
	.slides-block .home-page-slide-box .header-text-box {
		top: 75px;
		right: 60px;
		max-width: 350px;
	}

	.slides-block .home-page-slide-box .header-text-box p {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}


	.services-box .service-item .heading-box p {
		font-size: 45px;
		line-height: 45px;
	}

	.services-box .text-box {
		font-size:17px;
	}

	.services-box .cta-box a {
		font-size: 13px;
	}

	.services-box .service-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 30%;

		max-width: 30%;
		padding-right: 3%;
	}

	.services-box .service-item:nth-child(3n) {
		padding-right: 0px;
	}

	.section-description-block .section-description-box h2,
	.section-description-block .section-description-box h2 span {
		font-size: 51px;
		line-height: 51px;
	}

	.section-heading-block .section-heading-box .case-study-name-box h2,
	.section-heading-block .section-heading-box .section-name-box h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.testimonial_quote {
	    font-size: 120px !important;
	}

	.hire-a-speaker-promo-block .promo-description-box {
		position: static;
	}

	.hire-a-speaker-promo-block img.desktop-image {
		display: none;
	}

	.hire-a-speaker-promo-block img.mobile-image {
		display: block !important;
		margin-bottom: 15px;
	}

	.promo-description-box {
	    text-align: left;
	    margin: 0 auto;
		max-width: 95% !important;
	}

	.hire-a-speaker-promo-block .promo-description-box .heading-box h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 6px;
		color: #6c4797 !important;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box ol li,
	.hire-a-speaker-promo-block .promo-description-box .text-box ul li,
	.hire-a-speaker-promo-block .promo-description-box .text-box p {
		font-size: 17px;
		color: #6c4797 !important;
	}

	.hire-a-speaker-promo-block .promo-description-box .text-box {
		margin-bottom: 20px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box {
		margin-bottom: 15px;
	}

	.hire-a-speaker-promo-block .general-cta-button-box a {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 170px;
	}

	.partners-block .heading-box p span,
	.latest-blog-posts-block .heading-box p span,
	.general-form-block .heading-box p span,
	.general-form-block .heading-box p,
	.partners-block .heading-box p,
	.general-form-block .heading-box p,
	.promotion-block .text-box .heading-box p,
	.latest-blog-posts-block .heading-box p,
	.two-column-content-block .column-box .heading-box p {
		font-size: 60px;
		line-height: 60px;
	}

	.main-block .main-box .page-content-box.narrow-content-box {
	    max-width: 100%;
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 0px;
	    padding-top: 10px;
	}

	.main-block .main-box .sidebar-box.wide-sidebar-box {
	    max-width: 600px;
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 10px;
	}
}

@media screen and (max-width: 900px) {
	.main-box {
		 padding-top: 29px;
	}
	.footer-box .company-info-box .right-column{
		margin-left:0;
	}
	.main-block {
		padding-bottom: 20px;
		padding-bottom: 50px;
	}

	.two-column-content-block .column-box .testimonial_block img {
		max-width: 80px !important;
		height: auto;
	}

	.slides-block .home-page-slide-box .header-text-box {
		top: 60px;
		right: 40px;
		max-width: 350px;
	}

	.slides-block .home-page-slide-box .header-text-box p {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.main-block .main-box .page-content-box.blog-section-content-box {
		max-width: 100% !important;
		width: 100% !important;
		display: block !important;
		margin-bottom: 30px !important;
	}

	.main-block .main-box .sidebar-box.blog-sidebar-box {
		max-width: 100% !important;
		width: 100% !important;
		display: block !important;
		margin-bottom: 30px !important;
	}

	.case-studies-content-block .case-study-item-box .content-box .description-box p {
		font-size: 13px;
		line-height: 15px;
	}

}

@media screen and (max-width: 767px) {
	.promotion-block .image-box {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
		text-align: center;
	}

	.promotion-block .text-box {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 0%;
	}

	.promotion-block .text-box .description-box p {
		font-size: 18px;
	}

	#triangle {
		border-width: 100px 0px 0px 1000px !important;
		margin-bottom: -40px;
	}

	.section-description-block .section-description-box h2,
	.section-description-block .section-description-box h2 span {
		font-size: 44px;
		line-height: 44px;
	}

	.text-section-block .section-description-block {
		display: inline-block;
		vertical-align: top;
		width: 38%;
		margin-right: 5%;
	}

	.text-section-block .text-block {
		display: inline-block;
		vertical-align: top;
		width: 56%;
	}

	.section-heading-block .section-name-box {
		width: 100%;
	}

	.section-heading-block {
		background: none;
	}

	.section-heading-block .section-heading-box .case-study-name-box h2 {
		color: #6c4797 !important;
	}

	.two-column-content-block .column-box {
		width: 100%;
		display: block;
		margin-right: 0px !important;
		margin-bottom: 20px;
	}

	.partners-block .heading-box p span,
	.latest-blog-posts-block .heading-box p span,
	.general-form-block .heading-box p span,
	.general-form-block .heading-box p,
	.partners-block .heading-box p,
	.general-form-block .heading-box p,
	.promotion-block .text-box .heading-box p,
	.latest-blog-posts-block .heading-box p,
	.two-column-content-block .column-box .heading-box p {
		font-size: 50px;
		line-height: 50px;
	}

	.slides-block .home-page-slide-box .header-text-box {
		top: 60px;
		right: 65px;
		max-width: 250px;
	}

	.slides-block .home-page-slide-box .header-text-box p {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 639px) {
	.latest-blog-posts-block .latest-blog-post-item-box {
		width: 100% !important;
		margin-right: 0%;
		display: block;
		margin-bottom: 20px;
	}
	.contact-details-block{
		display:none;
	}
	.services-box .service-item .heading-box p {
		font-size: 55px;
		line-height: 55px;
		margin-bottom: 10px;
	}

	.services-box .text-box {
		font-size: 18px;
	}

	.services-box .cta-box a {
		font-size: 13px;
	}

	.services-block .services-box .service-item {
		display: block;
		text-align: center;
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	.services-box .service-item:nth-child(3n) {
		padding-right: 20px;
	}

	.contact-details-block {
		text-align: right;
	}

	.contact-details-block .contact-details-box {
		margin-right: 7px;
	}

	.contact-details-block .search-block.header-position {
		display: block;
		vertical-align: top;
		margin-top: 10px;
		margin-right: 0px;
	}

	.mm-toggle-wrap {
		margin-bottom: 10px;
	}

	.control-elements-block {
		padding-top: 0px !important;
	}

	.header-block .header-box .logo-block {
		max-width: 240px;
		width: 90%;
		float: left;
		min-width: 140px;
	}

	.header-block .header-box .logo-box .filler {
	    padding-top: 60%;
	}

	.section-description-block .section-description-box h2,
	.section-description-block .section-description-box h2 span {
		font-size: 44px;
		line-height: 44px;
	}

	.text-section-block .section-description-block {
		display: inline-block;
		vertical-align: top;
		width: 38%;
		margin-right: 5%;
	}

	.text-section-block .text-block {
		display: inline-block;
		vertical-align: top;
		width: 56%;
	}


	.testimonial_block p {
		width: calc(100% - 80px);
		font-size: 17px;
		line-height: 22px;
	}

	.testimonial_quote {
	    font-size: 70px !important;
	    line-height: 70px;
	}

	.testimonial_quote.closing {
		margin-right: 5px;
	}

	.testimonial_author {
	    font-size: 19px !important;
	}

	.section-heading-block .section-heading-box .section-name-box {
		padding-right: 0px !important;
	}

	.partners-block .heading-box p span,
	.latest-blog-posts-block .heading-box p span,
	.general-form-block .heading-box p span,
	.general-form-block .heading-box p,
	.partners-block .heading-box p,
	.general-form-block .heading-box p,
	.promotion-block .text-box .heading-box p,
	.latest-blog-posts-block .heading-box p,
	.two-column-content-block .column-box .heading-box p {
		font-size: 40px;
		line-height: 40px;
	}

	.slides-block .home-page-slide-box .desktop-image {
		display: none !important;
	}

	.slides-block .home-page-slide-box .mobile-image {
		display: block !important;
	}

	.slides-block .home-page-slide-box .header-text-box {
		display: none;
	}

	.case-studies-content-block.two-column-content-block .column-box {
		width: 100%;
		display: block;
		max-width: 100%;
	}

	.case-studies-content-block .case-study-item-box .content-box .description-box p {
		font-size: 17px;
		line-height: 20px;
	}
}

@media screen and (max-width: 540px) {
	.footer-box .company-info-box .left-column{
		width:100%;
		margin-right: 0;
	}
	.footer-box .company-info-box .right-column {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.general-form-block .fields-group {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 9	0%;
		margin: 0 auto;
		margin-right: 0px;
	}


	/* Nav toggle */

	.header-block .header-box .logo-box .filler {
	    padding-top: 72%;
	}

	.nav-toggle .icon-menu-box {
	    width: 28px;
	    height: 20px;
	}

	.mm-toggle-wrap {
		margin-bottom: 0px;
	}

	.social-icons-box {
		margin-bottom: 5px;
	}

	.contact-details-block .search-block.header-position {
		margin-top: 5px;
	}

	.header-block .header-box .logo-block {
		max-width: 240px;
		width: 90%;
		float: left;
		min-width: 140px;
	}

	/* Nav toggle icon lines */

	.icon-menu-box .line {
	    border-radius: 9px;
	    width: 100%;
	    height: 4px;
	    -webkit-transition: all 0.20s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	    transition: all 0.20s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}

	.is-active .icon-menu-box .line-1 {
	    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
	    transform: translateY(8px) translateX(0) rotate(45deg);
	}

	.icon-menu-box .line-2 {
	    top: 50%;
	    margin-top: -2px;
	}

	.is-active .icon-menu-box .line-3 {
	    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	    transform: translateY(-8px) translateX(0) rotate(-45deg);
	}

	.section-description-block .section-description-box h2,
	.section-description-block .section-description-box h2 span {
		font-size: 40px;
		line-height: 40px;
		display: inline !important;
	}

	.text-section-block .section-description-block {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		display: block;
	}

	.text-section-block .text-block {
		display: block;
		width: 100%;
	}

	.case-studies-content-block .case-study-item-box .content-box {
		background: none !important;
	}

	.case-studies-content-block .case-study-item-box .content-box .image-box {
		width: 100%;
		margin-bottom: 15px;
	}

	.case-studies-content-block .case-study-item-box .content-box .description-box {
		max-width: 100% !important;
		width: 100% !important;
		margin-right: 0%;
		text-align: left;
	}

	.tribe-events-single-section .tribe-events-meta-group {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
}


.fleek-button a{
    background-color: #11acb1;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 600;
    padding: 10px 25px 12px;
    transition: all 0.25s ease-in 0s;
	text-decoration:none;
}

.fleek-button a:hover{
	background-color: #6c4797;
}

.content-left-wd-d{
    display: inline-block;
    margin-right: 4%;
    max-width: 50%;
    padding-top: 10px;
    vertical-align: top;
    width: 50%;
}
.content-right-wd-d{
    display: inline-block;
    max-width: 45%;
    padding-top: 10px;
    vertical-align: top;
    width: 45%;
}

.content-right-wd-d-title{
    color: #6c4796;
    font-family: bebas_neuebold;
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wd-d-from  .wpcf7-not-valid-tip{
    position: relative;
    top: -15px;
}
.wpcf7-response-output{
	color:#333 !important;
	font-family:lato;
}
.content-left-wd-d p{
	margin-bottom:15px;
}
.content-left-wd-d-title h2 {
    color: #6c4796;
    font-family: bebas_neuebold;
    font-size: 62px;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cf-full-input input[type="text"],.cf-full-input input[type="email"],
.cf-full-input textarea{
    border: 1px solid #4f99ff;
    font-family: latoregular;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 331px;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    text-indent: 10px;
	box-sizing:border-box;
}

.cf-full-input textarea{
	height:80px;
}


.cf-full-input {
    margin-bottom: 15px;
}

.cf-full-submit input{
    background: #07acb1 none repeat scroll 0 0;
    color: #fff;
    font-family: latoregular;
    font-size: 16px;
    font-weight: 800;
    margin-top: 20px;
    padding: 11px 20px 10px;
	transition:all 0.25s ease-in;
	cursor:pointer;
}

.wd-d-from div.wpcf7 .ajax-loader{
	float:inherit;
}
.cf-full-submit input:hover{
	background:#6c4796;
}

.breadcrumbs a,.breadcrumbs span{
	color:#07acb1;
	font-weight:600;
	text-decoration:none;
}
#fleek-breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
}
#fleek-breadcrumbs li.separator {
    color: #313131;
    font-weight: normal;
}
#fleek-breadcrumbs li,#fleek-breadcrumbs a,#fleek-breadcrumbs span{
    color:#07acb1;
    font-weight:600;
    text-decoration:none;
}
.page-content-box #fleek-breadcrumbs li:before{
    content: none;
}

@media screen and (max-width: 900px) {
	.content-left-wd-d {
		display: block;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}
	.content-right-wd-d {
		display: block;
		max-width: 100%;
		padding-top: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.cf-full-input input[type="text"], .cf-full-input input[type="email"], .cf-full-input textarea{
		max-width:100%;
		width:100%;
	}
}

.search-item-block{
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}
.search-title{
	color: #11acb1;
	font-family: "bebas_neuebold",Helvetica;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 25px;
	transition:all 0.25s ease-in;
	text-decoration: none;
}

.search-item-block:hover .read-more-bt,
.search-item-block:hover .search-title{
	color:#6c4797;
}

.read-more-bt{
	transition:all 0.25s ease-in;
	color: #11acb1;
	font-family: "bebas_neuebold",Helvetica;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	text-decoration: none;
}

.seacrh-content {
    margin-bottom: 15px;
}

/*Digital Marketing Page*/
.digital-marketing-box{
    background-repeat: no-repeat;
    display: inline-block;
    height: 368px;
    vertical-align: top;
    width: 594px;
	position:relative;
	margin-bottom:50px;
}
.digital-marketing-box.wd-and-d{
	background-image:url(images/digital-marketing-box-bg.png);
	margin-right: 20px;
}
.digital-marketing-box.social-blog-box{
	background-image:url(images/digital-marketing-boxsocial-blog-bg.png);
}
.digital-marketing-box.payperclick-box{
	background-image:url(images/digital-marketing-payperclick-bg.png);
	margin-right: 20px;
}
.digital-marketing-box.social-advertising-box{
	background-image:url(images/digital-marketing-social-advertising-bg.png);
}

.digital-marketing-title h2 {
    font-family: bebas_neuebold;
    font-size: 48px;
    line-height: 48px;
    margin-left: 65px;
    margin-top: 65px;
    position: relative;
    width: 315px;
	font-weight:normal;
	color:#fff;
}
.digital-marketing-url {
    bottom: 26px;
    position: absolute;
    right: 35px;
}

.digital-marketing-url span{
	font-family: bebas_neuebold;
	display:block;
	font-size:40px;
	color:#fff;
	line-height:33px;
}

.digital-marketing-url a{
	text-decoration: none;
	font-size:26px;
	color:#fff;
	line-height:26px;
	font-family: bebas_neuebold;
}

.digital-marketing-content {
    font-family: latoregular;
    margin-left: 65px;
    margin-top: 5px;
    width: 260px;
	color:#000;
	font-size:18px;
}

.digital-marketing-box.wd-and-d .digital-marketing-title h2,
.digital-marketing-box.social-blog-box .digital-marketing-title h2,
.digital-marketing-box.payperclick-box .digital-marketing-title h2
{
	color:#6c4796;
}

.digital-marketing-wrapper{
	max-width:1250px;
}

.digital-marketing-box.seo-box{
	background-image:url(images/digital-marketing-box-seo-bg.png);
}

.digital-marketing-box.marketing-box{
	background-image:url(images/digital-marketing-box-marketing-bg.png);
	margin-right:20px;
}

.digital-marketing-box.marketing-box .digital-marketing-title h2,
.digital-marketing-box.seo-box .digital-marketing-title h2,
.digital-marketing-box.social-advertising-box .digital-marketing-title h2{
	color:#07acb1;
}

.page-content-box .wp-pagenavi a{
    color: #6c4797;
    font-family: "bebas_neuebold",Helvetica;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
	transition:all 0.25s ease-in;
}

.page-content-box .wp-pagenavi a:hover{
	color:#11acb1;
}

.banner-block {
    background-size: cover;
    height: 567px;
    margin: 0 auto;
    width: 1280px;
	position:relative;
}

.page-template-page-digital-marketing .banner-block h1  {
	width:400px;
}

.page-id-6851 .banner-block h1{
    font-size: 64px;
    line-height: 61px;
    top: 175px;
}

.page-id-6878 .banner-block h1{
    font-size: 54px;
    line-height: 60px;
    top: 180px;
	right:30px;
    width: 420px;
}

.page-id-6881 .banner-block h1{
    top: 160px;
    width: 430px;
}

.page-id-6883 .banner-block h1{
    font-size: 50px;
    line-height: 55px;
    right: 23px;
    top: 188px;
    width: 430px;
}

.page-id-6885 .banner-block h1{
    font-size: 83px;
    right: 50px;
    top: 148px;
    width: 430px;
}


.banner-block h2,
.banner-block h1  {
    color: #fff;
    font-family: bebas_neuebold;
    font-size: 80px;
    font-weight: normal;
    line-height: 80px;
    position: absolute;
    right: 21px;
    text-align: right;
    top: 152px;
    width: 485px;
	right:50px;
}

.page-content-box h3{
    color: #6c4796;
    font-family: latoregular;
    font-size: 30px;
    line-height: 41px;
	margin-bottom:10px;
}

.page-content-box h1{
    color: #6c4796;
    font-family: latoregular;
    font-size: 40px;
    line-height: 50px;
	margin-bottom:10px;
}

.home-text-box h1{
	font-weight:normal;
}

#commentform label{
	display:none;
}

#commentform .comment-form-cookies-consent label{
	display:inline-block;
	margin-left:10px;
}

#commentform .gglcptch {
   padding-top:0;
}

.comment-form-url{
	display:none;
}

.comment-form-author{
	box-sizing:border-box;
	float:left;
	margin-right:2%;
	position:relative;
	width:48%;
}

.comment-form-email{
	box-sizing:border-box;
	float:left;
	position:relative;
	width:50%;
}
.comment-form-comment textarea{
	width:100%;
}
.comment-form-author input,
.comment-form-email input{
	width:100%;
	box-sizing:border-box;
}

.best-blog-icon {
/*    position: relative;
    top: -30px;*/
}

.best-blog-icon img{
    max-width:120px;
}

@media screen and (max-width: 1280px) {
	 .banner-block {
		background: #6c4796 none repeat scroll 0 0 !important;
		display: inline-block;
		height: auto;
		margin: 0;
		padding-bottom: 25px;
		padding-top: 25px;
		position: relative;
		width: 100%;
	}
	.best-blog-icon {
		position: relative;
		top: 0;
	}
	.banner-block h2,
	.banner-block h1{
		box-sizing: border-box;
		font-size: 60px !important;
		line-height: 60px !important;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		right: 0 !important;
		text-align:right;
		top: 0 !important;
		width: 100% !important;
	}
	.strapline{
		padding-left:20px;
	}
	.digital-marketing-wrapper{
		text-align:Center;
	}
	.digital-marketing-title h2,
	.digital-marketing-content{
		text-align:left;
	}
}

@media screen and (max-width: 1110px) {
#commentform .gglcptch {
   float:none;
}

.comment-form-author{
	float:none;
	margin-right:0%;
	width:100%;
}

.comment-form-email{
	float:none;
	margin-right:0%;
	width:100%;
}
.comment-form-comment{
	width:100%;
}
}

@media screen and (max-width: 630px) {
	.digital-marketing-box {
		background-size: 400px auto;
		height: 247px;
		width: 400px;
		margin-right:0 !important;
	}
	.digital-marketing-title h2 {
		font-size: 23px;
		line-height: 26px;
		margin-left: 39px;
		margin-top: 54px;
		width: 200px;
	}
	.digital-marketing-content {
		font-size: 14px;
		line-height: 20px;
		margin-left: 39px;
		width: 200px;
	}
	.digital-marketing-url a{
		font-size:19px;
		line-height:19px;
	}
	.digital-marketing-url span {
		font-size: 24px;
		line-height: 17px;
	}

	.digital-marketing-url {
		bottom: 17px;
		right: 26px;
	}
}

@media screen and (max-width: 550px) {
	.banner-block h2 {
		font-size: 45px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width: 420px) {
	.digital-marketing-box {
		background-size: 360px auto;
		height: 221px;
		width: 360px;
	}
	.digital-marketing-title h2 {
		font-size: 20px;
		line-height: 21px;
		margin-left: 35px;
		margin-top: 45px;
	}
	.digital-marketing-content {
		font-size: 13px;
		line-height: 17px;
		margin-left: 36px;
	}
	.digital-marketing-url {
		bottom: 12px;
		right: 18px;
	}
	.digital-marketing-url a {
		font-size: 16px;
		line-height: 16px;
	}
	.digital-marketing-url span {
		font-size: 20px;
		line-height: 15px;
	}
}



.blog-date {
    color: #11acb1;
    float: left;
    font-family: "bebas_neuebold";
    font-size: 23px;
    position: relative;
	top:20px;
}

.blog-date-avatar {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
}

.blog-avatar {
    float: left;
    position: relative;
	margin-right:20px;
}

.blog-avatar img{
    border-radius: 50%;
}

.social-icons-box-footer ul{
	margin:0;
	padding:0;
}

.social-icons-box-footer ul li{
	list-style:none;
	/*float:left;*/
    display: inline-block;
	margin-right:15px;
}

.social-icons-box-footer ul li i:before{
	color:#fff;
}

.case-study-name-box h2 a{
	pointer-events:none;
}

.d-m-main-block{
	text-decoration:none;
}

.tribe-bar-views-list li:before{
	display:none;
}

.comment-container{
	margin-top:40px;
}


.recent-posts-box ul li{
	list-style:none;
}

.recent-posts-box ul{
	padding-left:2px !important;
}

.links li a{
    border-bottom: 1px solid #11acb1;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.fetch-tweets{
	max-height:2000px !important;
}

.page-template-page-case-studies .banner-block h1 {
    right:50px;
    top: 199px;
    width: 448px;
}

.single-cat-title{
	display:inline;
}


.archive-image {
    float: left;
    margin-right: 30px;
    max-width: 300px;
    position: relative;
}

h1.archive-title,
h1.archive-title a {
    color: #11acb1;
	text-decoration:none;
    font-family: "bebas_neuebold",Helvetica;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    text-decoration: none;
}

.archive-image img{
	max-width:100%;
	height:auto;
}

.arcive-item {
    border-bottom: 1px solid #6c4797;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}
.arcive-item a{
	text-decoration:none;
}

.arcive-item .swatch-red{
    color: #11acb1;
    font-family: "bebas_neuebold",Helvetica;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    text-decoration: none;
	display:inline-block;
	margin-top:10px;
	transition:all 0.25s ease-in;
}

.arcive-item .swatch-red:hover{
	color:#6c4797;
}

body.single-post .page-content-box img.aligncenter {
	float: none;
	margin: 10px auto 0 auto;
	padding-bottom: 40px;
	clear: both;
	display: block;
	max-width:100%;
	height:auto;
}

body.single-post .page-content-box img.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 27px;
	margin-top: 10px;
	padding-bottom: 40px;
	clear: both;
	display: block;
	max-width:100%;
	height:auto;
}


body.single-post .page-content-box img.alignright {
	float: right;
	margin-right: 0;
	margin-left: 27px;
	margin-top: 10px;
	padding-bottom: 40px;
	clear: both;
	display: block;
	max-width:100%;
	height:auto;
}

body.single-post .page-content-box img.alignnone {
	/*float: inherit;*/
	margin-left: 0;
	margin-right: 27px;
	margin-top: 10px;
	padding-bottom: 40px;
	clear: right;
	display: block;
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 1000px) {
	body.single-post .page-content-box img.aligncenter,
	body.single-post .page-content-box img.alignleft,
	body.single-post .page-content-box img.alignright,
	body.single-post .page-content-box img.alignnone{
		float: none;
		display: block
	}
}

.single-post .page-content-box h2{
	clear:left;
}

.comments-area > h2{
	padding-top:40px;
}


.error404 .promo-block{
	margin-top:40px;
}

@media screen and (max-width: 600px) {
	.archive-image{
		float:inherit;
		max-width:100%;
	}
}

#drift-widget-container {
    z-index: 999 !important;
}
