/*
Theme Name: Zeences HTML
Theme URI: https://themes.iki-bir.com/zeences/light
Author: elemis
Author URI: https://iki-bir.com
Version: 1.0.3
Clue remix 1.0.8
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:2px;
	padding:2px;
	border: 1px solid #8d4dab;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #d1edf3;
}
table {
	border: 1px solid #8d4dab;
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	background: #1a1a1a;
	color: #4d4d4d;
	font-family: 'PTSansRegular';
	font-size: 14px;
}
p {
	font-size: 15px;
	line-height: 22px;
}
a {
	color: #4d87ab;
	text-decoration: none;
	transition: all 200ms ease-in;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #d3573e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo500';
	color: #4d87ab;
	font-weight: normal;
	padding-bottom: 12px;
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
.caps {
	text-transform: uppercase;
}
ul {
	font-family: 'CharisSILItalic';
	line-height: 22px;
	font-size: 15px;
}
ul li {
	background: transparent url(../images/bullet.png) center left no-repeat;
	padding-left: 15px;
}
ol {
	font-family: 'PTSansRegular';
	font-size: 15px;
	list-style: decimal;
	list-style-position: inside;
	line-height: 22px;
	padding-left: 5%;
}
ol li {
	padding: 0;
	margin: 0;
}
.intro {
	font-family: 'CharisSILItalic';
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	margin-bottom: -2px;
}
blockquote {
	font-family: 'CharisSILItalic';
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	padding-left: 30px;
	background: transparent url(../images/quote.png) no-repeat left 7px;
}
.hr2 {
	border-top: 3px solid #454545;
	height: 4px;
	border-bottom: 1px solid #454545;
	margin: 36px 0;
}
.hr1 {
	height: 0;
	border-bottom: 1px solid #454545;
	margin: 36px 0;
}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
p .center {
	text-align: center;
	display: block;
	margin: 0 auto 10px;
}
img {
	display: inline;
}
img.left {
	float: left;
	margin: 10px 10px 5px 0;
}
img.right {
	float: right;
	margin: 10px 0 5px 10px;
}
.lite1 {
	color: #4d87ab;
}
.lite2 {
	border-bottom: 1px dotted #4d87ab;
}
a.button {
	background: #5499c3;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-family: 'Museo500';
	font-size: larger;
	padding: 10px 15px 10px 15px;
	text-align: center;
	justify-content: center;
    align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	transition:all 200ms ease-in;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
a.button {padding: 5px 15px 7px 15px;}
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	a.button {padding: 5px 15px 7px 15px;}

}

a.button.blue {
	background-color: #5499c3;
	font-size: 13px;
}

a.button.green {
	background-color: #4dab96;
	width:95%
}

a.button.lime {
	background-color: #8e7bfcab;
	width:25%
}

a.button.red {
	background-color: #ab4d63;
}

a.button.purple {
	background-color: #8d4dab;
}

a.button.blue:hover {
	color: #fff;
	background-color: #e3bde5;
}

a.button.green:hover {
	color: #fff;
	background-color: #8d4dab;
}

a.button.lime:hover {
	color: #fff;
	background-color: #52cab0;
}

a.button.red:hover {
	color: #fff;
	background-color: #4d87ab;
}

a.button.purple:hover {
	color: #fff;
	background-color: #4dab96;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
	font-family: 'Museo500';
}
pre {
	margin: 5px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(../images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #cfcfcf;
}
.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 10px 0px;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
	color:#9e660d;
}
 /* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #80bbef;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
} 
/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 500px) {
#wrapper {
	width: 960px;
	margin: 0 auto;
}
}
/* Phone Screen */
@media screen and (max-width: 499px) {
	#wrapper {
	width: 100%;
	margin: 0 auto;
}
}
@media screen and (min-width: 500px) {
#header {
	padding: 30px 0 25px 0;
	display: block;
	overflow: hidden;
	position: relative;
}
}
/* Phone Screen */
@media screen and (max-width: 499px) {
#header {
	padding: 0 0 0 0;
	display: block;
	overflow: hidden;
	position: relative;
}
}
.logo {   
	float: left;
}
@media screen and (min-width: 500px) {
#container {
	max-width: 900px;
	margin: 20px auto;
	padding: 30px;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.88;
	position: relative;

}
}
/* Phone Screen */
@media screen and (max-width: 499px) {
#container {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.88;
	position: relative;
  }
}
@media screen and (min-width: 500px) {
#copyright {
	width: 900px;
	margin: 20px auto;
	padding: 17px 30px 13px;
	background-color: #fff;
	opacity: 0.9;
}
}
/* Phone Screen */
@media screen and (max-width: 499px) {
#copyright {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px 0 ;
	background-color: #fff;
	opacity: 0.9;
}
}	
#copyright p {
	font-size: 12px;
	text-align: center;
}
#footer {
	padding: 40px 0 0 0;
	overflow: hidden;
}
#footer p {
	font-size: 14px;
}
#footer h3 {
	margin-bottom: 5px;
}
.footer-top {
	border-top: 3px solid #454545;
	height: 4px;
	border-bottom: 1px solid #454545;
	margin: 0 0 36px 0;
}
ul.latest-posts {
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 2px;
}
ul.latest-posts li {
	padding: 0;
	background: none;
	font-family: 'PTSansRegular';
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #454545;
}
ul.latest-posts li a {
	color: #4d4d4d;
}
ul.latest-posts li a:hover {
	color: #d3573e;
}
ul.latest-posts li:first-child {
	padding: 0;
	border: none;
}
select {
  display: block;
  background-color: #8d4dab;
  color: white;
  padding: 12px 16px;
  font-family: 'PTSansRegular';
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

select:focus {
  outline: none;
  background-color: #4dab96;
  opacity: 1;
  font-family: 'PTSansRegular';
  font-size: 16px;

}
option {
  font-family: 'PTSansRegular'; 
  background-color: #4dab96;  
}
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
.menu {
	font-family: 'Museo500';
	list-style: none;
	font-weight: normal;
	max-width: 960px;
	width: 100%;
	padding: 0;
	background: #FFF;
	opacity: 0.9;
	z-index: 1000;
	text-align: center;
	position: relative;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	font-family: 'Museo500';
	font-style: normal;
	letter-spacing: normal;
}
.menu ul li {
	position: relative;
	display: inside;
	float: left;
	padding: 0;
	background: none;
	width: 20%;
}
.menu ul li a {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	display:block;
	line-height: 1;
	border-right: 2px solid #b4b4b4;
	font-size: 14px;
	
}
}
/* Phone Screen */
@media screen and (max-width: 499px) {
 .menu {
	font-family: 'Museo500';
	list-style: none;
	font-weight: normal;
	max-width: 960px;
	width: 100%;
	padding: 0;
	background: #FFF;
	opacity: 0.9;
	z-index: 1000;
	position: relative;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	font-family: 'Museo500';
	font-style: normal;
	letter-spacing: normal;
}
.menu ul li {
    position: relative;
	display: inside;
	float: none;
	padding: 0;
	background: none;
	float: none;
    width: 100%;
}
.menu ul li a {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	display:block;
	line-height: 1;
	border-right: 2px solid #b4b4b4;
	font-size: 14px;
}
}
/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.menu ul li a {padding: 21px 30px 19px;}
}

* html .menu ul li a {
	display: inline-block;
}
.menu ul li a:link, .menu ul li a:visited {
	color: #4d4d4d;
}
.menu ul li a.active {
	color: #4d87ab;
}
.menu ul li a.selected {
	background: #fff;
	color: #4d87ab;
}
.menu ul li a:hover {
	background: #fff;
	color: #4d87ab;
}
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 180px;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	padding: 0 17px;
	background-color: #fff;
}
.menu ul li ul li:first-child a {
	border: none;
}
.menu ul li ul li ul {
	top: 0;
}
.menu ul li ul li a {
	margin: 0;
	border: none;
	padding: 17px 0;
	line-height: 1;
	border-top: 1px solid #b4b4b4;
	font-size: 12px;
}
* html .menu {
	height: 1%;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
.one-half {
	width:45%;
}
.one-third {
	width:29%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
}
/* On screens that are 499px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 499px) {
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	box-sizing: border-box;
	padding-bottom: 20px;
}
.toggle-wrapper {
	padding-bottom:5px;
}
h2.trigger {
	box-sizing: border-box;
	font-size: 15px;
	display: block;
	background-color: #FFF;
	padding: 10px 10px;
	color: #4d87ab;
	border: 1px solid #c3dee0;
	border-radius: 5px;
}
h2.trigger.active {
	color: #4d87ab;
}
h2.trigger:hover {
	color: #4d87ab;
}
.togglebox {
	box-sizing: border-box;
	height: auto;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom:  10px;
	border: 1px solid #c3dee0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.togglebox div {
	padding: 20px;
}
.togglebox p {
	line-height: 22px;
}
.togglebox p {
	line-height: 22px;
}
.tabbed-content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	color: #4d4d4d;
}
ul.tabs li {
	float: left;
	position: relative;
	list-style: none;
	margin-right: 10px;
	background: none;
	padding: 0;
	font-family: 'Museo500';
}
ul.tabs li a {
	display: block;
	position: relative;
	padding: 8px 10px 8px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	color: #4d4d4d;
	text-shadow: none;
	border: 1px solid #dedede;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.tabs li a:hover {
	text-shadow: none;
	text-decoration: none;
	color: #FFF;
}
ul.tabs li a {
	float: left;
}
ul.tabs li a:hover {
	text-decoration: none;
	color: #4d87ab;
}
ul.tabs li.active a {
	border: 1px solid #4d87ab;
	color: #fff;
	background-color: #4d87ab;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 99%;
	border: 1px solid #dedede;
	background: #FFF;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab_content {
	padding: 15px 15px 15px 15px;
}
