/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.meetourexperts .equalh p {
	margin-bottom: .8rem; 
}

#twitterfeeds a {
	color: #000; 
}

form#tandc-dl {
    display: none;
}

#contactUs {
	text-align: center;
  max-width: 160px !important;
  margin: auto;
}

#dl_wrapper {
  max-width: 80%;
}

#dl_wrapper .vc_col-sm-4 {
  vertical-align: top !important;
}

#dl_wrapper .vc_col-sm-3:nth-of-type(1) {
  max-width: 200px !important;
  display: inline-block;
}

#dl_wrapper .vc_col-sm-7 {
  display: inline-block;
}

#dl_wrapper .vc_col-sm-2 {
  max-width: 120px !important;
  display: inline-block;
  /*float: right;*/
}

#dl_wrapper h4 {
  font-size: 20px !important;
  font-weight: 100;
}

#dl_wrapper a {
  font-size: 13px !important;
}

/********** BLOCK SIZING AND STYLING **********/

@media only screen and (min-width: 800px){
	
  #mobilerow {
    display: none !important;
  }

  #menu-item-5009 a, #menu-item-4015 a {
    cursor: pointer;
  }
	
  #dl_wrapper .vc_col-sm-2 {
	text-align: right; 	
  }

  .onecolumn, .twocolumn, .threecolumn, .fourcolumn, .fourcolumn-icons {
    /* Column containers */
    display: flex;
  }

  .onecolumn .vc_column_container .vc_column-inner,
  .twocolumn .vc_column_container .vc_column-inner,
  .threecolumn .vc_column_container .vc_column-inner,
  .fourcolumn .vc_column_container .vc_column-inner,
  .fourcolumn-icons .vc_column_container .vc_column-inner,
  .fourcolumn-icons-inner .vc_column_container .vc_column-inner {
    /* Inner container within flex container to centrally align content and self */
    margin: 0 auto 0 auto;
  }

  .onecolumn .vc_column_inner .wpb_wrapper,
  .twocolumn .vc_column_inner .wpb_wrapper,
  .threecolumn .vc_column_inner .wpb_wrapper,
  .fourcolumn .vc_column_inner .wpb_wrapper,
  .fourcolumn-icons .vc_column_inner .wpb_wrapper,
  .fourcolumn-icons-inner .vc_column_inner .wpb_wrapper {
    /* Makes 'wpb_wrapper' within container full height */
    height: 100%;
  }

    /* Image Styling */

  .onecolumn .w-image-h img.attachment-medium.size-medium,
	.twocolumn .w-image-h img.attachment-medium.size-medium,
	.threecolumn .w-image-h img.attachment-medium.size-medium,
	.fourcolumn .w-image-h img.attachment-medium.size-medium {
        max-height: none !important;
    }

  .onecolumn .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small,
	.twocolumn .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small,
	.threecolumn .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small,
	.fourcolumn .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small,
  .fourcolumn-icons .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small,
  .fourcolumn-icons-inner .vc_col-sm-6.wpb_column.vc_column_container.smalltext img.attachment-tnail-1x1-small.size-tnail-1x1-small {
        max-width: 280px;
        max-height: none !important;
    }

  .onecolumn .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left,
	.twocolumn .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left,
	.threecolumn .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left,
	.fourcolumn .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left,
  .fourcolumn-icons .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left,
  .fourcolumn-icons-inner .vc_col-sm-10.wpb_column.vc_column_container .w-btn-wrapper.align_left {
        float: left;
    }

  .onecolumn .vc_col-sm-3.wpb_column.vc_column_container img.attachment-full.size-full,
	.twocolumn .vc_col-sm-3.wpb_column.vc_column_container img.attachment-full.size-full,
	.threecolumn .vc_col-sm-3.wpb_column.vc_column_container img.attachment-full.size-full,
	.fourcolumn .vc_col-sm-3.wpb_column.vc_column_container img.attachment-full.size-full {
        max-height: none !important;
    }

    .onecolumn .w-image-h img.attachment-tnail-1x1-small.size-tnail-1x1-small,
  	.twocolumn .w-image-h img.attachment-tnail-1x1-small.size-tnail-1x1-small,
  	.threecolumn .w-image-h img.attachment-tnail-1x1-small.size-tnail-1x1-small,
  	.fourcolumn .w-image-h img.attachment-tnail-1x1-small.size-tnail-1x1-small {
          /* Square thumbnail maximum width within block */
          max-width: 300px;
      }

  .onecolumn .w-image-h img,
	.twocolumn .w-image-h img,
	.threecolumn .w-image-h img,
	.fourcolumn .w-image-h img,
  .fourcolumn-icons .w-image-h img,
  .fourcolumn-icons-inner .w-image-h img {
        /* Rectangular thumbnail maximum height within block */
        max-height: 300px;
        display: inline-block;
    }

}
