<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** Media Queries
** Copyright 2014 Verve Themes
*/

/* Large desktops and laptops */
@media (max-width: 1200px) {
	footer { padding: 5.4% 0 0 }
	footer li.widget .form-search input[type="text"] { margin-bottom: 10px }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	footer { padding: 6.4% 0 0 }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {

	header nav.navbar { text-align: right}
	header .navbar-nav &gt; li { display: block }
	header .navbar-header { margin-top: 28px }
	header .navbar-collapse .navbar-nav &gt; li &gt; a { padding-top: 15px; padding-bottom: 15px }
	header .navbar-nav &gt; li.menu-item-has-children &gt; a:after { margin-left:6px }
	
	header ul.sub-menu { text-align: right; position: relative; box-shadow: none }
	header ul.sub-menu a { font-size: 12px }
	header  ul.sub-menu &gt; li.menu-item-has-children &gt; a:after { content: "\f107"; font-family: "FontAwesome"; display: inline-block; margin-left:5px; position: relative; float: none }
	header ul.sub-menu li ul.sub-menu { left: 0}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    .blog-listing.p-normal article .entry-content, .blog-listing.p-high article .entry-content { padding: 9% }
	article .entry-content { padding: 9%}
	#content-wrapper-inner aside#sidebar { padding: 9% 9% 0}
	#author-infobox { padding: 0 9% }
	#comment-section { padding: 5% 9% }
	footer { padding: 7.4% 0 0 }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	 
	header #logo-wrapper { margin-bottom: 0; text-align: center}
	header h1.logo { display: inline-block }
	header nav.navbar { text-align: center }
	header nav.navbar .navbar-header { margin-top: 10px; text-align: center }
	header .navbar-nav { width: auto}
	header .navbar-collapse { margin-top: 10px }
	header .navbar-toggle { margin-bottom: 0; float: none }
	header nav.navbar .navbar-nav { text-align: center}
	header ul.sub-menu { text-align: center } 
	
	.blog-listing.p-normal article .entry-content, .blog-listing.p-high article .entry-content { padding: 11% 10% }
	.post-meta-cats, .post-meta-tags { text-align: left }
	.sidebar-right aside#sidebar { padding: 20% 10% 0%}
	aside &gt; ul &gt; li { margin-bottom: 40px}
	
	footer { padding: 8.4% 0 0 }
	footer .footer-column, footer .footer-column:first-child, footer .footer-column:last-child { padding-left: 15px; padding-right:15px}
	footer #footer-bottom { margin-top: 40px; text-align: center }
	footer #footer-bottom .copyright-notice { margin-bottom: 30px}
	footer #footer-bottom .social-icons { text-align: center }
	footer .social-icons a.scrollUp { margin: 0 5px }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.2}
	h1 { font-size: 44px } h2 { font-size: 36px } h3 { font-size: 28px } h4 { font-size: 24px } h5 { font-size: 18px } h6 { font-size: 14px }

	h2.post-title { line-height: 1.2; margin: 0 0 16px }
	article .entry-content { padding: 10%}
	.format-quote blockquote { margin-bottom: 10px }
	.format-quote blockquote p { font-size: 18px; line-height: 1.5 }
	.format-quote cite { font-size: 15px }

	#comment-section { padding: 7% 10% }

	footer { padding-top: 30px }
}</pre></body></html>