/**
 *	Theme Name: Webinars
 *	Theme URI: http://codeart.mk/
 *	Author: Codeart.mk
 *	Author URI: http://codeart.mk/
 *	Description: Codeart.mk Child WordPress Theme for Genesis Framework.
 *	Version: 1.0
 *	License: GNU General Public License v2 or later
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *	Text Domain: codeart
 *	Template: genesis
 **/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

*,
*:after,
*:before {
	outline: none;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

blockquote,
q {
	quotes: none;
	background: #EBEBEB;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 30px 10px 30px 50px;
	border-left: 5px solid #099AD1;
	margin-bottom: 15px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote p { margin: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

table, th, td { border: 1px solid #383838; padding: 5px; }

body {
	background: #F9F9F9;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

p {
	margin-bottom: 15px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 5px 0;
}

h1 {
	font-size: 49px;
	line-height: 53px;
	clear: both;
}

h2 {
	font-size: 47px;
	line-height: 51px;
	clear: both;
}

h3 {
	font-size: 36px;
	line-height: 40px;
	clear: both;
}

h4 {
	font-size: 30px;
	line-height: 34px;
}

h5 {
	font-size: 26px;
	line-height: 30px;
}

h6 {
	font-size: 20px;
	line-height: 24px;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.ca_clearfix:before,
.ca_clearfix:after { content: " "; display: table; }

.ca_clearfix:after { clear: both; }

.ca_clearfix { clear: both; margin: 30px 0; }

.ca_clearfix.line {
	width: 100%;
	height: 1px;
	background: #DCDCDC;
	margin: 30px 0;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 15px 15px;
}

a {
	color: #099AD1;
	text-decoration: none;
}

a:hover { color: #06739D; }

img {
	max-width: 100%;
	height: auto;
}

div.wp-caption {
	max-width: 100%;
	padding: 3px;
	border: 1px solid #DCDCDC;
	margin-bottom: 15px;
}

div.wp-caption p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

input[type="submit"] { cursor: pointer; }


/* GENERAL STYLE BEGIN */

h2.webinar-content-title,
h1.entry-title {
	color: #000000;
	font-size: 24px;
	line-height: 28px;

	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}

body.single-webinar h2.webinar-content-title.no-content {
	font-size: 0;
	border-bottom: 0;
}

.entry-content { position: relative; }

.entry-content h1 {
	font-size: 30px;
	line-height: 35px;
}

.entry-content h2 {
	font-size: 28px;
	line-height: 33px;
}

.entry-content h3 {
	font-size: 26px;
	line-height: 31px;
}

.entry-content h4 {
	font-size: 24px;
	line-height: 29px;
}

.entry-content h5 {
	font-size: 22px;
	line-height: 27px;
}

.entry-content h6 {
	font-size: 20px;
	line-height: 25px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 15px 15px;
}

.entry-content ul {
	list-style-type: disc;
	list-style-position: inside;
}

.entry-content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.entry-content p,
.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

.entry-content ul li,
.entry-content ol li { margin-bottom: 5px; }

.entry-content ul ul,
.entry-content ol ol { margin-bottom: 5px; padding-top: 5px; }

.entry-content blockquote p,
.entry-content q p { margin: 0; }

body .cacpdt-editor a.create-new-entry br,
body #content .cacpdt-editor a.create-new-entry br { display: none; }

/* GENERAL STYLE END */

#wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}

.wrap,
#content-sidebar-wrap {
	background: #FFFFFF;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1170px;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#header,
#nav,
#inner,
#footer {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#inner #content-sidebar-wrap { padding: 20px 30px; }

#nav,
#nav div.wrap { overflow: visible; }

#nav:after,
#nav div.wrap:after {
	content: '';
	display: block;
	clear: both;
}

/* HEADER */

#header #title-area {
	background: url( 'images/webinar-club-logo.png' ) no-repeat 0 0;
	width: 291px;
	height: 90px;
	float: left;
	margin: 10px 15px;
}

#header #title-area p#title a {
	font-size: 0;
	display: block;
	width: 291px;
	height: 90px;
}

#header #title-area h1,
#header #title-area p { margin: 0; }

#header p#description { display: none; }

#header #title-area h1 a {
	display: block;
	width: 291px;
	height: 90px;
	text-indent: -9999px;
}

#header .header-widget-area {
	width: 70%;
	float: right;
}

#content {
	width: 65.8%;
	float: left;
}

.full-width-content #content {
	width: 100%;
}

#sidebar {
	width: 31.6%;
	float: right;
}

/* NAVIGATION */

#nav ul {
	background: #099AD1;
	padding-left: 20px;
	font-size: 0;
	line-height: 0;
}

#nav ul li {
	display: inline-block;
	position: relative;
}

#nav ul li:hover > ul.sub-menu,
#nav ul.sub-menu li:hover > ul.sub-menu { display: block; }

#nav ul.sub-menu {
	display: none;
	width: 230px;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;

	padding: 0px;
}

#nav ul.sub-menu ul.sub-menu {
	top: 1px;
	left: 100%;
	width: 100%;
}

#nav ul.sub-menu li { width: 100%; }

#nav ul li a {
	display: block;

	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;

	padding: 20px;
}

#nav ul li.menu-item-has-children > a {
	padding-right: 35px;
	background: url( 'images/menu-dropdownicon.png' ) no-repeat right 10px center;
	position: relative;
}

#nav ul li a:hover { background-color: #06739D; }

#nav ul.sub-menu li a {
	text-transform: none;
	text-align: left;
	border-top: 1px solid #078DC2;
	padding: 13px 20px;
}

#nav ul.sub-menu li:first-child a { border-top: 0; }

#nav ul.sub-menu li.menu-item-has-children > a { background: none; }

#nav ul.sub-menu li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;

	background: url( 'images/menu-dropdownicon.png' ) no-repeat 0 0;

	display: block;
	width: 10px;
	height: 6px;

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.serach-form-icon{
	background-image: url('images/svg/search-icon.svg');
	background-repeat: no-repeat;
	width: 60px;
	height: 59px;
	background-position: center;
	background-size: 18px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	right: 0;
	position: absolute !important;
	top: 0;
	margin-top: 0;
	background-color: #fff;
	border: 3px solid #00b2dd;
}


/*NEWWWWW*/

.responsive-menu--wrapper{
	position: relative;
}

.search-form-icon-res{
	background-image: url('images/svg/search-icon.svg');
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: 18px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	background-color: #fff;
	border: 3px solid #00b2dd;
}

.search-form-icon-res.on{
	background-color: #00b2dd;
	background-image: url('images/svg/close-icon.svg');
}

.search-form-wrapper-res{
	display: none;
}

.search-form-wrapper-res form{
	position: absolute;
    top: 0;
    right: 40px;
    width: 70%;
    display:none;
}

.search-form-wrapper-res form.show{
	display:block;
}

.search-form-wrapper-res form input[type="text"]{
	height: 40px;
    width: 100%;
    padding: 5px 10px;
    border: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    color: #4A4A4A;
}

.search-form-wrapper-res form input[type="submit"]{
	height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    border: none;
    background-image: url(images/svg/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/*END NEW */

.serach-form-icon:hover {
	background-color: rgba(220,220,220,5);
}

.search-close{
	background-image: url('images/svg/close-icon.svg');
	background-repeat: no-repeat;
	width: 60px;
	height: 59px;
	background-position: center;
	background-size: 18px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	right: 0;
	position: absolute !important;
	top: 0;
	margin-top: 0;
}

.search-close:hover{
	background-color: #06739D;
}

#nav ul li.search-form-wrapper{
	position: absolute;
	right: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	transition:			all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
}

.search-form-wrapper form{
	visibility: hidden;
	z-index: -1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	transition:			all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
}

.search-form-wrapper form .search-input {
	height: 59px;
	width: 100%;
	max-width: 50px;
	padding: 5px 10px;
	border: none;
	right: 0;
	transition:			all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #4A4A4A;
}

.search-form-wrapper form .search-submit {
	height: 59px;
	position: absolute;
	top: 0;
	right: 0;
	color: transparent;
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ4NS4yMTMgNDg1LjIxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1LjIxMyA0ODUuMjEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3MS44ODIsNDA3LjU2N0wzNjAuNTY3LDI5Ni4yNDNjLTE2LjU4NiwyNS43OTUtMzguNTM2LDQ3LjczNC02NC4zMzEsNjQuMzIxbDExMS4zMjQsMTExLjMyNCAgICBjMTcuNzcyLDE3Ljc2OCw0Ni41ODcsMTcuNzY4LDY0LjMyMSwwQzQ4OS42NTQsNDU0LjE0OSw0ODkuNjU0LDQyNS4zMzQsNDcxLjg4Miw0MDcuNTY3eiIgZmlsbD0iIzAwYjJkZCIvPgoJCTxwYXRoIGQ9Ik0zNjMuOTA5LDE4MS45NTVDMzYzLjkwOSw4MS40NzMsMjgyLjQ0LDAsMTgxLjk1NiwwQzgxLjQ3NCwwLDAuMDAxLDgxLjQ3MywwLjAwMSwxODEuOTU1czgxLjQ3MywxODEuOTUxLDE4MS45NTUsMTgxLjk1MSAgICBDMjgyLjQ0LDM2My45MDYsMzYzLjkwOSwyODIuNDM3LDM2My45MDksMTgxLjk1NXogTTE4MS45NTYsMzE4LjQxNmMtNzUuMjUyLDAtMTM2LjQ2NS02MS4yMDgtMTM2LjQ2NS0xMzYuNDYgICAgYzAtNzUuMjUyLDYxLjIxMy0xMzYuNDY1LDEzNi40NjUtMTM2LjQ2NWM3NS4yNSwwLDEzNi40NjgsNjEuMjEzLDEzNi40NjgsMTM2LjQ2NSAgICBDMzE4LjQyNCwyNTcuMjA4LDI1Ny4yMDYsMzE4LjQxNiwxODEuOTU2LDMxOC40MTZ6IiBmaWxsPSIjMDBiMmRkIi8+CgkJPHBhdGggZD0iTTc1LjgxNywxODEuOTU1aDMwLjMyMmMwLTQxLjgwMywzNC4wMTQtNzUuODE0LDc1LjgxNi03NS44MTRWNzUuODE2QzEyMy40MzgsNzUuODE2LDc1LjgxNywxMjMuNDM3LDc1LjgxNywxODEuOTU1eiIgZmlsbD0iIzAwYjJkZCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	transition:			all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
}

.search-form-wrapper form .search-submit:hover{
	background-color: rgba(220,220,220,5);
}

.navigation ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation ul li{
	padding: 10px 5px;
	transition:			all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
}

.navigation ul li a{
	padding: 10px;
}

.navigation ul li:hover{
	background-color: #DCDCDC;
}

.navigation ul .pagination-omission:hover{
	background-color: transparent;
}

#subnav { display: none; }

#subnav,
#subnav ul.sub-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;

	display: block;
	width: 50%;
	overflow: auto;

	background: #F2F2F2;

	-webkit-transform: translate3d(-100%, 0%, 0);
	transform: translate3d(-100%, 0%, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-overflow-scrolling: touch;
	transition: transform 0.35s ease-in-out 0s;
	-webkit-transition: -webkit-transform 0.35s ease-in-out 0s;
	-moz-transition: transform 0.35s ease-in-out 0s;
	-o-transition: transform 0.35s ease-in-out 0s;
}

#subnav ul.sub-menu { width: 100%; }

#subnav ul li,
#subnav ul li a {
	color: black;
	font-size: 18px;
	line-height: 23px;
	display: block;
}

#subnav ul li.menu-item-has-children { background: url( 'images/svg/icon_sub_menu.svg' ) no-repeat right 10px center / 20px 20px; }

#subnav ul li a {
	padding: 15px 10px;
	border-top: 1px solid #CECECE;
}

#subnav ul li:first-child > a { border-top: 0; }

#subnav.open{
	width: 70%;
}


#subnav.open,
#subnav ul.sub-menu.open {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

#subnav ul.sub-menu li.custom_menu_back_trigger {
	position: relative;
	padding-left: 20px;
}

#subnav ul.sub-menu li.custom_menu_back_trigger:after {
	content: '';
	background: url( 'images/svg/icon_sub_menu.svg' ) no-repeat 0 0 / 20px 20px;

	display: block;
	width: 20px;
	height: 20px;

	position: absolute;
	top: 0px;
	bottom: 0;
	left: 5px;
	margin: auto;

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

div.ca_responsive_menu {
	display: none;
	width: 100%;
	height: 40px;
	background: url( 'images/svg/icon-menu-custom.svg' ) no-repeat 15px center / 30px;
	background-color: #099AD1;
	cursor: pointer;
}

div.ca_responsive_menu_overlay {
	display: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: #000000;
	z-index: 999997;
	opacity: 0.7;
}

/* END NAVIGATION */

/* SIDEBAR */

#sidebar div.widget { margin-top: 20px; }

#sidebar div.widget:first-child { margin-top: 0; }

#sidebar h4.widget-title {
	color: #373737;
	font-size: 18px;
	line-height: 28px;
	text-align: left;

	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
}

#sidebar div.widget.widget_login2,
body.single-webinar #sidebar div.widget {
	border: 1px solid #DCDCDC;
	padding: 15px 30px;
}

#sidebar div.widget.widget_login2 div.widget_login2 > ul { margin-top: 10px; }

#sidebar div.widget.widget_login2 br { display: none; }

#sidebar div.widget.widget_login2 div.widget_login2 form { margin-top: 15px; }

#sidebar div.widget.widget_login2 div.widget_login2 form > label {
	display: block;
	margin-bottom: 10px;
}

#sidebar div.widget.widget_login2 div.widget_login2 form > label input[type="text"],
#sidebar div.widget.widget_login2 div.widget_login2 form > label input[type="password"] {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 3px;
	padding: 0 10px;
}

#sidebar div.widget.widget_login2 div.widget_login2 form input.i4w_widget_login2_submit {
	margin-bottom: 10px;
	background: #099ad1;
	border: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	width: 100%;
	height: 35px;
	max-width: 230px;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar div.widget.widget_login2 div.widget_login2 form input.i4w_widget_login2_submit:hover { background-color: #088BBD; }

#sidebar div.widget.widget_login2 div.widget_login2 form > label input.checkbox {
	display: inline;
	width: auto;
	height: auto;
	margin: auto;
}

#sidebar div.widget.widget_login2 div.widget_login2 form a { display: block; }

body.single-webinar #sidebar div.widget.widget_ca_fav_webinars { text-align: center; }

body.single-webinar #sidebar div.widget div.list-webinars { padding-top: 10px; }

body.single-webinar #sidebar div.widget div.list-webinars div.webinar {
	margin-top: 15px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar:first-child { margin-top: 0; }

body.single-webinar #sidebar div.widget div.list-webinars div.webinar > a {
	display: block;
	width: 90px;
	float: left;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar > a img { width: 100%; }

body.single-webinar #sidebar div.widget div.list-webinars div.webinar div.det {
	padding-left: 105px;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar h3 {
	margin: 0 0 5px;
	clear: none;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar h3 a {
	font-size: 14px;
	line-height: 18px;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar div.cacpdt-rating > span { display: none; }

body.single-webinar #sidebar div.widget div.list-webinars div.webinar div.cacpdt-rating ul {
	font-size: 0;
	line-height: 0;
	text-align: left;
	display: block;
	width: 95px;
	height: 17px;
	background: url( 'images/stars-small.png' ) no-repeat 0 -17px;
}

body.single-webinar #sidebar div.widget div.list-webinars div.webinar div.cacpdt-rating ul li {
	display: inline-block;
	zoom: 1;
	width: 100%;
	height: 17px;
	background: url( 'images/stars-small.png' ) no-repeat 0 0;
}

body.single-webinar #sidebar div.widget.widget_ca_fav_webinars a.view-all-fav {
	display: inline-block;
	background-color: #00b2dd;

	padding: 0px 25px;
	margin: 10px 0 0;

	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;

	height: 40px;

	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

body.single-webinar #sidebar div.widget.widget_ca_fav_webinars a.view-all-fav:hover { background-color: #088BBD; }

/* END SIDEBAR */


body a.header-logout-button {
	float: right;
	margin: 12px 12px 0 0;
	display: block;
}

/* SINGLE WEBINAR */

body.single-webinar h1.entry-title {
	color: #000000;
	font-size: 26px;
	line-height: 30px;

	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}

body.single-webinar div.webinar-info div.item {
	display: inline-block;
	margin-left: 45px;
	vertical-align: middle;
}

body.single-webinar div.webinar-info div.item:first-child { margin-left: 0; }

body.single-webinar div.webinar-info div.item span { display: inline-block; }

body.single-webinar div.webinar-info div.item span.label,
body.single-webinar div.webinar-info div.item span.value,
body.single-webinar div.webinar-info div.item span.value a {
	color: #999999;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	vertical-align: middle;
}

body.single-webinar div.webinar-info div.item span.value,
body.single-webinar div.webinar-info div.item span.value a {
	color: #000000;
	text-transform: none;
	font-weight: 500;
	vertical-align: middle;
}

body.single-webinar div.webinar-info div.item span.value a:hover { color: #00B2DD; }

body.single-webinar div.webinar-info div.item div.codeart-average-rating-wrap {
	margin: 0 !important;
	display: inline-block !important;
	vertical-align: middle;
}

body.single-webinar div.webinar-info div.item div.codeart-average-rating-wrap > span { display: none; }

body.single-webinar div.presenter {
	background: #F9F9F9;
	overflow: hidden;
	padding: 10px;
	margin-top: 15px;
}

body.single-webinar div.presenter img {
	width: 75px;
	float: left;
	margin-right: 10px;
}

body.single-webinar div.presenter h2 {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;

	margin: 0 0 10px;
}

body.single-webinar div.presenter h3 {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;

	margin: 0;
}

body.single-webinar div.presenter h4 {
	color: #747474;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;

	margin: 0;
}

body.single-webinar div.webinar-video-footer { margin: 15px 0 30px; }

body.single-webinar div.webinar-video-footer p.no-player { text-align: center; }

body.single-webinar div.webinar-video-footer:after {
	content: '';
	display: block;
	clear: both;
}

body.single-webinar div.webinar-video-footer div.item {
	position: relative;

	width: 48%;
	float: left;

	background: #F1F1F1;
	height: 55px;
	padding: 0 30px;

	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
	border-radius: 5px;
	cursor: pointer;
}

body.single-webinar div.webinar-video-footer p.meeting-room-desc {
	display: block;
	width: 48%;
	float: right;
	clear: right;

	color: #999999;
	font-size: 12px;
	line-height: 14px;
	text-align: center;

	margin-top: 3px;
	margin-bottom: 0;
}

body.single-webinar div.webinar-video-footer div.item.meeting-room { float: right ; }
body.single-webinar div.webinar-video-footer div.item.meeting-room.no-video,
body.single-webinar div.webinar-video-footer p.meeting-room-desc.no-video {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

body.single-webinar div.webinar-video-footer p.meeting-room-desc.no-video { width: 100%; }

body.single-webinar div.webinar-video-footer div.video-sections {
	background: url( 'images/hamburger.png' ) no-repeat right 15px center #F1F1F1;
}

body.single-webinar div.webinar-video-footer div.meeting-room {
	background: url( 'images/meeting-room.png' ) no-repeat 15px center #099AD1;
	padding-left: 60px;
	padding-right: 0;
}

body.single-webinar div.webinar-video-footer div.meeting-room:hover { background-color: #088BBD; }

body.single-webinar div.webinar-video-footer div.item h2 {
	color: #000000;
	font-size: 18px;
	line-height: 55px;
	margin: 0;
	font-weight: 500;
}

body.single-webinar div.webinar-video-footer div.meeting-room h2 { color: #FFFFFF; }

body.single-webinar div.webinar-video-footer div.video-sections div.video-sections-popup {
	display: none;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;

	width: 100%;
	background: #F1F1F1;

	border-top: 1px solid #D9D9D9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );

	padding: 10px 25px;
}

body.single-webinar div.webinar-video-footer div.video-sections div.video-sections-popup ul li { margin-top: 10px; }
body.single-webinar div.webinar-video-footer div.video-sections div.video-sections-popup ul li:first-child { margin-top: 0; }

body.single-webinar div.webinar-video-footer div.video-sections div.video-sections-popup ul li a {
	display: block;

	color: #000000;
	font-size: 16px;
	line-height: 20px;

	padding-top: 10px;
	border-top: 1px solid #D9D9D9;
}

body.single-webinar div.webinar-video-footer div.video-sections div.video-sections-popup ul li:first-child a { padding-top: 0; border-top: 0; }

body.single-webinar a.webinar-favorite {
	display: block;
	width: 100%;
	max-width: 230px;
	height: 40px;

	background: #F15442;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	text-align: center;

	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
	border-radius: 5px;

	position: absolute;
	top: -10px;
	right: 0;
	padding-left: 25px;
}

body.single-webinar a.webinar-favorite:hover { background: #D94C3C; }

body.single-webinar a.webinar-favorite.add { background: #F9F9F9; color: #000000; }
body.single-webinar a.webinar-favorite.add:hover { background: #F1F1F1; }

body.single-webinar a.webinar-favorite svg {
	position: absolute;
	width: 24px;
	height: 24px;

	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

body.single-webinar a.webinar-favorite svg,
body.single-webinar a.webinar-favorite svg path { fill: #FFFFFF !important; }

body.single-webinar a.webinar-favorite.add svg,
body.single-webinar a.webinar-favorite.add svg path { fill: #767A7B !important; }

body.single-webinar div.webinar-video { margin-top: 30px; }

body.single-webinar div.webinar-video object,
body.single-webinar div.webinar-video iframe { width: 100%; }

body.single-webinar div.cpd-ce-tracker {
	background: #F9F9F9;
	padding: 15px 25px;
	border: 2px solid #F2F2F2;
}

body.single-webinar div.cpd-ce-tracker div.cpd-ce-tracker-content > p { line-height: 24px; }

body.single-webinar div#content div.cpd-ce-tracker div.cacpdt { margin: 0; }

body.single-webinar div#content div.cpd-ce-tracker div.cacpdt a.create-new-entry {
	background: #099AD1;
	font-size: 18px;
	line-height: 45px;
	text-align: center;

	max-width: 285px;
	height: 45px;

	border-radius: 5px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
}

body.single-webinar div#content div.cpd-ce-tracker div.cacpdt a.create-new-entry:hover { background-color: #088BBD; }

body.single-webinar div#content div.cpd-ce-tracker div.cacpdt a.create-new-entry div.spinner.button-spinner { width: 100%; }

body.single-webinar #sidebar { margin-top: 92px; }

body.single-webinar #sidebar .webinar-resources {
	background: #F9F9F9;
	padding: 20px 25px;
}

body.single-webinar #sidebar .webinar-resources div.items {
	padding: 10px 15px;
	border-bottom: 1px solid #d2d2d2;
}

body.single-webinar #sidebar .webinar-resources div.items div.item { margin: 10px 0 0; }

body.single-webinar #sidebar .webinar-resources div.items div.item:first-child { margin: 0; }

body.single-webinar #sidebar .webinar-resources div.items div.item a {
	color: #000000;
	font-size: 16px;
	line-height: 20px;

	vertical-align: middle;
}

body.single-webinar #sidebar .webinar-resources div.items div.item a span.svg {
	position: relative;

	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;

	vertical-align: middle;
}

body.single-webinar #sidebar .webinar-resources div.items div.item.pdf a span.svg			{ background: #EA4B39; }
body.single-webinar #sidebar .webinar-resources div.items div.item.doc a span.svg			{ background: #2271B9; }
body.single-webinar #sidebar .webinar-resources div.items div.item.ppt a span.svg			{ background: #DD5B25; }
body.single-webinar #sidebar .webinar-resources div.items div.item.xls a span.svg			{ background: #07743A; }
body.single-webinar #sidebar .webinar-resources div.items div.item.default_file a span.svg	{ background: #099AD1; }
body.single-webinar #sidebar .webinar-resources div.items div.item.audio a span.svg			{ background: #099AD1; }

body.single-webinar #sidebar .webinar-resources div.items div.item a span.svg svg {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

body.single-webinar #sidebar .webinar-resources div.items div.item a span.svg svg,
body.single-webinar #sidebar .webinar-resources div.items div.item a span.svg svg path,
body.single-webinar #sidebar .webinar-resources div.items div.item a span.svg svg polyline  { fill: #FFFFFF !important; }

body.single-webinar #sidebar .webinar-resources div.certificate {
	margin-top: 10px;
	clear: both;
}

body.single-webinar #sidebar .webinar-resources div.certificate a button {
	background: #f1c40f;
	border: 0;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	text-shadow: none;

	width: 100%;
}

body.single-webinar #sidebar .webinar-resources div.certificate a button:hover { background-color: #CDA70D; }

/* END SINGLE WEBINAR */


/* SITE SPINNER */
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #00b2dd;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.spinner-container{
	  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.spinner-wrapper {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


/* SINGLE MINI SERIES */

body.single-mini_series h4.subtitle {
	font-size: 22px;
	line-height: 28px;
	margin: 30px 0;
}

body.single-mini_series div#sessions {
	border: 1px solid #DCDCDC;
	margin-bottom: 30px;
}

body.single-mini_series div#sessions div.navigation {
	overflow: hidden;
}

body.single-mini_series div#sessions div.navigation div.item {
	float: left;
	width: 33.33%;
	height: 80px;
	padding: 10px;
	cursor: pointer;

	background: #F9F9F9;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

body.single-mini_series div#sessions div.navigation div.item:first-child { border-left: 0; }

body.single-mini_series div#sessions div.navigation div.item h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px;
}

body.single-mini_series div#sessions div.navigation div.item span {
	color: #747474;
	font-size: 14px;
	line-height: 16px;
}

body.single-mini_series div#sessions div.navigation div.item.active {
	background: #FFFFFF;
	border-bottom: 0;
}

body.single-mini_series div#sessions > div.items {
	padding: 30px 15px;
}

body.single-mini_series div#sessions > div.items div.session { display: none; }
/* body.single-mini_series div#sessions > div.items div.session.active { display: block !important; } */
body.single-mini_series div#sessions > div.items div.session.active { display: block !important;}

body.single-mini_series div#sessions > div.items div.session > h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 30px;
}

body.single-mini_series div#sessions > div.items div.session div.part > h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 0 0 10px;

	border-bottom: 1px solid #DCDCDC;
}

body.single-mini_series #sessions .webinar-resources { padding: 0 15px; }

body.single-mini_series #sessions .webinar-resources div.items div.item { margin-top: 7px; }

body.single-mini_series #sessions .webinar-resources div.items div.item a {
	color: #000000;
	font-size: 16px;
	line-height: 20px;

	vertical-align: middle;
}

body.single-mini_series #sessions .webinar-resources div.items div.item a span.svg {
	position: relative;

	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;

	vertical-align: middle;
}

body.single-mini_series #sessions .webinar-resources div.items div.item.pdf a span.svg			{ background: #EA4B39; }
body.single-mini_series #sessions .webinar-resources div.items div.item.doc a span.svg			{ background: #2271B9; }
body.single-mini_series #sessions .webinar-resources div.items div.item.ppt a span.svg			{ background: #DD5B25; }
body.single-mini_series #sessions .webinar-resources div.items div.item.xls a span.svg			{ background: #07743A; }
body.single-mini_series #sessions .webinar-resources div.items div.item.default_file a span.svg	{ background: #099AD1; }
body.single-mini_series #sessions .webinar-resources div.items div.item.audio a span.svg		{ background: #099AD1; }

body.single-mini_series #sessions .webinar-resources div.items div.item a span.svg svg {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

body.single-mini_series #sessions .webinar-resources div.items div.item a span.svg svg,
body.single-mini_series #sessions .webinar-resources div.items div.item a span.svg svg path,
body.single-mini_series #sessions .webinar-resources div.items div.item a span.svg svg polyline  { fill: #FFFFFF !important; }

body.single-mini_series #sessions .webinar-resources div.items div.item a:hover {
	color: #06739D;
	text-decoration: underline;
}

body.single-mini_series div.quiz-section,
body.single-mini_series div.editor-content {
	padding: 20px;
	border: 1px solid #DCDCDC;
	margin-bottom: 30px;
	overflow: hidden;
}

body.single-mini_series div.quiz-section > h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DCDCDC;
}

body.single-mini_series div.quiz-section img {
	float: right;
	margin-left: 30px;
}

body.single-mini_series div.quiz-section a {
	display: block;
    max-width: 450px;
	padding: 5px 10px;

	background: #099AD1;
	color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
}

body.single-mini_series div.quiz-section a:hover { background-color: #088BBD; }

/* END SINGLE MINI SERIES */


/* MEMBERSHIP PAGE */

body.membership div#content div.tabs,
body.tax-webinar_cat div#content div.tabs {
	background: #F9F9F9;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 25px;
}

body.tax-webinar_cat div#content div.tabs select {
	display: none;
	width: 100%;
	padding: 10px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	font-size: 16px;
	line-height: 18px;
}

body.membership div#content div.tabs div.item,
body.tax-webinar_cat div#content div.tabs div.item { display: inline-block; }

body.membership div#content div.tabs div.item a,
body.tax-webinar_cat div#content div.tabs div.item a {
	display: block;

	color: #000000;
	font-size: 16px;
	line-height: 20px;

	padding: 25px 30px 25px 30px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	background-repeat: no-repeat;
}

body.membership div#content div.tabs div.item a {
	padding-left: 50px;
}

body.membership div#content div.tabs div.item:first-child a,
body.tax-webinar_cat div#content div.tabs div.item:first-child a { border-left: 1px solid transparent; }

body.membership div#content div.tabs div.item.active:first-child a,
body.tax-webinar_cat div#content div.tabs div.item.active:first-child a { border-left: 1px solid #DCDCDC; }

body.membership div#content div.tabs div.item.active a,
body.tax-webinar_cat div#content div.tabs div.item.active {
	border-top: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	position: relative;
	border-right: 1px solid #DCDCDC;
	margin-right: -1px;
}

body.membership div#content div.tabs div.item.webinar-content a {
	background-image: url( 'images/user.png' );
	background-position: 20px center;
}

body.membership div#content div.tabs div.item.webinar-cpdtracker a {
	background-image: url( 'images/cpd.png' );
	background-position: 15px center;
}

body.membership div#content div.tabs div.item.webinar-favourites a {
	background-image: url( 'images/heart.png' );
	background-position: 15px center;
}

body.membership div#content div.tabs div.item.webinar-my-details a {
	background-image: url( 'images/details.png' );
	background-position: 15px center;
}

body.membership div#content div.tabs div.item.webinar-member-benefits a {
	background-image: url( 'images/benefits.png' );
	background-position: 15px center;
}

body.membership div#content div.tabs div.item.active a:after,
body.tax-webinar_cat div#content div.tabs div.item.active:after {
	content: '';

	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;

	background: #FFFFFF;
}

body.membership div#content div.webinar-content {
	font-size: 0;
	line-height: 0;
}

body.membership div#content div.webinar-content div.shortcode-category {
	display: inline-block;
	width: 23.4%;
	margin-left: 2.13%;
	margin-bottom: 2.13%;
}

body.membership div#content div.webinar-content div.shortcode-category:first-child,
body.membership div#content div.webinar-content div.shortcode-category:nth-child(5n) { margin-left: 0; }

/* END MEMBERSHIP PAGE */

/* WEBINAR ARCHIVES */

body.tax-webinar_cat h2.webinar-content-title { margin-bottom: 20px; }

body.tax-webinar_cat div.tabs-content .hidden { display: none; }

/* END WEBINAR ARCHIVES */

/* SHORTCODE CATEGORY */

div.shortcode-category {
	background: #F1F1F1;
	overflow: hidden;
}

div.shortcode-category a img {
	width: 100%;
	margin-bottom: 20px;
}

div.shortcode-category a { color: #000000; }

div.shortcode-category h2 {
	margin: 0 0 30px;
	padding: 0 20px;
}

div.shortcode-category h2 a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

div.shortcode-category div.category-footer {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
}

div.shortcode-category div.category-footer a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 500;

	float: right;
}

div.shortcode-category div.category-footer a:first-child { float: left; }

/* END SHORTCODE CATEGORY */

/* SHORTCODE TOGGLE */

div.shortcode-toggle {
	margin-top: 15px;
	background: #F9F9F9;
	border: 1px solid #EAEAEA;
}

div.shortcode-toggle h4.toggle-trigger {
	margin: 0;
	font-size: 20px;
	padding: 3px 15px;

	position: relative;
}

div.shortcode-toggle h4.toggle-trigger:before,
div.shortcode-toggle h4.toggle-trigger:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;

	display: block;
	width: 16px;
	height: 2px;

	background: #099AD1;

	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

div.shortcode-toggle h4.toggle-trigger:after {
	width: 2px;
	height: 16px;
	right: 22px;
}

div.shortcode-toggle.opened h4.toggle-trigger:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

div.shortcode-toggle div.toggle-content {
	padding: 15px;
	border-top: 1px solid #EAEAEA;
}

div.shortcode-toggle.closed div.toggle-content { display: none; }

div.shortcode-toggle div.toggle-content br { display: none; }

div.shortcode-toggle div.toggle-content a {
	display: block;
	width: 100%;
	margin: 3px 0 0;

	font-size: 14px;
	line-height: 18px;
}

/* END SHORTCODE TOGGLE */

/* DEFAULT WEBINAR LISTING */

div.webinar-list-single {
	overflow: hidden;
	background: #F9F9F9;
	padding: 20px;
	position: relative;
}

div.webinar-list-single.odd { background: #FFFFFF; }

div.webinar-list-single div.image {
	display: block;
	float: left;
	width: 16%;
	margin-right: 1.5%;

	position: relative;
}

div.webinar-list-single div.image a { display: block; }

div.webinar-list-single div.image a img { width: 100%; }

div.webinar-list-single div.image span.svg {
	position: absolute;
	top: 15px;
	right: 15px;

	display: block;
	width: 27px;
	height: 27px;

	cursor: pointer;
}

div.webinar-list-single div.image span.svg svg {
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition-duration:	0.1s !important;
	transition-duration:			0.1s !important;

	-webkit-transform:	scale( 1 );
	-ms-transform:		scale( 1 );
	transform:			scale( 1 );
}

div.webinar-list-single div.image span.svg svg,
div.webinar-list-single div.image span.svg svg path { fill: #FFFFFF !important; }

div.webinar-list-single div.image span.svg:hover svg {
	-webkit-transform:	scale( 1.2 );
	-ms-transform:		scale( 1.2 );
	transform:			scale( 1.2 );
}

div.webinar-list-single div.image span.svg.remove svg,
div.webinar-list-single div.image span.svg.remove svg path { fill: #F44336 !important; }

div.webinar-list-single div.webinar-content {
	position: relative;
	float: left;
	width: 82.5%;
}

div.webinar-list-single div.webinar-content h2 {
	margin: 0 0 5px;
	padding-right: 310px;
}

div.webinar-list-single div.webinar-content h2 a {
	color: #000000;
	font-size: 22px;
	line-height: 26px;
}

div.webinar-list-single div.webinar-content h2 a:hover { color: #099AD1; }

div.webinar-list-single div.webinar-content h3 {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;

	margin: 0 0 10px;
}

div.webinar-list-single div.webinar-content h3 span { color: #7E7E7E; }

div.webinar-list-single div.webinar-content p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

div.webinar-list-single div.webinar-content a.view-more,
a.webinar_button.shortcode {
	display: block;
	width: 100%;
	max-width: 185px;
	height: 45px;

	background: #099AD1;

	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	text-align: center;

	border-radius: 5px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
}

div.webinar-list-single div.webinar-content a.view-more:hover,
a.webinar_button.shortcode { background-color: #088BBD; }

div.webinar-list-single div.webinar-date-rating {
	position: absolute;
	top: 20px;
	right: 20px;
}

div.webinar-list-single div.webinar-date-rating h5 {
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;

	display: inline-block;
	margin: 3px 10px 0 0;
	vertical-align: top;
}

div.webinar-list-single div.webinar-date-rating h5 span { color: #7E7E7E; }

div.webinar-list-single div.webinar-date-rating div.cacpdt-rating {
	display: inline-block !important;
	width: auto !important;
	margin: 0 !important;
}

div.webinar-list-single div.webinar-date-rating div.cacpdt-rating > span { display: none; }

/* END DEFAULT WEBINAR LISTING */

/* FOOTER */

div#footer div.wrap {
	padding: 20px;
	border-top: 4px solid #DBDBDB;
}

div#footer div.widget { float: right; }

div#footer div.widget:first-child { float: left; }

div#footer div.widget p {
	display: block;
	margin: 0 0 5px;

	color: #A7A7A7;
	font-size: 14px;
	line-height: 18px;
}

div#footer div.widget {
	font-size: 14px;
	line-height: 18px;
}

/* END FOOTER */

/******************
** TRANSITIONS
*******************/

a,
body.single-webinar #sidebar .webinar-resources div.certificate a button,
body.single-webinar div.webinar-video-footer div.meeting-room {
	transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
	-webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
	-moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
	-o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
}

div.webinar-list-single div.image span.svg svg {
	transition:			all 0.2s ease-in-out 0s;
	-webkit-transition:	all 0.2s ease-in-out 0s;
	-moz-transition:	all 0.2s ease-in-out 0s;
	-o-transition:		all 0.2s ease-in-out 0s;
}

/******************
** END TRANSITIONS
*******************/


/*QUIZ CSS */

.qsm-results-page .qmn_question_answer_incorrect {
	color: #cc0000;
}

.qsm-results-page .qmn_question_answer_correct {
	color: #00a200;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 821px) and (max-width: 1200px), (max-width: 760px) {
	body.single-mini_series div#sessions div.navigation div.item h3 {
		font-size: 18px;
    	line-height: 22px;
	}

	body.single-mini_series div#sessions div.navigation div.item span {
		font-size: 13px;
		line-height: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	body.tax-webinar_cat div#content div.tabs div.item a { padding: 20px 30px; }

	#content { width: 62.8%; }
	#sidebar { width: 34.6% }

	#sidebar div.widget.widget_login2,
	body.single-webinar #sidebar div.widget { padding: 15px; }

	#sidebar h4.widget-title {
		font-size: 16px;
		line-height: 24px;
	}

	body.single-webinar #sidebar { margin-top: 0; }

	body.single-webinar div.webinar-video-footer div.item.video-sections { padding: 0 20px; }

	body.single-webinar div.webinar-video-footer div.item h2 { font-size: 16px; }

	.entry-content h2 { font-size: 26px; line-height: 30px; }
}

@media only screen and (min-width: 821px) and (max-width: 950px) {
	body.single-mini_series div#sessions div.navigation div.item h3 {
		font-size: 16px;
		line-height: 20px;
	}

	body.single-mini_series div#sessions div.navigation div.item span {
		font-size: 12px;
		line-height: 13px;
	}
}

@media only screen and (max-width: 950px) {
	div.webinar-list-single div.image { width: 21%; }
	div.webinar-list-single div.webinar-content { width: 77.5%; }
}

@media only screen and (min-width: 821px) and (max-width: 1000px), (max-width: 720px) {
	body.single-webinar div.webinar-info div.item {
		margin-left: 0;
		clear: both;
		margin-top: 5px;
		width: 100%;
	}

	body.single-webinar div.webinar-info div.item:first-child { margin-top: 0; }
}

@media only screen and (max-width: 900px) {
	#nav ul li a {
		font-size: 14px;
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 830px) {
	body.tax-webinar_cat div#content div.tabs div.item a { padding: 10px 20px; }

	div.webinar-list-single div.webinar-date-rating {
		right: auto;
		left: 24%;
	}

	div.webinar-list-single div.webinar-content { padding-top: 25px; }

	div.webinar-list-single div.webinar-content h2 { padding-right: 0; }
	div.webinar-list-single div.webinar-content h2 a {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 820px) {
	#content,
	#sidebar {
		display: block;
		width: 100%;
		float: none;
	}

	#sidebar {
		width: 100%;
		max-width: 350px;
		margin: 20px auto 0 !important;
	}

	#nav ul li a {
		font-size: 13px;
		padding: 20px 10px;
	}

	#nav ul li.menu-item-has-children > a { padding-right: 28px; }
}

@media only screen and (max-width: 780px) {
	body.membership div#content div.tabs div.item a { padding: 20px 20px 20px 40px; }
	body.membership div#content div.tabs div.item.webinar-content a { background-position-x: 12px; }
	body.membership div#content div.tabs div.item.webinar-cpdtracker a { background-position-x: 8px; }
	body.membership div#content div.tabs div.item.webinar-favourites a { background-position-x: 12px; }
	body.membership div#content div.tabs div.item.webinar-my-details a { background-position-x: 10px; }
}

@media only screen and (max-width: 750px) {
	#nav { display: none; }
	div.ca_responsive_menu { display: block; }

	div.webinar-list-single
	div.webinar-list-single div.image { width: 25%; }
	div.webinar-list-single div.webinar-content { width: 73.5%; }
	div.webinar-list-single div.webinar-date-rating { left: 24.5%; }

	.search-form-wrapper form {
		visibility: visible;
		z-index: 1;
	}

	.search-form-wrapper form .search-input{
		max-width: 100%;
	}

	.search-form-wrapper form .search-submit{
		position: relative;
	}
	.search-close,
	.serach-form-icon {
		display: none;
	}

	.search-form-wrapper-res{
		display: block;
	}

	#subnav .serach-form-icon,
	#subnav .search-form-wrapper,
	#subnav ul li.serach-form-icon{
		display: none;
	}
}

@media only screen and (max-width: 650px) {
	body.tax-webinar_cat div#content div.tabs {
		background: transparent;
		border: 0;
	}

	body.tax-webinar_cat div#content div.tabs div.item { display: none; }

	body.tax-webinar_cat div#content div.tabs div.item.all { display: block; }

	body.tax-webinar_cat div#content div.tabs div.item.all a {
		border: 0;
		display: block;
		color: #099AD1;
		padding-left: 5px;
	}

	body.tax-webinar_cat div#content div.tabs select {
		display: block;
	}
}

@media only screen and (max-width: 690px) {
	#inner #content-sidebar-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 610px) {
	body.membership div#content div.tabs div.item { width: 50%;	}
	body.membership div#content div.tabs { border-bottom: 0; }
	body.membership div#content div.tabs a { border: 0 !important; }

	body.single-mini_series div#sessions div.navigation div.item {
		width: 100%;
		border-left: 0;
	}
}

@media only screen and (max-width: 580px) {
	body.single-webinar div.webinar-video-footer div.item {
		float: none !important;

		max-width: 430px;
		width: 100%;
		margin: 0 auto 15px;
	}

	body.single-webinar div.webinar-video-footer p.meeting-room-desc { width: 100%; }

	div.webinar-list-single div.image {
		max-width: 200px;
		width: 100%;
		float: none;
		margin: 0 auto 15px;
	}

	div.webinar-list-single div.webinar-content {
		width: 100%;
		float: none;
		padding-top: 0;
	}

	div.webinar-list-single div.webinar-date-rating {
		top: auto;
		bottom: 30px;
		right: 0;
		left: auto;
	}
}

@media only screen and (max-width: 550px) {
	body.single-webinar a.webinar-favorite { position: relative; }

	div#footer { text-align: center; }

	div#footer div.widget {
		float: none;
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 530px) {
	div.webinar-list-single div.webinar-content a.view-more { margin: 40px auto 0; }
	div.webinar-list-single div.webinar-date-rating {
		bottom: 75px;
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 450px) {
	body.single-webinar div#content div.cpd-ce-tracker div.cacpdt a.create-new-entry {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 420px) {
	body.membership div#content div.tabs div.item { width: 100%; }
	body.membership div#content div.tabs div.item.webinar-content a {
		padding: 20px 20px 20px 50px;
		background-position-x: 10px !important;
	}
}

@media only screen and (max-width: 370px) {
	body.single-webinar div.cpd-ce-tracker { padding-left: 10px; padding-right: 10px; }

	body.single-webinar div#content div.cpd-ce-tracker div.cacpdt a.create-new-entry {
		text-transform: none;
		font-size: 16px;
	}

	div.webinar-list-single div.webinar-content a.view-more { margin: 60px auto 0; }
	div.webinar-list-single div.webinar-date-rating h5 { display: block; }
	div.webinar-list-single div.webinar-date-rating { bottom: 78px; }
}


.single-quiz .qmn_quiz_container .qmn_btn:hover, .single-quiz .qmn_quiz_container .btn:hover {
	background: #10769d !important;
	color: #fff;
}

.single-quiz .qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn { 
	background: #099AD1 !important; 
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.1 );
}


.single-quiz .quiz_section label,
.single-quiz .quiz_section .mlw_qmn_question, 
.single-quiz .mlw_qmn_question_number {
display: inline-block;
}

.single-quiz .mlw_qmn_question_number {
	margin-right: 5px;
}

.single-quiz .post-info {
	display: none;
}

.single-quiz #mlw_error_message_bottom {
	display: none;
}

.single-quiz #content {
	width: 100%;
	float: none;
}

.single-quiz .entry {
	width: 65.8%;
	float: left;
}

.single-quiz .quiz_section .qmn_radio_answers label {
	font-size: 16px;
}

.single-quiz .btn-reload-quiz {
	display: none;
}

.single-quiz .mlw_qmn_message_before {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.single-quiz .mlw_qmn_message_before p {
	margin: 0;
}

.single-quiz .quiz_begin.slide1 br {
	display: none;
} 

@media only screen and (max-width: 820px){
	
.single-quiz .entry {
	width: 100%;
	float: none;
}
}