/*

Theme Name: Standard Solutions

Author: Standard Solutions

Author URI:

Version: 1

Description: Standard Solution theme for Wordpress

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: Standard Solutions

Tags: one-column, two-columns

Theme URI:

*/



/* =WordPress Core

-------------------------------------------------------------- */

.side_bar_blog .widget widget_recent_entries h3{

	display:none !important;

}
/*.main-nav ul li:nth-child(1) a{
	color:#EF4836 !important;
	border-top:5px solid #EF4836;
	border-bottom:5px solid #EF4836;
}
.main-nav ul li:nth-child(2) a{
	color:#2fc3f3 !important;
	border-top:5px solid #2fc3f3;
	border-bottom:5px solid #2fc3f3;
}
.main-nav ul li:nth-child(3) a{
	color:#F4D03F !important;
	border-top:5px solid #F4D03F;
	border-bottom:5px solid #F4D03F;
}
.main-nav ul li:nth-child(4) a{
	color:#03C9A9 !important;
	border-top:5px solid #03C9A9;
	border-bottom:5px solid #03C9A9;
}
.main-nav ul li:nth-child(5) a{
	color:#F62459 !important;
	border-top:5px solid #F62459;
	border-bottom:5px solid #F62459;
}
.main-nav ul li:nth-child(6) a{
	color:hsl(176, 72%, 38%) !important;
	border-top:5px solid hsl(176, 72%, 38%);
	border-bottom:5px solid hsl(176, 72%, 38%);
}
.main-nav ul li:nth-child(7) a{
	color:#f1863e !important;
	border-top:5px solid #f1863e;
	border-bottom:5px solid #f1863e;
}
*/
/* Hover*/
/*.main-nav ul li:nth-child(1) a:hover,
.main-nav ul li:nth-child(1) a:active,
.main-nav ul li.active:nth-child(1)  a{
	background:#EF4836;
	color:#fff !important;
}
.main-nav ul li:nth-child(2) a:hover,
.main-nav ul li:nth-child(2) a:active,
.main-nav ul li.active:nth-child(2)  a{
	background:#2fc3f3;
	color:#fff !important;
}
.main-nav ul li:nth-child(3) a:hover,
.main-nav ul li:nth-child(3) a:active,
.main-nav ul li.active:nth-child(3)  a{
	background:#F4D03F;
	color:#fff !important;
}
.main-nav ul li:nth-child(4) a:hover,
.main-nav ul li:nth-child(4) a:active,
.main-nav ul li.active:nth-child(4)  a{
	background:#03C9A9;
	color:#fff !important;
}
.main-nav ul li:nth-child(5) a:hover,
.main-nav ul li:nth-child(5) a:active,
.main-nav ul li.active:nth-child(5)  a{
	background:#F62459;
	color:#fff !important;
}
.main-nav ul li:nth-child(6) a:hover,
.main-nav ul li:nth-child(6) a:active,
.main-nav ul li.active:nth-child(6)  a{
	background:hsl(176, 72%, 38%);
	color:#fff !important;
}
.main-nav ul li:nth-child(7) a:hover,
.main-nav ul li:nth-child(7) a:active,
.main-nav ul li.active:nth-child(7)  a{
	background:#f1863e;
	color:#fff !important;
}*/
.cbg1{
	background:#EF4836;
}
.cbg2{
	background:#2fc3f3;
}
.cbg3{
	background:#F4D03F;
}
.cbg4{
	background:#03C9A9;
}
.cbg5{
	background:#F62459;
}
.cbg6{
	background:hsl(176, 72%, 38%);
}
.cbg7{
	background:#f1863e;
}
.ctext1{
	color:#EF4836;
}
.ctext2{
	color:#2fc3f3;
}
.ctext3{
	color:#F4D03F;
}
.ctext4{
	color:#03C9A9;
}
.ctext5{
	color:#F62459;
}
.ctext6{
	color:hsl(176, 72%, 38%);
}
.ctext7{
	color:#f1863e;
}
.cbdr1{
	border-color:#EF4836;
}
.cbdr2{
	border-color:#2fc3f3;
}
.cbdr3{
	border-color:#F4D03F;
}
.cbdr4{
	border-color:#03C9A9;
}
.cbdr5{
	border-color:#F62459;
}
.cbdr6{
	border-color:hsl(176, 72%, 38%);
}
.cbdr7{
	border-color:#f1863e;
}
.ctext-left{
	text-align:left !important;
}
.ctext-justify{
	text-align:justify !important;
}
.sec_portfolio{
	padding-top:40px;
}
/*div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt:hover, 
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dd:hover{
	background:#f00 !important;	
}
*/

/*Haider ALi*/
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt
	{
	border:#4d4d4d solid 1px;
	background:#2fc3f3;
	}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt span span a span{
	color:#FFF !important;
	}	
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt:hover{
	background:#49b8fc;
	}
section.sec_services .services_box .services_text{
	color:#fff;
	}
section.sec_services .services_box .services_text h2{
	color:#fff;
	font-size:24px;
	line-height:1;
	font-style:normal;
	}
.ccbox1, .ccbox4{
	background:#2fc3f3;
	}
.ccbox2, .ccbox3{
	background:#333;
	}
/*.ccbox3{
	background:#1a8abc;
	}
.ccbox4{
	background:#1783b4;
	}*/
.two-columns.shopingcart{
	margin-top:20px;
	overflow:hidden;
}
.two-columns.shopingcart{
	margin-top:20px;
	overflow:hidden;
	text-align:center;
}
.two-columns.shopingcart .column {
    float: left;
    width: 50%;
	margin-bottom:30px;
}
/*

Theme Name: Standard Solutions

Author: Muhammad Ali

Author URI:

Version: 1

Description: Standard Solution theme for Wordpress

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: Standard Solutions

Tags: one-column, two-columns

Theme URI:

*/



/* =WordPress Core

-------------------------------------------------------------- */

.side_bar_blog .widget widget_recent_entries h3{

	display:none !important;

}
/*.main-nav ul li:nth-child(1) a{
	color:#EF4836 !important;
	border-top:5px solid #EF4836;
	border-bottom:5px solid #EF4836;
}
.main-nav ul li:nth-child(2) a{
	color:#2fc3f3 !important;
	border-top:5px solid #2fc3f3;
	border-bottom:5px solid #2fc3f3;
}
.main-nav ul li:nth-child(3) a{
	color:#F4D03F !important;
	border-top:5px solid #F4D03F;
	border-bottom:5px solid #F4D03F;
}
.main-nav ul li:nth-child(4) a{
	color:#03C9A9 !important;
	border-top:5px solid #03C9A9;
	border-bottom:5px solid #03C9A9;
}
.main-nav ul li:nth-child(5) a{
	color:#F62459 !important;
	border-top:5px solid #F62459;
	border-bottom:5px solid #F62459;
}
.main-nav ul li:nth-child(6) a{
	color:hsl(176, 72%, 38%) !important;
	border-top:5px solid hsl(176, 72%, 38%);
	border-bottom:5px solid hsl(176, 72%, 38%);
}
.main-nav ul li:nth-child(7) a{
	color:#f1863e !important;
	border-top:5px solid #f1863e;
	border-bottom:5px solid #f1863e;
}
*/
/* Hover*/
/*.main-nav ul li:nth-child(1) a:hover,
.main-nav ul li:nth-child(1) a:active,
.main-nav ul li.active:nth-child(1)  a{
	background:#EF4836;
	color:#fff !important;
}
.main-nav ul li:nth-child(2) a:hover,
.main-nav ul li:nth-child(2) a:active,
.main-nav ul li.active:nth-child(2)  a{
	background:#2fc3f3;
	color:#fff !important;
}
.main-nav ul li:nth-child(3) a:hover,
.main-nav ul li:nth-child(3) a:active,
.main-nav ul li.active:nth-child(3)  a{
	background:#F4D03F;
	color:#fff !important;
}
.main-nav ul li:nth-child(4) a:hover,
.main-nav ul li:nth-child(4) a:active,
.main-nav ul li.active:nth-child(4)  a{
	background:#03C9A9;
	color:#fff !important;
}
.main-nav ul li:nth-child(5) a:hover,
.main-nav ul li:nth-child(5) a:active,
.main-nav ul li.active:nth-child(5)  a{
	background:#F62459;
	color:#fff !important;
}
.main-nav ul li:nth-child(6) a:hover,
.main-nav ul li:nth-child(6) a:active,
.main-nav ul li.active:nth-child(6)  a{
	background:hsl(176, 72%, 38%);
	color:#fff !important;
}
.main-nav ul li:nth-child(7) a:hover,
.main-nav ul li:nth-child(7) a:active,
.main-nav ul li.active:nth-child(7)  a{
	background:#f1863e;
	color:#fff !important;
}*/
.cbg1{
	background:#EF4836;
}
.cbg2{
	background:#2fc3f3;
}
.cbg3{
	background:#F4D03F;
}
.cbg4{
	background:#03C9A9;
}
.cbg5{
	background:#F62459;
}
.cbg6{
	background:hsl(176, 72%, 38%);
}
.cbg7{
	background:#f1863e;
}
.ctext1{
	color:#EF4836;
}
.ctext2{
	color:#2fc3f3;
}
.ctext3{
	color:#F4D03F;
}
.ctext4{
	color:#03C9A9;
}
.ctext5{
	color:#F62459;
}
.ctext6{
	color:hsl(176, 72%, 38%);
}
.ctext7{
	color:#f1863e;
}
.cbdr1{
	border-color:#EF4836;
}
.cbdr2{
	border-color:#2fc3f3;
}
.cbdr3{
	border-color:#F4D03F;
}
.cbdr4{
	border-color:#03C9A9;
}
.cbdr5{
	border-color:#F62459;
}
.cbdr6{
	border-color:hsl(176, 72%, 38%);
}
.cbdr7{
	border-color:#f1863e;
}
.ctext-left{
	text-align:left !important;
}
.ctext-justify{
	text-align:justify !important;
}
.sec_portfolio{
	padding-top:40px;
}
/*div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt:hover, 
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dd:hover{
	background:#f00 !important;	
}
*/

/*Haider ALi*/
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt
	{
	border:#4d4d4d solid 1px;
	background:#2fc3f3;
	}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt span span a span{
	color:#FFF !important;
	}	
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt:hover{
	background:#49b8fc;
	}
section.sec_services .services_box .services_text{
	color:#fff;
	}
section.sec_services .services_box .services_text h2{
	color:#fff;
	font-size:24px;
	line-height:1;
	font-style:normal;
	}
.ccbox1, .ccbox4{
	background:#2fc3f3;
	}
.ccbox2, .ccbox3{
	background:#333;
	}
/*.ccbox3{
	background:#1a8abc;
	}
.ccbox4{
	background:#1783b4;
	}*/
.two-columns.shopingcart{
	margin-top:20px;
	overflow:hidden;
}
.two-columns.shopingcart{
	margin-top:20px;
	overflow:hidden;
	text-align:center;
}
.two-columns.shopingcart .column {
    float: left;
    width: 50%;
	margin-bottom:30px;
}
.listing > li {
    float: left;
    padding: 10px 0 5px 45px;
    width: 50%;
}
section.sec_portfolio article:hover .overlay span{
	line-height:16px;
}
.sec_slider {
    background-color: #fff;
}
.contact_form form input[type="submit"]:hover{
	color:#000;
}