/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/




/* =Start From Here
-------------------------------------------------------------- */


.rslides{ }
.mslider{border:5px solid #52486d; border-radius: 2px; padding:3px; float:left;}

body { color: #707070; background: #f2f2f2;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 4.527659574468%; 
  margin-left: 2%
}



#header {background:#FFFFFF; margin-top:10px;
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; border-bottom:0px;
}

#logo { width:45%; padding:20px; padding-top:50px;
  float: left;
  margin: 0;
}



#wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  clear: both;
  margin:10px auto 20px auto;
  padding: 0 20px 20px 20px;
  position: relative;
}

a {
  color: #2b8119;
  font-weight: 400; 
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2d1c33;
  outline: 0;
  text-decoration: none;
}

.comment-meta a {color:#52486d;}

.post-title {margin-bottom:0px; padding-top:20px; font-size:16pt; color: #52486d}
.post-title a {color: #52486d;
  font-weight: 800; 
  text-decoration: none;}
.post-title a:hover{color: #2d1c33;
  font-weight: 800; 
  text-decoration: none;}


.post-entry {margin-bottom:0px; border-bottom:1px solid #dedede; font-size:11pt;}
.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 8pt;
  margin-bottom: 20px;
}
.post-meta a{color:#52486d;}

.post-data {
  clear: both;
  font-size: 8pt;
  font-weight: 700;
  margin-top: 15px;
}

.read-more { 
  font-weight: 700;
}

.widget-wrapper {  background:#f4f9f2;
  border: 1px solid #a8a8a7;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 10px; font-size:9pt;
}

#widgets {width:225px;
  margin-top: 40px; 

#widgets a {color: #52486d;
  display: inline-block;
  margin: 0px;
  padding: 3px;padding-bottom:0px;
  text-decoration: none;
}

.widget-title,
.widget-title-home h3 { 
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
  padding: 0px 0 0px 0px;
  text-align: left;
}

#widgets ul,
#widgets ol {
  padding: 0px 0 0 20px;
}

#widgets ul li a {color: #52486d;
  display: inline;
  text-decoration: none; 
}

#widgets ul li a:hover {color: #2d1c33;
  display: inline;
  text-decoration: underline; 
}

.widget-link a {color:#52486d;}


./* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto; border:1px solid #dedede; padding:3px;
}

#footer .social-icons {display:none;}



.top-widget {
  background:none;
  border: none;	
  float: left;
  min-height: 0;
  padding: 20px 0px 20px 40px;
  text-align: center;
  width:auto; height: auto;
}




/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu { height:300px;
  background-color:  #857e99;
 
  margin: 0 auto;
}


.main-nav {
  clear: both;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li { 
  border: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.menu li li {
  float: none;
}

.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu,
.menu ul {
  min-height: 0;
}

.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
  color: #656e8b;
  text-decoration: none;
}

.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}

.menu a {
  border-left: 1px solid #585858;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 75px;
  line-height: 75px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.menu a:hover {
  background-color: #857e99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#857e99), to(#706789));
  background-image: -webkit-linear-gradient(top, #857e99, #706789);
  background-image: -moz-linear-gradient(top, #857e99, #706789);
  background-image: -ms-linear-gradient(top, #857e99, #706789);
  background-image: -o-linear-gradient(top, #857e99, #706789);
  background-image: linear-gradient(top, #857e99, #706789);
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#857e99, endColorstr=#706789);
}

ul.menu > li:hover {
  background-color: #52486d;
  color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #706789;
}

.front-page .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}

.menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}

.menu li li a {
  background: transparent !important;
  border: none;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}

.menu li li a:hover {
  background: #f4f9f2 !important;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}

.menu li li:hover {
  background: #f5f5f5 !important;
  filter: none;
}

.menu ul > li + li {
  border-top: 0;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu > li:first-child > a {
  border-left: none;
}

.menu a#responsive_menu_button {
  display: none;
}

.main-nav #responsive_current_menu_item {
  display: none;
}

/*.js .main-nav .menu {*/
  /*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes

#author-meta {display:none;}




#widgets form {line-height:16px;
  margin: 0; padding:0px;
}

.jetpack_subscription_widget p {  
    display: inline;
}

.jetpack_subscription_widget input[type="text"] {height:30px; margin-top:10px; margin-bottom:3px;}
.jetpack_subscription_widget input[type="submit"] { 
    padding: 6px !important;
    width: auto;font-size:9pt;}
}



/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}






#searchform-item {margin-left:30px;}













/*The last 29 days of the month are the hardest."- Nikola Tesla*/