/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.slideshow .icon.large.text {
    font-size: 24px;
    width: 170px;
    height: 170px;
    line-height: 40px;
    padding-top:28px;
  }

.slideshow .icon.large-oval.text {
    font-size: 22px;
    width: 195px;
    height: 195px;
    line-height: 35px;
    padding-top:32px;
  }

.gfield_url
{
    display:none !important;
}

/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {
  .slideshow .icon.large.text {
    font-size: 18px;
    width: 130px;
    height: 130px;
    line-height: 30px;
    padding-top:22px;
  }

  .slideshow .icon.large-oval.text {
    font-size: 16px;
    width: 145px;
    height: 150px;
    line-height: 25px;
    padding-top:26px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .slideshow .icon.large.text {
    font-size: 12px;
    width: 85px;
    height: 85px;
    line-height:20px;
    padding-top:13px;
  }

  .slideshow .icon.large-oval.text {
    font-size: 11px;
    width: 100px;
    height: 90px;
    line-height:15px;
    padding-top:17px;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .slideshow .icon.large.text {
    font-size: 7px;
    width: 50px;
    height: 50px;
    line-height: 10px;
    padding-top:9px;
  }

  .slideshow .icon.large-oval.text {
    font-size: 7px;
    width: 60px;
    height: 60px;
    line-height: 9px;
    padding-top:13px;
  }
}