/*
Theme Name:   Reco Child
Theme URI:    http://estudiopatagon.com/themes/wordpress/recov3
Author:       EstudioPatagon
Author URI:   https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Reco
Template:     reco

*/
/* ############################################################### */

.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2098CE;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.text ul, div.text ul li {
    list-style-type: disc;
    list-style-position: initial;
    position: relative;
}

div.text ol, div.text ol li {
    list-style-type: decimal;
    list-style-position: initial;
}

.title.large {
font-size: 24px;
line-height: 1.3;
}

/* ############################################################### */
/* Add your custom code just below */

.pace{ display: none; }

h6 {
    font-size: 12px;
}

div.left-content {
    border-right: none;
    margin-right: 0;
    padding: 5px 10px;
}

#single .post-content {
    padding-bottom: 20px;
}

body {
	letter-spacing: 0px;
	background: #f9f9f9;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

div.text {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

div.text h1, div.text h2, div.text h3, div.text h4, div.text h5, div.text h6 {
    font-weight: normal;
}

div.text figure, div.text iframe, div.text p {
    padding-top: 5px;
    margin-bottom: 15px;
}

div.text h3 {
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    z-index: 0;
	padding: 0px;
}

#single.fullcover .featured-image .top, #single.fullcover .featured-image div.info {
    padding: 15px 20px;
}

#single.fullcover .featured-image {
    height: 80px;
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#single.fullcover .featured-image div.info .title {
	margin-bottom: 0;
	color: black;
}

#single #comments .comment .ularge.comment-author, .title.ularge, .woocommerce .ularge.woocommerce-loop-product__title, .woocommerce fieldset legend.ularge, .wpcf7 label.ularge {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.2;
}

#single #comments .comment .white.comment-author, .title.white, .woocommerce .white.woocommerce-loop-product__title, .woocommerce fieldset legend.white, .wpcf7 label.white {
    color: black;
}

#single .featured-image div.info, #single.fullcover .featured-image .top {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    z-index: 3;
    color: #fff;
    text-shadow: none;
}

#single.fullcover .featured-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background: none;
}

.borderexample {
    border: 1px solid #2098CE;
    width: 48%;
    padding: 8px;
    display: inline-table;
    margin: 0.5%;
}

div.text p.borderexample {
	font-size: 14px;
}

.widget_text .textwidget {
    margin-top: -9px;
    box-shadow: 0 0 15px rgba(192,192,192,.5);
    padding: 10px 10px;
}

aside .widget {
    padding: 20px 0px 20px;
    border-bottom: none;
    position: relative;
}

#footer .widgets {
    padding: 10px 0 10px;
}

#footer .widget {
    margin-bottom: 0px;
}

@media screen and (min-width: 1024px){
.grid-70 {
    float: left;
    width: 75%;
}}

@media screen and (min-width: 1024px){
.grid-30 {
    float: left;
    width: 25%;
}}

.grid-30 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}

aside:before {
    border-left: none;
}

a.ccpage_linked_thumb img {
    border: inherit;
    max-width: 60%;
}

#footer .published a {
    padding: 6px;
}

#single.fullcover .featured-image section.related article .top, #single.fullcover section.related article .featured-image .top, #single section.related article div.info {
    top: 0%;
    text-shadow: none;
}

#single section.related article {
    height: 130px;
    background: none;
}

#single section.related article .thumb {
    display: none;
}

#single section.related article div.overlay {
    background: gainsboro;
}

div.menu-mobile i {
	color: #2098ce;
}

#single.standard .main-article div.meta {
    position: relative;
    z-index: 2;
    padding: 20px 0 10px;
}

.pagination {
    border-top: 1px solid #f9f9f9;
    margin-top: -1px;
    text-align: center;
    background: #f9f9f9;
}

.pagination div.nav a {
    color: #2098ce;
    border-color: #2098ce;
}

.pagination div.nav a:hover {
    border-color: #2098ce;
    background-color: #2098ce;
}

.pagination div.nav>span {
    background-color: #2098ce;
}

.section.bordered {
    border-top: 1px solid #e5e5e5;
    margin: 0 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.title.white{
	color: #2098ce;
	font-size: 22px;
}

#single section.related article div.overlay {
    background: none; 
}

#single section.related article div.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
}

ul.wpb_page_list {
	width: 100%;
	font-size: 14px;
}

ul.wpb_page_list li {
	list-style-type: disc;
	list-style-position: inside;
	position: relative;
	float: left;
	width: 49%;
}

ul.wpb_page_list_banks {
	width: 100%;
	font-size: 14px;
}

ul.wpb_page_list_banks li {
	list-style-type: disc;
	list-style-position: inside;
	position: relative;
	float: left;
	width: 49%;
}

.gg-check {
    position: relative;
    color: green;
    margin-right: 25px;
}
.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.buttonfirma {
	display: inline-block;
	border-radius: 7px;
	transition: .4s ease-in-out;
	width: 100%;
	text-align: center;
	padding: 3px 15px 5px 15px;
	border-radius: 12px;
	background: #22cc6e;
	color: white;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	-webkit-transition: .2s;
	transition: .2s;
	transition-timing-function: ease-in-out;
}

div.text a.buttonfirma:hover {
	background: #14aa57;
	color: white;
}

.buttonfirma2 {
	display: inline-block;
	border-radius: 7px;
	transition: .4s ease-in-out;
	width: auto;
	text-align: center;
	padding: 3px 15px 5px 15px;
	border-radius: 12px;
	background: #22cc6e;
	color: white;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.1);
	-webkit-transition: .2s;
	transition: .2s;
	transition-timing-function: ease-in-out;
}

div.text a.buttonfirma2:hover {
	background: #14aa57;
	color: white;
}

div.text ul.childpages {
	margin-bottom: 24px;
	flex-wrap: wrap;	
	display: flex;
	margin: 0px;
}

div.text ul.childpages li {
	list-style-type: none;
	width: 33%;
	text-align: center;
}

div.text ul.childpages img {
	max-width: 40%;
}

.middle_product {
	border: 1px solid #dadada;
	padding: 10px 10px 16px 10px ;
	margin-bottom: 16px;
	min-height:130px;
}

.middle_product h2 {
	font-size: 20px;
	font-family: Montserrat;
	margin: 0;
	padding: 0 0 4px 0;
}

.middle_product h2 a {
	color: #f06000;
}

.middle_product h3 {
	font-size: 14px; 
	margin: 0;
	padding: 0 0 12px 0;
	font-family: Montserrat;
}

.middle_product, .page_description p {
	font-size: 13px;
	font-family: Montserrat;
	color: #444444;
	line-height: 20px;
}

.middle_product p.abstract {
	color: #666666;
	font-weight: bold;
}

.middle_product ul{
	padding: 0 0 0 16px;
	margin: 0;
}

.middle_buttons {
	padding: 3px 0 3px 6px;
	margin-left: 16px;
	clear:right;
}

.middle_more, .middle_form {
	font-size: 14px;
	display: block;
	background-color: #E6EFF7;
	color: #336699;
	height: auto;
	line-height: 20px;
	margin: 2px 0 4px 0;
	padding: 2px 4px 2px 4px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-family: Montserrat;
	border: 1px solid #dadada;
}

.middle_vendor_logo {
	float: right;
}

span.linkDisclaimer {
    display: none;
    color: #006699;
    cursor: pointer;
}
p.disclaimer {
    display: none;
    position: absolute;
    padding: 10px;
    border: 1px solid black;
    background-color: white;
}

body .page-generator-pro-related-links.page-generator-pro-related-links-list-links { list-style: disc !important; list-style-type: disc !important; width: 100%; display: inline-block;}
body .page-generator-pro-related-links.page-generator-pro-related-links-list-links li { margin: 8px 0 15px 0 !important; padding: 0 !important; list-style: disc !important; list-style-type: disc !important; width: 48%; float: left;}

@media screen and (min-width: 767px) and (max-width: 1023px) {
#header nav ul.menu>li.menu-item-has-children.last-menu-item ul.sub-menu {
    left: auto!important;
    right: 105%!important;
}
	#header nav ul.menu>li.menu-item-has-children:after {
		left: 0;
		right: unset;
		transform: rotate(180deg);
	}
}
.main.grid-container.standard {
	margin-top: 0px;
}
#page .content {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	/*padding-top: 30px;*/
}
footer {
	background: #2098ce;
	color: #fff;
}
#footer .published {
		color: #fff;
}
footer#footer div .published a {
	color: #fff;
}
#header div.menu-wrapper {
	padding: 15px 0 10px 0;
	background: #f9f9f9;
}
#header nav.main-nav ul.menu li a {
	font-size: 14px;
}
#header nav ul.menu li {
    padding: 10px 15px 20px;
}
#header nav ul.sub-menu li a {
	padding: 12px 12px;
}
#header nav ul.sub-menu {
	padding: 10px;
}
#header nav ul.sub-menu li {		
	padding: 0px;
}
#header .main-nav {
	z-index: 9999;
}
#header nav ul.menu li.menu-item-has-children:after {
	top: 10px;
}
#header div.menu-offer {
	width: 100%;
	display: flex;
	margin-top: -20px;
	margin-bottom: 5px;
}
#header div.menu-offer ul {
	display: flex;	
	justify-content: center;
	width: 100%;
}
#header div.menu-offer ul li {
	display: flex;	
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	background: #2098ce;
	border-right: 1px solid #ccc;
	transition: all 0.5s;
  padding: 0;
}

div.menu-offer ul li a {
    font-size: 14px;
}

#footer .widgets {
	background: transparent;
}
#footer .widget_text .textwidget h6 {
	color: #fff;
}
#footer .widget_text .textwidget {
		margin-top: 0px;
    box-shadow: none;
	color: #fff;
}
#header div.menu-offer ul li:last-child {
	border-right: none;
}
#header div.menu-offer ul li a {
	color: white;
	padding: 15px 0;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
}
#header div.menu-offer ul li:hover a {
	color: #fff;
}
#header div.menu-offer ul li:hover {
	background: #14aa57;
}
#header {
	margin-bottom: 0px;
}

#footer .logo {
    margin: 10px 20px 20px;
    text-align: center;
}

#header div.menu-offer ul li.current-menu-item>a {
background-color: #14aa57;
}

@media screen and (min-width: 1024px) {
	#header .logo {
		float: left;
	}
}
@media screen and (max-width: 1023px) {
	#header nav {
    right: 20px;
		left: unset;
}
#header div.menu-mobile {
    top: 30px;
		left: unset;
		right: 20px;
}
	#header div.menu-offer {
	width: 100%;
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;
}
	#header {
	margin-bottom: 0px;
}
	#header.menu-open nav {
    opacity: 1;
    visibility: visible;
    top: 62px;
}
}

@media screen and (max-width: 767px) {
#page #single .post-content {
    padding-top: 0px;
}

#header .logo {
    max-width: 200px;
    margin: 0px auto 5px;
    padding: 5px 10px!important;
}

.post-content div.text .alignleft, .post-content div.text .alignright {
	float: left !important;
	margin: 0px 24px 24px 0 !important;}

.kreujemy-internet-plugin .info {
    width: 98%;
    margin-right: 2%;
}
}

@media screen and (max-width: 420px) {
	#header div.menu-offer ul li {
	display: flex;	
	width: 50%;
}
	#header div.menu-offer ul {
	display: flex;	
	justify-content: center;
		flex-wrap: wrap;
	width: 100%;
}
	#header div.menu-offer ul li:nth-child(2) {
	border-right: none;
}
	#header div.menu-offer ul li:nth-last-child(2), #header div.menu-offer ul li:last-child {
		border-top: 1px solid #ccc;
	}
}