@charset "UTF-8";
/* CSS Document NDAUTHORSERVICES.COM */


/* GLOBAL ELEMENTS */

body {
      background-color: #FEFDFF!important;
}

body, .Blog {
      font-size: 15pt;
      color:  #111;
}

#Blog1, #main, .home-main-content, .Blog, .post-outer, .hentry {
      background-color: transparent !important;
}
.post {padding:0;}

p, blockquote, ol, ul, dt, dd {
      margin-bottom: 15pt;
      line-height: 1.5;
} 

.dropcap1:first-letter {
	font-size: 350%;
	font-family: Cinzel;
	float: left;
    margin: 5pt 0pt -4pt -4pt; 
	line-height: 0.8;
	color: #666;
}
a, a:hover, a:visited {outline: none; text-decoration: none;}

h1, h2, h3 {
      font-family:  'Cinzel';
      font-weight:  400;
      margin-bottom: 15pt;
}
.hentry h1 {
      text-indent: -1.2em;
      padding-left: 1.2em;
}
h4, h5, h6 {
      font-family: Arial, Helvetica, sans-serif;
      font-weight:  bold;
      margin-bottom: 15pt;
}

h1 {font-size: 28pt;}
h2 {font-size: 24pt;}
h3 {font-size: 20pt;}

input[type=text] {
      font-size: 13px !important;
      color: #111 !important;
      height: 24px !important;
      border: 1px solid #DDD !important;
}
input[type=submit], button[type=submit]{
      font-size: 13px !important;
      text-transform: uppercase !important;
      background-color: #111 !important;
      color: #FFF;
      height: 24px;
      border: none !important;
      border-radius: 0px !important;
}

noscript {color: #990000; border: 1px solid #900; padding: 10px;}

/* HASHTAG HIDER */
.wlWriterEditableSmartContent, .wlWriterSmartContent, .Hashtags, .hashtags {display: none !important; visibility: hidden !important;}

/* PREMADE COVER ZOOM IMAGE */
div.gallery_content a img:first-child {cursor: nesw-resize; cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}


/* BLOGSPOT NAVBAR REPOSITION & POPUP */
#navbar-iframe{
	position: fixed;
	bottom: 0px;
	z-index: 80;
	opacity: 0.0;
	background-color: #AAA;
	filter: alpha(Opacity=0);
}
#navbar-iframe:hover{
	opacity: 1.0;
	background-color: #FFF;
	filter: alpha(Opacity=100, FinishedOpacity=100);
}

a.navbar-brand {
      width: 60px;
      height: 60px;
      background-color: #111;
     background-image: url('https://027e80c215d7f2a677166c1663da27611982e720.googledrive.com/host/0Bzd09tGp2OU8Mm9WTjBIUi1xSkE/android-icon-96x96.png');
     background-size: 60px 60px;
     background-repeat: no-repeat;
}
a.navbar-brand:hover{
      -moz-box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75);
      -webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.75);
      box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75)
}

/* DARK GLOW ELEMENTS */

.sidebar .widget, .tabviewcont {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);    
}

#slide-wrapper, #main-header-wrapper, #footer, .navbar, .dropdown-menu {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);    
}

#slide-wrapper {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75), 0px -40px 20px 0px rgba(0,0,0,0.75), 0px -80px 40px 0px rgba(0,0,0,0.75), 0px -120px 60px 0px rgba(0,0,0,0.75), 0px -160px 80px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.75), 0px -40px 20px 0px rgba(0,0,0,0.75), 0px -80px 40px 0px rgba(0,0,0,0.75), 0px -120px 60px 0px rgba(0,0,0,0.75), 0px -160px 80px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75), 0px -40px 20px 0px rgba(0,0,0,0.75), 0px -80px 40px 0px rgba(0,0,0,0.75), 0px -120px 60px 0px rgba(0,0,0,0.75), 0px -160px 80px 0px rgba(0,0,0,0.75);

}
/* Disable Glow of Subelements */
.tabviewcont .section .widget{
   -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}

/* MENU */
/* SITE MENU SECTION */

.navbar, .navbar *, .navbar-nav *, .navbar-right, .dropdown, .dropdown-menu, ul.dropdown-menu li a{
	background-color: #111 !important;
        color:#AAA;
	border: 0px !important;
}
 .fa-search, ul.dropdown-menu li a:hover, .navbar-right li a:hover {color: #FFF !important;}
a.navbar-brand {
      width: 60px;
      height: 60px;
      background-color: transparent;
     background-size: 60px 60px;
     background-repeat: no-repeat;
     border: 0px !important;
	-moz-box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75);
	-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.75);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75);
}
a.navbar-brand:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-text  {color:#AAA}

.navbar-default .navbar-nav>li>a {color:#AAA; border: none;}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
	color:#FFF;
	background-color:transparent;
	-moz-box-shadow:inset 0 0 20px 0 rgba(256,256,256,.1);
	-webkit-box-shadow:inset 0 0 20px 0 rgba(256,256,256,10);
	box-shadow:inset 0 0 20px 0 rgba(256,256,256,.1);
}

.navbar-default {border: 0px;}
.navbar-nav .fa {padding-left: .2em; color: #FFF;}
.sr-only, .icon-bar {background-color: #FFF !important;}



/* BLOG HEADER */
.container-slash{
      height: 0px;;
}

#main-header-wrapper {
      margin-top: 60px;
      padding-bottom: 0px;
      margin-bottom:  20px;
      background-image: url(https://58b46a23c24c2dd731b864173dddac7ba2371025.googledrive.com/host/0Bzd09tGp2OU8VUI5LXRyWURmeEE/main_back.jpg);
      background-size: 100% auto;
}

#header-wrapper{
      
}
#header-wrapper head-col, #blog-title, #Header1, #top-ad, .header-advertisement {
      height: 0px !important;
      margin: 0px !important;
}
.titlewrapper, .descriptionwrapper {
      position: absolute;
      float: left;
      margin-left: -9999px;
	  display: none;
      height: 0px !important;
      font-size: 0.5pt;
}

/*
#banner-container {
     display: block;
     width: 100%;
     height:  auto;
     border:  1px solid red;


}
*/
#banner-image {
      width:  100%;
      height:  auto;
           clear: both;
     break-after: always;
     break-before: always;
}



/* SLIDER */
.slides h3, .slides .more_slider_info, .flex-control-paging {display: none; visibility: hidden;}

.magazine_slider_label {
      color: #FFF;
      font: 10pt;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      padding:0.3em;
      letter-spacing: 0.1em;
  text-shadow: 0px 0px 4px #000, 0px 0px 8px #000, 0px 0px 12px #000;
}
.magazine_slider_flex {
      border: none; 
      background: none;
}
div.fullslider > div > ul > li > a {margin-right: 1px!important;}


/* MAIN BLOG FRONT PAGE*/

#main, .Blog, .post-start {
      width: 100%;
      padding-top: 0px;
      border: none!important;
}

.post-h3-recent {
	  letter-spacing: 0.1em;
	  width: 100%;
	  border-bottom: 1px solid #111;
      margin-bottom: 20px;
}
.post-h3-recent h3 {font-size: 20pt;}


#list-main .post-start {
      border-bottom: 1px solid #464646!important;
}

#list-main h2.post-main-home-title {
      margin-bottom: 0px;
}
#list-main h2.post-main-home-title a:hover {
      color: #770000;
}
#list-main .post-header-home {
      padding-left: 1.5em;
      margin: 0;
      margin-left: 215px;
      margin-bottom: inherit;
      line-height: 1;
      font-size: 12pt;
}

#list-main .post-start .hentry {
      line-height: 1.5;
}

.post ol, .hentry ol {
      list-style: decimal;
}
div.post-header {
      margin-left: 0px;
      padding-left: 20px;
      border-bottom: 1px #111 !important;
      margin-bottom: 1em;
}

/* BLOG PAGE */

.hentry h1.entry-title {

}
.hentry div.post-header {
      margin-bottom: inherit inherit;
      padding-bottom: 5px;
      line-height: 1;
      font-size: 12pt;
      border-bottom: 1px solid #111 !important;
}

.post-labels {margin: 0;}

.purchase_content {display: none; visibility: hidden;} /*Hide purchase DIV in main blog list*/

#related-posts {font-size:14px; line-height:16px;}
#related-posts, #related-posts h3 {margin-bottom: 0px;}
#related-posts > div {
      text-align: center !important;
      margin: 0px;
      margin-right: auto;
      margin-left: auto;
      padding: 0px;
      padding-left: auto;
      padding-right: auto;
      background-color: #111;
      color: #FFF;
}
#related-posts > div > a {
      width:25%;
      min-width: 176px;
      line-height: 1.1;
      text-align: center !important;
      font-weight: bold;
      font-size: 12pt;
      font-weight: bold !important;
      color: #FFF !important;
      text-align: center;
}

#related-posts > div > a:hover img {
      -moz-box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75);
      -webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.75);
      box-shadow:inset 0 0 20px 0 rgba(0,0,0,.75)
}

#related-posts > div > a > img {width: 100%; border: 1px solid #111;}

/* BLOG FOOTER ZONE */

#footer1 .widget .widget-content * {
      font-size: 13pt !important;
}


/* FontAwesome Social Icons */
.socialIcon {
display: inline-block;
color: #FFF;
background-color: #111;
border-radius: 0px;
border: 0px;
text-align: center;
font-size: 36px;
vertical-align: middle !important;
min-width: 48px!important;
max-width: 48px!important;
min-height: 48px!important;
margin-bottom: 4px;
padding-top: 7px;
}
a.socialLink {
text-decoration:none;
text-align: center!important;
border-radius: 0px;
}

.fa-wordpress{padding-left: 2px;}

.fa-rss {background-color: #FFAA00;}
.fa-rss:hover {background-color: #111;}
.fa-facebook {background-color: #3b5998;}
.fa-facebook:hover {background-color: #111;}
.fa-linkedin {background-color: #007bb6;}
.fa-linkedin:hover {background-color: #111;}
.fa-twitter {background-color: #00aced; padding-left: -1px;}
.fa-twitter:hover {background-color: #111;}
.fa-google-plus {background-color: #dd4b39;}
.fa-google-plus:hover {background-color: #111;}
.fa-pinterest {background-color: #cc0000; padding-left: -1px;}
.fa-pinterest:hover {background-color: #111;}
.fa-wordpress {background-color: #0085be;}
.fa-wordpress:hover {background-color: #111;}
.fa-tumblr {background-color: #2c4762;}
.fa-tumblr:hover {background-color: #111;}
.fa-blogcom {background-color: #8dc740; padding-left: -1px;}
.fa-blogcom:hover {background-color: #111;}
.fa-delicious {background-color: #0b79e5; padding-left: -3px;}
.fa-delicious:hover {background-color: #111;}
.fa-sun-o {background-color: #AE5D15;}
.fa-sun-o:hover {background-color: #111;}



/* Popular, Trend, Recent widgets */
.popular-posts .item-thumbnail {margin-top: .5em;}
.popular-posts .item-title {font-weight: bold;}
.popular-posts .item-snippet {line-height: 1.5;}


/* Popular, Trend, Recent widgets */
.popular-posts .item-thumbnail {margin-top: .5em;}
.popular-posts .item-title {font-weight: bold;}
.popular-posts .item-snippet {line-height: 1.5;}

/* Site Search */
.follow-by-email-address{}

/* News Categories */
.Label > div > ul > li > a .Label > div > ul > li {background-color: #111; border: 0px !important;}

#Label1 > div > ul > li > span {
background: rgb(216,123,86);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4N2I1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzk5NGM2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzM2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgb(216,123,86) 0%, rgb(153,76,105) 45%, rgb(51,63,127) 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(216,123,86)), color-stop(45%,rgb(153,76,105)), color-stop(80%,rgb(51,63,127)));
background: -webkit-linear-gradient(top,  rgb(216,123,86) 0%,rgb(153,76,105) 45%,rgb(51,63,127) 80%);
background: -o-linear-gradient(top,  rgb(216,123,86) 0%,rgb(153,76,105) 45%,rgb(51,63,127) 80%);
background: -ms-linear-gradient(top,  rgb(216,123,86) 0%,rgb(153,76,105) 45%,rgb(51,63,127) 80%);
background: linear-gradient(to bottom,  rgb(216,123,86) 0%,rgb(153,76,105) 45%,rgb(51,63,127) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87b56', endColorstr='#333f7f',GradientType=0 );
}



/* Pinterest Widget */
#HTML7 .widget-content span {
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow:  none !important;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=false,ShadowOpacity=0.0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=false,ShadowOpacity=0.0)";
	zoom: 1;
}

/* CONTENT SECTION */


.status-msg-wrap, .status-msg-body {position:relative!important;}
div.status-msg-wrap, div.status-msg-body, div.status-msg-wrap * {
      margin-left: 0;
      margin-right: 0;
	  margin-top: 0px;
  	  padding:5px;
      width: inherit;
      border: 0px;
      background-color: #111;
      color: #FFFFFF!important;
	  font-size: 16pt;
}

.post-start .homepage-thumb div div div {font-size: 12pt; color: #111;}



.post-footer *, .post-footer-line * {
	font-size: 10pt!important;
	line-height: 1.1;
	text-align: justify;
}

.hentry * {color: #111;}
.hentry a {color: #770000;}
.hentry p, .hentry blockquote {text-align: justify !important;}
.hentry p, .hentry blockquote, .hentry ol, .hentry ul,  {
	margin: 1em 0em;

    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.hentry p, .hentry blockquote, .hentry ol, .hentry ul, .hentry dt, .hentry dd, .hentry table  {
	color: #111;
}

.hentry table thead {
      background-color: #CCC;
      color: #111;
      font-weight: bold;
}

.hentry blockquote {}
.hentry dt, .hentry ol, .hentry ul, .hentry blockquote {margin-left: 2em; margin-right: 2em;}


dd {margin-left: 4em;}

.img-post-span {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: table-cell;
    text-align: center !important;}
.img-post-span .img-responsive {
    vertical-align: middle !important;
    margin-bottom: 0.5em;}

ul.post-sharing-menu {margin-left: 0px; margin-right: 0px;}
.img-home-thumb, .imgpost {width: 182px;}

/* ADDTHIS SHARING BELOW POSTS*/
#atstbx {
      background-color: #111 !important;
      text-align: right;
      padding: 0.2em;
}
/* Related Posts at bottom of Single Post Page */


#related-posts h3{
    margin-bottom: 10!important;
    padding:5px 10px 10px 0px!important;
    font-size:24pt;

    color: #111;
    line-height:14px;
    text-transform: capitalize;
    z-index:2;

    color:#111;
    position:relative;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}


#blog-pager {
	  border: 1px solid # !important;
      margin: 0px;
      padding: 4px;
      text-align: center;
      overflow: hidden;
}

#blog-pager span a, #blog-pager a {
      padding:8px 36px;
      color: inherit!important;
      text-decoration: none;
      border: none;
      }


/* SIDEBAR AND FOOTER HEADERS */
#sidebar > .widget > h2, .footer-top div div div div.section h2 {
      font-family: Arial, Helvetica, san-serif;
      font-weight: bold;
      margin-bottom: 0 !important;
}

/* Trending, Recent, Popular */

.PopularPosts .item-title {
      padding-top: 2pt;
      font-size: 13pt;
      letter-spacing: 1px;
}
.PopularPosts .item-thumbnail img {
      height: 72px;
      width: 72px;
}



/* SITE FOOTER */

#footer, .footer-top {
      background-color: #111;
}

#footer .footer-link {
      margin: 0;
      margin-top: 12pt;
      font-size-adjust: 75%;
      background-color: inherit inherit;
}


/* ICON SPRITES */

.resourceIcon {float: left; margin: 4px 10px 5px 0px; padding: 0px;}

#ContactForm1{ display:none!important; visibility: hidden;}


