/*
Theme Name: Paraswift
Theme URI: https://intotheme.com/themes/paraswift-lite/
Author: Intotheme
Author URI: https://intotheme.com/
Description: Responsive Multipurpose WordPress Theme, Suite for any kinds of business site as well as all kind of site. Free WordPress theme
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paraswift
Tags: custom-header, custom-colors, footer-widgets

Paraswift is WordPress theme  by Intotheme, is licensed under the GPL. you can use and/or modify it as your requirement.
*/
html, body,p, ol, li, ul,br, hr, table, tr, td,a{
	margin: 0;
	padding: 0;
    font-family: 'Open Sans', arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
h1, h1 a{
    font-size: 40px;
}
a:hover, img:hover{
    outline: 0 !important;
}
h2, h2 a{
    font-size: 34px;
}
h1,h2{
    font-family: 'Open Sans', arial, Helvetica, sans-serif;
    font-weight: 700;
}
h3,h4,h5,h6{
    font-family: 'Open Sans', arial, Helvetica, sans-serif;
    font-weight: 600;
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
}
.home h2{
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 25px;
}
span.header-seperator ul li {
    float: left;
   margin: 0 24px 0 -4px;
    list-style-type: square;
    color: #3CB5D0;
    font-size: 28px;
    transform: rotate(136deg);
    z-index: 2;
}
span.header-seperator {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
        margin-top: 10px;
}
span.header-seperator ul {
    display: table;
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto !important;
}
span.header-seperator ul:before {
    content: '';
    width: 36.5%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 12%;
    top: -1px;
}
span.header-seperator ul:after {
    content: '';
    width: 36.33%;
    height: 1px;
    background: #ededed;
    position: absolute;
    right: 12%;
    z-index: 1;
    top: -1px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a, 
img{
     -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    text-decoration: none;
}
a,
img,
div,
table{
    outline: 0 !important;
}
a,
a:hover,
img:hover{
    text-decoration: none !important;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {

}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor, .gallery-caption, .sticky{}
.row{
    margin: 0 !important;
    background:transparent;
    clear: both;
}
.topbar-section .col-md-4{
    padding-right: 0;
    padding-left: 0;
}

/*===============================================================================================================
/*THEME STYLE FOR HEADER SECTION
================================================================================================================*/
.site-header{
    background:#fff;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 4000;
    top: 0;
    transition:all 0.15s ease 0.3s;
    -webkit-transition:all 0.15s ease 0.3s;
}
.site-branding p.site-title a {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 50px;
}

.site-branding img{
    margin-top: 10px;
    width: 100%;
}
.site-description {
    color: #222;
    margin: -10px 0 0;
}
.site-branding h1{
    margin-top: 0;
}
.paraswift-slider{
    float: left;
    width: 100%;
    background-color: #ddd;
}
.paraswift-slider img{
    max-width: 100%;
    width: 100%;
    min-height: 670px;
}
.paraswift-slider .textwidget {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.site-content{
    width: 100%;
    float: left;
}
.content-area{
    padding-right: 40px;
}
.paraswift-page-title{
    float:left; 
    width:100%; 
    background:#454545; 
    height: 100px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    float: left;
    padding-top: 27px;
}
.paraswift-page-title h1{
    margin-top: 0;
}
.row{
    padding-left: 7%;
    padding-right: 7%;
}
.paraswift-cta .row{padding: 0 !important;}


/*======================== =======================================================================================
/*THEME STYLE FOR SOCIAL ICON SECTION
================================================================================================================*/
.topbar-section{
    color: #fff;
    line-height: 37px;
    transition:all 0.15s ease 0.3s;
    -webkit-transition:all 0.15s ease 0.3s;
}
.topbar-section a{
    color: #fff;
}
#paraswift-socials ul{
    width: auto;
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
}
#paraswift-socials li{
    float: left;
    font-size: 18px;
    
    list-style: 20px;
}
#paraswift-socials li a{color:#fff; padding: 0 5px; line-height: 37px;}
#paraswift-socials li:hover{color:#fff; background: #222;}
.site-footer #paraswift-socials a:hover{color: #fff;}

/*===============================================================================================================
/*THEME STYLE FOR FOOTER SECTION
================================================================================================================*/
.site-footer{
    background: #222;
    padding: 15px 0px;
    width: 100%;
    float: left;
    color: #777 ;
}
.paraswift-bottom a{
    border:0;
    color: #eeecec;
}


.paraswift-cta{
    padding: 40px 8%;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.btn-lg.paraswift-cta-btn {
    color: #222;
    background: transparent;
    padding: 17px 40px !important;
    font-size: 20px !important;
    margin-top: 10px !important;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
    border-radius: 5px !important;
}
.paraswift-cta h3{ font-weight: 600;}
.paraswift-footer-widget{
    width: 100%;
    float: left;
    /*padding: 70px 0px;*/
    color: #fff;
    background-color: #2e2e2e;
}


.paraswift-footer-widget ul{
    list-style: none;
    margin: 0 !important;
    padding:0 !important;
}
.paraswift-footer-widget .widget{
    padding-right: 50px;
    clear: both;
    color: #eeecec;
    line-height: 26px;
}
.paraswift-footer-widget .col-md-4,
.paraswift-footer-widget .col-md-3,
.paraswift-footer-widget .col-md-6,
.paraswift-footer-widget .col-md-12{
    padding: 0;
}
.col-md-12.paraswift-footer-widget-group{
    padding: 50px 0;
}
/*.btn-lg, 
.btn-group-lg > .btn {
    padding: 10px 30px !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
}
*/
/*===============================================================================================================
/*THEME STYLE FOR footer widget SECTION*
================================================================================================================*/
.paraswift-footer-widget .tagcloud a{
    font-size: 15px !important;
    color: #eeecec;
    border: 1px solid #666;
    padding: 5px 10px;
    float: left;
    margin: 0 2px 2px 0;
}
.paraswift-footer-widget aside li{
    border-bottom: 1px solid #444;
    padding: 10px 0;
}
.site-footer #paraswift-socials li a{color:#777;}
.paraswift-footer-widget h2{
    display: inline-block;
    color:#3cb5d0;
    border-bottom: 3px solid #3cb5d0;
    padding-bottom: 7px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

/*===============================================================================================================
/*THEME STYLE FOR SERVICE SECTION*
================================================================================================================*/
.paraswift-service {
    text-align: center;
   padding: 50px 7% 100px;
}

.paraswift-service .service-box {
    text-align: center;
    float: left;
    padding: 0 25px 25px;
    border: 2px solid #ededed;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.paraswift-service .col-md-4 .service-box h3 {
    text-transform: uppercase;
    font-size:18px;
    font-weight: bold;
}
.paraswift-service .col-md-6 .service-box {
    width: 47%;
}
.paraswift-service .col-md-4 .service-box {
    min-height: 250px;
        margin-top: 60px;
}
.paraswift-service .service-box img,
.paraswift-service .service-box i#custom{
       border-radius: 0;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}
.link-overlay {
    border: 2px solid #ededed;
    padding: 3px 26px;
    border-radius: 26px;
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: -8%;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
} 
.paraswift-service .service-box:hover .link-overlay{
    border: 2px solid #3CB5D0;
    color: #3CB5D0;
}
/*===============================================================================================================
/*THEME STYLE FOR Front Recent Post SECTION*
================================================================================================================*/
.paraswift_post_nav{
    padding: 10px 0;
    clear: both;
}
.paraswift-recent-post{
    width: 100%;
    float: left;
    padding-bottom: 70px;
}
.row.paraswift-blog-section {
    padding-top: 50px;
}
.paraswift-recent-post a#paraswift-continue {
    float: left;
    color: #fff;
    background: transparent;
    padding: 7px 30px;
    border-radius: 30px;
    border: 2px solid #f93812;

}
.paraswift-recent-post a#paraswift-continue:hover { background: #f93812; 
   }

.col-md-4 .paraswift-recent-post-box {
    padding: 0 !important;
}
span.paraswift-paginate-right {
    float: right;
}

.paraswift-blog_pagination{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-bottom: 20px;
}
.paraswift-blog_pagination a{
      background:#777;
      padding: 3px 10px;
      color: #fff;
      text-transform: uppercase;
}
.paraswift-previous {
    float: left;
}
.paraswift-next {
    float: right;
}
.nav-links {
    width: 100%;
    float: left;
    padding: 34px 0;
}
.home nav.navigation.post-navigation {
    display: none;
}
.fa-angle-double-left:before {
    content: "\f100";
    margin-right: 10px;
}
.fa-angle-double-right:before {
    content: "\f101";
    margin: 3px 0 0 10px;
    float: right;
}
i.fa.fa-angle-double-right{float: right;}
.paraswift-recent-post-box{
    margin: 50px 1% 0;
    width: 98%;
    float: left;
    position: relative;
    overflow: hidden;
}
.paraswift-recent-post-box img{
    width: 100%;
    height: 250px;
    opacity: .8;
    overflow: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    bottom: 0px;
}
.paraswift-recent-post .col-md-4 {
    padding: 0 5px;
}
.paraswift-recent-post .paraswift-post_meta a {
    font-size: 13px;
    color: #222;
    margin-right: 10px;
}
.paraswift-recent-post .paraswift-post_meta {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}
.paraswift-recent-post .content-part p {
    font-size: 15px;
    color: #797979;
    line-height: 28px;
}
.paraswift-recent-post .paraswift-post_meta a:hover,
.paraswift-recent-post .content-part h3 a:hover {color:#01a3d8;}
.paraswift-recent-post-box:hover img {
  opacity: 1;
  overflow: hidden;
   -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.paraswift-recent-post .content-part {
    padding: 10px 15px;
    float: left;
    width: 95%;
    margin-top: -58px;
    position: relative;
    z-index: 20;
    background: #fff;
    margin-left: 20px;
}
.content-part .paraswift_post_nav{
    padding: 0;
}

.continue-reading{
    padding: 7px 20px;
    border:3px solid #222;
}
.paraswift-recent-post .content-part h3{
    margin-top: 0;
}
.paraswift-recent-post .content-part h3 a {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
}
.col-md-4 {
    width: 33.333%;
}
.paraswift-recent-post .prp-header{text-align: center; width: 100%; float: left;}


/*===============================================================================================================
/*THEME STYLE FOR ELEMENT
================================================================================================================*/
.divider{
    width: 100% !important;
    float: left;
    margin:50px 0 !important;
}
.ps-simple-border{
    height: 1px;
    width: 100%;
    margin:auto;
    background: #fff;
}
.ps-shadow-border{

}
/*===============================================================================================================
/*THEME STYLE FOR paraswift feature image
================================================================================================================*/
.paraswift-feature-image{
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.paraswift-feature-image img {
    width: 100%;
    height: 100%;
}
.paraswift-post-meta{
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(222, 222, 222);
    margin-bottom: 10px;
}
.comments-area{
    border-top: 1px solid rgb(222, 222, 222);
    margin-top: 20px;
}
.comment-form-comment input,
.comment-form-comment textarea,
.comment-form-comment select{
    width: 100%;
}
#comments ol.children {
    margin-left: 50px;
}
#comments ol{
    list-style: none;
}
/*===============================================================================================================
/*THEME STYLE FOR paraswift about section
================================================================================================================*/
.paraswift-about-section{
    width: 100%;
    float: left;
    background: #ededed;
    padding: 60px 0!important;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;

}
.paraswift-about-section .col-md-12 {
    padding: 0;
    max-width: 1160px;
    margin: 0 auto;
    float: none;
    color: #222;
}
.paraswift-about-content{
    float: right;
    color: #222;
    padding: 50px 7% 30px 50px;

}

.col-md-12.paraswift-about-content img {
    float: left;
    max-width: 600px;
    width: 100%;
    margin-right: 40px;
    min-height: 350px;
}
.col-md-12.paraswift-about-content ul {
   margin: 0 0 0 20px;
    float: left;
}
.col-md-12.paraswift-about-content ul li {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
}
.paraswift-btn.about{
    float: left;
    padding: 15px 55px !important;
}
.paraswift-about-section h2{color:#222;}
/*===============================================================================================================
/*THEME STYLE FOR BLOG ARCHIVE/CATEGORY
================================================================================================================*/
.blog article,
.archive article,
.category article,
.tag article{
    padding-bottom: 20px;
}

.blog article h2.entry-title a,
.archive article h2.entry-title a,
.category article h2.entry-title a,
.tag article h2.entry-title a{
    font-weight: 600;
width: 100%;
float: left;
margin-top: 30px;
padding-bottom: 10px;
}
/*===============================================================================================================
/*THEME STYLE FOR SEARCH 
================================================================================================================*/
.search .input-group,
.error404 .input-group{
    width: 100%;
}

/*===============================================================================================================
/Gallery default 3 columns
================================================================================================================*/

.col-md-9 .gallery{ width: 100%; float: left; }
.gallery .gallery-item{
    position: relative;
}

.col-md-9 .gallery.gallery-columns-1 .gallery-item {
    float: left;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.col-md-9 .gallery.gallery-columns-2 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 48%;
    overflow: hidden;
    max-height: 250px;
    position: relative;
}

.col-md-9 .gallery.gallery-columns-3 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 32.1%;
    overflow: hidden;
    height: 160px;
}
.col-md-9 .gallery.gallery-columns-4 .gallery-item {
    float: left;
    margin: 0 5px 10px;
    text-align: center;
    width: 23.5%;
    overflow: hidden;
    height: 120px;
}

.gallery .gallery-caption{
    background: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.gallery .gallery-item:hover .gallery-caption{
    background: rgba(0, 0, 0, .6);
    display: block;

}
.col-md-9 .gallery .gallery-item img{ width: 100%; height: inherit;}

.gallery-caption {}


/*===============================
*Post-format-quote
*===============================*/
.post-format-quote .fa.fa-quote-left{
    float: left;
    margin-right: 10px;
}




/*===============================
Post format Status 
===============================*/
.entry-content.post-format-status {
    background: #fefefe;
    padding: 15px;
    border: 1px inset #ddd;
}

/*innepage style */
.page-template-fullwidth-page .paraswift-innerpage .col-md-12 {
    padding: 50px 0;
}
.paraswift-innerpage .col-md-9{
    border-right: 1px solid #efefef;
    padding: 50px 50px 0 0;
    width: 70%;
}
#paraswift-sidebar {
    border-left: 1px solid #efefef;
    margin-left: -1px;
    padding: 50px 0 0 30px;
    width: 30%;

}
.page-template-leftsidebar-page #paraswift-sidebar {
    border-right: 1px solid #efefef;
    margin-right: -1px;
    padding: 50px 30px 0 0;
    width: 30%;
    border-left: 0;
    margin-left: 0;

}
.page-template-leftsidebar-page .paraswift-innerpage .col-md-9{
    border-left: 1px solid #efefef;
    padding: 50px 0 0 50px;
    width: 70%;
    border-right: 0;
}

/*===============================================================================================================
/*THEME STYLE FOR SIDEBAR SECTION*
================================================================================================================*/
#paraswift-sidebar ul{
    list-style: none;
    padding: 0;
    margin:0;
}
#paraswift-sidebar ul li{
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
#paraswift-sidebar,
#paraswift-sidebar  a{
    color: #222;
}
#paraswift-sidebar  a:hover{
    color: #2399b3;
}
#paraswift-sidebar ul li:last-child{
    border:0;
}
#paraswift-sidebar .widget{
    margin-bottom: 20px;
}
#paraswift-sidebar .widget h2{
    margin-top:0;
}

#paraswift-sidebar .widget_tag_cloud{
    float: left;
    clear: both;
}

#paraswift-sidebar .widget .tagcloud a{
    font-size: 15px !important;
    border:1px solid #ddd;
    padding: 5px 10px;
    float: left;
    margin: 0 2px 2px 0;
}
#paraswift-sidebar h2.widget-title {
    font-size: 25px;
    color: #3CB5D0;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid;
    padding-bottom: 12px;
}
#paraswift-sidebar .input-group{
    width: 100%;
}
#paraswift-sidebar .widget_search .input-group input[type='text']{
    border: 2px solid #3CB5D0;
box-shadow: none;
border-radius: 0;
line-height: 30px;
float: left;
height: 44px;
}
#paraswift-sidebar .widget_search button[type='submit']{
    background: rgb(60, 181, 208) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 0px none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px;
    float: right;
}
#paraswift-sidebar .widget_search .input-group-btn{
    width: 5%;
}