/*
Theme Name:   customizr-pro child theme
Description:  Write here a brief description about your child-theme
Author:       Mubarak Sodha
Author URL:   Write here the author's blog or website url
Template:     customizr-pro
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  customizr-pro-child
*/

/* Write here your own personal stylesheet */

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

/* import font */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans');

.entry-content p, .entry-content li { line-height: 25px; }

p  { margin: 0 0 10px; }

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6, p { text-shadow: none; }

/* h1, h2, h3, h4, h5, h6, p */
* {
	font-family: 'Myriad Pro';
	src: url('MyriadPro-Light.eot');
	src: url('MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
		url('MyriadPro-Light.woff') format('woff'),
		url('MyriadPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

.left .tc-sidebar {
  background-color: rgba(51, 153, 255, 0.1);
}

#cordio-secondary-menu ul { text-align: left; list-style-type: none;}
#cordio-secondary-menu ul li {display: inline-block; padding: 0 5px;}

/* hidetitle */
.hidetitle .entry-title { 
  display:none;
}
 



h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
}

h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;n
    margin-right: 0;
    font-weight: bold;
}

h4 { 
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


#page-header {
   background: url("img/breadcrumbs.png") transparent;
   box-shadow: inset 0px 0px 4px #EEEEEE;
   padding: 20px 0 20px 0;
   margin-bottom: 20px;
   border-bottom: 1px #eee solid;
}

/* container fluid */
.container-fluid {
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
}

/* side menu */
#side-menu, #side-menu li {
    display: block;
    list-style: none;
    margin: 0 10px 0 0;
}


#side-menu li a {
    display: block;
    color: #5d5d5d;
    line-height: 120%;
    padding: 15px 10px 15px 20px;
    background: url(../images/bullet.png) 18px 19px no-repeat;
}

#side-menu li a:hover {
    background: url(../images/bullet.png) #e5f0ff 18px 19px no-repeat;
}

#side-menu li ul {
    display: none;
    margin: 0 0 0 20px;
}

#side-menu .current-menu-item a, #side-menu .current-menu-item a:hover {
    color: 	#000080;
    background: url(../images/bullet.png) #bfdfff 18px 19px no-repeat;
}


#side-menu .current_page_item > a, #side-menu .current_page_item > a:hover {
    background: url(../images/bullet.png) #bfdfff 18px 19px no-repeat;
    color: 	#000080;
}

#side-menu .current_page_item ul {
    display: block;
    margin: 0;
    padding: 0;
}

#side-menu .current_page_item ul li {
    padding: 0 0 0 20px;
    margin: 0;
}

#side-menu .current_page_item ul li:hover {
    background: #cad6e7 18px 19px no-repeat;
}

#side-menu .current_page_parent ul {
    margin: 0;
    padding: 0;
}

#side-menu .current_page_parent ul li {
    margin: 0;
    padding: 0 0 0 20px;
}

#side-menu .current_page_ancestor ul {
    display: block;
}

/* wolf twitter */
ul.wolf-tweet-list li {
  padding-left: 0;
}

.wolf-tweet-time a {
  text-decoration: underline;
}

/* custom cordioea colophon */
#cordioea-colophon {
  background: #000059;
  border-top: 1px solid #777777;
  font-size: 12px;
  padding: 15px 10px;
  color: #ffffff;
}

body, html {
    font-family: 'Open Sans',Arial,sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}

/* footer */

footer#footer { 
  background-color: #154f82;
  background-image: url('img/coral-fish-overlaid-s.jpg');
  border-top: 0px;
  color: #ffffff; 
}

footer#footer a, footer#footer p {
  font-size: 14px;
  line-height: 21px;
}

footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6, footer#footer p {  text-align: left; text-shadow: none; font-weight: 300;}

footer#footer h3 { padding-bottom: 0px; }

.horizontal-1 {
  list-style: none;
  text-align: left;
  float: left;
}

.homepage-text {
  margin-left: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #E9EAEE !important;
}

.fpc-widget-front h2 {
  text-align:left !important;
  line-height: 120% !important;
  font-size: 1.2em !important;
}

.fpc-marketing .fpc-widget-front > p {
  margin: 0 0px !important;
  color: #151515 !important;
  line-height: 25px;
}

.fpc-widget-front {
  text-align: left !important;
}

.fpc-marketing .fpc-widget-front h2 {
  text-align: left !important;
}

.fpc-widget-front h2 a:hover /*.fp-title-link*/ {
  text-decoration: underline !important;
}

.tc-header { 
  border-bottom: 1px solid #E9EAEE !important;
}

.tc-header .brand { 
  text-align: left;
}

/* item styles - featured pages styling images - same heights*/
.item-image, .fpw-featured-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  border: 1px solid #eee;
}
.item-image img, .fpw-featured-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-content {
  padding: 0;
  background: none;
}
.item-text {
  position: relative;
  overflow: hidden;
}

.fpc-marketing {
    margin-top: 0;
}

/* Prevent word-wrap  */
.navbar .nav li {
  white-space: nowrap; 
}

body { 
  background: #FFFFFF !important;
  color: #151515 !important;
}

#content p, #content li  {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.tc-header { 
  background: #FAFAFA;
}

.tc-header, .navbar.notresp .navbar-inner  {
  padding-left:     10px;
  padding-right:    10px;
}

.caret {
  display:none;
}

/*MAIN HORIZONTAL MENU*/

.navbar div > ul.nav > .menu-item > a { 
  padding-right: 15px;
  padding-left: 15px;
  /*
  font-weight: bold;
  font-size: 18px;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  */
}

.navbar div > ul.nav > .menu-item:first-child > a {
  border-left: none;
}

.navbar .nav {
  /* margin-top: 30px; */
}

body, .navbar .nav>li>a {
    font-size: inherit !important;
}

#content li { 
  line-height: 25px;
  padding-bottom: 10px;
}

.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

#bh-wrapper {
   background-color: #fafafa;
}

.featurette-divider {
  display: none !important;
}

#main-wrapper {
   margin-top: 0px !important;
}

.fpw-featured-image {
  border: 1px #eeeeee solid;
}

span3 widget_fpw_widget first-item {
  margin-left: 0px;
}

hr {
  margin:0px !important;
  border-top: 3px solid #eee;
}

/* Styling the search box in main menu - https://presscustomizr.com/snippet/adding-an-html5-search-form-in-your-wordpress-menu/*/

/* my-nav-menu-search menu item created in functions.php. Move it way over to the right */
.navbar .nav .my-nav-menu-search {
    float: right;
}
.navbar .nav {
    width: 100%;
}
.my-nav-menu-search .search-form {
    position: relative;
    margin: 0;
}
/*Stop the display of the Search button*/
.my-nav-menu-search .search-submit {
    display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.my-nav-menu-search .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
 
/* Style the search input textbox */
.my-nav-menu-search .search-field {
    background: transparent;
    border: none;
    -webkit-box-shadow:    none;
    -moz-box-shadow:       none;
    box-shadow:            none;
    cursor: pointer;
    height: 26px;
    margin: 2px 0 2px 0;
    padding: 0 0 0 36px;
    position: relative;
    -webkit-transition: width 400ms ease;
    -moz-transition:    width 400ms ease;
    -o-transition:      width 400ms ease;
    transition:         width 400ms ease;
    width: 0px;
}
 
/* Expand the search box when you click it */
.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
    color: #5a5a5a;
    /* change the colour above if you are working with a dark navbar background */
    border: 1px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 120px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    margin: 0;
}
 
/* Add a magnifying glass background */
.my-nav-menu-search .search-form:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute; /* this is the key to put it visually inside the search field */
    font-size: 19px;
    font-weight: normal;
    top: 5px; /* tune this vertical alignment inside the search field, as needed */
    left: 5px; /* tune this horizontal alignment inside the search field, as needed */
}
 
/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px){
    .navbar .nav .my-nav-menu-search {
        float: left;
    }
    .navbar .nav {
        width: auto;
    }
}

h1.entry-title, h2.entry-title {
    line-height: 28px;   
}

.recent-post-slider.design-1 .post-image-bg {
    border: #ddd 1px solid;
}

#right.widget-area {
    padding-left: 20px;
    border-left: 1px solid #eee;
    position: relative;
}

/* 3. Right sidebar */
.right .tc-sidebar {
  background-color: #eee;
}

#content .search-form {
     display: none; 
}

.round-div {
    border: 104px solid #fff;
}

