/*
Theme Name: U-Design
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: A slick, powerful and clean theme U-Design provides an intuitive set of options to help you setup your WordPress site quickly and effectively. Flexibility is key and it has been optimized for SEO and speed. It is also responsive &amp; mobile ready should you choose that option. The U-Design theme features include: unlimited colors, widgetized home page, over 600 fonts to choose from, WooCommerce Integration, it is also translation and multilingual ready, step by step documentation, exclusive U-Design support forum and a helpful community. Always up-to-date security and many new features are constantly added as the theme evolves.
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Version: 2.10.8
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
    Please note: After enabling the use of this file, you will not see any change here, 
    feel free to add your custom CSS below.
    On the other hand, if you need access to the theme's main style sheet, you will 
    need FTP client to access it, is it located in: "styles/style1/css/style.css"
*/

.sec-booknow-btn a{
  
    padding: 20px 15px 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    border-radius: 16px;
    font-size: 24px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec3d1f+0,e30301+100 */
background: #ec3d1f; /* Old browsers */
background: -moz-linear-gradient(top, #ec3d1f 0%, #e30301 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ec3d1f 0%,#e30301 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ec3d1f 0%,#e30301 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3d1f', endColorstr='#e30301',GradientType=0 ); /* IE6-9 */
}
.sec-booknow-btn {
    margin-bottom: 25px;
}


.gallery.galleryid-1209.gallery-columns-2.gallery-size-thumbnail .gallery-item{
    margin: 0 !important;
}
.attachment-thumbnail.size-thumbnail,  .gallery-icon.landscape {
    padding: 0 !important;
}
.gallery-icon.landscape img {
    width: 90%;
    padding: 2px 0px !important;
    background-color: #fff !important;
}
.side-comment-image {
    margin: 50px auto !important;
    padding: 10px !important;
    background-color: #F6F6F6 !important;
}
.aligncenter.wp-image-1144.size-full{
    margin: 0 auto !important;
    /*padding: 10px !important; */  
    width: 90%;
    /*background-color: #F6F6F6 !important;*/
}
.title-name {
    background-color: #fff;
}
.side-head-name .aligncenter.wp-image-255{
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}
.aligncenter.wp-image-255 {
    float: left;
    height: 45px;
    width: 45px;
    padding-left: 10px;
}
.jweb-name {
    line-height: 17px;
    padding: 1px 0;
    font-family: arial;
}
.jweb-desc {
    padding: 10px 10px;
    line-height: 20px;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
}

.prof-name {
    color: navy;
    font-weight: bolder;
    font-size: 15px;
}
.prof-time {
    font-size: 12px;
    color: #a4a4a4;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .gallery.galleryid-1209.gallery-columns-2.gallery-size-thumbnail {
        width: 70%;
   }
   .side-head-name {
    padding: 0 50px;
   }
   .jweb-desc {
        padding: 10px 65px;
   }
   .side-comment-image {
        margin-top: 20px !important;
   }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 720px) {
  .gallery.galleryid-1209.gallery-columns-2.gallery-size-thumbnail {
        width: 70%;
   }
   .side-head-name {
        padding: 0 50px;
   }
   .jweb-desc {
        padding: 10px 65px;
   }
   .side-comment-image {
        margin-top: 15px !important;
   }
} 