/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@import url("../generatepress/style.css");
/**/
::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #190e38;
}
::-webkit-selection { /* Code for Firefox */
 color: #fff;
 background: #190e38;
}
::-ms-selection { /* Code for Firefox */
 color: #fff;
 background: #190e38;
}
::-o-selection { /* Code for Firefox */
 color: #fff;
 background: #190e38;
}
::selection {
	color: #fff;
	background: #190e38;
}
:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 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;
}
a:active, a:hover {
	outline: 0;
}
a, a:visited {
	color: #000;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #190e38;
	color: #fff;
}
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: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
input, select {
	vertical-align: middle;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 2px solid #cca564;
}
[role="button"] {
 cursor: pointer;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1230px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
/***************** Grid End -------------------------------------------------------------*****************/

@font-face {
	font-family: 'Renner-it-Bold';
	src: url('fonts/Renner-it-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Renner-it-Bold.otf') format('opentype'), url('fonts/Renner-it-Bold.woff') format('woff'), url('fonts/Renner-it-Bold.ttf') format('truetype'), url('fonts/Renner-it-Bold.svg#Renner-it-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Renner-it-Book';
	src: url('fonts/Renner-it-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Renner-it-Book.otf') format('opentype'), url('fonts/Renner-it-Book.woff') format('woff'), url('fonts/Renner-it-Book.ttf') format('truetype'), url('fonts/Renner-it-Book.svg#Renner-it-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Renner-it-Medium';
	src: url('fonts/Renner-it-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Renner-it-Medium.otf') format('opentype'), url('fonts/Renner-it-Medium.woff') format('woff'), url('fonts/Renner-it-Medium.ttf') format('truetype'), url('fonts/Renner-it-Medium.svg#Renner-it-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	background: #ffffff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin: 0 0 30px 0;
}
a {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	color: #cca564;
}
a:hover {
	text-decoration: none;
	color: #190e38;
}
ul, li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	line-height: normal;
	color: #000;
	font-weight: normal;
	font-family: 'Renner-it-Medium';
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* Header */
.header {
	width: 100%;
	z-index: 99999;
	background: #fff;
	border-bottom: 2px solid #cca564;
	color: #FFF;
	padding: 0px 0;
	margin-bottom: 0;
}
.logo {
	width: 20%;
	padding: 5px 0;
	float: left;
	display: inline-block;
	position: relative;
	text-align: left;
}
.logo a {
	display: inline-block;
}
.logo a:hover {
	opacity: 0.8;
}
.navigation {
	width: 60%;
	float: left;
}
.topnavigation {
	text-align: center;
}
.topnavigation ul {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
.topnavigation ul li {
	display: inline-block;
	position: relative;
}
.topnavigation ul li a {
	text-decoration: none;
	font-family: 'Renner-it-Book';
	display: block;
	padding: 33px 10px;
	text-align: center;
	color: #000;
	font-weight: normal;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.topnavigation li a:hover {
	color: #cca564;
}
.topnavigation li a:hover:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -1px;
	left: 45%;
	text-align: center;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: #cca564 transparent;
	display: block;
}
.topnavigation li.current-menu-item > a {
	color: #cca564;
}
.topnavigation ul li.current-menu-item a:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -1px;
	left: 45%;
	text-align: center;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: #cca564 transparent;
	display: block;
}
.topnavigation li.current-menu-item > a:hover {
	color: #a1a1a1;
}
.topnavigation ul ul {
	display: none;
}
.topnavigation ul li:hover ul {
	position: absolute;
	display: block;
	background: #cca564;
	border-top: 2px solid #cca564;
	z-index: 99;
	min-width: 120px;
}
.navigation ul ul li {
	display: block;
}
.navigation ul ul li a {
	font-size: 12px;
	display: block;
	padding: 5px 10px;
	text-align: left;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.navigation ul ul li a:hover:after {
	display: none;
}
.navigation ul ul li:last-child a {
	border-bottom: 0;
}
.navigation ul ul li a:after {
	display: none;
}
.topnavigation ul ul li a:hover {
	background: #000;
	color: #fff;
}
.header-search {
	float: right;
	text-align: right;
	width: 20%;
	position: relative;
	padding: 28px 0;
}
.inside-right-sidebar input[type="search"], .header-search input[type="search"] {
	border: none;
	width: 80%;
	border: 1px solid #cca564;
	border-radius: 1px;
	padding: 4px 10px;
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	height: 35px;
}
.header-search .search-submit {
	display: inline-block !important;
	background: #cca564 url(images/search.png) no-repeat right center;
	font-size: 0;
	width: 40px;
	height: 35px;
	float: right;
}
/* Header End */

.letest-post-section {
	position: relative;
}
.last-post {
	height: 500px;
	background: #cca564;
	margin: 30px 0;
	width: 100%;
}
.last-post-detail {
	height: 100%;
	width: 34%;
	padding: 8% 4%;
	color: #000;
	border-right: 1px solid #FFF;
}
.last-post-detail h1 a {
	color: #000;
}
.last-post-detail h1 a:hover {
	color: #FFF;
}
.post-author {
	display: block;
	height: auto;
	margin-bottom: 10px;
}
.post-author a {
	color: #000;
	font-size: 14px;
	font-family: 'Renner-it-Book';
	font-weight: normal;
}
.post-author span {
	margin: 0 5px;
}
.post-author span:after {
	width: 20px;
	margin-left: 15px;
	height: 1px;
	color: #000;
	content: "---";
	position: relative;
}
.post-author span:first-child {
	margin-left: 0;
}
.post-author span:last-child:after {
	display: none;
}
.last-post-detail h1 {
	margin-bottom: 20px;
}
.last-post-detail p {
	color: #000;
}
a.readmore {
	font-family: 'Renner-it-Book';
	color: #000;
	position: relative;
	text-transform: capitalize;
}
a.readmore:hover:after {
	margin-left: 15px;
}
a.readmore:after {
	width: 25px;
	margin-left: 10px;
	height: 8px;
	top: 5px;
	color: #000;
	content: " ";
	position: absolute;
	background: url(images/Untitled-2.png) no-repeat;
}
.last-post-img {
	height: 100%;
	width: 66%;
	overflow: hidden;
	background: #eee;
	float: right;
}
.last-post-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-webkit-object-fit: cover;
	transition: transform .7s;
}
.last-post-img:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
/* search section End */
.section-wrapper {
	margin-bottom: 30px;
}
h2.pagetitle {
	line-height: 31px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h2.pagetitle strong {
	line-height: 31px;
	padding-bottom: 17px;
	border-bottom: 2px solid #cca564;
}
h2.widget-title {
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
	margin-bottom: 15px;
	text-transform: capitalize;
	position: relative;
	font-size: 24px;
}
h2.widget-title:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #cca564;
	width: 40%;
	bottom: -2px;
	left: 0;
}
.home-post-block {
	position: relative;
	padding-bottom: 30px;
}
.home-post-block a {
	color: #000;
}
.home-post-block a:hover {
	color: #cca564;
}
.home-post-block h2 {
	margin-bottom: 10px;
}
.home-post-block p {
	font-size: 16px;
	margin-bottom: 15px;
}
.home-post-block div {
	overflow: hidden;
	padding: 1px;
	background: #fff;
	border: 1px solid #eee;
	height: 250px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.home-post-block div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-webkit-object-fit: cover;
	transition: transform .7s;
}
.home-post-block div:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
/* Recent Posts end */
/********************************** Sidebar CSS ********************************************/
.footer {
	background: #111;
	padding: 30px 0;
	color: #FFF;
}
.footer p {
	color: #FFF;
	margin-bottom: 0;
}
.main-footer p {
	font-size: 14px;
}
.copyright {
	background: #000000;
	padding: 15px 0;
	color: #FFF;
	font-size: 14px;
}
.copyright a {
	color: #cca564;
}
.footer-nav {
	display: block;
	text-align: right;
}
.footer-nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
.footer-nav ul li {
	display: inline-block;
	margin: 0 10px;
}
.footer-nav ul li a {
	color: #FFF;
}
.footer-nav ul li a:hover {
	color: #cca564;
}
/***************** style End -------------------------------------------------------------*****************/
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
	padding: 0;
}
.widget-area .widget {
	padding: 0px !important;
}
.inside-right-sidebar .textwidget, .inside-right-sidebar .search-form, .related-gallery {
	border: 1px solid #cca564;
	background: #fffcf6;
	padding: 15px;
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 30px !important;
}
.inside-right-sidebar .gallery-item {
	display: table;
	text-align: left;
	clear: both;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 15px;
}
.inside-right-sidebar .gallery-icon {
	padding: 2px;
	width: 80px;
	height: 80px;
	border: 1px solid #cca564;
	float: left;
	margin-right: 10px;
}
.inside-right-sidebar .search-form input[type="search"] {
	padding: 5px 35px 5px 10px;
	width: 100%;
	background: #FFF url(images/search-color.png) no-repeat center right;
}
.inside-right-sidebar .gallery-item .gallery-caption {
	padding-top: 15px;
}
.inside-right-sidebar .gallery-item .gallery-caption a {
	color: #000;
	font-family: 'Renner-it-Medium';
}
.sidebar-social ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.sidebar-social ul li {
	display: inline-block;
	margin: 0 0px;
	width: 17.7%;
	margin-right: 1%;
	padding-bottom: 0;
}
.sidebar-social ul li:last-child {
	margin-right: 0;
}
.sidebar-social ul li a {
	display: inline-block;
	width: 100%;
	height: 45px;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	transition: .3s ease;
}
.sidebar-social ul li a.pinterest {
	background: rgb(203, 32, 39) none repeat scroll 0% 0%;
}
.sidebar-social ul li a.facebook {
	background: rgb(59, 89, 152) none repeat scroll 0% 0%;
}
.sidebar-social ul li a.instagram {
	background: rgb(212, 67, 68) none repeat scroll 0% 0%;
}
.sidebar-social ul li a.twitter {
	background: rgb(0, 172, 237) none repeat scroll 0% 0%;
}
.sidebar-social ul li a.google {
	background: rgb(213, 70, 58) none repeat scroll 0% 0%;
}
.sidebar-social ul li a:hover {
	opacity: 0.8;
}
/***************** Sidebar End -------------------------------------------------------------*****************/

/* Table CSS */
.byb2-container {
	max-width: 100%;
	margin: 0 auto 40px 0;
}
.byb2-features-item-container {
	padding: 0px 0px 0px 40px;
}
.byb2-table {
	border-spacing: 0;
	width: 100%;
	border: none;
	border-collapse: unset;
	border-radius: 10px 10px 0 0;
}
.byb2-table__thead {
	background-color: #cca564;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 7px;
}
.byb2-table__thead th {
	padding: 10px 0px;
	background: #cca564;
	border: none;
	text-align: center;
	text-transform: uppercase;
}
.byb2-table__thead th:first-child {
	border-top-left-radius: 0px;
	font-size: 15px;
	font-weight: bold;
}
.byb2-table__thead th:last-child {
	border-top-right-radius: 0px;
	border-bottom: 0px;
}
.byb2-table__thead-image {
	width: 20%;
	border: none;
	text-align: center;
	font-size: 15px;
}
.byb2-table__thead-product {
	width: 24%;
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0px;
}
.byb2-table__thead-button {
	width: 30%;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 0px;
}
.byb2-table__thead-details {
	width: 30%;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.byb2-table__column-image {
	text-align: center;
	margin: 0px 0px;
	border-left: 1px solid #cca564;
	border-bottom: 1px solid #cca564;
	width: 20%;
	border-right: none;
	vertical-align: middle;
	padding: 15px 0px;
}
.byb2-table__image {
	max-height: 140px;
	margin: 0px 0px 0px 0px;
	height: auto;
	max-width: 80%;
}
.byb2-table__column-button {
	border-top: 0px;
	border-right: 1px solid #cca564;
	border-bottom: 1px solid #cca564;
	width: 30%;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
	border-left: none;
}
.byb2-table__column-product {
	border-bottom: 1px solid #cca564;
	width: 24%;
	padding: 10px 10px 10px 10px;
	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.byb2-table__column-features {
	width: 30%;
	border-bottom: 1px solid #cca564;
	text-align: left;
	border-right: none;
	padding: 10px;
	vertical-align: middle;
}
.byb2-table__link-label {
	color: #000000;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	letter-spacing: .5px;
	font-weight: bold;
	font-size: 12px;
	display: none;
	margin: 0 0 5px 0;
	border-radius: 8px;
}
.byb2-table__link-label-mobile {
	color: #D0021B;
	padding: 0px 10px;
	line-height: 16px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	letter-spacing: .5px;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 5px 0;
	border-radius: 4px;
	border: 2px solid #CF4D35;
	display: block;
	max-width: max-content;
}
.byb2-table__column-title {
	text-align: left;
	color: #cca564;
	font-size: 18px;
	text-transform: capitalize;
	margin: 8px 0 8px 0;
	display: block;
	line-height: 24px;
	font-family: 'Renner-it-Book';
}
.byb2-table__button {
	display: block;
	background-color: #D0021B;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: Roboto Slab;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.2px;
	border-radius: 10px;
	padding: 10px 14px;
	width: auto;
	max-width: 150px;
	margin: auto auto;
	text-align: center;
	transition: .2s linear;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.byb2-table__button:hover {
	background-color: #F05E70;
}
.byb2-table__features-item {
	line-height: 18px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #1C74BF;
	position: relative;
	font-size: 15px;
	text-align: left;
	list-style-type: none;
	font-weight: 400;
	text-align: left;
}
.byb2-table__features-item ul li {
	padding-left: 50px;
}
.byb2-table__features-item li {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
	list-style-type: disc;
	color: #CF4D35;
	line-height: 1.4em;
}
.byb2-table__features-item span {
	color: #222;
	position: relative;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
.byb2-features-item-mobile-container {
	padding: 0px 0px;
}
.byb2-table__features-item-mobile {
	margin: 0px !important;
}
.byb2-table__features-item-mobile li {
	text-align: left;
	margin-bottom: 5px !important;
	list-style: square;
	padding-left: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.byb2-table__features-item-mobile li strong {
	color: #cca564;
	font-weight: 700;
}
.byb2-table__features-item-mobile span {
	color: #333;
	position: relative;
	font-weight: 600;
	text-align: left;
}
.byb2-table__link {
	margin: auto auto;
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 1.5;
	list-style: none;
	padding: auto auto;
}
.byb2-table__link:active, .byb2-table__link:visited {
	color: #000;
}
span.byb2-table__link-label:empty {
	display: none;
}
span.byb2-table__link-label-mobile:empty {
	display: none;
}
.byb2-table__link-not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
.byb2-btn {
	letter-spacing: .09em;
	font-size: 14px;
	border-radius: 1px;
	background: #cca564;
	color: #FFF !important;
	display: inline-block;
	margin: 0 .25em;
	overflow: hidden;
	padding: 10px 35px 10px 5px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	border:1px solid #BC9554;
	box-shadow: 0 3px 11px rgba(0,0,0,0.2);
}
.byb2-btn:hover {
    color: #FFF !important;
    background: #111;
}
.byb2-btn .byb2-btn-content {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2;
	padding: 0 10px;
	position: relative;
	right: 0;
	transition: right 300ms ease;
	display: block;
	text-align: left;
}
.byb2-btn .icon {
	border-left: 2px solid white;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transition: all 300ms ease;
	transform: translateY(-50%);
	height: 70%;
}
.byb2-btn .icon {
	width: 30px;
}
.byb2-btn .icon i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.byb2-btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #D0021B;
	opacity: 0;
	transition: opacity 300ms ease;
}
.byb2-btn:hover .byb2-btn-content {
	right: 100%;
}
.byb2-btn:hover .icon {
	border-left: 0;
	font-size: 1.8em;
	width: 100%;
}
.byb2-btn:hover:after {
	opacity: 0;
}
/* Product Table */

.vs-table-post {
	border-radius: 10px;
	position: relative;
	width: 100%;
	overflow: scroll;
	border: none;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.vs-table-post th {
	color: #fff;
}
.vs-table-post thead {
	background: #cca564;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	vertical-align: middle;
}
.vs-table-post th {
	padding: 10px 15px;
	text-align: center;
}
.vs-table-post td {
	border: 1px solid #eee;
	padding: 15px;
	width: 50%;
}
.vs-table-post td .vs-img {
	display: block;
	text-align: center;
}
.vs-table-post td .vs-img img {
	max-height: 140px;
	display: inline-block;
}
/* Table CSS END */

div#toc_container {
	width: 100% !important;
	background: #FFFCF6 !important;
	padding: 0;
}
#toc_container p.toc_title {
	text-align: left;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding: 10px 15px;
	background: #1a1a1a;
	color: #fff;
	text-transform: uppercase;
}
#toc_container span.toc_toggle {
	font-weight: 400;
	font-size: 90%;
	float: right;
	background: #fff;
	font-size: 14px;
	border-radius: 2px;
}
#toc_container span.toc_toggle a {
	color: #1a1a1a;
}
#toc_container p.toc_title + ul.toc_list {
	margin-top: 0;
	padding: 15px;
}
#toc_container p.toc_title + ul.toc_list li {
	font-size: 16px;
	margin-bottom: 7px;
}
#toc_container p.toc_title + ul.toc_list li a {
	color: #333;
}
#toc_container p.toc_title + ul.toc_list li a:hover {
	text-decoration: none;
	color: #cca564;
}
#toc_container p.toc_title + ul.toc_list li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#toc_container p.toc_title + ul.toc_list li ul li {
	font-size: 14px;
}
#toc_container p.toc_title + ul.toc_list li ul li ul li {
	font-size: 13px;
}
#toc_container p.toc_title + ul.toc_list li::after {
	display: none;
}
/* Table Of Content CSS */
.nav-previous {
	float: left;
	width: 50%;
	position: relative;
}
.nav-previous a {
	padding-left: 40px;
	width: 100%;
	color: #333;
	min-height: 40px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 0 !important;
}
.nav-previous a:hover {
	color: #cca564;
}
.nav-previous .prev::before {
	left: 0;
	margin-right: 0;
	background: #cca564;
	color: #FFF;
	font-size: 20px;
	width: 30px;
	display: block;
	height: 100%;
	text-align: center;
	position: absolute;
	opacity: 10;
	line-height: 40px;
	margin: 0 !important;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
	position: relative;
}
.nav-next a {
	padding-right: 40px;
	width: 100%;
	color: #333;
	min-height: 40px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 0 !important;
}
.nav-next a:hover {
	color: #cca564;
}
.nav-next .next::before {
	right: 0;
	margin-right: 0;
	background: #cca564;
	color: #FFF;
	font-size: 20px;
	width: 30px;
	display: block;
	height: 100%;
	text-align: center;
	position: absolute;
	opacity: 10;
	line-height: 40px;
	margin: 0 !important;
}
footer.entry-meta {
	border-top: 2px solid #cca564;
	padding-top: 30px;
}
footer.entry-meta .cat-links {
	display: none;
}
.dpsp-column-3.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	padding: 0;
}
.dpsp-networks-btns-wrapper li::after {
	display: none;
}
a.button {
	display: inline-block;
	color: #FFF !important;
	font-size: 14px;
	background: #cca564;
	font-family: 'Renner-it-Book';
	border-radius: 2px;
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
a.button i {
	margin-left: 10px;
}
a.button:hover {
	background: #000;
}
a.button:visited {
	background: #cca564;
}
.page-content, .entry-content, .entry-summary {
	margin: 1em 0 0;
}
.dpsp-share-text {
	display: none;
}
.dpsp-column-3.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	width: auto;
}
.entry-header .entry-meta {
	color: #000;
	text-transform: uppercase;
	font-family: 'Renner-it-Book';
	font-size: 14px;
}
.entry-meta a {
	color: #cca564;
}
.entry-meta a:hover {
	color: #000;
}
.entry-header .entry-meta span {
	margin-right: 25px;
}
.entry-title {
	font-family: 'Renner-it-Bold';
}
.entry-header {
	border-bottom: 2px solid #cca564;
	padding-bottom: 15px;
}
.entry-summary {
	margin: 1em 0;
}
.entry-meta a:hover {
	color: #cca564;
}
.alignleft {
	margin-bottom: 1em;
	margin-right: 1em;
}
.alignright {
	margin-bottom: 1em;
	margin-left: 1em;
}
.entry-content p {
	margin-bottom: 35px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
.entry-content p b, .entry-content p strong {
	font-weight: bold;
}
.entry-content p a {
	color: #cca564;
}
.entry-content p a:hover {
	color: #000;
}
.entry-content h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}
.entry-content h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 26px;
}
.entry-content h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.entry-content ul {
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
}
.entry-content ul li {
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 20px;
}
.entry-content ul li a {
}
.entry-content ul li:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background: #cca564;
	left: 0;
	top: 8px;
}
.entry-content .row {
	margin-bottom: 30px;
}
.topreview h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
/* contact us */

#wpcf7-f1153-p50-o1 .wpcf7-form p {
	margin-bottom: 20px;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .wpcf7-form-control-wrap input, #wpcf7-f1153-p50-o1 .wpcf7-form p .wpcf7-form-control-wrap textarea {
	border: 1px solid #cca564;
	background-color: transparent;
	margin-top: 15px;
	border-radius: 2px;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .math-quiz input {
	width: 10%;
	vertical-align: initial;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .wpcf7-form-control.wpcf7-submit {
	background-color: #cca564;
	padding: 10px 35px;
	border-radius: 2px;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
}
.entry-content ol {
	margin-left: 0;
	margin-bottom: 30px;
}
.box.productbox {
	background: #FFFCF6;
	border-top: 5px solid #cca564;
	border-bottom: 1px solid #cca564;
	border-left: 1px solid #cca564;
	border-right: 1px solid #cca564;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.box.productbox .col-md-4 {
	padding: 15px;
}

/***************** Inner Page Update End --------------------------------------------------------*****************/

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {
h1 {
	font-size: 28px !important;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.topnavigation ul li a {
	letter-spacing: 1px;
}
.inside-right-sidebar input[type="search"], .header-search input[type="search"] {
	width: 77%;
}
/* contact us */

.sidebar-social ul li {
	width: 17%;
}
/* footer css */	

.footer-nav ul li {
	margin: 0 8px;
}
}
 @media only screen and ( min-width: 767px ) and ( max-width: 991px ) {
h1 {
	font-size: 26px !important;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.navigation {
	width: 80%;
}
.topnavigation ul li a {
	letter-spacing: 1px;
}
.header-search {
	display: none;
}
/* footer css */	

.copyright .col-md-6 {
	width: 40%;
	float: left;
}
.copyright .col-md-6:last-child {
	width: 60%;
}
.footer-nav ul li {
	margin: 0 4px;
}
/* right bar css */

.sidebar-social ul li {
	width: 16%;
}
.sidebar-social ul li a {
	height: 25px;
	line-height: 25px;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .math-quiz input {
	width: 15%;
}
}
 @media only screen and (min-width:768px) {
.navbar-toggle {
	display: none
}
}
@media only screen and (max-width:767px) {
h1 {
	font-size: 26px !important;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.navbar-toggle {
	margin-right: 0;
	position: relative;
	float: right;
	padding: 7px;
	background: #cca564 !important;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	margin: 5px 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	margin: 4px 0;
}
.navigation ul {
	display: none;
	position: fixed;
	width: 70%;
	left: 0%;
	background: #111;
	border: 0;
	z-index: 999999 !important;
	top: 0;
	height: 100%;
}
.navigation ul li {
	padding: 0;
}
.navigation span.menu {
	display: block;
}
.navigation ul li {
	display: block;
	float: none;
	text-align: left;
}
.navigation ul li a {
	color: #FFF;
	display: block;
	margin: 0;
	background: none;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #FFF;
}
.navigation ul li a:hover {
	color: #111;
	border-bottom: 1px solid #cca564;
	background: #fff;
}
.sub-menu {
	display: none !important;
}
.navigation ul li:hover .sub-menu {
	display: inline-block !important;
	position: relative !important;
	max-width: none;
	min-width: 100%;
	width: 100%;
	background: #cca564;
	margin: 0;
}
ul.sub-menu li a {
	font-size: 13px;
	padding: 10px 15px;
}
ul.sub-menu li a:hover {
	background: rgba(47,41,36,0.95);
}
.topnavigation ul ul li a:hover {
	background: #fff;
	color: #000;
}
.logo {
	width: 50%;
}
.navigation {
	width: 50%;
	padding: 20px 0;
}
.header-search {
	width: 100%;
	padding: 10px 0;
}
.inside-right-sidebar input[type="search"], .header-search input[type="search"] {
	width: 85%;
}
.last-post-img {
	width: 100%;
}
.last-post-detail {
	width: 100%;
	display: inline-block;
}
.last-post {
	height: auto;
}
/* footer css */

.copyright, .footer-nav {
	text-align: center;
}
#wpcf7-f1153-p50-o1 .wpcf7-form p .math-quiz input {
	width: 20%;
}
/* table css */

.byb2-table__thead-image, .byb2-table__thead-details, .byb2-table__thead th:last-child {
	display: none !important;
}
.byb2-table__thead-product {
	width: 100% !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	text-align: center;
	padding-left: 0px !important;
}
.byb2-table__tbody {
	display: block !important;
	flex-direction: column !important;
}
.byb2-table__tbody-row {
	display: flex !important;
	flex-wrap: wrap !important;
	padding: 0px !important;
}
.byb2-table__column-image {
	width: 40% !important;
	order: 2 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	border-bottom: none !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-top: none;
}
.byb2-table__image {
	margin: 5px 0 !important;
	max-width: 90%;
}
.byb2-table__column-product {
	width: 100% !important;
	order: 1 !important;
	border-bottom: none !important;
	text-align: center !important;
	border-left: 1px solid #cca564 !important;
	border-right: 1px solid #cca564 !important;
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.byb2-table__column-title {
	font-size: 20px !important;
	text-align: center !important;
	margin: 0 10px !important;
	padding-left: 0px !important;
}
.byb2-table__column-features {
	order: 3 !important;
	width: 60% !important;
	border-right: 1px solid #cca564 !important;
	box-sizing: border-box !important;
	border-bottom: none !important;
	align-items: center !important;
	margin: 0px 0px;
	display: flex !important;
	text-decoration: none !important;
	line-height: 1.5;
	list-style: none !important;
	padding: 5px 5px 5px 20px;
	text-align: center;
	border-top: none;
	border-left: none;
}
.byb2-table__features-item-mobile {
	display: contents !important;
}
.byb2-table__features-item-mobile li {
	margin-bottom: 0px !important;
	list-style-type: disc;
}
.byb2-table__column-button {
	width: 100% !important;
	order: 4 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-left: 1px solid #cca564 !important;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
}
/***************** responsive End -------------------------------------------------------------*****************/