/*Custom css*/


/*  
Theme Name: keid
Theme URI: http://www.indonez.com/
Description: Modern Multipurpose Wordpress Theme
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 2.0
Tags: fixed-layout, translation-ready, custom-menu, two-columns, featured-images
License: GNU General Public License and Themeforest general license
License URI:
*/

/* ------------------------------------------------------------------
[Table of contents]
1. 	Global
	- Typography
	- Heading Separator
	- Form
	- Timeline List
	- Datepicker
2.	Header
3. 	Navigation
4. 	Header Inner Page
	- Page Header
	- Breadcrumb
5. 	Slideshow
6. 	Blog
	- Video Post
	- Gallery Post
    - Audio Post
    - Link Post
    - Social Sharing
    - Comment list
7.	Content
	- Panel Subscribe
	- Portfolio Single page
	- Contact page
	- Sitemap page
8.	Wordpress Styling
9.	Sidebar
10.	Footer
------------------------------------------------------------------ */


/*=================================================== [ Global ] ===================================================*/
html, body {
  height: 100%;
}

body {
  background-color: #f6f6f6;
  color: #7b7b7b;
  padding: 0;
  margin: 0;
  font: 16px "PT Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  position: relative;
  z-index: 0;
  cursor: default;
  overflow-x: hidden;
  height: auto;
}

a {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  text-decoration:none;
}

a:hover {
  color: #f7c468;
}

::selection {
  background: #f7c468;
  color: #fff;
}

::-moz-selection {
  background: #f7c468;
  color: #fff;
}

.row {
  max-width: 1308px !important;
}

.container, .container-fluid {padding: 70px 0;}
.container2{padding: 40px 0;}
.container3{padding: 70px 0 0 0;}
.container4{padding: 0 0 70px 0;}
.container.csmall{padding:38px 0}
#main-container{background:#f7f7f7; overflow:hidden;}
#main-container.boxed {
  width: 1180px;
  background:#f7f7f7;
  height: auto;
  position: relative;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  overflow:hidden;
}

.inner-container {
  *zoom: 1;
  margin: 0 19px !important;
}
.inner-container:before, .inner-container:after {
  content: " ";
  display: table;
}
.inner-container:after {
  clear: both;
}

.dark-section {
  background: #e3e3e3;
}

.very-dark-section {
  background: #6e6f66;
}

hr {
  background: #dedede;
}


/* [ typography ] */
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #393939;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
}
.customfont{
  font-family: "Playfair Display", serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 11px;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-strong {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.keid-color {
  color: #e6ae48;
}

p.lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size:22px;
  line-height:30px;
}

.highlight {
  padding: 2px 5px 3px 5px;
  background: #e6ae48;
  color: #fff;
  vertical-align: baseline;
}

.dropcap {
  text-align: center;
  font-size: 46px;
  color: #393939;
  float: left;
  margin: 14px 17px 12px 0;
  padding: 0;
}
.dropcap.circle, .dropcap.square {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  margin: 8px 12px 0 0;
  background: #e6ae48;
}
.dropcap.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

blockquote {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 22px;
  color: #a5a5a5;
  line-height: 30px;
  padding: 0;
  font-style: italic;
  margin-bottom: 38px;
}
blockquote:before {
  display: none;
}
blockquote cite {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  color: #393939;
  font-style: normal;
}
blockquote cite:before {
  width: 14px;
  height: 1px;
  background: #393939;
  top: -moz-calc(50% + 1px);
  top: -webkit-calc(50% + 1px);
  top: -o-calc(50% + 1px);
  top: calc(50% + 1px);
}
blockquote cite span {
  font-family: "Open sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background: #e6ae48;
  padding: 2px 8px;
  margin-left: 10px;
}

/* [ heading separator ] */
.heading-separator {
  position: relative;
  text-align: center;
  margin: 0;
}
.heading-separator:before {
  content: "";
  background: url(images/separator.png) repeat-x;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -moz-calc(50% - 5px);
  top: -webkit-calc(50% - 5px);
  top: -o-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 0;
  z-index: 2;
}
.heading-separator span {
  background: #f6f6f6;
  display: inline-block;
  position: relative;
  padding: 0 14px;
  z-index: 3;
}
.heading-separator.text-left {
  text-align: left;
  margin-bottom: 19px;
}
.heading-separator.text-left span {
  padding-left: 0;
}


/* [ form ] */
.form-control {
  font-family: "Open Sans", sans-serif;
  border: 2px solid #dadada;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 13px !important;
}

.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea, select{
color: #989898;
}

.form-control:focus {
  border-color: #e6ae48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 174, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 174, 72, 0.6);
}

label {
  margin-bottom: 10px;
  font-weight: normal;
}

.input-group,
.input-group-placeholder {
  margin-bottom: 20px;
}

.chosen-container-single .chosen-single,.chosen-container .chosen-results{color:#989898 !important;}
.chosen-container-single .chosen-single div b{background:transparent !important;}
.chosen-container-single .chosen-single div b:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin: 16px 12px 0 0;
  top: 0;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #323232;
  float: right;
  font-weight: normal;
}

.chosen-container-single .chosen-single div b:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #323232;
  font-size: 14px;
}

.chosen-container {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.chosen-container-single .chosen-single {
  padding: 14px 0 10px 16px;
}

.chosen-container-single .chosen-single div {
  top: -2px;
  right: 5px;
}

.chosen-container-single .chosen-single {
  background: #f6f6f6;
}

.chosen-container-single .chosen-single div b:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #939393;
  font-size: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\f106";
}

.chosen-container .chosen-results li.highlighted {
  background-color: #e6ae48;
}

/* [ Timeline List ] */
.time-line-list {
  margin-bottom: 0;
}
.time-line-list li {
  padding: 15px 0 15px 35px;
  position: relative;
}
.time-line-list li:before {
  content: "";
  height: 25px;
  width: 25px;
  border: 1px solid #dedede;
  background: transparent;
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.time-line-list li:after {
  content: "";
  height: 31px;
  width: 1px;
  background: #dedede;
  position: absolute;
  left: 12px;
  top: 40px;
}
.time-line-list li:last-child:after {
  display: none;
}

/* [ datepicker ] */
.datepicker {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 20px 16px 20px;
  margin: -26px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.datepicker.dropdown-menu thead {
  font-weight: bold;
}
.datepicker td, .datepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background: #e6ae48;
  *background-color: #e6ae48;
}
.datepicker td span {
  width: 42px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker td.old,
.datepicker td.new,
.datepicker td span.old {
  opacity: 0.5;
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background: #e6ae48;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:0
}

/*=================================================== [ Header ] ===================================================*/
#me-header {
  min-height: 145px;
  background: transparent;
  position: relative;
  z-index: 999; 
  width:100%;
  top:1px;
}
#me-header.header-transparent.fixedtop{
	background: rgba(000,000,000,1);
}
#me-header.fixedtop{
	background:#f7f7f7;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.admin-bar #me-header.fixedtop{margin-top:30px}
#main-container.boxed #me-header.fixedtop{width:1180px}

#me-header.header-transparent .social-header {
  border-color: #adaea9;
}
#me-header.header-transparent .social-header a {
  color: #cfcfcc;
}
#me-header.header-transparent .social-header a:hover {
  color: #fff;
}

.logo-container {
  padding-top: 39px;
  display: inline-block;
}
.logo-container img {
  width: 190px;
  height: 63px;
}


.header-info-container {
  float: right;
  position: relative;
  padding-top: 58px;
}

.social-header {
  margin-bottom: 0;
  padding-left: 22px;
  margin-left: 5px;
  border-left: 1px solid #c5c5c5;
  float: left;
}
.social-header li {
  display: inline;
}
.social-header li:last-child {
  margin-right: 0;
}
.social-header a {
  color: #7b7b7b;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
}
.social-header a:hover {
  color: #fff !important;
}

.language-flag {
  float: left;
  margin-bottom: 0;
  margin-left: 19px;
}
.language-flag li {
  display: inline;
  padding: 0 4px;
}

.header-under-container,
.header-upper-container,
.header-box {
  *zoom: 1;
}
.header-under-container:before, .header-under-container:after,
.header-upper-container:before,
.header-upper-container:after,
.header-box:before,
.header-box:after {
  content: " ";
  display: table;
}
.header-under-container:after,
.header-upper-container:after,
.header-box:after {
  clear: both;
}


#me-header.header-transparent + #slideshow-container {
 margin-top: -145px;
}

body.has-revolution-slider #slideshow-container.container{padding:0 !important;}


/*=================================================== [ Navigation ] ===================================================*/
.menu-container {
  float: right;
  z-index: 999;
  padding-top: 52px;
}

.sm a {
  padding: 12px 18px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 17px;
  font-family: "Arimo",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.header-transparent .sm a{color:#fff;}
.header-transparent .sm li li a{color: #7b7b7b;}

#menu li a:hover,
#menu li.current_page_item > a,
#menu li.current_page_parent > a, 
#menu li.current-menu-parent > a, 
#menu li.current-menu-ancestor > a, 
#menu a.active{color:#f7c468}

.sm .desc-menu{cursor:default; display:block; font-size:14px; line-height:22px; padding:10px 0 0 0; color:#7b7b7b !important; text-transform:none}
#menu li a:hover .desc-menu{color:#7b7b7b !important;}

.sm .sub-menu, .sm .children{
background:#fff;
width:auto;
max-width:20em !important;
min-width:10.125em !important;
margin:0 0px !important;
right:0;
-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
padding: 5px 0px;
float:left;
}

.sm .sub-menu ul, .sm .children ul{left:10.125em !important; margin-top:-48px !important;}
.sm .sub-menu li, .sm .children li{}
.sm .sub-menu li a, .sm .children li a{font-size:11px;}

/* for megamenu */
.sm .mega-menu {position: static !important;}
.sm .mega-menu .sub-menu, .sm .mega-menu .children{
display:none;
background:#fff;
background-position:bottom right;
background-repeat:no-repeat;
width:auto !important;
margin:0 19px !important;
left:0;
top:0;
max-width:none !important;
min-width:none !important;
-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
padding: 10px 19px 38px;
}

.sm .mega-menu .sub-menu .menu-item, .sm .mega-menu .children .page_item {
width: 25%;
display:inline-block;
float:left;
}

.sm .mega-menu .sub-menu ul, .sm .mega-menu .children ul{
display:block !important;
position:static !important;
width:auto !important;
right:auto;
background:transparent;
max-width: none !important;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0 !important;
padding:0;
background-image:none !important;
opacity: 1 !important;
}

.sm .mega-menu .sub-menu ul ul, .sm .mega-menu .children ul ul{margin-left:15px !important;}
.sm .mega-menu .sub-menu li a, .sm .mega-menu .children li a{text-transform:capitalize; font-size:14px;}
.sm .mega-menu .sub-menu ul li.menu-item, .sm .mega-menu .children ul li.page_item{float:none; display:block; width:auto;}
.sm .mega-menu .sub-menu ul li.menu-item a, .sm .mega-menu .children ul li.page_item a{font-size:11px; text-transform:uppercase; padding:5px 18px;}


/* for responsive menu */
.menu-trigger{
  background: #e6ae48;
  height: 36px;
  width: 36px;
  display: inline-block;
  float: right;
  text-align: center;
  margin-top: -2px;
  position:relative;
}
.menu-trigger i {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
}
.menu-trigger.active {
  background: #f7c468;
}

/*=================================================== [ Header Inner Page ] ===================================================*/
/* [ page header ] */
#me-page-header {
  background: #6e6f66;
  padding: 0;
}
#me-page-header .breadcrumb {
  padding: 15px 0 16px 0;
}

.page-title-header {
  background-color: #85867b;
  min-height: 192px;
  padding-top: 54px;
}
.page-title-header h1, .page-title-header span {
  color: #fff;
  line-height: 1;
}
.page-title-header h1 {
  margin-bottom: 54px;
  font-weight:700;
}
.page-title-header .heading-title {
  margin-bottom: -2px;
}
.page-title-header .heading-title:after {
  height: 6px;
}
.heading-title {
  margin-bottom: 30px;
  line-height: 1;
}
.heading-title:after {
  content: "";
  background: #e6ae48;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 120px;
}
.heading-title span {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 22px;
}




/* [ pagination ] 
.pagination {
  margin-top: 54px;
}

.pagination-container {
  margin-bottom: 38px;
}
.pagination-container span {
  font-size: 16px;
  float: left;
  margin-right: 26px;
  padding: 14px 0px;
  line-height: 0;
}

.pagination li {
  display: inline-block;
  margin-right: 9px;
}

.pagination li > a {
  font-size: 16px;
  color: inherit;
  border: 2px solid #dedede;
  padding: 9px 13px;
}

.pagination li a:hover,
.pagination li.active a:hover {
  color: #fff;
  border-color: #f7c468;
  background: #f7c468;
}

.pagination li.active a {
  color: #fff;
  border-color: #e6ae48;
  background: #e6ae48;
}
*/

/*=================================================== [ Slideshow ] ===================================================*/
#slideshow-container {
  padding: 0;
  margin: 0;
  float: left;
}
#slideshow-container .tp-rightarrow.default,
#slideshow-container .tp-leftarrow.default {
  width: 64px;
  height: 96px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#slideshow-container .tp-rightarrow.default:hover:before,
#slideshow-container .tp-leftarrow.default:hover:before {
  color: #f7c468;
}
#slideshow-container .tp-leftarrow.default:before,
#slideshow-container .tp-rightarrow.default:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #fff;
  position: relative;
  line-height: 96px;
  font-size: 42px;
  right: 5px;
  bottom: 1px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
#slideshow-container .tp-rightarrow.default:before {
  font-family: "FontAwesome";
  content: "\f105";
  left: 5px;
}

.idz-slideshow {
  width: 100%;
  /*height: 778px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #85867b;
  */
}
.idz-slideshow .tp-bannertimer {
  background: rgba(230, 174, 72, 0.5);
  height: 4px;
}
.idz-slideshow .slider1-caption1,
.idz-slideshow .slider3-caption1 {
  font-family: "PT Sans", sans-serif;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.idz-slideshow .slider1-caption2,
.idz-slideshow .photography-slider1-caption2,
.idz-slideshow .slider2-caption1,
.idz-slideshow .slider3-caption2 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.idz-slideshow .slider1-separator {
  margin: 0;
}
.idz-slideshow .slider1-separator:before {
  content: "";
  width: 120px;
  height: 3px;
  background: #e6ae48;
  display: inline-block;
}
.idz-slideshow .slider2-caption1 {
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 30px 27px;
  margin: 0;
}
.idz-slideshow .slider3-caption2 {
  background: #e6ae48;
  padding: 30px 27px;
  margin: 0;
}
.idz-slideshow .button-slider {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 15px 19px 16px;
  border: 1px solid #fff;
  margin: 0;
}
.idz-slideshow .button-slider:hover {
  background: #fff;
  border-color: #fff;
}
.idz-slideshow .slider-overlay {
  background: url(images/pattern1_slideshow.png) left top repeat repeat;
  height:100%;
  width:100%;
  position: absolute ;
  top: 0 !important;
  left: 0 !important;
}

.idz-slideshow .photography-slider1-caption1 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
}

#main-container.boxed #slideshow-container .row{
margin:0;
max-width:100% !important
}


#main-container.boxed #slideshow-container .inner-container{
margin:0 !important;
}


#main-container.boxed #slideshow-container  .rev_slider_wrapper{width:100% !important; left:0 !important}

#main-container.boxed #slideshow-container .forcefullwidth_wrapper_tp_banner .tp-leftarrow.default{left:0 !important;}
#main-container.boxed #slideshow-container .forcefullwidth_wrapper_tp_banner .tp-rightarrow.default{right:0 !important;}


.idz-slideshow .button-slider-group {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background: #e6ae48;
  color: #fff;
  text-align: center;
  padding: 13px 18px;
  position: relative;
  padding-right: 55px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.idz-slideshow .button-slider-group i {
  font-size: 10px;
}
.idz-slideshow .button-slider-group .button-icon {
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 41px;
  width: 41px;
  line-height: 41px;
  background: #e19e24;
  border: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.idz-slideshow .button-slider-group:hover {
  color: #fff;
  background: #f7c468;
}
.idz-slideshow .button-slider-group:hover .button-icon {
  background: #f7c468;
}



/*=================================================== [ Blog ] ===================================================*/
.idz-article-post {
  margin-bottom: 38px;
  background: #fff;
  *zoom: 1;
}

.idz-article-post.sticky{
border:2px solid #E6AE48;
}

.idz-article-post:before, .idz-article-post:after {
  content: " ";
  display: table;
}
.idz-article-post:after {
  clear: both;
}

.blog-info {
  float: left;
  width: 120px;
  margin: 0 38px 0 28px;
  line-height: 1;
}
.blog-info .date-blog-info {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 3px solid #e6ae48;
  color: #393939;
  padding-bottom: 10px;
  position:relative;
}
.blog-info .date-blog-info span{display:inline-block;}


.blog-info .date-blog-info .date-m, .blog-info .date-blog-info .date-y {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
  color: #a5a5a5;
  line-height: 1;
  margin-top: 0px;
  right:0;
  top:10px;
  position:absolute
}

.blog-info .date-blog-info .date-y{top:28px}

.blog-info .image-blog-info {
  font-size: 64px;
  text-align: center;
  padding-top: 30px;
}

.blog-container {
  margin-left: 186px;
  padding: 0 28px 50px 0;
}

.blog-container.noposdateicon{margin-left: 0px; padding-left:28px;}


.blog-container .button {
  margin-bottom: 0;
}

.blog-container p:last-child{margin:0;}

.idz-entry-title {
  font-size: 24px;
  line-height:26px;
  font-weight:700;
  margin-bottom: 10px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.idz-entry-title:hover {
  color: #f7c468;
}

/* link post */
.attach-link {
	min-height: 90px;
	background: #e2e2e2;
	padding: 34px 28px;
	text-align: center;
}
.attach-link a {
	font-family: "Goudy Bookletter 1911", serif;
	font-style: italic;
	font-size: 22px;
	color: #6e6e6e;
}
.attach-link a:hover {
	color:#6e6e6e;
	text-decoration:underline;
	font-weight:400;
}

/* quote post */
.quote-note {
	background-image: url("images/bg-testimonial.gif");
	background-repeat: repeat-y;
	padding: 32px 28px 31px 50px;
	position: relative;
}
.quote-note blockquote:before {
	display: none;
}

.quote-note blockquote {
  color: #6e6e6e;
}
.quote-note p {
  margin-bottom: 32px;
}

/* gallery post */
.blog-carousel {
  margin-bottom: 0;
}

.blog-carousel-nav {
  position: relative;
}
.blog-carousel-nav .left-nav,
.blog-carousel-nav .right-nav {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-carousel-nav .left-nav:hover,
.blog-carousel-nav .right-nav:hover {
  cursor: pointer;
}
.blog-carousel-nav .left-nav:hover i,
.blog-carousel-nav .right-nav:hover i {
  color: #f7c468;
}
.blog-carousel-nav .right-nav {
  left: 32px;
}
.blog-carousel-nav i {
  top: 1px;
  position: relative;
}

.post-info {
  font-family: "Goudy Bookletter 1911", serif;
  font-style: italic;
  color: #a5a5a5;
  margin-left:0;
  margin-right:0;
  text-transform:lowercase
}
.post-info.nometa{display:none}
.post-info li {
  display: inline;
  border-right: 1px solid #dddddd;
  padding: 0 20px 0 14px;
}
.post-info li:first-child {
  padding-left: 0;
}
.post-info li:last-child {
  border-right: none;
}
.post-info li a {
  color: #a5a5a5;
}
.post-info li a:hover {
  color: #f7c468;
}

/* Media post */
.blog-media {
  position: relative;
  margin-bottom: 39px;
}

.blog-panel h4 {
  margin: 20px 0 18px;
  color: #fff;
}

.blog-social {
  margin-bottom: 5px;
}
.blog-social li {
  display: inline;
  margin-right: 20px;
}
.blog-social li:last-child {
  margin-right: 0;
}
.blog-social a {
  color: #fff;
}

.post-tags{font-style:italic}
.post-tags a{font-size:14px;}

.idz-article-post .social-icon {
  margin: 0;
}
.idz-article-post .social-icon li {
  margin-right: 5px;
  display: inline-block;
}
.idz-article-post .social-icon a {
  font-size: 17px;
  width: 36px;
  height: 36px;
  background: #e6ae48;
  color: #fff;
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.idz-article-post .social-icon a:hover {
  background: #f7c468;
}

.blog-author {
  padding: 19px 19px 24px 19px;
  border: 1px solid #dedede;
  margin-bottom: 38px;
  background: #fff;
}
.blog-author img, .blog-author .avatar {
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  position:relative;
}
.blog-author .author-description {
  margin-left: 110px;
}
.blog-author h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight:700;
  font-size
}
.blog-author p {
  margin-bottom: 0;
}
.blog-author .author-link {}
.blog-author .author-link:hover {}

/* Comment List */
.comment-heading{font-size:22px; font-weight:700}
#cancel-comment-reply-link{padding:5px 20px; background:#e6ae48; color:#fff; font: 16px "PT Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;}
#cancel-comment-reply-link:hover{color:#fff;}
.commentlist{margin:0}
.commentlist li {
  position: relative;
  list-style: none;
  line-height: 28px;
  list-style-position: outside;
  margin:0;
}

.avatar {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;

}

.avatar img {
  width: 70px;
  height: 70px;
}

.comment-text {
  background-color: #fcfcfc;
  border: solid 1px #dedede;
  margin-left: 90px;
  width: auto;
  margin-bottom: 30px;
  padding: 26px 30px 12px 30px;
  position: relative;
}
.comment-text .reply, a.comment-reply-link, a.comment-reply-link:visited {
  right: 30px;
  top: 26px;
  color: #fff;
  padding: 1px 9px;
  font-size: 10px;
  position: absolute;
  background: #ff8d2c;
}
a.comment-reply-link:hover{color:#fff;}

.comment-text h5 {
  margin-bottom: 0px;
}

.comment-text small.cdate {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.comment-text small:empty{margin:0;}

.comment-people{display:block; font-size:22px; line-height:22px; color:#393939; font-weight:700;  font-family: "PT Sans", sans-serif;  letter-spacing: -0.5px;}
.fname{text-transform:uppercase;}

#comments ol ul.children {
margin:0px 0px 20px 90px;
}

#respond{
  background: #fff;
  border: 1px solid #dedede;
  padding: 26px 38px;
  margin-bottom: 38px;
}
#reply-title{clear:both; font-size:22px; font-weight:700;}
#comment-form{}
#comment-form fieldset{border:0; padding:0; margin:0}

#comment-form .button {
  margin-bottom: 0;
}

#comment-form input[type="submit"] {
  margin-bottom: 0;
}

#comment-form input[type="text"] {
	width: 60%;
	display: inline-block;
}


#comment-form .label-required {
  width: 30%;
  font-weight: normal;
  margin-left: 16px;
  font-size: 12px;
}

#comment-form .label-required em {
  color: red;
}

#comment-form .form-control{padding-left:42px !important; background:#fff;}

.comment-navigation{margin-bottom:30px;}
.comment-navigation:after{clear:both}
.comment-navigation a{
	font-size: 16px;
	color: inherit;
	border: 2px solid #dedede;
	padding: 9px 13px;

}

.comment-navigation a:hover{
	background:#E6AE48;
	color:#fff;
	border:solid 2px #E6AE48
}

.blog-pagination a{
	font-size: 16px;
	color: inherit;
	border: 2px solid #dedede;
	padding: 9px 13px;
}

.nav-previous a:hover, .nav-next a:hover{
	background:#E6AE48;
	color:#fff;
	border:solid 2px #E6AE48
}

.sharing-box {
  padding:28px 28px 15px 28px ;
 }
.separator.social{width:auto; margin:-20px 28px 28px 186px;}
.page-fullwidth .separator.social{margin:-20px 28px 28px 28px;}
.sharing-box.nosocialshare{border:0; padding:0; margin:0;}
.sharing-box .share-facebook, .sharing-box .social-icon {
  display: inline-block;
}
.sharing-box .share-facebook {
  float: left;
  line-height: 0;
}
.sharing-box .share-facebook iframe {
  padding-top: 8px;
  height: 36px !important;
}
.sharing-box .social-icon {
  float: right;
}


/*=================================================== [ Content ] ===================================================*/

/* [ portfolio ] */
.idz-pfrelated-section{margin:28px 0}
.idz-pfrelated{font-weight:700; line-height:24px;}
.idz-pfrelated-section:after{
content: "";
background: #e6ae48;
display: inline-block;
height: 3px;
position: relative;
width: 120px;
}

.idz-pfrelated{margin:0;}

.pf-carousel-nav {
  position: relative;
}
.pf-carousel-nav .left-nav,
.pf-carousel-nav .right-nav {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pf-carousel-nav .left-nav:hover,
.pf-carousel-nav .right-nav:hover {
  cursor: pointer;
}
.pf-carousel-nav .left-nav:hover i,
.pf-carousel-nav .right-nav:hover i {
  color: #f7c468;
}
.pf-carousel-nav .right-nav {
  left: 32px;
}
.pf-carousel-nav i {
  top: 1px;
  position: relative;
}

.pf-custom-navigation #pf-filter{margin:0; text-align:left}


/* Sitemap Page */
.sitemap-heading h3 {
  font-size: 24px;
  position: relative;
  margin: 0 0 20px;
  font-weight:700;
}
.sitemap-heading h3:before {
  content: "";
  background:url(images/separator.png) repeat-x;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -moz-calc(50% - 5px);
  top: -webkit-calc(50% - 5px);
  top: -o-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 0;
  z-index: 2;
}
.sitemap-heading h3 span {
  background: #f6f6f6;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
.sitemap-heading h4{font-weight:700;}
#error404-right ul li a{color:#fff !important;}
h1.title-notfound{margin:40px 0 30px 0;}

#me-footer aside ul li a:hover {
  color: #f7c468;
}

/* Contact */
.map-information {
  padding-top: 70px;
  padding-right: 19px;
}
.contact-address i {
  font-size: 38px !important;
  margin-left: 1px;
}
.contact-address .dl-horizontal {
  margin-bottom: 0;
}
.contact-address .dl-horizontal dt {
  padding-top: 5px;
}
.contact-address .dl-horizontal dd {
  margin-left: 54px;
  line-height: 28px;
  margin-bottom: 36px;
}
.contact-address .dl-horizontal dd:last-child {
  margin-bottom: 0;
}
.contact-address h5 {
  font-family: "PT Serif", sans-serif;
  color: #7b7b7b;
  margin-bottom: 0;
}

/*=================================================== [ Wordpress Styling ] ===================================================*/
.sticky{}
.bypostauthor{}
.wp-caption{max-width:100%;}
.wp-caption-text{font-style:italic;}
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*=================================================== [ Sidebar ] ===================================================*/

.widget_area aside{margin-bottom:37px; *zoom: 1;}
.widget_area aside:before, .widget_area aside:after {
  content: " ";
  display: table;
}
.widget_area aside:after {
  clear: both;
}
.widget_title{
color:#393939;
font-size:24px;
font-weight:700;
position:relative;
overflow:hidden;
margin-bottom:20px;
}


.widget_title_line{position:absolute; top:15px; width:100%; height:10px;  background: url(images/widget_title_bg.png) repeat-x; margin-left:13px}

.widget_area ul{
margin-left:0;
padding-left:0;
position:relative
}

.widget_area ul li{
list-style-type:none;
padding-bottom:10px;
padding-left:20px;
position:relative;
}


.widget_area ul.children{margin:10px 0 0 10px;}
.widget_area ul.children li:last-child{padding-bottom:0; margin-bottom:0; border:0}

.widget_area ul li a{color:#7b7b7b;}
.widget_area ul li a:hover {color: #f7c468; text-decoration:none;}
.widget_area ul li:before {
  content: "";
  background: inherit;
  height: 4px;
  width: 12px;
  background: #929292;
  position: absolute;
  top:12px;
  left: 0;
}

/* Author Widget */
.widget_idz_author_widget{text-align:center;}
.widget_idz_author_widget h4{ font-size:22px; font-weight:700}
.widget-author{margin-bottom:15px;}
.widget-author img {
width:90px;
height:90px;
border-radius: 100px;
position:relative;
 -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
   border: 4px solid #fff;
}
.widget_idz_author_widget p{font-size:16px; color:#fff;}

.author_social_profile li{list-style-type:none; margin:0; padding:0; display:inline-block;}
.author_social_profile li a{color:#fff !important;}
.author_social_profile li a:hover{}
.author_social_profile li:before{background:transparent !important; width:0 !important; height:0 !important}

/* Archive Widget */
.archive-count{
display: inline-block;
margin-left:6px;
padding: 5px 9px;
font-size: 11px;
line-height: 14px;
color: #fff !important;
background-color: #e6ae48;
position:relative;
top:-1px;
}

/* Search Widget */
#searchform input[type="text"]{ width:100%;}
#searchform .search-fieldset{border:0px; padding:0px; margin:0px;}


/* Popular List */
ul.popular-list{position:relative;}
ul.popular-list li {list-style-type:none; position:relative; clear:both; width:100%; float:left; width:100%; margin-bottom:30px}
ul.popular-list li:last-child{margin-bottom:0;}
ul.popular-list li:before, #footer ul.popular-list li:before {content:''; margin-right:0px; top:0px; left:0px; background:transparent;}
ul.popular-list li a{
color:#7b7b7b;
text-decoration:none;
}
ul.popular-list li a:hover {text-decoration:none;}
ul.popular-list li p.popular-title a{text-transform:capitalize;}
ul.popular-list li p.popular-title {
font-size:16px;
font-weight:400;
line-height:24px;
margin:0 0 8px 0;
}
ul.popular-list li img {
margin:0 20px 0 0;
float:left;
position:relative;
}
ul.popular-list li, #footer ul.popular-list li {
list-style-type:none;
padding:0;
}
ul.popular-list li .comment-count {
font-size: 11px;
text-decoration:none;
text-transform:uppercase;
color:#e6ae48;
margin:0;
}

ul.popular-list li .comment-count a, ul.popular-list li .comment-count a:visited{color:#e6ae48;}

.popularcoltext{overflow:hidden;}

/* Tag Cloud */
.idz-tag-cloud {
font-size:13px;
width:100%;
text-transform:uppercase
}

.idz-tag-cloud a, .idz-tag-cloud a:visited {
 font-size: 11px;
  padding: 0px 9px 1px 9px;
  background: #ff8d2c;
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.idz-tag-cloud a:hover {
 color: #fff;
}


/* Latest Tweets */
.widget_latest_tweets_widget{}
.latest-tweets ul li{background:#fff; padding:20px; margin-bottom:15px; font-size:14px; font-weight:300;}
.latest-tweets ul li:last-child{margin:0;}
.latest-tweets ul li a{color: #e6ae48;}
.latest-tweets ul li:before{content:""; padding:0; left:0; background:transparent;}
.latest-tweets p{margin:0;}
.latest-tweets .tweet-details{font-style:italic; font-size:11px; color:#7b7b7b}
.latest-tweets .tweet-details a{color:#7b7b7b}

/* Facebook Likebox Widget */
.sfp-container {
  width: 100%;
  padding: 15px 22px;
  background: #fff;
  text-align: center;
  margin-bottom:22px;
}



/*=================================================== [ Footer ] ===================================================*/
#me-footer {
  padding-top: 50px;
  background: #fff;
  clear: both;
  font-size: 14px;
}

#me-footer .widget_title {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.social-footer {
  font-size: 54px;
  text-align: center;
  margin-bottom: 25px;
}
.social-footer li a, .social-footer li a:visited {
  color: #393939;
}

.facebook-color:hover {
  color: #3b5998 !important;
}

.flickr-color:hover {
  color: #ff1981 !important;
}

.skype-color:hover {
  color: #00aff0 !important;
}

.github-color:hover {
  color: #171515 !important;
}

.youtube-color:hover {
  color: #e83c36 !important;
}

.vimeo-color:hover {
  color: #20b9eb !important;
}

.tumblr-color:hover {
  color: #2c4762 !important;
}

.behance-color:hover {
  color: #0398fd !important;
}

.vk-color:hover {
  color: #4d6e92 !important;
}

.xing-color:hover {
  color: #cdd60f !important;
}

.soundcloud-color:hover {
  color: #ff6600 !important;
}

.twitter-color:hover {
  color: #33ccff !important;
}

.pinterest-color:hover {
  color: #c92619 !important;
}

.dribbble-color:hover {
  color: #EA4C89 !important;
}

.googleplus-color:hover {
  color: #DD4B39 !important;
}

.linkedin-color:hover {
  color: #006699 !important;
}

.instagram-color:hover {
  color: #9c7c6e !important;
}

.stumbleupon-color:hover {
  color: #e64011 !important;
}

.mail-color:hover {
  color: #578ad6 !important;
}

.rss-color:hover {
  color: #f26109 !important;
}

.facebook-bgcolor:hover {
  background: #3b5998 !important;
}

.flickr-bgcolor:hover {
  background: #ff1981 !important;
}

.skype-bgcolor:hover {
  background: #00aff0 !important;
}

.github-bgcolor:hover {
  background: #171515 !important;
}

.youtube-bgcolor:hover {
  background: #e83c36 !important;
}

.vimeo-bgcolor:hover {
  background: #20b9eb !important;
}

.tumblr-bgcolor:hover {
  background: #2c4762 !important;
}

.behance-bgcolor:hover {
  background: #0398fd !important;
}

.vk-bgcolor:hover {
  background: #4d6e92 !important;
}

.xing-bgcolor:hover {
  background: #cdd60f !important;
}

.soundcloud-bgcolor:hover {
  background: #ff6600 !important;
}

.twitter-bgcolor:hover {
  background: #33ccff !important;
}

.pinterest-bgcolor:hover {
  background: #c92619 !important;
}

.dribbble-bgcolor:hover {
  background: #EA4C89 !important;
}

.googleplus-bgcolor:hover {
  background: #DD4B39 !important;
}

.linkedin-bgcolor:hover {
  background: #006699 !important;
}

.instagram-bgcolor:hover {
  background: #9c7c6e !important;
}

.stumbleupon-bgcolor:hover {
  background: #e64011 !important;
}

.mail-bgcolor:hover {
  background: #578ad6 !important;
}

.rss-bgcolor:hover {
  background: #f26109 !important;
}

.footer-title-list {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.footer-subscribe-container .form-control {
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding-left:20px;
  background:#fff;
}
.footer-subscribe-container .input-group span,
.footer-subscribe-containe .form-control{
display: table-cell;
vertical-align:top;
height:auto;
}
.footer-subscribe-container .input-group {
  margin-bottom: 0;
}
.footer-subscribe-container p {
  font-size: 14px;
  margin-bottom: 18px;
}

#me-footer, #me-footer p,
#me-footer aside ul, .footer-info-container {
  font-family: "Open Sans", sans-serif;
  color: #9d9d9d;
}

#me-footer .widget_title{font-size:16px; text-transform:uppercase; margin-bottom:13px;}

#me-footer aside{margin-bottom:53px; *zoom: 1;}
#me-footer aside:last-child{margin-bottom:0}
#me-footer aside ul{list-style-type:none; margin:0; padding:0}
#me-footer aside ul li{line-height:28px;}
#me-footer aside ul li a {
  color: #9d9d9d;
}


.footer-info-container {
  border-top: 1px solid #d7d7d7;
  color: #b3b3b3;
  padding: 22px 0;
  margin-top: 60px;
}
.footer-info-container p, .footer-info-container .copyrighttext{
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
  padding: 4px 0;
}

.logo-footer-container {
  float: right;
}
.logo-footer-container img {
  width: 63px;
  height: 34px;
}


/* [ scroll up ] */
#scrollUp {
  bottom: 55px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 33px;
  background-color: #e6ae48;
  color: #fff;
  text-align: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

#scrollUp:hover {
  background: #f7c468;
}

#scrollUp i {
  position: relative;
  top: 7px;
  left: -1px;
}

.bottomelement {
margin: -1%;
}

