/*   
Theme Name: RDK Globfita
Theme URI: 
Description: Customizable WordPress theme for RDK Global affiliates (Phen375, Adiphene, KouTea, TeaTonePlus). Easy to turn your current WordPress site in to best selling site with just a few clicks.
Author: RDK global
Author URI: 
Version: 1.3
*/

/* 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom fonts - LigatureSymbols */

@font-face {
    font-family: 'LigatureSymbols';
    src: url('fonts/LigatureSymbols-2.09.eot');
    src: url('fonts/LigatureSymbols-2.09.eot?#iefix') format('embedded-opentype'),
         url('fonts/LigatureSymbols-2.09.woff') format('woff'),
         url('fonts/LigatureSymbols-2.09.ttf') format('truetype'),
         url('fonts/LigatureSymbols-2.09.svg#LigatureSymbols') format('svg');
    src: url('fonts/LigatureSymbols-2.09.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Clear Fix */
      
.cf:before,
.cf:after { content: "."; display: block; height: 0; overflow: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; } /* IE < 8 */

/* Clear floats */

.clear { content: ''; clear:both; display: block; }
.hidden { display: none !important; }

/* Default */

body { 
  font: 14px Arial, Helvetica, sans-serif; color: #555;
}

/* Layout structure */

#header-wrap { text-align: center; }

#header { max-width: 960px; width: 100%; margin: 0 auto; text-align: left; }
#header .header-options { float: right; padding-top: 10px; width: 360px;}
#header .header-options .header-socal-items { height: 26px; }

#header .header-image a span:first-child { padding-top: 20px; }
#header .header-image .site-name { font-size: 2.2em; font-weight: 700; margin-top: -10px; font-family: 'Open Sans Condensed'; display: block; }
#header .header-image .site-description { font-size: 1.2em;  margin-top: -5px; font-weight: 300; font-family: 'Open Sans Condensed'; display: block; color: #888; }
#header a { text-decoration: none; }
#header .header-menu-mobile { display: none; }
#header .header-search-form-mobile { display: none; }

#content-wrap { text-align: center; overflow: hidden; }
#content-body { max-width: 960px; width: 100%; margin: 0 auto; text-align: left; overflow: hidden; }

#content { float: left; width: 560px; padding: 20px 0 20px 0; line-height: 1.5em; }
#sidebar { float: left; width: 200px; padding: 20px 0 20px 0; }
#sidebar-2 { float: left; width: 200px; padding: 20px 0 20px 0; }

#footer-wrap { text-align: center; }

#footer { max-width: 960px; width: 100%; margin: 0 auto; text-align: left; font-size: 12px; }
	#footer .footer-info-text { font-size: 1em; line-height: 1.4em; margin: 10px 0 15px 0; }
	#footer .footer-copy-text { margin: 0 0 10px 0; }

/* Menu */

div.menu-header-menu-container ul { position: relative; }
div.menu-header-menu-container ul ul { display: none; }
div.menu-header-menu-container ul li:hover > ul { display: block; }

/* Head level */
div.menu-header-menu-container > ul { height: 36px; }
div.menu-header-menu-container ul li {  float: left; }

div.menu-header-menu-container ul > li a span.dropdown { display:inline-block; width:10px; background: url('images/menu/main/arrowdown.png') center right no-repeat; }
div.menu-header-menu-container ul > li a span.dropleft { display:inline-block; width:12px; background: url('images/menu/main/arrowleft.png') center right no-repeat; }
div.menu-header-menu-container ul > li:last-child { background: none; }
div.menu-header-menu-container ul > li > a { display: block; padding: 11px 15px 10px 15px; text-decoration: none; font-size: 13px; font-weight: bold; }
div.menu-header-menu-container ul:after { content: ""; display: block; clear: both; }

/* Sub level 2 */
div.menu-header-menu-container ul ul { min-width: 150px; border-radius: 2px; border-top: none; border-bottom: none; position: absolute; top: 100%; }
div.menu-header-menu-container ul ul li { background: none; float: none; position: relative; }
div.menu-header-menu-container ul ul li:first-child { border-top: none; }
div.menu-header-menu-container ul ul li a { display: block; padding: 8px 12px; font-size: 12px; font-weight: normal; }

/* Sub level 3 */
div.menu-header-menu-container ul ul ul { position: absolute; left: 100%; top:0; min-width: 200px; }
div.menu-header-menu-container ul ul ul li { float: none; position: relative; }

/* Home Button */
div.menu-header-menu-container ul li.home-link { padding: 0 8px; width:30px; }
div.menu-header-menu-container ul li.home-link a { background: url('images/menu/main/home.png') center center no-repeat; }
div.menu-header-menu-container ul li.home-link a span.text { display: inline-block; text-indent: -10000px; }

/* Mobile Menu */
div.header-menu-mobile {
  font-size: 1em;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-weight: bold;  
  width: 100%;
}

div.header-menu-mobile ul { display: none; }
div.header-menu-mobile ul > li > ul { /*display: none;*/ }
div.header-menu-mobile ul { padding: 0; margin: 0 auto; }
div.header-menu-mobile ul li { display: block; }  

div.header-menu-mobile ul li a,
div.header-menu-mobile a#pull {  
  color: #fff;  
  display: block; 
  padding: 7px 0 7px 10px;
  text-align: left;  
  text-decoration: none;  
  line-height: 1.5em;  
}

div.header-menu-mobile li a {  
  box-sizing:border-box;  
  -moz-box-sizing:border-box;  
  -webkit-box-sizing:border-box;  
}

div.header-menu-mobile li:last-child a { border-right: 0; }  
div.header-menu-mobile ul > li > ul > li > a { padding-left: 30px; }
div.header-menu-mobile ul > li > ul > li > ul > li > a { padding-left: 60px; }

div#header-toolbar-mobile {
  display: block;
  position: relative;  
}

div.header-menu-mobile a#pull {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-left: 50px;
}

div.header-menu-mobile a#pull:before {  
  content:"";
  background: url('images/icons/nav-icon.png') no-repeat;
  width: 30px; 
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 10px;
}

div#search-on {
  background: url('images/icons/search-icon.png') no-repeat;
  width: 30px; 
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
}

/* Post */

div.post p, 
div.post ul { margin-bottom: 10px; }

div.post ul { margin: 0 0 10px 2em; list-style: disc; }
div.post ul ul { margin: 0 0 0 2em; list-style-type:circle }
div.post ul ul ul { list-style-type:square }
div.post ol { margin: 0 0 10px 2.5em; list-style: decimal; }
div.post ol ol { margin: 0 0 0 2em; list-style: decimal; }

div.post strong { font-weight: bold; }
div.post em { font-style: italic; }

div.post h1.title,
div.post h2.title { font-size: 160%; line-height: 120%; font-weight: bold; margin: 0 0 10px 0; }
div.post h2.title a { text-decoration: none; transition: all 0.2s linear 0s; }
div.post h2.title a:hover { text-decoration: underline; }

div.post h1 { font-size: 160%; line-height: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.post h2 { font-size: 140%; line-height: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.post h3 { font-size: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.post h4 { font-size: 110%; font-weight: bold; margin: 15px 0 10px 0; }
div.post h5 { font-size: 105%; font-weight: bold; margin: 15px 0 10px 0; }

div.post a { text-decoration: underline; transition: all 0.2s linear 0s; }

div.post a.more-link { font-weight: bold; display:inline-block; padding: 5px 0; text-decoration: none; transition: all 0.2s linear 0s; }
div.post a.more-link:hover { text-decoration: underline; }

div.post div.featimage { margin-bottom: 10px; }
div.post div.featimage img { max-width: 100%; border-bottom: 5px solid; opacity:1; filter:alpha(opacity=100); transition: all 0.2s linear 0s; }
div.post div.featimage img:hover { opacity:0.9; filter:alpha(opacity=90); }

div.post img.alignright { float: right; margin-left: 10px; }
div.post img.alignleft { float: left; margin-right: 10px; }

div.post a.meta-comments { color: #fff; float: right; display: block; height: 46px; width: 42px; text-align: center; text-decoration: none; padding: 10px 0 0 0; margin-right: 5px; }
div.post a.meta-comments:hover { text-decoration: underline; color: #fff; }

div.post p.article-meta-categories { color: #C9C9C9; }
div.post p.article-meta-categories a { color: #C9C9C9; text-decoration: none; text-transform: uppercase; transition: all 0.2s linear 0s; }
div.post p.article-meta-categories a:hover { text-decoration: underline; color: #777; }

div.post p.article-meta-date { color: #a9a9a9; font-size: 12px; font-style: italic; }

div.post blockquote { border-left: 5px solid; padding: 7px 5px 7px 10px; margin: 1em; background: #f7f7f7; border-radius: 2px } 
div.post blockquote p { margin: 0; font-family: Helvetica, Arial, fantasy; font-size: 14px; } 

/* Page */

div.page p, 
div.page ul { margin-bottom: 10px; }

div.page ul { margin: 0 0 10px 2em; list-style: disc; }
div.page ul ul { margin: 0 0 0 2em; list-style-type:circle }
div.page ul ul ul { list-style-type:square }
div.page ol { margin: 0 0 10px 2.5em; list-style: decimal; }
div.page ol ol { margin: 0 0 0 2em; list-style: decimal; }

div.page strong { font-weight: bold; }
div.page em { font-style: italic; }

div.page h1.title,
div.page h2.title { font-size: 160%; line-height: 120%; font-weight: bold; margin: 0 0 10px 0; }
div.page h2.title a { text-decoration: none; transition: all 0.2s linear 0s; }
div.page h2.title a:hover { text-decoration: underline; }

div.page h1 { font-size: 160%; line-height: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.page h2 { font-size: 140%; line-height: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.page h3 { font-size: 120%; font-weight: bold; margin: 15px 0 10px 0; }
div.page h4 { font-size: 110%; font-weight: bold; margin: 15px 0 10px 0; }
div.page h5 { font-size: 105%; font-weight: bold; margin: 15px 0 10px 0; }

div.page a { text-decoration: underline; transition: all 0.2s linear 0s; }

div.page a.more-link { font-weight: bold; display:inline-block; padding: 5px 0; text-decoration: none; transition: all 0.2s linear 0s; }
div.page a.more-link:hover { text-decoration: underline; }

div.page div.featimage { margin-bottom: 10px; }
div.page div.featimage img { max-width: 100%; border-bottom: 5px solid; opacity:1; filter:alpha(opacity=100); transition: all 0.2s linear 0s; }
div.page div.featimage img:hover { opacity:0.9; filter:alpha(opacity=90); }

div.page img.alignright { float: right; margin-left: 10px; }
div.page img.alignleft { float: left; margin-right: 10px; }

div.page a.meta-comments { color: #fff; float: right; display: block; height: 46px; width: 42px; text-align: center; text-decoration: none; padding: 10px 0 0 0; margin-right: 5px; }
div.page a.meta-comments:hover { text-decoration: underline; color: #fff; }

div.page p.article-meta-categories { color: #C9C9C9; }
div.page p.article-meta-categories a { color: #C9C9C9; text-decoration: none; text-transform: uppercase; transition: all 0.2s linear 0s; }
div.page p.article-meta-categories a:hover { text-decoration: underline; color: #777; }

div.page p.article-meta-date { color: #a9a9a9; font-size: 12px; font-style: italic; }

div.page blockquote { border-left: 5px solid; padding: 7px 5px 7px 10px; margin: 1em; background: #f7f7f7; border-radius: 2px } 
div.page blockquote p { margin: 0; font-family: Helvetica, Arial, fantasy; font-size: 14px; } 

hr.post { margin: 10px 0 20px 0; border: none; border-top: 1px solid #eee; }
hr.breadcrumb { margin: 0 0 10px 0; border: none; border-top: 1px solid #eee;}

div.archive-title { color: #C9C9C9; text-transform: uppercase; margin: 0px 0 10px 0;}
div.archive-title em { font-style: italic; }

p.search-results { color: #C9C9C9; text-transform: uppercase; margin: 0px 0 10px 0;}
p.search-results em { font-style: italic; }
p.search-results strong { font-weight: bold; }

p.page-not-found { color: #C9C9C9; text-transform: uppercase; margin: 0px 0 10px 0; }

/* Breadcrumb */

div.breadcrumbs { font-size: 12px; color: #777; padding: 0 0 10px 0;}
div.breadcrumbs span.bdc-sep { font-size: 14px; display:inline-block; padding: 0 5px; color: #bbb;}
div.breadcrumbs a { text-decoration: none; transition: all 0.2s linear 0s; }
div.breadcrumbs a:hover { text-decoration: underline; }

/* Email capture */

div.email-capture { border-radius: 2px; color: white; text-align: center; margin: 10px auto;}
div.email-capture div.title  { font-size: 1.8em; font-weight: bold; padding: 15px 0; }
div.email-capture div.sub-title-text { font-size: 1.3em; font-weight: bold; padding: 0 0 15px 0; }
div.email-capture div.sub-title-text strong { font-style: italic; text-shadow: none; }

div.email-capture form { padding-bottom: 10px; }
div.email-capture form label { width: 0px; display: inline-block; text-indent: -100000px; }
div.email-capture form input { border-radius: 4px; }
div.email-capture form input[type=text] { color: #666; background: #fff; width: 25%; margin-bottom: 7px; border: 1px solid #e8eddd; padding: 5px 10px; }
div.email-capture form input[type=text]:hover { }
div.email-capture form input[type=submit] { border: none; }
div.email-capture form input[type=submit]:hover { background: none; }

/* Pagination */

.pagination { clear:both; padding: 0; font-size: 11px; line-height: 13px; text-align: center; }
	.pagination span, .pagination a { display:inline-block; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#000; border: 1px solid #d9d9d9; background: #f1f1f1; }
	.pagination a:hover{ color:#fff; border: 1px solid; }
	.pagination .current{ color:#fff; padding: 6px 9px 5px 9px; border: 1px solid; }

/* Search query */

#submit { margin: 5px 0; text-align: right; box-shadow: 0px 1px 2px rgba(0,0,0,0.25); padding: 5px; background: #20a8e7; color: white; border-radius: 3px; border: none; }
#submit:hover { background: #1d9fe1; }
#s { background: #fafafa no-repeat; background-position: 7px center; }

/* ALL Default Widget boxes */

.widget { margin-bottom: 20px; }
.widget .title { background-image: url('images/menu/custom/custom-menu-bg.png'); background-repeat: repeat-x; background-position: 0 20px; padding: 5px 10px; text-align: center; font-size: 16px; font-weight: bold; }
.widget .title span { background: white; padding: 5px 7px; display: inline-block; color: #777; }

.widget > ul { margin:0; padding: 0; }
.widget > ul > li { font-size: 12px; font-style: italic; color: #888; padding: 0 0 0 10px; margin: 5px 0 0 10px; background: url('images/menu/custom/custom-menu-li.png') no-repeat 0 7px; }
.widget > ul > li:hover { background: url('images/menu/custom/custom-menu-li-active.png') no-repeat 0 7px; }
.widget > ul > li > a { font-size: 14px; font-style: normal; text-decoration: none; transition: all 0.2s linear 0s; }
.widget > ul > li > a:hover { text-decoration: underline; }

/* Widget - Custom Menu */

.widget_nav_menu .title { display: none; }
.widget_nav_menu > div > ul > li { background-image: url('images/menu/custom/custom-menu-bg.png'); background-repeat: repeat-x; background-position: 0 20px; padding: 5px 10px; margin-bottom: 10px; text-align: center; font-size: 16px; font-weight: bold; }
.widget_nav_menu > div > ul > li > a { background: white; padding: 5px 7px; display: inline-block; text-decoration: none; transition: all 0.2s linear 0s; }
.widget_nav_menu > div > ul > li > a:hover { text-decoration: underline; background: #eee; border-radius: 2px; } 
.widget_nav_menu > div > ul > li > ul { text-align: left; font-size:14px; font-weight: normal; /*margin: 10px 0; */}
.widget_nav_menu > div > ul > li > ul > li { padding: 0 0 0 10px; margin: 5px 0 0 0; background: url('images/menu/custom/custom-menu-li.png') no-repeat 0 7px; }
.widget_nav_menu > div > ul > li > ul > li:hover { background: url('images/menu/custom/custom-menu-li-active.png') no-repeat 0 7px; }
.widget_nav_menu > div > ul > li > ul > li > a { text-decoration: none; color: #676767; transition: all 0.2s linear 0s; }
.widget_nav_menu > div > ul > li > ul > li > a:hover { text-decoration: underline; color: #222; }

/* Widget - Widget Custom Menu, Widget Text, Widget Calendar */

.widget_nav_menu,
.widget_text,
.widget_calendar,
.widget_archive { margin-bottom: 20px; }

.widget_text .title,
.widget_calendar .title,
.widget_recent_comments .title,
.widget_archive .title { background-image: url('images/menu/custom/custom-menu-bg.png'); background-repeat: repeat-x; background-position: 0 20px; padding: 5px 10px; text-align: center; font-size: 16px; font-weight: bold; }

.widget_text .title span,
.widget_calendar .title span,
.widget_recent_comments .title span,
.widget_archive .title span { background: white; padding: 5px 7px; display: inline-block; color: #777; }

/* Widget - Widget Text */

.widget_text .textwidget { color: #777; font-size: 14px; line-height: 1.3em; margin-left: 10px; }

/* Widget - Widget Calendar */

.widget_calendar table#wp-calendar { width: 100%; line-height: 1.3em; font-size: 12px; text-align: center; color: #777; }
.widget_calendar table#wp-calendar a { text-decoration: none; display: block; }
.widget_calendar table#wp-calendar caption { font-size: 13px; padding: 10px 0 7px 0; font-weight: bold; color: #444; }
.widget_calendar table#wp-calendar thead tr th {  font-weight: bold; color: #666; }
.widget_calendar table#wp-calendar tbody tr td a { background: #eee;  padding: 2px; transition: all 0.2s linear 0s;  }
.widget_calendar table#wp-calendar tbody tr td a:hover { background: #dedede; }
.widget_calendar table#wp-calendar tfoot tr td a { padding: 4px 2px; transition: all 0.2s linear 0s; }

/* Widget - Widget Category posts */

.widget_categoryposts {  margin-bottom: 20px; }
.widget_categoryposts .title { background-image: url('images/menu/custom/custom-menu-bg.png'); background-repeat: repeat-x; background-position: 0 20px; padding: 5px 10px; text-align: center; font-size: 16px; font-weight: bold; }
.widget_categoryposts .title > span > a { background: white; padding: 5px 7px; display: inline-block; text-decoration: none; transition: all 0.2s linear 0s; }
.widget_categoryposts .title > span > a:hover { text-decoration: underline; background: #eee; border-radius: 2px; }
.widget_categoryposts > ul { margin: 0; padding: 0; font-size:14px;}
.widget_categoryposts > ul > li { padding: 0 0 0 10px; margin: 10px 0 0 10px; background: url('images/menu/custom/custom-menu-li.png') no-repeat 0 7px; }
.widget_categoryposts > ul > li:hover { background: url('images/menu/custom/custom-menu-li-active.png') no-repeat 0 7px; }
.widget_categoryposts > ul > li > a { text-decoration: none; color: #676767; transition: all 0.2s linear 0s; }
.widget_categoryposts > ul > li > a:hover { text-decoration: underline; color: #222; }

/* Widget - Widget Archive */
.widget_archive > ul { margin:0; padding: 0; }
.widget_archive > ul > li { padding: 0 0 0 10px; margin: 5px 0 0 10px; background: url('images/menu/custom/custom-menu-li.png') no-repeat 0 7px; }
.widget_archive > ul > li:hover { background: url('images/menu/custom/custom-menu-li-active.png') no-repeat 0 7px; }
.widget_archive > ul > li > a { text-decoration: none; color: #676767; transition: all 0.2s linear 0s; }
.widget_archive > ul > li > a:hover { text-decoration: underline; color: #222; }

/* Widget - Widget Recent Comments */
.widget_recent_comments > ul { margin:0; padding: 0; }
.widget_recent_comments > ul > li { font-size: 12px; font-style: italic; color: #888; padding: 0 0 0 10px; margin: 5px 0 0 10px; background: url('images/menu/custom/custom-menu-li.png') no-repeat 0 7px; }
.widget_recent_comments > ul > li:hover { background: url('images/menu/custom/custom-menu-li-active.png') no-repeat 0 7px; }
.widget_recent_comments > ul > li > a { font-size: 14px; font-style: normal; text-decoration: none; transition: all 0.2s linear 0s; }
.widget_recent_comments > ul > li > a:hover { text-decoration: underline; }

/* Comments */

div.comments { color: #a9a9a9; font-size: 12px; font-style: italic; margin-bottom: 10px; }
div.comments-navigation { clear: both; overflow: hidden; padding: 5px 0 10px 0; font-size: 12px; }
div.comments-navigation div.prev-posts { float: left; }
div.comments-navigation div.next-posts { float: right; }

div.comments-navigation div.prev-posts a,
div.comments-navigation div.next-posts a { color: #999999; text-decoration: none; transition: all 0.2s linear 0s; }
div.comments-navigation div.prev-posts a:hover,
div.comments-navigation div.next-posts a:hover { color: #444444; text-decoration: underline; }

div#respond { margin: 0; padding:0; }
div.respond-title { color: #a9a9a9; font-size: 12px; font-style: italic; margin: 10px 0; }
div.cancel-comment-reply { text-align: left; margin: 10px;  font-size: 12px; font-weight: bold; display:inline-block;}
div.cancel-comment-reply a { color: #999; text-decoration: none; transition: all 0.2s linear 0s; }
div.cancel-comment-reply a:hover { color: #444; text-decoration: underline; }

p.logged-in-as { color: #a9a9a9; font-size: 12px; font-style: italic; margin: 10px 0; }
p.logged-in-as a { color: #a9a9a9; text-decoration: none; transition: all 0.2s linear 0s; }
p.logged-in-as a:hover { color: #444; text-decoration: underline; }

p.allowed-tags { color: #a9a9a9; font-size: 12px; font-style: italic; margin: 10px 0 0 0; }

ol.commentlist li.comment > div { overflow: hidden; clear: both; padding: 20px 0; }
ol.commentlist li.comment div div.vcard { float: left; text-align: center; margin-top: 10px; }
ol.commentlist li.comment div div.vcard div.avatar img { padding-bottom: 10px; border-bottom: 3px solid; }
ol.commentlist li.comment div div.vcard p a.comment-edit-link { font-size: 12px; text-decoration: none; transition: all 0.2s linear 0s;}

ol.commentlist li.comment div div.comment-body div.commentmetadata { font-size: 12px; font-style: italic; color: #999999; }
ol.commentlist li.comment div.comment-body div.commentmetadata a { color: #999999; text-decoration: none; transition: all 0.2s linear 0s; }
ol.commentlist li.comment div.comment-body div.commentmetadata a:hover { color: #444444; text-decoration:underline; }

ol.commentlist li.comment div div.comment-body { margin-left: 90px; background: #f6f6f6; border-radius: 4px; padding: 10px 10px; }
ol.commentlist li.comment div div.comment-body p { font-size: 13px; margin-bottom: 10px; }
ol.commentlist li.comment div div.comment-body em.approval { font-size: 13px; font-weight: bold; color: #444; }

ol.commentlist li.comment div div.comment-body div.reply a { text-decoration: none; transition: all 0.2s linear 0s; }
ol.commentlist li.comment div div.comment-body div.reply a:hover { text-decoration: underline; }

ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em 2.25em; }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 0 .25em 4.25em; }
ol.commentlist li.comment ul.children li.depth-4 { margin:0 0 .25em 6.25em; }
ol.commentlist li.comment ul.children li.depth-5 {}

ol.commentlist li.depth-1 div#respond { border-top: 1px solid #eee; }

#commentform label { font-weight: bold; width: 80px; display: inline-block; margin-bottom: 7px; text-align: right;  color: #999;}
#commentform input[type=text] { padding: 6px 5px; width: 50%; border: 0; background: #efefef; color: #777; }
#commentform textarea { font-family: arial; border:0; font-size: 14px; width: 100%; display: block; background: #efefef; color: #777;}

#commentform input[type=text]:focus, #commentform input[type=text]:hover { background: #eaeaea; color: #444; }
#commentform textarea:focus, #commentform textarea:hover { background: #eaeaea; color: #444; }
#commentform div.comments-submit { text-align: right; }
#commentform input[type=submit] { border: none; margin-top: 10px;}
#commentform input[type=submit]:hover { background: none; }

/* Footer menu */

div.menu-footer-menu-container ul li { float: left; margin: 5px 15px 0 0;  padding: 0 10px 5px 0; list-style: disc;}
div.menu-footer-menu-container ul li:first-child { list-style: none; }
	div.menu-footer-menu-container ul li a { text-decoration: none; }
	div.menu-footer-menu-container ul li:hover a { text-decoration: underline }
div.menu-footer-menu-container ul:after { content: ""; display: block;	clear: both; } 


/* Footer socal Icons */

div.socal-icons { float: right; margin: 0 20px 10px 0; }
div.socal-icon-item { float: left; margin-right: 10px; width: 24px; height: 24px; background-image: url('images/social_icons.png'); background-position: 0 0; }
div.socal-icon-item a { width: 24px; height: 24px; display: block; }

div.footer-icon-facebook {background-position: -48px 0; transition: all 0.2s linear 0s;}
div.footer-icon-facebook:hover {background-position: -48px 24px;}
div.footer-icon-twitter {background-position: -24px 0; transition: all 0.2s linear 0s;}
div.footer-icon-twitter:hover {background-position: -24px 24px;}
div.footer-icon-google_plus {background-position: 0 0; transition: all 0.2s linear 0s;}
div.footer-icon-google_plus:hover {background-position: 0 24px;}
div.footer-icon-pinterest {background-position: -288px 0; transition: all 0.2s linear 0s;}
div.footer-icon-pinterest:hover {background-position: -288px 24px;}
div.footer-icon-youtube {background-position: -312px 0; transition: all 0.2s linear 0s;}
div.footer-icon-youtube:hover {background-position: -312px 24px;}

/* Search from */

form#searchform { margin: 0; }
form#searchform label.screen-reader-text { display: none; }
form#searchform input[type='submit'] { display: none; }
form#searchform input#s { 
	color: #7f7f7f; 
	padding: 5px 0 5px 30px;
	border-radius: 3px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #cfcfcf;
  width: 360px; 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  max-width: 100%;
}

p.query-match { margin: 10px 0 0 0; font-weight: bold; }

/* Header Socal Items */

div.header-socal-items ul li { float: left;  }
div.header-socal-items ul li.facebook { margin-right: 25px; }

.mn-vbr { text-align: center; }

/* Responsive WP images */

.mn-vbr a img,
.header-image img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
#sidebar img,
.wp-caption {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.aligncenter,
.wp-caption.aligncenter {
  margin: 0 auto 1.5em auto;
  max-width: 100%;
  height: auto;
}

/* Button */

.button {
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;

	font-size: 14px;
	padding: 6px 10px 6px 10px;
	height: 28px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

    color: #fff;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    white-space: nowrap;

	outline: none;
	overflow: visible;
	cursor: pointer;

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);

	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; 

	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}

/* Tablets */
@media screen and (max-width: 1024px) {

  #header-wrap { text-align: left; border-bottom: 1px solid #efefef; }
  
  #header { max-width: 1024px; width: 100%; }
  #header .header-options { display: none; }
  #header .header-image { margin-left: 20px; }
  #header .header-image .site-name { font-size: 3em !important; }
  #header .header-image .site-description { font-size: 1.2em !important; line-height: 1.5em; }
  #header .menu-header-menu-container { display: none; }
  #header .header-menu-mobile { display: block; }

  div.header-menu-mobile { border-bottom: 0; }
  div.header-menu-mobile ul { display: none; height: auto; }

  form#searchform { text-align: center; }
  form#searchform input#s { width:96% !important; margin: 15px auto 0 auto !important; }

  #content-wrap { overflow: visible; }
  #content, #sidebar, #sidebar-2 { margin-left: 0 !important; margin-right: 0 !important; }

  div.post, 
  div.page,
  div.breadcrumbs { margin-left: 10px; margin-right: 10px; }

  #footer-wrap { clear: both; }
  #footer { float: none; width: 96% !important; margin: 0 auto !important; font-size: 1em; }
  
  div.footer-icon-facebook { background-position: -48px 24px; }
  div.footer-icon-twitter { background-position: -24px 24px; }
  div.footer-icon-google_plus { background-position: 0 24px; }
  div.footer-icon-pinterest { background-position: -288px 24px; }
  div.footer-icon-youtube { background-position: -312px 24px; }

}

/* Landscape smartphones */
@media screen and (max-width: 800px) {

  #content, #sidebar, #sidebar-2 { float: none !important; width: auto !important; height: auto !important; margin: auto !important; }
  #content { padding-top: 10px !important; }

  div.post, 
  div.page,
  div.breadcrumbs { margin-left: 10px; margin-right: 10px; font-size: 1.2em !important; } 

  div.breadcrumbs { font-size: 90% !important; }
  div.breadcrumbs span.bdc-sep { padding: 0; }
  div.post blockquote p { font-size: 18px; }
  div.featimage { margin-left: -10px; margin-right: -10px; }

  .widget_nav_menu > div > ul > li { font-size: 18px;}
  .widget_nav_menu > div > ul > li > ul { font-size: 16px; }

  .widget_text .title, .widget_calendar .title, .widget_recent_comments .title, .widget_archive .title { font-size: 20px; text-align: center; }
  .widget_text .textwidget { font-size: 15px; }

  .widget_calendar table#wp-calendar { font-size: 14px; }
  .widget_calendar table#wp-calendar caption { font-size: 15px; }

  .widget_categoryposts .title { font-size: 18px; }

  .widget_categoryposts {  margin-bottom: 20px; }
  .widget_categoryposts > ul { font-size: 16px; }

  .widget_recent_comments > ul > li { font-size: 14px; }
  .widget_recent_comments > ul > li > a { font-size: 16px; }

  .widget_archive > ul { font-size: 16px;  }

  .email-capture .title { line-height: 1em; width:96%; margin: 0 auto !important;}
  .email-capture form input[type="text"] { width:75% !important; }
  
  .archive-title, p.search-results { width:94% !important; margin: 0 auto !important; margin-bottom: 5px !important;  }

  #commentform textarea { width:99%; }

  .commentlist, #comments, #respond, .email-capture { width:96% !important; margin: 0 auto !important;}
  .email-capture { margin-top: 10px !important; }

}

/* Portrait smartphones */
@media only screen and (max-width: 480px)  {

  #footer { text-align: center; }
  #footer div.socal-icons { float: none; width:100%; }
  #footer div.socal-icons div.socal-icon-item { float: none; display: inline-block; }
  div.menu-footer-menu-container ul li { float: none; list-style: none; font-size: 120%; }

}