/*  Written by Codify Design Studio    */
/*  Global Text and Layout Styles      */

header, section, aside, article, nav, footer { display: block; }

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
	font-family: "adobe-clean",sans-serif;
	line-height: 22px;
	background: #000 no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;
}

hr { border: 1px solid #ccc; margin: 15px 0; clear: both; }

h1 { font-size: 2.4em; font-weight: 300; line-height: 40px; margin: 0 0 0 0; }

p { margin: 0 0 12px 0; }
a { color: #0087cc; text-decoration: none; }

#page {
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}


.header_container {
	position: relative;
}


/* header */

header {
	margin: 0;
	padding: 1px 0;
	height: 160px;
	position: relative;
	overflow: hidden;
}

header a.logo_adobe {
	display: inline-block;
	width: 40px;
	height: 65px;
	background: url(../images/template/adobe_tag_top.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;
}

header .title { color: #fff; position: absolute; top: 55px; left: 0; }
header .title h2, header .title.home h1 { font-size: 2.7em; margin: 0; line-height: normal; font-weight: 300; }
header .title h2 a, header .title.home h1 a { color: #fff; text-decoration: none; }
header .title h2 a:hover, header .title.home h1 a:hover { text-decoration: underline; }
header .title h3, header .title.home h2 { font-size: 1.15em; margin: 0; font-weight: normal; font-weight: 300; }



/* navigation */

nav { background: rgba(0,0,0,.7) repeat 0 0; padding: 1px 0; position: relative; z-index: 1; }

nav .mobile_menu_links ul { margin: 0; padding: 0; }
nav .mobile_menu_links ul li { display: inline-block; margin: 0; padding: 0; }
nav .mobile_menu_links ul li:hover { background-color: rgba(255,255,255,.2); }
nav .mobile_menu_links ul li a { display: inline-block; padding: 10px; color: #fff; text-transform: uppercase; }

nav .mobile_menu_links ul ul { width: 250px; position: absolute; top: 100%; left: 0; background-color: #000; display: none; }
nav .mobile_menu_links ul ul li { display: block; }
nav .mobile_menu_links ul ul li a { display: block; padding: 10px 10px 10px 38px; font-size: .85em; line-height: 1.1em; }
nav .mobile_menu_links ul ul li:first-of-type a { padding-top: 15px; }
nav .mobile_menu_links ul ul li:last-of-type a { padding-bottom: 15px; }

nav .mobile_menu_links ul .nav_icon > a { padding-left: 36px; background: no-repeat 8px 8px; background-size: 25px 25px; }
nav .mobile_menu_links ul .nav_icon.topics > a { background-image: url(../images/template/nav_icon_menu.svg); }
nav .mobile_menu_links ul .nav_icon.adobe > a { background-image: url(../images/template/nav_icon_adobe.svg); }


/* navigation - top level */
nav .mobile_menu_links > ul { width: calc(100% - 240px); margin: 0; padding: 0; }
nav .mobile_menu_links > ul li { position: relative; }
nav .mobile_menu_links > ul li:hover ul { display: block; }
nav .mobile_menu_links > ul li a { margin-right: 10px; }

nav .mobile_menu_links > ul > .wpml-ls-current-language > a { padding-left: 36px; background: url(../images/template/nav_icon_globe.svg) no-repeat 8px 8px; background-size: 24px 24px; }

/* mobile menu */
nav .mobile_menu_icon {
	display: none;
	width: 30px;
	height: 30px;
	background: url(../images/template/nav_menu.svg) no-repeat 0 0;
	background-size: auto 100%;
	cursor: pointer;
	transition: background-position .5s;
}


nav .search { width: 260px; text-align: right; position: absolute; top: 12px; right: 10px; }
nav .search span.nav_icon { padding: 2px 0 17px 33px; font-weight: 300; background: no-repeat 8px 0;
	background-size: 22px 22px; color: #fff;
	background-image: url(../images/template/nav_icon_search.svg);
}
nav .search input { margin-left: 5px; }



section { display: flex; }


article { flex: 1 1 auto; background-color: #fff; padding: 11px 18px 19px 19px; box-sizing: border-box; }
/* #page.fullscreen article { width: auto; float: none; } */


aside { flex: 0 0 250px; padding: 25px 15px 0 15px; box-sizing: border-box; background-color: #ededed; }


footer { font-size: .8em; color: #999999; padding: 20px; }
footer a { color: #fff; }
footer a:hover { text-decoration: underline; }
footer span.divider { display: inline-block; padding: 0 10px; }
footer br { display: none; } 
footer .trial { font-size: 1.15em; }

/* Not Found */
article .not_found h1 { margin-bottom: 20px; }
article .not_found h3 { margin-top: 40px; }


/* Post Listing - Homepage and Archive */
.entries {  }
.entries .entry { margin: 0 0 50px 0; padding: 0 0 0 340px; min-height: 194px; position: relative; }
.entries .entry h2 { margin: 7px 0 10px -2px; font-size: 1.7em; font-weight: 300; line-height: 28px; }
.entries .entry h2 a { color: #333; }
.entries .entry h2 a:hover { color: #333; text-decoration: underline; }
.entries .entry a.feature_image { display: inline-block; width: 320px; position: absolute; top: 5px; left: 0; }
.entries .entry a.feature_image:hover { opacity: .8; }
.entries .entry .date_category_author { font-size: .8em; margin-bottom: 9px; }
.entries .entry .date_category_author a { color: #333; }
.entries .entry .date_category_author a:hover { text-decoration: underline; }
.entries .entry .date_category_author span.separator { color: #ccc; padding: 0 3px; }
.entries .entry .date_category_author .date { text-transform: uppercase; }
.entries .entry .excerpt { padding-bottom: 20px; }
.entries .entry .excerpt span.readmore { white-space: nowrap; }



.post_single .post_listing_navigation { margin: 35px 0 20px 0; border-top: 1px solid #ddd; padding-top: 5px; }
.post_listing_navigation a { display: inline-block; color: #fff; }
.post_listing_navigation .next a { padding: 2px 20px 5px 10px; background: #bcbcbc url(../images/template/icon_arrow_right.svg) no-repeat right 8px; background-size: 12px 12px; float: right; }
.post_listing_navigation .prev a { padding: 2px 10px 5px 20px; background: #bcbcbc url(../images/template/icon_arrow_left.svg) no-repeat 0 8px; background-size: 12px 12px; float: left; }
.post_listing_navigation .next a:hover, .post_listing_navigation .prev a:hover { background-color: #2fa2dc; }


/* Post - Single */
.post_single .date_category_author { margin: 10px 0; }
.post_single .date_category_author span.separator { color: #aaa; padding: 0 10px; }


/* AddThis - social sharing */
.post_single .addthis_toolbox.addthis_default_style { margin: 30px 0 20px 0; }


/* Events */
.events .heading { color: #fff; margin: -11px -20px 35px -20px; padding: 25px 25px 0 25px; background: #000 url(../images/events/events_banner.jpg) no-repeat 0 0; }
.events .heading h1 { margin: 0 0 10px 0; }
.events h2 { margin: 0 0 50px 10px; font-weight: 300; font-size: 2em; }
.events h3 { margin: -5px 0 10px 0; font-weight: 300; font-size: 1.6em; line-height: 26px; }

.events .heading .tabs { margin: 20px 0 -2px 0; }
.events .heading a { color: #fff; display: inline-block; margin: 0 15px 0 0; padding: 6px 25px; border-color: rgba(255,255,255,.4); border-style: solid; border-bottom-width: 0; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; text-transform: uppercase; font-size: .85em; transition: background-color .4s; }
.events .heading a:hover { background-color: rgba(255,255,255,.2); }
.events .heading a.selected { color: #000; background-color: #fff; }
.events .heading a.selected:hover { background-color: rgba(255,255,255,.6); }

.events .codify_cp_trigger { margin: -10px 0 8px 0; padding-top: 0; background-position: 0 4px; width: 85px; }

.events .events_listing .event { margin: 0 0 100px 10px; padding: 0; }
.events .events_listing .event::after { content:''; display: block; clear: both; }
.events .events_listing .event:last-child { border-bottom: none; }

.events a.register,
.events a.ondemand { display: inline-block; background-color: #1a9ff2; padding: 4px 16px; color: #fff; font-size: .9em; border-radius: 5px; margin: 20px 0 20px 0; }

.events a.register:hover, .events a.ondemand:hover { background-color: #0d8bd9; }

.events .events_listing .message { margin: 0px 0px 55px 10px; }

.events .events_listing .event_feature { width: 360px; float: left; }
.events .events_listing .event_feature iframe { width: 360px; height: 205px; }
.events .events_listing .event_feature img { width: 100%; height: auto; }

.events .events_listing .event_info { width: 525px; margin-left: 25px; float: left; }

.events .event_info .date_time_link { margin: 5px 0px; }
.events .event_info p.date { margin: 0px; font-size: .9em; font-weight: bold; }
.events .event_info p.time { margin: -5px 0px 0px 0px; font-size: .9em; }
.events .event_info p.time em { font-style: normal; color: #aaa; }
.events .event_info p.duration { margin: -5px 0px 0px 0px; font-size: .9em; }

.events .event_speakers h4 { margin: 0px 0px 10px 0px; }

.events .event_speakers .speaker { margin-bottom: 10px; padding: 0px 0px 0px 60px; background-repeat: no-repeat; background-position: 0px 1px; background-size: 50px auto; min-height: 60px; }
.events .event_speakers .speaker p { margin: 0px 0px 5px 0px; font-size: .9em; line-height: 11px; }
.events .event_speakers .speaker p.name { font-weight: bold; }
.events .event_speakers .speaker p.title { line-height: 15px; }
.events .event_speakers .speaker p.org { font-style: italic; }

.events.detail .heading { background-position: 0px -48px; }
.events.detail .heading h2 { font-size: 1.9em; margin-bottom: 30px; margin-left: 0px; }

.events.detail .event h1 { margin: 0px 0px 20px 0px; }
.events.detail .event .event_feature { width: 700px; float: none; margin: 0px 0px 30px 0px; }
.events.detail .event .event_feature iframe { width: 700px; height: 400px; }
.events.detail .event .event_feature img { width: 700px; height: 400px; }



.post_categories { margin: 10px 0px 5px 0px; padding-top: 10px; border-top: 1px solid #ddd; font-size: .9em; }
.post_categories::before { content:'Categories'; color: #bbb; padding-right: 20px; font-style: italic; }
.post_categories span.label { color: #777; padding-right: 15px; font-style: italic; font-size: .75em; }
.post_categories span.list { color: #999; }
.post_categories span.list a { color: #999; text-decoration: none; }
.post_categories span.list a span { font-size: .8em; font-style: italic; }
.post_categories span.list a:hover { color: #333; text-decoration: underline; }

.post_tags { margin: 10px 0px 5px 0px; font-size: .9em; }
.post_tags::before { content:'Tags'; color: #bbb; padding-right: 20px; font-style: italic; }
.post_tags span.label { color: #777; padding-right: 15px; font-style: italic; font-size: .75em; }
.post_categories span.list { color: #999; }
.post_tags span.list a { color: #999; text-decoration: none; }
.post_tags span.list a span { font-size: .8em; font-style: italic; }
.post_tags span.list a:hover { color: #333; text-decoration: underline; }

.post_top_searches { margin: 10px 0px 5px 0px; font-size: .9em; }
.post_top_searches span.label { color: #777; padding-right: 15px; font-style: italic; font-size: .85em; }
.post_top_searches span.list { color: #999; }
.post_top_searches span.list a { color: #999; text-decoration: none; }
.post_top_searches span.list a span { font-size: .8em; font-style: italic; }
.post_top_searches span.list a:hover { color: #333; text-decoration: underline; }



/* Author Bio */
.author_bio { position: relative; margin: 75px 0px 75px 75px; padding: 20px 15px 10px 35px; border-top: 1px solid #ddd; font-size: 1em; line-height: 18px; }
.author_bio img.avatar { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: -15px; left: -85px; border: 1px solid #ddd; }
.author_bio h4 { margin: 0px 0px 0px 0px; font-size: 1.6em; font-weight: normal; color: #000; }
.author_bio h4 a { color: #000; }
.author_bio h4 a:hover { text-decoration: underline; }
.author_bio p.title { margin: 5px 0px 0px 0px; font-size: 1.2em; font-style: italic; }
.author_bio p.org { margin: 0px; font-size: 1em; }
.author_bio p.desc { margin-top: 15px; }
.author_bio .twitter-follow-button { margin-right: 15px; }



/* Acrobat Experts */
.acrobat_experts .experts { margin: 30px 0 0 0; }
.acrobat_experts .experts::after { content:''; display: block; clear: both; }

.acrobat_experts .expert { position: relative; width: 48%; float: left; margin: 0 0 40px 0; min-height: 100px; }
.acrobat_experts .expert > div { padding: 0 10px 0 106px; }

.acrobat_experts .expert img { width: 90px; height: 90px; position: absolute; left: 2px; top: 2px; border-radius: 50%; border: 1px solid #ddd; }
.acrobat_experts .expert img:hover { opacity: .8; }
.acrobat_experts .expert h4 { margin: 0; padding: 15px 0 0 0; font-size: 1.4em; }
.acrobat_experts .expert h4 a { color: #000; }
.acrobat_experts .expert h4 a:hover { color: #0087cc; text-decoration: underline; }
.acrobat_experts .expert p { font-size: .9em; margin: .3em 0; line-height: 1.1em; }
.acrobat_experts .expert p.title { font-style: italic; color: #777; }

.acrobat_experts .expert.detail { width: auto; float: none; margin: 0 65px 0 0; min-height: 175px; }
.acrobat_experts .expert.detail img { width: 150px; height: 150px; }
.acrobat_experts .expert.detail > div { padding: 0 10px 0 170px; }
.acrobat_experts .expert.detail h4 { font-size: 1.7em; font-weight: normal; }
.acrobat_experts .expert.detail .biography { margin: 20px 0 20px 0; }
.acrobat_experts .expert.detail iframe { margin-right: 15px; }
.acrobat_experts .expert.detail a.social-icon { margin: 5 15px 0 0; }

.acrobat_experts .expert_listing { margin: 65px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid #ddd; }
.acrobat_experts .expert_listing h3 { margin: 0 0 30px 0; }
.acrobat_experts .expert_listing .expert { width: 32%; float: left; margin: 0 0 35px 0; }
.acrobat_experts .expert_listing .expert img { width: 45px; height: 45px; }
.acrobat_experts .expert_listing .expert > div { padding: 49px 35px 0 8px; }
.acrobat_experts .expert_listing .expert h4 { font-size: 1.1em; padding-top: 0; }
.acrobat_experts .expert_listing .expert p { margin: 0; line-height: 1em; }

.acrobat_experts .expert_listing .column_2_clear { display: none; clear: both; }
.acrobat_experts .expert_listing .column_3_clear { display: block; clear: both; }

.acrobat_experts a.icon { display: inline-block; padding: 12px 0 12px 42px; background-size: 35px 35px; background: no-repeat 0 0; font-weight: bold; font-size: 1.1em; }
.acrobat_experts a.icon:hover { text-decoration: underline; }
.acrobat_experts a.icon.tutorials { background-image: url(../images/template/icon_tutorials.svg); }
.acrobat_experts a.icon.forums { background-image: url(../images/template/icon_forums.svg); }



/* Comments */
#comments { margin-top: 40px; }
#comments h3 { font-size: 1em; margin: 20px 0px 12px 0px; }
#comments p { font-size: .9em; margin: 0px 0px 10px 0px; }

#comments ul.commentlist { margin: 0px; padding: 0px; /* border: 1px solid #555; */ }
#comments ul.commentlist li.comment { display: block; margin: 0px 0px 10px 0px; }
#comments ul.commentlist > li.comment { margin-bottom: 30px; padding: 0px 0px 0px 10px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
#comments ul.commentlist li.comment ul.children { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 10px; border-top: 1px solid #ddd; border-left: 1px solid #ccc; } /* replies */
#comments ul.commentlist li.comment ul.children li.comemnt {  }
#comments .comment-wrap {  }
#comments .comment-wrap .comment-author { margin: 0px 0px 10px -10px; padding-left: 10px; font-size: .85em; color: #777; border-bottom: 1px solid #ddd; background-color: #efefef; }
#comments .comment-wrap .comment-body { margin-bottom: 20px; }
#comments a.comment-reply-link { display: inline-block; margin-left: 20px; font-size: .8em; text-transform: uppercase; color: #000; text-decoration: underline; }
#comments a.comment-reply-link:hover { font-weight: bold; }

#comments #respond {  }
#comments #respond form { border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding-left: 20px; }
#comments #respond form p.author-you { background-color: #efefef; margin: 0px 0px 20px -20px; padding: 2px 0px 2px 20px; }
#comments #respond #comment { width: 50%; }
#comments #respond #submit { font-size: 1.2em; }



/* Sidebar */
aside ul { display: block; margin: 0; padding: 0; }
aside li { display: block; }

li.widget.s2_form_widget p { margin: 5px 0px 5px 0px; }
li.widget.s2_form_widget p label { display: none; }
li.widget.s2_form_widget p br { display: none; }
li.widget.s2_form_widget .subscribe2widget-subscribe { font-size: .7em; text-transform: uppercase; display: inline-block; border: none; background-color: #0087cc; color: #fff; cursor: pointer; }
li.widget.s2_form_widget .subscribe2widget-unsubscribe { font-size: .7em; text-transform: uppercase; display: inline-block; border: none; background-color: #ededed; color: #999; cursor: pointer;  }

li.widget { margin: 0px 0px 60px 0px; }
li.widget h3 { color: #666666; font-size: .9em; text-transform: uppercase; border-bottom: 1px solid #666666; padding: 0px 0px 3px 0px; margin: 0px 0px 10px 0px; line-height: 1.2em; }

li.widget a.see_all { display: none; }



/* collapsible panels */
.codify_cp { height: 0px; overflow: hidden; }
.codify_cp .codify_cp_content { padding-bottom: 10px; }
.codify_cp_trigger { font-size: .9em; cursor: pointer; background: url(../images/template/icon_seemore.svg) no-repeat 0px 13px; padding: 10px 0px 0px 20px; background-size: 15px 15px; font-style: italic; color: #0087cc; }
.codify_cp_trigger:hover { text-decoration: underline; }




.clear { clear: both; line-height: 1px; }
.no_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }



/* Quotes */
blockquote { width: 60%; margin: 20px auto; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; padding: 20px 0px; }
blockquote .quote { font-size: 1.5em; font-family: Times, serif; font-style: italic; line-height: 28px; }
blockquote .credit { font-size: .9em; text-align: right; line-height: 16px; }



/* Social buttons */
a.social-icon { display: inline-block; width: 30px; height: 30px; margin-right: 5px; background-size: 30px 30px; }
a.social-icon span { display: none; }
a.social-icon:hover { opacity: .6; }

a.social-icon.fb  { background-image: url(../images/template/social_icon_fb_grey.svg);  }
a.social-icon.be  { background-image: url(../images/template/social_icon_be_grey.svg);  }
a.social-icon.tw  { background-image: url(../images/template/social_icon_tw_grey.svg);  }
a.social-icon.yt  { background-image: url(../images/template/social_icon_yt_grey.svg);  }
a.social-icon.li  { background-image: url(../images/template/social_icon_li_grey.svg);  }
a.social-icon.gp  { background-image: url(../images/template/social_icon_gp_grey.svg);  }
a.social-icon.pt  { background-image: url(../images/template/social_icon_pt_grey.svg);  }
a.social-icon.bl  { background-image: url(../images/template/social_icon_bl_grey.svg);  }
a.social-icon.em  { background-image: url(../images/template/social_icon_em_grey.svg);  }
a.social-icon.rss { background-image: url(../images/template/social_icon_rss_grey.svg); }


.author_bio a.social-icon  { margin-right: 10px; }
.author_bio a.social-icon.be { background-image: url(../images/template/social_icon_be_color.svg); }
.author_bio a.social-icon.tw { background-image: url(../images/template/social_icon_tw_color.svg); }
.author_bio a.social-icon.fb { background-image: url(../images/template/social_icon_fb_color.svg); }
.author_bio a.social-icon.gp { background-image: url(../images/template/social_icon_gp_color.svg); }
.author_bio a.social-icon.li { background-image: url(../images/template/social_icon_li_color.svg); }
.author_bio a.social-icon.yt { background-image: url(../images/template/social_icon_yt_color.svg); }



/* Add this */
.post_single .addthis_custom_sharing.top    { margin: 20px 0; }
.post_single .addthis_custom_sharing.bottom { margin: 25px 0 50px 0; }
.post_single .addthis_custom_sharing .at-style-responsive .at-share-btn { margin-right: 6px;  } 
.entries .addthis_custom_sharing .at-style-responsive .at-share-btn { padding: 3px; margin-right: 6px;  }



/* Gallery and Lightbox */
.gallery { margin: 20px 0px; padding: 10px; border: 1px solid #ddd; }
.gallery .myGalleryItem { display: inline-block; }
.gallery .myGalleryItem a { display: inline-block; width: 150px; height: 150px; border: 1px solid #ddd; margin: 5px; }
.gallery .myGalleryItem a img { width: 150px !important; height: 150px !important; }
.gallery .myGalleryItem span { display: none; }
.lb-data span.lb-caption { color: #fff; font-size: 1em; }
.lb-data .lb-number { display: none !important; }



/* Archives */
.archive h1 { margin: 0px 0px 30px 0px; line-height: normal; }
.archive h3 { font-size: .9em; font-weight: 700; margin: 0px 0px -5px 0px; line-height: normal; text-transform: uppercase; }
.archive .post_author { font-size: .9em; line-height: 18px; margin: 0px 0px 30px 0px; padding-bottom: 20px; border-top: none; border-bottom: 1px solid #ddd; }
.archive .post_author h1 { margin: 0px 0px 7px 0px; }
.archive .post_author div.author_bio { margin-top: 20px; }



/* Search */
h1.search-header { font-weight: 300; margin: 0px 0px 45px 0px; line-height: normal; }
h3.search-header { font-size: .9em; font-weight: 700; margin: 0px 0px -5px 0px; line-height: normal; text-transform: uppercase; }



/* Images */
.wp-caption img { margin: 0px 0px 10px 0px; }
.wp-caption { padding: 0px; margin: 0px; border: 1px solid #ddd; }
.wp-caption-text { font-size: .9em; padding: 0px 7px 0px 7px; margin: 0px 0px 8px 0px; }

.alignleft { float: left; margin: 0px 20px 0px 0px; }
.alignright { float: right; margin: 0px 0px 0px 20px; }

img.aligncenter { display: block; margin: 25px auto 25px auto; }



/* Acrobat 101 */
.acrobat101 .acrobat101_header { margin: -11px -20px 15px -20px; padding: 0px; height: 60px; font-size: 1.1em; color: rgba(255,255,255,.8); background: url(../images/acrobat101/acrobat101_banner.jpg) no-repeat 0 0; position: relative; }
.acrobat101 .acrobat101_header p { padding: 17px 0px 0px 25px; margin: 0px; }
.acrobat101 .acrobat101_header a { color: #fff; text-decoration: underline; }
.acrobat101 .acrobat101_header a:hover { color: #e1c7a9; text-decoration: none; }
.acrobat101 .acrobat101_header::after { content:' '; display: block; width: 39px; height: 14px; background: url(../images/acrobat101/acrobat101_banner_arrow.png) no-repeat 0 0; position: absolute; left: 47px; bottom: 0px; }

.acrobat101 .acrobat101_title { margin: 0px 0px 30px 0px; }

.acrobat101 .acrobat101_lesson { width: 650px; float: left; margin: 0px 20px 0px 0px; padding-right: 30px; border-right: 1px solid #ccc; }
.acrobat101 .acrobat101_toc { width: 230px; float: left; margin: 0px 0px 0px 10px; }
.acrobat101 .acrobat101_toc h4 { margin: 34px 0px 5px 0px; }
.acrobat101 .acrobat101_toc h4:first-child { margin-top: 0px; }
.acrobat101 .acrobat101_toc p { line-height: 16px; margin: 0px 20px 12px 0px; font-size: .9em; }
.acrobat101 .acrobat101_toc p.selected { background: url(../images/acrobat101/acrobat101_toc_selected.png) no-repeat left center; margin-left: -55px; padding-left: 55px; }
.acrobat101 .acrobat101_toc p.selected a { display: block; color: #fff; padding: 5px 0px; }

.acrobat101.mainpage .acrobat101_header { height: 120px; padding: 0px; margin-bottom: 30px; }
.acrobat101.mainpage .acrobat101_header::after { height: 19px; left: 65px; bottom: 0px; }
.acrobat101.mainpage .acrobat101_header h1 { color: #fff; font-weight: 200; margin: 0px; padding: 40px 0px 0px 25px; }



/* Page Overrides */
#page[data-page='id-3777'] .feature_image { display: none; }



/* Responsive Rules */

@media screen and (max-width: 10000px) {
	body {
		background-image: url(../images/template/documentcloud_bg_1600w.jpg);
	}
	.header_container {
		background: url(../images/template/documentcloud_bg_header.png) no-repeat right 50px top;
	}
}



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

	/* Posts - Homepage */
	.entries .entry { padding: 0px 0px 0px 0px; min-height: unset; }
	.entries .entry h2 { margin: 0px 0px 5px 0; }
	.entries .entry .date_category_author { /* font-size: .9em; */ }
	.entries .entry .date_category_author span.separator { padding: 0px 4px; }
	.entries .entry a.feature_image { top: auto; padding-top: 3px; }
	.entries .entry .excerpt { padding: 0 0 0 340px; min-height: 190px; }

	.author_bio { padding-left: 35px; }
	.author_bio img.avatar { width: 100px; height: 100px; }

	/* Events */
	.events .events_listing .event_feature { width: 275px; }
	.events .events_listing .event_feature iframe { width: 275px; height: 157px; }
	.events .events_listing .event_info { width: 425px; }
	.events.detail .event .event_feature iframe { width: 530px; height: 302px; }
	.events.detail .event .event_feature img { width: 530px; height: 302px; }
	
	/* Acrobat 101 */
	.acrobat101.mainpage .acrobat101_header { height: 90px; padding: 0px; margin-bottom: 30px; }
	.acrobat101.mainpage .acrobat101_header h1 { padding: 25px 0px 0px 25px; }
	.acrobat101 .acrobat101_lesson { width: 500px; margin-right: 15px; }
	.acrobat101 .acrobat101_toc { width: 200px; margin-right: 5px; }

	/* Footer */
	footer span.divider { display: none; }
	footer br { display: inline; }

}

@media screen and (max-width: 1070px) {
	header { height: 140px; }
	header .title { top: 35px; }
	header a.logo_adobe { width: 30px; height: 50px; }
	
	.header_container { background-size: auto 180px; background-position: right 15px top; }

	nav #search_form span.nav_icon span { display: none; }
	nav ul.dropmenu li { margin: 0px 20px 0px 0px; }
	nav .search { width: 200px; }
	nav .search .search_input { width: 130px; }
	
	/* Posts - Homepage */
	.entries .entry h2 { font-size: 1.65em; line-height: 26px; }
	.entries .entry a.feature_image { width: 225px; }
	.entries .entry .excerpt { padding: 0 0 0 240px; }

	li.widget.widget_social a { width: 40px; height: 40px; margin: 0px 10px 10px 0px; }

	/* Post - Single */
	.post_single .feature_image { width: 400px; height: 228px; }
	.post_single .sharrre .button { display: block; float: none; margin: 0px 0px 10px 0px; }
	#comments a.comment-reply-link { display: block; margin: 10px 0px 5px 0px; }

	.author_bio { padding-left: 25px; margin-left: 55px; }
	.author_bio img.avatar { width: 80px; height: 80px; left: -65px; }
	.author_bio .twitter-follow-button { display: block; margin-bottom: 15px; }

	/* Events */
	.events .events_listing .event { border-bottom: 1px solid #ddd; margin-bottom: 50px; }
	.events .events_listing .event_feature { width: 400px; float: none; margin-bottom: 15px; }
	.events .events_listing .event_feature iframe { width: 400px; height: 228px; }
	.events .events_listing .event_info { width: auto; float: none; margin-left: 0px; margin-right: 20px; }
	.events.detail .event .event_feature iframe { width: 400px; height: 228px; } 
	.events.detail .event .event_feature img { width: 400px; height: 228px; }

	/* Acrobat 101 */
	.acrobat101.mainpage .acrobat101_header { height: 75px; padding: 0px; margin-bottom: 30px; }
	.acrobat101.mainpage .acrobat101_header::after { height: 15px; }
	.acrobat101.mainpage .acrobat101_header h1 { padding: 20px 0px 0px 25px; }
	.acrobat101.mainpage img.acrobat101_mainimage { width: 175px; height: auto; }	
	.acrobat101 .acrobat101_lesson { width: 400px; margin-right: 10px; }
	.acrobat101 .acrobat101_toc { width: 150px; margin-right: 0px; }	


}


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

	.entries .entry { margin: 0 0 65px 0; }
	.entries .entry a.feature_image { width: auto; position: static; margin: 0 0 5px 0; padding: 0; }
	.entries .entry .excerpt { padding: 0; min-height: unset; }
	
	.header_container { background-position: right -30px top; }

}




@media screen and (max-width: 900px) {
	header > img { height: 180px; }
	
	.header_container { background-size: auto 150px; background-position: right 0px top; }
	
}




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

	body { background-image: none; }
	#page { width: 100%; }

	header { height: 110px; background-image: none; }
	header > img { height: 150px; right: -15px; }
	.header_container { background-position: right 0px top; }

	header .title { top: 18px; }
	header .title.home h1 a { font-size: .9em; line-height: 1em; margin: 0px 0px 0px 10px; }
	header .title.home h2 { font-size: 1em; margin: 0px 0px 0px 10px; }
	header .title h2 { font-size: 2em; margin: 0px 0px 7px 15px; }
	header .title h3 { display: none; }
	header .title h4 { margin: 0px 0px 5px 0px; }

	nav .mobile_menu_icon { display: block; }
	nav .mobile_menu_icon.open { background-position: -30px 0; }
	
	nav { padding: 10px 0px 10px 20px; }
	
	nav .mobile_menu_links { height: 0px; overflow: hidden; }
	nav .mobile_menu_links ul li { display: block; }
	nav .mobile_menu_links ul li:hover { background-color: inherit; }
	nav .mobile_menu_links ul li a:hover { background-color: rgba(255,255,255,.2); }
	nav .mobile_menu_links ul ul { width: auto; position: static; display: block; background-color: transparent; }
	
	nav .mobile_menu_links > ul { width: auto; }
	nav .mobile_menu_links > ul li a { display: block; }
		
	nav .search { width: 250px; top: 15px; right: 15px; }
	nav .search .search_input { width: 150px; }
	
	section { display: block; }
	article { flex: 0 1 auto; }
	aside { flex: 0 1 auto; }
	

	footer { background: none; }

	/* Posts - Homepage / Archives */
	.entries .entry { margin-bottom: 50px; min-height: 20px; }
	.entries .entry h2 { margin: 0px 0px 8px 0px; }
	.entries .entry a.feature_image { float: none; margin: 0px 0px 5px 0px; }
	.entries .entry a.feature_image img { width: 70%; height: auto; }
	.entries .entry .excerpt { width: auto; float: none; min-height: 20px; padding-bottom: 20px; }

	/* Post - Single */
	.post_single .feature_image { width: 75%; height: auto; }
	.post_author img.avatar { width: 75px; height: 75px; }
	.post_author div.author_bio { width: 75%; }
	
	/* Sidebar */
	li.widget { margin: 0px 0px 10px 0px; padding: 0px 20px 20px 20px; border-top: 1px solid #ccc; }
	li.widget h3 { border: none; padding: 10px 0px 5px 0px; }
	
	li.widget.widget_social a { width: 40px; height: 40px; margin-right: 10px; }

	/* Events */
	.events.detail .event .event_feature img { width: 425px; height: 242px; }

	
	/* Trial Guide */
	.acrobat101_lesson { width: 100%; float: none; margin: 0; border: none; }
	.acrobat101_toc { width: 100%; float: none; margin: 30px 0px 20px 0px; border-top: 1px solid #ddd; padding: 15px 10px 0px 15px; }
	.acrobat101_toc h4 {  }
	.acrobat101_toc p { margin: 0px 0px 5px 15px; }
	
	/* Acrobat 101 */
	.acrobat101 .acrobat101_header { margin-top: -20px; }
	.acrobat101.mainpage .acrobat101_header { height: 60px; padding: 0px; margin-bottom: 20px; margin-top: -20px; }	
	.acrobat101.mainpage .acrobat101_header::after { height: 9px; left: 16px; }
	.acrobat101.mainpage .acrobat101_header h1 { font-size: 2em; padding: 15px 0px 5px 25px; }
	.acrobat101.mainpage img.acrobat101_mainimage { display: none; }	
	.acrobat101 .acrobat101_lesson { width: 100%; float: none; border: none; margin: 0px; }
	.acrobat101 .acrobat101_toc { width: 100%; float: none; margin: 0px; }
	
	.acrobat101 .acrobat101_toc h4 { font-size: 1em; margin-top: 10px; }
	.acrobat101 .acrobat101_toc p a { display: block; margin: 5px 50px 5px 0px; border-radius: 10px; border: 1px solid #ddd; padding: 5px 10px; }
	.acrobat101 .acrobat101_toc p a:hover { background-color: #efefef; }
	.acrobat101 .acrobat101_toc p.selected { background: none; margin-left: 0px; padding-left: 0px; }
	.acrobat101 .acrobat101_toc p.selected a { color: #777; background-color: #eee; padding: 5px 10px; }

}






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

	.header_container { background-size: auto 150px; background-position: right -115px top; }

}





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

	header { height: 100px; }
	header > img { height: 150px; right: -105px; }

	header .title { left: 20px; }
	header .title h1 { font-size: 1.9em; margin: 0 0 7px 15px; line-height: 30px; }
	header .title h2 { font-size: 1.9em; margin: 0 0 7px 15px; line-height: 30px; }

	header .title.home h1 { font-size: 2.2em; margin: 0; line-height: 30px; }
	header .title.home h1 a { margin: 0; }
	header .title.home h2 { font-size: 1em; margin: 0; }
}





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

	header .title { top: 24px; }
	header .title.home h1 { font-size: 2em; margin-right: 130px; line-height: .7em; }
	header .title.home h2 { display: none; }

	.entries .entry a.feature_image img { width: 100%; }
	.post_single .feature_image { width: 100%; }
	
	.post_author img.avatar { width: 75px; height: 75px; float:none; }
	.post_author div.author_bio { width: 100%; float:none; }
	
	/* Events */
	.events .events_listing .event { border-bottom: 1px solid #ddd; margin-bottom: 50px; }
	.events .events_listing .event_feature { width: 300px; float: none; margin-bottom: 15px; }
	.events .events_listing .event_feature iframe { width: 300px; height: 171px; }
	.events.detail .event .event_feature img { width: 300px; height: 171px; }
	.events.detail .event .event_info h1 { font-size: 2em; }

	
}

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

	header .title { top: 13px; }

}






