/*
Theme Name: Model X
Theme URI: https://www.modelx.com.br/
Description: Theme Model X.
Author: Sérgio Vidal
Version: 2.0
License: GNU General Public License
License URI: license.txt
*/



/* Global */
body {
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
body, 
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #4c4d4c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin: 0 0 15px;
  line-height: 1.5;
}

b,
strong, 
p strong {
  font-weight: 700;
}

.small p {
  color: #8a8a8a;
  margin-bottom: 5px;
}

.text-white {
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}
.text-border-bottom {
  border-bottom: 2px solid #3f3f3f;
}
.text-border-bottom-style {
  position: relative !important;
  white-space: nowrap;
  z-index: 0;
}
.text-border-bottom-style::before {
  content: "";
  position: absolute;
  bottom: .01em;
  width: 100%;
  height: .4em;
  background-color: #e5e5e5;
  display: inline-block;
  z-index: -1;
}

.col-xs-12, 
.text-left, 
.text-right {
  text-align: center;
}
.intro, 
.intro p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .col-xs-12 {
    text-align: left;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .intro, 
  .intro p {
    font-size: 24px;
  }
}



/* Links */
a {
  color: #007aff;
  text-decoration: underline;
}
a:hover, 
a:focus {
  color: #111;
  text-decoration: underline;
  outline: none !important;
}



/* Animations */
a, 
::before, 
::after, 
.btn-default, 
.btn-primary, 
button, 
input, 
textarea, 
select, 
label, 
.whatsapp-button, 
.gototop-button {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}



/* Paddings */
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}
.section-padding-default {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .section-padding-default {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}



/* Title */
h1 strong, h2 strong, h3 strong, 
.h1 strong, .h2 strong, .h3 strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3f3f3f;
  margin-top: 0;
}
.wpb_wrapper .h4, .wpb_wrapper .h5, .wpb_wrapper .h6, 
.wpb_wrapper h4, .wpb_wrapper h5, .wpb_wrapper h6 {
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.title-page {
  position: relative;
  background-color: #377dff;
  padding-top: 30px;
  padding-bottom: 40px;
}
.title-page h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.subtitle {
  max-width: 768px;
  line-height: 1.3;
  font-size: 20px;
  margin: 0 auto;
  padding-top: 5px;
  display: block;
}



/* Form */
form p {
  margin-bottom: 8px;
}
label {
  line-height: 1.2;
  width: 100%;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  margin-top: 5px;
  border: 2px solid #dce4ec;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select:hover, 
textarea:hover, 
input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover {
  border-color: #cad7e4;
}
select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
  border-color: #5890ff;
  outline: 0;
}
input[type=checkbox], 
input[type=radio] {
  margin: 5px 8px 0 0;
  float: left;
}
textarea {
  height: 150px;
  resize: vertical;
}
button, 
input[type="submit"] {
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1.42857143;
}
button:hover, 
input[type="submit"]:hover {
  background-color: #000;
}
button:focus, 
input[type="submit"]:focus {
  outline: 0;
}

span.wpcf7-list-item {
  display: block;
}

form .recaptcha {
  margin-bottom: 13px;
  display: block;
}

.form-two-fields, 
.form-three-fields {
  width: 100%;
  display: inline-block;
}
.form-two-fields input, 
.form-two-fields select, 
.form-three-fields input, 
.form-three-fields select {
  width: 100%;
  display: inline-block;
}
.form-two-fields span, 
.form-three-fields span {
  padding-right: 2%;
  display: inline-block;
}
.form-two-fields span {
  width: 50%;
}
.form-three-fields span {
  width: 33.33%;
}
.form-two-fields span:last-child, 
.form-three-fields span:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .form-two-fields span, 
  .form-three-fields span {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .wpcf7-form p, 
  .form-two-fields span, 
  .form-three-fields span, 
  .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: .61575em;
  }
  .form-two-fields span:last-child, 
  .form-three-fields span:last-child {
    margin-bottom: 0;
  }
}



/* Buttons */
.btn {
  text-transform: uppercase;
}
.btn-primary, 
.btn-cta, 
button, 
input[type="submit"] {
  line-height: 1.3;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.btn-primary, 
.btn-cta {
  background-color: #ff3714;
}
.btn-secondary, 
button, 
input[type="submit"] {
  background-color: #0030a5;
}
.btn-primary:hover, 
.btn-cta:hover, 
button:hover, 
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4f5252;
}



/* Breadcrumb */
.grid-breadcrumb {
  position: relative;
  z-index: 9;
}
.breadcrumb {
  position: relative;
  border-radius: 5px;
  border-left: 3px solid #4f5252;
  margin-top: -10px;
  margin-bottom: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.13);
  background: rgba(255,255,255,1);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  z-index: 1;
}
.breadcrumb>li+li:before {
  padding: 0 5px 0 10px;
}



/* Alerts */
.wpcf7 form .wpcf7-response-output {
  line-height: 1.3;
  font-weight: 600;
  margin: 2em 0 1em;
  padding: 0.3em 1em;
  border-radius: 5px;
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  background-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #398f14;
  border: 2px solid #398f14;
}



/* Social Icons */
ul[id*="menu-social"] {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul[id*="menu-social"] li {
  list-style: none;
  margin: 0 5px;
}
ul[id*="menu-social"] li:first-child {
  margin-left: 0;
}
ul[id*="menu-social"] li:last-child {
  margin-right: 0;
}
ul[id*="menu-social"] li,  
ul[id*="menu-social"] li a {
  width: 24px;
  height: 24px;
  float: left;
}
ul[id*="menu-social"] li a {
  position: relative;
  color: transparent;
  text-indent: -9999px;
  background-size: 24px 24px;
}

ul[id*="menu-social"] li.color a[href*="facebook"] {
  background-color: #1977f2;
}
ul[id*="menu-social"] li a[href*="facebook"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-facebook.svg');
}

ul[id*="menu-social"] li.color a[href*="instagram"] {
  background: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(50%, #fd1d1d), to(#fcb045));
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}
ul[id*="menu-social"] li a[href*="instagram"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-instagram.svg');
}

ul[id*="menu-social"] li.color a[href*="linkedin"] {
  background-color: ;
}
ul[id*="menu-social"] li a[href*="linkedin"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-linkedin.svg');
}

ul[id*="menu-social"] li.color a[href*="pinterest"] {
  background-color: ;
}
ul[id*="menu-social"] li a[href*="pinterest"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-pinterest.svg');
}

ul[id*="menu-social"] li.color a[href*="twitter"] {
  background-color: ;
}
ul[id*="menu-social"] li a[href*="twitter"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-twitter.svg');
}

ul[id*="menu-social"] li.color a[href*="youtube"] {
  background-color: ;
}
ul[id*="menu-social"] li a[href*="youtube"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-youtube.svg');
}

ul[id*="menu-social"] li.color a[href*="whatsapp"] {
  background-color: #0dc152;
}
ul[id*="menu-social"] li a[href*="whatsapp"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-whatsapp.svg');
}

ul[id*="menu-social"] li.color a[href*="share"] {
  background-color: ;
}
ul[id*="menu-social"] li a[href*="share"] {
  background-image: url('/wp-content/themes/modelx/assets/img/icon-share.svg');
}

.header-widget-area ul[id*="menu-social"] {
  margin-left: 10px;
  float: right;
}
footer ul[id*="menu-social"] li, 
footer ul[id*="menu-social"] li a, 
.wpb_wrapper ul[id*="menu-social"] li, 
.wpb_wrapper ul[id*="menu-social"] li a {
  width: 44px;
  height: 44px;
}
footer ul[id*="menu-social"] li a, 
.wpb_wrapper ul[id*="menu-social"] li a {
  background-size: 44px 44px;
}



/* Header Widget Area */
.header-widget-area {
  color: #777;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background-color: #e0e0e0;
  padding: 6px 0;
}
.header-widget-area .widget_text, 
.header-widget-area .widget_nav_menu {
  margin: 0 5px;
  display: inline-block;
}
.header-widget-area .widget_nav_menu {
	float: none;
}
.header-widget-area p {
  line-height: 24px;
  font-size: 13px;
  letter-spacing: -.5px;
  margin: 0;
  display: inline-block;
}
.header-widget-area a {
  color: #fff;
  text-decoration: none;
}
.header-widget-area a:hover {
  color: #e9eaed;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-widget-area {
    text-align: left;
  }
  .header-widget-area .widget_text, 
  .header-widget-area .widget_nav_menu {
    margin: 0;
  }
  .header-widget-area .widget_nav_menu {
    float: right;
  }
  .header-widget-area p {
    font-size: 15px;
  }
}



/* Header */
header {
  position: relative;
  width: 100%;
  color: #6a7180;
  background-color: #fff;
  background-position: center center;
  border: 0;
  z-index: 9;

  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
a.site-name {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
a.site-name:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.site-name {
  	margin: 0;
  }
}
header h1 {
  margin: 0;
}
header a, 
header h1 a {
  color: #6e737d;
  text-decoration: none;
}
header h1 a:hover, 
header h1 a:focus {
  text-decoration: none;
}
header a:hover, 
header h1 a:hover, 
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-collapse.collapse li.current-menu-item a {
  color: #000000;
}
.navbar-brand {
  width: auto;
}
@media (min-width: 768px) {
  .navbar-brand {
	padding: 5px 15px;
  }
  body.fixed .navbar-brand {
    padding: 10px 15px;
  }
}



/* Navbar Estructure */
.navbar {
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
body.home.blog .navbar {
  padding-bottom: 20px;
}



/* Nav Main */
ul.navbar-nav {
  margin: 5px -15px;
}
ul.navbar-nav>li>a {
  text-decoration: none;
}
.navbar-default .navbar-nav>li.current_page_item>a, 
.navbar-collapse.collapse li.current-menu-item a, 
.navbar-default .navbar-nav>li.current-menu-parent>a {
  font-weight: 700;
}
@media (min-width: 1080px) { /* Default Responsive Nav */
  ul.navbar-nav>li {
    float: left;
  }
  ul.navbar-nav>li>a {
    position: relative;
    margin: 0 2.5px;
    padding: 10px 16px;
    cursor: pointer;
  }
}



/* Nav Main Fixed */
body.fixed header, 
body.nav-fixed-scrolltop header {
  min-height: 70px;
}
body.fixed .navbar, 
body.nav-fixed-scrolltop .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: inherit;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.28);
}
body.nav-fixed-scrolltop .navbar {
  opacity: 0;

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
body.nav-fixed-scrolltop .navbar[style="top: 0px;"] {
  opacity: 1;
}
body.fixed header .navbar, 
body.nav-fixed-scrolltop header .navbar {
  padding: 0;
}
body.fixed header .navbar-toggle, 
body.nav-fixed-scrolltop header .navbar-toggle {
  margin-top: 8px;
}
body.fixed header ul.navbar-nav, 
body.nav-fixed-scrolltop header ul.navbar-nav {
  max-height: 350px;
  overflow-y: auto;
}
@media (min-width: 1080px) {
  body.fixed header ul.navbar-nav, 
  body.nav-fixed-scrolltop header ul.navbar-nav {
    max-height: none;
    overflow-y: initial;
  }
}
.navbar-default .navbar-nav>.active>a {
  background-color: rgb(255 255 255 / 25%);
  border-radius: 5px;
}
.navbar-default .navbar-nav>.active>a:hover {
  background-color: rgb(255 255 255 / 50%);
}



/* Nav Main Button CTA */
.navbar-default .navbar-nav>li.cta.menu-item>a {
  color: #fff !important;
  background-color: #ff3714;
  padding-right: 16px;
  border-left: 0;
}
.navbar-default .navbar-nav>li.cta.menu-item>a:hover, 
.navbar-default .navbar-nav>li.cta.menu-item>a:focus {
  background-color: #4f5252;
}
@media (min-width: 1080px) { /* Default Responsive Nav */
  .navbar-default .navbar-nav>li.cta.menu-item>a {
    margin-left: 16px;
    border-radius: 5px;
  }
}



/* Nav Main Cascate */
ul.navbar-nav>li ul.sub-menu {
  padding: 0;
}
ul.navbar-nav>li ul.sub-menu>li {
  list-style: none;
}
ul.navbar-nav>li ul.sub-menu>li>a {
  background: #e8e8e8;
  border-top: 1px solid #f9f9f9;
  padding: 10px 28px;
  display: block;
}
@media (min-width: 1080px) { /* Default Responsive Nav */
  ul.navbar-main li.menu-item-has-children:hover a {
    background: #f9f9f9;
  }
  ul.navbar-nav>li ul.sub-menu {
    position: absolute;
    min-width: 190px;
    z-index: 9999999999;
    border: 0;
    border-bottom: 2px solid #e0e0e0;
    top: auto;
    background: #f9f9f9;
    padding: 12px 16px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    margin-left: 2px;
    display: none;
  }
  ul.navbar-main>li:hover ul.sub-menu {
    display: block;
  }
  ul.navbar-nav>li ul.sub-menu>li>a {
    line-height: 1.3;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    padding: 8px 0;
  }
  ul.navbar-main>li ul.sub-menu>li>a:hover {
    text-decoration: none;
  }
}



/* Nav Main Responsive */
.navbar-default .navbar-toggle {
  background: #3c55a5;
  border-color: #3c55a5;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #6aa495;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #6aa495;
}
@media (max-width: 1079px) {
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-collapse {
    width: 100%;
    border: 0;
    margin: 10px 0 15px;
  }
  .navbar-collapse.collapse { /* Nav Main Responsive Close */
    display: none !important;
  }
  .collapse.in { /* Nav Main Responsive Open */
    display: block !important;
  }
  ul.navbar-nav {
    background-color: #e0e0e0;
    margin-top: 0;
    border-radius: 5px;
    float: none;
    overflow: hidden;
  }
  body.fixed ul.navbar-nav {
    margin-bottom: 10px;
  }
  ul.navbar-nav>li {
    float: none;
    border-bottom: 1px solid #fff;
  }
  ul.navbar-nav>li:last-child {
    border-bottom: 0;
  }
}



/* Footer */
footer {
  position: relative;
  color: #333;
  background-color: #fff;
  margin-top: 100px;
}
body.home footer {
  margin-top: 0;
}
footer h2, 
footer h3, 
footer h4 {
  color: #3f3f3f;
}
footer h4 {
  line-height: 1.3;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 15px;
}
footer a {
  color: #305088;
}
footer a:hover, 
footer a:focus {
  color: #111111;
}

footer .col-xs-12, 
footer .social {
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0 0 5px;
}
footer ul li {
  margin-bottom: 15px;
}

/* Footer Columns */
footer .columns {
  padding-top: 80px;
}
footer .footer-widget-column {
  padding: 0 10px 60px;
}
@media (min-width: 768px) {
  footer .container {
    padding-right: 0;
    padding-left: 0;
  }
  footer .col-xs-12 {
    text-align: left;
  }
  footer .footer-widget-column {
    padding: 0 30px 65px;
  }
  .column-right .footer-widget-column {
    padding: 0 0 80px 60px;
  }
}

/* Footer Widgets */
footer .widget-area-footer {
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 0;
}
footer .footer-widget-area.widget_nav_menu {
  text-align: center;
}
footer .footer-widget-area.widget_nav_menu h3 {
  text-transform: uppercase;
  margin: 0 20px;
  display: inline-block;
}

/* Footer Images */
footer .footer-widget-column.widget_media_image {
  padding-bottom: 30px;
  display: inline-block;
}

/* Footer Copyright */
footer .copyright {
	width: 100%;
	color: #c2c2c2;
	background-color: #4f5252;
	padding: 15px 0 70px;
	float: left;
}
footer .copyright p {
  text-align: center;
  margin-bottom: 5px;
}
footer .copyright a {
  color: #c2c2c2;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .copyright {
    padding: 15px 0;
  }
}



/* Background Items Fixed Bottom  */
.background-items-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 320px;
  min-height: 60px;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  z-index: 9;
  min-width: 60px;
  border-top-left-radius: 27px;
  background: rgb(255 255 255 / 13%);
  visibility: hidden;
  opacity: 0;
}
.background-items-fixed-bottom.is-visible, 
.background-items-fixed-bottom.is-visible-whatsapp {
  visibility: visible;
  opacity: 1;
}

.background-items-fixed-bottom, 
.whatsapp-button, 
.gototop-button {
  -webkit-transition: opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}



/* WhatsApp Button Fixed */
.whatsapp-button, 
.gototop-button {
  min-width: 50px;
  height: 50px;
  line-height: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  background-color: #0dc152;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  display: flex;
  float: right;
  cursor: pointer;
}
.whatsapp-button {
  margin-right: 5px;
}
.whatsapp-button.text {
  padding: 0 15px;
}
.whatsapp-button, 
.gototop-button {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
}
.whatsapp-button:hover, 
.whatsapp-button:focus, 
.gototop-button:hover, 
.gototop-button:focus {
  color: #fff;
  background-color: #07ab48;
  box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3);
}
.whatsapp-button img, 
.gototop-button img {
  width: 30px;
  height: 30px;
}
.whatsapp-button span {
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 10px;
}



/* Go To Top Button Fixed */
.gototop-button {
  line-height: 48px;
  background-color: #2f5597;
  margin-right: -60px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.gototop-button.is-visible {
  margin-right: 5px;
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.gototop-button.fade-out {
  opacity: .8;
}
.gototop-button:hover, 
.gototop-button:focus {
  background-color: #1c4080;
  opacity: 1;
}



/* Internal Pages */
.wpb_wrapper ul li {
  margin-bottom: 5px;
}



/* Blog Custom */
body.blog, 
body.single-post, 
body.archive, 
body.search {
  background-color: #f6f6f6 !important;
}
.blog-pg-section article, 
.blog-pg-section article .entry-media img, 
.blog-sidebar ul li a, 
.widget_recent_entries ul li a, 
.widget_recent_entries ul li a img, 
.navigation.pagination .nav-links span, 
.navigation.pagination .nav-links a {
  border-radius: 5px;
}
.blog-pg-section article, 
.blog-sidebar ul li a, 
.widget_recent_entries ul li a, 
.navigation.pagination .nav-links span, 
.navigation.pagination .nav-links a {
  background: #fff;
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.04);
}
.blog-pg-section h2.title-category {
  border-bottom: 1px solid #e0e0e0;
}
.blog-sidebar ul li a:hover, 
.blog-sidebar ul li.current-cat a, 
.widget_recent_entries ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #0033a1;
}

/* Blog */
.blog-pg-section article {
  margin: 0 0 50px;
  padding: 20px 30px 25px;
}
.blog-pg-section article .entry-title {
  margin-top: 0;
}
.blog-pg-section article .entry-media {
  margin: -20px -30px 20px;
}
.blog-pg-section article .entry-media img {
  margin: 0 auto;
}
.blog-pg-section article ul.meta {
  border-top: 1px solid #e0e0e0;
  padding: 3px 0 0;
}
.blog-pg-section article ul.meta li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}
.blog-pg-section article .read-more {
  font-weight: 900;
  text-decoration: underline;
}

/* Blog Category */
.blog-pg-section h2.title-category {
  font-weight: normal;
  margin: 0 0 25px;
  padding-bottom: 20px;
}

/* Blog Sidebar */
.blog-sidebar h3 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog-pg-section .col-md-3 {
    padding-left: 30px;
  }
  .blog-pg-section .col-md-3.left {
    padding-right: 30px;
    padding-left: 15px;
    float: left;
  }
}
.blog-sidebar .widget {
  padding-bottom: 5px;
}

/* Blog Sidebar Widget Navigation */
.blog-sidebar ul {
  padding: 0;
}
.blog-sidebar ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 3px;
  display: inline-block;
}
.blog-sidebar ul li a {
  border-left: 3px solid #0033a1;
  padding: 10px 15px;
  display: block;
}
.blog-sidebar .categories-widget ul li a {
  text-transform: uppercase;
}

/* Blog Sidebar Widget Search Form */
form.search-form .screen-reader-text {
  display: none;
}
form.search-form {
  position: relative;
  width: 100%;
}
form.search-form label {
  width: 100%;
}
form.search-form input[type="search"] {
  padding: 10px 38px 10px 15px;
}
form.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: transparent url('https://www.cerosdigital.com/wp-content/themes/modelx/assets/img/icon-search.png') no-repeat 13px center;
  background-size: 20px 21px;
  margin: 2px;
  padding: 10px 22px;
  border-radius: 4px;
  overflow: hidden;
}
form.search-form .search-submit:hover {
  background-color: #dce4ed
}



/* Widget Recent Post */
.widget_recent_entries ul {
  padding: 0;
}
.widget_recent_entries ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 3px;
  display: inline-block;
}
.widget_recent_entries ul li a {
  line-height: 1.2;
  width: 100%;
  font-weight: 400;
  text-transform: none !important;
  border: none;
  padding: 10px 15px;
  display: inline-block;
}
.widget_recent_entries ul li a img {
  width: 80px;
  height: 80px;
  margin: -10px 10px -10px -18px;
  float: left;
}
footer .widget_recent_entries ul {
  padding: 6px 0 0;
}
footer .widget_recent_entries ul li a {
  text-align: left;
}
footer .widget_recent_entries ul li a img {
  margin-left: -15px;
}
.widget_recent_entries ul li a div {
  max-height: 60px;
  display: block;
  overflow: hidden;
}
.widget_recent_entries ul li a time {
  color: gray;
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.widget_recent_entries ul li a:hover time {
  color: inherit;
}



/* Pagination */
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links span, 
.navigation.pagination .nav-links a {
  padding: 8px 15px;
  display: inline-block;
}
.navigation.pagination .nav-links span {
  font-weight: 400;
}



/* Hero shortcode classes */
.wpb_content_element {
  margin-bottom: 0 !important;
}