/*
Theme Name:     Pixwell child
Template:      	pixwell
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Pixwell in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

/* NAV MENU
-------------------------------------- */

#site-navigation .current-menu-item,
#site-navigation .main-menu > li:hover {
  background-color: #a2081d;
}

#sticky-menu li.current-menu-item > a,
#sticky-menu li > a:hover, 
.nav-search-link:hover,
.navbar-wrap .navbar-social a:hover {
  color: #a2081d !important;
}


/* SIDEBAR
-------------------------------------- */

.follower-el {
  background-color: #335865 !important;
}

.follower-el:hover {
  background-color: #a2081d !important;
}

.follower-el .num-count {
  font-size: 18px !important;
}

/* HOME
-------------------------------------- */

.deal-module .deal-description {
  line-height: 30px;
}

.block-header .block-title {
  font-size: 36px !important;
}

.block-header-3 .block-title:before {
  top: 38%;

  height: 29px;
}

#ajax_filter_uid_08a344b16 {
  font-size: 22px !important;
}

.p-review-info,
.deal-cards {
  display: none;
}

.deal-module .inner {
  padding: 25px 0;
}


/* FOOTER
-------------------------------------- */

.copyright-inner p {
  font-size: 14px;
}

.footer-section-custom {
  display: flex;

  margin-bottom: 30px;
}

.footer-logo-section {
  flex: 0 0 100%;

  max-width: 30%;
}

.footer-logo-section img {
  width: 100%;
  max-width: 300px;
}

.footer-content-section {
  flex: 0 0 100%;
  
  max-width: 70%;
}

.footer-content-section p {
  margin: 10px 0  !important;
  
  color: #000 !important;
  font-size: 20px !important;
}

.footer-col-1 {
  margin-bottom: 0 !important;
}

.widget-title, .widget .widget-title {
  position: relative;

  color: #335865;
  font-size: 25px !important;
}

.widget-title:after {
  display: table;

  height: 3px;
  width: 40px;
  margin-top: 10px;

  background-color: #335865;

  clear: both;
  content: '';
}

.footer-logo {
  display: none;
}


/* CONTACT
-------------------------------------- */
#wpcf7-f117-p105-o1 .wpcf7-text,
#wpcf7-f117-p105-o1 .wpcf7-textarea {
  width: 100%;
  margin: 10px 0px 0; 
	
  border: 1px solid;
}

#wpcf7-f117-p105-o1 .wpcf7-textarea {
  height: 150px; 
}

.entry-content .wpcf7 label{
  margin-bottom: 20px !important;
}


/* ABOUT US 
-------------------------------------- */

.about-desc {
  color: #000 !important;
  font-size: 22px !important;
}

/* POST
-------------------------------------- */
.entry-content p {
  font-size: 22px;
}

#sptp-550 .sptp-member.sptp-list-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.sptp-list-item .content {
  padding-right: 50px;
}

.sptp-list-item .sptp-member-name h2 {
  font-size: 36px !important;
  margin-bottom: 30px;
}

#sptp-550 .sptp-member-profession h4 {
  font-size: 25px !important;
  margin-bottom: 30px;
}

#sptp-550 .sptp-member-desc span {
  font-size: 20px;
  word-break: break-word;
}


@media only screen and (max-width: 768px) {
  .sptp-list-item .sptp-member-name h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
  }

  #sptp-550 .sptp-member-profession h4 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  #sptp-550 .sptp-member-desc span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .sptp-list-item .sptp-member-name h2 {
    font-size: 24px !important;
  }

  #sptp-550 .sptp-member-profession h4 {
    font-size: 20px !important;
  }

  #sptp-550 .sptp-member-desc span {
    font-size: 16px;
  }

  .sptp-list-item .content {
    width: 100%;
    padding: 20px;
  }

  #sptp-550 .sptp-member.sptp-list-item {
    flex-wrap: wrap;
  }

  .sptp-list-item .image {
    width: 100%;
    padding-right: 0;
  }
}