/* Main CSS */
/* Any Styling Options from the Theme Settings are added Inline using wp_add_inline_style(); */

/* --- General --- */

* {

  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;

}

body {

  overflow-x: hidden;

}

a {

  text-decoration: none;

}

ul {

  list-style-position: inside;

}

img {

  width: 100%;

}

.clearfix:after {

  content: '';
  display: block;
  clear: both;

}

li.widget {

  list-style: none;

}

/* --- / General --- */

/* --- Widgets ---*/

  .widgettitle {

    margin-bottom: 10px;

  }

  .widget_archive ul {

    list-style: none;

  }

  .widget_archive ul li {

    margin-bottom: 5px;

  }

/* --- / Widgets ---*/

/* --- Layout --- */

  .vc_row {

    margin-left: 0!important;
    margin-right: 0!important;

  }

  .container {

    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

    padding: 0 20px;
    box-sizing: border-box;

  }

  .no-top-padding {

    padding-top: 0!important;

  }

  .half {

    width: 50%;
    float: left;
    box-sizing: border-box;

  }

  .half:first-of-type {

    padding-right: 1%;

  }

  .half:last-of-type {

    padding-left: 1%;

  }

  .third {

    width: 33.33%;
    float: left;
    box-sizing: border-box;

  }

  .two-third {

    width: 66.66%;
    float: left;
    box-sizing: border-box;

  }

  .third:first-of-type {

    padding-right: 1%;

  }

  .third:last-of-type {

    padding-left: 1%;

  }

  .vc_column_container:first-of-type >.vc_column-inner{

    padding-left: 0!important;

  }

  .vc_column_container:last-of-type >.vc_column-inner {

    padding-right: 0!important;

  }

  .title-line {

    width: 100px;
    height: 4px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: #fff;

  }

  .title-line.left {

    margin-right: auto;
    margin-left: 0;

  }

  .title-line.center {

    margin-left: auto;
    margin-right: auto;

  }

/* --- / Layout --- */

/* --- Elements --- */

.rb-social a {

  padding: 0 10px;

}

  /* Forms */

  .frm_forms .frm_pro_form .frm_form_fields fieldset {

    padding-bottom: 0;

  }

  .frm_forms .frm_pro_form .frm_form_fields fieldset .frm_submit input {

    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0;

  }

  .to-top-button {

  	position: fixed;
  	bottom: 15px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	text-align: center;
  	line-height: 50px;

    transform: translateY( 100px );
    transition: 200ms;

  }

  .to-top-button i {

    font-size: 18px;

  }

/* --- / Elements --- */

/* --- Blog --- */

    /* Archive */

      .archive-container {

        padding-top: 50px;
        padding-bottom: 50px;

      }

    /* / Archive */

    /* Single */

      .single-container {

        padding-top: 50px;
        padding-bottom: 50px;

      }

      .single-image {

        margin-bottom: 30px;

      }

      .single-image img {

        max-width: 100%;
        max-height: 300px;
        width: auto;

      }

    /* / Single */

/* --- / Blog --- */

/* --- Page --- */

  .page-container {

    padding-top: 50px;
    padding-bottom: 50px;

  }

/* --- / Page --- */
