﻿/*  
  

Theme Name: Themz v1.2
Theme URI: http://commauthority.com/
Description: 2 Column WP Theme.
Version: 1.5
Author: Hasan Rajani
Author URI: http://commauthority.com/

*/

* {
	margin: 0;
	padding: 0;
}

body {
/*background: url(images/bg.png) repeat;*/
background: url(images/bgMain.jpg) top left repeat;
font-family: 'Raleway';
}
#bgTop {
width:100%;
float:left;
background: url(images/bgHeader.png) top left repeat-x;
}

a {
text-decoration: underline;
color: #244789;
}
a:hover {
text-decoration: none;
color: #333;
}

ul , ol{margin-left:60px;}
li{margin-bottom:10px;}

#wrap {
margin: 0px auto;
width: 1000px;
}

.logo {margin-top: 33px;
float: left;
}

#header {
height: 145px;
}
#header h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 8px 0 0 0px;
color: #000;
}
#header h1 a { 
color: #000;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #666;
}
#header h2 {
font-size: 16px;
color: #000;
padding: 0 0 0 30px;
letter-spacing: -1px;
font-weight: 100;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin:55px auto 52px auto;
width: 650px;
display: block;
float: right;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float: right;
}
#access .menu-header li,
div.menu li {
	float: left;
position: relative;
margin-right: 10px;
margin-bottom:0;
}
#access a {
	display:block;
	text-decoration:none;
	/*color:#aaa;*/
	color:#484848;
	padding: 0 14px;
	border: 1px solid #b4b7b8;
	border-radius: 6px;
	line-height: 33px;
	font-size: 12px;
	text-transform:uppercase;
}
#access ul ul {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 382px;
	z-index: 99999;
	border:1px solid #b4b7b8;
	background:#ffffff;
	padding:20px 20px;
}
#access ul ul li {
	min-width: 130px;
	border-bottom:1px dashed #b4b7b8;
}
#access ul ul li:first-child , #access ul ul li:nth-child(2){border-top:1px dashed #b4b7b8;}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:10px;
	line-height:1em;
	padding:10px;
	width: 160px;
	border:none;
	margin:8px 0px;
	text-transform:capitalize;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#878787;
	color:#ffffff;
}

#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;	background:#878787;
	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;	background:#878787;
	border:1px solid #878787;
}

#content {
	padding: 64px 0px;
	
}

.contentleft {
	width: 661px;
	margin-top: 50px;
	float: left;
	text-align: left;
	padding: 15px 20px 15px 20px;
	border: 1px solid #b4b7b8;
	color:#484848;
	font-size:14px;
	line-height:25px;
	background: #fefefe;
}
.contentleft h1 , .contentleft h2 , .contentleft h3 , .contentleft h4 , .contentleft h5 , .contentleft h6 {
height: 30px;
line-height: 30px;
font-weight: normal;
margin-bottom: 5px;
margin-top: 10px;
color:#878787;
}
.contentleft h1{font-size: 23px;}
.contentleft h2{font-size: 20px;}
.contentleft h3{font-size: 16px;font-weight: bold;}
.contentleft h4{font-size: 14px; font-weight:bold;}
.contentleft h5{font-size: 12px; font-weight:bold;}
.contentleft h6{font-size: 10px; font-weight:bold;}
.contentleft h2 a {
color: #244789;
font-weight: 600;
text-decoration: none;
}
.contentleft h2 a:hover {
color: #333;
}

.menuleft {
width: 130px;
float: left;
padding-top: 20px;
font-size: 12px;
}
.menuleft h2 {
background: #ffa330;
height: 24px;
line-height: 24px;
font-size: 14px;
font-weight: 100;
color: #fff;
padding-left: 10px;
}

.menuright {
width: 250px;
margin-left: 28px;
float: right;
font-size: 12px;
margin-top: 50px;
}

.widget_subpages{width:230px; border:1px solid #b4b7b8; padding:9px;float:left; margin-bottom:30px; padding-bottom:23px;background: #fff;}
.menuright .widget_subpages h2 {
background: #878787;
height: 40px;
line-height: 40px;
font-size: 18px;
font-weight: normal;
color: #fff;
padding-left: 0px;
text-transform:uppercase;
text-align:center;
}
.menuright h2 a { color: #fff; text-decoration: none; }

.menuright .widget_subpages ul, .menuleft ul {
padding: 0px;
list-style:none;
float:left;
width:100%;
margin-top:30px;
margin-left:0;
}

.menuright .widget_subpages ul li, .menuleft ul li{
border-bottom:1px dashed #000;
padding:8px 0px;
float:left;
width:100%;
margin-bottom:0;
}
.menuright .widget_subpages ul li.first-menu-item{border-top:1px dashed #000;}
.menuright .widget_subpages ul li a, .menuleft ul li a {
text-decoration: none;
font-weight: 100;
font-size: 14px;
color:#484848;
height:33px;
line-height:33px;
float:left;
width:95%;
padding-left:5%;
}
.menuright ul li a:hover, .menuleft ul li a:hover , .menuright ul li.widget_subpages_current_page a{
background:#878787;
border-radius:5px;
color:#ffffff;
}



#footer { 
height: 535px;
background: url(//www.commauthority.com/wp-content/uploads/2018/03/footbg.png) repeat-x;  
}


#brand{display:none;}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}


.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 10px 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	height: auto;
    max-width: 100%;
	}
	
h3 {
letter-spacing: 1px;
font-weight: 100;
}
.entry p { padding: 10px 0; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
#s {
background: #fff;
border: 1px solid #999;
height: 17px;
}
#searchsubmit {
font-size:11px;
height: 21px;
}
#content .entry{position:relative;}
.slider_caption{background: url(images/caption_bg.png);top: 50%;bottom: auto;width: 546px;position: absolute;margin-top: 150px;z-index: 999;height: 59px;line-height: 59px;padding-left: 20px;font-weight: normal;font-size: 23px;color: #fff;}
.slider_caption a {color:#FFFFFF; text-decoration:none;}
#cycloneslider-slider-1 .cycloneslider-prev, #cycloneslider-slider-1 .cycloneslider-next{display:block; opacity:0.4;}
#cycloneslider-slider-1 .cycloneslider-slides{overflow:inherit;}
#cycloneslider-slider-1 .cycloneslider-slide{background:url(images/slider_shadow.png) no-repeat top center;width:990px;	height:366px;padding:5px;}
#cycloneslider-slider-1 .cycloneslider-slide img{border-radius: 8px;}
#cycloneslider-slider-1 .navigation_slider{float: right;position: relative;bottom: 15px;right: 0;width: auto; margin:-25px 20px 0px 0px;}
#cycloneslider-slider-1 .navigation_slider .cycloneslider-prev{background:url(images/slider_prev.png) no-repeat 0px 0px; width:7px; height:14px; opacity:1; float:left; position:relative; top:0px; margin-top:0; left:0;}
#cycloneslider-slider-1 .navigation_slider .cycloneslider-next{background:url(images/slider_next.png) no-repeat 0px 0px; width:7px; height:14px; opacity:1; float:left; position:relative; top:0px; margin-top:0; right:0;}
#cycloneslider-slider-1 .cycloneslider-pager{position:relative; top:0; right:0; float:left; margin:0px 8px;}
#cycloneslider-slider-1 .cycloneslider-pager a{margin-left:3px; margin-right:0;background: #fff;border-radius: 100%;height: 14px;width: 14px; opacity:0.4;}
#cycloneslider-slider-1 .cycloneslider-pager a.activeSlide{opacity:1;}
#cycloneslider-slider-1 .cycloneslider-pager a:first-child{margin-left:0;}

.middle_section{float:left; width:100%; margin-top:70px;}
.middle_section .middle{float:left; width:445px; background:url(images/shadow_middle.png) no-repeat bottom center; padding-bottom:28px;}
.middle_section .right_middle{background:url(images/shadow_middle_right.png) no-repeat bottom center}
.middle_section .middle img{border-bottom:5px solid #2541d1;float: left;width: 100%;}
.middle_section .left_middle{margin-right:51px;}
.middle_section .right_middle{margin-left:51px;}
.middle_section .middle .middle_content{float:left; width: 403px; padding:20px 20px; border:1px solid #b4b7b8; text-align:center; background:#ffffff; color:#484848; font-size:14px; line-height:21px;}
.middle_section .middle .middle_content h3{padding:0; color:#2541d1; font-size:23px; font-weight:normal; letter-spacing:1px; margin:0px 0px 25px 0px;}
.middle_section .middle .middle_content a{border:1px solid #b4b7b8; padding:5px 0px; color:#484848; text-decoration:none; text-transform:uppercase; float: left;margin: 20px 132px 0px;word-break: inherit; width:137px;}
.middle_section .middle .middle_content a:Hover {
Color:#2541d1; Border-Color:#2541d1;
}
.middle_section .company_intro{float:left; width:659px; height:238px;border:1px solid #b4b7b8; background:#ffffff; color:#484848;font-size:14px; line-height:25px; margin-top:50px; padding:30px 22px;}
.middle_section .company_intro h3{color:#878787; font-size:26px; font-weight:normal; padding:0; padding-bottom:15px;}
.portal_login{float:right; width:230px; height:280px;border:1px solid #b4b7b8; background:#ffffff; margin-top:50px; padding:9px 9px;background: #fff;}
.menuright .portal_login{margin-top:0px;}
#footer{}
#footer .footer-top{float:left; width:100%;}
#footer .footer-menu-left{float:left; width:225px;padding-top:40px;}
#footer .footer-menu-left h2{float:left; width:100%; border-bottom:5px solid #ffffff; color:#ffffff;font-weight: normal;font-size: 16px;text-transform: uppercase;}
#footer .footer-menu-left ul{margin-top:20px; list-style:none;float: left;width: 100%; margin-left:0;}
#footer .footer-menu-left ul li{border-bottom:1px dotted #ffffff; float:left; width:100%;margin-bottom:0px;}
#footer .footer-menu-left ul li a{color:#ffffff; background:url(images/footer_menu_arrow.png) no-repeat left center; padding-left:15px; text-decoration:none; font-size:13px;float: left;width: 94%;margin: 8px 0px;}

#footer .footer-menu-right{float:left; width:507px; margin-left:33px;}
#footer .footer-menu-right h2{width:474px;}
#footer .footer-menu-right ul li{width:43%; margin-right:7%; margin-bottom:0;}

#footer .footer-right{float:right; width:225px; background:#878787; height:410px;}
#footer .footer_logo{margin-top:110px;}
#footer .footer-right .callnow{float:left; width:100%; margin-top:80px; border-top:1px solid #2e2e2e; border-bottom:1px solid #2e2e2e;}
#footer .footer-right .callnow h2{text-align:center; font-size:25px; color:#ffffff; padding:5px 0px;}
#footer .footer-right span{float:left; width:100%; text-align:center; color:#ffffff; border-bottom:1px solid #2e2e2e; padding:10px 0px;}
#footer .copy{font-size:13px; color:#ffffff;float:left; margin-top:18px;}
#footer .design{font-size:13px; color:#ffffff; float:right; margin-top:14px;}

.post {position:relative;}
.post .featured_image{float:left; background:url(images/bg-Featured.png) no-repeat bottom center;height: 216px; width:990px; padding:5px;position:relative;}
/*.post .featured_image span{padding: 0px 5px;background-color: #fff;float: left;width: 99%;border-radius: 8px;}*/
.post .wp-post-image{/* float:left; */ /* width:100%; */}
/*.post .inner_heading{margin-top:70px; color:#ffffff;}*/
.post .inner_heading {background: url(images/caption_bg.png);width: 546px;position: absolute;top: 72px;z-index: 999;height: 59px;line-height: 59px;padding-left: 20px;font-weight: normal;font-size: 23px;color: #fff;}
.post .inner_heading h2{font-weight:normal;/*text-transform: uppercase;*/font-size: 22px;line-height: 59px;}

.post .contact_left{float:left; width:460px; border:1px solid #b4b7b8; padding:9px; background:#ffffff; color:#484848;font-size: 14px; margin-top:50px;}
.post .contact_left h2{float:left; width:440px; color:#ffffff; background:#878787; padding: 8px 10px;line-height: normal;font-size: 17px;font-weight: normal;text-transform: uppercase;}
.post .contact_left span{text-align:center;float: left;width: 98%;margin-top: 20px;margin-bottom: 35px;margin-left: 5px;}
.post .contact_left .address{ background-image:url(images/map_icon.png);background-repeat:no-repeat;background-position:0px 20px; padding:15px 0px 15px 44px; float:left; width:407px; margin-left:10px;}
.post .contact_left .phone{ background:url(images/phone_icon.png) no-repeat left center; padding:15px 0px 15px 44px; float:left; width:407px; margin-left:10px;}
.post .contact_left .email{ background:url(images/email_icon.png) no-repeat left center; padding:15px 0px 15px 44px; float:left; width:407px; margin-left:10px;}
.post .contact_left .email a{color:#2541d1; text-decoration:none;}
.post .contact_left .email a:hover{text-decoration:underline;}

.post .contact_right{float:right;}
.post .contact_right .field{float:left; width:219px; color:#484848; font-size:14px; margin-top:17px;}
.post .contact_right .field label{float:left; width:100%; font-size:15px; margin-bottom:3px;}
.post .contact_right .field span{text-align:left; width:100%; margin:0;}
.post .contact_right .field input{float:left; width:207px; border:1px solid #e2e4e4;padding: 11px 5px;font-size: 14px;color: #484848;}
.post .contact_right .field2{margin-top:10px; width:100%; color: #b4b7b8;}
.post .contact_right .field2 textarea{padding: 11px 5px;border:1px solid #e2e4e4; width:447px; height:78px; resize:none;font-size: 14px; font-family: 'Raleway';}
.post .contact_right .field_right{float:right;}
.post .contact_right .field_submit{float:right;width: 152px; height:42px;}
.post .contact_right .field_submit .wpcf7-submit{width:132px; height:42px; padding:10px 0px; text-align:center; background:#2541d1; cursor:pointer;font-size: 20px;color: #ffffff; float:right;border: none;outline: none;margin-bottom:5px;}
.post .contact_right .wpcf7-validation-errors{float:left; border:none; color:#ff0000;float: left;margin: 26px 0px 0px 0px;padding: 0;width: 305px;}
.post .contact_right .wpcf7-not-valid-tip{float:left; border:none; color:#ff0000;float: left;margin: 26px 0px 0px 0px;padding: 0;width: 320px; font-size:13px;}
.post .contact_right .ajax-loader{float:left; margin-top:27px; margin-left:0px;}
.post .contact_right .wpcf7-mail-sent-ok{float: left;margin: 16px 0px 0px 0px;width: 276px;border: none;color: #398f14;}

@font-face {
	font-family: 'Conv_texgyreadventor-regular';
	src: url('fonts/texgyreadventor-regular.eot');
	src: url('fonts/texgyreadventor-regular.woff') format('woff'), url('fonts/texgyreadventor-regular.ttf') format('truetype'), url('fonts/texgyreadventor-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url('https://www.commauthority.com/wp-content/themes/themz/fonts/raleway.woff') format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url('https://www.commauthority.com/wp-content/themes/themz/fonts/raleway-bold.woff') format('woff');
}

.box_Sidebar{float:right; width:230px; border:1px solid #b4b7b8; background:#ffffff; margin-top:30px; padding:9px 9px;background: #fff;}

#content li.heading_New {
	list-style-image:url(../../uploads/2014/08/new.jpg);
}
#content li.heading_New a {
	color:#2541d1;
}


/* Contact Form */
.error , .SubscribedMsg {
	width:100%;
	display:block;
	float:left;
	margin:15px 0px;
	text-align:center;
	font-weight:700;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-top:30px;
	display:none;
}
.error {
	background-image:url(images/error.png);
	background-position:50% 10px;
	background-repeat:no-repeat;
	background-color:#cd2202;
}
.SubscribedMsg {
	background-image:url(images/success.png);
	background-position:50% 10px;
	background-repeat:no-repeat;
	background-color:#13a89e;
}
#loading {
	width:100%;
	height:64px;
	margin:auto;
	background-image:url(loading.gif);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	display:none;
}

/* Contact Form Ends Here */