/* Theme Name: oxbridgere.com Theme URI: www.exzeosoftware.com Description: Simple 2013 child theme by Abhinav. Author: Abhinav Thakur Author URI: www.exzeosoftware.com Template: twentythirteen Version: 0.1.0 */ /* Import parent styling */ @import url("../twentythirteen/style.css"); /* General Styling */ body{font-family:arial, helvetica, sans-serif; font-size:14px; line-height:25px; background-image: url(images/bg.jpg); background-repeat: no-repeat; background-position: top center; background-attachment: fixed; -webkit-background-size: cover; /*for webKit*/ -moz-background-size: cover; /*Mozilla*/ -o-background-size: cover; /*opera*/ background-size: cover; /*generic*/ } h1, h2, h3, h4, h5, h6 { } a { color: #30A8A8; } a:hover { color: #174F4F; } h1 { } html, button, input, select, textarea { } p { text-align: justify; } /* Header */ .site-title { } .site-description { } .site-header { background: transparent !important; } .site-header .home-link { } /* Navbar */ .navbar { background: #F9F9F9; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-bottom: 0px solid #E4E4E4; } .navbar-fixed .navbar { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); } .site-header .searchform [type="search"]:focus, .site-header .searchform [type="text"]:focus { border: 2px solid #b1b1b1; } #site-navigation { } .navbar-fixed .navbar #site-navigation { } .nav-menu li:hover > a, .nav-menu li a:hover { background-color: #565656; color: #fff; } #respond { background: #F9F9F9; } #secondary { background: #EEEEEE; } .site-footer { background: transparent; } .entry-meta a, .site-footer .widget a, .entry-content a, .comment-content a, .format-quote .entry-content a, .format-quote .entry-meta a, .format-video .entry-content a, .format-video .entry-meta a, .format-chat .entry-meta a, .format-chat .entry-content a, .format-status .entry-meta a, .format-status .entry-content a, .widget a, .navigation a, .comment-meta a, .format-gallery .entry-meta a, .format-gallery .entry-content a, .attachment .entry-meta a { color: #30A8A8; } .entry-meta a:hover, .site-footer .widget a:hover, .entry-content a:hover, .comment-content a:hover, .format-quote .entry-content a:hover, .format-quote .entry-meta a:hover, .format-video .entry-content a:hover, .format-video .entry-meta a:hover, .widget a:hover, .navigation a:hover, .comment-meta a:hover { color: #174F4F; text-decoration: none; } .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { color: #30A8A8; font-style: normal; font-weight: 700; } .nav-menu li:active > a, .nav-menu li a:active { background-color: #174F4F; color: #fff; } .format-image .entry-title, .format-audio .entry-title, .format-chat .entry-title { } .entry-content blockquote { } .format-quote { background: none; } .format-link { background: none; } .format-link .entry-title a { color: #000; } .format-video, .format-audio { background: none; } .format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover { /*color: #000;*/ } .format-video .entry-title { } .format-quote .entry-content p, .format-quote .linked { color: #666; } .format-quote .quote:before { color: #141412; } article.post { background: url(images/separator.png) no-repeat bottom center; } .format-status .entry-content:before, .format-status .entry-meta:before { background: none; } .format-status .entry-content { color: #666666; } .blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside { box-shadow: none; } .widget .widget-title { margin: 0 0 10px; color: #141412; } .site-footer .widget { color: #141412; } .widget { background: none; } .sidebar-inner h3.widget-title { border-bottom: 1px solid #E4E4E4; padding-bottom: 5px; } .comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login { color: #30A8A8; } .archive-header, .page-header, .attachment .hentry { background: none; } .archive-title, .archive-meta, #reply-title, .page-header, .comments-title { } #reply-title { } input, textarea { border: 2px solid #B1B1B1; } .entry-title a:hover { color: #30A8A8; } .format-gallery .entry-title { font-size: 36px; } .entry-meta, .comment-metadata { font-size: 12px; } /* Buttons */ button, input[type="submit"], input[type="button"], input[type="reset"] { background: #30A8A8; /* Old browsers */ background: -webkit-linear-gradient(top, #30A8A8 0%, #03bdbb 100%); /* Chrome 10+, Safari 5.1+ */ background: linear-gradient(to bottom, #30A8A8 0%, #03bdbb 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30A8A8', endColorstr='#03bdbb', GradientType=0); /* IE6-9 */ display: inline-block; padding: 11px 24px 10px; color: #fff; text-decoration: none; border: none; border-bottom: 3px solid #30A8A8; border-radius: 2px; } button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus { background: #04e8e5; /* Old browsers */ background: -webkit-linear-gradient(top, #04e8e5 0%, #04f9f6 100%); /* Chrome 10+, Safari 5.1+ */ background: linear-gradient(to bottom, #04e8e5 0%, #04f9f6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04e8e5', endColorstr='#04f9f6', GradientType=0); /* IE6-9 */ outline: none; } button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { background: #03bdbb; /* Old browsers */ background: -webkit-linear-gradient(top, #03bdbb 0%, #30A8A8 100%); /* Chrome 10+, Safari 5.1+ */ background: linear-gradient(to bottom, #03bdbb 0%, #30A8A8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03bdbb', endColorstr='#30A8A8', GradientType=0); /* IE6-9 */ border: none; border-top: 3px solid #30A8A8; padding: 10px 24px 11px; } /*-------------Added by Abhinav----------------*/ .site { background:transparent; } .site, .navbar { max-width: 1150px; border: 0; } .site-header .home-link { max-width:1150px; min-height:60px; padding:0; padding:0 10px; background:rgba(255, 255, 255, 0.6)!important; } .main-navigation, .entry-header, .entry-content, .entry-summary, .entry-meta { max-width:1150px; } .site-title, .home-link{ padding:20px 0; font-family:"Times New Roman", Times, serif; color:#1b75bc; font-size:36px; text-decoration:none; text-shadow: 1px 1px 10px #ffffff; filter: dropshadow(color=#ffffff, offx=1, offy=1); } .site-header .site-title:hover, a:hover.home-link{text-decoration:none;} .navbar { background: #606c88; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDQzNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #606c88 0%, #344368 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#344368)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #606c88 0%,#344368 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #606c88 0%,#344368 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #606c88 0%,#344368 100%); /* IE10+ */ background: linear-gradient(to bottom, #606c88 0%,#344368 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#344368',GradientType=0 ); /* IE6-8 */ -webkit-box-shadow: 0px 3px 10px 3px rgba(70, 70, 70, 0.4); box-shadow: 0px 3px 10px 3px rgba(70, 70, 70, 0.4); } .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta { max-width:1150px; padding:0; } /*.hentry{border-top:3px solid #e3e3e3; background:#ffffff; -webkit-box-shadow: 0px -3px 10px 3px rgba(70, 70, 70, 0.4); box-shadow: 0px -3px 10px 3px rgba(70, 70, 70, 0.4);}*/ ul.nav-menu, div.nav-menu > ul { margin:0; } .nav-menu li{ border-left:1px solid #737d94; border-right:1px solid #313e5e; } .nav-menu li:first-child{border-left:0px solid #fdbf74;} .nav-menu li:last-child{border-right:0px solid #fdbf74;} .nav-menu li a { color:#ffffff; font-size: 16px; line-height:22px; padding:11px 20px; } .nav-menu li:hover > a, .nav-menu li a:hover { color:#ffffff; background:#707b94; } .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { color:#ffffff; background:#2d3b5e; } .entry-header { margin-bottom:12px; padding-top:10px; } .nav-menu li { border-left: 1px solid #737D94; border-right: 1px solid #313E5E; margin-right: -4px; } .nav-menu li ul.children li{border:0!important;} .nav-menu li ul.children li a{font-size:14px; padding:7px 20px;} ul.nav-menu ul a:hover, .nav-menu ul ul a:hover { background-color: #707b94; } /*---------------Slider---------------------------*/ .banner { /* border:1px solid rgba(70, 70, 70, 0.4); border-top:0; border-bottom:0; -webkit-box-shadow: 0px 3px 10px 3px rgba(70, 70, 70, 0.4); box-shadow: 0px 3px 10px 3px rgba(70, 70, 70, 0.4);*/ margin:0 auto; max-width:1150px; background:url(images/shadow.png) no-repeat center bottom; padding-bottom:30px; } .metaslider .caption-wrap { position: absolute; top: 0; left:50%!important; background: rgba(255, 255, 255, 0.7)!important; color: white; line-height: 18px!important; opacity: 1!important; margin: 10% 0 0 0!important; display: block; width: 45%!important; height:auto; } h2 { margin:15px 0 10px; /*background:#ffffff;*/ padding:0 10px; color:#222222; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; font-size: 30px; line-height: 32px; } .metaslider .caption-wrap p { padding:0 10px; color:#1177c1; } .divider { margin: auto; height: 10px; background: url(images/divider.png) repeat; } h5{background: url(images/divider.png) repeat-x 0 19px; margin:0; padding:10px 0 10px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; } h5 span{background:fff; padding:5px 10px;} .section_big_title h1 { margin: 10px 0 10px; font-family: "Times New Roman", Times, serif; font-weight: 700; font-size: 24px; line-height: 32px; /*color: #1c75bb;*/ color: #ff0000; letter-spacing: -1px; text-align: left; padding:5px 0 5px 10px } .section_big_title h1 strong { font-weight: 400; text-transform: uppercase; color: #1177c1; } .section_big_title h2 { margin: 2px 0 22px; font-family: 'Open Sans', arial, sans-serif; font-size: 21px; line-height: 28px; font-style: italic; font-weight: 700; color: #969696; text-align: center; } .nav-menu .sub-menu, .nav-menu .children { background-color: ##2d3b5e!important; border: 0px solid #f7f5e7!important; border-top: 0; padding: 0; position: absolute; z-index: 99999; border-top: 0px!important; left:-1px; } .sub-menu li{border-left:0; border-right:0;} .sub-menu li a { -webkit-border-radius: 0px!important; border-radius: 0px!important; padding: 7px 5px 9px 12px!important; color: #ffffff; background: #344368!important; border:0px solid #87bee4!important; font-size:14px; } .sub-menu li:first-child a { border-bottom: 1px solid #717c95!important; padding-top:5px; } .sub-menu li a:hover { background:#6c7790!important; color:#ffffff; text-decoration:none; } .entry-content p { padding:0 45px; } .copyright { text-align:center; font-size:11px; color:#ffffff; } .entry-header h1.entry-title a, .entry-header .entry-title { font-family:"Times New Roman", Times, serif; font-weight: 700; font-size: 24px; line-height: 32px; /*color: #1c75bb;*/ color: #ff0000; } .entry-meta a, .site-footer .widget a, .entry-content a, .comment-content a, .format-quote .entry-content a, .format-quote .entry-meta a, .format-video .entry-content a, .format-video .entry-meta a, .format-chat .entry-meta a, .format-chat .entry-content a, .format-status .entry-meta a, .format-status .entry-content a, .widget a, .navigation a, .comment-meta a, .format-gallery .entry-meta a, .format-gallery .entry-content a, .attachment .entry-meta a { color: #222222; } .site-main { background:rgba(255, 255, 255, 0.50); padding:10px; margin:0 auto; max-width:1150px; -webkit-border-radius: 10px; border-radius: 10px; } .content-area { background:rgba(255, 255, 255, 0.8); } #content .hentry { padding:0 10px; } article.post { background:none; margin-bottom:30px; } .entry-meta { padding:5px 10px; font-size:13px; font-family: 'Chau Philomene One', sans-serif; } .entry-meta . a:before { content: } .categories-links { display:none; } .entry-title a { color:#1177c1; } .entry-title a:hover { color: #222222; } h4.address { font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 16px; line-height: 24px; color: #444; margin: 0; padding-left: 10px; } table, table td{border:0;} input, textarea { border:-webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #cfcfcf; background-color: #ffffff; width: 95%; } button, input[type="submit"], input[type="button"], input[type="reset"],.btn{ background: #1b75bb; background: -webkit-linear-gradient(top, #1b75bb 0%, #1b75bb 100%); background: linear-gradient(to bottom, #1b75bb 0%, #1b75bb 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b75bb', endColorstr='#1b75bb', GradientType=0); display: inline-block; padding: 11px 24px 10px; color: #fff; text-decoration: none; border: none; border-bottom: 3px solid #0e5891; border-radius: 2px; width:160px!important; } button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus { background: #1268ac; background: -webkit-linear-gradient(top, #1268ac 0%, #1268ac 100%); background: linear-gradient(to bottom, #1268ac 0%, #1268ac 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1268ac', endColorstr='#1268ac', GradientType=0); outline: none; } span.wpcf7-not-valid-tip { position: absolute; top: -41%; left: 1%; z-index: 100; background: transparent; border: 0px solid #ff0000; font-size: 10pt; width: 280px; padding: 2px; color: #ff0000; }