/*
Theme Name: Hostpro
Theme URI: http://shtheme.com/demosd/hostpro
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2018, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hostpro

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/
body {
    color: #3e396b;
}
p{
    line-height: 26px;
    letter-spacing: 1px;
}
body.logged-in nav.affix{
    top: 32px!important;
}
a {
    color: #3e396b;
}
.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td {
 background: #f5f5f5; 
 border: 1px solid #E9E9E9; 
 text-align: center; 
 padding:8px;
}
#wp-calendar tbody td#today {
    background: #da0266; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    display: none;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.screen-reader-text{
    color: #777;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
    margin-right:10px; 
    margin-top: 7px;
 }
 img.alignright, .alignright img{
    margin-left:10px;
    margin-top: 7px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.blog ol{
  list-style: decimal!important;
  padding-left: 20px!important;
  line-height: 27px;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
       color: #3e396b;
}
.wp-caption-text{
    margin-left: 10px;
}
form.post-password-form input[type=submit] {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    width: auto;
}
form.post-password-form input[type=submit]:hover{
    background: #da0266;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
ul.children{
    margin-left: 16px;
}

/*add */ 
span.featured-post {
    color: #3e396b;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}

.f-comment  ul.children li {
    margin-bottom: 70px;
}
.f-comment {
    margin-top: 0px;
}
.f-blog_nav {
    padding-top: 0px;
    padding-bottom: 40px;
}
.post-categories li {
    display: inline-block;
}
.f-blog_content .f-blog_cat > .post-categories li:nth-child(n+2):before {
    content: "|";
    margin: 0 12px;
    color: #8a8a8a;
}
.f-blog_full .f-blog_single img {
    width: 100% !important;
    height: 350px;
}
.f-special_offer .f-offer_list img {
    width: 100% !important;
}
.f-teammate_single .fa {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.f-teammate_single img {
    margin: auto;
}
.f-header > p {
    display: none;
    position: relative;
}
.f-counter_outer{
    padding: 90px 0;
    position: relative;
}
.f-header .f-header_bar.hostpro_header_bar_home{
    z-index: 100000;
    position: absolute;
}
.ico_starts {
    margin-top: -100px;
}
form .f-contact_in br{
    display: none;
}
.f-single_foot .f-section_head span {
    margin-top: 20px;
}
.wpcf7-form .f-single_foot .f-section_head {
    margin-bottom: 50px !important;
}
.wpcf7-form p > br {
    display: none;
}
.f-footer div.wpcf7-response-output {
    color: #fff;
}
ul.f-dropdown {
    z-index: 999999;
}
.f-counter{
    margin-top: -50px;
}
.tag-cloud-link{ 
    font-size: 16px!important;   
    padding: 0 20px;
    line-height: 35px;
    background: #f8faff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    color: #271d60;
    border-radius: 6px;
}
.tag-cloud-link:hover{
    background: #da0266;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
}
.f-wrapper{
    overflow-x: unset !important;
}
.f-nav p{
    display: none;
}
.f-header .f-nav li.f-has_child > ul{
    max-width: 200px;
}
.f-back_to_top{
    margin-bottom: -8px;
}
.comments-form textarea {
    background: #f9f9f8 none repeat scroll 0 0;
    border: medium none;
    color: #777;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 150px;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.comments-form input{
    background: #f9f9f8 none repeat scroll 0 0;
    border: medium none;
    color: #777;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    padding: 13px 10px;
    width: 100%;
}
.comments-form label{
    color: #ccc;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.next-prev-post .right{
    display: inline-block;
    float: right;
}
.common-tag a{
    background: #f7f7f7 none repeat scroll 0 0;
    display: inline-block;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.f-sidebar_search form input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #ccc;
    padding: 10px 0;
    text-indent: 10px;
    transition: all 0.2s ease 0s;
    width: 270px;
}
#text-2{
    margin-bottom: 35px;
}
.f-sidebar_search form button {
    background: #222 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    margin-top: 24px;
    margin-right: 30px;
}
.widget-social br {
    display: none;
}
.material-icons{
    line-height: 25px;
    margin-top: 10px;
}
.pagination-col ul {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0;
    border-radius: 4px;
}
.pagination-col ul li {
    display: inline-block;
    margin-right: 2px;
}
.f-sidebar_single.f-recent_post a{
    color: #000;
    font-weight: bold;
    padding-left: 5px;
}
.f-sidebar_single.f-recent_post .widget-social a{
    color: #fff;
}
.comment img.avatar {
    border-radius: 6px;
}
ul.children {
    margin-left: 90px;
}

.pagination_nav .pagination li a{
    border: 1px solid rgba(222, 222, 248, 0.71);
}
.sidebar{
    padding-left: 30px;
}
.sidebar h4{
    font-weight: 700;
    text-transform: unset;
}
.sidebar h4:hover{
    color: #da0266;
}
.widget_categories ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.recent_posts .media-left img {
    height: 75px;
}
.post_author img {
    margin-top: -16px;
}
.recent_posts #gallery-post{
    height: 75px;
    width: 131.78px;
}
.widget_archive ul li {
    position: relative;
    display: block;
    margin: 10px 0px;
}
.widget_archive ul {
    padding-left: 0px;
}
.blog .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.comment-field{
    padding: 0px;
}
.comment-author{
    padding-left: 0px;
}
.comment-email{
    padding-right: 0px;
}
.comment-respond h3{
    margin-bottom: 30px;
}
.btn.btn-primary{
    padding: 10px 30px;
}
.form-submit input.submit{
    background: #3369e7;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4);
    color: #fff;
    border: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    display: inline-block;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 12em;
    font-weight: 700;
    padding: 10px 50px;
}
.form-submit input.submit:hover{
    background: #00aeff;
    background-image: linear-gradient(80deg,#3369e7, #00aeff) !important;
}
.comment-reply-link {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 32px;
    margin-top: 25px;
    background: #fff;
    color: #da0266;
    border: 2px solid #da0266;
    padding: 0 26px;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 12em;
    font-weight: 700;
}
.comment-reply-link:hover{
    background: #da0266;
    color: #fff!important;
}
ul.children{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}
.nav-pills li{
    color: #3e396b;
    padding: 0 10px;
    margin-left: -10px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 12px;
}
.post_author .media-body .nav li a i{
    margin-right: -10px;
}
.sr-blog-meta ul li{
    color: #869eba !important;
}
.sectionTitle.text-center.p-bottom80 {
    color: #3e396b !important;
}
.wpcf7-form-control-wrap input {
    margin: 0px;
}
form input {
    width: auto;
}
.contactForm{
    margin-top: 10px;
}
.blog .blog_infos{
    margin-top: 0px;
}
.blog .blog_infos li a i{
    margin-right: 0px;
}
.blog .blog_infos li a{
    padding-top: 3px;
    margin-left: 15px;
    color: #3e396b;
}
.blog .blog_infos a li{
    color: #3e396b;
}
.blog .blog_infos li a:hover, .blog .blog_infos a li:hover{
    color: #da0266;
}
.blog_infos a, .blog_infos li{
    font-size: 14px;
}
hr{
    border-top: 1px solid #ccc;
}
.blog+hr{
    background: none;
}
.blog .sidebar a{
    color: #3e396b;
}
.blog .sidebar a:hover{
    color: #da0266;
}
.blog select, .blog_content select {
    width: 100%;
}
.blogs .blog img{
    margin-bottom: 20px;
}
.widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_nav_menu ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: -10px;
}
.widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_rss ul li, .widget_nav_menu ul li,
.widget_recent_entries ul li, .widget_categories ul li {
    margin: 10px 0px;
}
.rsswidget, .rss-date, .rssSummary{
    display: block;
    margin: 10px 0px;
}
.rss-date{
    font-size: 14px;
}
.widget_rss ul li {
    margin-bottom: 40px;
}
.widget_rss ul li:last-child{
    margin-bottom: -10px;
}
footer .copyright_line{
    border-top: 1px solid #ccc;
    box-shadow: none;
    color: #3e396b;
    font-size: 16px;
}
.rsswidget {
    font-weight: 700;
}
.widget_text img {
    margin: 15px 0px;
}
.widget_text .textwidget>p {
    margin-bottom: 0px;
}
.textwidget form {
    margin-top: 30px;
}
.widget_search form input{
    margin-bottom: 0px;
}
.widget_recent_entries ul li a{
    font-size: 16px;
    color: #3e396b;
}
.widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul{
    margin-bottom: -10px;
}
.section-spacing{
    padding-bottom: 40px;
}
.pagination>li>span.current{
    background: #da0266;
    color: #fff;
    border-color: #da0266;
    border-radius: 6px;
    padding: 7px 15px;
}
.single-blog .pager{
    margin-top: 40px;
}

.single a:hover {
    color: #da0266;
}
.tag-cloud-link:hover{
    background: #da0266;
    color: #fff!important;
    font-weight: 400;
    margin-right: 5px;
}
em {
    margin-bottom: 10px!important;
}
img.wp-image-907 {
    width: 100%;
}
.blog_content h1 {
    font-size: 43px;
}
.blog_content h2 {
    font-size: 36px;
}
.blog_content h3 {
    font-size: 28px;
}
.blog_content h4 {
    font-size: 25px;
}
.blog_content h5 {
    font-size: 21px;
}
.blog_content h6 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.sidebar h4{
    margin-top: 0px!important;
    margin-bottom: 25px!important;
}
.comment h1 {
    font-size: 43px;
}
.comment h2 {
    font-size: 34px;
}
.comment h3 {
    font-size: 28px;
}
.comment h4 {
    font-size: 25px;
}
.comment h5 {
    font-size: 21px;
}
.comment h5 a {
    font-weight: 600;
}
.comment h6 {
    font-size: 18px;
}
.blog_content table th, .blog_content table td {
    border: 1px solid #333;
    padding-left: 7px;
}
.blog_content table, .comment table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog_content .post-password-form input{
    padding: 5px;
    margin-left:3px;
}
.media-body {
    max-width: 620px;
}
.media-body h5{
    margin: 0px!important;
}
.comment .media-body h5 a{
    margin-bottom: 0px;
}
.comment .media-body .nav{
    margin-top: 20px;
}
.comment .media-body .nav li{
    color: #3e396b;
}
.comments ul.children, .comment+.comment{
    margin-top: 30px;
}
.comments {
    border-top: none;
}
blockquote{
    border-left: 5px solid #da0266;
}
.blog ul li em {
    margin-top: 10px;
}
.page_header .breadcrumb{
    margin-top: 25px!important;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu{
    min-width: 230px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown:hover ul.dropdown-menu li ul.dropdown-menu{
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}
.fluid_header .navbar-nav.navbar-right li.dropdown:hover ul.dropdown-menu li:hover ul.dropdown-menu{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    margin-left: 230px;
    margin-top: -42px;
    }
.sidebar hr:last-child{
    display: none!important;
}
#respond{
    padding-top: 100px;
    margin-top: -100px;
}
.blog_content .sidebar select {
    padding: 10px;
}
#back-to-top{
    margin-bottom: -6px;
}
em {
    font-size: 16px;
}
.single-blog .page-links{
    clear: both;
    padding-top: 15px;
}
.not_search {
    margin-top: 0px!important;
}

body{
    position: unset!important;
}
.comments ul.children{
    margin-left: 0px;
}
@media(max-width: 900px){
    .comments ul.children{
    padding-left: 10px;
}
}
.single-blog .pager{
    margin-top: 30px;
    padding-top: 17px;
}

.comments ul.children, .comment+.comment {
    margin-top: 50px;
}
.media.comment.nopadding{
    margin-top: 30px;
}
.single-page .comments{
    padding-top: 10px;
}

p.logged-in-as a {
   color: #3e396b;
}


@media (max-width: 767px){
.fluid_header .navbar-nav.navbar-right {
    height: 100%!important;
    margin: 0;
}
}


.blog .blog_infos li+li:before{
    display: none;
}
.blog .blog_infos li{
    margin-right: 18px;
}
@media(max-width: 900px){
    .fluid_header .navbar-nav.navbar-right li.dropdown:hover ul.dropdown-menu li:hover ul.dropdown-menu{
        max-width: 160px!important;
        margin-left:0px;
    }
    .fluid_header .navbar-nav.navbar-right li.dropdown:hover .dropdown-menu{
            max-width: 170px!important;
            margin-left: 140px;
            min-width: 170px;
            margin-top: -46px;
    }
    .fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a{
        white-space:unset;
    }
}
.page_header h3{
    font-size: 43px;
    font-weight: 700;
}
.blog_content h3.comment-reply-title{
    font-size: 25px;
}
.comments>h4{
    font-weight: 700;
}
@media (max-width: 767px){
.calendar_wrap td{
       display: table-cell;
    vertical-align: inherit;
}
}

.search-custom form{
    width: 100%!important;
    
}
.search-custom form input{
    background: #da0266;
    color: #fff;
}
.search-custom form input::-webkit-input-placeholder{
    color: #fff!important;
}

.search-form input{
    background: #da0266;
    color: #fff;
}
.search-form input::-webkit-input-placeholder{
    color: #da0266!important;
}
.search-custom form input::-moz-placeholder, .search-form input::-moz-placeholder{
    color: #da0266!important;
}
.search-custom form input:-ms-input-placeholder, .search-form input:-ms-input-placeholder{
    color: #da0266!important;
}


@media(max-width: 900px){
    .fluid_header .navbar-nav.navbar-right li.dropdown:hover .dropdown-menu{
        display: none!important;
    }
    
    .fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li a{
        border-bottom: 1px solid #f1f1f1;
    }
}
 
.single-page p{
    line-height: 24px;
    margin-bottom: 28px; 
}

.comment-reply-link{
    margin-top: 10px;
    margin-bottom: 10px;
}
.comments > hr:last-child{
    display: none;
}
.media.comment{
    margin-top: 30px;
}
.blog_infos.nav{
    font-weight: 700;
    font-size: 14px;
    color: #3e396b;
}
span.featured-post{
    font-weight: 700;
    font-size: 14px;
    color: #3e396b;
}
.single-blog .blog_infos.nav{
font-weight: 800;
}
.single-page .comment-reply-link{
    margin-top: 0px;
    }
.comments hr{
       border-top: 1px solid #dedef8;
}
.widget_search form input{
        margin-bottom: 0px;
    width: 85%;
    float: left;
    border-radius: 0px;
    border: none;
    display: inline-block;
    border: 1px solid #da0266;
    background: white;
    color: #da0266;
}
button.button-submit {
    margin-top: 0px!important;
    background: #da0266;
    border-radius: 0px;
    padding: 11px 16px;
    float: left;
}
button.button-submit:hover {
        background: #da0266;
        border: 1px solid transparent;
}
.search-custom form input{
    margin-bottom: 0px;
    width: 85%;
    float: left;
    border-radius: 0px;
    border: none;
    display: inline-block;
    border: 1px solid #da0266;
    background: white;
    color: #da0266;
}
.not_search{
    line-height: 30px;
}



.price_plan.best_plan .inner .service_provide_row .btn:hover{
    background: #2dde98;
    background-image: linear-gradient(284deg, #1cc7d0, #2dde98);
    box-shadow: 0px 0px 5px 1px rgba(29, 199, 208, 0.4);
}
.vps-plans2 {
    padding-top: 0px !important;
    margin-top: -80px !important;
}
.single_product_breadcrumb {
    margin-bottom: 80px!important;
}
.woocommerce img, .woocommerce-page img{
    max-width: none;
}
.woocommerce-page .effect-apollo img{
    max-width: 100%;
}
.wooc-image img {
    display: block;
    margin: 0 auto;
}
.woocommerce-page div.product div.summary{
    width: 100%;
    margin-top: 30px;
}
.single-product-normal form input {
    margin: -1px 0 15px;
    padding: 10px 0px;
}
.woocommerce button.button{
    padding: 12px 1em;
}
.woocommerce div.product div.summary{
    margin-bottom: 0px;
}
.woocommerce-Price-amount{
    background: #3369e7;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4);
    color: #fff;
    border: 0;
    padding: 10px 25px;
    line-height: 1.33;
    border-radius: 12em;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
}
.tab-pane.fade.in.active p{
    line-height: 26px;
}
.tab-pane.fade.in.active h2{
    margin-bottom: 20px;
}
.tab-pane.fade.in.active .col-sm-12{
    padding-left: 0px;
    padding-right: 0px;
}
.col_margin{
    margin-bottom: 100px;
}
.woocommerce div.product .product_title{
    text-transform: uppercase;
}
.widget_product_search form input.search-field {
    padding: 15px 64px;
    background-color: #f8faff;
}
.archive .widget_product_search form input.search-field {
    padding: 15px 15px;
    background-color: #f8faff;
    margin-top: 33px;
}
.widget_product_search form input{
    padding: 15px 10px;
    color: #fff;
    background-color: #da0266;

}
.woocommerce h4{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.woocommerce ul.product_list_widget li img{
    float: left;
    margin-right: 20px;
    width: 25%;
    border-radius: 0.5em;
}
.product_list_widget .woocommerce-Price-amount{
    background: none    ;
    background-image: none;
    box-shadow: none;
    color: #333333;
    border: 0;
    padding: 0px;
    line-height: 1.33;
    border-radius: 12em;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
}
#woocommerce_product_categories-2 ul {
    list-style-type: none;
    padding-left: 0px;
}
#woocommerce_product_categories-2 ul li{
    margin-bottom: 15px;
}
.full_width.panel-default>.panel-heading{
    display: none;
}
.full_width.panel-default .panel-body{
    padding: 0px;
}
.panel-default{
    border-color: #fff!important;
}
.woocommerce nav.woocommerce-pagination ul, .page-template nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 1px;
    margin-top: 30px;
    list-style-type: none;
    border: none;
}
.page-template nav.woocommerce-pagination ul {
    display: inline-flex!important;
}
.page-template nav.woocommerce-pagination {
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .page-template nav.woocommerce-pagination ul li span.current{
    padding: 0 15px;
    line-height: 36px;
    border: none;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 700;
    background-color: #da0266;
}
.woocommerce nav.woocommerce-pagination ul li a, .page-template nav.woocommerce-pagination ul li a{
    padding: 0 15px;
    line-height: 36px;
    border: none;
    color: #333;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 700;
    background-color: #fff;
    margin: 0px 5px;
    border: 1px solid rgba(222, 222, 248,0.5);
    border-radius: 6px;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .page-template nav.woocommerce-pagination ul li a.next{
    margin-left: -0.5px;

}
.woocommerce nav.woocommerce-pagination ul li a:hover, .page-template nav.woocommerce-pagination ul li a:hover{
    background-color: #da0266;
    border: 1px solid rgba(222, 222, 248,0.5);
    border-radius: 6px;
}
.page-template nav.woocommerce-pagination ul li span.current, .page-template nav.woocommerce-pagination ul li a{
    display: inline-block;
}
.shop-product {
    min-height: 150px;
    padding: 15px;
}
h3 .fnt_dark_color_c1{
    margin: 15px 0px!important;
}
.nosidebar .single-product-normal{
    text-align: center;
}
.nosidebar .single-product-normal form{
    margin-left: 460px;
}
body{
    background-image: none!important;
}
.woocommerce-cart .pager, .woocommerce-cart .blog_infos {
    display: none;
}
.woocommerce-cart .cart-empty {
    margin: 50px 0px;
}
.woocommerce-cart .return-to-shop a:hover{
    background-color: #da0266;
}
.woocommerce .quantity .qty{
    width: 4.631em;
    padding: 10px 5px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: auto;
    margin-top: -53px;
}
.woocommerce-cart .blog h3 a {
    padding-left: 15px;
}
.woocommerce-cart .woocommerce .cart_totals h2{
    margin-bottom: 20px;
    color: #3e396b;
}
.woocommerce-cart .woocommerce .cart_totals h2:hover{
    color: #da0266;
}
.woocommerce table.cart td.actions .input-text{
    width: auto;
    padding: 7px 7px 7.5px!important;
    margin-right: 8px!important;
}
.woocommerce table.cart td.actions .coupon .button, .woocommerce .wc-proceed-to-checkout .button{
    background: #3369e7;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4);
    color: #fff;
    border: 0;
}
.woocommerce table.cart td.actions .coupon .button:hover, .woocommerce .wc-proceed-to-checkout .button:hover{
    background: #00aeff;
    background-image: linear-gradient(80deg,#3369e7, #00aeff) !important;
}
.woocommerce table.cart td.actions .button{
    background-image: linear-gradient(80deg, #ae0453 , #f92587);
    box-shadow: 0px 0px 5px 1px rgba(218, 2, 102, 0.4) !important;
    color: #fff;
}
.woocommerce table.cart td.actions .button:hover{
    background: #da0266;
    background-image: linear-gradient(80deg, #f92587 , #ae0453);
    border: 0px;
    color: #fff;
}
.woocommerce-cart .woocommerce-Price-amount{
    background: none;
    background-image: none;
    box-shadow: none;
    color: #333333;
    border: 0;
    padding: 10px 0px;
    line-height: 1.33;
    border-radius: 12em;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
}
.woocommerce-cart .order-total .woocommerce-Price-amount{
    font-size: 22px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
    float: right;
}
.woocommerce-cart form table td.actions {
    padding: 15px 12px;
}
.woocommerce-cart table.cart img{
    width: 97px;
}
.woocommerce-cart .woocommerce a.remove {
    padding-left: 16px;
}
.woocommerce-cart .woocommerce-message{
    display: none;
}
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set{
    width: 66.66666667%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2{
    width: 100%;
    float: left;
    padding: 15px;
} 
.woocommerce-checkout #customer_details{
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce-checkout #order_review_heading{
    padding-top: 15px;
}
.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-shipping-fields h3, .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce h2{
    color: #3e396b;
}
.woocommerce-billing-fields h3:hover, h3#order_review_heading:hover, .woocommerce-shipping-fields h3:hover, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce h2:hover{
    color: #da0266;
}
.woocommerce-checkout .woocommerce input.button.alt, .woocommerce-account .form-row input.woocommerce-Button{
    background: #3369e7;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4);
    color: #fff;
    border: 0;
}
.woocommerce-checkout .woocommerce input.button.alt:hover, .woocommerce-account .form-row input.woocommerce-Button:hover{
    background: #00aeff;
    background-image: linear-gradient(80deg,#3369e7, #00aeff) !important;
}
.woocommerce-checkout .select2-container .select2-choice{
    padding: 7px;
}
.woocommerce-checkout .product-total .woocommerce-Price-amount, .woocommerce-checkout .cart-subtotal .woocommerce-Price-amount, .woocommerce-checkout .order-total .woocommerce-Price-amount{
    background: none;
    background-image: none;
    box-shadow: none;
    color: #333333;
    border: 0;
    padding: 10px 0px;
    line-height: 1.33;
    border-radius: 12em;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
    float: right;
}
.woocommerce-checkout .order-total .woocommerce-Price-amount{
    font-size: 22px;
}
.woocommerce-checkout .woocommerce table.shop_table th.product-total{
    text-align: right!important;
}
.woocommerce-checkout #order_comments {
    border-radius: 6px;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 10px 0px;
}
.woocommerce-account .blog>h3{
    display: none;
}
.woocommerce-account .form-row input.woocommerce-Button {
    padding: 10px 40px;
    margin-right: 20px;
}
.woocommerce-account input.woocommerce-Input--checkbox{
    width: 15px;
    height: 15px;
}
.portfolio_content3{
    padding: 0px;
}
.register-form form {
    background: #f8faff;
    border-radius: 5px;
    box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
}
#wpcrlRegisterForm>h3 {
    display: none;
}
#wpcrlRegisterForm .form-group{
    padding: 0px 15px;
}
#wpcrlRegisterForm .btn{
    margin-left: 170px;
    margin-top: 20px;
    padding: 15px 150px;
}
#wpcrlRegisterSection .col-md-10{
    width: 100%;
}
#wpcrlRegisterForm>div:nth-child(12){
    display: none!important;
}
.page-template-login-page .col-md-10 {
    width: 66.6666666667%;
    margin-left: 135px;
}
.page-template-login-page #wpcrlLoginForm>h3{
    display: none;
}
#btnForgotPassword{
    background: none;
    background-image: none;
    box-shadow: none;
    color: #da0266;
    border: 0;
    text-transform: unset;
    font-size: 16px;
}
#btnForgotPassword:hover{
    background: none;
    background-image: none!important;
    color: #3e396b;
}
#wpcrlLoginForm .btn{
    padding: 15px 150px;
    margin-top: 20px;
    margin-left: 50px;
}
#wpcrlLoginForm .form-group{
    padding: 0px 15px;
}
#btnForgotPassword{
    margin-left: -100px!important;
    margin-top: -10px!important;
}
.mega_main_menu li.multicolumn_dropdown .mega_dropdown:first-child{
    width: 200px !important;
}
.mega_main_menu.primary .mega_dropdown .owl-nav {
    display: none;
}
.mega_main_menu > .menu_holder > .menu_inner{
    margin: 20px 0px;
}
.mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul{
    text-align: right!important;
}
.mega_main_menu .nav_logo .logo_link{
    padding: 0px 5px !important;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after{
    content: none!important;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
    padding: 0px 11px!important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
    color: #271d60!important;
    background: none!important;
    box-shadow: none!important;
    font-size: 16px !important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text:hover{
    color: #da0266!important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > .current-menu-parent > .item_link .link_text{
    color: #da0266!important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > li > .item_link .link_text{
    color: #271d60!important;
    background: none!important;
    box-shadow: none!important;
    font-size: 14px !important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > li > .item_link{
    margin: 5px 0px!important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > .menu-item-has-children > .item_link .link_text, 
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > li > ul > .menu-item-655 > .item_link .link_text{
    font-size: 18px!important;
    font-weight: 700;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > li > ul > .menu-item-655 > .item_link {
    margin: 5px 0px!important;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > ul > li > ul > li > .item_link .link_text{
    border-bottom: 0px!important;
    font-size: 14px!important;
    line-height: 16px!important;
    padding: 10px 0!important;
    color: #271d60 !important;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li{
    padding-right: 6px!important;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group .form-control{
    width: 100%!important;
}
.nav_logo:before{
    display: none!important;
}
.wpcf7 .btn.btn-primary{
    width: 100%!important;
}
.home_slider.home_slider2 .item .slide_caption{
    margin-bottom: 100px;
}
.mega_main_menu > .menu_holder > .menu_inner > ul > li .item_link .link_text > *{
    margin-left: 8px!important;
    padding-top: 3px;
    color: #fff;
}
.mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li> .item_link:before{
    display: none!important;
}
.mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li {
    margin: 10px 0px;
}
.mega_dropdown {
    margin-top: 20px!important;
}
#back-to-top {
    margin-bottom: -8px!important;
}

.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text, 
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{
    height: 70px!important;
    padding-bottom: 20px!important;
}

.mega_main_menu.dark-menu > .menu_holder > .mmm_fullwidth_container {
    background: #282d31!important;
}

.mega_main_menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > a{
    background: #282d31!important;
}
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > .item_link > .link_content > .link_text{
    background: none;
    box-shadow: none;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #868ba1;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > ul > li > a{
    background: #282d31;
    box-shadow: none;
}
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > ul > li > a > .link_content > .link_text{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #868ba1;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > ul > li > ul {
    margin-top: 0px!important;
}

.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > li > .mega_dropdown{
    background: #282d31;
}
.mega_main_menu.dark-menu ul li .mega_dropdown > li > a >.item_link .link_text{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #868ba1;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.mega_main_menu.dark-menu ul li .mega_dropdown > li > ul > li >.item_link .link_text{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #868ba1;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.mega_main_menu.dark-menu > .menu_holder > .menu_inner > #main_ul-dark-menu > .multicolumn_dropdown  > ul > li > a > .link_content > .link_text{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #868ba1;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.mega_main_menu.dark-menu ul >li> ul > li > ul > #menu-item-777 > a, .mega_main_menu.dark-menu ul >li> ul > li > ul > #menu-item-784 > a,
.mega_main_menu.dark-menu ul >li> ul > li > ul > #menu-item-791 > a {
    background: #282d31!important;
}
.mega_main_menu.dark-menu li.default_dropdown > .mega_dropdown > li > .item_link{
    border: none!important;
}
.displaynone{
    display: none;
}