/* 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;

}

p {

  margin-bottom: 10px;

}

ul {

  list-style-position: outside;
  margin-left: 20px;
  line-height: 22px;

}

img {

  max-width: 100%;

}

.clearfix:after {

  content: '';
  display: block;
  clear: both;

}

li.widget {

  list-style: none;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
  white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* --- / 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;
    position: relative;

  }

  .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;
  transition: 300ms;

}

  .to-top-button {

  	position: fixed;
  	bottom: 15px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	text-align: center;
  	line-height: 50px;

    transform: translateY( 100px );
    transition: 200ms;

    z-index: 999999;
    cursor: pointer;

  }

  .to-top-button i {

    font-size: 18px;
    transition: 300ms;

  }

  .to-top-button:hover i {

    transform: translateY( -5px );

  }

/* --- / 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-title {

  	padding: 15px 0;
  	background-color: #333333;
    position: relative;

  }

.page-title h1 {

	margin-bottom: 0;
	color: #fff;

}

/* --- / Page --- */

/* --- Lightbox --- */

.rb-lightbox {

	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	opacity: 0;
	pointer-events: none;

}

.rb-lightbox .background {

	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 34, 34, 0.76);

}

.rb-lightbox .close {

	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 50px;
	color: #fff;

  cursor: pointer;

}

.rb-lightbox img {

	position: absolute;
	top: 50%;
	left: 50%;
  transform: translateX( -50% ) translateY( -50% );
	-webkit-transform: translateX( -50% ) translateY( -50% );

  max-height: 100%;
  max-width: 95%;
  width: auto;
  height: auto;

}

.rb-lightbox.show {

	opacity: 1;
	pointer-events: auto;

}

/* --- Footer --- */

.pre-footer {

  transition: background-position 0ms linear;

}
