/*   
	Theme Name:        Shock Marketing
	Theme URI:         https://elementor.com
	Description:       Shock Marketing theme
	Author:            DigitalNinjas
	Author URI:        https://digitalninjas.io
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
 font-size: 125%;
}

body{
	overflow-x: hidden;
	line-height: 1.5;
	font-size: 100%;
}

body.blue .hero{
	background: #1E73C3;
}

p a, .elementor p a:visited {
	color: #1E73C3;
}
body.blue .hero h1, body.blue .hero .elementor-widget-text-editor {
	color: #fff !important;
}
body.yellow .hero{
	background:#FFED00;
}
body.yellow-striped .hero{
	background: repeating-linear-gradient( 45deg, #fff, #fff 80px, #FFED00 80px, #FFED00 160px );
}
body.yellow .hero h1, body.yellow .hero p,
body.yellow-striped .hero h1, body.yellow-striped .hero p{
	color: #000 !important;
}

.elementor-widget-button[data-element_type='button.default'] .elementor-button, .hs-button{
	border-radius: 0;
	color: #000 !important;
	background-color: #FFED00 !important;
	border: 0;
}

.elementor a:visited {
	color: inherit;
}

b, strong {
	font-weight: 600
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	width: 100vw !important;
}

.elementor-widget-theme-post-content blockquote {
	font-size: 2em;
	margin-left:10%;
	margin-right: 10%;
	text-align: center;
}
.elementor-widget-theme-post-content blockquote p {
	display: inline;
}
.elementor-widget-theme-post-content blockquote:before, .elementor-widget-theme-post-content blockquote:after{
	content: '"';
	display: inline;
}

.categorized-menus .elementor-widget-heading h2.elementor-heading-title {
	font-size: 1rem;
	background-color: #FFED00;
	color: #000;
	text-align: center;
	padding: 1rem;
	height: 3rem;
	max-height: 3rem;
	overflow: hidden;
}

.categorized-menus ul.menu {
	list-style: none;
	padding-left: 0;
}

.categorized-menus li.menu-item {
	width: 100%;
	display: inline-table;
	margin-bottom: .15rem;
}

.categorized-menus li.menu-item > span,
.categorized-menus li.menu-item > a {
	font-size: .85rem;
	display: table-cell;
	color: #000;
	background-color: #F4F3ED;
	padding: .5rem .75rem;
	vertical-align: middle;
	height: 3.75rem;
	max-height: 3.75rem;
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.categorized-menus li.menu-item > a > span {
	font-size: 1em;
	line-height: 1em;
	display: block;
	max-height: 3em;
	overflow: hidden;
}
.categorized-menus li.menu-item a:hover {
	background-color: #DDDBD0;
}

@media (max-width: 767px) {
	.categorized-menus li.menu-item.empty { display: none };
}

svg.lightning{
	height: 50px;
	width: auto;
}

/* Form */

form.hs-form {
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	color: #000;
	font-size: .85rem;
}

form.hs-form .hs-form-required{
	display: none;
}
form.hs-form fieldset {
	max-width: 100%;
}

form.hs-form input.hs-input,
form.hs-form textarea.hs-input {
	width: 100% !important;
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
	padding: 1em;
	margin-bottom: 1em;
}

.hs-error-msgs.inputs-list {
	margin-top: -1em;
}
.hs-input.invalid.error{
	border-color: #FFED00;
}

form.hs-form .hs-button {
	font-size: 16px;
	padding: 15px 60px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Team members */
.team-member .team-member-wrapper{
	display: flex;
	flex-direction: column;
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #000;
	width: 100%;
}

.team-member img {
	width: 100%;
	margin-bottom: 20px;
}

.team-member .name, .team-member .description {
	display: block;
	font-size: .9em;
	width: 100%;
}

.team-member .name {
	font-weight: 500;
}

.team-member .description {
	margin-bottom: .2em;
}

.team-member .link svg {
	top: .1em;
	position: relative;
	float: right;
	color: #000;
	transition: color 300ms ease-in-out;
}

.team-member .link:hover svg {
	color: #1E73C3;
}

@media (max-width: 767px){
	.elementor-column.team-member{
		width: 50%;
	}
}


.icons figure {
	border-radius: 999px;
	overflow: hidden;
	background-color: #f1f2f5;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 3em !important;
}

.icons figure img {
	width: 50%;
	height: 50%;
}
.icons figure figcaption {
	position: absolute;
	top: 160px;
	font-weight: bold !important;
}

/* Testimonial slider */

.testimonial-slide.slick-slide {

}

.slick-prev, .slick-next {
	position: absolute;
	top: calc(250px - 30px);
	height: 60px !important;
	width: auto !important;
	cursor: pointer;
	object-fit: cover;
	z-index: 1;
}
.slick-next {
	right: 50px;
}

.slick-prev {
	left: 50px;
}

.testimonial-slide img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

.testimonial-slide .image {
	height: 500px;
	width: 100vw;
}
.testimonial-slide.slick-active .image:after{
		content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		height: 500px;
		background-color: #000;
		opacity: .35;
}
.testimonial-slide .inner {
	margin-top: -100px;
	z-index: 1;
}

.testimonial-slide .inner > div {
	background-color: #fff;
	padding: 40px 80px;
	flex-direction: column;
}

.testimonial-slide p {
	text-align: center;
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	display: block;
	margin: 0;
	margin-bottom: 30px;
}

.testimonial-slide .quote {
	font-size: 2.5em;
	line-height: 1.15;
	margin-bottom: 20px;
}
@media(min-width:768px) and (max-width: 1160px){
	.testimonial-slide .inner {
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width:767px){
	.testimonial-slide .image, .testimonial-slide .image:after {
		height: 300px !important;
	}
	.testimonial-slide .inner {
		margin-top: 0;
	}
	.testimonial-slide .quote {
		font-size: 1.75em;
	}
	.testimonial-slide .inner > div {
		padding: 20px;
	}
}

svg.lightning:hover{
	animation-name: shock;
	animation-duration: 0.07s;
	animation-iteration-count: 10;
	animation-fill-mode: forwards;
}
@-webkit-keyframes shock {
  from { top: 0; left: 0; animation-timing-function: linear; }
  20% { top: -5px; left: -5px; animation-timing-function: linear; }
  40% { top: 5px; left: -5px; animation-timing-function: linear; }
  60% { top: 5px; left: 5px; animation-timing-function: linear; }
  80% { top: -5px; left: 5px; animation-timing-function: linear; }
  to { top: 0; left: 0; animation-timing-function: linear; }
}