/*
Theme Name: Mensline Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The Mensline Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.page-template-contact .section__content p:last-child{
  line-height: 1;
}


@media (max-width:767px){
  input[type="text"], input[type="email"], input[type="password"], select {
    font-size: 16px!important;
  }
  .nav ul {
    top: 0px;
    padding: 0 10px;
  }
  .nav ul li, .nav ul li a {
    font-size: 20px!important;
  }
}

body.home .section--tiles {
    padding: 90px 0 0;
}
.page-template-contact small{
  font-size: 70%;
}

.section__content ul{
  padding-left: 20px; 
}
.section__content ul li{
    list-style-position: outside;
}


  #ctf .ctf-tweets .ctf-item:first-of-type {
      border-top: none;
  }
  .twitter__header .follow {
    float: right;
    background-color: #5da7dc;
    margin-top: 5px;
    width: 74px;
    padding: 0px 5px;
    margin-top: 0;
    /* height: 30px; */
    border-radius: 4px; }
    .twitter__header .follow i {
      color: #fff;
      font-size: 20px;
      line-height: 1; }
    .twitter__header .follow span {
      color: #fff;
      font-size: 15px;
      font-family: Gilroy-Light, sans-serif;
      line-height: 20px;
      vertical-align: middle; }
      
      .page-id-450 .footer__aside--additional p {
    font-family: inherit ;
}

.et_monarch .et_social_inline_top{
  position: absolute;
    width: 100%;
    top: -65px;
    
}
.et_monarch .et_social_inline_top ul li,
.et_monarch .et_social_inline_bottom ul li {
  text-indent: 0px; 
}
.section--register .register-form .form-group.form-group--checkbox input , .section-sidebar .update-form .form-group.form-group--checkbox input{
  display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 0px;
    height: auto;
}
.section--register .register-form .form-group.form-group--checkbox label , .section-sidebar .update-form .form-group.form-group--checkbox label {
  display: inline-block;
    float: none;
    width: auto;
    margin-left: 5px;
}
.section-sidebar .update-form .form-group label{
  font-size: 15px;
}
@media (max-width: 991px){
   .et_monarch .et_social_inline_top{
    position: relative;
    top: auto;
  }
}