/*
 * NewEdge - NewEdge Premium Magazine Theme.
 * File Description: The main stylesheet of this theme for main design part. 
 * Author: Themeum
 * Website: http://www.themeum.com/
 * Support: support@themeum.com
 */

/*=======================================*
 *=======   TABLE OF CONTENT   ========*
*=======================================*

1. Footer
2. 404 Page
3. Contact Us
4. Coming Soon
5. Main Menu

=======================================*/


/*************************
******* Box Width ******
**************************/


.boxwidth {
  position: relative;
  max-width: 1240px;
  background: #fff;
  margin: 30px auto 30px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#boxwidth-bg .boxwidth .header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}


.boxwidth #masthead.sticky {
	max-width: 1240px;
	top: 0;
}

.admin-bar .boxwidth #masthead.sticky {
	top:30px;
}

.boxwidth .vc_column_container {
	position: relative;
}

.boxwidth .vc_column_container .tp-leftarrow.tparrows {
	left:0 !important;
}

.boxwidth .vc_column_container .tp-rightarrow.tparrows {
	right: 0 !important;
}


/*=================================
 *=======   Button   ======
 *================================= */

a:focus, a:hover {
    text-decoration: inherit;
}

a:focus {
  outline: 0;
  outline-offset: 0;
}

.btn-style,
.poll-submit,
.post-navigation .previous-post a,
.post-navigation .next-post a,
#comments .form-submit #submit,
.btn.btn-primary{
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
  border: none;
  color: #000;
  background-color: #e9eaed;
  border: none;
  border-bottom: 3px solid #cfd0d4;  
  transition: 300ms;
  -webkit-transition: 300ms;
}

.btn-style:hover,
.poll-submit:hover,
#comments .form-submit #submit:hover,
.post-navigation .previous-post a:hover,
.post-navigation .next-post a:hover,
.btn.btn-primary:hover {
  color: #fff;
  border-bottom: 3px solid rgba(0,0,0,.2); 
}

.poll-submit {
  padding: 5px 15px; 
}

.wrap-btn-style {
  margin-top: 20px;
}

/* input field */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form textarea {
  height: 150px;
}

.wpcf7-form-control.wpcf7-submit {
  background: none;
  border: none;
}

/* title icon style */
.title-icon-style {
    width: 26px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}


/* category color */
.category-color-wrap .category-color {
  width: 26px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.category-color-wrap .category-color.category-color1 {
  /*background-color:#00a99d;*/
  background-color:#00a651;/*зеленый*/
  
}

.category-color-wrap .category-color.category-color2 {
  /*background-color: #ed145b !important;*/
  background-color: #2e3192 !important;/*синий*/
}

.category-color-wrap .category-color.category-color3 {
  /*background-color: #00c8ff !important;*/
  background-color: #ff7616 !important;/*оранжевый - лого*/
}

.category-color-wrap .category-color.category-color4 {
  background-color: #2e3192 !important;/*синий*/
}

.category-color-wrap .category-color.category-color5 {
  background-color: #00a651 !important;/*зеленый*/
}

.category-color-wrap .category-color.category-color6 {
  /*background-color: #2e3192;*//*синий*/
  background-color: #ff7616 !important;/*оранжевый - лого*/
}

.category-color-wrap .category-color.category-color7 {
  /*background-color: #0072bc;*/
  background-color: #2e3192 !important;/*синий*/
}

.category-color-wrap .category-color.category-color8 {
  /*background-color: #00a99d;*/
  background-color: #00a651 !important;/*зеленый*/
}

.entry-category.green .category-color-wrap .category-color {
  background: #00a651;
}
.entry-category.red .category-color-wrap .category-color {
  /*background: #ed1c24;*/
  background: #ff7616;/*оранжевый - лого*/
}
.entry-category.blue .category-color-wrap .category-color {
  background: #2e3192;
}
.entry-category.pink .category-color-wrap .category-color {
  /*background: #C30544;*/
  background: #ff7616;/*оранжевый - лого*/
}
.entry-category.lightgreen .category-color-wrap .category-color {
  /*background: #00a99d;*/
  background: #00a651;/*зеленый*/
}
.entry-category.raw .category-color-wrap .category-color {
  /*background: #006A88;*/
  background: #ff7616;/*оранжевый - лого*/
}


#themeum-slider1-carousel.carousel li:nth-child(1) .category-color-wrap .category-color {
  /*background-color:#ed1c24;*/
  background-color:#00a651;
}
#themeum-slider1-carousel.carousel li:nth-child(2) .category-color-wrap .category-color {
  /*background-color:#ed145b;*/
  background-color:#2e3192;
}
#themeum-slider1-carousel.carousel li:nth-child(3) .category-color-wrap .category-color {
  /*background-color:#00c8ff;*/
  background-color:#ff7616;
}
#themeum-slider1-carousel.carousel li:nth-child(4) .category-color-wrap .category-color {
  /*background-color:#2e3192;*/
  background-color:#2e3192;
}
#themeum-slider1-carousel.carousel li:nth-child(5) .category-color-wrap .category-color {
  /*background-color:#00a651;*/
  background-color:#00a651;
}
#themeum-slider1-carousel.carousel li:nth-child(6) .category-color-wrap .category-color {
  /*background-color:#2e3192;*/
  background-color:#ff7616;
}
#themeum-slider1-carousel.carousel li:nth-child(7) .category-color-wrap .category-color {
  /*background-color:#0072bc;*/
  background-color:#2e3192;
}
#themeum-slider1-carousel.carousel li:nth-child(8) .category-color-wrap .category-color {
  /*background-color:#00a99d;*/
  background-color:#00a651;
}


.category-color-wrap a {
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
}



/*=========================================
 *=======     topbar       ============
 *=======================================*/

.newedge-topbar {
  border-bottom: 1px solid #e9eaed;
  background-color: #b1d5fd;
}

.newedge-date.top-align {
  margin-right: 20px;
}

.newedge-topbar .top-right {
  text-align: right;
  line-height: 64px;
}

.top-align >a {
  color: #b9b9b9;
  transition: 300ms;
  -webkit-transition: 300ms;
  padding: 23px 20px;
  border-left: 1px solid #e9eaed;
}

.top-right >.top-align:last-child >a {
  border-right: 1px solid #e9eaed;
}

.top-right .top-align {
  display: inline;
  color: #fff;
}

.logo-wrapper img
{
	max-height:64px;
}


/*=========================================
 *==========   Search      ============
 *=======================================*/

#searchform {
  position: relative;
}

#searchform input {
  height: 65px;
  border: none;
  box-shadow: none;
  font-weight: 300;
}

#searchform .btn-search {
  position: absolute;
  height: 65px;
  right: 0;
  top:0;
  padding: 0 21px;
  line-height: 65px;
  border: 0;
  color:#333;
}

#searchform .btn-search i {
  font-size: 18px;
  line-height: 65px;
}

.home-search #searchform .btn-search {
  display: none;
}

.cart-busket {
  position: relative;
}

#header-container{
  z-index: 99;
}
.home-search-wrap .container {
  position: relative;
}

.home-search  {
  position: absolute;
  right: 0;
  top: 0px;
  width: 99%;
  height: 64px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: 999999;
  display: none;
  background: #fff;
}

.home-search  #searchform input {
  color: #333;
}

.home-search #searchform .btn-search i {
  font-size: 14px;
  line-height: 14px;
}

.home-search #searchform input {
  height: 66px;
  border: none;
  box-shadow: none;
  font-weight: 300;
  padding: 10px 0;
  font-size: 30px;
  background: none;
}

.home-search #searchform input::-webkit-input-placeholder {
  color: #333;
}.home-search #searchform input::-moz-input-placeholder {
  color: #333;
}

.hd-search-btn-close{
  position: absolute;
  font-size: 30px;
  right: 100px;
  top: 10px;
  color: #333;
  text-decoration: none;
}


/* -----------------------------------
    Sub title
------------------------------------- */


.sub-title-inner .breadcrumb {
  padding: 0;
  margin: -36px 0 0;
  background: none;
  border-radius: 0;
  text-align: right;
  color: #fff;
}

.sub-title-inner .breadcrumb  li a.breadcrumb_home {
  color: #fff;
  font-weight: bold;
}

.sub-title-inner h2 {
  margin: 0;
  color: #fff;
}

.sub-title-inner h2 span {
  width: 43px;
  line-height: 47px;
  font-size: 30px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;  
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.sub-title-inner .category-color-wrap .category-color {
  width: 43px;
  line-height: 47px;
  font-size: 30px;
  margin-right: 20px;
}

.sub-title-inner .category-color-wrap a {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}

.sub-title-inner .breadcrumb>.active {
  color: #fff;
}

.sub-title-inner .breadcrumb>.active a {
   color: #fff; 
}

.sub-title-inner .breadcrumb>li+li:before {
  padding: 0;
  color: #fff;
  font-size: 12px;
}

/* -----------------------------------
    Home Page Slider Shortcode
------------------------------------- */
.slider1-box{
  color: #fff;
  display: inline-block;
  background: rgba(0,0,0,.5);
  padding: 30px;
  height: 150px;
  overflow: hidden;
}

.slider-box-result {
  padding: 40px 30px;
}

.slider1-box-upcoming {
  padding: 50px 30px;
}

.slider-title{
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-top: 0;
  padding: 10px 0 0;
  display: inline-block;
  margin: 0;
}


.slider-title > span {
  font-size: 12px;
  text-transform: uppercase;
}

.slider-title a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.slider-title a:hover {
  color: rgba(255,255,255,.7);
}


/* slider 2 */
.slider1-carousel-indicators .container{
  position: relative;
}

.slider1-carousel-indicators .container .slider1-carousel-indicators-inner {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  z-index: 1;
  height: 510px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 40px 30px;
  width: 330px;
}

.slider1-carousel-indicators-inner li .indicators-title {
  display: block;
  margin: 12px 0 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}


#themeum-slider1-carousel.carousel li {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

#themeum-slider1-carousel.carousel li:last-child {
  border-bottom: none;
}

#themeum-slider1-carousel.carousel li a {
  color: #fff;
}


.slider1-carousel-indicators-inner li.active .indicators-title {
  color:rgba(255,255,255,.5);
}

#themeum-slider1-carousel.carousel .slider1-carousel-indicators-inner li.active {
  border-bottom: 1px solid rgba(255,255,255,.5);
}

#themeum-slider1-carousel.carousel .slider1-carousel-indicators-inner li.active a{
  color: rgba(255,255,255,.5);
}

.slider1-carousel-indicators-inner li.active {
  margin-bottom: 30px;
  background: none;
}

.slider1-carousel-indicators-inner li .slide2-type {
  display: inline-block;
}

.themeum-slider1-carousel .item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.75;
	
    /*background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.2) 30%,#202020 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0.2) 30%,#202020 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0.2) 30%,#202020 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0.2) 30%,#202020 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2) 30%,#202020 100%);*/
	
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}

.item:nth-child(2n).active .handpick-slider-in {
  opacity: 1;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.item:nth-child(2n).active .handpick-slider-in .slider-cats-list {
  animation: fadeInUp .5s;
}

.item:nth-child(2n).active .handpick-slider-in .slider-title {
  animation: fadeInDown .5s;
}


.item:nth-child(2n+1).active .handpick-slider-in .slider-title {
  animation: fadeInLeft .5s;
}

.item:nth-child(2n+1).active .handpick-slider-in .slider-cats-list {
  animation: fadeInRight .5s;
}


.handpick-slider-wrap {
  position: relative;
}

.handpick-slider-in {
  width: 100%;
  height: 100%;
  left: 15px;
  top: 0;
  display: table;
  height: 510px;
}

.handpick-slider-in > div {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

.slider1-carousel-indicators .nano > .nano-content:focus {
  outline:0;

}

.slider1-carousel-indicators-inner.nano-content {
    right: 15px !important;
}

.slider1-carousel-indicators .nano .nano-pane {
  top:0;
  height: 510px;
  background: rgba(0, 0, 0, 0.65);
  width: 15px;
  display: none !important;
  right: 15px;
}

.slider1-carousel-indicators .nano > .nano-pane > .nano-slider {
  border-radius: 0;
  margin: 0;
}

.slider1-carousel-indicators .container .slider1-carousel-indicators-inner.carousel-indicators {
  left: auto;
  margin-left: 0;
}

.slider1-carousel-indicators .container .slider1-carousel-indicators-inner.carousel-indicators li {
  border: none;
  border-radius: 0;
}

/* slider 2 */
.handpick-slider-innner {
  padding: 50px;
  background: rgba(0,0,0,.8);
  overflow: hidden;
}

.customNavigation {
    position: relative;
    z-index: 10;
}

.customNavigation a {
    position: absolute;
    bottom: 60px;
    right: 45px;
    font-size: 26px;
    width: 35px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}

.customNavigation a.right {
    right: 0;
}


/* ------------------------------------
             Slder Carousel
 -------------------------------------- */
.carousel-indicators .active {
  width: auto;
  height: auto;
}
.carousel-indicators li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1px;
  text-indent: 0px;
}
#carousel-example-generic ol.carousel-indicators li{
  font-size: 18px;
  color: #000;
  background: rgba(0,0,0,0.6);
}
#carousel-example-generic ol.carousel-indicators li.active{
  color: #fff;
  background: rgba(227, 192, 40,0.6);
}

/*=========================================
 *=======     video post shortcode       ============
 *=======================================*/
.video-post-icon-large a,
.video-post-icon-small a {
  color: rgba(255, 255, 255, 0.5);
  transition: 300ms;
  -webkit-transition: 300ms;
}
.video-post-icon-large a:hover,
.video-post-icon-small a:hover {
  color: #fff;
}

.video-post-icon-small a i {
  font-size: 36px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -18px;
  margin-left: -18px;
  transition: 300ms;
  -webkit-transition: 300ms;   
}

.video-post-icon-large a i{
  font-size: 72px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -36px;
  margin-left: -36px;
  transition: 300ms;
  -webkit-transition: 300ms;  
}

/*=================================
 *=======    Category Page    =====
 *================================= */
#themeum-carousel .carousel-indicators{
    text-align: right;
    width: 150px;
    margin: 0px;
    right: 30px;
    left: inherit;
    bottom: 45px;
}

#themeum-carousel .carousel-indicators li {
  border: none;
  background-color: rgba(53, 51, 51, 0.4);
  height: 12px;
  width: 12px;  
  margin: 0 2px;
}

#themeum-carousel .carousel-indicators li.active{
  height: 12px;
  width: 12px;
}


#themeum-carousel ol.carousel-indicators li.active{ background-color: #fff; }

#themeum-carousel .entry-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}


 /*=========================================
 *=======     Navigation       ============
 *=======================================*/

 .navbar-header {
    margin-bottom: 0;
 }

#navigation .navbar-brand {
    height: 0;
    padding: 0;
    margin: 0;
}

#navigation .navbar-nav {
    float: right;
}

#navigation a.navbar-brand h1 {
    margin: 0;
    font-size: 42px;
}

.admin-bar #masthead.sticky {top:32px}

#navigation .navbar-header .navbar-toggle {
    margin: 12px 0 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#main-menu {
    position: inherit;
}

#main-menu .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
}

#main-menu .nav>li {
    display: inline-block;
    position: relative;
    padding: 0;
    height: 64px;
    line-height: 64px;
    float: left;
}

#main-menu .nav>li>a {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 30px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
#main-menu .nav>li.ticket-menu a {
  background-color: #FF8A00;
  border-radius: 3px;
  line-height: 36px;
  margin-left: 25px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

#main-menu .nav>li.ticket-menu a:hover,
#main-menu .nav>li.ticket-menu a:focus {
  background-color: #D67400;
}

#main-menu .nav>li.fixed-menu {
    margin-left: 20px;
}


#main-menu .nav>li>a:hover,
#main-menu .nav>li>a:focus {
    background-color: transparent;
}

#main-menu .nav>li.active>a {
    font-weight: bold;
}

#main-menu .nav>li.menu-item-has-children > a:after{
    content: " \f107";
    font-family: "FontAwesome";
}

.page-template-homepage-transparent-php #masthead.sticky #main-menu .nav>li.fixed-menu>a {
    color: #fff;
}

#main-menu .nav>li > ul{
    padding: 0px 0 0;
}

#main-menu .nav>li ul {
    text-align: left;
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    width: 220px;
    display: none;
    z-index: 999999;
    color:#222; 
    background-color: #e9eaed;
}

#masthead.sticky #main-menu .nav>li ul.sub-menu {
    top:64px;
}

#main-menu .nav>li.fixed-menu a {
    color:#fff;
    line-height: 36px;
    border-radius: 4px;
    transition:300ms;
    -webkit-transition:300ms;
}

#main-menu .nav>li.fixed-menu a:hover {
    color: #fff;
}


#main-menu .nav>li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

#main-menu .nav>li>ul li a {
    display: block;
    line-height: normal;
    padding: 15px 20px;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    transition:300ms;
    -webkit-transition:300ms;    
}

#main-menu .sub-menu li.active >a {
  color: #fff;
}

#main-menu .nav>li>ul li > div {
    padding: 0 20px 10px;
    font-size: 13px;
}

#main-menu .sub-menu li.active{
    background: #736356;
}

#main-menu .nav>li>ul li a:hover {
    color:#fff;
    text-decoration: none;
}

 #main-menu .nav>li>ul {
    transition:300ms;
    -webkit-transition:300ms;   
 }

#main-menu .nav>li>ul li {
  transition:300ms;
  -webkit-transition:300ms;   
}


#main-menu .nav>li>ul li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transiton:300ms;
    -webkit-transiton:300ms;
    -moz-transiton:300ms;
}

#main-menu .nav>li>ul >li.menu-item-has-children {
    position: relative;
}

#main-menu .nav>li>ul >li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    right: 15px;
    top: -7px;
    color: #fff;
    font-size: 16px;
    font-family: FontAwesome;
}


#main-menu .nav>li>ul li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 221px;
    padding: 0;
}

#main-menu .nav>li>ul li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

/*============   Megamenu  ==============*/

#main-menu .nav>li.has-megasub {
    position: inherit;
}

#main-menu .nav>li.has-megasub > ul.megamenu{
    padding: 42px 30px;
    width: 100%;
}

#main-menu .nav>li.has-megasub > ul.megamenu > li {
    float: left;
}

#main-menu .nav>li.has-megasub > ul.megamenu.megacol-4 > li{
  width: 25%;
}

#main-menu .nav>li.has-megasub > ul.megamenu.megacol-3 > li{
  width: 33%;
}

#main-menu .nav>li.has-megasub > ul.megamenu.megacol-2 > li{
  width: 50%;
}

#main-menu .nav>li.has-megasub > ul.megamenu.megacol-1 > li{
  width: 100%;
}


/*===========   Mobile Menu   ===========*/

#mobile-menu{
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 9;
    right: 0;
    z-index: 999;
}

.admin-bar #mobile-menu {
  top:59px;
}

#navigation #mobile-menu .navbar-nav {
  float: none;
}

#navigation #mobile-menu .navbar-nav {
  margin: 0;
  background-color: #29333f;
}


#mobile-menu .navbar-collapse{
    padding-right: 0;
    padding-left:0;
    border: 0;
}

#mobile-menu .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0 !important;
}

#mobile-menu ul {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#mobile-menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ccc;
  display: block;
}

#mobile-menu ul li:hover > a,
#mobile-menu ul li.active > a {
  color: #fff;
}

#mobile-menu ul ul {
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px; 
}

#mobile-menu ul li span.menu-toggler {
  display: inline-block;
  width: 34px;
  cursor: pointer;
  color: #fff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

#mobile-menu ul li:hover .menu-toggler{
    color: #fff;
}

#mobile-menu ul li span.menu-toggler i {
  display: block;
  line-height: 34px;
}

#mobile-menu ul li span.menu-toggler .fa-angle-right,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-down {
  display: none;
}

#mobile-menu ul li span.menu-toggler .fa-angle-down,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-right {
  display: block;
}

#navigation #mobile-menu .navbar-nav>li>a:focus, 
#navigation #mobile-menu .navbar-nav>li>a:hover {
  background-color: transparent;
}

.navbar-toggle {
  float: left;
}

.navbar-toggle .icon-bar {
  background:#000;
}

@media only screen and (max-width : 768px) {
  #masthead.sticky {
    position: inherit !important;
  }
}

#main-menu ul.sub-menu li > a{
    font-weight: 400!important;
}

#navigation .navbar-header .navbar-toggle:hover, 
#navigation .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-toggle:hover .icon-bar {
  background: #4bb463;
}



/* =================================
 * =======    Homepage    ======
* ================================= */

/* vc row */
.wpb_wrapper .wpb_content_element {
  margin-bottom: 30px;
}
/* vc map */
.vc_row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

/*=========================================
 *=======   Popup Login   ============
 *=======================================*/
#sign-in .modal-content {
  border-radius: 0;
  background: #fafafa;
  padding: 30px;
  text-align: center;
  font-size: 14px;
}

#sign-in .modal-header i.close {
  margin-top: -2px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  color: #a9a9a9;
  border: 1px solid;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

#sign-in .modal-header i.close {
    margin-right: 0;
}

#sign-in .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#sign-in .modal-content #login a {
  color: #b9b9b9;
  line-height: 30px;  
}

.modal-dialog {
  margin: 160px auto;
}

.modal-body {
  padding: 25px;
}

.modal-body.text-center h3 {
  margin-bottom: 30px;
}

.modal-body.text-center input[type=submit].btn-block {
  margin: 20px 0 30px;
  padding: 12px 0;
  border: none;
  color: #fff;
}


/*=========================================
 *=======   Social in shortcode   ============
 *=======================================*/
.newedge-post-share-social {
  position: absolute;
  top: 25px;
  right: 55px;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.newedge-post-share-social .share-icon {
  display: none;
  -webkit-animation: zoomIn;
  -o-animation: zoomIn;
  animation: zoomIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: left;
  color: #fff;
  font-size: 24px;
  margin-top: -10px;
  margin-left: 20px;
}

.newedge-post-share-social a.prettySocial {
  color: #fff;
  margin-left: 12px;
  float: left;
  display: none;
  -webkit-animation: fadeInRight;
  -o-animation: fadeInRight;
  animation: fadeInRight;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.newedge-post-share-social:hover a.prettySocial {
  display: block;
}

.common-post-item:hover .newedge-post-share-social .share-icon {
  display: block;
}

/* bookmarks */
.bookmark {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #fff;
}

.bookmark.active {
  color: #FFEF00;
}

.bookmark:before {
  position: absolute;
  top:0;
  z-index: 2;
  font-family: Fontawesome;
  content: "\f02e";
  font-size: 24px;
  display: none;
  -webkit-animation: zoomIn;
  -o-animation: zoomIn;
  animation: zoomIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  cursor: pointer;  
}

.btn-bookmark {
  background: none;
  border: none;
  color: #fff;  
  font-size: 0;
}

.common-post-item:hover .bookmark:before {
  display: block;
}


/* featured post item */
.common-post-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.common-post-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  z-index: 1;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.red {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed1c24 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed1c24 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed1c24 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed1c24 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed1c24 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.black {
  
  /*background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #000 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #000 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #000 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #000 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #000 70%);*/
  
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
  
  
  transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.orange {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #f26522 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #f26522 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #f26522 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #f26522 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #f26522 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.blue {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #2e3192 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #2e3192 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #2e3192 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #2e3192 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #2e3192 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.sky-blue {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00c8ff 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00c8ff 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00c8ff 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00c8ff 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00c8ff 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.pink {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed145b 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed145b 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed145b 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed145b 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ed145b 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.royal-blue {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #0072bc 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #0072bc 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #0072bc 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #0072bc 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #0072bc 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.dark-cyan {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #008b8b 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #008b8b 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #008b8b 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #008b8b 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #008b8b 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.dark-green {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00a651 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00a651 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00a651 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00a651 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #00a651 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.light-green {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #8dc63f 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #8dc63f 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #8dc63f 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #8dc63f 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #8dc63f 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.pure-violet {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #662d91 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #662d91 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #662d91 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #662d91 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #662d91 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.common-post-item .overlay.yellow {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ffd200 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ffd200 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ffd200 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ffd200 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%, #ffd200 70%); 
    transition: 400ms;
  -webkit-transition: 400ms;
}

.themeum-latest-featured-post-item.common-post-item:hover .overlay,
.latest-category-post-item.common-post-item:hover .overlay {
  
  
  /*background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 30%,rgba(0, 0, 0, 0.7) 70%);*/
  
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);

  
  transition: 400ms;
  -webkit-transition: 400ms;
}

.video-post-thumb-wrap .common-post-item .overlay,
.video-post-small-wrap .common-post-item .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0.15) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -moz-linear-gradient(to bottom,rgba(0, 0, 0, 0.15) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(to bottom,rgba(0, 0, 0, 0.15) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: -ms-linear-gradient(to bottom,rgba(0, 0, 0, 0.15) 30%,rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.15) 30%,rgba(0, 0, 0, 0.7) 70%);
    transition: 400ms;
  -webkit-transition: 400ms; 
}

.common-post-item .overlay.video-post-icon-large:hover {
  opacity: .7;
}

.common-post-item .overlay.video-post-icon-large {
  opacity: 0;
}

.video-post-thumb-wrap .common-post-item,
.video-post-small-wrap .common-post-item {
  margin-bottom: 0;
}

.common-post-item-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;   
}

.common-post-item-in {
  overflow: hidden;
  -ms-transform: translateX(10px); /* IE 9 */
  -webkit-transform: translateX(10px); /* Safari */
  transform: translateX(10px);
  margin-left: -10px;
  transition: .3s;
  -webkit-transition: .3s;  
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;  

}

.common-post-item:hover .common-post-item-intro {
  bottom: 10px;
}

.common-post-item:hover .common-post-item-in {
  -ms-transform: translateX(0); /* IE 9 */
  -webkit-transform: translateX(0); /* Safari */
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;   
}

.common-post-item .overlay.no {
  background: none;
}

.latest-featured-post-thumb .common-post-item-intro .entry-title {
  font-size: 24px;
  margin-top: 15px;  
  line-height: 28px;
}
.common-post-item-intro .entry-title a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.common-post-item-intro .entry-title a:hover {
  color: rgba(255,255,255,.7);
}


.common-post-item-intro .entry-title {
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}
.lates-category-post {
  position: relative;
}

.cats-see-all {
  text-align: right;
  top: -53px;
  position: absolute;
  z-index: 1;
  right: 0;
}

.cats-see-all a {
  font-size: 12px;
  color: #d4d4d4;
}

/* Text version */
.common-post-item.common-post-item-text {
  margin-bottom: 20px;
}
.common-post-item-intro-text .category-color-wrap a {
  color: #000;
}
.common-post-item-intro-text h3.entry-title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;  
  line-height: 22px;
}
.common-post-item-intro-text h3.entry-title a {
  color: #000;
  transition:300ms;
  -webkit-transition:300ms;
}
.latest-featured-post-thumb .common-post-item-intro-text h3.entry-title {
  font-size: 18px;
}

/* video post shortcode */
.video-post-small .pull-left img {
  width: 105px;
}

.video-post-small .pull-left {
  padding-right: 25px;
}

.video-duration {
  font-size: 12px;
  font-weight: 700;
}

.video-post-small .entry-title {
  font-size: 16px;
  margin: 5px 0 0;
  line-height: 22px; 
}
.video-post-small .entry-title  a {
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.video-post-small {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.video-post-small-wrap:last-child .video-post-small {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; 
}

.video-post-thumb {
  position: relative;
}

.video-post-thumb-in {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
}

.video-post-thumb-in .video-duration {
  color: #fff;
}

.video-post-thumb-in .entry-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0 0;
}

.video-post-thumb-in .entry-title a {
  color: #fff;
}

/* gallery shortcode */
.gallery-controll-thumb.flexslider {
  margin: 12px 0 30px;
  border:none;
}

.gallery-controll.flexslider {
  border: none;
}

.gallery-controll.flexslider .common-post-item {
  margin-bottom: 0;
}

.flexslider .slides.gallery-thumb-image li {
    margin-right: 12px;
    background: #000;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.flexslider .slides.gallery-thumb-image li img {
  opacity: .5;
}

.gallery-controll.flexslider {
  margin-bottom: 5px;
}

.gallery-controll.flexslider .flex-direction-nav li.flex-nav-prev a {
    left: 0;
    text-shadow: none;
    width: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.gallery-controll.flexslider .flex-direction-nav li.flex-nav-next a {
    right: 0;
    text-shadow: none;
    width: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.gallery-controll.flexslider .flex-direction-nav li.flex-nav-next a:before {
  font-family: Fontawesome;
  display: block;
  content: '\f105';
  font-size: 28px;
  color: #fff;
  text-shadow: none;
}

.gallery-controll.flexslider .flex-direction-nav li.flex-nav-prev a:before {
  font-family: Fontawesome;
  display: block;
  content: '\f104';
  color: #fff;
  font-size: 28px;
  text-shadow: none;
}

/*=========================================
 *=======   Person Shortcode  ============
*=======================================*/
.themeum-person {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.themeum-person:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
}

.themeum-person .person-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  z-index: 5;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.themeum-person .person-details .person-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.themeum-person .person-details .person-deg {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.themeum-person .social-icon {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate(0,30px);
  -ms-transform: translate(0,30px);
  -o-transform: translate(0,30px);
  transform: translate(0,30px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.themeum-person:hover .person-details {
    -webkit-transform: translate(0,-45px);
    -ms-transform: translate(0,-45px);
    -o-transform: translate(0,-45px);
    transform: translate(0,-45px);
}

.themeum-person:hover .social-icon {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.themeum-person .social-icon ul {
    margin: 0;
}

.themeum-person .social-icon ul>li {
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  padding: 0;
}

.themeum-person .social-icon ul>li>a {
  width: 100%;
  height: 100%;
  line-height: 50px;
  display: block;
  transition: 300ms;
  -webkit-transition: 300ms;
  color: #fff;
}

.themeum-person .social-icon ul>li>a.facebook {
  background: #3B5997;
}

.themeum-person .social-icon ul>li>a.twitter {
  background: #29C5F5;
}

.themeum-person .social-icon ul>li>a.g-plus {
  background: #D13D2F;
}

.themeum-person .social-icon ul>li>a.linkedin {
  background-color: #006DC0;
}

.themeum-person .social-icon ul>li>a.pinterest {
  background-color: #B90D14;
}

.themeum-person .social-icon ul>li>a.delicious {
  background-color: #39F;
}

.themeum-person .social-icon ul>li>a.tumblr {
  background-color: #34465D;
}
.themeum-person .social-icon ul>li>a.stumbleupon {
  background-color: #EB4924;
}
.themeum-person .social-icon ul>li>a.dribble {
  background-color: #EA4C89;
}

/*=========================================
 *=======   Editor Picks   ============
*=======================================*/

.lates-editor-picks .category-color-wrap a {
  color: #000;
  margin-right: 5px;
  text-transform: inherit;
  letter-spacing: normal;
  font-weight: 700;
  transition: 300ms;
  -webkit-transition: 300ms;  
}

.lates-editor-picks .category-color-wrap .category-color {
  width: 0;
  line-height: 20px;
  margin-right: 0;
  font-size: 12px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.lates-editor-picks span.editor-picks-title a {
  color: #515151;
  transition: 300ms;
  -webkit-transition: 300ms;  
}
.lates-editor-picks span.editor-picks-title a:hover {
  color: #222;
}

.lates-editor-picks {
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


/*=========================================
 *=======   Poll    ============
 *=======================================*/

.themeum-poll-title {
  font-weight: 700;
}

.themeum-poll-question {
  margin-top: 20px;
}

.themeum-poll-question label {
  font-weight: 300;
  position: relative;
  margin-left: 25px;
}


.themeum-poll-question label input[type=radio] {
  position: absolute;
  left: -25px;
}

.themeum-poll-question .text-label {
  margin-left: 0;
  color: #636363;
  font-size: 12px;
}

/*=========================================
 *=======   Newsletter    ============
 *=======================================*/

.mc4wp-form .mchimp-newsletter input[type=email] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

.form.mc4wp-form {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.form.mc4wp-form h3 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
  font-size: 22px;
}

.mc4wp-form input[type=email] {
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin-top: 18px;
  position: relative;
  font-size: 12px;
}

.mc4wp-form .mchimp-newsletter input[type=email]:focus,
.mc4wp-form input[type=submit]:focus,
.btn-newsletter:focus {
  outline-offset: 0;
  outline:0;
  box-shadow: none;
}

.mc4wp-form input[type=submit] {
  margin-bottom: 20px !important;
  margin-top: 12px;
  background: rgba(0,0,0,.3);
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: 300ms;
  -webkit-transition: 300ms;
  padding: 7px 15px;
}

 .mc4wp-form input[type=submit]:hover {
  background: rgba(0,0,0,.5);
}

.form.mc4wp-form .mchimp-newsletter p {
  position: relative;
}

.form.mc4wp-form .mchimp-newsletter p:after {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  right: 0;
  color: #fff;
  top: 10px;
  font-size: 12px;
}

.mc4wp-form .mchimp-newsletter input:-webkit-autofill {
  background: transparent;
}


.mc4wp-form .mchimp-newsletter input::-webkit-input-placeholder {
   color: #fff;
}

.mc4wp-form .mchimp-newsletter input:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

.mc4wp-form .mchimp-newsletter input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.mc4wp-form .mchimp-newsletter input:-ms-input-placeholder {  
   color: #fff;
}

/*=========================================
 *=======   Widget Newsletter   ============
*=======================================*/

.form.mc4wp-form {
  background: url(../images/widget-newsletter.png) no-repeat;
  padding: 30px 30px 0 30px;
}

/*=========================================
 *=======   Widget Settings    ============
 *=======================================*/

.latest-recent-comment {
  color: #858585;
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}

.recent-comments-image {
  float: left;
  margin-right: 15px;
}

.recent-comments-media {
  margin-top: 15px;
}

.recent-comments-user {
  display: block;
  text-transform: capitalize;
  color: #000;
}

.recent-comments-date,
.recent-comments-category {
  font-size: 12px;
}

.recent-comments-category {
  margin-left: 5px;
}


/*=========================================
*=======   Widget Settings    ============
*=======================================*/
.social-common-bar {
  padding: 0;
  margin-bottom: 20px;
}
.social-common-bar .social-icon {
  display: inline-block;
}

.social-common-bar .social-icon i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: 300ms;
  -webkit-transition: 300ms;
  position: relative;
}

.social-common-bar .social-icon i:after {
  content: "";
  right: -5px;
  top: 17px;
  width: 10px;
  height: 10px;
  text-align: center;
  position: absolute;
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-common-bar .social-icon i.fa-comment-o {
  background: #ED6E1C;
}
.social-common-bar .social-icon i.fa-comment-o:after{
  background: #ED6E1C;
}

.social-common-bar .social-icon i.fa-file-text {
  background: #273B63;
}
.social-common-bar .social-icon i.fa-file-text:after{
  background: #273B63;
}

.social-common-bar .social-icon i.fa-user {
  background: #468E25;
}
.social-common-bar .social-icon i.fa-user:after{
  background: #468E25;
}

.social-common-bar .social-icon i.fa-twitter {
  background: #00abdc;
}
.social-common-bar .social-icon i.fa-twitter:after{
  background: #00abdc;
}

.social-common-bar .social-total-count {
  margin-left: 15px; 
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.social-common-bar .social-total-count .social-text {
  display: block;
}

.themeum-social-counter .social-common-bar:nth-child(even) {
  text-align: right;
}


/*=========================================
 *=======   Widget Settings    ============
 *=======================================*/

.widget-blog-posts .media-left, 
.widget-blog-posts .media>.pull-left {
    padding-right: 15px; 
}

.widget-blog-posts .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.widget-blog-posts .entry-title  a {
    color: #000;
}

.widget-blog-posts img {
    margin-bottom: 20px;
}

.widget-blog-posts .entry-date {
    font-size: 14px;
}

.widget-popular-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.widget_themeum_popular_posts_widget {
    padding: 0;
    margin: 0;
}

.widget{
    word-break: break-word;
}

.widget img{
    max-width: 100%;
    height: auto;
}

.widget_recent_comments a{
    word-break: break-word;
}

.widget select{
    width: 100%;
    margin: 0;
}

.form-control{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

#sidebar .widget{
    margin-bottom: 30px;
    padding: 0;

}

.widget-area .widget:last-child{
    margin-bottom: 0px;
}


#sidebar h3.widget_title {
  margin: 10px 0 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #000;
}


#sidebar .themeum-title .icon-bar {
    background: #000;
}

aside.widget-area .themeum-title{
    margin-bottom: 30px;
}

.widget-popular-news a {
    color: #555;
}

.widget-popular-news a:hover {
    color:#000;
}

.widget-popular-news .media>.pull-left {
      padding-right: 15px;
}

.widget_title{
    margin-top: 0;
    margin-bottom: 0;
}

.widget .tagcloud{
    display: block;
}

.widget .tagcloud a{
  display: inline-block;
  color: #000000;
  background: #e9eaed;
  padding: 7px 15px;
  margin-right: 5px;
  margin-bottom: 8px;
  transition: all 300ms ease-in;
  text-transform: capitalize;
  font-size: 12px !important;
}

.widget .tagcloud a:hover {
    border:none;
    color: #fff;
}

.widget >ul{
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    list-style: none;
}

.widget ul.children{
    list-style: none;
    padding-left: 10px;
}

.widget ul li{

}

.widget ul > li:last-child{
    border-bottom:none; 
}

.widget.widget_categories ul li{
    text-transform: capitalize;
}

.widget_nav_menu ul{
    padding: 0px;
}
.widget_nav_menu ul li{
    list-style:none;
}


.widget ul li a{
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.widget ul li a:hover {
  color: #4bb463;
}

.widget ul  li:first-child a {
    padding-top: 0;
}

.widget ul  li:last-child a {
    padding-bottom: 0;
}

.widget.widget_recent_comments ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-word;
}

.widget.widget_rss ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
}

.widget.widget_recent_comments ul li a{
    padding: 0;
    border-left: 0 none;
}

.widget.widget_nav_menu ul.sub-menu{
    border-top: 1px solid #f4f4f4;
    padding-left: 20px;
}

.widget_text .textwidget{
    padding: 0;
}

.widget.widget_rss .widget_title a{
    color: #fff;
}

.widget.widget_rss ul li a{
    border: 0 none;
    padding: 0;
}

.widget.widget_rss a:hover,
.widget.widget_recent_comments a:hover{
    border-left: 0px;
    text-decoration: underline;
}

.widget.widget_search #searchform{
  position: relative;
  border: 1px solid #eee;
}

.widget.widget_search #searchform input {
  height: 50px;
  border: none;
  box-shadow: none;
  font-weight: 300;
  padding: 0 20px;
  margin: 0;
  background: none;
}

.widget.widget_search #searchform .btn-search {
  height: 50px;
  line-height: 50px;
  background: none;
}

.widget.widget_search #searchform i {
  position: absolute;
  right: 20px;
  top: -15px;
}

.widget.widget_search #searchform .btn-search i {
  font-size: 16px;
  line-height: 50px;
}

.widget.widget_search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;
}

/*=========================================
 *==========     Io Test       ============
 *=======================================*/

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 5px 0;
}

.default-page article{

}

.default-page .entry-title{
    margin-bottom: 20px;
}

table {
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

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

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td,
.table>tbody>tr>td{
    border-top: 1px solid #efefef;
    padding: 8px 10px 8px 0;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

blockquote p{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
}

blockquote{
}

.entry-content a{

}

.entry-content pre{
    font-size: 12px;
    padding: 20px;
}

.gallery-format {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.gallery-format  >li >img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}


.gallery-format  li {
    display: inline-block;
    position: relative;
}

.gallery-format  li > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    background: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.gallery-format  li > .overlay a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
}

.gallery-format li{
    width: 33.3333333%;
}

.gallery-format  li:hover  > .overlay {
    opacity: 1;
    background: none;
}


/*=======   Blog  ========*/

/* sticky */
.post.sticky .entry-meta{
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.post-icon i {
  font-size: 30px;
  margin: 10px 0 15px;
}

.sticky .featured-post i {
    margin-right: 10px;
}

.entry-content-wrap {
    padding: 35px 0;
}

/* pagination */

.themeum-pagination .pagination {
    margin: 20px 0 80px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: transparent;
    color:#000;
}

.themeum-pagination .pagination>li >a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  border: 0;
  background-color: #E9EAED;
  border: none;
  border-radius: 0;
  margin-right: 5px;
  color: #000;
}

.pagination>li>a, .pagination>li>span {
    color: #6f797a
}

.themeum-pagination .pagination>li.active >a,
.themeum-pagination .pagination>li>a:focus, .themeum-pagination .pagination>li>a:hover, 
.themeum-pagination .pagination>li>span:focus, .themeum-pagination .pagination>li>span:hover {
    color: #fff;
}


.entry-blog-meta{
  border-top: solid 1px #e9eaed;
  border-bottom: solid 1px #e9eaed;
  padding: 25px 0;
  margin: 40px 0 30px;
}

.entry-blog-meta-list {
  display: inline-block;
  padding: 0 25px;
  border-left: solid 1px #e9eaed;
}

.entry-blog-meta-list:first-child {
  padding-left: 0;
  border-left: none;
}

.author-avatar,
.author-avatar-text {
  display: inline-block;
}

.author-avatar-text {
  margin: 0;
  vertical-align: top;
  padding-left: 14px;
  color:#757575;
}

/* single page social share */
.newedge-social-share ul li a.prettySocial {
  margin-left: 10px;
  font-size: 12px;
  color:#fff;
  padding: 8px 10px;
  border-radius: 4px;
}

.newedge-social-share ul li a.prettySocial.fa:before{
  font-size: 18px;
}

.newedge-social-share ul li a.prettySocial.fa-facebook:before,
.newedge-social-share ul li a.prettySocial.fa-twitter:before {
  margin-right: 5px;
}

.newedge-social-share ul li a.prettySocial.fa-facebook {
  background: #3b5998;
}

.newedge-social-share ul li a.prettySocial.fa-twitter {
  background: #00aeef;
}

.newedge-social-share ul li a.prettySocial.fa-google-plus {
  background: #ed1c24;
}

.newedge-social-share ul li a.prettySocial.fa-pinterest {
  background: #ed1c24;
}

.newedge-social-share ul li a.prettySocial.fa-linkedin {
  background: #0054a6;
}

.social-share-number .share-count,
.social-share-number .newedge-social-share {
  display: inline-block;
}

.author a {
  color: #000;
  text-transform: capitalize;
}

.author {
  margin-bottom: 0;
  line-height: 14px;
}

.share-count span.number {
  font-size: 24px;
  margin-right: 5px;
}

.entry-blog-meta-list .entry-date,
.entry-blog-meta-list .cats {
  font-size: 12px;
  line-height: 12px;
}

.newedge-social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.newedge-social-share ul li {
  display: inline-block;
}

.post-meta-info {
  border-top: solid 1px #e9eaed;
  border-bottom: solid 1px #e9eaed;
  padding: 30px 0;
  margin: 50px 0 40px;
}

.post-meta-info-list i {
width: 26px;
line-height: 28px;
text-align: center;
color: #fff;
font-size: 16px;
margin-right: 15px;
}

.post-meta-info-list-in {
  display: inline-block;
  vertical-align: top;
}
.post-meta-info-list {
  border-left: solid 1px #e9eaed;
  margin: 0 0 0 40px;
  padding-left: 40px;
  display: inline-block;
  color: #757575;
  font-size: 12px;
}

.post-meta-info-list:first-child {
  padding-left: 0;
  border-left: none;
  margin: 0;
}

.post-meta-info-list-in p {
  color: #000;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 14px;
}

.post-meta-info-list-in a {
  color: #757575;
}



.entry-meta ul li:last-child{
    margin-right: 0px;
}

.entry-summary .vc_row-fluid .container .wpb_row {
    margin-bottom: 30px;
}

.entry-summary .vc_row-fluid .container {
    padding: 0;
}

.entry-summary {
    padding-top: 15px;
}


.all-postformats {
    margin-top: 30px;
}

.entry-post-content {
    padding: 5px 0;
}

.entry-title.blog-entry-title{
    font-size: 30px;
    margin: 0 0 10px;
}

.entry-title.blog-entry-title {
  margin-top: 30px;
}

.entry-title.blog-entry-title a {
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.entry-title.blog-entry-title a:hover {
  color: #757575;
}


.page #content article.post,
.blog #content article.post,
.archive #content article.post,
.search-results #content article.post,
.search-results #content article.page,
.single #content article.post{
    margin-bottom: 50px;
    word-wrap: break-word;
}


.entry-link,
.entry-chat,
.entry-status,
.entry-qoute {
    padding: 80px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.entry-status {
    padding: 0;
}

.entry-link h4{
    font-size: 42px;
    font-weight: 700;
}

.entry-qoute blockquote {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.entry-qoute blockquote p{
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    font-size: 16px;
}

.entry-qoute blockquote small{
    font-style: italic;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.format-aside .post-content.media .entry-title{
    display: none;
}

.type-post .post-content .media-body {
    padding-right: 30px;
}

.entry-title{
    margin-bottom: 10px;
}

.entry-title,
.entry-summary{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*=======   Post Gallery   ========*/

.gallery-slide {
  margin-top: 25px;
}

.blog-gallery-slider .carousel-control{
  top: 45%;
  width: 5%;
  text-shadow:none;
  bottom: auto;
  background: none;
  opacity: .8;
  height: 40px;
  line-height: 40px;
  background: #000;
}

.blog-gallery-slider .carousel-control i {
  font-size: 36px;
  line-height: 36px;
}


.single-post #content article.post{
    margin-bottom: 0;
}

.single-post #content .post-author{
    background: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.single.single-post #main {
    margin-bottom: 60px;
}

.entry-content-wrap .page-links {
    margin-top: 30px;
}


.single-post #content .post-author .pull-left{
    margin-right: 20px;
}

.single-post #content .post-author .media-body h3{
    margin-top: 0;
    text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}

/* related posts */
.related-posts .common-title {
  font-size: 18px;
  margin: 50px 0 20px;
}

.quote{
    background-color: #f0f1f3;
    
}
.quote{
    font-size: 28px;
    line-height: 42px;
    color: #000;
    padding: 118px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quote p{
    position: relative;
    
}
.quote p:before{
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
}
.quote p:after{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: -50px;
    left: 0;
} 

.user-profile {
    margin-top: 50px;
}

.user-profile h2 {
    font-size: 48px;
    font-weight: 100;
    margin-bottom: 20px;
}

.user-profile h3 {
    font-weight: 300;
    font-size: 30px;
    text-transform: capitalize;
}

.author-avater {
    margin-right: 20px;
}

/* post navigation */
.post-navigation .previous-post a,
.post-navigation .next-post a{
    color: #000;
    display: inline-block;
}


/*=======   Blog Comment   ========*/

#comments {
    background: #FFF;
    padding: 60px 0;
}


#comments .comments-title,
#respond .comment-reply-title{
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-bottom: 30px;
    padding: 0 15px;
}

#respond textarea{
    display: block;
    width: 100%;
    height: 210px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    resize:none;
    padding: 10px 15px;
    background: #fff;
}

.col6 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    
}

.logged-in .col6 {
    width: 100%;
}

.col6-input {
    padding: 0 30px 0 0;
}

#respond input:focus,
#respond textarea:focus{
    outline-offset:0;
    outline: 0;
}

#respond ::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}

#respond .form-submit {
    text-align: right;
}


#respond .logged-in-as{
    padding-left: 15px;
}


.comment-list{
    padding: 0;
    list-style: none;
}

.comment-list .comment-body{
    margin-bottom:30px;
}

.comment-list .comment-avartar {
    position: relative;
}


.comment-list .comment-body .comment-avartar{
    margin-right: 30px;
}

.comment-list .comment-body .comment-author{
    text-transform: uppercase;
    display: block;
}

.comment-list .comment-body .comment-author a {
    color:#222;
    font-size: 18px;
    line-height: 20px;
}

.comment-list .comment-body .comment-date{
    color:#898989;
    font-size: 11px;
}

.comment-list .comment-body .comment-time{
    margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
    margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
    text-transform: lowercase;
    font-weight: 300;
    display: none;
    transition: display .5s linear;
    -webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
    display: inline-block;
}

.comment-body .comment-content p{
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    margin-top: 0px;
}

.comment-list .children{
    padding-left: 40px;
    list-style: none;
}

#comments .form-submit #submit{
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}




/*=================================
 *=======    4. Coming Soon    ====
 *================================= */
 .bookmark-page h3 {
  margin: 0;
  display: inline-block;
  font-size: 18px;  
  line-height: 24px;  
}

.bookmark-page h3 a {
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.bookmark-delete {
  margin: 10px 0 0 0;
  display: inline-block;
}

.bookmark-delete .btn {
  border-radius: 100px;
  font-size: 10px;
}

.bookmark-pagewrap {
  margin-bottom: 30px;
}

.bookmark-pagewrap {
  position: relative;
  margin-left: 0;  
  padding: 40px;
  border: 1px solid #e9eaed;
}

.bookmark-pagewrap:before {
  content: "\f02e";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: -20px;
  font-size: 42px;
  color: #EAE8E8;
  transition: 300ms;
  -webkit-transition: 300ms;
}



/*=================================
 *=======    3. Contact Us     ====
 *================================= */

address {
    margin-top: 30px;
    font-style: normal;
    line-height: 1.42857143;
}
textarea{
    margin-bottom: 15px; 
}
input[type="text"],input[type="email"],input[type="password"]{
    height: 50px;
    margin-bottom: 20px; 
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
}

input[type="text"], input[type="email"], textarea,input[type="password"] {
  padding: 10px 20px;
  border: 1px solid #eee;
}




/*=================================
 *=======    404 Page      ========
 *================================= */

.error-page-inner .error-code {
    display: inline-block;
    font-weight: bold;
    font-size: 102px;
    font-weight: 700;
    line-height: 1;
    margin: -50px;
    padding: 50px;
    background-size: contain;
}
.error-page-inner .error-message {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-success{
    color: #000;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #8dc63f;
}
.btn-success:hover{
    color: #000;
    background-color: #72a230;
}
.error-page-inner .error-msg{
    vertical-align: middle;
    padding-top: 120px;
    text-align: center;

}
.error-page-inner {
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: table;
}
.error-page-inner>div {
    display: table-cell;
    vertical-align: middle;
}

/*=================================
 *=======    1. Footer     ========
 *================================= */

footer {
    color: #fff;
    padding: 0;
    background: #262424;
    margin-top: 70px;
}
.footer-wrap .bottom >.container {
  width: 1240px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 40px;
}
.bottom-wrap {
  padding: 45px 40px;
  margin-top: 0px;
}

.copyright {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 35px 50px;
}
footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 30px -10px -10px;
}
footer .social-icons>li {
    display: inline-block;
    margin: 10px;
}
footer .social-icons>li>a {
    color: rgba(255,255,255,0.5);
}
footer .social-icons>li>a:hover {
  color: #4bb463;
}

.footer-logo h1{
    color: #ffffff;
}

#map-info-content h1, 
#map-info-content h2,
#map-info-content h3,
#map-info-content h4{
  margin-top:0;
}

/* bottom widget */
/*about us*/
.bottom-widget .widget_themeum_about_widget img {
  margin-bottom: 25px;
}

.bottom-widget .themeum-about-info li span {
  font-weight: bold;
}

.bottom-widget .themeum-about-info {
  margin-top: 15px;
}

/* category */

.bottom-widget .widget_themeum_about_widget ul li {
    line-height: 22px;
}

.bottom-widget .widget h3.widget_title {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 35px;
}

.bottom-widget ul li a {
  color: #fff;
}

.bottom-widget ul li a:hover {
  /*color: rgba(0, 0, 0, 0.45);*/
  color: rgba(255, 255, 255, 0.50);
}

.bottom-widget .widget.widget_categories ul li {
  float: left;
  width: 50%;
}


/* tag cloud */
.bottom-widget .widget .tagcloud a {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.bottom-widget .widget .tagcloud a:hover {
  background: rgba(0, 0, 0, 0.6);
}


/* social share */
.bottom-widget .themeum-social-share li a i {
  margin-right: 25px;
  margin-bottom: 10px;
}


/* menu */
.primary .suppa_mega_posts_post_article div.suppa_post_link_container {
  position: absolute;
  bottom: 0;
}

.primary .suppa_mega_posts_post_article {
  position: relative;
}

.primary .suppa_top_level_link .suppa_item_title {
  text-transform: uppercase;
  font-weight: 700;
}

#main-menu .primary .suppa_menu_mega_posts .suppa_mega_posts_categories {
  margin-top: 0;
}

.primary .suppa_menu_mega_posts .suppa_mega_posts_categories a.current-menu-item .suppa_item_title,
.primary .suppa_menu_mega_posts .suppa_mega_posts_categories a.current-menu-item .suppa_mega_posts_arrow span{
	color: #fff;
}

.primary .suppa_submenu.suppa_submenu_html {
	padding: 20px;
}


.suppa_menu_mega_posts .suppa_mega_posts_categories {
    background: #f5f6fa;
    padding: 30px 0;
}

.suppaMenu >.suppa_menu:first-child .suppa_top_level_link {
  padding-left: 0;
}


#footer .bottom-widget:nth-child(4) {
    margin-top: -220px;
    padding-left: 130px;
    padding-right: 0px;
    width: 40%;
}

@media only screen and (max-width : 768px) {
  #footer .bottom-widget:nth-child(4) {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
/*a[href="#"] { pointer-events: none; }*/

.comment-respond {
    min-height: 340px;
}