/*
Theme Name: medac
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medac
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 30px 0px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/* Next Adv Custom CSS */

body.page-template-landing-page header section:not(.brand),
body.page-template-landing-page header #navigation,
body.page-template-landing-page ul.language-chooser,
body.page-template-landing-page .edit-link,
body.page-template-landing-page footer#colophon,
body.page-id-1611 h1.entry-title { display: none; }

body.page-template-landing-page header section.brand { width: 100%; }
body.page-template-landing-page header section.brand .site-branding { text-align: center; }
body.page-template-landing-page .site-branding h1 { margin-top: 60px; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #e1e1e1; }
body.page-template-landing-page h1.entry-title { font-weight: bold; margin-bottom: 20px; font-size: 1.8em; }
body.page-template-landing-page article h2 { font-size: 24px; font-weight: bold; margin-top: 0; }
body.page-template-landing-page #intro p { font-family: 'Open Sans', sans-serif; font-weight: 100; line-height: 32px; }
body.page-template-landing-page article ul { margin-bottom: 20px; }
body.page-template-landing-page article ul li { font-size: 18px; font-family: 'Open Sans', sans-serif; margin-bottom: 4px; text-transform: capitalize; }
body.page-template-landing-page article p { font-family: 'Open Sans', sans-serif; }
body.page-template-landing-page #content { margin-top: 0; margin-bottom: 0; }
body.page-template-landing-page div.wpcf7 input[type=submit] { width: 95%; }
body.page-template-landing-page .messaggio textarea { width: 100%; min-width: 100%; max-width: 100%; min-height: 132px; max-height: 132px; }
body.page-template-landing-page #content section { overflow: auto; margin-bottom: 80px; }
body.page-template-landing-page #content section.section_box { padding: 20px 0; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
#landing_box { background-color: #6ba53a; text-align: center; height: 90px; border-radius: 6px; }
#landing_box .landing_button { font-family: 'Open Sans Condensed', sans-serif; color: #fff !important; text-align: center; font-size: 20px; padding-top: 15px; display: block; }
#landing_box:hover { background-color: #55842e; }
#landing_contact { clear: both; margin-bottom: 55px; }
#landing_contact h2 { text-align: center; }
#landing_contact h2.landing_contact_title { text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #3CA932; padding-bottom: 10px; font-size: 2em; }
#landing_contact p { font-family: inherit; }
#landing_contact .landing_li { margin-bottom: 20px; font-size: 20px; }
#landing_contact .landing_li:last-child { margin-bottom: 0; }
#landing_contact .landing_li i { margin-right: 10px; color: #6ba53a; }
#landing_contact .landing_li span { color: #6ba53a; }
#landing_contact input, #landing_contact textarea { border: 1px solid #e1e1e1; font-size: 14px; }
#landing_contact textarea { height: 155px; max-height: inherit; min-height: inherit; resize: none; }
#landing_contact label { font-weight: 100; width: 100%; }
#landing_contact_number { text-align:center; font-size:38px; margin-bottom:40px; }
#landing_contact_number a, .landing_a { color: #6ba53a; }
#landing_contact_number a:hover, #landing_contact_number a:active, .landing_a:hover,  .landing_a:active { color: #55842e; }

@media (max-width: 767px) {

	body.page-template-landing-page #content section { margin-bottom: 40px; }
	body.page-template-landing-page .entry-header { padding-left: 15px; padding-right: 15px; }
	body.page-template-landing-page .site-branding h1 { margin-top: 30px; margin-bottom: 30px; padding-bottom: 30px; }
	body.page-template-landing-page h1.entry-title { text-align: center; font-size: 20px; }
	body.page-template-landing-page article h2 { font-size: 18px !important; }
	body.page-template-landing-page #intro { margin-bottom: 20px; }
	body.page-template-landing-page #intro p { font-size: 14px; line-height: 26px; }
	body.page-template-landing-page article ul { margin-left: 20px; }
	body.page-template-landing-page article ul li { font-size: 14px; }
	body.page-template-landing-page .form-left, body.page-template-landing-page .form-right, body.page-template-landing-page .form-full { padding: 0; }
	body.page-template-landing-page .form-full { width: 100%; }
	body.page-template-landing-page div.wpcf7 input[type=submit] { width: 100%; }
	body.page-template-landing-page #content section.section_box h3 { font-size: 18px !important; line-height: 1.1 !important; }
	body.page-template-landing-page .sp-button { width: 14px; height: 14px; }
	#landing_box { width: 75%; max-width: 300px; margin: 0 auto; height: auto; }
	#landing_box .landing_button { padding-top: 0; padding: 15px 0; font-size: 16px; }
	#landing_slider { margin-bottom: 40px; }
	#landing_slider + div.col-md-6 p { padding-top: 0 !important; font-size: 14px !important; }
	#landing_slider + div.col-md-6 p { padding-top: 0 !important; font-size: 14px !important; margin-bottom: 10px !important; }
	#landing_slider + div.col-md-6 p:last-child { margin-bottom: 0 !important; }
	#landing_contact_number { font-size: 26px; }
	#landing_contact .landing_li { text-align: center; font-size: 18px; }
	#landing_contact .col-md-4 { margin-bottom: 40px; }

}

@media (min-width: 768px) and (max-width: 991px) {

	#landing_slider + div.col-md-6 p:last-child { padding-top: 20px !important; }
	#landing_box { height: auto; }
	#landing_box .landing_button { padding-top: 0; padding: 10px; font-size: 18px; }

}

@media (min-width: 992px) {

  body.page-template-landing-page article .col-md-6:nth-child(odd), body.page-template-landing-page #intro, #landing_contact .col-md-4 { padding-left: 0; padding-right: 30px; }
  body.page-template-landing-page article .col-md-6:nth-child(even), body.page-template-landing-page #intro_box, #landing_contact .col-md-8 { padding-left: 30px; padding-right: 0px; }

}