/*
 Theme Name:   WP Kerna Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp-kerna
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp-kerna-child
*/


/*//////////////////////*/
/*/////// GENERAL  /////*/
/*//////////////////////*/

.text-justified {
  text-align:justify !important;
}


#cms-content {
  padding: 0 !important;
}

/*////////////////////////////////////*/
/*/////// FOOTER MAILCHIMP FORM  /////*/
/*////////////////////////////////////*/

.mc4wp-form .input-group {
    margin: 20px auto;
    width: 100%;
}
.mc4wp-form input.btn.btn-lg,
.mc4wp-form input.btn.btn-lg:focus {
    outline: none;
    width: calc(100% - 90px);
    height: 30px;
    padding:0px;
    margin:0px;
    border:0px;
    font-size:14px !important;
    color:black;

}
.mc4wp-form button.btn {
    width: 90px;
    padding:0px;
    margin:0px;
    height: 30px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0  !important;
    border-radius:0px;
    background-color:#ca65a6;
    color:#ffffff;
    border:0px;
    font-size:14px !important;
}

.mc4wp-form {
  font-family: 'Raleway'; 
}


/*////////////////////////////////////*/
/*///////////// FOOTER  //////////////*/
/*////////////////////////////////////*/

#cms-footer-top {
  padding-top: 45px !important;
  padding-bottom:45px !important;
  background-color: #22262b;
}

#cms-footer-top .cms-footer-top-item.col-lg-2:first-child {
  width: auto !important;
}

#cms-footer-bottom {
  background-color: #22262b !important;
}

#cms-footer-top .wg-title {
    margin-bottom: 10px !important; 
  	padding: 10px 0 !important;
}

#cms-footer-bottom .cms-footer-bottom-item {
    padding: 10px 0 !important; 
}

#cms-footer-top a {
  color: #bbb; 
}

#cms-footer-top a:hover {
  color: #c00c00 !important; 
}

/*////////////////////////////////////*/
/*///////// NAVIGATION MENU //////////*/
/*////////////////////////////////////*/

#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a, 
#cshero-header-inner.header-3 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a, 
#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover, 
#cshero-header-inner.header-3 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover,
ol.custom li i:before, ul.custom li i:before,
.sub-menu > li > a:hover {
          color: #83479b !important}

#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before, 
#cshero-header-inner.header-3 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before, 
#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover .menu-title:before, 
#cshero-header-inner.header-3 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover .menu-title:before {
  width: 100%;
  background-color: #cb68a8 !important;
}


.free-demo-menu-btn span {
  color:#FFFFFF;
  background-color:#cb68a8;
  padding:5px 10px;
  border-radius: 50px;
}

.free-demo-menu-btn span.menu-title:before {
  height:0px !important;
}

.free-demo-menu-btn span:hover {
  background-color:#000000;
}


/* SUBMENU */
.cshero-header-navigation .main-navigation .menu-main-menu .sub-menu span.menu-title  {
    width:100% !important;
}

.cshero-header-navigation .main-navigation .menu-main-menu .sub-menu li a {
	font-weight:600;
}

#cms-heading.text-left p.cms-heading-description {
  margin:0px !important;
}

@media screen and (max-width: 768px) {
  #cshero-menu-mobile {
      right: 10px !important;
      top: 15px !important;
  }

  #cshero-header-navigation.navigation-open {
    top: 65px !important;
  }

}

/*//////////////////////////////////////////////////*/
/*///////// BUGET SOLUTIONS (eprint,nano) //////////*/
/*//////////////////////////////////////////////////*/


.budget-cards .cms-heading-description {
  text-align:justify !important;
  padding: 0 0 0 27px !important;
}

.budget-cards ol.custom li, ul.custom li {
  text-align:justify !important;
}


/*//////////////////////////////////////////////////*/
/*////////////// PORTFOLIO GRID ////////////////////*/
/*//////////////////////////////////////////////////*/

.grid_portfolio .cms-grid-item:hover .cms-grid-media img,
.grid_portfolio2 .cms-grid-item:hover .cms-grid-media img {
      -webkit-transform:scale(1) !important;
      -khtml-transform:scale(1) !important;
      -moz-transform:scale(1) !important;
      -ms-transform:scale(1) !important;
      -o-transform:scale(1) !important;
      transform:scale(1) !important;
}

.grid_portfolio2 .cms-grid-item .portfolio-hover-desc {
        background-color:rgba(255, 255, 255, 0.6) !important;
        text-align:left;display:flex;display:-webkit-flex;
        flex-direction:column;-webkit-flex-direction:column;justify-content:center;-webkit-justify-content:center;
        opacity:0;
        -webkit-transform:scale(1) !important;
        -khtml-transform:scale(1) !important;
        -moz-transform:scale(1) !important;
        -ms-transform:scale(1) !important;
        -o-transform:scale(1) !important;
        transform:scale(1) !important;
}

.grid_portfolio2 .cms-grid-item .portfolio-hover-desc .cms-grid-title {
  color:#000000 !important;
}

.grid_portfolio2 .cms-grid-item:hover .portfolio-hover-desc{
      opacity:1 !important;
      -webkit-transition:0 !important;
      -moz-transition:0 !important;
      -ms-transition:0 !important;
      transition:0 !important;
}

.grid_portfolio2 .cms-grid-item  {
padding:5px
}

.grid_portfolio2 .cms-grid-item img  {
border:1px solid #d4d4d4;
padding:5px
}


/*//////////////////////////////////////////////////*/
/*/////////// TESTIMONIALS CARDS ///////////////////*/
/*//////////////////////////////////////////////////*/


.template-cms_grid--layout-teatimonial .entry-content-wrap,
.cms-testimonial-layout1 .entry-content-wrap {
  padding-left:20px !important;
}

.template-cms_grid--layout-teatimonial h3.entry-title
{
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    padding-top: 5px;
    display: block;
    color: #444;
    line-height: 1.2em;
}
.grid-entry-blog-layout1 .grid-entry-blog i:before, 
.cms-testimonial-layout1 .grid-entry-blog i:before {
   color: #1e396b !important;
}

/*//////////////////////////////////////////////////*/
/*/////////////////// TEAM CARDS ///////////////////*/
/*//////////////////////////////////////////////////*/

.cms-team-layout1 .cms-team-content .cms-team-otherinfo {
    font-size: 12px;
    line-height: 14px;
}

.cms-team-layout1 {
  font-family: 'Raleway'; 
}

.cms-team-layout1 .grid-entry-blog {
    padding: 10px !important;
}

/*//////////////////////////////////////////////////*/
/*///////// FANCY BOX WITH ICONS ///////////////////*/
/*//////////////////////////////////////////////////*/

.cms-fancyboxes-layout1 .fancybox-top .cms-fancybox-title {
  padding-left:55px !important;
}


/*//////////////////////////////////////////////////////*/
/*///////// MAIN PAGES 1st SCREEN  /////////////////////*/
/*//////////////////////////////////////////////////////*/

@media screen and (max-width: 991px) {

  #stscreen {
    background-image: url(../../uploads/2017/04/background-wall-e1496064876161.jpg) !important;
    min-height:1px !important;

  }

  #stscreen {
    padding:30px 15px !important;
  }

}

/*/////////////////////////////////////////////*/
/*///////// CONTACT FORM  /////////////////////*/
/*/////////////////////////////////////////////*/

#contact-form input[type=text], 
#contact-form input[type=email],
#contact-form select
{
  width:100% !important;
  height:30px !important;
}

#contact-form label {
  display:inline !important;
}

#contact-form .bullets_list li {
  padding-left:20px;
  margin-bottom:0px;
}

#contact-form .bullets_list span {
  padding-left:5px;
}

#contact-form input[type=submit] {
  background-color: #0eaedf;
  color: rgb(255, 255, 255);
  border-radius: 120px;
  padding:0px 50px;
}

#contact-form input[type=submit]:hover {
  background-color: #000000;
}

#contact-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

#contact-form .wpcf7-not-valid {
    border: 1px solid #c00c00 !important;
}
#contact-form .wpcf7-validation-errors,
#contact-form .wpcf7-mail-sent-ok
 {
  color:#ffffff;
  margin:0px 0 20px 0px;
  border:0px;
  text-align:center;
}

#contact-form .wpcf7-mail-sent-ok {
  background-color:#00cc00 !important;
}

#contact-form .wpcf7-validation-errors {
  background-color:#c00c00 !important;
}


/*///////////////////////////////////////////////////////////*/
/*////// RESISTERED TO NEWSLETTER PAGE SOCIAL MEDIA LIST  ///*/
/*///////////////////////////////////////////////////////////*/


#smListContainer a {
  width:75px !important;
  height:75px !important;
  margin:20px !important;
  border-radius: 50% !important;
}

#smListContainer a i {
  vertical-align: baseline !important;
}


/*/////////////////////////////////////*/
/*////// GET IN TOUCH PAGE SECTION  ///*/
/*/////////////////////////////////////*/

@media screen and (max-width: 768px) {

  #becomepartnerbtn div.vc_column-inner {
    padding-left:0px !important;
    padding-right:0px !important;
  }

}


@media screen and (max-width: 767px) {
  #getintouchfooter p,
  #getintouchfooter h2 {
    text-align:center !important;
  }
}

/*/////////////////////*/
/*////// ERROR 404  ///*/
/*/////////////////////*/

.error404 .header {
  display:block !important;
}

/*/////////////////*/
/*//// UNKNOWN  ///*/
/*/////////////////*/

.prestimedia-heading {
  font-size:24px;
}

.prestimedia-subheading {
  font-size:20px;
}

.sg-portfolio-recent {
  padding-bottom:60px !important;
}


@media (min-width: 992px)
{
  .col-lg-2 {
      width: 16.66666667%;
  }
}

@media (max-width: 992px)
{
	#cshero-header #cshero-header-navigation.navigation-open{
		margin-top:20px;
	}
}

@media (max-width: 400px)
{
	.navbar-brand>img {
		max-width: 80%;
	}
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#error404 {
	padding:10% 0 !important;
}


/* Breadcrumbs */

#breadcrumbs {
  margin: 15px 0;
}

.cshero-header-navigation .main-navigation .menu-main-menu > li > a {
	color:#000 !important;	
}

.cms-grid-content-item{
	text-align: justify !important;
}


.navbar-brand {
	padding:15px 0 !important;
}
.navbar-brand img {
	max-width:76% !important;
}

.header-fixed .navbar-brand img {
	max-width:51% !important;
}

@media (max-width: 992px) {
	.navbar-brand>img {
		max-width: 22% !important;
	}
	#cshero-menu-mobile {
		right: 10px !important;
		top: 15px !important;
	}
}

