/*
Theme Name:     Caroline Maryan Photography
Description:    Child theme for the Attracto Theme
Author:         Smellycat Productions
Template:       attracto
Version:        1.0
*/

@import url("../attracto/style.css");

/* Firefox browser selection of text */
::-moz-selection {
	background-color: #ffffff;
	color: #6099ff;
}
::selection {
	background-color: #ffffff;
	color: #6099ff;
}

/* Full page site background */
body{
	background: url("/wp-content/uploads/top.jpg") repeat-x #1a1a1a !important;
}

/* Navigation Changes */
#nav {
	box-shadow: none !important;
	border: none;
}
#nav li {
	background-image: none !important;
	border-left: none;
}
#nav li a:hover {
  background-color: #444444;
}
#nav a {
	padding: 10px 11px;
}
#nav > li.home-page {
	padding: 0;
	width: 28px;
}

/* Header Changes */
.logo {
	padding-top: 10px;
}
.logo img {
	width: 200px;
	height: auto;
}
.header {
	margin-bottom: 10px;
}
.info-top p {
	margin: 0;
}
.page-title{
	background-color: transparent;
	opacity: 1 !important;
}
.page-title h1 {
	color: #ffffff;
	font-size: 26px;
}
.info-top {
    background-color: transparent;
    background-image: url("/wp-content/uploads/2012/08/top-bar-bg.png");
    background-repeat: repeat-x;
}

/* Body Changes */
.content a:hover {
	color: #F5CA2C !important;
	background: none !important;
	text-decoration: underline;
}
.flexslider {
  margin-bottom: 39px !important;
  margin-top: 27px !important;
}
.flexslider .slides {
	border: none;
}
.flexslider .slides img {
	margin: 0 auto;
}
.flex-direction-nav li a {
    bottom: 34px;
    cursor: pointer;
    display: block;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    z-index: 999;
}
.shadow {
	box-shadow: none;
}
.content img {
	background: none;
	box-shadow: none;
	padding: 0;
	border: white 1px solid;
	width:97%;
}

/* Contact Form 7 Changes */
.wpcf7-form img {
	width: inherit;
}

/* Email Subscribe */
.subscribe-by-email form {
	margin: 0;
}
.subscribe-by-email br {
	display: none;
}
.subscribe-by-email .button {
	margin: 0;
}

/* Posts and Post Comments */
#commentlist img {
	width: inherit;
	border: none;
}

/* Remove Some Theme Layout and Decorations */
.dotted-header {
	background: none;
}
.dotted-header span {
	margin-left: 0;
	padding-left: 0;
}
h6 {
	font-size: 19px;
}

/* Media Break for a tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.info-top .info-social {
		display: inline;
	}
	.info-text {
		display: none;
	}
}

/* Media Break for a smartphone, portrait and landscape */
@media only screen and (max-width: 479px) {
	.info-top .info-social {
		display: inline;
	}
	.info-text {
		display: none;
	}
}
#social-inst {
background: url("http://www.carolinemaryan.com/wp-content/uploads/2016/04/instagram-sm.png") no-repeat;
}

.widget_yikes_easy_mc_widget .EMAIL-label,
.widget_yikes_easy_mc_widget .FNAME-label,
.widget_yikes_easy_mc_widget .LNAME-label {
color: #fafafa !important;
}