/*
	Theme Name: Hire Mobile Developer
	Theme URI: http://www.hiremobiledeveloper.com/
*/
@import url("font-awesome.min.css");
@import url("theme.css");
/* 
#########################
######## HEADER CSS START
#########################
*/
header.headerMain
{
    background: #000;
    height: 80px;
    overflow: hidden;
    
    color: #fff;
}
.headerMain .holder
{
    height: 80px;
}
.headerMain .holder a.logo
{
    float: left;
    height: 80px;
    padding: 10px 0px 0px 0px;
}
.headerMain .holder a.menuTrigger
{
    float: right;
    height: 80px;
    border-left: 1px solid #323232;
    color: #fff;
    text-align: center;
    text-indent: -5000px;
    padding: 25px 25px;
    background-position: -556px 27px;
}
.headerMain .holder a.requestQuoteBtn
{
    border:1.5px solid #ffffff;
    padding: 5px 15px 8px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    float: right;
    margin: 14px 15px 0px 0px;
}
.headerMain .holder a.requestQuoteBtn span
{
    display: block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
	opacity:0.9;
}

.headerMain .holder a.topTwitter
{
	 border:1.5px solid #ffffff;
    padding: 14px 15px 14px 50px;
    color: #fff;
	font-size: 16px;
	font-weight:bold;
	float: right;
	background:url("../../../../images/twitter-blue-bird.png") no-repeat scroll 10px 12px;
	background-size:30px 25px;
	margin:14px 20px 0px 0px;
}


/* 
#########################
######## FOOTER
#########################
*/
.themeColor
{
    background: #42c4dc;
}
.themeImg
{
    background: url('../../../../images/wave.gif') repeat;
    background-size: cover;
    opacity: 0.19;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* ============ DIVE IN SECTION */
.divIN
{
    text-align: center;
    color: #002e62;
    padding: 290px 0px 200px;
    z-index: 1;
}
.divIN .txt
{
    display: inline-block;
    margin: 0px auto;
    text-transform: uppercase;
}
.divIN .txt .img
{
    position: absolute;
    top: -243px;
    left: -244px;
}
.divIN .txt label
{
    font-size: 130px;
    font-weight: bolder;    
    display: block;
    letter-spacing: -5.5px;
    line-height: 112px;
}
.divIN .txt p
{
    font-size: 33px;
    padding-bottom: 25px;
}
.divIN .txt a
{
    background: #ffffff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    font-size: 40px;
    color: #002e62;
    padding: 12px 28px;
    margin-top: 25px;
    
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 6px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}

/* ============ Business Model*/
.businessModel
{
    background: url('../../../../images/pattern_1.png') repeat;
    padding: 35px 0px 50px;
    z-index: 1;
}
.businessModel h2 a{display:none;}
.businessModel h2, 
.businessModel p.subTitle
{
    text-align: center;
     text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.41);
}
.businessModel h2
{
    color: #ffffff;
    font-size: 45px;   
    text-transform: uppercase;
}
.businessModel p.subTitle
{
    color:#ffffff;
    font-size: 19px;
    padding-bottom: 40px;
}
.businessModel .modelbox
{
    width:24%;
    float:left;
    margin:0px 0px 20px 2%;
    position:relative;
    background: #ffffff;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.35);
}
.businessModel .modelbox label.title
{
    background:#ffba26;
    font-size: 25px;
    font-weight: normal;
    color:rgba(0,0,0,0.8);
    padding:10px;
    text-align:center;
    display: block;
}
.businessModel .modelbox ul li.row5
{
	height:120px;
}
.businessModel .modelbox ul li.row7,
.businessModel .modelbox ul li.doubleLine
{
	height:40px;
}
.businessModel .modelbox ul li
{
    border-bottom:1px solid #f9cc6c;
    font-size:15px;
    padding:12px 12px;
}
.businessModel .modelbox ul li:nth-child(even)
{
	background:#fafafa;
}
.businessModel .modelbox ul li label
{
    color:#000;
    box-sizing:border-box;
    /*
	float:left;
    width:30%;
	*/
	display:none;
}
.businessModel .modelbox ul li span
{
    box-sizing:border-box;
	/*
    float:right;
    width:68%;
	*/
    padding-left:5px;
    color: #646464;
}
.businessModel .modelbox ul li span strong
{
	display:block;
	font-weight:normal;
	position:relative;
	padding-left:20px;
	padding-bottom:3px;
}
.businessModel .modelbox ul li span strong i
{
	font-size:13px;
	position:absolute;
	top:5px;
	left:0px;
}
.businessModel .partTime{}
.businessModel .partTime label.title{background:#4ea27c;}
.businessModel .partTime ul li{border-bottom:1px solid #4ea27c;}
.businessModel .hourly label.title{background:#e26749;}
.businessModel .hourly ul li{border-bottom:1px solid #e26749;}


.businessModel .justLabels
{
	width:20%;
	margin-top:54px;
}
.businessModel .justLabels label.title
{
	display:none;
}
.businessModel .justLabels ul li label
{
	float:none;
	width:100%;
	display:block;
}
.latestBlog h2,
.quickLinks h2
{
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.latestBlog
{
    width: 68%;
    float: left;
}
.latestBlog ul
{
    background: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.latestBlog ul li
{
    width: 50%;
    float: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 17px 15px;
    font-size: 14px;
	height:125px;
}
.latestBlog ul li a
{
    color: #000000;
    font-size: 15px;
    padding-bottom: 5px;
	
}
.latestBlog ul li p
{
    color: #5f5f5f;
}
.quickLinks
{
    width: 28%;
    float: right;
}
.quickLinks ul
{
    background: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.quickLinks ul li a
{
    border-bottom: 1px dashed #d5d5d5;
    padding: 10px 15px 10px 25px;
    font-size: 14px;
    color: #000000;
    display: block;
	position:relative;
}
.quickLinks ul li a:last-child
{
	border:none;
}
.quickLinks ul li a i
{
	position:absolute;
	top:15px;
	left:10px;
	font-size:10px;
	opacity:0.7;
}
footer.footerMain
{
    background: url('../../../../images/pattern_1.png') repeat rgba(0,0,0,0.4);
    padding: 40px 0px 0px 0px;
    z-index: 1;
    position: relative;
}
footer.footerMain .contactUs
{
    background: #000000;
    height: 75px;
    margin: 50px 0px 0px 0px;
    color: #ffffff;
}
footer.footerMain .contactUs a
{
    font-size: 16px;
    color: #d1d1d1;
    padding: 25px 10px 25px 40px;
    position: relative;
    margin-right: 25px;
}
footer.footerMain .contactUs a span
{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    top: 18px;
    left: 0px;    
}

footer.footerMain .contactUs a.ind span    {background-position: -430px -5px;}
footer.footerMain .contactUs a.sing span   {background-position: -430px -71px;}
footer.footerMain .contactUs a.usa span    {background-position: -430px -137px;}
footer.footerMain .contactUs a.email span  {background-position: -430px -202px;}

footer.footerMain .contactUs a.email
{
    float: right;
    text-decoration: underline;
    
}
footer.footerMain .copyRight
{
    padding: 20px 0px;
     color: #ffffff;
    font-size: 14px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.41);
}
footer.footerMain .copyRight p
{
    display: inline-block;
}
footer.footerMain .copyRight a
{
    float: right;
    text-decoration: underline;
    color: #ffffff;
}


/*
    ################################
    ###### PAGE TITLE CSS
    ################################
*/
.pageTitle
{
	
	height:360px;
	overflow:hidden;
	color:#ffffff;
	background-color:#000000;
	background:url("images/blog_banner.png");
	background-size:cover!important;
	background-repeat:no-repeat!important;
	background-position:bottom center!important;
	
}
.pageTitle .holder
{
	padding-top:8.5%;
}
.pageTitle h1,
.pageTitle label.subHeading
{
	text-align:center;
	text-transform:uppercase;
}
.pageTitle h1
{
	font-size:80px;	
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.34);
	line-height:76px;
}
.pageTitle label.subHeading
{
	font-size:26px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.24);
	display:block;
	font-weight:bold;
}


/*
    ################################
    ###### Overlay Slide Menu
    ################################
*/
.slideMenu
{
    background: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

    -webkit-transition: -webkit-transform 650ms ease;
    -moz-transition: -moz-transform 650ms ease;
    transition: transform 650ms ease;

    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);

    *right:100%!important;
	overflow:hidden;
	
}
.activeSlide
{
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    *right:0!important;
}
.slideMenu .slideMenuWrapper
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.overlay
{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.5);
    *background: #000000;
    *filter:alpha(opacity=50);

    z-index: 99;
}
.slideMenu h6,
.slideMenu p
{
	font-size:28px;
	color:#000000;
	opacity:0.55;
	font-weight:normal;
	text-align:center;
	padding-top:20px;
	line-height:35px;
}
.slideMenu p
{
	font-size:22px;
	padding:0px;
}
.slideMenu .linkWrapper
{
	padding-top:55px;
	position:relative;
}
.slideMenu .menuSection
{
	width:26%;
	float:left;
	margin:0px 0px 0px 5.5%;
}
.slideMenu .menuSection label
{
	display:block;
	letter-spacing:1px;
	font-size:15px;
	color:#000000;
	text-transform:uppercase;
	padding:5px 10px;
	background:#ffffff;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	position:relative;
	z-index:1;
	margin-bottom:5px;
	
}
.slideMenu ul li
{
	list-style-type:none;
}
.slideMenu ul li a
{
	color:#000000;
	display:block;
	padding:14px 12px 14px 45px;
	border-bottom:1px solid #e7e7e7;
	font-size:15px;
	position:relative;
}
.slideMenu ul li a:hover
{
	background:#f3f3f3;
	padding:14px 12px 14px 50px;
}
.slideMenu ul li a i
{
	display:inline-block;
	width:30px;
	height:30px;
	background:url('../../../../images/menu_ico.png') no-repeat;
	background-size:500px 214px;
	position:absolute;
	top:12px;
	left:10px;
}

i.iosDev		{background-position:0px -3px!important;}
i.androidDev	{background-position:-79px -3px!important;}
i.phonegapDev	{background-position:-157px -3px !important;}
i.triggerDev	{background-position:-236px 1px !important;}
i.enterpriseDev	{background-position:-320px -3px !important;}
i.responsiveDev	{background-position:-402px 0px !important;}

i.dedicatedIos		{background-position:-3px -80px !important;}
i.dedicatedAndroid	{background-position:-90px -80px !important;}
i.dedicatedPhonegap	{background-position:-186px -80px !important;}
i.dedicatedTigger	{background-position:-280px -80px !important;}



i.home			{background-position:-9px -161px !important;}
i.ourWork		{background-position:-96px -159px !important;}
i.aboutUS		{background-position:-192px -159px !important;}
i.testimonial	{background-position:-285px -163px !important;}
i.ContactUs		{background-position:-374px -163px !important;}
i.Blog			{background-position:-462px -163px !important;}

.slideMenu .hire{}
.slideMenu .hire label
{
	/*
	background:#fec519;
	color:#000000;
	*/
}
.slideMenu a.closeMenu
{
	color:#000000;
	position:absolute;
	top:27px;
	right:5px;
	font-size:32px;
	z-index:1;
	background:url("../../../../images/close_ico.png") no-repeat;
	width:30px;
	height:30px;
	opacity:0.2;
	transform:scale(0.7, 0.7);
}
.slideMenu a.closeMenu:hover
{
	
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.slideMenu a.menuLogo
{
	position:absolute;
	top:10px;
	left:-8px;
	z-index:1;
}
.homeUl
{
	display:none;
}

.menuBottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100px;
	background:rgba(0,0,0,0.9);
	color:#ffffff;
	
	-webkit-transition: -webkit-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 650ms ease;
	
	-webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;

    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.menuBottom a.rfq
{
	position:absolute;
	top:19px;
	right:23px;
	background:#ffcc00;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	color:#000000;
	padding:10px 15px;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.menuBottom a.rfq span
{
	display:block;
	font-size:12px;
}
.menuBottom label
{
	display:block;
	text-align:center;
	box-sizing:border-box;
	padding:20px 215px 10px 120px;
	font-size:20px;
}
.menuBottom label span
{
	font-style:italic;
	display:block;
	font-size:15px;
	padding-top:3px;
}

/*
    ################################
    ###### Blog
    ################################
*/
.wrapper
{
	/*display:table;*/
}
#primary
{
	width:67%;
	float:left;
	/*display:table-cell;*/
}
#primary img
{
	max-width:100%;
}
#secondary
{
	width:33%;	
	float:right;
	/*display:table-cell;*/
}
#primary,
#secondary
{
	line-height:24px;
}


/*
    ################################
    ###### primary
    ################################
*/
#primary
{
	background:#ffffff;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	
	padding:42px;
}
#primary .site-main article.post 
{
	padding-bottom:50px;
}
h2.entry-title,
h1.entry-title
{
	font-size:42px;
	color:#000000;
	font-size:bold;
	line-height:43px;
	letter-spacing:-0.8px;
}
.entry-header
{
	padding-bottom:5px;
}
h2.entry-title a
{
	color:#000000;
}
.articaleInfo
{
	font-size:15px;
	color:#2d2926;
	padding-bottom:10px;
}
.articaleInfo span
{
	color:#be1c1c;
}
.articleExcerpt
{
	font-size:23px;
	line-height:32px;	
}
.articleListing
{
	margin-bottom:55px;
}
.articleListing .articleExcerpt  p.no-break
{
	display:none;
}
.articleExcerpt .entry-summary
{
	padding-bottom:20px;
	padding-top:15px;
}
.articleFeaturedImg{}
.articleFeaturedImg .post-thumbnail
{
	background:#f4f4f4;	
	margin:5px 0px 25px;
}
.articleFeaturedImg img
{
	vertical-align:top;
	height:auto;
}
.articleContent
{
	font-size:18px;
	color:#2d2d2d;
	letter-spacing:0.3px;
	line-height:28px;
}
.articleContent P
{
	padding-bottom:15px;	
}
.articlereadMore
{
	text-align:right;
}
.articlereadMore a
{
	background:#000000;
	border-radius:5px;
	padding:7px 15px;
	color:#ffffff;
}
.articlereadMore a:hover
{
	
	background:#f24137;
}
.textwidget ul
{
	margin-left:0px;
}
.textwidget ul li
{
	list-style-type:none;
	background:url('images/bullet.png') no-repeat scroll 0px 6px;
	background-size: 17px 17px;
	padding-left:25px;
	padding-bottom:5px;
}
.textwidget ol
{
	margin-left:18px;
}
.textwidget ol li
{
	padding-bottom:5px;
}
.textwidget h1, 
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5
{
	
	line-height:34px;
	margin-bottom:5px;
	margin-top:10px;
	color:#000000;
}
.textwidget h1
{
	font-size:32px;
}
.textwidget h2
{
	font-size:28px;
}
.textwidget h3
{
	font-size:24px;
}
.textwidget h4
{
	font-size:22px;
}
.textwidget h5
{
	font-size:19px;
}

.author-info
{
	background:#f9f9f9;
	border-bottom:1px solid #ebebeb;
	padding:25px 25px 20px 205px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}
.author-info .author-avatar
{
	width:150px;
	height:150px;
	background:#000000;
	position:absolute;
	top:26px;
	left:25px;
	text-align:center;
}
.author-info .author-avatar img
{
	width:150px;
	height:150px;
}
.author-info .author-title
{
	padding-bottom:8px;
	font-weight:normal;
	font-size:22px;
}
.author-info p
{
	font-size:14px;
	line-height:24px;
}
.author-info a
{
	font-size:15px;
	text-decoration:underline;
	margin-top:20px;
	
}

.articleDetail .entry-summary,
.articleDetail .entry-summary p.no-break
{
	padding-top:0px;
}
.articleDetail .entry-summary p
{
	padding-top:15px;
}
.articleDetail .entry-summary p.no-break
{
	height:35px!important;
}


.comments-area
{
	padding-top:35px;
}
.comment-respond{}
.comment-respond .comment-reply-title
{
	
	font-weight:normal;
	font-size:30px;
	padding-bottom:4px;
	text-transform:uppercase;
}
.comment-respond .comment-notes
{
	font-size:20px;
	color:#3b3b3b;
	
	padding-bottom:45px;
}
.comment-form-author .required,
.comment-form-email .required
{
	display:none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment
{
	clear:both;
	vertical-align:top;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label,
.captchaSizeDivLarge p label
{
	width:80px;
	display:inline-block;
	font-size:15px;
	padding-top:6px;
	vertical-align:top;
	
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea,
.captchaSizeDivLarge p input
{
	width:100%;
	font-size:15px;
	color:#000000;
	border:none;
	border:1px solid #ededed;
	padding:7px;
	width:35%;
	display:inline-block;
	vertical-align:top;
	
}
.comment-form-comment textarea
{
	width:85%;
	height:120px;
	float:none;
	display:inline-block;
}
.comment-form-comment
{
	clear:both;
}

.comment-form-email,
.comment-form-url
{
	width:50%;
	float:left;
	clear:none;
}
.comment-form-url label
{
	text-align:right;
	padding-right:7px;
	box-sizing:border-box;
}
.comment-form-email input,
.comment-form-url input
{
	width:70.2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url
{
	margin-bottom:15px;
}
.comment-respond .form-submit
{
	padding-top:95px;
	text-align:center;
}
.comment-respond
{
	position:relative;
}
.captchaSizeDivLarge
{
	position:absolute;
	bottom:85px;
	width:100%;
}
.captchaSizeDivLarge p input
{
	width:20%;
	margin-left:4px;
}
.captchaSizeDivLarge .captcha img.si-captcha
{
	width:90px;
	height:auto!important;
	position:absolute;
	top:4px;
	left:33%;
	z-index:1;
	right:30px;
}
.captchaSizeDivLarge .captcha #si_refresh_com
{
	position:absolute;
	top:9px;
	left:47%;
	z-index:1;
}
.captchaSizeDivLarge .captcha #si_refresh_com img
{
	width:16px;
	height:20px;
}

.captchaSizeDivLarge p span
{
	color:red;
	display:none;
}



.form-submit input 
{
	background:#f24137;
	font-size:20px;
	font-weight:normal;
	padding:7px 30px;
	border-bottom:none;
}
.post-navigation
{
	display:none;
}

.saboxplugin-wrap
{
	position:relative;
}
.saboxplugin-gravatar
{
	position:absolute;
	top:10px;
	left:0px;
}
.saboxplugin-wrap .saboxplugin-authorname,
.saboxplugin-wrap .saboxplugin-desc
{
	padding-left:130px;
}
.saboxplugin-wrap .saboxplugin-desc
{
	margin-bottom:25px;
	line-height:25px!important;
}


/*
    ################################
    ###### secondary
    ################################
*/
#secondary
{
	padding:47px 35px 42px;
}
.recent_posts_with_excerpts{}
.recent_posts_with_excerpts li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:#ffffff;
	margin-bottom:30px;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}
.recent_posts_with_excerpts li a
{
	display:block;
	width:100%;
}
.recent_posts_with_excerpts li a img
{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.recent_posts_with_excerpts li h2
{
	font-size:20px;
	color:#000000;
	padding:12px 12px 5px;
}
.recent_posts_with_excerpts li h2 a
{
	color:#000000;
}
.recent_posts_with_excerpts li blockquote
{
	padding:0px 12px 0px;
	margin:0px;
	font-size:16px;
	color:#2d2d2d;
}
.recent_posts_with_excerpts li blockquote .alignright a
{
	border:1px solid #000000;
	padding:3px 10px;
	color:#000000;
	display:inline-block;
	width:auto;
	opacity:0.5;
	margin:15px 0px 20px;
}
.recent_posts_with_excerpts li blockquote .alignright a:hover
{
	opacity:1;
	background:#000000;
	color:#ffffff;
}
.recent_posts_with_excerpts li blockquote p.no-break
{
	display:none;
}
#secondary .recent_with_excerpt h2.widget-title,
#secondary .widget_categories h2.widget-title
{
	font-size:18px;
	color:#aba9a8;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
	font-weight:normal;
}
#secondary .widget_sow-image
{
	margin-bottom:25px;
}
#secondary .widget_categories ul
{
	text-align:center;
}
#secondary .widget_categories ul li
{
	list-style-type:none;	
	display:inline-block;	
	margin:0px 2px 15px;
	color:#000000
}
#secondary .widget_categories ul li a
{
	font-size:16px;
	padding:5px 15px;
	color:#000000;
	background:#ffffff;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	-o-border-radius:45px;
	border-radius:45px;
}
#secondary .widget_categories ul li a:hover
{
	color:#ffffff;
	background:#000000;
}

.archiveTitle
{
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	margin-bottom:25px;
}
.archiveTitle h1.page-title
{
	font-size:16px;
	font-family: 'segoe_uiregular';
	font-weight:normal;
}


.comments-area{}
.comments-area h2.comments-title
{
	font-size:25px;
	font-weight:normal;
	font-family: 'linux_libertineregular';
	margin-bottom:35px;
}
.comment-list,
.comment-list li
{
	list-style:none;
	margin-bottom:25px
}
.comment-list li .comment-body
{
	position:relative;
}
.comment-list li .comment-body footer
{
	position:relative;
	padding-bottom:15px;
}

.comment-author,
.comment-metadata
{
	padding-left:65px;
}

.comment-list li .comment-body footer span
{
	display:none;
}
.comment-list li .comment-body footer a
{
	color:#000000;
}
.comment-list li .comment-body footer b
{
	font-variant:normal;	
}
.comment-list li .comment-body footer .comment-author  a
{
	font-family: 'linux_libertineregular';
}
.comment-list li .comment-body footer .comment-metadata
{
	font-size:14px;
	opacity:0.7;
}
.comment-list li .comment-body .avatar
{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.comment-list li .comment-content
{
	border:1px solid #ededed;
	padding:10px;
	font-size:16px;
	margin-left:65px;
}
.reply
{
	background:#ffffff;
	text-align:right;
	padding:3px 0px 3px;
	font-size:13px;
}
.comment-list li ol.children
{
	margin-top:15px;
	margin-left:65px;
}
.comment-list li .comment-respond
{
	background:#fafafa;
	padding:10px;
}
.comment-list li .comment-respond h2 small
{
	font-size:14px;
	text-transform:none;
	float:right;
}

.navigation{}
.navigation h2.screen-reader-text
{
	display:none;
}
.nav-links{}
.nav-links a,
.nav-links span.current
{
	border:1px solid #ededed;
	padding:5px 10px;
	display:inline-block;
	font-size:15px;
	
}
/*for validation message*/
.error  { padding: 10px 0 20px 0; color: #FF0000; }
input.error, textarea.error { color:#000000; }

.sidebar .widget
{
	margin:0px;
	padding:12px;
	list-style-type:none;
	background:#ffffff;
	margin-bottom:30px;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.sidebar .widget.recent_with_excerpt,
.sidebar .widget.widget_sow-image,
.sidebar .widget.widget_categories
{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0);
	
	padding:0px;
	margin:0px;
	background:none;
}
.sidebar .widget_sow-editor .widget-title
{
	font-family: 'linux_libertineregular';
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
	font-size:29px;
	padding-top:10px;
}
.sidebar .widget_sow-editor .textwidget img
{
	max-width:100%;
	vertical-align:top;
}
.sidebar .widget_sow-editor .textwidget p
{
	padding-bottom:15px;
	font-size:15px;
}
.sidebar .widget_sow-editor .textwidget p:last-child
{
	padding-bottom:0px;
}
.sidebar .sidebarBtn
{
	background:#be0a00;
	padding:8px 9px;
	width:100%;
	color:#ffffff;
	box-sizing:border-box;
	font-size:18px;
	text-align:center;
	
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	-o-border-radius:45px;
	border-radius:45px;
}