/*

Theme Name: Service Mold + Aerospace
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


* {
	/*font-family: "WorkSans",sans-serif;*/
}
body *, body div * {
    text-shadow: none !important;
    /*box-shadow: none !important;*/
    border-radius: 0px !important;
}
body .site * {
    /*border-radius: 0px !important;*/
}
/*  turn off FireFox 'Outline' */
/*body *, body a:focus, body select:focus, body input[type="file"]:focus, body input[type="radio"]:focus, body input[type="submit"]:focus, body input[type="checkbox"]:focus {
    outline: 0px !important;
    outline: 0px !important;
    outline-offset: 0px !important;
}*/

body {
    line-height: 1.4;
    /* font-size: 16px */
    /*background: rgb(29,35,70);*/
    /*background: radial-gradient(circle at top left, rgba(29,35,70,1) 0%, rgba(15,20,37,1) 50%);*/
    /*background-color: #1d2346 !important;*/
}
.x-site {
}
a, a * {
	transition: all 0.15s linear;
}
a:hover img {
    opacity: .7;
}
/* Base font-size: 16px */
h1, .h1, body .entry-title {
	font-size: 2.5em;
	margin-bottom: 1em;
}
h2, .h2 {
	font-size: 2.00em;
	margin-bottom: .5em;
}
h3, .h3 {
	font-size: 1.75em;
	margin-bottom: .5em;
}
h4, .h4 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
h5, .h5 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
h6, .h6 {
	font-size: 1.00em;
	margin-bottom: .5em;
}
p {
    /*margin: 0 0 1.313em;*/
}
hr {
    clear: both;
    margin: 2em 0 1.25em;
    border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
body .x-btn, body .button, body [type="submit"],
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"] {
	padding: 0.575em 1.85em 0.575em 1.85em;
}
body .x-anchor-button.x-anchor {

}


/*	Menus
/*	************************************************************/


.x-menu li.alt.menu-item > a {
    /*border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;*/
    background-color: #E1E1E1;
}
.x-menu li.alt.menu-item > a.x-anchor .x-anchor-text-primary {
    font-style: italic;
}


/*	Body Content
/*	************************************************************/

body .entry-header {
	margin-top: 4em;
}

.x-container.offset {
    margin: 0px auto;
}
.entry-wrap {
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
}


/*	Slider / x-flexslider
/*	************************************************************/

body .x-flexslider-shortcode-container, body .x-flexslider-shortcode-container * {
    margin: 0px;
}

/*	GDPR Cookie Consent 
/*	************************************************************/

#cookie-law-info-bar {
	border-top: solid 1px rgba(68,68,68,0.4);
}
.cli-style-v2 {
	/*font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
	max-width: 1200px;*/
}
#cookie-law-info-bar span {
    display: block;
    max-width: 1020px;
    text-align: left;
    margin: 0 auto;
}
.cli-plugin-button {
	font-size: .777em;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05em;
	margin-right: calc(.05em * -1);
	text-transform: uppercase;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px;
	border-radius: 2px 2px 2px 2px;
	text-shadow: none;
	text-shadow: none !important;
}

/*	Gravity Forms 
/*	************************************************************/

body .gform_wrapper ul.gform_fields * {
	font-size: .935em !important;	
}


/*	************************************************************/

/*	RESPONSIVE 

/*	************************************************************/

/*
RESPONSIVE breakpoints
https://community.theme.co/forums/topic/media-query-breakpoints/
Extra Large – Desktop: 1200px & Up
Large – Notebook: 980px – 1199px
Medium – Tablet (Landscape): 768px – 979px
Small – Tablet (Portrait): 481px – 767px
Extra Small – Phone: 480px & Smaller
*/

 
@media screen and (min-width: 1400px) {


}
@media screen and (max-width: 1399px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 979px) {

}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 413px) {

}
