/* -------------------------------------------------

Theme Name: Macrobusiness
Version: 1.0
----------------------------------------------------

CONTENTS:


PRIMARY-COLOURS
#b90000

*/
::-moz-selection {
    color: #fff;
    background: #b90000;
}
::selection {
    color: #fff; 
    background: #b90000;
}

/* ads */
@media only screen and (max-width: 450px) {
    #MobileTopGutter {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        min-height: 320px;
    }
}

/* 1. GLOBAL --------------------------------------------------------------------------------------- */
body{
    font-family: Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Heading */
h1, h2, h3, h4, h5, h6{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    line-height: 1.3;
}

h1{
    font-size: 1.5rem; /* 24px */
}
h2{
    font-size: 1.25rem; /* 20px */
}
h3{
    font-size: 1.125rem; /* 18px */
    margin-bottom: 0.625em; /* 10px */
}

/* Typography */
p, ul, ol, dl, address{
    font-size: 0.8425rem;
    line-height: 1.693;
    margin-bottom: 1rem;
}
blockquote{
    margin: 0 0 1.25rem 1rem;
    padding: 1.25rem 1.25rem 0.25rem 1.25rem;
    border: none;
    background-color: #f3f3f3;
}
blockquote, blockquote p{
    color: #222;
    line-height: 1.693;
}
blockquote cite{
    color: #222;
}
label{
    font-size: 0.813rem;
    line-height: 1.693;
}

/* List */
ul.check li{
    position: relative;
    padding-left: 22px;
    padding-bottom: 5px;
}
ul.check li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    margin-left: -22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Link */
a{
    color: #b90000;
}
a:hover, a:focus{
    color: #8b0000;
}
a.flag-link{
	color: inherit;
}

/* Button */
button, .button{
    background-color: #b90000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    padding: 0.875rem 2rem;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    -moz-transition: background-color 300ms ease, color 300ms ease;;
    transition: background-color 300ms ease, color 300ms ease;
}
button:hover, button:focus, .button:hover, .button:focus{
    background-color: #8b0000;
}
button.secondary, .button.secondary{
    background-color: #e5e5e5;
    color: #222;
}

/* Table */
table thead tr th, 
table thead tr td{
    font-size: 0.813rem;
}
table tr th, table tr td{
    font-size: 0.813rem;
}
table tfoot tr th, 
table tfoot tr td{
    font-size: 0.813rem;
}

/* Panel */
.panel{
    color: #222;
}

/* Form */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
    box-shadow: none;
    font-size: 0.813rem;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus{
    box-shadow: none;
}

/* Modal */
.reveal-modal-bg{
    position: fixed;
}

/* Wordpress default */
.wp-caption {
    max-width: 100%;
}
.wp-caption-text{
    margin-top: 5px;
}
.wp-caption.alignright{
    margin: 0.4375rem 0 0.4375rem 0.875rem;
}

/* Fix navbar fixed */
.tab-bar .menu-icon, .tab-bar .fa-icon {
	text-indent: -9988px;
}
@media only screen and (max-width: 64em){
    body{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .logged-in.showtopbar .off-canvas-wrap{
        padding-top: 32px;
    }
    .off-canvas-wrap, .inner-wrap, .main-wrap{
        height: 100%;
    }
    .main-body{
        width: 100%;
        height: auto;
        position: absolute;
        top: 45px;
        left: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
.tab-bar-container{
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 782px){
    .logged-in.showtopbar .off-canvas-wrap{
        padding-top: 46px;
    }
}

/* Grid */
.row{
	max-width: 75rem;
}
.no-padding-right{
	padding-right: 0 !important;
}
.no-padding-left{
	padding-left: 0 !important;
}


/* 2. HEADER --------------------------------------------------------------------------------------- */
.site-header{
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #c5c5c5;*/
}
.site-branding{
    text-align: center;/*center*/
}
.site-branding a{
    background-color: #b90000;
    color: #fff;
    padding: 25px 25px 26px;
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}
.page-with-header-secure .site-branding a{
	padding: 33px 25px;
}
.homeicon {
	color:#000;
	padding: 14px 16px 14px 3px;
}
.navigation li i{
    margin-left: 3px;
}
.navigation .search-menu{
    border: 1px solid transparent;
    border-bottom: 0;
}
.navigation .search-menu.open{
    border-color: #c5c5c5;
}
.navigation .search-menu.open a{
    color: #b90000;
}
.navigation ul li.subscribe-link a{
    color: #b90000;
}
.site-header .navigation > ul > li > a{
    font-weight: bold;
}

/* Top Ads */
#mrec-leaderboard-adv{
	background-color: #F3F3F3;    
	position: relative;
    z-index: 10;
    margin-bottom: 20px;
}
#top-leaderboard-adv-container > div{
	/*border: 1px solid #ddd;*/
	overflow: hidden;
}

#banner-leaderboard-adv{
	background-color: #F3F3F3;    
	position: relative;
    z-index: 10;
    margin-bottom: 20px;
	padding:10px 0;
}
#top-banner-leaderboard-adv-container > div{
	/*border: 1px solid #ddd;*/
	overflow: hidden;
}

/* Site Search */
.site-search{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 50px;
    padding: 9px 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    background: #e5e5e5;
    border-bottom: 1px solid #c5c5c5;
}
.site-search.open{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
}
.search-wrap{
    position: relative;
    padding-right: 70px;
}
.search-wrap input[type=text], 
.search-wrap input[type=search]{
    box-shadow: none;
    border: 0;
    height: 31px;
    margin: 0;
    font-size: 0.75rem;
}
.search-wrap input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    height: 31px;
    line-height: 31px;
}

/* 3. HEADER SECURE --------------------------------------------------------------------------------------- */
.global-sign{
    float: right;
    margin-top: 18px;
    margin-right: -20px;
}

/* 4. NAVIGATION --------------------------------------------------------------------------------------- */
#site-menu,
#site-nav-top-bar{
    position: relative;
    float: right;
    margin-top: 13px;
}
#site-nav > ul,
#site-nav-top-bar > ul{
    display: inline-block;
    vertical-align: middle;
}
.navigation ul{
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 21px;
}
.navigation ul li{
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.navigation ul li a{
    display: block;
    position: relative;
    color: #414141;
    padding: 10px 16px;
    border: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-transform: uppercase;
}
.navigation ul li.start-trial a {
    display: block;
    border: 2px solid #B90000;
    color: #B90000;
    text-transform: uppercase;
    margin-left: 16px;
}
.navigation > ul > li.menu-item-has-children a:after{
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    text-align: left;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
}
.navigation > ul > li.menu-item-has-children > a:after{
    content: "\f0d7";
}
.navigation > ul > li:hover > a,
.navigation > ul > li > a:hover{
    background-color: #b90000;
    color: #fff !important;
}
.navigation > ul > li.current-menu-item > a,
.navigation > ul > li.active > a{
    color: #b90000;
}
.navigation ul ul{
    visibility: hidden;
    background-color: #b90000;
    min-width: 215px;
    padding: 8px 0;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 200%;
    z-index: 9000;
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
}
.navigation ul li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.navigation ul ul li{
    float: none;
    display: block;
}
.navigation ul ul li.menu-item-has-children > a:after{
    content: "\f0da";
}
.navigation ul ul ul{
    top: -8px;
    left: 80%;
    -moz-transition: all 0.3s;
    -webkit-transition: opacity 0.3s, left 0.3s;
    transition: all 0.3s;
}
.navigation ul ul li:hover > ul{
    top: -8px;
    left: 100%;
}
.navigation ul ul li a {
    color: #fff;
    padding: 8px 16px;
}
.navigation ul ul li:hover > a,
.navigation ul ul li > a:hover{
    color: #fff;
    background-color: #880e0e;
}

@media screen and (min-width: 64rem) and (max-width: 75rem){
	#site-menu .navigation > ul > li:first-child > a {
		padding-left: 0;
	}
	.site-header .navigation > ul > li > a {
		padding: 14px 8px;
	}
	.navigation ul li.start-trial a{
		margin-left: 8px;
	}
}

/*  TAB-BAR ---------------------------------------------------------------------------------- */
.top-bar-container, .tab-bar{
    margin-bottom: 0;
}
.tab-bar{
    background: #b90000;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4{
    font-size: 1rem;
}
.tab-bar h1{
    text-transform: uppercase;
}
.tab-bar h1 a{
    color: #fff;
}
.left-small{
    border-color: #fff;
}
.right-small{
    border-color: #fff;
}
.right-small-2 {
	right: 2.875rem;
}
.tab-bar-section.middle{
	right: 5.75rem;
}
.tab-bar .fa-icon{
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0px;
    color: #FFF;
    position: relative;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
}
.tab-bar .mobile-search-toggle.open{
    color: #222;
    background: #e6e6e6;
}
.mobile-search{
    padding: 0.625rem;
    background: #e6e6e6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.tab-bar.without-off-canvas .tab-bar-section{
    right: 0;
    left: 0;
}

/*  ADVERTISEMENT ---------------------------------------------------------------------------------- */
.body_adv{  
    position: fixed;
    z-index: 0;  
    overflow: hidden;
    margin: 0px auto;    
    top: 217px;
    left: 50%;  
    margin-left: -809px;
}
#top-adv,
#single-adv-1,
#single-adv-2{
    margin-top: 20px;
    margin-bottom: 20px;
}
#top-adv{
	height: 90px;
}
#nab-adv{
    margin-bottom: 1.75rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 1.75rem 0;
}
#nab-adv-container{
    background-color: #FAF3CB;
    padding: 20px;
}
.nav-image{
    float: left;
    margin-right: 15px;
}
.nab-content a{
    color: #222;
}
.nab-content p{
    margin-bottom: 0.5rem;
}
.nab-content p:last-child{
    margin-bottom: 0;
}
.nab-content .sponsored{
    display: block;
    text-align: right;
    font-size: 10px;
}

/*  MAIN --------------------------------------------------------------------------------------- */
.containerwrap{
    padding-bottom: 2.5rem;
}
#sidebar{
    margin-top: 2.5rem;
}
body.single #content .entry-content img, body.page #content .entry-content img{
	margin-bottom: 1rem;
}
body.single #content .entry-content p, 
body.single #content .entry-content ul, 
body.single #content .entry-content ol, 
body.single #content .entry-content dl, 
body.page #content .entry-content p, 
body.page #content .entry-content ul, 
body.page #content .entry-content ol, 
body.page #content .entry-content dl{
	font-size: 0.875rem;
}
@media only screen and (min-width: 64.063em){
    .containerwrap{
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    #content, #sidebar{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    #sidebar{
        margin-top: 0;
    }
}

/*  CONTENT --------------------------------------------------------------------------------------- */

.featured-posts-wrapper,
.entry-header-single,
#related-posts,
.page-title{
    background-color: #f3f3f3;
    position: relative;
    padding: 0 0.9375rem;
    margin: 0 -0.9375rem;
}
.featured-posts-wrapper:before,
.entry-header-single:before,
#related-posts:before,
.page-title:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ddd transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: none;
}
.featured-posts-wrapper{
    background-color: #e5e5e5;
}
.featured-posts-wrapper:before{
    border-color: transparent #bbb transparent transparent;
}
.page-title.full-width:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    bottom: -10px;
    right: 0;
    display: none;
}
@media only screen and (min-width: 64.063em){
    .featured-posts-wrapper,
    .entry-header-single,
    #related-posts,
    .page-title{
        padding: 0 1.875rem;
        margin-right: 0;
        margin-left: -1.875rem;
    }
    .featured-posts-wrapper:before,
    .entry-header-single:before,
    #related-posts:before,
    .page-title:before{
        display: block;
    }
    .page-title.full-width{
        margin-right: -1.875rem;
    }
    .page-title.full-width:after{
        display: block;
    }
}

.article-wrapper{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.25rem;
	margin-bottom: 1.75rem;
}
.entry-header h1{
    margin: 0 0 0.75rem;
}
.entry-header h1 a, .entry-header h2 a{
    color: #222;
}
.entry-header h2{
	font-size: 1.5rem;
}
.entry-meta{
    color: #444;
    margin-bottom: 1rem;
}
.entry-meta p{
    margin: 0;
}
.entry-meta .comment-number{
    color: #444;
}
img.lazy-loading {
    width: auto;
    height: auto;
}
.entry-description{
    display: block;
    margin-bottom: 1rem;
    overflow: hidden; 
    position: relative;
    max-height: 5.5rem;
}
@supports (-webkit-line-clamp: 4) {
    .entry-description{
        display: -webkit-box;
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        height: auto;
    }
}
.entry-description p{
    margin: 0;
}
.article-wrapper:first-child{
    padding-bottom: 0;
    border-bottom: 0;
	padding: 1.5rem 0 2.5rem 0;/*2.5rem 0*/
	margin-bottom:0;
}
.article-wrapper:first-child .entry-header h2{
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.05rem;
}
.article-wrapper:first-child .media-holder{
    margin-right: 1.625rem;
}
.article-wrapper:first-child .entry-description{
    max-height: 8.25rem;
}
@supports (-webkit-line-clamp: 6) {
    .article-wrapper:first-child .entry-description{
        -webkit-line-clamp: 6;
    }
}

/*  - HOME --------------------------------------------------------------------------------------- */
.featured-posts-wrapper{ 
    margin-bottom: 1.375rem;
}
.featured-posts{
    margin: 0 2.5rem;
    position: relative;
}
.featured-post-prev,
.featured-post-next{
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    outline: none;
}
.featured-post-prev:before,
.featured-post-next:before{
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    color: #8c8c8c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.featured-post-prev:before{
    content: "\f053";
}
.featured-post-next:before{
    content: "\f054";
}
.featured-post-prev{
    left: -40px;
}
.featured-post-next{
    right: -40px;
    text-align: right;
}
.featured-posts h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 1.375rem 0;
}
.featured-post-slider.slick-slider{
    margin-bottom: 0;
}
.post-block{
    padding-bottom: 0.875rem;
}
.media-holder{
    float: left;
    margin-right: 1rem;
}
/*.article-wrapper .media-holder{
    margin-bottom: 0.5rem;
}*/
.media-holder img{
    border: 1px solid #c5c5c5;
}
#related-posts .media-holder img {
    max-width: 80px;
}
.post-description{
    overflow: hidden;
}
.featured-posts .post-description p{
    margin-bottom: 0.75rem;
}
.post-title{
    margin-top: -3px;
    font-size: 18px;
}
.post-title a{
    color: #222;
}
.post-title a:hover{
    color: #b90000;
}
.article-wrapper .entry-header{
    position: relative;
}
.paid-subscriber-content,
.premium-content{
    position: relative;
    top: 2px;
    float: right;
    font-size: 0.875rem;
    line-height: 24px;
	margin-right:20px;
}
.paid-subscriber-content:after,
.premium-content:after{
    content: '\f023';
    display: inline-block;
    font: normal normal normal 24px/1 'FontAwesome';
    text-rendering: auto;
    vertical-align: middle;
    margin-left: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.article-wrapper .comment-numbers{
    float: right;
    background: #e5e5e5;
    position: relative;
    font-size: 0.75rem;
    text-align: center;
    line-height: 2;
    padding: 1px 5px;
    min-width: 26px;
    margin-left: 14px;
}
.article-wrapper .comment-numbers:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #c9c9c9 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -6px;
}

/* SINGLE --------------------------------------------------------------------------------------- */
.entry-header-single{
    margin-bottom: 1.5rem;
}
.entry-header-single .entry-header{
    padding: 0 0 0.5rem;
}
.entry-header-single h1{
    margin: 1.375rem 0 0.375rem;
}
.page-title{
    margin-bottom: 1.5rem;
}
.page-title h1{
    padding: 1.375rem 0;
    margin: 0;
}
.category-title h1 span.title-text{
	margin-right: 30px;
}
.category-title h1 .feed-link{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
	color: #666;
	font-size: 20px;
}
.category-title h1{
	position: relative;
}
.page-title h2.latest-title{
    padding: 1.375rem 0;
    margin: 0;
	font-size: 1.5rem;
}
h1.page-title {
	padding: 1.375rem 1.5rem;
}
.entry-header-single .entry-meta p{
    display: inline;
}
.entry-header-single .entry-meta p.author{
    margin-right: 5px;
}
.share-buttons{
    margin: 1.5rem 0 1rem;
}
.page-resources-by-citrix #content .share-buttons {
	margin: 6rem 0 1rem;
}
.share-buttons .primary-shares,
.share-buttons .secondary-shares{
    float: left;
}
.share-buttons .primary-shares a{
    font-size: 11px;
    padding: 0 10px;
}
.share-buttons a{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.share-buttons .fa{
    font-size: 15px;
}
.share-buttons .primary-shares .fa{
    margin-right: 4px;
}
.share-buttons a.facebook{
    background-color: #2d609b;
}
.share-buttons a.twitter{
    background-color: #00c3f3;
}
.share-buttons a.reddit{
    background-color: #acc9dc;
}
.share-buttons a.google_plus{
    background-color: #eb4026;
}
.share-buttons a.linkedin{
    background-color: #0074a1;
}
.share-buttons a.pinterest{
    background-color: #ca212a;
}
.share-buttons .secondary-shares a{
    width: 30px;
}
.share-toggle, 
.secondary-share-toggle{
    float: left;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
}
#top-social-share{
	max-width: 120px;
	margin-left: 30px;
}
#top-social-share .share-buttons .primary-shares, 
#top-social-share .share-buttons .secondary-shares{
    float: right;
}
#top-social-share .share-buttons {
	margin: 1.2rem 0 0rem;
}
#top-social-share .share-buttons a {
	padding: 0 5px;
	width: 30px;
    margin-left: 10px;
    margin-right: 0;
}
#top-social-share .share-buttons span{
	display: none;
}
#top-social-share .share-buttons i{
	margin-right: 0;
}
#top-social-share .reddit,
#top-social-share .pinterest{
	display: none;
}
#top-social-share .share-toggle, 
#top-social-share .secondary-share-toggle{
    margin-left: 10px;
}

#related-posts h2{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 1.375rem 0;
}
#comments, #respond{
    padding-top: 2rem;
}
#comments article{
    padding: 0.75rem 0;
}
.commentlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist ul.children{
    list-style: none;
}
.comment .author-avatar{
    float: left;
    margin-right: 1rem;
}
.comment .author-avatar img{
    width: 35px;
    height: 35px;
}
.comment .comment-content{
    overflow: hidden;
}
.comment-author{
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.comment-author .author-name{
    display: block;
    font-size: 0.875rem;
    margin-top: -2px;
}
.comment-author .author-name .fn{
    font-style: normal;
}
.comment-reply-link{
    font-size: 10px;
    text-transform: uppercase;
}
.comment-time a{
    color: #999;
    font-size: 11px;
}

/* MY ACCOUNT */

#cancel-subscription-box .btn-confirm{
    display: inline-block;
    color: #fff;
    background: #50b467;
    text-align: center;
    padding: 8px 26px;
    margin: 5px 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#cancel-subscription-box .btn-confirm.no{
    background: #cf6565;
}


/* SEARCH PAGE ---------------------------------------------------------------------------------- */
.search-page .search-wrap input[type=text]{
    border: 1px solid #e5e5e5;
    border-right: 0;
}

/* WIDGET --------------------------------------------------------------------------------------- */
.widget{
    position: relative;
    margin-bottom: 1.875rem;
}
.widget.widget_mrec_adv_widget {
    text-align: center;
}
.widget div[id^="div-gpt-ad"]{
	text-align: center;
	margin: 0 auto;
}
.widget h5.widget-title{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 1rem;
}
.widget a{
    color: #222;
}
.widget a:hover{
    color: #b90000;
}
.widget ul{
    font-size: 0.8425rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_recent_comments ul li,
.widget_links ul li,
.mb_popular_post ul li{
    position: relative;
    padding-left: 22px;
    padding-bottom: 5px;
}
.widget_recent_comments ul li:before,
.widget_links ul li:before,
.mb_popular_post ul li:before{
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    margin-left: -22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-media-list a{
    font-size: 20px;
    display: inline-block;
    color: #666;
    margin-right: 16px;
}
.widget-member,
.membership-boxed,
.widget_recent_comments,
.widget_links,
.widget_mb_widget_social_media,
.mb_popular_post{
    background-color: #f3f3f3;
    position: relative;
    padding: 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.widget-member,
.membership-boxed{
    color: #fff;
    background-color: #b90000;
}
.membership-boxed{
    text-align: center;
    margin-bottom: 20px;
}
.widget-member:after,
.membership-boxed:after,
.widget_recent_comments:after,
.widget_links:after,
.widget_mb_widget_social_media:after,
.mb_popular_post:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    bottom: -10px;
    right: 0;
    display: none;
}
.widget-member:after,
.membership-boxed:after{
    border-color: transparent transparent transparent #790000;
}

#login-toggle{
	background-color: #faf3cb;
    margin-bottom: 1.5rem;
    padding: 20px 20px 1px;
}

@media only screen and (min-width: 64.063em){
    .widget-member,
    .membership-boxed,
    .widget_recent_comments,
    .widget_links,
    .widget_mb_widget_social_media,
    .mb_popular_post{
        margin-left: 0;
        margin-right: -1.875rem;
        padding: 1.25rem 1.875rem 1.25rem 1.25rem;
    }
    .widget-member:after,
    .membership-boxed:after,
    .widget_recent_comments:after,
    .widget_links:after,
    .widget_mb_widget_social_media:after,
    .mb_popular_post:after{
        display: block;
    }
    .membership-boxed{
        padding: 1.25rem 1.25rem 0;
    }
}

.widget-member h1,
.membership-boxed h1,
.widget-member h2,
.membership-boxed h2,
.widget-member h3,
.membership-boxed h3,
.widget-member h4,
.membership-boxed h4,
.widget-member h5,
.membership-boxed h5,
.widget-member h6,
.membership-boxed h6{
    color: #fff;
}

.widget-member.free-trial{
    background-color: #658931;
}
.widget-member.free-trial:after{
    border-left-color: #48681b;
}
.widget-member.active{
    background-color: #e5e5e5;
    color: #222;
}

.widget-member.active h2
{
	color: #222;
}

.widget-member.active:after{
    border-left-color: #c5c5c5;
}
.widget-member.expired{
    background-color: #d35900;
}
.widget-member.expired:after{
    border-left-color: #b74d00;
}
.widget-member .welcome{
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.widget-member .welcome .lg{
    font-size: 1.125rem;
}
.widget-member p{
    font-size: 0.8425rem;
    margin-bottom: 0.5rem;
}
.widget-member a{ 
    font-size: 0.75rem;
}
.widget-member ul{
	font-size: 0.875rem;
    margin-bottom: 1rem;
}
.woocommerce-page .widget-member .button,
.widget-member .button,
.membership-boxed .button{
    background: #b90000;
    color: #fff;
    border: 1px solid #fff;
    margin: 0;
    font-size: 0.875rem;
    padding: 0.75rem 0.675rem;
    line-height: 1.325;
    min-width: 127px;
    text-align: center;
    height: 2.813rem;
    font-weight: bold;
    -webkit-transition: background 300ms ease, color 300ms ease;
    -moz-transition: background 300ms ease, color 300ms ease;
    transition: background 300ms ease, color 300ms ease;
}
.widget-member.free-trial .button {
    background: #658931;
}
.widget-member.free-trial .button:hover{
	color: #658931;
	background: #fff;
}
.widget-member.expired .button {
    background: #d35900;
}
.widget-member.expired .button:hover{
	color: #d35900;
	background: #fff;
}.widget-member.active .button {
    background: #E5E5E5;
}
.widget-member.active .button:hover{
	color: #E5E5E5;
	background: #fff;
}
.woocommerce-page .widget-member .button{
    box-shadow: none;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
}
.woocommerce-page .widget-member .button:hover,
.widget-member .button:hover,
.membership-boxed .button:hover,
.woocommerce-page .widget-member .button:hover{
    background: #fff;
    color: #b90000;
}
.widget-member .button{
    float: left;
    min-width: 130px;
}
.widget-member .small-set{
    float: left;
    margin-left: 16px;
    line-height: 12px;
    padding-top: 5px;
}
.widget-member .small-set a{
    color: rgba(255,255,255,0.6);
    font-size: 10px;
}
.logout-link{
    position: absolute;
    right: 20px;
    line-height: 14px;
}
.logout-link a{
    font-size: 10px;
    color: #666;
}
.widget-member.active .user-tool a{
    color: #b90000;
}
.widget-member.free-trial .logout-link a,
.widget-member.expired .logout-link a{
    color: rgba(255,255,255,0.6);
}
.membership-boxed .button{
    background: #fff;
    color: #b90000;
    font-weight: normal;
    border: 0;
}
.membership-packed{
    margin: 0 -1.25rem !important;
    border-top: 1px solid #9a0000;
}
.membership-packed .columns{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-right: 1px solid #9a0000;
}
.membership-packed .columns:last-child{
    border-right-color: transparent;
}
.membership-packed p{
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
.membership-packed p:last-child{
    margin-bottom: 1.25rem;
}
.membership-payment{
    text-align: center;
    margin-right: -1.25rem;
}
.membership-payment .payment-credit{
    margin-bottom: 1.25rem;
}
.membership-boxed h2{
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.membership-packed .free-trial{
    opacity: 0.8;
}
.membership-packed .packed-title{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 1.25rem 0 1rem;
}
.membership-packed .price{
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}


/* OFF CANVAS --------------------------------------------------------------------------------------- */


/* Off canvas right */
.right-off-canvas-menu .widget{
    /*margin-bottom: 0;*/
    margin-bottom: 1px;
}
.right-off-canvas-menu .widget-member {
	margin-left: 0;
}
.right-off-canvas-menu .widget-member .button{
    min-width: 100px;
}
.right-off-canvas-menu .widget-member .logout-link{
    right: 50px;
}
.right-off-canvas-menu .widget_recent_comments,
.right-off-canvas-menu .mb_popular_post{
    margin-left:0;
}

/* PAGING --------------------------------------------------------------------------------------- */

.pagenavi {
    font-size: 0.813rem;
    line-height: 1.125;
    margin: 1.25rem 0;
}   
.pagenavi a {
    display: inline-block;
    min-width: 24px;
    padding: 5px;
    margin: 0 5px;
    color: #666;
    text-align: center;
}
.pagenavi a:hover { 
    color: #b90000;
}
.pagenavi span.pages {
    margin-right: 10px;
}
.pagenavi span.current {
    display: inline-block;
    min-width: 24px;
    padding: 5px;
    margin: 0 5px;
    background-color: #b90000;
    color: #fff;
    text-align: center;
}
.pagenavi span.expand {
    display: inline-block;
    min-width: 24px;
    padding: 5px;
    margin: 0 5px;   
    color: #b90000;
}
.pagenavi .first, .pagenavi .last{}
.pagenavi .single_page{}

.touchpagenavi .prev,
.touchpagenavi .next{
    display: inline-block;
    width: 100%;
    padding: 0.875rem 0;
    font-size: 0.875rem;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.touchpagenavi .prev{
    background-color: #e5e5e5;
    color: #222;
}
.touchpagenavi .prev:hover{
    background-color: #acacac;
}
.touchpagenavi .next{
    background-color: #b90000;
    color: #fff;
}
.touchpagenavi .next:hover{
    background-color: #8b0000;
}
.touchpagenavi .prev i{
    margin-right: 4px;
}
.touchpagenavi .next i{
    margin-left: 4px;
}
.touchpagenavi > .medium-6:first-child{
    padding-right: 0.625rem;
}
.touchpagenavi > .medium-6:last-child{
    padding-left: 0.625rem;
}

/* FOOTER --------------------------------------------------------------------------------------- */
.site-footer{
    background-color: #e5e5e5;
}
.site-footer-bar, .site-footer-bottom{
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}
.site-footer .footer-branding{
    position: absolute;
    top: -50px;
    left: 0;
    text-align: center;
}
.site-footer .footer-branding a{
    display: inline-block;
    width: 175px;
    height: 100px;
    padding: 23px 15px;
    background-color: #b90000;
    color: #fff;
}
.footer-copyright{
    padding-left: 0;
    font-size: 11px;
}
.copyright-text{
    padding-top: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #c5c5c5;
}
.copyright-text a{
    color: #222;
}
.copyright-text .abn{
    display: block;
    margin: 1rem 0;
}
.footer-copyright .powered{
    text-align: center;
}
.footer-copyright .powered a{
    color: #222;
    display: inline-block;
    vertical-align: top;
}
.footer-copyright .credits span.bg{
    background: url(../images/credits.png) no-repeat top left;
}
.footer-copyright .credits.emmix{
    margin-top: 8px;
    margin-right: 10px;
}
.footer-copyright .credits.emmix span{
    font-size: 10px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    min-height: 36px;
    line-height: 14px;
    padding-top: 5px;
}
.footer-copyright .credits.emmix span.bg{
	width: 33px;
	height: 36px;
	margin-left: 5px;
}
.footer-copyright .credits.orion{
    margin-top: 5px;
}
.footer-copyright .credits.orion span.bg {
	width: 107px;
	height: 38px;
	display: block;
	background-position: right top;
	margin-left: 15px;
}

/* GO TO TOP ------------------------------------------------------------------------------------ */
#gototop a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #b90000;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#gototop a:hover{
    background-color: #222;
}
#mobile_back_to_top {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
}
#mobile_back_to_top a{
	color: #414141;
}
#mobile_back_to_top a i{
	margin-left: 5px;
	font-size: 13px;
}

/* PlUGIN */




/* WOOCOMMERCE ------------------------------------------------------------------------------------ */

/* Woocommerce button */
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button{
    font-size: 0.813rem;
}

/* Woocommerce alert */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info, 
.woocommerce-page .woocommerce-message{
    font-size: 0.813rem;
}
/*.woocommerce .woocommerce-error:after, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:after, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:after, 
.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-error:after, 
.woocommerce-page .woocommerce-error:before, 
.woocommerce-page .woocommerce-info:after, 
.woocommerce-page .woocommerce-info:before, 
.woocommerce-page .woocommerce-message:after, 
.woocommerce-page .woocommerce-message:before{
    display: none;
}*/
.page-checkout .woocommerce .woocommerce-info:after, 
.page-checkout .woocommerce .woocommerce-info:before,
.woocommerce-page.page-checkout .woocommerce-info:after, 
.woocommerce-page.page-checkout .woocommerce-info:before{
    display: none;
}
.page-checkout .woocommerce .woocommerce-info,
.woocommerce-page.page-checkout .woocommerce-info{
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    padding: 0 !important;
}
.page-checkout .woocommerce .woocommerce-info a,
.woocommerce-page.page-checkout .woocommerce-info a{
    color: #222;
    text-decoration: underline;
}

/* Hide button Continue shopping */
.woocommerce .woocommerce-message .button.wc-forward, 
.woocommerce-page .woocommerce-message .button.wc-forward{
    display: none;
}

/* Woocommerce tabs */
.woocommerce #content div.product 
.woocommerce-tabs ul.tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 1.5rem !important;
}
.woocommerce #content div.product .woocommerce-tabs .panel, 
.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce-page #content div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel {
    background: none;
    border: 0;
}

/* Woocommerce form */
.woocommerce form.checkout .form-row .input-text, 
.woocommerce-page form.checkout .form-row .input-text{
    height: 1.375rem;
    padding: 1px;
}

.woocommerce form.checkout #order_review .form-row .input-text, 
.woocommerce-page form.checkout #order_review .form-row  .input-text{
    font-size: 0.813rem !important;
    line-height: 1.375rem !important;
    height: 1.375rem !important;
    padding: 1px !important;
}

.woocommerce form.checkout #order_review .form-row .input-text ::-webkit-input-placeholder,.woocommerce-page form.checkout #order_review .form-row  .input-text::-webkit-input-placeholder{
	line-height: 1.375rem !important;
}
.woocommerce form.checkout #order_review .form-row .input-text ::-moz-placeholder,.woocommerce-page form.checkout #order_review .form-row  .input-text::-moz-placeholder{
	line-height: 1.375rem !important;
}
.woocommerce form.checkout #order_review .form-row .input-text ::-ms-input-placeholder,.woocommerce-page form.checkout #order_review .form-row  .input-text::-ms-input-placeholder{
	line-height: 1.375rem !important;
}

/* -------------------------------------------------------------------------------------------------*/


.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
    width: 100%;
}
.woocommerce .checkout h3,
.woocommerce-page .checkout h3{
    font-size: 1.5rem; 
}
.woocommerce table.shop_table tr,
.woocommerce-page table.shop_table tr{
    background: none;
}
.woocommerce table.shop_table thead, 
.woocommerce-page table.shop_table thead{
    background: none;
}
.woocommerce table.shop_table tfoot,
.woocommerce table.shop_table tfoot{
    background: none;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    padding: 20px;
}


/*Begin make resource by citrix page*/
.entry-wrap{
    padding-top: 1.5rem;
}
.heading-resource h1{
	font-size: 1.5rem;
}
.heading-resource h2{
	color: #686868;
	font-size: 1.125rem;
	line-height: 1.5;
}
.heading-resource .sponsor{
    font-size: 0.75rem;
	text-align: right;
    margin-bottom: 1.25rem;
}
.heading-resource .sponsor img{
    margin-left: 10px;
}
.heading-resource .sponsor-huge span{
    vertical-align: -25px;
}
.book-resource-lists .book {
	padding-top: 2.5rem;
    padding-bottom: 1.5rem;
	background: url('../images/download-separate.jpg') no-repeat center top;
}
.book-resource-lists .book .book-info {
    overflow: hidden;
}
.book-resource-lists .book .book-img{
    float: left;
	max-width: 150px;
    margin-right: 20px;
}
.book-resource-lists .book .book-title{
	font-size: 1.125rem;
	color: #111;
	line-height: 24px;
}
.book-resource-lists .book .book-desc{
	color: #000;
	line-height: 18px;
}
.book-resource-lists .book .btn-download {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	background: transparent url('../images/btn-download-ng.jpg') no-repeat left top scroll;
	width: 86px;
	height: 32px;
	display: block;
	text-align: center;
	border: none;
	cursor: pointer;
}
.content-resource h3{
    color: #686868;
}
/*#citrix .addthis_toolbox.addthis_default_style {
	display: none;
}*/

#citrix fieldset {
	padding: 20px;
	border: 1px solid #EEE;
    border-radius: 5px;
}
#citrix legend {
	padding: 7px 10px;
	font-weight: bold;
	color: #000;
	border: 1px solid #EEE;
	border-radius: 5px;
	margin-bottom: 0 !important;
	margin-bottom: 20px;
}
#citrix input[type="text"], #citrix select {
	color: #666;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#citrix .error{
	border: 1px solid #fa0000 !important;
}
#citrix label {
	width: 150px;
	display: block;
	float: left;
	vertical-align: top;
	line-height: 24px;
	margin: 5px 0;
}
#citrix .asterisk {
	color: #F00;
	display: block;
	float: left;
	line-height: 30px;
	margin: 5px 0;
}
#citrix .registerform p{
	margin: 0;
}
#citrix .registerform input[type="submit"]{
    display: inline-block;
	color: #fff;
	background: #333;
	border: 1px solid #222;
	line-height: 24px;
	border-radius: 5px;
	margin-top: 20px;
    padding: 3px 9px;
	cursor: pointer;
}
.registerform {
	padding-top: 60px;
	margin-top: 10px;
	background: url('../images/download-separate.jpg') no-repeat center top;
}
#citrix .box_register {
	padding-bottom: 70px;
	background: url('../images/download-separate.jpg') no-repeat center bottom;
}

.article-wrapper.post-first{
	position:relative;
}
.article-wrapper.post-first article:before {
	content: '';
	width: 20px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	bottom: 0px;
	left: -25px;
	z-index: 10;
}

.tab-bar .menu-icon, .tab-bar .fa-icon {
    position: relative;
    color: transparent;
    text-indent: 0;
 }
 .tab-bar .menu-icon i, .tab-bar .fa-icon i{
  color: #FFF;
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 45px;
 }
 .right-small h2{
  position: relative;
 }

.tab-bar h2.title a {
  color: #FFF;
  text-transform: uppercase;
}

.display-hide
{
	display:none !important;
}



.category-title .feed-link:hover
{
	color:#B90000;
}

.page-template-template-resoucebycitrix.page-cregister .share-buttons
{
	display:none;
}

.page-template-template-resoucebyaicd.page-aicd-register .share-buttons
{
	display:none;
}
/* MEDIA QUERY ------------------------------------------------------------------------------------ */

/* <= 640px ------------------------------------------------------------------------------------ */
@media only screen and (max-width: 40em){

    .logged-in .reveal-modal, .logged-in dialog{
        top: 2.875rem;
    }

    .article-wrapper .media-holder{
        width: 75px;
    }

    .book-resource-lists .book .book-img{
        max-width: 75px;
    }

    /* Fix show 2 lines text description */
    .entry-description{
        max-height: 2.75rem;
    }
    @supports (-webkit-line-clamp: 2) {
        .entry-description{
            display: -webkit-box;
            text-overflow: ellipsis;
            text-overflow: -o-ellipsis-lastline;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;  
            height: auto;
        }
    }
	
	.article-wrapper:first-child .entry-description{
		max-height: 2.75rem;
	}
	@supports (-webkit-line-clamp: 2) {
		.article-wrapper:first-child .entry-description{
			-webkit-line-clamp: 2;
		}
	}
	
	.article-wrapper:first-child{
		padding-bottom: 1.5rem;
	}
}

/* 641px ------------------------------------------------------------------------------------ */
@media only screen and (min-width: 40.063em){

    /* HEADER SECURE */
    .site-header-secure .site-branding{
        float: left;
        margin-right: 20px;
    }

    /* CETRIX */
    .heading-resource .sponsor-sm{
        margin-top: 3.5rem;
    }

    /* WOOCOMMERCE */
    .woocommerce .col2-set, 
    .woocommerce-page .col2-set{
        float: left;
        width: 48%;
    }
    .woocommerce .checkout-order-review,
    .woocommerce-page .checkout-order-review{
        float: right;
        width: 48%;
    }
}

/* 641px - 1024px ------------------------------------------------------------------------------------ */
@media only screen and (min-width: 40.063em) and (max-width: 64em){
    
}

/* 1025px ----------------------------------------------------------------------------------- */
@media only screen and (min-width: 64.063em){

    /* NAVIGATION */
    .navigation ul li{
        float: left;
    }
    .navigation ul li a{
        padding: 14px 16px;
    }
    .navigation > ul > li > a{
        height: 50px;
    }

    /* CONTENT */
    

    /* SIDEBAR */
    .sidebar-fixed{
        position: fixed;
        top: 0;
    }

    /* FOOTER */
    .site-footer-bar, 
    .site-footer-bottom{
        height: 50px;
        text-align: left;
    }
    #site-nav-footer-bar, 
    .footer-copyright{
        margin-left: 160px;
    }
    .footer-copyright{
        padding-left: 16px;
    }
    .copyright-text{
        border-bottom: none;
    }
    .copyright-text .abn{
        margin: 0 0 0 30px;
        display: inline-block;
    }
    .footer-copyright .powered{
        text-align: right;
    }
    .footer-copyright .emmix{
        margin-right: 30px;
    }
    .footer-copyright .orion{
        margin-right: -0.9375rem;
    }
	
	.article-wrapper.post-first .media-holder img {
		max-width: 200px;
	}
	.article-wrapper .media-holder img {
		max-width: 150px;
	}

}


/* 1441px ------------------------------------------------------------------------------------ */
@media only screen and (min-width: 90.063em){
    
}

/* Display none for Ads Widget Title */
.widget_half_page_adv_widget h3, 
.widget_mrec_adv_widget h3,
#primary > .primary-section-title{
	display: none;
}


/*Begin make resource by citrix page on July 15 2013*/

#citrix {
	font-size: 12px;
}
.page-id-117406 #citrix{
	padding-bottom: 20px;
}
.page-id-117408 .entry-wrap{
	background: none
}
#citrix h1{
	font-size: 24px;
	line-height: 30px;
}
#citrix h3 {
	font-size: 20px;
	color: #686868;
}
#citrix .header-text {
	float: left;
	width: 530px;
	position: relative;
}
#citrix.aicd .header-text{
	width: 370px;
}
#citrix .header-text .desc{
	color: #686868;
	font-size: 18px;
	line-height: 24px;
}
#citrix .sponsoredby {
	position: absolute;
	top: 61px;
	right: 3px;
}
#citrix .separate {
	clear: both;
}
#citrix .book {
	padding-top: 45px;
	padding-left: 11px;
	background: rgba(0, 0, 0, 0) url('../images/download-separate.jpg') no-repeat left top scroll;
	min-height: 160px;
}
#citrix.aicd .book{
	min-height: 0;
	overflow: hidden;
	margin-top: 34px;
}
#citrix .book-info {
	width: 455px;
	padding-top: 0px;
	margin-left: 15px;
}

.page-template-template-resourcebyamp #citrix .book-info {
	width: 80%;
}

#citrix .book-img{
	width: 150px;
	height: 160px;
	position: relative;
}
#citrix.aicd .book-img{
	height: auto;
}
#citrix .book-img img {
	position: absolute;
	bottom: -15px;
	left: 0;
}
#citrix.aicd .book-img img{
	position: static;
	bottom: auto;
}
#citrix .book-title {
	font-size: 18px;
	color: #111;
	line-height: 24px;
}
#citrix .book-desc {
	color: #000;
	line-height: 18px;
}
#citrix .btn-download {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	background: transparent url('../images/btn-download-ng.jpg') no-repeat left top scroll;
	width: 86px;
	height: 32px;
	display: block;
	text-align: center;
	border: none;
	cursor: pointer;
}
#citrix .addthis_toolbox.addthis_default_style {
	display: none;
}
#citrix fieldset {
	padding: 20px;
	border: 1px solid #EEE;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#citrix legend {
	padding: 7px 10px;
	font-weight: bold;
	color: #000;
	border: 1px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 0 !important;
	margin-bottom: 20px;
}
#citrix input[type="text"], #citrix select {
	/* width: 280px; */
	padding: 4px;
	color: #666;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: none;
	font-size: 14px;
	line-height: 22px;
}
#citrix select {
	/* width: 290px; */
	height: 32px;
}
#citrix input[type="text"].small-text{
	/* width: 132px; */
	margin-right: 6px;
	display: inline-block;
}
#citrix .error{
	border: 1px solid red !important;
}
#citrix label {
	width: 150px;
	display: block;
	float: left;
	vertical-align: top;
	line-height: 24px;
	margin: 5px 0;
	clear: both;
}
#citrix label.error {
	display: none !important;
}
#citrix .asterisk {
	width: 15px;
	color: #F00;
	display: block;
	float: left;
	line-height: 30px;
	margin: 5px 0;
}
#citrix .registerform p{
	margin: 0px;
}
#citrix .registerform input[type="submit"]{
	width: 127px; 
	height: 32px;
	color: white;
	background: #333;
	border: 1px solid #222;
	line-height: 24px;
	clear: both;
	float: left;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
}
.registerform {
	padding-top: 60px;
	margin-top: 10px;
	background: rgba(0, 0, 0, 0) url('../images/download-separate.jpg') no-repeat left top scroll;
}
#citrix .box_register {
	padding-bottom: 70px;
	background: rgba(0, 0, 0, 0) url('../images/download-separate.jpg') no-repeat left bottom scroll;
}
#citrix .advertorial{
	line-height: 25px;
}

@media screen and (max-width: 64em){
	#citrix .sponsoredby{
		display:none;
	}
	#citrix .header-text{
		width:auto;
	}
	#citrix .book{
		overflow:hidden;
		padding-bottom:30px;
		padding-left:0;
		background-size:100%;
	}
	#citrix .book-img{
		height:auto;
		width:30%;
	}
	#citrix .book-img img{
		position:static;
	}
	#citrix .book-info{
		width:70%;
		padding:0 15px;
		margin-left:0;
	}
	#citrix .sponsoredby{
		display:none;
	}
	#citrix .box_register, .registerform{
		background-size:100%;
	}
	#citrix .registerform p{
		margin-bottom:10px;
	}
	#citrix label{
		width:auto;
		padding-right:10px;
		margin:0;
	}
	#citrix .asterisk{
		margin:0;
		line-height:24px;
	}
	#citrix input[type="text"], #citrix select{
		width:100%;
	}
	#citrix input[type="text"].small-text{
		width:100%;
	}
	#citrix select{
		width:100%;
	}
	.page-resources-by-citrix #content .share-buttons {
		margin: 1.5rem 0 1rem;
	}
    .page-template-template-resourcebyamp #citrix .book-info {
    	width: 70%;
    }
    .main-body	{
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 40.063em){
	#citrix .right.header-image {
		float: none !important;
		clear: both;
	}
	#citrix .header-text.left {
		clear: both;
		overflow: hidden;
		float: none !important;
	}
	
}

#login-message {
	background: #f3f3f3;
	padding: 20px 20px 1px;
	margin-bottom: 1.5rem;
}

.flag-link{
	color: #000;
}

/* Edit Woocommerce Icon Loading on checkout page */
.page-checkout .woocommerce .blockUI.blockOverlay:before, .page-checkout .woocommerce .loader:before{
	width: 2em;
	height: 2em;
	margin-top: -1em;
	margin-left: -1em;
}
.page-checkout .blockUI.blockOverlay{
	opacity: 1 !important;
	background-color: rgba(255, 255, 255, 0.6) !important;
	background-size: 32px !important;
}

/* Widget Member Expired - Modal Popup */
#widget-expire-member-modal{
	padding: 0;
	width: 20.875rem;
}
#widget-expire-member-modal .membership-boxed,
#widget-expire-member-modal .membership-payment{
	margin: 0 0 20px 0;
	padding: 1.25rem 0;
}
#widget-expire-member-modal .membership-payment{
	margin-bottom: 0;
}
#widget-expire-member-modal .membership-boxed:after{
	content: none;
}
#widget-expire-member-modal .membership-packed{
	margin: 0 !important;
}
@media screen and (max-width: 40.0625rem) {
	#widget-expire-member-modal {
		margin: 0 auto;
		right: 0;
		min-height: 0;
	}
}
@media screen and (max-width: 20.875rem) {
	#widget-expire-member-modal {
		width: 90%;
		top: 15px !important;
	}
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
}
.woocommerce-MyAccount-navigation-link a {
	padding: .75rem 0 .75rem 1.3rem;
	border-top: 1px solid #e5e5e5;
	display: block;
}
.woocommerce-MyAccount-navigation-link:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation-link.is-active a{
	font-weight: bold;
} 
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0;
}
.woocommerce-account a.button{
    background-color: #b90000;
    color: #fff;
}
.woocommerce-account a.button:hover{
    background-color: #8b0000;
    color: #FFF;
}

@media screen and (min-width: 64.063em){
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin-left: -20px;
	}
	.woocommerce-account .subscription-actions.order-actions .button{
		padding-left: 1rem;
		padding-right: 1rem;
		white-space: normal;
		line-height: 1.5;
	}
}
@media screen and (max-width: 64rem){
	.woocommerce-account .woocommerce-MyAccount-navigation{
		margin-left: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin: 30px 0 0 0;
	}
	.woocommerce-MyAccount-navigation-link a{
		padding-left: 0;
	}
    .woocommerce-account .my_account_subscriptions {
        width: 100%;
    }
}

@media (max-width: 979px){
	.code-block + .article-wrapper{
		margin-top: 20px;
	}
}

.pswp--open{
	z-index: 999999;
}

.user-comment-status-label{
    color: #a0c5ae;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 1rem;
}


/* FUSE ADV */
.mobile-ads-block{
    margin: 1rem 0 2rem;
    /*display: none;*/
}

#hrec_1_adv{
    background-color: #F3F3F3;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}
#hrec_2_adv{
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.clearfix{
    clear: both;
    overflow: hidden;
}
@media screen and (max-width: 767px){
    .ads-block{
        /*display: none;*/
    }
    .mob_mrec_ads.ads-block{
        /*display: block;*/
    }
}