/*
Theme Name: ISN (Porto Child)
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: isn
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
*/

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

h2{
	text-transform:uppercase;
	border-bottom:1px solid #3A41A3;
	padding-bottom:20px;
}
p b,
p strong{
	font-family: Basier-circle-bold-webfont,sans-serif;
}
p i,
p em{
	font-family: Basier-circle-regular-italic-webfont,sans-serif;
}
/* topnav */
#header .header-top{
	background-color:#2C317A;
}
#header .header-top .top-links > li.menu-item:after{
	content:"•";
	padding-left:5px;
	color:#ffffff!
}
#header .header-top li.menu-item:last-child:after{
	color:#2C317A;
	margin-right:-20px;
}
#header .header-top .top-links > li.menu-item > a{
	color:#ffffff!important;
	font-size:1em!important;
	padding: 10px 5px 11px;
}
#header .header-top .top-links > li.menu-item > a:hover{
	color:#EF7861!important;
}
/* main nav */
#header .header-main .header-left{
    padding: 20px 0;
}
/* sub-menu */
#header .main-menu .narrow ul.sub-menu{
	border-radius:4px!important;
	box-shadow:4 8 10 rgba(0,0,0,.2);
}
#header .main-menu .narrow ul.sub-menu:before {
  content:"\A";
    border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #3A41A3 transparent;
    position: absolute;
    top: -5px;
	  left:48%;
}
/* footer */
#footer .footer-main>.container{
	padding-bottom:0;
}
#footer h3,
#footer h3.widget-title{
	color:#3A41A3;
	font-family: Basier-circle-bold-webfont,sans-serif;
}
#contact-info-widget-3{
	background:transparent url(http://demo.theisn.org/wp-content/uploads/2020/07/ISN.png) no-repeat center top;
	padding-top:179px;
}

#contact-info-widget-2{padding-top:179px;}
#footer .footer-main .col-lg-6{
	/*background-color:#EF7861;
	border-radius:20px;*/
	padding:50px;
	text-align:center;
}
#footer .follow-us .share-links a:not(:hover){
	color:#ffffff;
	box-shadow:none;
	font-size:1.4rem;
	padding:30px;
}
#footer .follow-us .share-links a:hover{
	font-size:1.25rem;
	padding:30px;
	border-radius:50px;
	box-shadow:none;
}
#footer .follow-us h3.widget-title{
	color:#ffffff;
}