/*
Theme Name: studentadvisor
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


.welcome .leftside-img-sec {
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

.welcome .leftside-img-sec .slide-img-sec {
   min-width: 236px;
}

.welcome .study-visa-application .no-fees .no-charge-text {
   font-size: 15px !important;
   line-height: 1.3 !important;
}

.page-template-contactpage form .contact-page-form-box {
   padding-bottom: 15px;
}

.blocks .read-more {
   Padding: 9px 20px;
   font-size: 14px;
}

#footer-wrapper ul li a {
   font-family: 'Roboto', sans-serif;
}

.content p.highlighted-paragraph {
   padding: 20px 0;
   font-size: 23px;
   line-height: 30px;
}
.content .iaq-section{
   margin-left: auto;
}
.follow-page-sec aside iframe{
   border: 1px solid #ededed !important;
   min-width: 308px;
}
.single-author .gallery a{
   cursor: initial;
}
.testimonials-widget{
   padding: 0;
}
.testimonials-widget .row-container{
   width: 100%;
   max-width: 100%;
}
.testimonials-widget .row-container .container-fluid{
   padding: 0;
   width: 100%;
}
.testimonials-widget .row-container .container-fluid .row-fluid{
   width: 100%;
   margin: 0;
}
.testimonials-widget .row-container .container-fluid .row-fluid .span12{
   padding: 0;
}
.testimonials-widget .row-container .container-fluid .row-fluid .imigration{
   width: 100%;
   background-size: cover;
}
.addresses-info-section{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;  
   width: calc(100% - 35px);
}
.addresses-info-section .add-ress, .addresses-info-section .span3.add-ress{
   padding: 10px !important;
   width: 100% !important;
   background-color: #f3f3f4;
   min-height: 100px;
}
.addresses-info-section .add-ress p{
   text-align: initial;
}

@media(max-width: 1160px) {
   .blocks .item_img_content{
      min-height: 60px;
   }
}
@media(max-width: 1024px) {
   .addresses-info-section .add-ress > p a, .addresses-info-section .add-ress > p{
      font-size: 12px;
   }
   .blocks .read_more{
      margin-top: 20px;
   }
}
@media(max-width: 991px) {
   .addresses-info-section{
      width: calc(100% - 25px);
   }
}
@media(max-width: 991px) {
   .blocks .item_img_content {
      height: auto;
  }
}
@media(max-width: 767px) {
   .page-id-7089 .iaq-section .block {
      width: calc(100% - 15px);
   }
   .testimonials-widget .row-container{
      padding: 0;
   }
   .testimonials-widget .row-container .container-fluid .row-fluid .imigration{
      padding-left: 20px;
   }
   .welcome .leftside-img-sec{
      flex-wrap: wrap;
   }
   .addresses-info-section {
      width: 100%;
      grid-template-columns: 1fr;
  }
}
@media (min-width: 540px) and (max-width: 767px){
   .follow-page-sec aside iframe{
      border: none !important;
   }
}
@media(max-width: 576px) {
   .follow-page-sec aside iframe{
      border: 1px solid #ededed !important;
      min-width: 100%;
   }
}


