/*!
Theme Name: Disruhptiv One Press
Template: onepress
Theme URI: http://amswebdesign.com
Author: Advanced Media Solutions (Ruven Pelka)
Author URI: http://amswebdesign.com
Description: The Disruhptiv One Press Child Theme.
Version: 1.2.0
Text Domain: rvn
*/


/**
 * ROW
 */

.row-align-items-center {
	align-items: center;
}


/**
 * PAGE-HEADER
 */

@media (min-width: 1141px) {
	.page-header {
		padding-top: 95px !important;
	}
}


/**
 * ONEPAGE-HEADER
 */

.site-header {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}

.header-top-container,
.site-navigation-container {
	position: relative;
}

.header-top-container      { z-index: 2; }
.site-navigation-container { z-index: 1; }

.header-top-container {
}

@media (min-width: 1141px) {
	.header-top-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 140px;
		margin-bottom: -1.8rem;
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}

	.site-navigation-container {
		padding-left: 30px;
		padding-right: 30px;
		bottom: -1.8rem;
		border-radius: .5rem;
		box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
	}

	.site-navigation-container::after {
		content: "";
		clear: both;
		display: table;
		width: 0;
	}
}

.site-branding {
	/* max-width: 150px; */
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media (min-width: 1141px) {
	.site-branding {
		/* max-width: 100%; */
		padding-top: 0;
		padding-bottom: 0;
		float: none !important;
		/* margin-bottom: -8rem; */
	}
}

.header-right-wrapper {
	float: none !important;
}

.onepress-menu {
	line-height: 60px !important;
	/* float: none !important; */
}


@media (min-width: 1141px) {
	.onepress-menu > li > a {
		color: rgba( 255, 255, 255, .7 ) !important;
	}
	.onepress-menu > li.current-menu-item > a,
	.onepress-menu > li > a:hover {
		color: white !important;
	}
}

.site-navigation-container {}



/**
 * HEADER-CONTACT-ITEMS
 */

.header-contact-items {
	display: none;
}

@media (min-width: 1141px) {
	.header-contact-items {
		display: flex;
	}
}



/**
 * HEADER-CONTACT-ITEM
 */

.header-contact-item {
	display: block;
	line-height: 1.3;
	margin-left: 2rem;
}



/**
 * HEADER-PHONE-BUTTON
 */

.header-phone-button {}

.header-phone-button,
.header-phone-button:hover {
	text-decoration: none;
	color: #999;
}

.header-phone-button-content {
	display: flex;
	align-items: center;
}

.header-phone-button-icon {
	font-size: 1.2rem;
	padding-right: .4rem;
}

.header-phone-button-title {
	text-transform: uppercase;
	font-weight: 900;
}

.header-phone-button-number {
	font-size: 1.4rem;
	font-weight: 600;
	color: #444;
}



/**
 * HEADER-CONTACT-BUTTON
 */

.header-contact-button {
	padding: .8rem !important;
}



/**
 * ONEPAGE-SECTION
 */

.site-main .onepage-section {
	overflow: visible;
}

.site-main .onepage-section:nth-child(1)  {
	border-bottom: 0;
}

.site-main .onepage-section:nth-child(1)  { z-index: 50; }
.site-main .onepage-section:nth-child(2)  { z-index: 49; }
.site-main .onepage-section:nth-child(3)  { z-index: 48; }
.site-main .onepage-section:nth-child(4)  { z-index: 47; }
.site-main .onepage-section:nth-child(5)  { z-index: 46; }
.site-main .onepage-section:nth-child(6)  { z-index: 45; }
.site-main .onepage-section:nth-child(7)  { z-index: 44; }
.site-main .onepage-section:nth-child(8)  { z-index: 43; }
.site-main .onepage-section:nth-child(9)  { z-index: 42; }
.site-main .onepage-section:nth-child(10) { z-index: 41; }
.site-main .onepage-section:nth-child(11) { z-index: 40; }
.site-main .onepage-section:nth-child(12) { z-index: 39; }
.site-main .onepage-section:nth-child(13) { z-index: 38; }
.site-main .onepage-section:nth-child(14) { z-index: 37; }
.site-main .onepage-section:nth-child(15) { z-index: 36; }



/**
 * ONEPAGE-PHONECTA-SECTION
 */

.section-phonecta {
	border-bottom: 0 !important;
	padding-bottom: 0rem !important;
}

@media (min-width: 940px) {
	.section-phonecta {
		padding-top: 0rem !important;
	}
}

@media (min-width: 940px) {
	/* .section-slider + .section-phonecta { */
	.section-phonecta {
		margin-top: -4rem;
		z-index: 100 !important;
	}
}

.phone-cta {
	display: flex;
	font-size: .5rem;
	border-radius: .5rem;
}

@media (min-width: 940px) {
	.phone-cta {
		font-size: 1rem;
	}
}

.phone-cta:focus,
.phone-cta:hover {
	text-decoration: none;
}

.phone-cta-wrapper {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.phone-cta-icon {
	font-size: 5em;
	padding-right: 2rem;
	line-height: 1.5;
}

.phone-cta-content {
	text-align: center;
}

.phone-cta-title {
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}

.phone-cta-number {
	letter-spacing: 1px;
	color: white;
	font-size: 3em;
	line-height: 1.0;
	font-weight: 900;
}



/**
 * ONEPAGE-MEDIATEXT-SECTION
 */

.section-mediatext {}

.section-mediatext .section-title-area {
	/* margin-bottom: 1rem; */
}

.mediatext-image {
	margin-bottom: 1rem;
	padding: 15px;
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
	background-color: white;
}

@media (min-width: 768px) {
	.mediatext-image {
		/* margin-top: 6rem; */
		margin-bottom: 0rem;
	}
}



/**
 * ONEPAGE-SERVICES-SECTION
 */

.section-services .service-item {
	border-radius: .5rem;
}



/**
 * ONEPAGE-SERVICECARDS-SECTION
 */

.section-servicecards {
	background-color: #f4f4f4;
}

.section-servicecards .service-item {
	margin-bottom: 80px !important;
	border-radius: .5rem;
}

.section-servicecards a.service-item {
	display: block;
}

.section-servicecards .service-item .service-title {
	text-align: center;
}

.section-servicecards .service-item .btn {
	margin-top: 1rem;
}

.section-servicecards .service-item .btn.btn-icon-huge {
	margin-bottom: -4rem;
}



/**
 * ONEPAGE-CONTACT-SECTION
 */

/* @media (min-width: 768px) {
	.section-contact .contact-content {
		margin-top: 7.8rem;
	}
} */

.section-contact .section-title-area {
	/* max-width: 800px;
	margin-left: auto;
	margin-right: auto; */
}

.section-contact .section-content,
.section-contact .contact-content {
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.section-contact .contact-content {
		margin-top: 19rem;
	}
}

.section-contact .contact-form-inner {
	padding: 2rem 2rem 2rem;
	color: white;
	border-radius: .5rem;
}

.section-contact .wpforms-container input,
.section-contact .wpforms-container textarea,
.section-contact .wpforms-container select,
.section-contact .wpforms-container button {
	background-color: white !important;
}

.section-contact .wpforms-container button {
	color: #444 !important;
}

.section-contact .contact-form-logo {
	text-align: center;
	/* margin-top: -4rem; */
}

.section-contact .contact-form-logo {
	margin-bottom: 1rem;
}

.section-contact .contact-form-inner .contact-form-logo {
	margin-bottom: 0;
}



/**
 * ONEPAGE-MAP-SECTION
 */

.section-map .section-title-area {
	margin-bottom: 0;
}



/**
 * ONEPAGE-BUTTON
 */

.btn.btn-text-left {
	/* text-align: left; */
}

.btn.btn-xl {
	/* padding: 1.5rem 1.5rem 1.5rem 8rem !important; */
	padding: 1.5rem;
	font-size: 17px;
	font-size: 1.0625rem;
}

.btn.btn-icon-huge {
	border-radius: .5rem;
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
}

.btn.btn-icon-huge i {
	font-size: 1.6rem;
	line-height: 1;
	padding-right: .3rem;
	/* color: black; */
}

@media (min-width: 940px) {
	.btn.btn-icon-huge i {
		line-height: .75;
		padding-right: 0;
		/* color: black; */
		position: absolute;
		top: 1rem;
		left: 2rem;
		font-size: 5.5rem;
	}
}



/*
 * MOBILE-PHONE-BUTTON
 */

.mobile-phone-button {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    border: none;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    /* box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; */
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 13px;
	box-shadow: 0 -6px 9px rgba(0, 0, 0, 0.09);
}

@media (min-width: 940px) {
    .mobile-phone-button {
        display: none;
    }
}

.mobile-phone-button:focus,
.mobile-phone-button:hover {
    text-decoration: none;
}

.mobile-phone-button__inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.mobile-phone-button__icon,
.mobile-phone-button__number {
    display: block;
}

.mobile-phone-button__icon {
    padding-right: 14px;
}

.mobile-phone-button__icon img {
    width: 20px;
}

.mobile-phone-button__number {
    padding-right: 16px;
}



/**
 * PLUGIN: WPCP-CAROUSEL
 */

#wpcpro-wrapper .wpcp-carousel-section:not(.wpcp-product-carousel) {
	/* margin-bottom: -2.5rem; */
}

#wpcpro-wrapper .wpcp-carousel-section:not(.wpcp-product-carousel) .wpcp-single-item {
	background-color: #fff !important;
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
	border-radius: .5rem;
}



/*
 * FOOTER
 */

@media (max-width: 939px) {
    .site-footer .site-info {
        padding-bottom: 100px !important;
    }
}



/**
 * ROBERT KEEFER'S CUSTOM CSS
 */

div#secondary.widget-area.sidebar h2.widget-title {
	padding: .75rem;
	text-align: center;
	color: white;
	border-radius: 5px;
}

.single-issslpg-landing-page h2.widget-title {
	padding: .75rem;
	text-align: center;
	color: white;
	border-radius: 5px;
}