/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: https://siteorigin.com
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.3
Template: vantage
Text Domain: vantage-child
*/

/* =Theme customization starts here
————————————————————– */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

a {
  color: #008785;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #303030;
}
h1, h2, h3, .entry-content h1, .entry-content h2, .entry-content h3 {
	font-family: 'Montserrat', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #008785;
}
h4, h5, h6, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: 'Montserrat', sans-serif !important;
	margin: 10px 0 5px 0;
	font-weight: 500;
	color: #008785;
}

h1 { font-size: 28px; line-height: 35px; }
h2 { font-size: 22px; line-height: 29px; }
h3 { font-size: 16px; line-height: 23px; }
h4 { font-size: 14px; line-height: 21px; }
h5 { font-size: 12px; line-height: 20px; }
h6 { font-size: 10px; line-height: 17px; }

p a, p a:visited {
	color: #008785;
}
p a:hover {
	color: #303030;
}
.smallprint {
	font-size: 10px;
	font-style: italic;
}
.teal {
	color: #008785;
}
img.mast_head_image {
	margin:0px auto 15px; 
	width:100%; 
	height:auto;
}
img {
	display: block;
}
.logo img {
	max-width: 452px;
	height: auto;
}
hr {
    border: solid #dcdcdc;
    border-width: 1px 0 0;
    clear: both;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    height: 0;
}
.menu-item-28 a {
    background-color: #007070 !important;
}
.main-navigation {
    margin: 0 -35px;
    background: #008785;
    position: relative;
    font-size: 0;
    z-index: 1499;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
	font-weight: 400;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: #303030;
    color: #ffffff;
}
.main-navigation ul li {
    display: inline-block;
    font-size: 12px;
    position: relative;
}
.main-navigation ul li a {
    padding: 12px 15px;
    line-height: 1em;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subnav-cont {
	border-bottom: 1px solid #cccccc;
    margin: 0 0 20px 0;
}
.subnav-button {
	display: inline-block;
    background: #ffffff;
    color: #008785 !important;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
    margin: 0 0 0 10px;
    padding: 10px 10px;
}
.subnav-button:hover {
    background: #008785;
    color: #ffffff !important;
}
.menu-mobilenav-container {
	display: none !important;
}
.vantage-icon-search:before {
    content: url(/images/search-q.png);
}
#secondary .widget .widget-title,
#masthead-widgets .widget .widget-title {
	font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    background-color: #008785;
    font-weight: 500;
    margin-bottom: 15px;
	padding: 5px 50px 5px 10px;
}
#masthead .hgroup .support-text {
	font-style: normal;
}
.container {
    position: relative;
    width: 960px;
	height: auto;
    margin: 0 auto;
    padding: 0;
	overflow: auto;
}
#footer-widgets {
    color: #ffffff;
}
#footer-widgets .widget .widget-title {
	font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
	padding: 5px 0px;
}
.footer-links {
	font-size: 11px;
	margin:0px;
	color: #aaa;
}
.footer-links a {
	color: #aaa;
	text-decoration: none;
}
.home-footer {
	width: 100%;
	background: #ddd;
}
.home-footer p {
	color: #333333;
}
.page-template-template-forum .home-footer {
	display: none;
}
.forum-footer {
	display: none;
}
.page-template-template-forum .forum-footer {
	display: block;
}
.foot-one {
	float: left;
	width: 33%;
	margin: 30px 0;
}
.foot-two {
	float: left;
	width: 33%;
	margin: 30px 0;
}
.foot-three {
	float: right;
	width: 33%;
	margin: 30px 0;
}
.foot {
	border-bottom: 4px solid #ddd;
	min-height: 110px;
	text-align: center;
}
.foot:hover {
	background-color: #eee;
	transition: .8s ease;
}
.foot img {
	margin: 20px auto;
}
.foot img:hover {
	opacity: 0.8;
}
#search-icon #search-icon-icon .vantage-icon-search {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    font-size: 17px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8.5px;
    color: #ffffff;
}
#search-icon #search-icon-icon {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #008785;
    width: 59px;
    height: 100%;
}
#search-icon #search-icon-icon:hover, #search-icon #search-icon-icon:focus {
    background-color: #303030;
}
#search-icon .searchform {
    background: #ffffff;
	border-left: 1px solid #008785;
	border-right: 1px solid #008785;
	border-bottom: 1px solid #008785;
}
#search-icon .searchform input[name=s] {
    color: #595a59;
}
#colophon .widget_nav_menu .menu-item a {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 0px;
    border-bottom: 0px solid #b9b9b9;
}
#footer-widgets a:hover {
    color: #ffffff;
}
#masthead .hgroup {
    padding-top: 32px;
    padding-bottom: 32px;
}
#masthead {
    background: #ffffff;
}
#page-wrapper {
  padding-top: 20px;
  width: 1200px;
}
.layout-full #page-wrapper .full-container {
  max-width: 1200px;
}
body.responsive #page-wrapper {
  max-width: 1200px;
}
body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1200px;
}
#main {
	background: #ffffff;
    padding: 0 35px 35px 35px;
}
#primary {
	margin-top: 10px;
}
#secondary {
	margin-top: 10px;
}
body.layout-full {
    background-color: #ffffff;
}
#primary {
  float: left;
  width: 73%;
}
.page-template-default #primary {
  float: left;
  width: 73%;
}
.vantage-layout-width-normal #primary {
  float: left;
  width: 73%;
}
.entry-content table {
    border-bottom: 0px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
	width: auto;
}
table {
	margin: 0px;
	width: auto;
}
dl.gallery-item dt {
    width: 94%;
}
/* Page Header
====================================*/
.page-thumbnail img {
	max-width: 100%;
}
.page-thumbnail {
	line-height: 0px;
}
#title-cont {
    margin: 0 0 40px 0;
    position: relative;
}
#page-title {
    background: #008785;
    padding: 10px 30px 10px 30px;
    margin: 0 0 -25px 20px;
    position: absolute;
    bottom: 0;
    border-bottom: none;
}
#page-title h1 {
    color: #fff;
	font-size: 20px;
    padding: 0px;
    margin: 0px;
	font-weight: 400 !important;
}
/* Navigation
====================================*/
.main-navigation ul ul {
    background: #303030;
}
.main-navigation ul ul li:first-child {
    border-top: 0px solid #404040;
}
.main-navigation ul ul li {
    position: relative;
    text-align: left;
    border-top: 1px solid #404040;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: #303030;
    color: #ffffff;
}
.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
    background: #007777;
    color: #ffffff;
}
/* Contact Info
====================================*/
#masthead .hgroup #header-sidebar {
    box-sizing: border-box;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
#header-sidebar a {
	color: #333;
}
.social-icons {
	margin: 0;
	float: right;
	clear: both;
}
.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}
.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}
.social-icons li:hover {background-position: 0 -38px;}
.social-icons-wi {
	margin: 0;
	float: right;
}
.social-icons-wi.about {
	float: left;
	margin: 0 0 0 -5px;
}
.social-icons-wi li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons-wi li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 148px;
}
.social-icons-wi li:hover {
	background-position: 0 -38px;
}
a.linkedin,
a.rss,
a.twitter,
a.youtube,
#social a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;

	text-indent: -9999px;
	background-position: 0 -38px;
}
.linkedin {background: url(/images/linkedin.png) no-repeat; background-size: 28px 66px;}
.rss {background: url(/images/rss.png) no-repeat; background-size: 28px 66px;}
.twitter {background: url(/images/twitter.png) no-repeat; background-size: 28px 66px;}
.youtube {background: url(/images/youtube.png) no-repeat; background-size: 28px 66px;}
.wi {background: url(/images/wi.png) no-repeat; background-size: 28px 66px;}
a.wi,
#socialwi a {
	width: 148px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;

	text-indent: -9999px;
	background-position: 0 -38px;
}
#socialwi a {
	float: left;
}
#socialwi a img{
	border: none;
}
#contact-details {
	float: right;
	clear: both;
    margin-top: 20px;
}
#contact-details ul {
	margin: 0px;
}
#contact-details i {
    margin-right: 4px;
}
#contact-details li:first-child {
    border: none;
    margin-left: 0;
    padding: 0;
}
#contact-details li {
    display: inline;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e9e9e9;
}
[class^="mini-ico-"], [class*=" mini-ico-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/images/glyphicons-mini.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
}
.mini-ico-envelope {
    background-position: -72px 0;
}
.mini-ico-user {
    background-position: -168px 0;
}
textbutton {
	width: 250px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #008785;
	color: #ffffff;
}
.textbutton:hover {
	background: #007070;
}
.textbutton p {
	text-align: center;
	margin: 0;
}
.forum {
	padding: 50px 20px !important;
}
.alignright {
    border: none;
}
.alignleft {
    border: none;
}
.thumb-pic {
	width: 100px;
	border: 1px solid #dcdcdc;
}
.pres-ico {
	display: block;
	}
.wp-polls {
	margin-top: 10px;
}
.wp-polls .pollbar {
    height: 30px !important;
	background-image: none !important;
}
.wp-polls-ul li {
	margin-bottom: 20px !important;
	font-size: 20px !important;
	line-height: 25px !important;
}
.wp-polls p {
	font-size: 20px;
	line-height: 25px;
}
.wp-polls LABEL {
	font-size: 18px;
	line-height: 23px;
}
.wp-polls INPUT {
	font-size: 20px;
	line-height: 25px;
}
.wp-polls .Buttons {
    border: 1px solid #007070 !important;
    background-color: #008785 !important;
	color: #ffffff !important;
	padding: 10px 30px;
}
.word-cloud-tooltip {
	display: none !important;
}
.word-cloud-container label {
	display: none !important;
}
.activate-black-list {
	display: none !important;
}
span.ays_check:before {
    font-weight: 900;
    content: "\f256";
    margin-right: 5px;
}
.ays-see-results {
	opacity: 50%;
}
.ays-nomargin {
	margin-bottom: 0px !important;
}
.ays-nomargin div {
	padding-bottom: 0px !important;
}
.ays-resultsbutton {
    width: auto;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 3px;
	border: 1px solid #424242;
    color: #ffffff !important;
    background-color: #008785 !important;
	opacity: 50%;
}
.ays-resultsbutton:hover {
	filter: opacity(.7);
	transition: .2s ease-in!important;
    -webkit-transition: -webkit-filter .2s ease-in!important;
}
.post-1362 .ays-poll-answers {
	display:none;
}
.post-1362 .ays-poll-answer-image {
	width: 100% !important;
}
.word-cloud {
	border: 1px solid #dcdcdc;
}
.banner {
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
	position: absolute;
    background-color: rgba(48,48,48,0.0);
	border: 1px solid #cccccc;
}
.banner:hover {
    filter: alpha(opacity = 70);
    background-color: rgba(48,48,48,0.3);
    transition: .5s ease;
}
.banner a {
	line-height: 0;
}
.forum-footer {
	background: #008785;
	width: 100%;
	color: #ffffff;
	padding: 40px 0;
}
.forum-footer a {
	display: block;
	background: #007070;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	padding: 20px 30px;
}
.forum-footer a:hover {
	color: #cccccc;
}
.forum-button {
	background: #007070;
	padding: 10px;
	margin: 0 20px;
	width: 130px;
	text-align: center;
}
.button-link {
    display: block;
    background: #008785;
    color: #ffffff !important;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 60px;
}
.button-link:hover {
	background: #007070;
	color: #ffffff;
}
.servbox {
	float: left;
	width: 50%;
	margin-bottom:20px;
}
.servbox-first {
	padding-right: 20px;
	border-right: 2px solid #008785;
	border-bottom: 0px solid #008785;
}
.servbox-second {
	padding-left: 20px;
}
.serdiv {
	margin-bottom: -17px;
}
.serdiv img {
	width: 90%;
	margin: 0 auto;
}
.serdiv .tile-title {
	margin-top:-10px;
}
.servbox ul {
	margin: 20px 0 0 20px;
}
.servbox ul li {
	margin: 0 0 5px 10px;
}
.servbox p {
	margin: 0px !important;
}
.tile-title h3 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
}
td.speaker {
    vertical-align: top;
}
td.speakerimg {
	width: 120px;
}
td.icon-text {
    vertical-align: middle;
}
td.minwidth {
	min-width: 190px;
}
.home-cont {
	margin: 20px 0px;
	width:100%;
	min-height:250px;
	background:#f8f8f8;
}
.home-img {
    width: 35%;
}
.home-frame {
	width: 65%;
	padding: 20px;
	vertical-align: middle;
}
.home-img-networking {
	background-image: url('/images/thumb-networking.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.home-img-previous {
	background-image: url('/images/thumb-previous.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.home-img-lectures {
	background-image: url('/images/thumb-lectures.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.home-img-paperless {
	background-image: url('/images/thumb-paperless.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.button-link-home {
    display: block;
    background: #008785;
    color: #ffffff !important;
    padding: 10px 20px;
	display: inline;
}
.button-link-home:hover {
	background: #007070;
	color: #ffffff;
}
.button-link-home-inactive {
    display: block;
    background: #cccccc;
    color: #ffffff !important;
    padding: 10px 20px;
	display: inline;
}
.button-link-home-inactive:hover {
	background: #dddddd;
	color: #ffffff;
}
.quotes {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.parallel {
	width:50%;
	float: left;
}
.speaker-thumb {
	width: 110px;
}
.speaker-thumb img {
	width: 100px;
}
.download-text {
	color: #999999;
    font-style: italic;
    font-size: 10px;
}
.hovertext {
	position: relative;
	display: inline;
}
.hovertext .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #008785;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%; 
  margin-left: -100px;
}
.hovertext:hover .tooltiptext {
  visibility: visible;
}
.ico30 {
	width:30px;
}
.ico50 {
	width:50px;
}
.speakers {
    width: 100%;
}
.speakers td {
    vertical-align: middle;
    margin-bottom: 10px;
}
.download-button {
    width: 150px;
    text-align: center;
}
.download-button img {
    margin: 0 auto;
}
.doc-frame {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 20px 0;
}
.doc-frame .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	display: table;
}
.card-link {
	display: table-cell;
	vertical-align: middle;
}
.card-body-img {
	width: 58px;
	display: table-cell;
	margin-right: 10px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.full-price {
	color: #008785;
	text-decoration: line-through;
}
.early-bird {
	color: #000000;
}
.organisation {
	color: #008785;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 5px;
}
.cont-third {
	width:33%;
	float: left;
}
.cont-third-mid {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #dcdcdc;
}
.cont-inner {
	padding: 10px;
}
.nhs-discount {
	width: 100%;
}
.nhs-discount th {
	width: 50%;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: #e5f3f3;
	text-align:center;
}
.nhs-discount td {
	width: 50%;
	padding: 5px;
	color: #008785;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	text-align:center;
}
.pflm-block {
	border: 1px solid #542677;
	padding: 10px;
}
.pflm-header {
	display: inline-block;
	background: #ffffff;
	padding: 10px;
	margin: -57px auto 0 auto;
}
.pflm-header img {
	width: 420px;
}
.web-float-flex {
    float: left;
    width: 50%;
}
.web-float-flex-third {
	float:left;
	width:33.3%
}
.flex-div-left {
	padding: 0 15px 0 0;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}
.flex-div-right {
	padding: 0 0 0 15px;
}
.web-button-cont {
    position: relative;
    border: 2px solid #008785;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.web-button-cont img {
    margin-top: 10px;
}
.web-img {
    margin: 0 auto;
    width: 100px;
}
.web-button-cont:hover .overlay2 {
    opacity: 1;
}
.web-button-cont h3, .web-button-cont h4 {
    color: #008785;
    text-align: center;
}
.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0px solid #eeeeee;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #eeeeee;
}
.overlay2 .overlay-text {
    color: #595a59 !important;
}
.overlay-text {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.overlay2 .overlay-text h3, .overlay2 .overlay-text h4 {
    color: #595a59 !important;
}
.su-spoiler-title {
    cursor: pointer;
    border: 1px solid #dedede;
    font-family: 'Montserrat', sans-serif !important;
	font-size: 12px !important;
    color: #008785;
    display: block;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.su-spoiler-icon {
	margin-left: 5px;
}
.su-spoiler-style-fancy {
    border-radius: 5px !important;
}
.su-spoiler-style-fancy>.su-spoiler-title {
    border-radius: 5px !important;
}
.su-spoiler-style-fancy {
    color: #666 !important;
}
.su-spoiler {
	margin-bottom: 10px !important;
}
.su-tabs {
	border: none;
	background: #ffffff !important;
}
.su-tabs-nav {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
}
.su-tabs-nav span {
	background: #fafafa;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: none;
}
.su-tabs-nav span.su-tabs-current:hover {
	background: #007777;
	color: #ffffff;
}
.su-tabs-panes {
	border: 1px solid #eeeeee;
}
.ays-poll-img {
    max-width: max-content !important;
}
.ays-poll-answers {
	font-size: 13px;
}
/* Contact Form 7 - CF7
====================================================================== */
select {
    padding: 9px !important;
	border: 1px solid #ccc;
    border-radius: 3px;
}
span.wpcf7-list-item {
    display: block !important;
}
body span.wpcf7-not-valid-tip {
	display: none;
}
input[type="text"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
.notes textarea {
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
}
.wpcf7-not-valid span {
    color: #ff0000 !important;
}
.wpcf7-number {
    width: 60px;
    margin-right: 10px;
}
.cf-container {
	width: 48%;
	float: left;
}
.reg-name select {
	padding: 8px;
}
.reg-action select {
	padding: 8px;
}
span.wpcf7-list-item {
    display: block !important;
}
.websitefield {
	width: 80%;
}
.reg-container {
	display: inline-block;
	margin-bottom: 10px;
}
.reg-form {
	float: left;
	width: 220px;
	padding: 0px 5px;
}
.reg-name {
	float: left;
	padding: 0px 5px;
}
.reg-newname {
	float: left;
	padding: 0px 5px;
}
.reg-action {
	padding: 0px 5px;
}
.reg-lab-code {
	float: left;
	width: 80px;
	padding: 0px 5px;
}
.reg-form input[type="text"], .reg-form input[type="email"] {
	width: 200px !important;
}
.reg-name input[type="text"] {
	width: 140px !important;
}
.reg-newname input[type="text"] {
    width: 200px !important;
}
.reg-lab-code input[type="text"] {
	width: 60px !important;
}
.wpcf7-field-group-add, .wpcf7-field-group-remove, .wpcf7-field-group-add:focus, .wpcf7-field-group-remove:focus {
	background: #008785;
	border: none;
	color: #ffffff;
	margin-left: 5px;
	cursor: pointer;
	min-width: 34px;
	min-height: 34px;
}
.wpcf7-field-group-add:hover, .wpcf7-field-group-remove:hover {
	background: #303030;
	transition: .5s ease;
}
.wpcf7-field-group {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.wpcf7-field-group p {
	display: inline-block;
	margin: 5px 0px !important;
	vertical-align: top;
}
.wpcf7-form-control-wrap .wpcf7-date {
    border: 1px solid #d8d8d8;
    padding: 6px;
    color: #444;
}
.icotable {
	width: 95%;
}
.icocell {
	text-align: center;
	font-size: 12px;
}
.icocell img {
	margin: 0 auto;
	width: 50px;
}
.menu-item-28 a {
	background-color: #007070 !important;
}
.menu-item-28 a:hover {
	background-color: #303030 !important;
}
.wpcf7 input[type="submit"] {
	border: none;
	background: #008785;
	color: #ffffff;
}
.wpcf7 input[type="submit"]:hover {
	background: #303030;
}
/* AnsPress
====================================================================== */
.anspress-back-button {
	background: #303030;
	padding: 5px 15px;
	width: 200px;
	margin: 0 0 20px 0px;
}
.anspress-back-button p a {
	color: #fff !important;
	margin: 0;
	line-height: 0;
}
.anspress-back-button p a:hover {
	color: #ccc !important;
}
.anspress-back-button p {
	margin: 0;
}
.ap-field-form_question-category {
	display: none;
}
.ap-cradit {
	display: none;
}
.ap-login {
	display: none;	
}
.ap-field-form_question-is_private {
	display: none;	
}
.ap-btn-insertimage {
	display: none;	
}
#anspress .ap-list-head .ap-btn-ask {
    background: #008785;
}
#anspress .ap-list-head .ap-btn-ask:hover {
    background: #007777;
}
#anspress .ap-filter-toggle {
    color: #008785;
}
#anspress .ap-questions-count.ap-questions-acount {
    border-color: #008785;
}
#ap-filters {
	display: none;	
}
#anspress .ap-list-head {
    padding: 15px;
}
#anspress .ap-questions-title {
    font-size: 18px;
}
.ap-list-counts {
	display: none;
}
.ap-field-form_question-post_content{
	display: none;
}
#anspress .ap-comments-count {
	display: none;
}
.ap-search-inner input {
	background: none;
}
.ap-display-question-meta .history {
	display: none;
}
.ap-question-meta .active {
	display: none !important;
}
a.ap-title-closed {
	color: #888 !important;
}
.ap-q-content {
	font-size: 18px;
}
.ap-field-form_question-category .ap-field-desc {
	display: none;
}
#ap-category .ap-category-feat {
	display: none;
}
/* Widescreens (browsers)
====================================================================== */
@media only screen and (min-width: 1440px) {

	.container {
		width: 1200px;
	}
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 100%;
	}
	.icocell img {
	margin: 0 auto;
	width: 40px;
	}
	.icocell {
	font-size: 10px;
	}
	.web-float-flex {
    float: left;
    width: 100%;
	}
	.web-float-flex-third {
	float:left;
	width:100%
	}
	.flex-div-left {
	padding: 0 0 15px 0;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	.flex-div-right {
	padding: 15px 0 0 0;
	}
	.home-img {
    width: 0%;
	}
	.speaker-thumb {
	width: 50px;
	}
	.speaker-thumb img {
	width: 40px;
	}
	.blog-sidebar .widget:first-child {
    margin-top: 0px;
	}
	.home-img {
    width: 0%;
	}
	.parallel {
	width:100%;
	float: left;
	}
	.web-float-flex {
    float: left;
    width: 100%;
	}
	.web-float-flex-third {
	float:left;
	width:100%
	}
	.flex-div-left {
	padding: 0 0 15px 0;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	.flex-div-right {
	padding: 15px 0 0 0;
	}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.servbox {
	float: left;
	width: 100%;
	margin-bottom:20px;
	}
	.servbox-first {
	padding-right: 0px;
	border-right: 0px solid #008785;
	border-bottom: 2px solid #008785;
	}
	.servbox-second {
	padding-left: 0px;
	}
	.left-container {
		width: 100%;
		float: left;
		padding-top: 20px;
		position: relative;
	}
	.right-container {
		width: 100%;
		float: left;
		padding-top: 20px;
		position: relative;
	}
	.home-img {
    width: 0%;
	}
	.thumb-pic {
	width: 40px;
	}
	td.speakerimg {
    width: 50px;
	}
	.parallel {
	width:100%;
	float: left;
	}
	.foot-one {
	float: left;
	width: 100%;
	margin: 30px 0 10px 0;
	}
	.foot-two {
	float: left;
	width: 100%;
	margin: 30px 0 10px 0;
	}
	.foot-three {
	float: left;
	width: 100%;
	margin: 30px 0 10px 0;
	}
	.foot {
	min-height: 90px;
	}
	.web-float-flex {
    float: left;
    width: 100%;
	}
	.web-float-flex-third {
	float:left;
	width:100%
	}
	.flex-div-left {
	padding: 0 0 15px 0;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	.flex-div-right {
	padding: 15px 0 0 0;
	}
	h1 { font-size: 26px; line-height: 33px; }
	h2 { font-size: 20px; line-height: 27px; }
	h3 { font-size: 14px; line-height: 21px; }
	h4 { font-size: 12px; line-height: 19px; }
	h5 { font-size: 10px; line-height: 18px; }
	h6 { font-size: 8px; line-height: 15px; }
	p { font-size: 11px; line-height: 14px;}
	body { font: 11px Arial, sans-serif; }
	.speaker h3 {font-size: 14px;}
	.p-resp { font: 11px Arial, sans-serif; }
	.parallel {
	width:100%;
	float: left;
	}
	.button-link-home  {
    font-size: 11px;
	}
	.home-img {
    width: 0%;
	}
	.speaker-thumb {
	width: 50px;
	}
	.speaker-thumb img {
	width: 40px;
	}
	.small {
	font-size: 9px;
	line-height: 11px;
	}
	ul.package {
	font-size: 11px;
	}
	.cont-third {
	width:100%;
	float: left;
	}
	.cont-third-mid {
	border-width: 1px 0px 1px 0px;
	}
	.support-text {
	margin-top: 0px !important;
	}
	#contact-details {
    margin: 20px 0 10px 0;
    width: 100%;
	}
	.social-icons {
	display:none;
	}
	#page-title {
    padding: 0;
    margin: 0 auto;
    }
	#page-title h1, #page-title h2 {
    font-size: 12px;
    margin: 1px 20px 1px 20px;
    }
}