/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f7d91f;
	/* Fallback for when there is no custom background color defined. */
	font-family:Arial,Helvetica,sans-serif;
	font-size:small;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}


.site-header {
	background-image:url(http://tempwp.aajoda.com/wp-content/themes/twentysixteen/bar_02.jpg);
	background-repeat:repeat-x;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
	z-index:10000;
	height:72px;
}
.site-header h1 {
	margin:0;
	padding:0;
}

.site-header-main {
	max-width:1010px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.site-inner {
	position:relative;
}

.site-content {
	padding-top:15px;
}

.contentwrappr {
	position:relative;
	text-align:center;
	background:#000;
	color:#fff;
	padding:50px 0 40px;
	background-repeat:no-repeat;
	background-position:center bottom;
	min-height: 430px;

}

.entry-title {
  color: #999999;
  font-weight:900;
  font-size:large;
  margin-bottom:15px;
  text-transform:uppercase;
}

.entry-title span:last-child {
  color: #ff0000;
}


.wrap-99 {
background:#d5d5d5;
color:#000;
}

.contentwrapprinr {
	max-width:1010px;
	margin:0 auto;
}
.contentwrapprinr article {
	text-align:left;
	line-height:15px;
	display:block;
	padding:30px;
	margin:50px 30px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:rgba(0,0,0,0.6);
}



.contentwrapprinr .entry-content {
	   
}


.site-footer {
	background-image:url(http://tempwp.aajoda.com/wp-content/themes/twentysixteen/bar_04.png);
	background-repeat:repeat-x;
	height:43px;
	text-align:center;
}


.site-info {
    font-size: 11px;
    color: #aaaaaa;
	max-width:1010px;
	padding-top:12px;
	margin:0 auto;
	text-align:right;
}


.site-branding {
	float:left;
}

.menu-toggle {
	display:inline-block;
	float:right;
	background:transparent;
	color:#fff;
	font-size: 25px;
    line-height: 25px;
	padding:7px 15px;
}

.menu-toggle:before {
    content: "\2630";
	}

.menu-toggle.toggled-on {
    background: transparent;
    font-weight: bold;
    margin: 0;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000000;
}	
	
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
	background:#f7d822;
}

.site-header-menu {
	display:none;

}

.site-header-menu.toggled-on {
	display:block;
	background-color: #2b2625;
    bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
	overflow-x:auto;
	}
	
	.menu-toggle.toggled-on:before {
    content: "x";
}

.toggled-on .sub-menu {
	position:relative;
}


.site-header-menu.toggled-on ul.primary-menu {
	padding-top:40px;
}

ul.primary-menu  {
	margin:0;
	list-style:none;
	padding:0;
}

ul.primary-menu  li {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

ul.primary-menu  li a {
    font-size: 12px;
    color: #fefefb;
    font-weight: bold;
	padding:15px 25px;
	margin:0;
	display:block;
	text-decoration:none;
	margin-right:80px;
	}
	



ul.primary-menu li a:hover, ul.primary-menu li.current_page_parent  a , ul.primary-menu li.current-menu-item a {
		color:#f7d91f;
}

.dropdown-toggle:hover, .dropdown-toggle:active,.dropdown-toggle:focus {
	background:#f7d91f;
}
	
.dropdown-toggle {
	float:right;
	color:#fff;
	background:transparent;
	font-size:25px;
	display:inline-block;
	line-height:25px;
	position:absolute;
	top:0;
	right:20px;
	padding:12px 15px;
	z-index:15;
}
.dropdown-toggle:before {
	content:'+';
}


.dropdown-toggle.toggled-on:before {
	content:'-';
}


.dropdown-toggle span {
	display:none;
}


.sub-menu {
	display:none;
	position:absolute;
	left:0;
	padding-top:8px;
	float:none;
	width:100%;
	margin:0;
	min-width:142px;
}



.sub-menu li {
	display:block;
	width:100%;
	background:#3d3938;
	float:none;
}
.sub-menu li  a{
	margin:10px;
	padding:6px;
	color:#fff;
	border-bottom:4px solid #555150;
	margin-right:0 !important;
}


.sub-menu li:last-child a {
	border-bottom:0;
}

.page-id-72 .contentwrappr, .page-id-33 .contentwrappr, .page-id-49 .contentwrappr, .page-id-52 .contentwrappr,.page-id-55 .contentwrappr,.page-id-90 .contentwrappr {
	background-color:#d5d5d5;
	color:#000;
}
.page-id-72 .contentwrapprinr article , .page-id-33 .contentwrapprinr article , .page-id-49 .contentwrapprinr article , .page-id-52 .contentwrapprinr article ,.page-id-55 .contentwrapprinr article ,.page-id-90 .contentwrapprinr article  {
	background:transparent;
}


.page-id-72 .entry-title, .page-id-33 .entry-title, .page-id-49 .entry-title, .page-id-52 .entry-title,.page-id-55 .entry-title,.page-id-90 .entry-title {
	color:#474143;
}







.slogan {
	display:block;
	color:#333;
	font-size:18px;
	margin-top:-8px;
      -webkit-font-smoothing:antialiased;
}



	
.sub-menu {
	display:none;
}

   .sub-menu.toggled-on{
	display:block;
	}
	
.hsm {
	display:none;
}

video {
  width: 100%    !important;
  height: auto   !important;
} 

.wp-video-shortcode {
	max-width: 100%;
}

.page-id-13  .contentwrappr  {
	background-color:#d5d5d5;
}

.page-id-13  .contentwrapprinr article {
	 max-width: 100%!important;
     padding: 0!important; 
     text-align: left!important;
     margin-top: 0!important;
     margin-left: 0!important;
    margin-right: 0!important;
    background: transparent !important;
	margin-bottom:0 !important;
	}

.page-id-13  .contentwrapprinr article p {
	margin:0;
	line-height:0;
}	
	.page-id-13  .contentwrapprinr article  header{
	display:none;
}

.page-id-13 .contentwrappr {
	padding:0;
	min-height:0;
}

.contentwrappr {
	padding-bottom:300px;
}

@media (min-width: 850px) {

.contentwrappr {
	padding-bottom:0;
}

   .sub-menu.toggled-on{
	display:none;
	}
.slogan {
	color:#a5a5a5;
	      font-weight:100;

}

.hsm {
	display:inline;
}


ul.primary-menu  li:hover   .sub-menu{
	display:block;
	}

 .menu-toggle {
	display:none;
 }
 
 .dropdown-toggle {
	display:none;
 }
 
.site-header-menu  {
	display:block;
	float:right;
	
}

ul.primary-menu  li {
	float:left;
	text-align:left;
}

ul.primary-menu li {
	margin-right:0;
}

ul.primary-menu li  a{
	padding:8px 12px;
	margin-right:0;
}

.contentwrapprinr article {
	max-width:250px;
	padding:0;
	text-align:left;
	margin-top:100px;
	margin-left:auto;
	margin-right:90px;
	line-height:15px;
	background:transparent !important;
}


.page-id-49 .contentwrapprinr article, .page-id-52 .contentwrapprinr article {
	margin-left:90px;
	margin-right:auto;
}

}
