/*
Theme Name: Satellite7 Child
Theme URI: http://demo.qodeinteractive.com/satellite/
Description: A child theme of Satellite7 Theme
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.0
Template: satellite
*/
@import url("../satellite/style.css");

p { margin-bottom:1.5em; }

p a, a { color:#b30015; text-decoration: underline;}

h1 {
	font-size:30px;
	line-height:34px;
}

h2 {
	font-size: 26px;
    line-height: 30px;
	margin-bottom:0.5em;
}

h3 {
	font-size:20px;
	line-height:24px;
	margin-bottom:0.25em;
}

ul {
	list-style:disc;
	margin: 0 0 1.125em 1.563em;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.125em 1.563em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1.5em 0;
    padding: 0;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size:60%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.button, #submit_comment, .load_more a {
	font-weight:400;
}

.screen-reader-text { display:none; }

.alignleft,
.alignright {
	float: none;
	margin: 0.375em auto 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
	text-align: center;
}

@media only screen and (min-width : 600px) {
h1 {
	font-size:46px;
	line-height:54px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

.alignleft {
	float: left;
	margin: 0.375em 3% 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 3%;
}

img.alignright, img.alignleft {
	max-width:47%;
}
}

@media only screen and (min-width : 800px) {
h1 {
	font-size:56px;
	line-height:62px;
}

h2 {
    font-size: 38px;
    line-height: 44px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
}
}


/* ====================== MOBILE NAV ====================== */
nav.mobile_menu ul li a {text-decoration: none;}
nav.mobile_menu ul li a:hover {text-decoration: underline; color: #b30015;}



/* ====================== HEADER ====================== */
.logo img { max-width:150px; }

#menu-top-menu {
	list-style:none;
	margin:0;
}

#menu-top-menu li {
	display:block;
	float:left;
	border-left:solid 1px #ccc;
}

#menu-top-menu li:first-child {
	border:0;
}

#menu-top-menu a {
	padding:0 0.75em;
	color:#626262;
}

#menu-top-menu a:hover {
	color:#b30015;
}

.side_menu_button a {
    background-image: url('/wp-content/themes/satellite/css/img/search_icon.png');
}

body.home .title.has_background {
	height:auto;
	padding:2em 0;
}

.title.has_background {
	height:auto;
	padding:2em 0;
}

.title.has_background .title_holder .container_inner {
	width:auto;
	background-color:rgba(0,0,0,0.60);
}

.title.has_background h1 {
	max-width:1100px;
	color: #fff;
}

.title.has_background .subtitle {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
	color: #fff;
}

.header_top .right .inner>div {
    padding: 0;
}

@media only screen and (min-width: 601px) {
.title.has_background {
	height:400px;
	padding:0;
}

body.home .title.has_background {
	height:550px;
	padding:0;
}

.header_top .right .inner>div {
    padding: 0 0 0 15px;
}
}


/* ====================== FOOTER ====================== */
.footer_top ul li a {
    color: #b30015;
}

footer .textwidget p {
	margin-bottom:0.5em;
}

.widget h5 { color:#0d3285; }

footer .three_columns>.column1, footer .three_columns>.column2, footer .three_columns>.column3, footer .three_columns>.column4 {
    width: 100%;
}

footer .three_columns>.column1>.column_inner {
    padding: 0 16px 0 0;
}

footer .three_columns>.column2>.column_inner {
    padding: 0 16px 0 0;
}

footer .three_columns>.column3>.column_inner {
    padding: 0 16px 0 0;
}

footer .three_columns>.column4>.column_inner {
    padding: 0;
}

footer .three_columns>.column4 .widget.widget_nav_menu li {
    margin: 0 0 10px 0;
}

.footer_bottom {
    font-size: 0.875em;
}

@media only screen and (min-width : 768px) {
footer .three_columns>.column1, footer .three_columns>.column2, footer .three_columns>.column3, footer .three_columns>.column4 {
    width: 25%;
	float:left;
}

footer .three_columns>.column4>.column_inner {
    padding: 0 0 0 16px;
}

footer .textwidget p {
	margin-bottom:1.5em;
}
}

/* ====================== CONTENT REGION ====================== */
.content .container .container_inner {
    padding: 20px 0;
}

.tabs .tabs-nav li.active a {
    background-color: #b30015;
    border-color: #b30015;
    color: #fff;
}

@media only screen and (min-width: 650px) {
.content .container .container_inner {
    padding: 30px 0;
}

.narrow-column {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
}

@media only screen and (min-width: 650px) {
.content .container .container_inner {
    padding: 50px 0;
}
}

/* PAGE HEADER TITLE REGION */
.title.has_background {
    background-position: center center;
    background-size: cover;
}

.title .subtitle {
	font-size:1.125em;
	font-weight:400;
}

/* GRAVITY FORMS OVERRIDES */
form ul {
	list-style:none;
	padding:0;
	margin:0;
}

form ul li {
	margin-bottom:15px;
}

form h2 {
	margin-top: 1.5em;
}

form .gfield_required { color:#b30015; }

form label {
	font-size:0.75rem;
	margin-bottom:0;
	display:block;
	color:#aaa;
}

form .gfield_label {
	text-transform:uppercase;
	color:#626262;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
form .field_sublabel_below {
	font-weight:400;
	letter-spacing: 0;
    font-size: 1rem;
	margin-bottom:1.5em;
}

.form-radio-item label, 
.form-checkbox-item label, 
.form-grading-label {
	display: inline;
	font-size:0.875rem;
	font-weight:400;
	margin-bottom:0;
}

.form-input {
	display:block;
}

form select {
	min-width:50%;
}

.comment-form p.form-submit {
	margin-bottom:0;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=search],
form input[type=tel],
form textarea {
	display:inline-block;
	width:96%;
	background-color:#eee;
	border:0;
	padding:12px 2%;
	font-size:1rem;
	line-height:100%;
	margin-bottom:3px;
}

form input[type=tel] {
	width:auto;
	min-width:50px;
	display:inline;
	margin-right:0;
}

form textarea {
	padding:15px 3%;
	height:165px;
}

.form-textbox, 
.form-textarea, 
.form-radio-other-input, 
.form-checkbox-other-input, 
.form-captcha input {
    border: 0;
    font-size: 1em;
    line-height: 1.071em;
    -moz-box-shadow: 0 1px 2px #eee inset;
     -webkit-box-shadow: 0 1px 2px #eee inset; 
     box-shadow: 0 1px 2px #eee inset; 
}

.gfield_checkbox label {
	display:inline;
	padding-left:0.5em;
}

form .required,
form .validation_message,
form .validation_error {
	color:#f00;
}

form .validation_error {
    border: solid 1px #f00;
    padding: 1em;
    margin-bottom: 1em;
}

.gfield_error {
	background-color:#ffcaca;
	padding:1em;
}

.form-error-message img,
.form-captcha img,
.recaptchatable img {
	width:auto;
}

.recaptcha_only_if_privacy {
	margin-right:0;
	padding-left:20px;
	font-size:10px;
}

.gform_wrapper {
	margin-bottom:0;
	padding-bottom:3em;
}
.gform_confirmation_message {
	padding-bottom:3em;
	line-height:inherit;
}

@media only screen and (min-width: 641px) {
.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 2em;
}
}

/* ==================== HOME PAGE =================== */

.markets-module h2 {
	padding-bottom:0.25em;
}

.markets-module p {
	margin-bottom:0.25em;
}

.markets-module h3 {
	margin-bottom:1em; font-size: 22px;
}

.ls-slide img {
	width:100%;
	height:auto;
}

.ls-wp-fullwidth-container {display: none; margin: 3em 0;}
p.ls-l {display: block;}

@media only screen and (min-width: 801px) {
.ls-wp-fullwidth-container 
	{display: block;}
p.ls-l 
	{display: none;}
}

@media only screen and (min-width: 991px) {
.cost-calculator-module .column2 .column_inner {
	padding-top:100px;
}

@media only screen and (min-width: 1024px) {
p.ls-l 
	{display: block;}
}
}



/* ==================== CALCULATORS =================== */
div#color-wrapper, div#pre-color-wrapper {
	width:100%;
	margin:0 0 1em 0;
}

@media only screen and (min-width: 768px) {
div#color-wrapper {
	float: left;
	width:47%;
	margin:0 3% 0 0;
}

div#pre-color-wrapper {
	float: right;
	width:47%;
	margin:0 0 0 3%;
}
}

div#color-wrapper h2, div#pre-color-wrapper h2 {
	text-align:center;
}

div#color-top {
	height: 5px;
}

div#color {
	
}
div#color p {
	margin-bottom:0;
}
div#pre-color p {
	margin-bottom:0;
}
div#color-bottom {
	height: 5px;
}

div#color-wrapper div.data-first {
	width:100%;
	margin:0;
}

div#color-wrapper div.data-first div.top {
	height: 5px;
}

div#color-wrapper div.data-first div.content {
	background-color: #cfcfcf;
	min-height:0 !important;
	margin-top:0;
}

div#color-wrapper div.data-first p {
	font-size: 1rem;
	color: #2c59a5;
	padding: 6px 0px 10px 12px;
}

div#color-wrapper div.data {
	width: 100%;
	margin:0;
	background-color: #cfcfcf;
}

div#color-wrapper div.data  p {
	font-size: 1rem;
	color: #2c59a5;
	padding: 10px 0px 10px 12px;
}

div#color-wrapper div.form-input {
	color: #666666;
	padding: 10px 10px 10px 10px;
}

div#color-wrapper div.form-input div {
	padding: 0px 0px 7px 8px;
}

div#color-wrapper div.form-input input {
	width: 30px;
	border: 1px solid #666;
	text-align: center;
	padding:8px;
}

div#color-wrapper div.calculate {
	text-align: center;
	padding: 20px 0px 15px 0px;
}

div#color-wrapper div.red p, div.green p {
	color: #000000;
	padding: 6px 10px 6px 10px;
}

/* color concentrate cost comparison end */

/* pre-color conversion calculator start */
div#pre-color-top {
	height: 5px;
}

div#pre-color {
	
}

div#pre-color-bottom {
	height: 5px;
}

div#pre-color-wrapper div.data-first {
	width: 100%;
	margin:0;
}

div#pre-color-wrapper div.data-first div.top {
	height: 5px;
}

div#pre-color-wrapper div.data-first div.content {
	background-color: #cfcfcf;
	min-height:0 !important;
	margin-top:0;
}

div#pre-color-wrapper div.data-first p {
	font-size: 1rem;
	color: #c22525;
	padding: 6px 0px 10px 12px;
}

div#pre-color-wrapper div.data {
	width: 100%;
	margin:0;
	background-color: #cfcfcf;
}

div#pre-color-wrapper div.data  p {
	font-size: 1rem;
	color: #c22525;
	padding: 10px 0px 10px 12px;
}

div#pre-color-wrapper div.form-input {
	color: #666666;
	padding: 10px 10px 10px 10px;
}

div#pre-color-wrapper div.form-input div {
	padding: 0px 0px 7px 8px;
}

div#pre-color-wrapper div.form-input input {
	width: 30px;
	border: 1px solid #666;
	text-align: center;
	padding:8px;
}

div#pre-color-wrapper div.calculate {
	text-align: center;
	padding: 20px 0px 15px 0px;
}

div#pre-color-wrapper div.red p, div.green p, div.yellow p, div.solution p {
	color: #000000;
	padding: 6px 10px 6px 10px;
}

/* pre-color conversion calculator end */

div.clear {
	clear: both;
}

div.solution {
	background-color: #f3f3f3;
	border: 1px solid #CFCFCF;
	margin: 5px 0;
}

div.red {
	background-color: #f3c6c6;
	border: 1px solid #9f5e5e;
	margin: 5px 0;
}

div.yellow {
	background-color: #f3eac6;
	border: 1px solid #bfad11;
	margin: 5px 0;
}

div.green {
	background-color: #e1f2d2;
	border: 1px solid #9eb887;
	margin: 3px 0px 0px 5px;
}


/* MARKETS CASE STUDIES */
.case-study {
	background-color: #f8f8f8;
    padding: 2em 1.5em 0.5em;
}
.case-study h2 {
	text-align:center;
}

.case-study .column2 .column_inner {
	border-top:solid 1px #ccc;
	padding-top:0.75em;
}

@media only screen and (min-width: 601px) {
.case-study {
    padding: 3em 2em 0.5em;
}

.case-study h2 {
	text-align:right;
}

.case-study .column2 .column_inner {
	border-top:0;
	border-left:solid 1px #ccc;
	padding-top:0;
}
}

/* EVENTS - OPTION 1 */
/*ul.event {
	list-style: none;
	margin:0;
}

ul.event li {
    padding: 2em 2%;
    margin: 1em 1%;
	border-top: solid 1px #ccc;
}

@media only screen and (min-width: 601px) {
ul.event li {
	float: left;
    width: 44%;
}

ul.event li:nth-child(2n+3) {
	clear:both;
}
}

@media only screen and (min-width: 830px) {
ul.event li {
    width: 27.3333%;
}

ul.event li:nth-child(2n+3) {
	clear:none;
}

ul.event li:nth-child(3n+4) {
	clear:both;
}
}*/


/* EVENTS - OPTION 2 */
.event h2 {font-size: 24px; line-height: 26px;}

ul.event {
	list-style: none;
	margin:0;
}

ul.event li {
    padding: 2em 2% 0;
    margin: 1em 1%;
	border-top: solid 1px #ccc;
}

ul.event .date {
	margin-bottom:0;
	font-size:1.125em;
	font-weight:700;
}

@media only screen and (min-width: 601px) {
ul.event li {
	float: left;
    width: 44%;
}

ul.event li:nth-child(2n+3) {
	clear:both;
}
}

@media only screen and (min-width: 830px) {
ul.event li {
    width: 27.3333%;
}

ul.event li:nth-child(2n+3) {
	clear:none;
}

ul.event li:nth-child(3n+4) {
	clear:both;
}
}

/* ==================== BLOG =================== */
.blog_holder article .post_text h2 {font-size: 28px; line-height: 32px;}
.blog_holder article .post_text h2 a {text-decoration: none; color: #b30015;}
.blog_holder article .post_text h2 a:hover {text-decoration: underline; color: #0d3285;}
.blog_holder article .post_text .post_infos {display: none;}
.blog_holder article .post_info .blog_like, .blog_holder article .post_info .blog_share, .portfolio_like, .portfolio_share {display: none;}

