
@charset "utf-8";

/* Table of Content
==================================================
	1.0  -  Reset
	1.1  -  Body
	1.2  -  Transition
	1.3  -  Headings
	1.4  -  Fonts
	1.5  -  Text elements
	1.6  -  Tables
	1.7  -  Definition List
	1.8  -  Galleries
	1.9  -  Forms
	1.10  -  Images
	1.11 -  Hr, Margin, Seperators
	1.12 - Unit Test Issue Fix
	1.13 - Default Color
	1.14 - IE9 and above override */

/*--------------------------------------------------------------
	1.0 - Reset
	--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

del {
	text-decoration: line-through;
}

hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0;
}

mark {
	background-color: #ffffb3;
	font-style: italic;
}

input, select {
	vertical-align: middle;
}

ins {
	background-color: red;
	color: white;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

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

/*--------------------------------------------------------------
	1.1 - Body
	--------------------------------------------------------------*/
body {
	font-weight: normal;
	font-size: 15px;
	line-height: 26px;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	overflow-x: hidden;
	width: 100%;
}

/*--------------------------------------------------------------
	1.2 - Transition
	--------------------------------------------------------------*/
a, input[type="submit"], input[type="reset"], .radio-label input[type="radio"] + span:before, .post-password-required .post-password-form label:after {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

/*--------------------------------------------------------------
	1.3 - Headings
	--------------------------------------------------------------*/
h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: .5px;
}

/*--------------------------------------------------------------
	1.4 - Fonts
	--------------------------------------------------------------*/
body, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], select, textarea {
	font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6, #main-menu ul.menu > li > a, .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-portfolio-sorting a, .dt-sc-testimonial.type1 blockquote, .entry-meta, .dt-sc-testimonial .dt-sc-testimonial-author cite, .dt-sc-pr-tb-col.minimal .dt-sc-price p, .dt-sc-pr-tb-col.minimal .dt-sc-price h6 span, .dt-sc-testimonial.special-testimonial-carousel blockquote, .dt-sc-pr-tb-col .dt-sc-tb-title, .dt-sc-pr-tb-col .dt-sc-tb-content, .dt-sc-button, .dt-sc-bar-text, input[type="submit"], input[type="reset"], .blog-entry .entry-title h4 {
	font-family: "Montserrat", sans-serif;
}

blockquote.type1, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before, .dt-sc-testimonial.type1 q:before, .dt-sc-testimonial.type1 q:after {
	font-family: Georgia, serif;
}

/*--------------------------------------------------------------
	1.5 - Text Elements
	--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	display: block;
	margin: 10px 0px 20px;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

ins {
	background: #fff9c0;
}

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

sub {
	bottom: -3px;
}

sup {
	top: -5px;
}

ul, ol, pre, code {
	margin-bottom: 20px;
}

pre {
	border: 1px solid #d1d1d1;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
}

ul {
	list-style-type: square;
	margin-left: 20px;
}

ul li {
	padding-bottom: 10px;
}

ul li ul {
	padding-left: 20px;
	margin: 10px 0px 0px;
}

ul ul ul {
	margin-bottom: 0px;
}

ol ul, ol ul ul {
	margin-bottom: 0;
}

ol ul li:last-child, ol ul ul li:last-child {
	padding-bottom: 0;
}

ul ol {
	margin-bottom: 0;
}

ol li:last-child {
	padding-bottom: 0;
}

ul li:last-child {
	padding-bottom: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 10px;
}

ol li {
	padding-bottom: 10px;
}

ol li ol {
	margin-bottom: 0px;
}

ol ol ol {
	margin-bottom: 0px;
	list-style-type: lower-roman;
}

blockquote {
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	clear: left;
}

blockquote > p {
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	font-style: italic;
	font-weight: 300;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 20px 0px;
	margin-bottom: 10px;
}

blockquote.alignleft {
	margin-right: 20px;
	text-align: left;
	width: 30%;
	float: left;
}

blockquote.alignright {
	margin-left: 20px;
	text-align: left;
	width: 30%;
	float: right;
}

blockquote.aligncenter {
	text-align: center;
}

.post-edit-link, .vc_inline-link {
	background: rgba(0, 0, 0, .05);
	border-radius: 3px;
	color: #3e454c;
	float: right;
	clear: both;
	margin: 20px 0px 20px;
	line-height: 24px;
	padding: 2px 13px;
	font-size: 12px;
}

.post-edit-link:hover, .vc_inline-link:hover {
	color: #fff;
}

.vc_inline-link {
	clear: none;
	margin-right: 10px;
}

.page-link {
	float: left;
	clear: both;
	margin: 10px 0px 0px;
	padding: 0px;
}

.page-link a {
	border: 1px solid rgba(0, 0, 0, .5);
	color: #303030;
	font-weight: bold;
	line-height: normal;
	padding: 7px 13px 5px;
	float: left;
	margin-right: 10px;
}

.page-link a span {
	border: 0px;
	color: #303030;
	padding: 0px;
	margin: 0px;
}

.page-link > span {
	border: 1px solid rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: bold;
	line-height: normal;
	padding: 7px 13px 5px;
	float: left;
	margin-right: 10px;
}

.page-link a:hover span {
	color: #fff;
}

/*--------------------------------------------------------------
		Loader
	--------------------------------------------------------------*/
#loader-container {
	height: 90px;
	width: 189px;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -94px;
	margin-top: -45px;
}

.teardrop {
	transform: translate3d(0, 0, 0);
	border: 20px solid #fff;
	border-radius: 50% 50% 0;
	box-sizing: initial;
	-moz-box-sizing: initial;
	-webkit-box-sizing: initial;
	float: left;
	height: 50px;
	width: 50px;
	box-shadow: 0 0 15px 0px rgba(255, 255, 255, .8), 0px 0px 15px rgba(255, 255, 255, .8) inset;
}

.tearLeft {
	margin-right: 9px;
	transform: rotate(-45deg);
}

.tearRight {
	transform: rotate(135deg);
}

#ball-holder1 {
	min-width: 90px;
	min-height: 90px;
	max-width: 90px;
	max-height: 90px;
	display: block;
	float: left;
	position: relative;
	top: -90px;
	left: 0px;
	animation: ballPath1 1.5s linear infinite;
}

#ball-holder2 {
	min-width: 90px;
	min-height: 90px;
	max-width: 90px;
	max-height: 90px;
	display: block;
	float: left;
	position: relative;
	top: -90px;
	left: -1px;
	animation: ballPath3 1.5s linear infinite;
}

.ballSettings {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	position: relative;
}

.ball1 {
	top: 40px;
	left: 5px;
	animation: ball1 1.5s linear infinite;
}

#contain1 {
	width: 90px;
	height: 90px;
	animation: ballPath2 1.5s linear infinite;
}

.ball2 {
	top: 40px;
	left: 5px;
	animation: ball3 1.5s linear infinite;
}

#contain2 {
	height: 90px;
	left: 100px;
	position: relative;
	top: -90px;
	width: 90px;
	animation: ballPath4 1.5s linear infinite;
}

@keyframes ballPath1 {
	0% {
		transform: rotate(225deg);
	}
	
	50% {
		transform: rotate(495deg);
	}
	
	75% {
		transform: rotate(585deg);
	}
	
	100% {
		transform: rotate(585deg);
	}
}

@keyframes ballPath2 {
	0% {
		transform: translate(0px, 0px);
	}
	
	50% {
		transform: translate(49.5px, 49.5px);
		opacity: 1;
	}
	
	75% {
		transform: translate(0px, 0px);
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes ballPath3 {
	0% {
		transform: rotate(675deg);
		opacity: 0;
	}
	
	50% {
		transform: rotate(675deg);
		opacity: 0;
	}
	
	100% {
		transform: rotate(405deg);
	}
}

@keyframes ballPath4 {
	0% {
		transform: translate(0px, 0px);
	}
	
	100% {
		transform: translate(-49.5px, 49.5px);
	}
}

/*--------------------------------------------------------------
	1.6 - Tables
	--------------------------------------------------------------*/
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

th {
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 15px;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

td, tbody th {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: normal;
	text-align: center;
	padding: 13px 15px;
}

tbody tr:nth-child(2n) {
	background: rgba(0, 0, 0, .03);
}

tbody td .dt-sc-button.small {
	padding: 7px 14px;
	font-size: 12px;
	margin: 0px;
}

th a, th a:hover {
	color: #fff;
}

th a:hover, td a:hover {
	text-decoration: underline;
}

.blog-entry .entry-body tbody th {
	background: none;
	font-weight: 400;
}

.blog-entry .entry-body tbody th, .blog-entry .entry-body tbody th a {
	color: inherit;
}

body:not(.vc_transform) tbody td, body:not(.vc_transform) tbody td a, body:not(.vc_transform) .commententries tbody td, body:not(.vc_transform) .commententries tbody td a {
	font-weight: 400;
	color: inherit;
}

.blog-entry .entry-body tbody th a {
	text-transform: none;
}

body:not(.vc_transform) tbody td a:hover, body:not(.vc_transform) .commententries tbody td a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
	1.7 - Definition Lists
	--------------------------------------------------------------*/
dl {
	margin: 0px 0px;
}

dl.gallery-item {
	margin: 0px;
}

.gallery-caption {
	margin-bottom: 10px;
}

.gallery-item img {
	border: 10px solid rgba(0, 0, 0, .1) !important;
}

dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

dd {
	margin-bottom: 20px;
	line-height: 20px;
}

/*--------------------------------------------------------------
	1.8 - Galleries
	--------------------------------------------------------------*/
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: .5384615385em;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
	1.9 - Forms
	--------------------------------------------------------------*/
fieldset {
	border: 1px solid;
	padding: 15px;
	margin: 0 0 20px 0;
}

legend {
	font-weight: bold;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], select, textarea {}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"] {
	border: 1px solid;
	padding: 16px 12px 15px;
	display: block;
	margin: 0px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

textarea {
	height: 190px;
	overflow: auto;
	resize: none;
}

select {
	height: 51px;
	border: 1px solid;
	width: 100%;
	margin: 0px;
	padding: 15px 50px 15px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: "";
	-webkit-border-radius: 0px;
}

input[type="submit"], button, input[type="button"], input[type="reset"] {
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px 0px;
	font-size: 14px;
	padding: 11px 20px;
	float: left;
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
}

.aligncenter input[type="submit"] {
	float: none;
}

/*----*****---- << Moz Reset >> --****--*/
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -1px;
	margin-bottom: -1px;
}

#searchform {
	clear: both;
}

.selection-box {
	position: relative;
	clear: both;
}

.selection-box:before, .selection-box:after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.selection-box:before {
	z-index: 1;
	right: 17px;
	top: 5px;
	bottom: 0px;
	height: 0px;
	margin: auto;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid;
}

.selection-box:after {
	width: 48px;
	height: calc(100% - 2px);
	right: 0px;
	top: 1px;
	border-left: 1px solid;
	border-right: 1px solid;
}

.selection-box select {
	margin-top: 0px;
}

/*--------------------------------------------------------------
	1.10 - Images
	--------------------------------------------------------------*/
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.column .aligncenter img {
	display: inline-block;
}

.column.aligncenter {
	clear: none;
}

.aligncenter.wpb_column {
	clear: none;
}

.alignright {
	text-align: right;
}

img.no-bottom-margin {
	margin-bottom: -10px;
}

.alignleft, .alignright, .aligncenter, .alignnone {
	margin: auto;
}

.wp-caption {
	border: 1px solid;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	text-align: center;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}

.wp-caption.alignnone {
	clear: both;
}

.wp-caption.alignright {
	margin: .375em 0 1.75em 1.75em;
}

.wp-caption.alignleft {
	margin: .375em 1.75em 1.75em 0;
}

.column img, .vc_column_container img, .wpb_column img {
	max-width: 100%;
	height: auto;
	display: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
	1.11 - Hr, Margin, Seperators
	--------------------------------------------------------------*/
.dt-sc-hr-invisible-xsmall {
	float: left;
	width: 100%;
	margin: 20px 0px 0px;
	display: block;
	clear: both;
}

.dt-sc-hr-invisible-small {
	float: left;
	width: 100%;
	margin: 40px 0px 0px;
	display: block;
	clear: both;
}

.dt-sc-hr-invisible-medium {
	float: left;
	width: 100%;
	margin: 60px 0px 0px;
	display: block;
	clear: both;
}

.dt-sc-hr-invisible-large {
	float: left;
	width: 100%;
	margin: 80px 0px 0px;
	display: block;
	clear: both;
}

.dt-sc-hr-invisible-xlarge {
	float: left;
	width: 100%;
	margin: 100px 0px 0px;
	display: block;
	clear: both;
}

.dt-sc-hr-top-5 {
	margin-top: 5px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-hr-top-10 {
	margin-top: 10px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-hr-top-20 {
	margin-top: 20px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-hr-top-30 {
	margin-top: 30px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-hr-top-40 {
	margin-top: 40px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-hr-top-50 {
	margin-top: 50px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.dt-sc-small-separator {
	width: 30px;
	height: 2px;
	display: inline-block;
	clear: both;
	text-align: center;
	margin: 15px 0px;
}

.dt-sc-small-separator.aligncenter {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.dt-sc-small-separator.bottom, .dt-sc-small-separator.bottom.aligncenter {
	margin-top: 0px;
}

.dt-sc-small-separator.black {
	background: #000;
	height: 3px;
}

.dt-sc-diamond-separator {
	width: 10px;
	height: 10px;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	clear: both;
	text-align: center;
	margin: 10px 0px 20px;
	position: relative;
}

.dt-sc-diamond-separator:before, .dt-sc-diamond-separator:after {
	content: "";
	position: absolute;
	left: 6px;
	top: -26px;
	margin: auto;
	height: 1px;
	width: 60px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dt-sc-diamond-separator:after {
	left: -55px;
	top: 35px;
}

.dt-sc-diamond-separator.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dt-sc-dark-bg .dt-sc-diamond-separator {
	background: #fff;
}

.dt-sc-single-line-separator {
	float: left;
	width: 100%;
	margin: 20px 0px;
	display: block;
	clear: both;
	border-top: 1px solid;
}

.dt-sc-single-line-dashed-separator {
	float: left;
	width: 100%;
	margin: 20px 0px;
	display: block;
	clear: both;
	border-top: 1px dashed;
}

.dt-sc-single-line-dotted-separator {
	float: left;
	width: 100%;
	margin: 20px 0px;
	display: block;
	clear: both;
	border-top: 1px dotted;
}

.dt-sc-double-border-separator {
	float: left;
	margin: -10px 0px 30px;
	display: block;
	clear: both;
	width: 150px;
	height: 3px;
	position: relative;
}

.dt-sc-double-border-separator:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -3px;
	height: 1px;
	width: 100%;
}

.aligncenter .dt-sc-double-border-separator {
	float: none;
	display: inline-block;
}

.dt-sc-double-border-separator.aligncenter {
	float: none;
	margin: auto;
}

.dt-sc-shadow {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	background: url("https://luigiventimiglia.com/wp-content/themes/vivagh/images/services-shadow.png") no-repeat;
	width: 1168px;
	height: 38px;
}

.dt-sc-shadow.nitro-lazy {
	background: none !important;
}

/*----*****---- << Fancy Splitter >> --****--*/
.dt-sc-stamp-divider-down {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px -160px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

.dt-sc-stamp-divider-up {
	float: left;
	clear: both;
	width: 100%;
	margin: -150px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*----*****---- << Arrows >> --****--*/
.dt-sc-down-arrow, .dt-sc-up-arrow, .dt-sc-up-arrow-bottom {
	position: relative;
}

.dt-sc-down-arrow:before, .dt-sc-up-arrow:before, .dt-sc-up-arrow-bottom:before, .dt-sc-up-arrow-bottom:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	width: 0px;
}

.dt-sc-down-arrow:before {
	border-top: 15px solid;
}

.dt-sc-up-arrow:before, .dt-sc-up-arrow-bottom:before {
	border-bottom: 15px solid;
	top: -15px;
}

.dt-sc-up-arrow-bottom:before {
	top: inherit;
	bottom: 0px;
}

.dt-sc-clear {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.dt-sc-vertical-small-separator {
	width: 1px;
	height: 15px;
	display: inline-block;
	margin: 0px 20px;
}

.dt-sc-vertical-separator {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
}

.dt-sc-vertical-separator:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -30px;
	right: 0px;
	margin: auto;
	width: 1px;
	height: 50px;
}

/*--------------------------------------------------------------
	1.12 - Unit Test
	--------------------------------------------------------------*/
.admin-bar .is-sticky .main-header-wrapper, .header-align-left.admin-bar .is-sticky #menu-wrapper, .header-align-center.admin-bar .is-sticky #menu-wrapper {
	top: 31px !important;
}

.admin-bar.overlay-header #trigger-overlay, .admin-bar.overlay-header .overlay .overlay-close, .admin-bar.left-header #toggle-sidebar {
	top: 43px;
}

.comment-navigation {
	float: left;
	width: 100%;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0px;
}

.commententries #respond {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.commententries .nav-previous {
	float: left;
}

.commententries .nav-next {
	float: right;
}

.commententries .nav-previous > a:before {
	content: "";
	margin-right: 5px;
	font-family: fontawesome;
}

.commententries .nav-next > a:after {
	content: "";
	margin-left: 5px;
	font-family: fontawesome;
}

ul.commentlist li.pingback > p > a.comment-edit-link {
	text-decoration: underline;
}

.nocomments {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 15px 0;
}

.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.entry-meta-data p i:only-child {
	display: none;
}

.post-password-form label input {
	width: 50%;
}

.bypostauthor {
	min-height: auto;
}

/*----*****---- <<  Post Password Required >> ----*****----*/

/* 	.post-password-required form.post-password-form { text-align:center; padding:100px 0; }
	.post-password-required .post-password-form label input { width: 100%; margin:0 auto; border-width:0 0 1px; }
	.post-password-required .post-password-form input[type="submit"] { float:none; margin-top: 30px; }
	.post-password-required .post-password-form label:after { content: ""; width: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.35); position: absolute; left: 0; bottom: 0; right:0; margin:auto; }
	.post-password-required .post-password-form label:hover:after { width: 100%; }
	.post-password-required .post-password-form label { display: block; width: 40%; margin: 0 auto; position: relative; } */

/*----*****---- <<  Prettyphoto >> ----*****----*/
body div.pp_overlay {
	z-index: 9999;
}

/*----*****---- <<  Ultimate Addon >> ----*****----*/
.ubtn-ctn-center button, .ubtn-ctn-right button {
	float: none;
}

.flexslider .slides img {
	height: auto;
}

/*--------------------------------------------------------------
	1.13 - Default Color
	--------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, a:hover, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3e454c;
}

.dt-sc-dark-bg, .dt-sc-dark-bg h1, .dt-sc-dark-bg h2, .dt-sc-dark-bg h3, .dt-sc-dark-bg h4, .dt-sc-dark-bg h5, .dt-sc-dark-bg h6 {
	color: #fff;
}

.dt-sc-dark-bg {
	border-color: #fff;
}

.wp-caption {
	background: rgba(0, 0, 0, .02);
	border-color: rgba(0, 0, 0, .07);
}

.dt-sc-dark-bg .wp-caption {
	background: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .05);
}

abbr {
	border-color: #222;
}

ins {
	color: #888;
}

label, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], textarea, select {
	color: #888;
}

input[type="text"]::-moz-input-placeholder, input[type="text"]::-webkit-input-placeholder {
	color: #888;
}

input[type="submit"], input[type="reset"], button, input[type="button"] {
	color: #fff;
}

label span.required {
	color: #f00;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], textarea, select, .selection-box:after, .selection-box select {
	background: #fff;
}

fieldset {
	border-color: rgba(0, 0, 0, .2);
}

.dt-sc-dark-bg fieldset {
	border-color: rgba(255, 255, 255, .2);
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], select {
	border-color: rgba(0, 0, 0, .15);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, textarea:focus, input.text:focus, input[type="search"]:focus {
	border-color: rgba(0, 0, 0, .25);
}

.selection-box:before {
	border-top-color: rgba(0, 0, 0, .15);
}

.selection-box:after {
	border-right-color: rgba(0, 0, 0, .15);
}

.selection-box:after {
	border-left-color: rgba(0, 0, 0, .15);
}

/*----*****---- << Separated >> --****--*/
.dt-sc-dark-bg .dt-sc-skin-highlight .dt-sc-small-separator, .dt-sc-dark-bg .dt-sc-vertical-small-separator {
	background: #fff;
}

.dt-sc-single-line-separator {
	border-top-color: rgba(0, 0, 0, .2);
}

.dt-sc-down-arrow:before {
	border-top-color: #fff;
}

.dt-sc-up-arrow-bottom:before {
	border-bottom-color: #fff;
}

.dt-sc-dark-bg .dt-sc-single-line-separator {
	border-color: rgba(255, 255, 255, .2);
}

.dt-sc-diamond-separator:before, .dt-sc-diamond-separator:after {
	background: rgba(0, 0, 0, .1);
}

.dt-sc-dark-bg .dt-sc-diamond-separator:before, .dt-sc-dark-bg .dt-sc-diamond-separator:after {
	background: rgba(255, 255, 255, .2);
}

.dt-sc-vertical-separator:before {
	background: rgba(0, 0, 0, .2);
}

.dt-sc-double-border-separator, .dt-sc-double-border-separator:before {
	background: #000;
}

.dt-sc-dark-bg .dt-sc-double-border-separator, .dt-sc-dark-bg .dt-sc-double-border-separator:before {
	background: #fff;
}

/*--------------------------------------------------------------
	1.14 - IE9 and above override
	--------------------------------------------------------------*/
@media screen and (min-width:0\0) {
	.selection-box:before, .selection-box:after {
		background: none;
		border: none;
	}
	
	.selection-box select {
		padding-right: 15px;
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-item {
		max-width: 100% !important;
	}
}
