/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*Title box home*/
.title-box h3 {
    font-weight: 600;
}

/*Sezione perchè scegliere Piscine & Co*/
.item_content {
    list-style: none;
}

.features_image {
    float: left;
}

.text-list {
    max-width: 270px !important;
    float: left;
    margin-left: 20px;
}

/*Footer*/
.button-footer {
    background-color: #009fe3;
    padding: 10px 15px 10px 15px;
}

.button-footer:hover {
    color: rgb(238, 237, 237) !important;
    background-color: #0393d1;
}

.button-footer {
    text-transform: uppercase;
    font-size: 13px;
}

.wp-image-94 {
    margin-bottom: 0px;
}

#presscore-custom-menu-one-2 {
    padding-left: 5%;
}

.contact-info {
    line-height: 15px;
}

/*Separator width*/
.vc_sep_width_80 {
    width: 85% !important;
}

/*Breadcrumbs*/
.breadcrumb-container {
    padding: 0px !important;
    margin: -10px !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-white:hover {
    color:#009fe3!important;
}

/*Gallery caption*/
.pswp__caption {
    display: none !important;
}

/*Disable link post title*/
.entry-title {
    pointer-events: none;
}

.post-thumbnail-rollover {
    pointer-events: none;
}

/*Hamburger menù*/
.mobile-navigation::before {
    content: "MENU";
    color:black;
}

/*Shadow main title, button and breadcrumb*/
.wpb_wrapper h1 {
    text-shadow: 2px 2px 4px #00000070;
}

.vc_btn3-icon-right {
    text-shadow: 2px 2px 4px #00000070;
}

.vc_btn3-icon-right:hover {
    text-shadow: none;
}

.breadcrumb-container.theme1 ul {
	text-shadow: 2px 2px 4px #00000070;
}

/* Contact form */
.form_container,
.form_container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	outline: none;
}

.form_container .form_section::after,
.form_container .form_section::before {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.form_container .form_section .form_input {
	float: left;
	padding: 0 7.5px;
	width: 100%;
}

.form_container .form_section.items_two .form_input {
	width: 50%;
}

.form_section.items_two {
	padding-top: 0px;
}

.wpcf7-form-control-wrap.subject {
	padding-top: 0px;
}

.wpcf7-form-control-wrap.message {
	padding-top: 0px;
}

.form_container .form_section .form_input input,
.form_container .form_section .form_input textarea,
.form_container .form_section .form_input select {
	background-color: #FFFFFF !important;
	border: 1px solid #DEDEDE !important;
	padding: 15px 15px !important;
}

.submit_button {
	padding: 10px 10px !important;
}

.form_container .wpcf7-form-control-wrap {
	display: block;
}

.form_container .wpcf7-not-valid-tip {
	background-color: #FFFFFF;
	bottom: -11px;
	font-size: .8em;
	padding: 0 10px;
	position: absolute;
	right: 5px;
}

.wpcf7-form-control-wrap.privacy {
	display: inline-table;
}

.wpcf7-form-control-wrap.acceptancemarketing {
	display: inline-table;
}

.wpcf7 p {
	margin: 1px 0 1px !important;
}

span.wpcf7-list-item {
	display: contents;
	margin: 0 0 0 1em;
}

.text-justify {
	text-align: justify;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}

.wpcf7-form-control.wpcf7-text {
	width: 100%;
}

.wpcf7-form .wpcf7-textarea {
	width: 100%;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 100%;
}

.single_input_attached {
	margin-bottom: 5px;
}

/*Form preventivo*/
.form_container .form_section .form_input_option input,
.form_container .form_section .form_input_option textarea,
.form_container .form_section .fform_input_option select {
    border: 1px solid #DEDEDE !important;
    background-color: #fff !important;
}

.form_container .form_section .form_input_option {
	float: left;
	padding: 0 7.5px;
    width: 100%;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number {
    background-color: white;
}

.input-name {
    /*text-transform: uppercase;*/
    font-size: 15px;
}

 .swal-button {
     background-color:#0190d2 !important;
 }

/*Box promo*/
.content-bg-on.classic-layout-list article {
	 /*background-color: #f7f7f7 ;*/
   background-color: rgba(0, 0, 0, 0);
	border: 3px solid #8080801c;
}

/*Responsive*/
@media screen and (min-width:100px) and (max-width:400px) {
	.text-list {
		max-width: 200px !important;
	}
}

@media screen and (min-width:100px) and (max-width:450px) {
	#presscore-custom-menu-one-2 {
		margin-left: 10px;
	}
}

/*Slider*/
.tp-thumb-mask {
    display: none;
}