/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: SW-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/



body {
	font-family: Chivo;
}

h2{
    font-family: Chivo;
}

.post-image{
    margin: 0!important;
}

.blog-posts article {
    border: 0;
}


.standard-logo{
    width: 200px;
}


.main-banner-sh{
	-webkit-box-shadow:  0px 2px 6px 0px rgba(237,237,237,.75);
	-moz-box-shadow:  0px 2px 6px 0px rgba(237,237,237,.75);
	box-shadow:  0px 2px 6px 0px rgba(237,237,237,.75);
}

.entry-title a{
    color: #333;
}



article.post .post-date .month, article.post .post-date .format, .post-item .post-date .month, .post-item .post-date .format {
    background-color: #be1818;
}

article.post .post-date .month, .post-item .post-date .month {
    border-radius: 0;
}

article.post .post-date .day, .post-item .post-date .day {
    color: white;
    background: #e97e03;
}

span.year {
font-size: 12px;
display: block;
background: #f6f6f6;
color: #575756;
}

article.post .post-date .year, .post-item .post-date .year {
	border-radius: 0 0 3px 3px;
}

.wp-post-navigation{
	display: none;
}


.page-header-1 {
    padding: 25px 0;
}

.page-top .page-title {
    border: 0 ;
}

#main-menu .mega-menu > li.menu-item > a {
    border-radius: 4px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    padding: 10px 13px;
}


.mega-menu.show-arrow>li.has-sub>a::after{
	border-color: #CCC transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 7px;
    margin-left: 4px;
}


#main-menu .mega-menu .narrow .popup ul.sub-menu{
	background: #f6f6f6;
}

#main-menu .mega-menu .narrow .popup li.menu-item > a {
	color: #777;
    font-size: 0.9em;
    font-weight: 400;
}


@media screen and (max-width:768px){
    .page-header-1 {display:none;}
}



.btn .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #e97e03;
    border-color: #e97e03 #e97e03 #b76302;
}


html .btn-primary:hover,
html .btn-primary:active,
html .btn-primary:focus {
  border-color: #fc8b0a;
  background-color: #fc8b0a;
}

.Simple-Line-Icons-arrow-right:before{
    font-size: 10px;

}

html .btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4f378d;
    border-color: #4f378d;
    border-color: #4f378d #4f378d #4f378d;
}

#main-menu .mega-menu > li.menu-item > a {
        border-radius: 4px 4px 0 0;
}



#header {
    border: 0;
}

.page-top{
    border: 0;
}

.page-top ul.breadcrumb > li {
    color: white;
}

.page-top ul.breadcrumb > li a {
    color: white;
}

#header div.searchform-popup > form > div > span.button-wrap > button > i{
color: #ccc;
font-size: 14px;

}


.container-footer-info{
            float: left;
    margin-right: 26px;
    max-width: 136px;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}
.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}
.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.footer-wrapper {
    background: #575757;
    padding: 40px 0 0;
}

.container-footer-info ul li a {
    color: #ccc;
    font-size: 12.6px;
}

.container-footer-info ul li {
    text-align: left;

}

.container-footer-info h5 {
    text-align: left;
    font-size: 17.64px;
    font-weight: 400;
}

.footer-copyright {
    background: #3c3c3c!important;
    margin-top: 40px;
    padding: 30px 0;
}

.footer-copyright a{
    color: white;
    text-decoration: none;
    font-size: 10.71px;
    font-weight: 300;
    color: #CCC;
}

.region-footer-bottom{
    margin: 0 auto;
}

.footer-copyright p {
    margin: 0;
    padding: 0;
}

li.menu-item.sub .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.mega-menu > li.menu-item > a {
  text-transform: capitalize;
}

.mega-menu > li.menu-item.active > a,
.mega-menu > li.menu-item:hover > a {
  background: #e97e03!important;
}

#main-menu .mega-menu .narrow .popup ul.sub-menu {
  background-color: #ffffff;
  border-top-width: 3px;
  border-top-color: #e97e03;
}





