/*
Theme Name: Machete Marketing Child Theme
Description: Custom responsive child theme for Machete
Theme URI:   https://machete.co.za
Author: Machete Marketing
Author URI:  https://machete.co.za
Template: machete
Version: 1.0
*/

/* Layer slider smaller screen fix */
@media only screen and (min-width: 1000px){
.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12,
.admin-bar .wpb_row.vc_row-o-full-height.top-level, .admin-bar .wpb_row.vc_row-o-full-height.top-level > .col.span_12{
    min-height: inherit;
}
}
@media only screen and (max-width: 999px){
.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12,
.admin-bar .wpb_row.vc_row-o-full-height.top-level, .admin-bar .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: inherit;
}
}
.wpb_row.full-width-content{
    margin-left: 0;
    left: 0;
    width: 100%;
}

/* Typography 
body {
    font-family: 'Open Sans', Arial, sans-serif;
}
body #page-header-bg h1, 
html body .row .col.section-title h1, 
.nectar-box-roll .overlaid-content h1, 
.featured-media-under-header h1 {
    font-size: 55px!important;
	line-height: 62px!important;
}
*/
blockquote, .testimonial_slider blockquote, .testimonial_slider blockquote span, .testimonial_slider[data-style="minimal"] blockquote span:not(.title), .testimonial_slider[data-style="minimal"] blockquote, .testimonial_slider[data-style="minimal"] .controls {
    font-family: 'Open Sans', Arial, sans-serif!important;
}


/* Forms */

.gform_wrapper.gravity-theme .gform_footer, 
.gform_wrapper.gravity-theme .gform_page_footer {
    text-align: center;
}
form {
    max-width:70%;
    margin: 0 auto;
}
.gform_button{
    margin: 0 auto;
}

/* Testimonial slider */

.testimonial_slider{
    color:#fff;
}
.nectar_single_testimonial .image-icon, 
.testimonial_slider .image-icon {
    font-size: 180px!important;
    text-align: center!important;
    display: block!important;
    border-radius: 100px!important;
    width: 100%!important;
    line-height: 180px!important;
    border: none!important;
}
.testimonial_slider blockquote p {
    font-size: 40px;
    line-height:48px;
    font-weight: 300;
    max-width:80%;
    margin:0 auto;
}


/* Blog page */

.pt-cv-ifield img{
      transition: transform .2s; /* Animation */
}
.pt-cv-ifield img:hover{
    transform: scale(1.05);
}
.pt-cv-title{
    padding: 0 20px;
}
.pt-cv-content{
    padding: 0 20px 30px 20px;
}
.pt-cv-title{
text-transform: uppercase!important;
}
.pt-cv-readmore{
    bottom:10px!important;
}
.pt-cv-social-buttons{
    bottom: 35px;
    right: 30px;
    position:absolute;
}
.pt-cv-social-buttons a{
    background: none!important;
}
.pt-cv-social-buttons a:before{
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    font-family: FontAwesome;
    display:block;
    color:#949494;
}
.pt-cv-social-buttons .pt-cv-social-facebook:before{
     content: "\f082";
}
.pt-cv-social-buttons .pt-cv-social-twitter:before{
     content: "\f099";
}
.pt-cv-social-buttons .pt-cv-social-linkedin:before{
     content: "\f08c";
}

.pt-cv-wrapper .pagination>li>a, 
.pt-cv-wrapper .pagination>li>span {
    color:#949494;
}


/* Footer */	
#footer-outer #copyright[data-layout="centered"] {
    padding: 25px 0;
}

#footer-outer .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}
#footer-outer a {
    margin-right:10px;
    margin-left:10px;
}

/* Footer Responsive  */	
@media only screen and (min-width: 1000px){
body #footer-outer .row {
    padding: 55px 0 0 0!important;
}
#footer-outer #copyright{
    padding: 35px 0!important;
}
}
@media only screen and (min-width: 690px) and (max-width: 999px){
#footer-widgets .container .col {
    width: 100%!important;
    margin: 0!important;
}
}
@media only screen and (min-width: 1px) and (max-width: 999px){
#footer-widgets .container .col {
    margin-bottom: 0!important;
}
}
@media (max-width: 690px){
#block-4 .wpb_wrapper .nectar_icon_wrap {
    left: 0!important;
}
}

/* Responsive styles  */
@media (max-width: 1300px){
.menu-item-454{
	        display: none !important;	
}
}
@media (max-width: 1050px){
.mobile-hide {
        display: none !important;
}
}




