/*
Theme Name: Mvestor Media
Theme URI: http://mvestormedia.com
Author: Mvestor Media
Author URI: https://mvestormedia.com
Description: Mvstor Media 2017 Theme
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mvestor_all_in_one
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Theme Name is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Flex Classes
--------------------------------------------------------------*/

.flex-mobile {
  display: block;
}

.flex,
.flex-desktop {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-end {
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-self-end {
  -ms-align-self: end;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-justify-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-content-center {
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}

.flex-dir-col {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*--------------------------------------------------------------
## Custom Classes
--------------------------------------------------------------*/

html body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.8em;
  font-weight: normal;
  /*background-color: #f4f4f4;*/
  background-color: white;
}

p {
  color: #999;
}

ol,
ul {
  padding-left: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
}

body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a:link,
a:visited {
  color: #f88817;
}

body a:hover {
  color: #f88817;
}

.center {
  text-align: center;
}

body .btn,
body .button {
  background: none;
  border: 2px solid #f88817;
  color: #f88817;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
}

body .btn:hover,
body .button:hover,
body .btn:active,
body .button:active {
  background: #f88817;
  color: #fff;
  text-decoration: none;
  border-color: #f88817;
}

body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .btn.alt,
body .button.alt {
  background: #f36c21;
  color: #fff !important;
  border-radius: 8px;
  border: 2px solid #f36c21;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 600;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
}

.btn-orange,
.btn-orange:visited,
.btn-orange:link {
  background: #f88817;
  border: 2px solid #f88817;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.btn-orange:hover,
.btn-white-o:hover {
  text-decoration: none;
}

.btn-orange:hover {
  background: none;
  color: #f88817;
}

.btn-white-o,
.btn-white-o:visited,
.btn-white-o:link {
  background: none;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.btn-white-o:hover {
  background: white;
  color: rgb(64, 64, 64);
}

body button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover,
body .btn-alt,
body .button.alt {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: none;
  color: #f36c21 !important;
  border-color: #f36c21 !important;
}

.site-header {
  padding: 0 0 1em;
}

.site-header #top {
  background: #333;
  color: #fff;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

.site-header #top a:hover {
  color: #f88817;
  text-decoration: none;
}

.site-header .navbar {
  margin-bottom: 0;
}

.site-header .navbar-brand {
  height: auto;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.site-header .navbar-brand img.logo {
  max-width: 225px;
  height: auto;
}

.site-header .phone a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.site-header .social {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.site-header .social a {
  color: #fff;
  margin: 0 5px;
}

#page-header-container {
  background: url(img/testimonial-bg.jpg) top left repeat-x;
  padding: 3.5em 15px;
  margin-bottom: 3em;
}

.section-title h1 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 35px;
}

.bigger {
  font-size: 1.25em;
}

.orange {
  color: #f88817;
}

#website-products .orange {
  color: #ff6a00;
}

#navigation ul.nav li a {
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.03em;
}

#navigation ul.nav li a:hover,
#navigation ul.nav li.current-menu-item a {
  color: #f88817;
  background: none;
}

#navigation ul.nav ul.dropdown-menu li.current-menu-item a {
  background: #f88817;
  color: #fff;
}

.icon-bar {
  background: #000;
}

#breadcrumbs {
  margin-bottom: 0;
}

.bright-section {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0156a+0,fd5e0f+100 */
  background: #f0156a !important; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0156a),
    to(#fd5e0f)
  ) !important;
  background: linear-gradient(
    to right,
    #f0156a 0%,
    #fd5e0f 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0156a', endColorstr='#fd5e0f',GradientType=1 ); /* IE6-9 */
  color: #fff;
  padding: 4em 0;
  font-size: 14px;
}

.bright-section .btn {
  color: #fff;
  border-color: #fff;
}

.bright-section p {
  color: #fff;
}

.bright-section.reverse {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd5e0f+0,f0156a+100 */
  background: #fd5e0f !important; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fd5e0f),
    to(#f0156a)
  ) !important;
  background: linear-gradient(
    to right,
    #fd5e0f 0%,
    #f0156a 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5e0f', endColorstr='#f0156a',GradientType=1 ) !important; /* IE6-9 */
}

.section-head {
  text-align: center;
  margin-bottom: 3em;
}

.section-head h2 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.head-divider {
  display: block;
  clear: both;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0.5em auto;
  background: #fd5e0f;
  position: relative;
}

.head-divider:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #4d4d4d;
  display: block;
  position: absolute;
  left: -67px;
  top: 7px;
}

.head-divider:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #4d4d4d;
  display: block;
  position: absolute;
  right: -67px;
  top: 7px;
}

.bright-section .head-divider,
.bright-section .head-divider:before,
.bright-section .head-divider:after {
  background: #fff;
}

.bright-section.cta .section-head {
  margin-bottom: 0;
}

.bright-section.cta .section-head h2 {
  font-size: 36px;
}

.bright-section.cta .section-head p {
  font-size: 22px;
}

.bright-section.cta .btn {
  margin-top: 0;
}

#all-in-one-feature {
  /*	padding-bottom: 0;*/
  overflow-y: hidden;
}

.home main section {
  padding: 6em 0;
}

#website-products {
  padding-bottom: 0;
}

#website-products header {
  margin-bottom: 2em;
}

#home-portfolio {
  padding-bottom: 0;
}

#home-portfolio p.center {
  margin: 3em auto;
}

section.testimonials {
  background: url(img/testimonial-bg.jpg) top left repeat;
  color: #fff;
  border: none;
  padding: 4em 0 !important;
}

.testimonials .quote-slider {
  background: none;
  border: none;
}

.testimonials .quote-slider .testimonials-slides {
  margin: 0;
  padding: 0;
}

.testimonials quote {
  font-style: italic;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.8em;
  line-height: 1.8em;
  display: block;
}

.testimonials cite {
  clear: both;
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
  font-style: normal;
}

.testimonials cite img {
  margin-right: 1em;
}

.testimonials cite .name {
  font-size: 1.2em;
  font-weight: 600;
}

.testimonials .flex-control-paging li a {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.testimonials .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.testimonial-header {
  margin-bottom: 3em;
}

.footer-cta {
  text-align: center;
  background: #333333;
  color: #fff;
  padding: 4em 0;
}

.footer-cta h3 {
  margin: 0;
  font-weight: normal;
  font-size: 36px;
}

.footer-cta a {
  color: #f88817;
}

#featured {
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

#featured .featured-content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 548px) {
  .home #main-section {
    padding: 3em 0;
  }

  #featured .featured-content-overlay {
    padding: 2em 0;
  }
  #featured .featured-content-overlay h1 {
    font-size: 1.2em;
  }

  #featured .featured-content-overlay h2 {
    font-size: 1em;
  }

  #featured .featured-content-overlay .btn-orange,
  #featured .featured-content-overlay .btn-white-o {
    font-size: 14px;
    padding: 8px 16px;
  }
}

#featured video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

#featured .btn {
  color: #fff;
  border-color: #fff;
}

#featured .btn:hover {
  background: #fff;
  color: #f88817;
}

#featured .buttons > * {
  display: inline-block;
}

.feature-text p {
  color: #fff;
}

.feature-text h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 0;
}

.footer-widget .widget .wpseo-location > br {
  display: none;
}

.footer-widget .widget .wpseo-location > div,
.footer-widget .widget .wpseo-location > span {
  margin-bottom: 20px;
  display: block;
  clear: right;
}

.footer-widget .wpseo-address-wrapper .locality {
  margin-left: 37px;
}

.footer-widget .widget .wpseo-location > *:before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 1em;
  float: left;
  display: block;
  font-size: 22px;
}

.footer-widget .widget .wpseo-location .wpseo-phone:before {
  content: "\f095";
}

.footer-widget .widget .wpseo-location .wpseo-email:before {
  content: "\f0e0";
}

.footer-widget .widget ul {
  margin-left: 0;
  list-style: none;
}

.footer-widget .widget a {
  color: #fff;
  text-decoration: underline;
}

.footer-widget .widget .btn-white-o {
  margin-top: 1em;
}

.footer-widget .widget .btn-white-o a {
  text-decoration: none;
}

.footer-widget .widget .btn-white-o:hover {
  cursor: pointer;
  background: #f88817;
  border-color: #f88817;
}

.footer-widget .widget .btn-white-o:hover a {
  color: white;
}

.footer-widget .widget a:hover {
  color: #000;
}

.site-info {
  background-color: #333;
  color: #fff;
  padding: 1.5em 0;
  font-size: 12px;
}

.site-info p {
  margin: 0;
}

.recent-news article {
}

.preview-image {
  width: 50%;
  float: left;
}

.preview-image img {
  width: 100%;
}

body .post-meta {
  font-size: 12px;
  background: #ff6a00;
  color: #fff;
  padding: 1em 0;
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-preview {
  font-size: 15px;
}

.home .post-meta > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.post-meta > div {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 1em;
}

.post-date {
  text-align: right;
}

.post-categories {
  text-align: center;
}
.post-categories a {
  color: #fff;
}

.post-image {
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.post-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center;
}

.post-image:hover .overlay {
  display: block;
  opacity: 1;
}

.post-image .overlay .btn {
  color: #fff;
  border: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.post-image .overlay .btn:hover {
  background: #fff;
  color: #f88817;
}

.blog .post {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #999;
}

.blog .post .entry-content p {
  margin: 0;
}

.widget .widget-title {
  margin-top: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.footer-logo {
  margin-bottom: 25px;
}

.social-icons {
  margin-top: 2em;
}

.social-icons a:first-child {
  margin-left: 0;
}

.social-icons a {
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 1em;
}

.social-icons a:hover {
  color: #000;
}

.social-icons a i {
  font-size: 20px;
}

.archive .team-list .team-member img {
  border-radius: 100%;
  border: 10px solid rgba(255, 255, 255, 0.4);
  max-width: 150px;
  width: 150px;
  height: 150px;
  filter: grayscale(100%);
}

.archive .team-list .team-member:after {
  content: "";
  width: 100%;
  height: 90%;
  background: #f1f1f1;
  display: block;
  position: relative;
  bottom: 100%;
  z-index: -1;
  margin-top: 75px;
}

.archive .team-list .team-member {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  height: 270px;
}

.archive .team-list .team-member .btn {
}

.archive .team-list .team-member h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.archive .team-list .team-member p {
  margin-bottom: 1em;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
}

.team-header h1 {
  text-align: center;
}

.team-header {
  margin-bottom: 4em;
}

.single-team-member .content-wrap.container {
  max-width: 800px;
}

.single .team-member .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.single .team-member .role {
  font-style: italic;
  color: #7d7d7d;
}

.single .team-member .team-main-header {
  text-align: center;
}

.single .team-member .team-main-header img {
  border-radius: 100%;
  max-width: 200px;
  margin-bottom: 0.5em;
}

img.features-phone {
  position: relative;
}

.quote-img {
  border-radius: 100%;
  max-width: 65px;
}

svg path {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

svg:hover path.cls-3 {
  fill: #f88817;
}

svg:hover .cls-2 path.cls-3 {
  fill: #fff;
}

.features .feature-icon {
  padding: 0;
}

ol.web-products {
  list-style: none;
}

ol.web-products li h3 {
  font-weight: bold;
  color: #ff6a00;
}

ol.web-products li h3 .grey {
  color: #c8c8c8;
  display: inline-block;
  margin-bottom: 10px;
}

.entry-content img {
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  color: #404040;
}

img.borderless {
  border: none !important;
  border-radius: 0 !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-header .entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.entry-content h2,
.entry-content h3 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.entry-content b,
.entry-content strong {
  font-weight: 600;
}

.entry-content blockquote {
  margin-bottom: 1.5em;
  border-left: 5px solid #f8ac5e;
  font-size: 15px;
}

ul.featured-icons {
  list-style: none;
}

ul.featured-icons {
  text-align: center;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.featured-icons li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 1em;
}

.alt-bg {
  background: #f4f4f4;
}

.less-top {
  padding-top: 0 !important;
}

.flex-block {
  padding-bottom: 4em;
  padding-top: 1.5em;
}

.flex-block + .flex-block,
.pricing-plans + .flex-block {
  padding: 4em 0;
}

.page-content-wrap + .flex-block {
  padding-top: 4em;
}

.flex-block .entry-content {
  margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: none;
}

.flex-block.wysiwyg-block + .flex-block.wysiwyg-block {
  background: #f4f4f4;
}

.bright-section .btn {
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 1.5em;
}

.bright-section .btn:hover {
  background: #fff;
  color: #f88817;
}

.pricing-plans {
  padding-bottom: 4em;
}

.pricing-plans .plan-block {
  width: 100%;
  background: #fff;
  max-width: 350px;
  font-family: "Poppins", sans-serif;
  margin: 0 1.5em;
  border: 1px solid #dedede;
  padding-bottom: 3em;
}

.pricing-plans .plan-block .plan-header {
  border-bottom: none;
  padding: 1.5em;
  border-top: 8px solid #ff6a00;
}

.pricing-plans .plan-block .plan-name {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 28px;
}

.pricing-plans .plan-block .plan-price {
  font-weight: bold;
  color: #ff6a00;
  font-size: 30px;
  margin-bottom: 28px;
}

.pricing-plans .plan-block .plan-description {
  font-size: 14px;
  color: #888;
  font-weight: 600;
}

.pricing-plans .plan-block .btn {
  background: #f36c21;
  width: 100%;
  color: #fff !important;
  border-radius: 12px;
  border: 2px solid #f36c21;
  font-size: 15px;
}

.pricing-plans .plan-block .btn:hover {
  background: none;
  color: #f36c21 !important;
}

.pricing-plans .plan-block .plan-feature-list {
  padding: 0;
  margin: 0;
  margin-top: 28px;
  list-style: none;
  text-align: center;
  color: #888;
}

.pricing-plans .plan-block .plan-feature-list li {
  font-size: 14px;
  padding: 0.5em 22.5px;
  border-bottom: 1px solid #dedede;
}

.pricing-plans .plan-block .plan-feature-list li:last-child {
  border-bottom: none;
}

.flex-block.wysiwyg-block.plans-include h2 {
  display: block;
}

.plans-include ul.fa-ul {
  padding-left: 2.14285714em;
}

.plans-include ul.fa-ul li {
  padding: 0.75em 0;
  font-size: 16px;
}

.plans-include ul.fa-ul li i {
  color: #ff6a00;
}

.single-landing_page .site-header {
  padding: 1em 15px;
}

.single-landing_page .landing-page-title {
  text-align: center;
  color: #f88817;
  font-weight: bold;
  margin-bottom: 2em;
  font-size: 2.2em;
}

.single-landing_page .navbar-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.single-landing_page .phone {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-landing_page .site-header .phone a {
  color: #f88817;
}

.single-landing_page #page-header-container {
  margin-bottom: 0;
}

.single-landing_page .section-title h1 {
  font-size: 28px;
}

.single-landing_page .form {
  padding: 1em 2em;
  box-sizing: border-box;
  background: #e2e2e2;
}

.single-landing_page .form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.single-landing_page .form .gform_wrapper ul.gform_fields .ginput_cardextras {
  display: flex;
}

.single-landing_page
  .form
  .gform_wrapper
  ul.gform_fields
  li.gfield.promocode
  label {
  display: none;
}

.single-landing_page
  .form
  .gform_wrapper
  ul.gform_fields
  li.gfield.promocode
  .button {
  font-size: 14px;
}

.single-landing_page .content-wrap.container {
  background: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
}

.single-landing_page .form .gform_wrapper span.ginput_total {
  color: #f88817;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 0.03em;
}

.single-landing_page .entry-content {
  margin-top: 0;
}

/*.single-landing_page .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}*/
.single-landing_page .form .gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  width: 100%;
}

.single-landing_page .entry-content h2:first-of-type {
  margin-top: 0;
}
.single-landing_page .gform_wrapper .gfield_description {
  font-size: 12px;
  line-height: 14px;
}

/* Partner Program */

.intro-content .filter-overlay {
  padding: 6em 1.618em;
  font-size: 20px;
}
.filter-overlay {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}

.filter-overlay p {
  font-size: 1em;
}
.filter-overlay h1,
.filter-overlay h3,
.filter-overlay p {
  color: #fff;
}

.program-features {
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 3em 15px;
}

.program-features .program-feature {
  text-align: center;
}

.program-features .program-feature p {
  text-align: left;
  font-size: 14px;
}

.program-features .program-feature h2 {
  font-size: 22px;
}

.see-work {
  margin-top: 4%;
  padding-top: 8%;
  border-top: 2px solid #e4e4e4;
}

.see-work h2 {
  margin-bottom: 0.5em;
}

.see-work .testimonial blockquote {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 4px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
  font-size: 15px;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}

.see-work .testimonial:hover blockquote {
  border-color: #f88817;
}

.see-work ul {
  list-style: none;
  margin-left: 0;
}

.see-work .testimonial {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
}

.see-work .testimonial:last-child {
  border-bottom: 0;
}

.see-work .testimonial .quote-from {
}

.see-work .testimonial .quote-from .img-quote,
.see-work .testimonial .quote-from .source {
}

.see-work .testimonial .quote-from .img-quote img {
  max-width: 100px;
  border-radius: 100%;
}

.see-work .testimonial .quote-from .name {
  font-weight: 600;
  font-size: 1.2em;
}

.see-work .testimonial .quote-from .source-title {
  font-style: italic;
}

.work-showcase {
  padding-left: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #e4e4e4;
}

.work-entry img {
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

.work-entry {
  padding: 0 0 2em 0;
  text-align: right;
}

.work-entry p {
  margin-bottom: 0;
  font-style: italic;
}

.build-something {
  background-size: cover;
  font-size: 18px;
}

.build-something .filter-overlay {
  padding: 5em 1.618em;
  font-size: 16px;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
}

.build-something h2,
.build-something h4 {
  color: #fff;
}

.build-something h2 {
  text-align: center;
  color: #f29230;
  margin-bottom: 1em;
  font-size: 2.2em;
}

#project-gallery .project-item {
  margin-bottom: 2em;
}

#project-gallery .project-item img {
  border: 1px solid #000;
}

#project-gallery .project-item .project-title {
  font-weight: 600;
  margin: 1em 0 0;
  display: block;
  font-size: 16px;
}

#project-gallery .project-item .button {
  font-size: 14px;
  padding: 6px 12px;
}

body .gform_wrapper h3.gform_title {
  font-weight: 600;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body
  .gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0;
}

body label {
  font-weight: normal;
}

.post-edit-link {
  display: block;
}

.comments-title {
  margin-bottom: 0.5em;
}

.comment-form-url {
  margin-bottom: 2.5em;
}

.form-submit {
  margin-bottom: 2.5em;
}

.comment-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.comment-list .comment p {
  color: #636363;
}

.comment-list li.comment .comment-body {
  margin-bottom: 1.2em;
  padding: 2em;
}

.comment-list li.comment li.comment {
  padding-left: 2em;
}

.comment-list > .comment.even > .comment-body {
  background: #f4f4f4;
}

.comment-list .children {
  list-style: none;
}

.comment-list .comment-meta {
  margin-bottom: 0.5em;
}

.comment-list .comment.byuser .comment-body {
  background-color: antiquewhite;
}

.comment-list .comment.byuser .comment-body p {
}

#respond .form-submit input[type="submit"] {
  font-size: 15px;
  width: auto;
}

#respond .form-submit input[type="submit"]:hover {
  border-color: #f36c21;
  color: #f36c21 !important;
}

#respond label {
  display: block;
  clear: both;
  font-weight: 600;
  color: rgb(64, 64, 64);
}

#respond input:not([type="submit"]) {
  max-width: 100%;
  min-width: 400px;
}

.single-post #breadcrumbs,
.blog #breadcrumbs {
  margin-bottom: 1em;
}

.wpseo-map-canvas {
  margin-top: 1em;
}

.col-md-4.icons img {
  border: none;
  max-width: 200px;
}
@media only screen and (min-width: 767px) {
  .preview-image {
    width: 33%;
  }

  img.features-phone {
    position: absolute;
    left: 0;
    right: 0;
  }

  #navigation {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-right: 0;
  }

  #navigation ul.nav {
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .preview-image {
    width: 16.66%;
  }
}

@media only screen and (max-width: 768px) {
  .flex-desktop {
    display: block;
  }

  #navigation ul {
    text-align: center;
  }

  #featured {
    font-size: 20px;
  }

  .site-header .navbar-brand img.logo {
    max-width: 250px;
  }

  .site-header .navbar-brand {
    padding: 0;
  }

  .post-meta {
    display: block;
  }

  .post-meta > div {
    text-align: center;
  }
  f .pricing-plans .plan-block {
    margin-bottom: 1em;
    max-width: 100%;
    width: auto;
  }

  #page-header-container {
    padding: 2.5em 15px;
  }

  ul.featured-icons {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #page-header-container {
    padding: 1em 15px;
  }

  .section-title h1 {
    font-size: 20px;
  }
}

.featured-swap {
  display: inline-block;
  color: inherit;
  color: #f88817;
}

.featured-swap:after {
  content: "Custom";
  animation: changeWords 6s linear infinite alternate;
  position: relative;
}

@keyframes changeWords {
  0% {
    content: "Custom";
    opacity: 1;
  }
  25% {
    opacity: 0.65;
  }
  50% {
    opacity: 1;
    content: "Modern";
  }
  75% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
    content: "Unique";
  }
}

#navigation ul.nav li.btn-primary {
  color: #fff;
  background-color: #f88817;
  border-radius: 12px;
}

#navigation ul.nav li.btn-primary a {
  color: #fff;
}

.font-italic {
  font-style: italic;
}

.font-bold {
  font-weight: bold;
}

#featured a {
  font-size: 16px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content.container {
  margin-left: auto;
  margin-right: auto;
}


.portfolio_modal .modal-lg{
  width: 92%;
  margin: 30px auto;
}
.portfolio_modal .modal-body{
  padding: 25px 80px;
}
.portfolio_modal .portfolio_title{
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #404040;
  margin: 30px 0;
  line-height: 140%;
}
.portfolio_modal .portfolio_img_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.portfolio_modal .portfolio_img_wrap .portfolio_desktop_image .desktop-frame, .portfolio_modal .portfolio_img_wrap .portfolio_mobile_image .mobile-frame{
  position: relative;
  z-index: 1;
}
.portfolio_modal .portfolio_img_wrap .portfolio_mobile_image .mobile-frame{
  box-shadow: 0px 0px 16px 7px rgb(0 0 0 / 45%);
  border-radius: 52px;
}
.portfolio_modal .portfolio_img_wrap .portfolio_desktop_image{
  position: relative;
  width: 55%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 14%;
}
.portfolio_modal .portfolio_desktop_image_wrap{
  position: relative;
  background: #000;
  border-radius: 3% 3% 0 0 / 5%;
  padding: 35px 30px;
  box-shadow: 0px 0px 16px 7px rgb(0 0 0 / 45%);
}
.portfolio_modal .portfolio_desktop_image_wrap:before{
  position: absolute;
  content: "";
  bottom: -205px;
  left: -31px;
  right: -32px;
  background-image: url(./img/desktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 100%;
  z-index: 0;
}
.portfolio_modal .portfolio_desktop_image_inner{
  height: 500px;
  position: relative;
  z-index: 1;
}
.portfolio_modal .portfolio_desktop_image_inner .item{
  height: 500px;
  overflow-y: scroll;
}
.portfolio_modal .portfolio_mobile_image_inner{
  height: 643px;
}
.portfolio_modal .portfolio_mobile_image_inner .item{
  overflow-y: scroll;
  height: 643px;
  border-radius: 5%;
}
.portfolio_modal .portfolio_mobile_image_inner .item img{
}
.portfolio_modal .portfolio_img_wrap .portfolio_desktop_image img{
  height: auto;
  width: auto;
  max-width: 100%;
}
.portfolio_modal .portfolio_img_wrap .portfolio_desktop_image .loader{
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio_modal .portfolio_mobile_image_inner .loader{
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.portfolio_modal .portfolio_mobile_image{
  position: relative;
  width: 338px;
  text-align: center;
  display: inline-block;
}
.portfolio_modal .portfolio_mobile_image_wrap{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 338px;
  margin: 0 auto;
  padding: 20px;
}
.portfolio_modal .portfolio_mobile_image:before{
  content: '';
  position: absolute;
  left: 0px;
  width: 160px;
  height: 17px;
  background: black;
  z-index: 099;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  border-radius: 0px 0px 20px 20px;
  top: 15px;
}
.portfolio_modal .portfolio_desktop_image_inner .item::-webkit-scrollbar, .portfolio_modal .portfolio_mobile_image_inner .item::-webkit-scrollbar {
  display: none;
}
.portfolio_modal .portfolio_description{
  font-size: 22px;
  width: 55%;
  padding-bottom: 45px;
}
.portfolio_modal button.close{
  font-size: 30px;
  color: #fff !important;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: -13px;
  top: -13px;
  z-index: 9;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #f88817;
}
.portfolio_modal .owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio_modal .owl-nav button{
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  border-radius: 50%;
  background-color: rgb(248 136 23 / 80%) !important;
  text-align: center;
}
.portfolio_modal .owl-nav button.disabled{
  display: none;
}
.portfolio_modal .owl-prev{
  left: 10px;
  position: absolute;
}
.portfolio_modal .owl-prev span, .portfolio_modal .owl-next span{
  font-size: 30px;
}
.portfolio_modal .owl-next{
  right: 10px;
  position: absolute;
}

.portfolio_modal .sr-only{
  position: static;
  width: auto;
  height: auto;
}
.portfolio_modal .carousel-control-prev{
  display: block;
  text-align: center;
}
.portfolio_modal .carousel-control-next{
  display: block;
  text-align: center;
}
.portfolio_modal .lightbox-arrow{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.portfolio_modal .lightbox-arrow .prev{
  left: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #808080;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: absolute;
}
.portfolio_modal .lightbox-arrow .next{
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #808080;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: absolute;
}
.portfolio_modal .modal-content{
  background-image:url('./images/papyrus.png');
  background-repeat:repeat;
}
#featured .buttons a + a{
  margin-left:35px;
}
.page-id-1170 hr{background-color: transparent;}


.page-template-template-projects .project-category-form{
  margin-bottom:35px;
}
.page-template-template-projects .project-category-form .select2{
  width:100% !important;
}
.select2-container--default .select2-selection--multiple{
  border: 1px solid #f88817 !important;
  border-radius: 6px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  margin:0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border-radius:0 !important;
  border:0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #f88817 !important;
  border: 1px solid #f88817 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  color:#ffffff !important;
} 
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #f88817 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color:transparent !important;
}
.select2-container .select2-search--inline .select2-search__field{
  height: 22px !important;
  margin-top: 0 !important;
}
.project-category-form .form-group.inline{
  display:inline-block;
  margin-left: 20px;
}
.project-category-form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.project-category-form .form-group label {
  position: relative;
  cursor: pointer;
}

.project-category-form .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #f88817;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius:4px;
}
.project-category-form .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #f88817;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.home #website-products{
	text-align: center;
}


@media (max-width: 1830px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -200px;}
}
@media (max-width: 1680px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -180px;left: -27px;right: -28px;}
}
@media (max-width: 1600px){
  .portfolio_modal .portfolio_img_wrap .portfolio_desktop_image{width: 60%;}
  /*.portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -165px;}*/
}
@media (max-width: 1520px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -175px;}
}
@media (max-width: 1440px){
  .portfolio_modal .portfolio_desktop_image_inner{height: 380px;}
  .portfolio_modal .portfolio_desktop_image_inner .item{height: 380px;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -165px;left: -25px;right: -25px;}
}
@media (max-width: 1366px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -150px;}
}
@media (max-width: 1280px){
  .portfolio_modal .portfolio_desktop_image_inner{height: 360px;}
  .portfolio_modal .portfolio_desktop_image_inner .item{height: 360px;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -145px;left: -23px;right: -22px;}
}
@media (max-width: 1199px){
  .portfolio_modal .portfolio_img_wrap .portfolio_desktop_image{width: 66%;}
  .portfolio_modal .portfolio_mobile_image{width: 255px;}
  .portfolio_modal .portfolio_mobile_image_wrap{width: 265px;left: -5px;top: -5px;}
  .portfolio_modal .portfolio_mobile_image_inner{height: 485px;}
  .portfolio_modal .portfolio_mobile_image_inner .item{height: 485px;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -130px;left: -21px;right: -20px;}
  .portfolio_modal .portfolio_description{width: 65%;padding-top: 35px;}
  .portfolio_modal .modal-body{padding: 25px 40px;}
  .portfolio_modal .portfolio_desktop_image_inner{height: 335px;}
  .portfolio_modal .portfolio_desktop_image_inner .item{height: 335px;}
}
@media(max-width: 992px){
  .portfolio_modal .portfolio_img_wrap .portfolio_desktop_image{width: 100%;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -145px;left: -22px;right: -23px;}
  .portfolio_modal .portfolio_mobile_image{width: 100%;float: none;margin-top: 65px;}
  .portfolio_modal .portfolio_mobile_image_inner{height: 648px;}
  .portfolio_modal .portfolio_mobile_image_inner .item{height: 648px;}
  .portfolio_modal .portfolio_mobile_image_wrap{width: 340px;}
  .portfolio_modal .portfolio_description{width: 100%;padding-top: 45px;}
  .portfolio_modal .portfolio_img_wrap{flex-direction: column;}
}
@media (max-width: 767px){
  .portfolio_modal .portfolio_title{margin-top: 0;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -140px;left: -22px;right: -21px;}
}
@media(max-width: 667px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -125px;}
  .portfolio_modal .portfolio_title{font-size: 24px;}
  .portfolio_modal .portfolio_description{font-size: 18px;}
  .portfolio_modal .portfolio_desktop_image_wrap{padding: 25px 20px;}
  .portfolio_modal .portfolio_desktop_image_inner{height: 295px;}
  .portfolio_modal .portfolio_desktop_image_inner .item{height: 295px;}
}
@media (max-width: 575px){ 
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -100px;left: -16px;right: -16px;}
}
@media(max-width: 480px){
  .portfolio_modal .modal-body{padding: 25px;}
  .portfolio_modal .portfolio_desktop_image_inner{height: 150px;}
  .portfolio_modal .portfolio_desktop_image_inner .item{height: 150px;}
  .portfolio_modal .portfolio_desktop_image_wrap{padding: 20px 15px;}
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -76px;left: -12px;right: -12px;}
  .portfolio_modal .portfolio_mobile_image_wrap{width: 100%;left: 0;padding: 20px 16px 18px;}
  .portfolio_modal .portfolio_mobile_image_inner, .portfolio_modal .portfolio_mobile_image_inner .owl-carousel, .portfolio_modal .portfolio_mobile_image_inner .owl-carousel .owl-stage-outer, .portfolio_modal .portfolio_mobile_image_inner .owl-carousel .owl-stage-outer .owl-stage, .portfolio_modal .portfolio_mobile_image_inner .owl-carousel .owl-stage-outer .owl-stage .owl-item{height: 100%;}
  .portfolio_modal .portfolio_mobile_image_inner .item{height: 100%;border-radius: 7%;}
  .portfolio_modal .owl-nav{top: 42%;}
  .portfolio_modal .portfolio_description{font-size: 15px;padding-bottom: 0;}
  .portfolio_modal .lightbox-arrow{top: 32%;}
}
@media(max-width: 375px){
  .portfolio_modal .portfolio_desktop_image_wrap:before {bottom: -70px;left: -11px;right: -11px;}
}
@media(max-width: 360px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -66px;left: -10px;right: -9px;}
  .portfolio_modal .portfolio_mobile_image_wrap{padding: 19px 16px 13px;}
  .portfolio_modal .portfolio_mobile_image:before{top: 13px;}
}
@media (max-width: 320px){
  .portfolio_modal .portfolio_desktop_image_wrap:before{bottom: -55px;left: -8px;right: -9px;}
}